:root {
  --primary-red: #902121;
  --white-text: #ffffff;
}

.motomoto-section-red {
  width: 100%;
  background-color: var(--primary-red);
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-bottom: 176px;
  overflow: visible !important;
  overflow-x: visible !important;
  padding-top: 105px;
}
.motomoto-section-red::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #faf8f0;
  border-radius: 46% 46% 0 0 / 180px 157px 0 0;
  z-index: 1;
}
.section-header-red {
  margin-bottom: 53px;
  overflow-x: visible;
}

.main-title-red {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: var(--white-text);
  letter-spacing: 2px;
}

.sub-title-red {
  font-size: 55px;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 0;
  color: var(--white-text);
  letter-spacing: 2.75px;
}

.motomoto-inner-container-red {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 1px;
  justify-content: center;
  overflow-x: visible !important;
}

.illustration-left-red {
  flex-shrink: 0;
  margin-top: -93px;
  margin-left: -170px;
  margin-right: -50px;
  max-width: 380px;
}

.pig-image-red {
  display: block;
  width: 100%;
  height: auto;
}

.content-middle-red {
  flex-grow: 1;
  flex-basis: 478px;
  color: var(--white-text);
  text-align: center;
  top: 5px;
  position: relative;
  margin-top: 63px;
}
.repeat02 .content-middle-red {
  position: relative;
  left: -100px;
}

.f-company-box-red {
  display: inline-block;
  padding: 13px 93px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 38px;
  border: 3px solid #ffffff;
  border-radius: 29px;
  color: white;
}

.breakthrough-text-red {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 35px;
  letter-spacing: 0;
  color: #e9c54d;
  margin-top: 0;
}

.strategy-list-red {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.strategy-list-red li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: white;
}

.illustration-right-red {
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-image-red {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  max-width: 480px;
}

/* repeat 02 */
/* repeat 02 */
/* repeat 02 */
/* repeat 02 */
/* repeat 02 */
/* repeat 02 */
.motomoto-inner-container-red.repeat02 {
  margin-bottom: 105px;
  margin-top: 100px;
}

/* End repeat 02 */
/* End repeat 02 */
/* End repeat 02 */
/* End repeat 02 */

/* <!-- in-conclusion -->
  <!-- in-conclusion -->
  <!-- in-conclusion -->
  <!-- in-conclusion -->
  <!-- in-conclusion -->
  */
/* General font-family recommendation with fallbacks */

/* General font-family recommendation with fallbacks */

.points-summary-section {
  background-color: #902121;
  padding: 63px 0;
  box-sizing: border-box;
}

.points-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 95px;
  box-sizing: border-box;
  text-align: center;
}

/* 1) Section Title */
.points-title {
  text-align: center;

  font-weight: 600;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0 0 50px 0;
}

/* Grid layout for the white boxes */
.points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 50px;
}

/* 2) White Boxes Styling */
.point-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 3px solid #ffffff;
  border-radius: 29px;
  padding: 43px 38px;
  display: flex;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
}

.point-box p {
  font-weight: 600;
  font-size: 29px;
  /* line-height: 45px; */
  letter-spacing: 0px;
  color: #902121;
  margin: 0;
}

/* Special styling for the centered bottom box */
.point-box-center {
  grid-column: 1 / -1;
  justify-self: center;
  width: 65%;
  min-height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

/* 3) Slogan Text */
.points-slogan {
  font-weight: 600;
  font-size: 55px;
  line-height: 75px;
  letter-spacing: 2.75px;
  color: #e9c54d;
  margin: 60px 0 25px 0;
}

/* 4) Support Text */
.points-support-text {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 1570px) {
  .main-title-red {
    font-size: 30px;
  }
  .sub-title-red {
    font-size: 43px;
  }

  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    flex-shrink: 0;
    margin-top: -93px;
    margin-left: -85px;
    margin-right: -50px;
    max-width: 317px;
    overflow-x: visible;
  }
  .illustration-left-red.right02 {
    max-width: 265px;
  }
}
@media (max-width: 1400px) {
  .illustration-right-red {
    max-width: 444px;
  }
  .motomoto-inner-container-red {
    max-width: 1079px;
  }
  .f-company-box-red {
    padding: 13px 61px;
    font-size: 24px;
  }
  .breakthrough-text-red {
    font-size: 24px;
  }
  .strategy-list-red li {
    position: relative;
    font-size: 17px;
  }
}
@media (max-width: 1270px) {
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    flex-shrink: 0;
    margin-top: -83px;
    margin-left: -27px;
    margin-right: -50px;
    max-width: 317px;
  }
  .repeat02 .content-middle-red {
    /* border: 1px solid blue; */
    max-width: 484px;
  }
}

