/* CSS Document */
.mainZone {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .mainZone {
    background-image: url("../img/main/bg.webp");
    background-position: center;
    background-color: #0050A4;
  }
}

.mainZone .in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainZone .in {
    padding: 0;
  }
}

.mainZone .in ul {
  position: absolute;
  color: #000;
  left: 0;
  bottom: 40px;
  font-size: 10px;
}

.mainZone .in ul li {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .mainZone .in ul li {
    line-height: 1.8;
  }
}

.mainZone .in ul li span {
  width: 2em;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .mainZone .in ul {
    font-size: 10px;
    width: 89.74359vw;
    left: 5vw;
    margin: 0 auto;
    bottom: auto;
    top: 158vw;
  }
}

.mainZone .img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainZone .img {
    padding: 0px;
    width: 100%;
  }
}

.mainZone .img img {
  width: 1180px;
  max-width: none;
  margin-right: -180px;
}

@media screen and (max-width: 767px) {
  .mainZone .img img {
    width: 100%;
    margin: 0;
  }
}

.mainZone .img small {
  position: absolute;
  right: 0px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .mainZone .img small {
    bottom: -25px;
  }
}

@media screen and (max-width: 767px) {
  .mainZone .img small {
    right: auto;
    left: 5vw;
    bottom: 33vw;
  }
}

.movZone {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .movZone {
    padding: 5vw 0;
  }
}

.movZone .in {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movZone .in {
    width: 89.74359vw;
    margin: 0 auto;
  }
}

.movZone iframe {
  width: 100%;
  height: 564px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .movZone iframe {
    height: 50.51282vw;
  }
}

.introZone {
  background-color: #d4e5ef;
  padding: 50px 0 56px 0;
}

@media screen and (max-width: 767px) {
  .introZone {
    padding: 8vw 5.12821vw;
  }
}

.introZone .inner {
  max-width: 780px;
  margin: 0 auto;
}

.introZone h2.ttl {
  text-align: center;
  width: 536px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .introZone h2.ttl {
    width: 79.48718vw;
  }
}

.introZone .fukidashi {
  background: url("../img/intro/fukidashi_pc.svg") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 536px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .introZone .fukidashi {
    background: url("../img/intro/fukidashi_sp.svg") 0 0 no-repeat;
    background-size: contain;
    width: 79.48718vw;
    margin: 8.20513vw auto 3.84615vw auto;
  }
}

.introZone .fukidashi p {
  font-size: 2rem;
  font-weight: bold;
  color: #004498;
  padding: 30px 30px 40px 30px;
}

@media screen and (max-width: 767px) {
  .introZone .fukidashi p {
    font-size: 1.6rem;
    text-align: center;
    padding: 7.69231vw 7.17949vw 10.25641vw 7.17949vw;
  }
}

.introZone .fl_list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .introZone .fl_list {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
}

.introZone .fl_list .img {
  width: 194.2px;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .introZone .fl_list .img {
    margin: 0 auto;
    width: 62.5641vw;
  }
}

.introZone .fl_list ul {
  width: 390px;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .introZone .fl_list ul {
    width: auto;
    margin-left: 0;
    margin-top: 7.17949vw;
  }
}

.introZone .fl_list ul li {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004498;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .introZone .fl_list ul li {
    font-size: 1.6rem;
  }
}

.introZone .fl_list ul li::before {
  content: "";
  background: url("../img/intro/check.svg") 0 0 no-repeat;
  flex-shrink: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .introZone .fl_list ul li::before {
    width: 6.41026vw;
    height: 6.41026vw;
    margin-right: 2vw;
  }
}

.introZone .fl_list ul li + li {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .introZone .fl_list ul li + li {
    margin-top: 6.41026vw;
  }
}

.introZone .notes {
  margin-top: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .introZone .notes {
    margin-left: 0;
    margin-top: 8vw;
    font-size: 1rem;
  }
}

.okZone {
  background-image: url("../img/ok/bg_pc.webp");
  color: #fff;
  background-position: center;
  background-size: cover;
  padding: 60px 0 50px;
}

