:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

.p-sportip__banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  pointer-events: none;
}

.p-sportip__banner-logo {
  width: 265px;
  margin-bottom: 20px;
}

.p-sportip__banner-content {
  position: absolute;
  top: 50%;
  left: 5.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}

.p-sportip__banner-title {
  font-size: var(--fs-4xl);
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
  font-weight: 400;
  color: var(--text-white);
}

.p-sportip__breadcrumb {
  bottom: 4%;
  left: 105px;
  z-index: 15;
}

@media screen and (max-width: 1250px) {
  .p-sportip__breadcrumb {
    left: 20px;
  }
}

.p-sportip__banner .c-hero-slider__frames__clip1 .c-clip-img {
  -o-object-position: right top;
     object-position: right top;
  width: 105%;
  left: auto;
  right: 30%;
}

.p-sportip__banner .c-hero-slider__frames__clip2 .c-clip-img {
  left: 10%;
  -o-object-position: left center;
     object-position: left center;
  width: 125%;
}

.p-sportip__section--white {
  padding-bottom: 100px;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern.webp");
  background-size: cover;
  background-position: 0% -170%;
}

.p-sportip__content {
  position: relative;
  padding-bottom: 2rem;
}

.p-sportip__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(15rem, 30vw, 38rem);
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*="p-sportip__content-row"].u-mb-300 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  [class*="p-sportip__content-row"].u-mb-300 {
    margin-bottom: 50px !important;
  }
}

.p-sportip__content-row--end,
.p-sportip__content-row--spaced {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-sportip__content-row--end,
  .p-sportip__content-row--spaced {
    margin-top: 40px;
  }
}

.p-sportip__text-container,
.p-sportip__text-container--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  background-color: white;
  padding: 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 55%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
}
.p-sportip__text-container .c-flex-col-gap-4,
.p-sportip__text-container--02 .c-flex-col-gap-4 {
  gap: 0;
}
.p-sportip__text-container h2,
.p-sportip__text-container h4,
.p-sportip__text-container p,
.p-sportip__text-container--02 h2,
.p-sportip__text-container--02 h4,
.p-sportip__text-container--02 p {
  margin: 0;
}
.p-sportip__text-container .c-section__header-row--md-gap,
.p-sportip__text-container--02 .c-section__header-row--md-gap {
  padding-bottom: 20px;
}

.p-sportip__text-container--02 {
  top: 50%;
  left: 0%;
}