@media (max-width: 1200px) {
  .points-container {
    padding: 0 40px;
  }
  .point-box p {
    font-size: 24px;
    line-height: 1.5;
  }
  .points-slogan {
    font-size: 44px;
    line-height: 1.4;
  }
  .points-title,
  .points-support-text {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .repeat02 .content-middle-red {
    max-width: 484px;
    position: relative;
  }
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    flex-shrink: 0;
    margin-top: -83px;
    margin-left: -27px;
    margin-right: -50px;
    max-width: 278px;
  }
  .illustration-left-red.right02 {
    max-width: 214px;
  }
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    flex-shrink: 0;
    margin-top: -80px;
    margin-left: 10px;
    margin-right: -50px;
    max-width: 278px;
  }
  .illustration-left-red.right02 {
    max-width: 214px;
    margin-left: -190px;
  }

  .repeat03 .content-middle-red {
    left: 36px;
  }
}
@media (max-width: 1070px) {
  .motomoto-inner-container-red {
    max-width: 1014px;
  }
  .sub-title-red {
    font-size: 39px;
  }
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    max-width: 261px;
  }
  .illustration-left-red.left03 {
    max-width: 162px;
  }
  .f-company-box-red {
    padding: 13px 51px;
    font-size: 20px;
  }
  .breakthrough-text-red {
    font-size: 20px;
  }
  .strategy-list-red li {
    position: relative;
    font-size: 16px;
  }
  .illustration-left-red.right02 {
    margin-left: -222px;
  }
}
@media (max-width: 1070px) {
  .motomoto-inner-container-red {
    max-width: 970px;
  }
  .illustration-left-red.right02 {
    position: relative;
    left: -34px;
  }
  .illustration-left-red.right02 {
    margin-left: -143px;
  }
  .illustration-left-red.right02 {
    position: relative;
    left: -75px;
  }
  .breakthrough-text-red {
    font-size: 18px;
  }
  .strategy-list-red li {
    position: relative;
    font-size: 15px;
  }
}
@media (min-width: 1001px) {
  .motomoto-section-red .repeat03 .left03 {
    position: relative;
    left: 60px;
  }
  .motomoto-section-red .repeat03 .content-middle-red {
    left: 44px;
  }
}

