.o-sectionLinks {
  .a-contentContainer {
    padding-block: 0 16px;
    padding-bottom: 16px;

    @media (min-width: 768px) {
      padding-block: 40px 24px;
    }
  }
  .o-sectionLinks__title {
    color: var(--semantic-color-white);
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4; /* 25.2px */
    letter-spacing: 0.72px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 20px;

    @media (min-width: 768px) {
      font-feature-settings: "palt" on;
      font-size: 28px;
      line-height: 1.3; /* 36.4px */
      letter-spacing: 1.12px;
      margin-bottom: 24px;
    }
  }

  .o-sectionLinks__subtitleContainer {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    gap: 4px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;

    @media (min-width: 768px) {
      margin-bottom: 24px;
      gap: 6px;
    }

    .o-sectionLinks__subtitle {
      p {
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.4; /* 19.6px */
        letter-spacing: 0.56px;

        @media (min-width: 768px) {
          font-size: 18px;
          line-height: 1.3; /* 23.4px */
          letter-spacing: 0.72px;
        }
      }
    }

    .o-sectionLinks__subtitleLarge {
      p {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.72px;

        @media (min-width: 768px) {
          font-size: 20px;
          line-height: 1.3;
          letter-spacing: 0.8px;
        }
      }
    }
  }

  .o-sectionLinks__link {
    display: flex;
    align-items: center;
    justify-content: center;

    .a-linkButton {
      background-color: #fff;
      display: flex;
      flex-flow: column;
      box-sizing: border-box;
      gap: 10px;
      align-items: center;
      justify-content: center;
      padding: 16px 18px;
      border: 2px solid #eb446c;
      max-width: 352px;

      &:hover {
        opacity: 0.8;
      }

      .a-linkButton__content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;

        .a-linkButton__text {
          flex: 1;
          color: #eb446c;

          p {
            text-align: center;
            font-feature-settings: "liga" off, "clig" off;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.3; /* 26px */

            @media (min-width: 768px) {
              font-size: 22px;
            }
          }
        }

        .a-linkButton__arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          height: calc(20px * 1.3);

          @media (min-width: 768px) {
            height: calc(22px * 1.3);
          }

          svg {
            stroke: none;
          }
        }
      }

      .a-linkButton__label {
        background-color: #eb446c;
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding: 4px 6px;
      }

      .a-linkButton__labelText {
        color: #ffffff;

        p {
          font-feature-settings: "liga" off, "clig" off;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 130%;

          @media (min-width: 768px) {
            font-size: 16px;
            line-height: 1.3;
          }
        }
      }
    }
  }
}