.p-sportip__text-container.c-reveal--right {
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
}
.p-sportip__text-container.c-reveal--right.revealed {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-sportip__text-container--02.c-reveal--left {
  -webkit-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
}
.p-sportip__text-container--02.c-reveal--left.revealed {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-sportip__img-pattern {
  position: absolute;
  top: 0%;
  right: 0%;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-sportip__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-sportip__text-block-paragraph {
  font-size: var(--fs-base);
  line-height: 2;
  font-weight: 600;
}

.p-sportip__text-block-accent {
  font-weight: 500;
  color: var(--text-lightBlue);
}

.p-sportip__bullet-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}

.p-sportip__bullet-icon-img {
  display: block;
  width: 1rem;
  height: auto;
}

.p-sportip__nav {
  margin-bottom: 10rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 1025px) {
  .p-sportip__nav {
    margin-bottom: 100px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-sportip__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  border-top: 1px solid var(--base-gray);
}
@media screen and (max-width: 767px) {
  .p-sportip__nav::after {
    content: none;
  }
}

.p-sportip__youtube-wrap {
  margin-top: 3rem;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sportip__youtube-wrap {
    margin-bottom: 40px;
  }
}

.p-sportip__section--lightblue .p-sportip__youtube-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  max-width: none;
  aspect-ratio: 1944/414;
  background-image: url("../img/common/img_ribbon_white02.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: translate(-54.5%, -59.2%) rotate(-20deg);
          transform: translate(-54.5%, -59.2%) rotate(-20deg);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-sportip__section--lightblue .p-sportip__youtube-wrap::after {
    width: 350vw;
    -webkit-transform: translate(-30%, -170%) rotate(-20deg);
            transform: translate(-30%, -170%) rotate(-20deg);
  }
}
.p-sportip__ribbon--02-youtube {
  display: none;
}

.p-sportip__ribbon--03 {
  position: absolute;
  left: auto;
  right: -16rem;
  top: -3rem;
  bottom: auto;
  width: 56rem;
  max-width: none;
  z-index: 0;
  pointer-events: none;
}

.p-sportip__youtube {
  position: relative;
  z-index: 1;
  width: 55rem;
  height: 31rem;
  background-color: var(--base-nearBlack);
  overflow: hidden;
}
.p-sportip__youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-sportip__section--lightblue {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../img/common/bg_light_blue.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-sportip__section--lightblue > *:not(.p-sportip__youtube-wrap) {
    position: relative;
    z-index: 1;
  }
}

.p-sportip__diagnosis-wrapper .c-phone-mockup__video {
  width: 90%;
  z-index: 100;
}

.p-sportip__ribbon--02 {
  position: absolute;
  top: 25%;
  right: -45%;
  width: auto;
  height: auto;
  z-index: 1;
}

.p-sportip__diagnosis-block {
  background-color: white;
  width: 100%;
  padding: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  z-index: 10;
  max-width: 55rem;
}

.p-sportip__diagnosis-block-heading {
  font-weight: 600;
}

.p-sportip__mobile-divider {
  height: 1px;
  margin-bottom: 50px;
}

.p-sportip__point-header-row {
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-sportip__point-header-row .c-section-title {
  margin-bottom: 0;
}
.p-sportip__point-header-row .p-sportip__section-subtitle {
  padding-bottom: 0;
}
.p-sportip__point-header-row .c-section-title__text {
  line-height: 1;
}
.p-sportip__point-header-row .p-sportip__section-subtitle img {
  margin-bottom: 8px;
}

.p-sportip__section-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  padding-bottom: 10px;
}

.p-sportip__point-heading {
  padding-bottom: 8px;
  line-height: 1.333;
  font-weight: 600;
  font-size: var(--fs-xl);
}

.p-sportip__content-row {
  position: relative;
}

.p-sportip__section-number {
  padding-bottom: 8px;
  font-size: 5.625rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1;
}

.p-sportip__content-subtitle {
  font-weight: 600;
}

.p-sportip__content-title {
  font-size: var(--fs-2xl);
  color: var(--text-lightBlue);
  font-weight: 600;
}

.p-sportip__diagnosis-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}

.p-sportip__divider {
  height: 1px;
}

.p-sportip__label {
  width: 5rem;
  padding: 0.5rem 0;
}

.p-sportip__content-row--end {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-sportip__content-block {
  padding-top: 0;
  padding-bottom: 0;
}

.p-sportip__content-block-heading,
.p-sportip__diagnosis-block-heading {
  font-weight: 600;
  margin-bottom: -10px;
}

.p-sportip__content-row--spaced {
  position: relative;
}

.p-sportip__flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
}
.p-sportip__flex-col > p {
  margin: 0;
}

.p-sportip__geta-lead + .p-sportip__flex-col {
  margin-top: -20px;
}

.p-sportip__accent {
  color: var(--text-lightBlue);
}

.p-sportip__diagnosis-lead {
  color: var(--text-lightBlue);
  font-weight: 600;
  line-height: 1.5;
}

.p-sportip__diagnosis-text {
  line-height: 2;
}

.p-sportip__stretch-text {
  line-height: 2;
}

.p-sportip__stretch-text + .p-sportip__stretch-text {
  margin-top: -30px;
}

.p-sportip__geta-lead {
  color: var(--text-lightBlue);
  font-weight: 600;
  margin-bottom: 0;
}

.p-sportip__speak-mobile {
  display: none;
}

.p-sportip__speak--02 {
  bottom: 0rem;
  left: 2rem;
}
.p-sportip__speak--02 .c-speak-person__bubble {
  top: -3rem;
  right: 9rem;
}

.p-sportip__speak--03 {
  bottom: 0rem;
  right: 3rem;
}
.p-sportip__speak--03 .c-speak-person__bubble {
  top: -4rem;
  right: -6rem;
}

@media (max-width: 1024px) {
  .p-sportip__banner-content {
    left: 3rem;
  }
  .p-sportip__banner .c-hero-slider__frames__clip1 .c-clip-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    left: 0;
  }
  .p-sportip__banner .c-hero-slider__frames__clip2 .c-clip-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    right: 0;
    left: 0;
  }
  .p-sportip__banner-title {
    font-size: var(--fs-2xl);
  }
  .p-sportip__title {
    font-size: var(--fs-8xl);
  }
  .p-sportip__text-container,
  .p-sportip__text-container--02 {
    width: 55vw;
    padding: 2.5rem;
  }
  .p-sportip__diagnosis-wrapper .c-phone-mockup__img {
    height: 28vw;
  }
  .p-sportip__youtube {
    width: 100%;
    height: 28rem;
  }
  .p-sportip__speak--02,
  .p-sportip__speak--03 {
    display: none;
  }
  .p-sportip__speak-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
  }
  .p-sportip__speak-mobile-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-sportip__speak-bubble-mobile {
    position: absolute;
    top: -2.5rem;
    right: 8rem;
    width: 5rem;
    height: auto;
    max-width: 10rem;
    z-index: 1;
  }
  .p-sportip__speak-bubble-mobile--right {
    right: -5rem;
  }
  .p-sportip__speak-person-mobile {
    height: 20rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-slider__title {
    top: 165px;
  }
  .p-sportip__banner-logo {
    position: absolute;
    top: 280px;
    left: 165px;
    width: 150px;
    margin-bottom: 0;
  }
  .c-footer-banner__sticker1 img:last-of-type,
  .c-footer-banner__sticker2 img:last-of-type {
    height: 20rem;
    width: auto;
  }
  .p-sportip__banner-content {
    top: 20%;
    left: 1.25rem;
  }
  .p-sportip__banner-title {
    font-size: var(--fs-lg);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .p-sportip__breadcrumb {
    position: absolute;
    left: 1.25rem;
    bottom: 3%;
  }
  .p-sportip__banner .c-hero-slider__frames__clip1 .c-clip-img {
    -o-object-position: center center;
       object-position: center center;
  }
  .p-sportip__banner .c-hero-slider__frames__clip2 .c-clip-img {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-position: 55% center;
       object-position: 55% center;
    -webkit-transform: scale(1) translateY(30%);
            transform: scale(1) translateY(30%);
  }
  .p-sportip__title {
    font-size: 3.75rem;
    line-height: 1.05;
  }
  .p-sportip__subtitle {
    font-size: var(--fs-base);
    line-height: 1.75;
  }
  .p-sportip__title-wrap {
    margin-bottom: 0;
  }
  .p-sportip__point-heading {
    font-size: var(--fs-lg);
    line-height: 1.5;
  }
  .p-sportip__section--03 {
    background-image: url("../img/common/bg_white_pattern.webp");
    background-size: cover;
    background-position: 0% -170%;
  }
  .p-sportip__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 1.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
  }
  .p-sportip__nav .c-page-nav__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--fs-base);
    line-height: 1.6;
  }
  .p-sportip__content .c-section__header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
  .p-sportip__content .c-flex-gap-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    line-height: 2;
  }
  .p-sportip__content .c-row-mb-100 {
    margin-bottom: 2rem;
  }
  .p-sportip__content-title {
    font-size: var(--fs-lg2);
  }
  .p-sportip__content-subtitle {
    font-size: var(--fs-sm2);
    line-height: 1.6;
  }
  div:has(> .p-sportip__text-container) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-sportip__img--with-text {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-sportip__text-container {
    position: relative;
    width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: 0;
    padding: 1rem 1.5rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: auto;
    right: auto;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
  }
  .p-sportip__text-container.c-reveal--right {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .p-sportip__text-container.c-reveal--right.revealed {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-sportip__text-container .c-section__header-row--md-gap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .p-sportip__text-container .p-sportip__section-number {
    font-size: 3.75rem;
    line-height: 1;
  }
  div:has(> .p-sportip__text-container--02) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .p-sportip__img--with-text-02 {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-sportip__text-container--02 {
    position: relative;
    width: calc(100% - 1rem);
    margin-left: 0;
    margin-right: auto;
    padding: 1rem 1.5rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: auto;
    left: auto;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
  }
  .p-sportip__text-container--02.c-reveal--left {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .p-sportip__text-container--02.c-reveal--left.revealed {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-sportip__text-container--02 .c-section__header-row--md-gap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .p-sportip__text-container--02 .p-sportip__section-number {
    font-size: 3.75rem;
    line-height: 1;
  }
  .p-sportip__text-container-heading,
  .p-sportip__text-container--02-heading {
    font-size: var(--fs-lg2);
    line-height: 1.45;
  }
  .p-sportip__img-pattern {
    height: 10%;
    width: auto;
  }
  .p-sportip__text-block {
    gap: 0.75rem;
  }
  .p-sportip__text-block-paragraph {
    font-size: var(--fs-base);
    line-height: 1.75;
  }
  .u-mt-100 {
    margin-top: 2.5rem;
  }
  .p-sportip__youtube-wrap {
    margin-top: 1.5rem;
  }
  .p-sportip__youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .p-sportip__content-block-heading {
    font-size: var(--fs-md);
    line-height: 1.75;
  }
  .p-sportip__content-block-heading .p-sportip__accent {
    font-size: var(--fs-lg2);
    display: inline-block;
  }
  .p-sportip__diagnosis-block-heading .p-sportip__accent {
    font-size: var(--fs-lg2);
  }
  .p-sportip__diagnosis-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .p-sportip__ribbon--02 {
    position: absolute;
    top: 5%;
    left: -74%;
    right: auto;
    max-width: inherit;
    z-index: 0;
  }
  .p-sportip__diagnosis-block {
    max-width: 100%;
    padding: 1rem 0.75rem;
    gap: 1rem;
  }
  .p-sportip__diagnosis-block-heading {
    font-size: var(--fs-md);
    line-height: 1.75;
    display: block;
  }
  .p-sportip__diagnosis-lead {
    font-size: var(--fs-base);
    line-height: 1.75;
  }
  .p-sportip__diagnosis-text,
  .p-sportip__stretch-text,
  .p-sportip__flex-col,
  .p-sportip__geta-lead {
    font-size: var(--fs-base);
  }
  .p-sportip__stretch-text {
    line-height: 2;
  }
  .p-sportip__geta-lead {
    line-height: 1.75;
  }
  .p-sportip__diagnosis-wrapper .c-phone-mockup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-sportip__diagnosis-wrapper .c-phone-mockup__img {
    height: 85vw;
    max-height: 520px;
  }
  .p-sportip__diagnosis-wrapper .c-phone-mockup__video {
    border-radius: 4vw;
    width: 45%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-sportip__speak-person-mobile {
    height: 18rem;
  }
  .p-sportip__speak-bubble-mobile {
    max-width: 9.5rem;
    width: 6rem;
    top: -2.5rem;
    right: 6rem;
  }
  .p-sportip__speak-bubble-mobile--right {
    right: -3.5rem;
  }
  .p-sportip__announcement-section .c-announcement {
    width: calc(100% - 2.5rem);
    margin-inline: auto;
    padding-bottom: 0;
  }
  .p-sportip__announcement-section .c-btn--light-blue {
    width: 100%;
    max-width: 19rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem;
  }
  .p-sportip__announcement-section .c-announcement__title-container {
    display: block;
    text-align: center;
  }
  .p-sportip__announcement-section .c-announcement__title-container h2:first-child {
    display: inline;
    font-size: var(--fs-xl);
    font-weight: 700;
    line-height: 1.5;
  }
  .p-sportip__announcement-section .c-announcement__title-container h2:nth-child(2) {
    display: inline;
    line-height: 1.5;
    margin-left: 0.25rem;
  }
  .p-sportip__announcement-section .c-announcement__btn {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .p-sportip__announcement-section .c-announcement__btn svg {
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}/*# sourceMappingURL=sportip.css.map */