@media screen and (max-width: 767px) {
  .okZone {
    padding: 7.69231vw 0;
    background-image: url("../img/ok/bg_sp.webp");
  }
}

.okZone h2 {
  width: 390px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .okZone h2 {
    width: 89.74359vw;
    margin-bottom: 6.41026vw;
  }
}

.okZone .tList {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .okZone .tList {
    flex-direction: column;
  }
}

.okZone .tList li {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .okZone .tList li {
    margin: 0 auto;
  }
}

.okZone .tList .baby {
  width: 343px;
}

@media screen and (max-width: 767px) {
  .okZone .tList .baby {
    width: 89.74359vw;
  }
}

.okZone .tList .item {
  width: 231px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .okZone .tList .item {
    width: 62.82051vw;
    margin: -7vw auto 0 auto;
  }
}

.okZone .tList .mama {
  width: 346px;
}

@media screen and (max-width: 767px) {
  .okZone .tList .mama {
    width: 89.74359vw;
    margin: -8vw auto 0 auto;
  }
}

.okZone .txtBottom {
  padding-top: 22px;
  display: flex;
  width: 880px;
  font-size: 10px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .okZone .txtBottom {
    padding-top: 2.5641vw;
  }
}

.okZone .txtBottom li {
  display: flex;
}

.okZone .txtBottom li span {
  flex-shrink: 0;
  width: 2em;
}

.okZone .txtBottom .txt2 {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .okZone .txtBottom {
    width: 89.74359vw;
    display: block;
  }
}

.taisakuZone {
  background-color: #d4e5ef;
  padding: 45px 0 55px 0;
}

@media screen and (max-width: 767px) {
  .taisakuZone {
    padding: 8vw 5.12821vw;
  }
}

.taisakuZone .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.taisakuZone h2.ttl {
  width: 513px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .taisakuZone h2.ttl {
    width: 89.74359vw;
  }
}

.taisakuZone .next_t {
  width: 694px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .taisakuZone .next_t {
    width: 89.74359vw;
    margin: 5.12821vw auto;
  }
}

.taisakuZone .fl_bt {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .taisakuZone .fl_bt {
    flex-direction: column;
    margin-top: 4vw;
  }
}

.taisakuZone .fl_bt li {
  width: 48%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .taisakuZone .fl_bt li {
    width: 100%;
  }
}

.taisakuZone .fl_bt li::before {
  content: "";
  background: url("../img/taisaku/toilet_txt.svg") 0 0 no-repeat;
  background-size: contain;
  width: 147px;
  height: 147px;
  position: absolute;
  top: -40px;
  left: -15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .taisakuZone .fl_bt li::before {
    width: 27.4359vw;
    height: 27.4359vw;
    top: -6.92308vw;
    left: -2.5641vw;
  }
}

@media screen and (max-width: 767px) {
  .taisakuZone .fl_bt li:nth-child(2) {
    margin-top: 12.82051vw;
  }
}

.taisakuZone .fl_bt li:nth-child(2)::before {
  content: "";
  background: url("../img/taisaku/bed_txt.svg") 0 0 no-repeat;
  background-size: contain;
  left: auto;
  right: -15px;
}

@media screen and (max-width: 767px) {
  .taisakuZone .fl_bt li:nth-child(2)::before {
    right: -2.5641vw;
  }
}

.taisakuZone small {
  font-size: 1rem;
  margin-top: 22px;
  display: block;
  color: #000;
}

@media screen and (max-width: 767px) {
  .taisakuZone small {
    margin-top: 2vw;
  }
}

.lineupZone {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .lineupZone {
    padding: 8vw 5.12821vw 10vw 5.12821vw;
  }
}

.lineupZone img {
  max-width: 100%;
}

.lineupZone h2 {
  width: 157px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lineupZone h2 {
    width: 22.30769vw;
  }
}

.lineupZone ul {
  display: flex;
  max-width: 780px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lineupZone ul {
    margin-top: 3.84615vw;
  }
}

.lineupZone ul li {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .lineupZone ul li {
    width: 38.46154vw;
  }
}

.lineupZone ul li a {
  text-decoration: none;
}

