@-webkit-keyframes truck-left-to-right {
  0% {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@keyframes truck-left-to-right {
  0% {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@-webkit-keyframes truck-kotokoto {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes truck-kotokoto {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-pageKv {
  background-image: url(../../img/delivery/pagekv-bg.svg);
  background-size: 101%;
}

.l-intro {
  position: relative;
  padding-top: 3rem;
  background: var(--color-delivery);
}

.l-intro_img_wrapper {
  position: relative;
  margin-bottom: 6rem;
}

.l-intro_img {
  display: block;
  width: 80rem;
  max-width: 100%;
  margin-inline: auto;
}

.l-intro_img_icon,.l-intro_img_icon02,.l-intro_img_icon03 {
  position: absolute;
}

.l-intro_img_icon,.l-intro_img_icon02 {
  width: 8.45rem;
}

.l-intro_img_icon {
  right: 9.5rem;
  bottom: 7.6rem;
}

.l-intro_img_icon02 {
  right: 19.5rem;
  bottom: 21.7rem;
}

.l-intro_img_icon03 {
  top: 10.8rem;
  left: 8rem;
  width: 17.2rem;
  height: 28.3rem;
}

.l-intro_img_bg {
  z-index: -1;
  position: absolute;
  top: 6.8rem;
  right: 4.4rem;
  width: 115.1rem;
}

.l-intro_copy {
  width: 66.7rem;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-inline: auto;
}

.l-intro_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6rem;
  max-width: 100%;
  margin-inline: auto;
  color: var(--color-white);
  text-align: center;
}

.l-intro_txt {
  display: block;
  position: relative;
  padding: 1.7rem 0 1.8rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.l-intro_txt::before,.l-intro_txt:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/delivery/l-intro_txt_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-intro_txt:last-child::after {
  top: auto;
  bottom: 0;
}

.l-intro_bg {
  display: block;
  z-index: -2;
  position: relative;
  width: 100%;
  margin-top: -5rem;
  background-color: var(--color-delivery);
}

.l-continue {
  z-index: 5;
  position: relative;
  padding-top: 5rem;
  background-color: var(--color-delivery-white);
  color: var(--color-brown);
}

.l-continue_inner {
  z-index: 3;
  position: relative;
}

.l-continue_ttl {
  z-index: 2;
  position: relative;
  margin-bottom: 4.5rem;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: .06em;
  text-align: center;
}

.l-continue_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6rem;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.l-continue_txt {
  display: block;
  position: relative;
  padding: 1.7rem 0 1.8rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.l-continue_txt::before,.l-continue_txt:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/delivery/l-intro_txt_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-continue_txt:last-child::after {
  top: auto;
  bottom: 0;
}

.l-continue_bottom {
  z-index: 4;
  position: relative;
  width: 100%;
  height: 23.3rem;
  margin-top: 3.8rem;
}

.l-continue_bottom::after {
  z-index: -1;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  height: 6rem;
  background-image: url(../../img/delivery/l-continue_bottom.webp);
  background-position: top;
  background-size: contain;
  background-repeat: repeat-x;
  content: "";
}

.l-continue_bottom_bg {
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  width: 100%;
  height: 15.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: bottom left 57rem/contain url(../../img/delivery/l-continue_bottom_bg.webp) repeat-x;
}

.l-continue_bottom_truck {
  z-index: 9;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 17.4rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: truck-left-to-right calc(var(--multiple)*60) linear infinite;
          animation: truck-left-to-right calc(var(--multiple)*60) linear infinite;
}

.l-continue_bottom_house {
  z-index: 9;
  position: absolute;
  bottom: 1.2rem;
  left: -1px;
  width: 24.2rem;
}

.l-continue_bottom_factory {
  z-index: 9;
  position: absolute;
  right: -1px;
  bottom: .5rem;
  width: 20.3rem;
}

.l-continue_img,.l-continue_img02,.l-continue_img03,.l-continue_img04 {
  z-index: 0;
  position: absolute;
}

.l-continue_img {
  top: -4.7rem;
  left: -9.4rem;
  width: 51.45rem;
  height: 15.15rem;
}

.l-continue_img02 {
  top: 16.2rem;
  left: 11.9rem;
  width: 26.9rem;
}

.l-continue_img03 {
  top: 1px;
  right: 9.5rem;
  width: 19.25rem;
  height: 28.15rem;
}

.l-continue_img04 {
  z-index: -1;
  bottom: 4rem;
  left: 50%;
  width: 113.9rem;
  max-width: 100%;
  height: 99.85rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.l-continue02 {
  padding-top: 5.5rem;
  background-color: var(--color-beige);
  color: var(--color-brown);
}

.l-continue02_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-continue02_group.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-continue02_img_wrapper {
  max-width: 100%;
}

.l-continue02_img_wrapper.is-left {
  width: 53.8rem;
  margin-left: -0.5rem;
}

.l-continue02_img_wrapper.is-right {
  width: 49.95rem;
  margin-right: 1.5rem;
}

.l-continue02_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6rem;
  max-width: 100%;
  margin-top: 7rem;
  margin-inline: auto;
  text-align: center;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.l-continue02_txt {
  display: block;
  position: relative;
  padding: 1.7rem 0 1.8rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.l-continue02_txt::before,.l-continue02_txt:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/delivery/l-intro_txt_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-continue02_txt:last-child::after {
  top: auto;
  bottom: 0;
}

.l-continue02_bg {
  display: block;
  margin-top: 7rem;
}

.l-between {
  padding: 12rem 0 0;
  overflow: hidden;
  background: -webkit-linear-gradient(bottom, var(--color-delivery) 1px, var(--color-delivery-white) 1px);
  background: linear-gradient(to top, var(--color-delivery) 1px, var(--color-delivery-white) 1px);
  color: var(--color-brown);
}

.l-between_inner {
  position: relative;
}

.l-between_ttl {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: .06em;
  text-align: center;
}

.l-between_group {
  z-index: 5;
  position: relative;
}

.l-between_group:has(.is-01) {
  margin-top: 4.6rem;
}

.l-between_group:has(.is-02) {
  margin-top: 6rem;
}

.l-between_group:has(.is-03) {
  margin-top: 6rem;
}

.l-between_group:has(.is-04) {
  margin-top: 6rem;
}

.l-between_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6rem;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.l-between_txt {
  display: block;
  position: relative;
  padding: 1.7rem 0 1.8rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.l-between_txt::before,.l-between_txt:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/delivery/l-intro_txt_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-between_txt:last-child::after {
  top: auto;
  bottom: 0;
}

.l-between_img {
  position: absolute;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.l-between_img.is-01 {
  top: -10rem;
  left: -19.2rem;
  width: 52.75rem;
}

.l-between_img.is-02 {
  top: -7.5rem;
  right: -16.2rem;
  width: 48.5rem;
}

.l-between_img.is-03 {
  top: 1.5rem;
  left: -18rem;
  width: 53.95rem;
}

.l-between_img.is-04 {
  top: 4rem;
  right: -17rem;
  width: 48.6rem;
}

.l-between_img_bg {
  z-index: 0;
  position: absolute;
  top: -9.6rem;
  left: 50%;
  width: 99.45rem;
  margin-left: -1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.l-between_img_bottom {
  display: block;
  margin-top: 19rem;
  background: -webkit-linear-gradient(bottom, var(--color-delivery) 0.1px, transparent 0.1px);
  background: linear-gradient(to top, var(--color-delivery) 0.1px, transparent 0.1px);
}

.l-baton {
  position: relative;
  padding-top: 11rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2rem, var(--color-white)), color-stop(0.2rem, transparent));
  background: -webkit-linear-gradient(bottom, var(--color-white) 0.2rem, transparent 0.2rem);
  background: linear-gradient(to top, var(--color-white) 0.2rem, transparent 0.2rem);
  background-color: var(--color-delivery);
  color: var(--color-white);
}

.l-baton_ttl {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: .06em;
  text-align: center;
}

.l-baton_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.3rem;
}

.l-baton_img {
  width: 49.95rem;
  max-width: 100%;
}

.l-baton_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6rem;
  max-width: 100%;
  margin-top: 6.6rem;
  text-align: center;
}

.l-baton_txt {
  display: block;
  position: relative;
  padding: 1.7rem 0 1.8rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.l-baton_txt::before,.l-baton_txt:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/delivery/l-intro_txt_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-baton_txt:last-child::after {
  top: auto;
  bottom: 0;
}

.l-baton_txt_bottom_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69.6rem;
  max-width: 100%;
  margin-top: 4.3rem;
  margin-inline: auto;
  text-align: center;
}

.l-baton_txt_bottom {
  display: block;
  position: relative;
  padding: 1.7rem 0 1.8rem;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: .06em;
  white-space: nowrap;
}

.l-baton_txt_bottom::before,.l-baton_txt_bottom:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/delivery/l-intro_txt_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-baton_txt_bottom:last-child::after {
  top: auto;
  bottom: 0;
}

.l-baton_bottom {
  z-index: 4;
  position: relative;
  width: 100%;
  height: 23.3rem;
  margin-top: -3.2rem;
}

.l-baton_bottom_bg {
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  width: 100%;
  height: 15.55rem;
  -webkit-transform: translateX(-55.5%);
          transform: translateX(-55.5%);
  background: bottom left 66.55rem/contain url(../../img/delivery/l-baton_bottom_bg.webp) repeat-x;
}

.l-baton_bottom_truck {
  z-index: 9;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 23.4rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: truck-left-to-right calc(var(--multiple)*60) linear infinite;
          animation: truck-left-to-right calc(var(--multiple)*60) linear infinite;
}

.l-baton_bottom_truck img {
  -webkit-animation: truck-kotokoto calc(var(--multiple)) linear infinite;
          animation: truck-kotokoto calc(var(--multiple)) linear infinite;
}

.l-baton_bottom_house {
  z-index: 9;
  position: absolute;
  bottom: 1.2rem;
  left: -1px;
  width: 14.45rem;
}

.l-baton_bottom_factory {
  z-index: 9;
  position: absolute;
  right: -1px;
  bottom: .5rem;
  width: 17.85rem;
}

.l-baton_bottom_bg02 {
  display: block;
  margin-top: -3rem;
  background: -webkit-linear-gradient(bottom, var(--color-white) 0.1px, transparent 0.1px);
  background: linear-gradient(to top, var(--color-white) 0.1px, transparent 0.1px);
}

@media screen and (max-width: 48em) {
  .p-pageKv {
    overflow: visible;
    background-image: url(../../img/delivery/pagekv-bg_sp.svg);
  }
  main {
    overflow: hidden;
  }
  .l-intro {
    z-index: -1;
    padding-top: 0;
    overflow: hidden;
  }
  .l-intro_img_wrapper {
    margin-bottom: 3rem;
  }
  .l-intro_img {
    width: 100%;
  }
  .l-intro_img_icon,.l-intro_img_icon02 {
    width: 3.9rem;
  }
  .l-intro_img_icon {
    right: -3.3rem;
    bottom: 6.1rem;
  }
  .l-intro_img_icon02 {
    right: 1.2rem;
    bottom: 12.5rem;
  }
  .l-intro_img_icon03 {
    top: 5rem;
    left: -4.3rem;
    width: auto;
    height: 12.75rem;
  }
  .l-intro_img_bg {
    top: 1rem;
    right: -2rem;
    width: 36.05rem;
    max-width: none;
    -o-object-position: top;
       object-position: top;
  }
  .l-intro_copy {
    width: 26.85rem;
    margin-bottom: 2rem;
  }
  .l-intro_txt_wrapper {
    margin-bottom: 3rem;
    text-align: left;
  }
  .l-intro_txt {
    padding: 1.7rem 0 1.4rem;
    font-size: 1.8rem;
  }
  .l-intro_txt::before,.l-intro_txt:last-child::after {
    width: calc(100vw - 2rem);
    margin-left: -2rem;
    background-image: url(../../img/delivery/l-intro_txt_line_sp.svg);
  }
  .l-intro_bg {
    margin-top: 0;
  }
  .l-continue {
    padding-top: 0;
  }
  .l-continue_ttl {
    margin-bottom: 2.3rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .l-continue_txt_wrapper {
    margin-bottom: 3rem;
    text-align: left;
  }
  .l-continue_txt {
    padding: 1.7rem 0 1.4rem;
    font-size: 1.8rem;
    text-align: left;
  }
  .l-continue_txt::before,.l-continue_txt:last-child::after {
    width: calc(100vw - 2rem);
    margin-left: -2rem;
    background-image: url(../../img/delivery/l-intro_txt_line_sp.svg);
  }
  .l-continue_bottom {
    height: 12.3rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2rem, var(--color-beige)), color-stop(2rem, transparent));
    background: -webkit-linear-gradient(bottom, var(--color-beige) 2rem, transparent 2rem);
    background: linear-gradient(to top, var(--color-beige) 2rem, transparent 2rem);
  }
  .l-continue_bottom::after {
    bottom: -0.7rem;
    height: 3.5rem;
    height: 3.5rem;
    background-image: url(../../img/delivery/l-continue_bottom_sp.webp);
    background-color: var(--color-beige);
  }
  .l-continue_bottom_bg {
    height: 6.7rem;
    -webkit-transform: translateX(-36%);
            transform: translateX(-36%);
    background-size: 28.2rem;
  }
  .l-continue_bottom_truck {
    width: 6.95rem;
    -webkit-animation: truck-left-to-right calc(var(--multiple)*30) linear infinite;
            animation: truck-left-to-right calc(var(--multiple)*30) linear infinite;
  }
  .l-continue_bottom_house {
    width: 9.7rem;
  }
  .l-continue_bottom_factory {
    bottom: 1.1rem;
    width: 8.2rem;
  }
  .l-continue_img {
    top: .8rem;
    left: -10.4rem;
    width: 25.75rem;
    height: 7.6rem;
  }
  .l-continue_img02 {
    top: 11rem;
    left: .5rem;
    width: 13.45rem;
  }
  .l-continue_img03 {
    top: 1.8rem;
    right: -1.5rem;
    width: 9.35rem;
    height: 12.55rem;
    rotate: -5deg;
  }
  .l-continue_img04 {
    top: 1.1rem;
    right: 2.7rem;
    bottom: auto;
    width: 32.45rem;
    -o-object-position: top;
       object-position: top;
  }
  .l-continue02 {
    padding-top: 2.5rem;
  }
  .l-continue02_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-continue02_group:not(:first-child) {
    margin-top: 4rem;
  }
  .l-continue02_group.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-continue02_img_wrapper.is-left {
    width: 37.5rem;
    margin-left: 0;
  }
  .l-continue02_img_wrapper.is-right {
    width: 29.4rem;
    margin-right: 0;
    margin-inline: auto;
  }
  .l-continue02_txt_wrapper {
    margin-top: 2rem;
    text-align: left;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .l-continue02_txt {
    padding: 1.7rem 0 1.4rem;
    font-size: 1.8rem;
  }
  .l-continue02_txt::before,.l-continue02_txt:last-child::after {
    width: calc(100vw - 2rem);
    margin-left: -2rem;
    background-image: url(../../img/delivery/l-intro_txt_line_sp.svg);
  }
  .l-continue02_bg {
    margin-top: 6.5rem;
    background: -webkit-linear-gradient(bottom, var(--color-beige) 0.1px, transparent 0.1px);
    background: linear-gradient(to top, var(--color-beige) 0.1px, transparent 0.1px);
  }
  .l-between {
    padding: 5.5rem 0 0;
    background: var(--color-delivery-white);
  }
  .l-between_ttl {
    font-size: 2.4rem;
  }
  .l-between_group:has(.is-01) {
    margin-top: 2.8rem;
  }
  .l-between_group:has(.is-02) {
    margin-top: 25rem;
  }
  .l-between_group:has(.is-03) {
    margin-top: 25rem;
  }
  .l-between_group:has(.is-04) {
    margin-top: 25rem;
  }
  .l-between_txt_wrapper {
    margin-bottom: 3rem;
    text-align: left;
  }
  .l-between_txt {
    padding: 1.7rem 0 1.4rem;
    font-size: 1.8rem;
  }
  .l-between_txt::before,.l-between_txt:last-child::after {
    width: calc(100vw - 2rem);
    margin-left: -2rem;
    background-image: url(../../img/delivery/l-intro_txt_line_sp.svg);
  }
  .l-between_img {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .l-between_img.is-01 {
    top: auto;
    bottom: -23.5rem;
    left: -7rem;
    width: 28.5rem;
  }
  .l-between_img.is-02 {
    top: auto;
    right: -4rem;
    bottom: -26.5rem;
    width: 26.2rem;
  }
  .l-between_img.is-03 {
    top: auto;
    bottom: -23.5rem;
    left: -5rem;
    width: 29.15rem;
  }
  .l-between_img.is-04 {
    top: auto;
    right: -5.2rem;
    bottom: -30.7rem;
    width: 33.75rem;
  }
  .l-between_img_bg {
    top: 33.4rem;
    right: 2rem;
    left: auto;
    width: 29.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-between_img_bottom {
    margin-top: 37rem;
  }
  .l-baton {
    padding-top: 5rem;
  }
  .l-baton_ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .l-baton_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2.3rem;
  }
  .l-baton_txt_wrapper {
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: left;
  }
  .l-baton_txt {
    padding: 1.7rem 0 1.4rem;
    font-size: 1.8rem;
  }
  .l-baton_txt::before,.l-baton_txt:last-child::after {
    width: calc(100vw - 2rem);
    margin-left: -2rem;
    background-image: url(../../img/delivery/l-intro_txt_line_sp.svg);
  }
  .l-baton_txt_bottom_wrapper {
    margin-top: 3rem;
    text-align: left;
  }
  .l-baton_txt_bottom {
    padding: 1.7rem 0;
    font-size: 1.8rem;
  }
  .l-baton_txt_bottom::before,.l-baton_txt_bottom:last-child::after {
    width: calc(100vw - 2rem);
    margin-left: -2rem;
    background-image: url(../../img/delivery/l-intro_txt_line_sp.svg);
  }
  .l-baton_bottom {
    height: 20.5rem;
  }
  .l-baton_bottom_bg {
    bottom: 1.8rem;
    left: 44%;
    background-size: 28.6rem;
  }
  .l-baton_bottom_truck {
    width: 10.05rem;
    -webkit-animation: truck-left-to-right calc(var(--multiple)*30) linear infinite;
            animation: truck-left-to-right calc(var(--multiple)*30) linear infinite;
  }
  .l-baton_bottom_house {
    width: 6.2rem;
  }
  .l-baton_bottom_factory {
    bottom: 1.1rem;
    width: 7.7rem;
  }
  .l-baton_bottom_bg02 {
    margin-top: -2.2rem;
  }
}
