.colr {
  color: #E60012;
}

/*=================================================
section#products01
==================================================*/
section#products01 {
  position: relative;
}
section#products01 .inner {
  position: relative;
  z-index: 1;
}
section#products01::after {
  content: "";
  background: url(../img/products01_bg.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 64.375vw;
  position: absolute;
  left: 50%;
  top: -2.1vw;
  transform: translateX(-50%);
}
section#products01 .box-top, section#products01 .box-mid {
  justify-content: space-between;
  align-items: center;
}
section#products01 .box-top .image, section#products01 .box-mid .image {
  width: 44%;
}
section#products01 .box-top .image img, section#products01 .box-mid .image img {
  box-shadow: 0.7291666667vw 0.7291666667vw 0 0 #E60012;
}
section#products01 .box-top .txt, section#products01 .box-mid .txt {
  width: 48.4%;
}
section#products01 .box-top .txt .txt-h3, section#products01 .box-mid .txt .txt-h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  margin-bottom: 2.6041666667vw;
}
section#products01 .box-top .txt .txt-p, section#products01 .box-mid .txt .txt-p {
  font-size: clamp(16px, 1.4583333333vw, 28px);
  line-height: 1.8em;
}
section#products01 .box-mid {
  margin-top: 9.4270833333vw;
}
section#products01 .box-bot {
  margin-top: 10.4166666667vw;
  background: #F3E8E0;
  box-sizing: border-box;
  padding: 5.2083333333vw 4.1666666667vw;
}
section#products01 .box-bot .ttl {
  text-align: center;
  margin-bottom: 3.125vw;
}
section#products01 .box-bot .ttl .txt-h3 {
  font-size: clamp(18px, 2.5vw, 48px);
}
section#products01 .box-bot .ttl .txt-e {
  font-size: clamp(18px, 1.71875vw, 33px);
  line-height: 1.8em;
}
section#products01 .box-bot .list {
  justify-content: space-between;
}
section#products01 .box-bot .item {
  background: #ffffff;
  box-sizing: border-box;
  padding: 2.6041666667vw;
  width: 49.4%;
}
section#products01 .box-bot .item .txt-h4 {
  font-size: clamp(24px, 2.34375vw, 45px);
  background: #E60012;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.1145833333vw;
  height: 4.6875vw;
  margin: 0 auto;
  margin-bottom: 1.3541666667vw;
}
section#products01 .box-bot .item .txt-p {
  font-size: clamp(16px, 1.3020833333vw, 25px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 2.2395833333vw;
}
section#products01 .box-bot .item .txt-p .txt-l {
  font-size: clamp(24px, 1.8229166667vw, 35px);
  text-decoration: underline;
  text-underline-offset: 3px;
}
section#products01 .box-bot .item .image {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 3.28125vw;
}
section#products01 .box-bot .item .image img {
  height: auto;
}
section#products01 .box-bot .item .features {
  box-sizing: border-box;
  padding: 0.7291666667vw 1.8229166667vw;
  padding-left: 3vw;
  border: solid 3px #E60012;
  list-style: disc;
}
section#products01 .box-bot .item .features li {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 2em;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#products01 .box-bot .item .txt-h4 {
    font-size: 22px;
    width: 150px;
    height: 45px;
  }
  section#products01 .box-bot {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section#products01::after {
    background: url(../img/products01_bg_sp.svg) center no-repeat;
    background-size: cover;
    height: 75vw;
    top: 0;
  }
  section#products01 .box-top, section#products01 .box-mid {
    display: flex;
    flex-flow: column;
    gap: 50px;
  }
  section#products01 .box-top .txt, section#products01 .box-mid .txt {
    width: 100%;
    order: 1;
  }
  section#products01 .box-top .txt .txt-h3, section#products01 .box-mid .txt .txt-h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section#products01 .box-top .txt .txt-p, section#products01 .box-mid .txt .txt-p {
    font-size: 16px;
  }
  section#products01 .box-top .image, section#products01 .box-mid .image {
    order: 2;
    width: 100%;
    height: 57.9487179487vw;
  }
  section#products01 .box-top .image img, section#products01 .box-mid .image img {
    box-shadow: 7px 7px 0 0 #E60012;
  }
  section#products01 .box-mid {
    margin-top: 70px;
  }
  section#products01 .box-bot {
    margin-top: 50px;
    width: 100%;
    padding: 50px 20px;
  }
  section#products01 .box-bot .ttl .txt-h3 {
    font-size: 28px;
  }
  section#products01 .box-bot .ttl .txt-e {
    font-size: 18px;
  }
  section#products01 .box-bot .item {
    padding: 30px 12px;
    width: 100%;
  }
  section#products01 .box-bot .item .txt-h4 {
    font-size: 24px;
    width: 171px;
    height: 45px;
    margin-bottom: 25px;
  }
  section#products01 .box-bot .item .txt-p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: start;

  }
  section#products01 .box-bot .item .txt-p .txt-l {
    font-size: 20px;
  }
  section#products01 .box-bot .item .image {
    width: 95%;
    margin-bottom: 30px;
  }
  section#products01 .box-bot .item .features {
    width: 100%;
    padding: 11px 14px;
    padding-left: 38px;
  }
  section#products01 .box-bot .item .features li {
    font-size: 16px;
    line-height: 1.8em;
  }
  section#products01 .box-bot .item:nth-child(n+2) {
    margin-top: 30px;
  }
}
/*=================================================
section#products02
==================================================*/
section#products02 .inner {
  padding-top: 15.8854166667vw;
  padding-bottom: 10.4166666667vw;
}
section#products02 .ttl {
  text-align: center;
  margin-bottom: 5.2083333333vw;
  position: relative;
}
section#products02 .ttl:before {
  content: "";
  background: url(../img/products02_ttl_bg.svg) center no-repeat;
  background-size: cover;
  width: 65.9375vw;
  height: 10.5208333333vw;
  position: absolute;
  bottom: 5.2vw;
  left: 50%;
  transform: translateX(-50%);
}
section#products02 .ttl .txt-h3 {
  font-size: clamp(30px, 4.4270833333vw, 85px);
}
section#products02 .ttl .txt-e {
  font-size: clamp(18px, 2.6041666667vw, 50px);
}
section#products02 .box-top, section#products02 .box-bot {
  justify-content: space-between;
}
section#products02 .box-top .image, section#products02 .box-bot .image {
  width: 43.34%;
  height: 25.73vw;
}
section#products02 .box-top .image img, section#products02 .box-bot .image img {
  border: solid 6px #E60012;
  box-sizing: border-box;
}
section#products02 .box-top .txt, section#products02 .box-bot .txt {
  width: 50.75%;
}
section#products02 .box-top .txt .txt-h3, section#products02 .box-bot .txt .txt-h3 {
  font-size: clamp(24px, 2.0833333333vw, 40px);
  margin-bottom: 2.4479166667vw;
}
section#products02 .box-top .txt .txt-h3 .en, section#products02 .box-bot .txt .txt-h3 .en {
  margin-left: 1vw;
}
section#products02 .box-top .txt .txt-p, section#products02 .box-bot .txt .txt-p {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.8em;
}
section#products02 .box-bot {
  margin-top: 7.8125vw;
}