.lineupZone ul li dd {
  color: #1A1311;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .lineupZone ul li dd {
    font-size: 1.2rem;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .name,
  .specZone .inner .partCont .accessoryCar .accessoryDiv .name {
    font-size: 1.6rem !important;
  }
}

.specZone {
  padding-bottom: 80px;
}

.specZone .red {
  color: #CE2D2F;
}

.specZone .detail_color_name {
  font-weight: normal;
  font-size: 80%;
  display: inline-block;
  margin-left: 1em;
}

.specZone .d-productBox .visualBox + .btnBox {
  margin-top: 0px;
}

.specZone .specTable {
  margin: 50px 0 0 0;
}

.specZone .specTable + .d-productBox {
  margin-top: 40px;
  border-top: 2px solid #E9E9E9;
  padding-top: 40px;
}

.specZone .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .inner {
    width: 100%;
  }
}

.specZone .inner .partCont {
  padding: 70px 0 60px;
  color: #1A1311;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont {
    padding: 15.38462vw 0 12.82051vw;
    width: 89.74359vw;
    margin: 0 auto;
  }
}

.specZone .inner .partCont.acc {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .fl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.specZone .inner .partCont .btn {
  margin-top: 25px;
}

.specZone .inner .partCont .btn .c-btn1.arrow {
  min-width: 0px;
  width: 190px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .btn .c-btn1.arrow {
    width: 40vw;
    font-size: 1.2rem;
  }
}

.specZone .inner .partCont h2 {
  position: relative;
  top: 30px;
  text-align: center;
  font-size: 45px;
  color: #007e77;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont h2 {
    margin-bottom: 5.12821vw;
  }
}

.specZone .inner .partCont h2 .sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont h2 .sub {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.specZone .inner .partCont h2.show-anime {
  top: 0;
}

.specZone .inner .partCont .colorCar {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .colorCar {
    padding: 0px;
    display: block;
  }
}

.specZone .inner .partCont .colorCar .colorDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .colorCar .colorDiv {
    width: 100%;
    margin: 0 auto;
  }
  .specZone .inner .partCont .colorCar .colorDiv + .colorDiv {
    margin-top: 10.25641vw;
  }
}

.specZone .inner .partCont .colorCar .colorDiv .cName {
  margin: 0 0 16px;
}

