.re2023 .footer_fix_wrap .ttl.area_catch {
  margin: 6px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  padding-left: 8vw;
}
.re2023 .footer_fix_wrap .ttl.area_catch .illust {
  position: absolute;
  bottom: -4px;
  left: -3.2vw;
  width: 12.8vw;
}
.re2023 .footer_fix_wrap .ttl.area_catch .box_watch {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}
.re2023 .footer_fix_wrap .ttl.area_catch .box_watch p {
  font-size: 4.8vw;
  font-weight: 700;
}
.re2023 .footer_fix_wrap .ttl.area_catch .box_watch p .blink {
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
          animation: blinking 1s ease-in-out infinite alternate;
}
.re2023 .footer_fix_wrap .ttl.area_catch .box_watch small {
  font-size: 2.6666666667vw;
}
.re2023 .footer_fix_wrap .ttl.area_catch picture {
  width: 57.6vw;
}
@media (width >= 768px) {
  .re2023 .footer_fix_wrap .ttl.area_catch {
    margin: 0 2px 0 0;
    padding-left: 6.6666666667vw;
    gap: 0.6666666667vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .illust {
    left: 0;
    bottom: -6px;
    width: 6vw;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .box_watch {
    padding: 0.3333333333vw 0;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .box_watch p {
    font-size: 1.5vw;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .box_watch small {
    font-size: 1vw;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch picture {
    width: 18.3333333333vw;
  }
}
@media (width >= 1200px) {
  .re2023 .footer_fix_wrap .ttl.area_catch {
    padding-left: 80px;
    margin-right: 4px;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .illust {
    width: 72px;
    height: 72px;
    bottom: -8px;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .box_watch {
    padding: 4px 0;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .box_watch p {
    font-size: 20px;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch .box_watch small {
    font-size: 12px;
  }
  .re2023 .footer_fix_wrap .ttl.area_catch picture {
    width: 220px;
  }
}
@media (width >= 768px) {
  .re2023 .footer_fix_wrap {
    gap: 4px;
  }
  .re2023 .footer_fix_wrap .btn01.mini {
    width: 19.5833333333vw;
    height: 4.6666666667vw;
  }
  .re2023 .footer_fix_wrap .btn02.mini {
    width: 11.1666666667vw;
    height: 4.6666666667vw;
  }
  .re2023 .footer_fix_wrap .btn03.mini {
    width: 8.3333333333vw;
    height: 4.6666666667vw;
  }
  .re2023 .footer_fix_wrap .btn04.mini {
    width: 8.3333333333vw;
    height: 4.6666666667vw;
  }
}
@media (width >= 1200px) {
  .re2023 .footer_fix_wrap {
    gap: 4px;
  }
  .re2023 .footer_fix_wrap .btn01.mini {
    width: 235px;
    height: 56px;
  }
  .re2023 .footer_fix_wrap .btn02.mini {
    width: 134px;
    height: 56px;
  }
  .re2023 .footer_fix_wrap .btn03.mini {
    width: 100px;
    height: 56px;
  }
  .re2023 .footer_fix_wrap .btn04.mini {
    width: 100px;
    height: 56px;
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}