@media (max-width: 1000px) {
  .motomoto-inner-container-red {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    flex-shrink: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0;
    max-width: 100%;
  }
  .content-middle-red {
    flex-grow: 1;
    flex-basis: auto;
  }
  .f-company-box-red {
    display: inline-block;
    padding: 10px 60px;
    font-size: 30px;
    margin-top: 30px;
  }
  .f-company-box-red {
    margin-top: 0px;
  }
  .breakthrough-text-red {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .strategy-list-red li {
    position: relative;
    font-size: 16px;
  }
  .f-company-box-red {
    margin-bottom: 30px;
  }
  .repeat01 {
    /* border: 1px solid rgb(4, 216, 4); */
  }
  .repeat02 {
  }
  .illustration-right-red {
    order: 3;
  }
  .repeat02 .content-middle-red {
    order: 2;
  }
  .illustration-left-red.right02 {
    order: 1;
  }
  .illustration-left-red.right02 {
    position: relative;
    left: auto;
    margin-left: 0px;
    max-width: 100%;
    margin-top: auto;
  }
  .content-middle-red {
    margin-top: 30px;
  }
  .repeat02 .content-middle-red {
    max-width: 100%;
    position: relative;
    left: 0px;
  }
  .illustration-right-red {
    max-width: 100%;
  }
  .illustration-left-red {
    margin-right: 0px;
  }
  .repeat03 {
    /* border: 1px solid rgb(4, 216, 4); */
  }
  .strategy-list-red li br {
    display: none;
  }
  .strategy-list-red li {
    /* width: 800px; */
    max-width: 600px;
  }
  .chart-image-red {
    max-width: 400px;
  }
  .repeat03 .content-middle-red {
    left: 0px;
  }
  .motomoto-section-red {
    padding-top: 58px;
  }
}
@media (max-width: 600px) {
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    max-width: 251px;
  }
  .strategy-list-red li {
    /* width: 800px; */
    max-width: 308px;
  }
  .main-title-red {
    font-size: 20px;
  }
  .sub-title-red {
    font-size: 30px;
  }
  .section-header-red {
    margin-bottom: 21px;
  }
  .content-middle-red {
    margin-top: 25px;
  }
  .f-company-box-red {
    margin-bottom: 25px;
    padding: 4px 77px;
  }
  .strategy-list-red li {
    /* width: 800px; */
    max-width: 308px;
    margin: 0 auto;
  }
  .motomoto-inner-container-red.repeat02 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 500px) {
  .illustration-right-red img:nth-child(1) {
    display: block;
  }
  .illustration-right-red img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 500px) {
  .breakthrough-text-red {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .illustration-right-red img:nth-child(2) {
    display: block;
  }
  .illustration-right-red img:nth-child(1) {
    display: none;
  }
  .illustration-right-red img:nth-child(1) {
    border: 5px solid red;
    display: none;
  }
  .repeat03 .content-middle-red {
    left: 0px;
  }
  .illustration-left-red.left01,
  .illustration-left-red.left03 {
    max-width: 251px;
  }
  .illustration-left-red.left03 {
    max-width: 157px;
  }
  .illustration-left-red.right02 {
    max-width: 223px;
  }
  .breakthrough-text-red br {
    display: none;
  }
  .section-header-red {
    margin-bottom: 21px;
    padding: 0 25px;
  }
  .main-title-red {
    letter-spacing: 0px;
  }
  .sub-title-red {
    letter-spacing: 3px;
  }
  .illustration-right-red {
    max-width: 314px;
  }
}
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* arrrange */
/* End arrrange */

@media (max-width: 1100px) {
  .points-title,
  .points-support-text {
    font-size: 26px;
    line-height: 1.5;
  }
  .point-box p {
    font-size: 20px;
  }
  .point-box {
    padding: 25px 25px;
  }
  .points-slogan {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .points-grid {
    /* grid-template-columns: 1fr;  */
    gap: 20px;
  }
  .point-box-center {
  }
  .points-container {
    padding: 0 20px;
  }
  .points-title,
  .points-support-text {
    font-size: 28px;
  }
  .point-box p {
    font-size: 18px;
  }
  .points-slogan {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .point-box-center {
    width: 53%;
  }
  .points-title,
  .points-support-text {
    font-size: 20px;
  }
  .point-box p {
    font-size: 19px;
  }
  .points-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .point-box {
    padding: 25px 25px;
    max-width: 400px;
  }
  .points-grid {
    grid-template-columns: 1fr;
    gap: 5px;
    justify-items: center;
  }
  .point-box {
    width: 400px;
  }
  .points-title {
    margin: 0 0 24px 0;
  }
  .points-slogan {
    margin: 43px 0 17px 0;
  }
}
@media (max-width: 550px) {
  .points-summary-section {
    padding: 8px 0;
  }
  .point-box {
    border-radius: 15px;
  }
  .point-box {
    width: 319px;
  }
  .point-box {
    padding: 25px 10px;
  }
  .points-slogan {
    font-size: 25px;
  }
  .points-support-text {
    margin-bottom: 44px;
  }
  .motomoto-section-red {
    padding-bottom: 98px;
  }
  .motomoto-section-red::after {
    height: 53px;
  }
  .motomoto-section-red::after {
    border-radius: 65% 65% 0 0 / 70px 70px 0 0;
  }

  .motomoto-inner-container-red.repeat02 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .points-title {
    margin: 0 0 24px 0;
    letter-spacing: 0;
  }
}
/* --- NEW CSS FOR ANIMATION(own responsive) --- */
/* --- NEW CSS FOR ANIMATION(own responsive) --- */
/* --- NEW CSS FOR ANIMATION(own responsive) --- */

/* 01 */
/* 01 */
/* 01 */
/* 01 */
.img-insideLeft01 {
  height: auto;
  transform-origin: center center;
  opacity: 0.35;
  transform: scale(0.05) translateX(600px) translateY(-20px) rotate(-2deg);
  will-change: transform, opacity;
  position: relative;
  z-index: 2;
}
.repeat01 .left01 {
  position: relative;
}
/* Ensure the first pig image isn't clipped by the global overflow-x: clip */
.illustration-left-red.left01,
.illustration-left-red.left01 * {
  overflow: visible !important;
  overflow-x: visible !important;
}
.left01::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 80%;
  height: 20px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
  transform: translateX(-50%) scale(0);
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.8s ease;
}
.left01.animated::before {
  transform: translateX(-50%) scale(1);
}

/* 02 */
/* 02 */
/* 02 */
/* 02 */
.right02 {
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

.right02.right02 {
  will-change: transform;
}
.right02.right02 .pig-image-red {
  opacity: 0;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
  overflow: visible;
}
.right02.right02.animated .pig-image-red {
  animation: none;
}

.motomoto-section-red {
  overflow: visible !important;
}
.repeat02 {
  overflow: visible !important;
}
.illustration-left-red.right02,
.illustration-left-red.right02 * {
  overflow: visible !important;
}

/* 03 */
/* 03 */
/* 03 */
/* 03 */

.illustration-left-red.left03 {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.illustration-left-red.left03 .img-insideLeft03 {
  opacity: 0;
  transform-origin: center bottom;
  will-change: transform, opacity;
}
.illustration-left-red::before {
  transform: translateX(-50%) scale(0);
}
.illustration-left-red.animated::before {
  transform: translateX(-50%) scale(1);
}
.img-insideLeft03 {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform, opacity;
}
.illustration-left-red.left03 {
  overflow: visible; /* prevent clipping */
  position: relative;
  z-index: 2;
}
.illustration-left-red.left03 .pig-image-red {
  opacity: 0;
  transform-origin: center bottom;
  will-change: transform, opacity;
}
/* ---End  NEW CSS FOR ANIMATION(own responsive) --- */
/* ---End  NEW CSS FOR ANIMATION(own responsive) --- */
/* ---End  NEW CSS FOR ANIMATION(own responsive) --- */
/* Hero action button shine effect */
/* Hero action button shine effect */
/* Hero action button shine effect */
/* Hero action button shine effect */
.hero-action-button {
  position: relative;
  display: inline-block;
  overflow: hidden; /* contain shine */
}
.hero-action-button__background {
  display: block;
  position: relative;
  z-index: 0; /* base layer */
}
.hero-action-button__text {
  position: relative; /* allow z-index without affecting layout */
  z-index: 2; /* above shine */
}
.hero-action-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  pointer-events: none; /* keep button clickable */
  z-index: 1; /* between background and text */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: heroShine 2.5s linear infinite;
}

@keyframes heroShine {
  100% {
    left: 150%;
  }
}

/* Floating scroll button shine effect */
.scroll-to-form-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.scroll-to-form-btn img {
  display: block;
  position: relative;
  z-index: 0;
}

/* Top main buttons (PC/SP) shine effect */
.top-botton {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.top-botton img {
  display: block;
  position: relative;
  z-index: 0;
}
.top-botton span {
  z-index: 2;
}
.top-botton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: heroShine 2.5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .hero-action-button::after {
    animation: none;
  }
}
/* Hero action button shine effect */
/* Hero action button shine effect */
/* Hero action button shine effect */
/* Hero action button shine effect */