.specZone .inner .partCont .colorCar .colorDiv .cName figcaption {
  padding-top: 10px;
  font-size: 1.2rem;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup {
  position: relative;
  display: flex;
  justify-content: center;
  width: 270px;
  margin: 0 auto 40px;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img {
  width: 70px;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img img {
  width: 50px;
  margin-bottom: 10px;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img figure {
  position: relative;
  margin: 0;
  text-align: center;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img figure figcaption {
  font-size: 8px;
  color: #a48374;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:first-of-type, .specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type {
  position: absolute;
  top: 0;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:first-of-type {
  left: 0;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:nth-child(2) figure {
  position: relative;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:nth-child(2) figure figcaption {
  position: absolute;
  left: -2em;
  width: 10em;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type {
  right: 0;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type figure {
  position: relative;
}

.specZone .inner .partCont .colorCar .colorDiv .cLineup .img:last-of-type figure figcaption {
  position: absolute;
  left: -3em;
  width: 13em;
}

.specZone .inner .partCont .colorCar .colorDiv .carImg {
  padding-top: 20px;
}

.specZone .inner .partCont .colorCar .colorDiv .carImg img {
  width: 188px;
}

.specZone .inner .partCont .VehicleType {
  position: relative;
  top: 30px;
  text-align: center;
  font-weight: bold;
  transition-delay: 0.3s;
  color: #1a1311;
}

.specZone .inner .partCont .VehicleType .logo {
  margin-bottom: 40px;
}

.specZone .inner .partCont .VehicleType .name {
  font-size: 18px;
}

.specZone .inner .partCont .VehicleType .price {
  font-size: 14px;
}

.specZone .inner .partCont .VehicleType.show-anime {
  top: 0;
}

.specZone .inner .partCont .systemCar {
  width: 560px;
  margin: 60px auto 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar {
    width: auto;
    padding: 0px;
    margin-top: 9.48718vw;
  }
}

.specZone .inner .partCont .systemCar .systemDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

.specZone .inner .partCont .systemCar .systemDiv .img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .img {
    margin-bottom: 5vw;
  }
}

.specZone .inner .partCont .systemCar .systemDiv .img img {
  width: 162px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .img img {
    width: 41.53846vw;
  }
}

.specZone .inner .partCont .systemCar .systemDiv .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .systemCar .systemDiv .name {
    height: auto;
  }
}

.specZone .inner .partCont .systemCar .systemDiv .name .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.specZone .inner .partCont .systemCar .systemDiv .price {
  font-size: 14px;
  font-weight: bold;
}

.specZone .inner .partCont .accessoryCar {
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar {
    width: auto;
    flex-wrap: wrap;
    margin-bottom: 20.51282vw;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv {
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar .accessoryDiv {
    width: 50%;
    margin-bottom: 5vw;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 244px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar .accessoryDiv .img {
    height: auto;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .img img {
  width: 244px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .partCont .accessoryCar .accessoryDiv .img img {
    width: 41.53846vw;
  }
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .name .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.specZone .inner .partCont .accessoryCar .accessoryDiv .price {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.specZone .inner .partCont + .partCont {
  border-top: 2px dotted #126c64;
}

.specZone .inner .specTable table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table {
    margin: 0 auto;
    width: 85.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .specZone .inner .specTable table tr:last-of-type {
    border-bottom: 1px solid #707070;
  }
}

.specZone .inner .specTable table th,
.specZone .inner .specTable table td {
  border: 1px solid #707070;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th,
  .specZone .inner .specTable table td {
    border-bottom: 0px;
  }
}

.specZone .inner .specTable table th {
  width: 140px;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th {
    width: 25.64103vw;
    border-right: 0px;
    font-size: 11px;
    padding: 3.33333vw 1.53846vw;
  }
}

.specZone .inner .specTable table td {
  font-size: 12px;
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td {
    width: 59.48718vw;
    padding: 3.33333vw 1.53846vw;
    font-size: 11px;
  }
}

.specZone .inner .specTable table td .sub {
  display: block;
  font-size: 11px;
}

.specZone .inner .specTable table td strong {
  font-size: 18px;
  font-weight: bold;
}

.specZone .inner .specTable table td .en {
  font-size: 14px;
  padding-left: 0.05em;
}

.specZone .inner .specTable table td .day {
  font-size: 14px;
}

.specZone .inner .specTable table td .alert {
  font-size: 14px;
  color: #f00;
}

.specZone .inner .specTable table td .note {
  font-size: 10px;
  display: block;
}

.specZone .inner .specTable table .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .icons {
    display: block;
  }
}

.specZone .inner .specTable table .icons .img img {
  width: 161px;
}

.specZone .inner .specTable table .codeBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox {
    display: block;
  }
}

.specZone .inner .specTable table .codeBox .code + .code {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox .code + .code {
    margin-left: 0px;
    margin-top: 10px;
  }
}

#container {
  min-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #container {
    min-width: 100%;
  }
}

.set-anime {
  transition: .5s;
}

.set-anime.show-anime {
  opacity: 1;
}

.footNavi {
  position: sticky;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background-color: #FFF;
  padding-bottom: calc(env(safe-area-inset-bottom));
}

.footNavi.show {
  display: block;
}

nav.navs {
  background-color: #002F71;
}

nav.navs ul {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  nav.navs ul {
    flex-wrap: wrap;
  }
}

nav.navs ul li {
  width: 25%;
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  nav.navs ul li {
    width: 50%;
    border-bottom: 1px solid #FFF;
  }
}

nav.navs ul li a {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

nav.navs ul li img {
  height: 37px;
}

@media screen and (max-width: 767px) {
  nav.navs ul li img {
    height: 32px;
  }
}

nav.navs ul li img.nav04 {
  height: 18px;
}

.specZone img {
  width: auto;
}

.arrow {
  background-color: #DF0723;
}

.d-btn2 {
  background-color: #DF0723;
}

/*# sourceMappingURL=../../../../../../../srcmap/products/nappy/detail/pail/nioi-poi/common/css/style.css.map */