@media screen and (max-width: 767px) {
  section#products02 .inner {
    padding-top: 97px;
    padding-bottom: 100px;
  }
  section#products02 .ttl {
    margin-bottom: 54px;
  }
  section#products02 .ttl:before {
    width: 87%;
    height: 14vw;
    max-width: 301px;
    max-height: 48px;
    bottom: 40px;
  }
  section#products02 .ttl .txt-h3 {
    font-size: 30px;
  }
  section#products02 .ttl .txt-e {
    font-size: 18px;
    line-height: 1;
  }
  section#products02 .box-top, section#products02 .box-bot {
    justify-content: space-between;
  }
  section#products02 .box-top .image, section#products02 .box-bot .image {
    width: 100%;
    height: 63.5897435897vw;
    margin-bottom: 30px;
  }
  section#products02 .box-top .image img, section#products02 .box-bot .image img {
    border-width: 3px;
  }
  section#products02 .box-top .txt, section#products02 .box-bot .txt {
    width: 100%;
  }
  section#products02 .box-top .txt .txt-h3, section#products02 .box-bot .txt .txt-h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.2em;
  }
  section#products02 .box-top .txt .txt-h3 .en, section#products02 .box-bot .txt .txt-h3 .en {
    margin-left: 0;
    display: block;
  }
  section#products02 .box-top .txt .txt-p, section#products02 .box-bot .txt .txt-p {
    font-size: 16px;
  }
  section#products02 .box-bot {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=products.css.map */