.operators-page {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  position: relative;

  .operator-section {
    width: 100%;

    /* section-1 */
    .operator-banner-wrapper {
      width: 100%;
      height: auto;
      position: relative;

      .operator-banner__media {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;

        /* 蒙版 */
        /* &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          background-color: rgba(0, 0, 0, 0.1);
        } */

        picture {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 100%;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }
        }
      }
      .operator-banner__content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;

        .operator-content-inner {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: max-content;
          height: 100%;
          gap: 32px;

          .operator-content__title {
            margin: 0;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.5;
            color: #000000;
          }
          .operator-content__logo {
            width: 128px;
            height: auto;
            object-fit: cover;
          }
        }
      }
    }
    /* section-1 */
    @media screen and (max-width: 749px) {
      .operator-banner-wrapper {
        .operator-banner__content {
          .operator-content-inner {
            justify-content: flex-start;
            gap: 16pt;
            position: relative;
            top: 6%;

            .operator-content__title {
              font-size: 18pt;
              line-height: 1.5;
              text-align: center;
            }
            .operator-content__logo {
              width: 64pt;
            }
          }
        }
      }
    }

    /* section-2 */
    .operator-section-2-wrapper {
      width: 100%;
      height: auto;
      position: relative;
      padding: 56px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #ffffff;

      .operator-section-2__header {
        max-width: 1060px;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        color: #000000;

        p {
          margin: 0;
        }
      }
      .operator-section-2__content {
        margin-top: 40px;
        position: relative;

        .content-cards-wrapper {
          position: relative;
          display: flex;
          gap: 16px;

          .content-card {
            position: relative;
            width: 343px;
            height: 187px;
            box-sizing: border-box;
            border: 1px solid #d9d9d9;

            .content-card__image {
              pointer-events: none;
              position: absolute;
              right: 2px;
              bottom: 6px;
              overflow: hidden;

              img {
                width: 212px;
                height: auto;
                object-fit: cover;
                display: block;
              }
            }

            .content-card__text {
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              padding: 24px 32px;

              .metafield-rich_text_field {
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-around;

                p {
                  font-size: 16px;
                  line-height: 1.5;
                  margin: 0;
                }
              }
            }
          }
        }
      }
      .operator-section-2__footer {
        margin-top: 24px;
        display: flex;
        gap: 12px;

        .footer-text-1 {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5;
        }

        .footer-text-2 {
          font-size: 16px;
          line-height: 1.5;
        }

        .footer-text-3 {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 1.5;
          color: #e60012;
          text-decoration: none;
          background: linear-gradient(to right, currentColor, currentColor) 0
            min(100%, 1.35em) / 0 1px no-repeat;
          transition: background-size 0.3s ease-in-out;

          &:hover {
            background-size: 100% 1px;
          }
        }
      }
    }
    /* section-2 */
    @media screen and (max-width: 749px) {
      .operator-section-2-wrapper {
        padding: 20pt 0;
        .operator-section-2__header {
          max-width: 100%;
          font-size: 11pt;
          line-height: normal;
        }
        .operator-section-2__content {
          margin-top: 12pt;

          .content-cards-wrapper {
            flex-direction: column;
            gap: 8pt;

            .content-card {
              width: 100%;
              max-width: 265pt;
              height: 106pt;

              .content-card__image {
                right: 8pt;
                bottom: 6pt;

                img {
                  width: 106pt;
                }
              }

              .content-card__text {
                padding: 12pt 16pt;

                .metafield-rich_text_field {
                  p {
                    font-size: 11pt;
                  }
                }
              }
            }
          }
        }
        .operator-section-2__content.page-width {
          padding: 0;
        }
        .operator-section-2__footer {
          margin-top: 12pt;
          gap: 2pt;

          .footer-text-1 {
            font-size: 12pt;
          }

          .footer-text-2 {
            font-size: 12pt;
          }

          .footer-text-3 {
            font-size: 12pt;
          }
        }
      }
    }

    /* section-3 */
    .operator-section-3-wrapper {
      width: 100%;
      height: auto;
      position: relative;
      padding: 80px 0;
      display: flex;
      flex-direction: column;
      align-items: center;

      .operator-section-3__header {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.5;
        margin: 0;
      }

      .operator-section-3__content {
        margin-top: 24px;
        width: 100%;

        .content__nav {
          width: 100%;
          display: flex;
          justify-content: center;
          gap: 64px;
          border-bottom: 1px solid #e8e8e8;
          position: sticky;
          top: 0;
          transition: all 0.3s ease-in-out;

          .content__nav-item {
            position: relative;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            text-transform: capitalize;
            color: #000000;
            text-decoration: none;
            opacity: 0.5;
            transition: opacity 0.3s ease-in-out;
            padding: 44px 0;

            &::after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0;
              height: 2px;
              background-color: #e60012;
              transition: width 0.3s ease-in-out;
            }
            &:hover,
            &.active,
            &:active {
              opacity: 1;

              &::after {
                width: 100%;
              }
            }
          }
        }
        .content__nav.is-sticky {
          z-index: 3;
          background-color: #ffffff;
          transition: all 0.3s ease-in-out;
          min-height: 60px;

          .content__nav-item {
            padding: 16px 0;
          }
        }

        .content__wrapper {
          margin-bottom: 166px;

          .content__wrapper-item {
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding-bottom: 80px;
            padding-top: 80px;
            border-bottom: 1px solid #d9d9d9;
            position: relative;
            width: 100%;

            &:last-child {
              border-bottom: none;
              padding-bottom: 0;
            }

            .content__wrapper-title {
              width: 100%;
              h3 {
                font-size: 28px;
                font-weight: bold;
                line-height: 1.5;
                color: #000000;
                margin: 0;
              }

              p {
                margin: 0;
              }
            }
            .content__wrapper-products {
              width: 100%;
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 16px;
            }
          }
        }
      }
    }
    /* section-3 */
    @media screen and (max-width: 749px) {
      .operator-section-3-wrapper {
        padding: 40pt 0;

        .operator-section-3__header {
          font-size: 18pt;
        }

        .operator-section-3__content {
          margin-top: 12pt;

          .content__nav {
            width: 100%;
            justify-content: normal;
            gap: 16pt;
            overflow: auto;

            .content__nav-item {
              min-width: max-content;
              font-size: 12pt;
              padding: 10pt 0;

              &:first-child {
                margin-left: 8pt;
              }
              &:last-child {
                margin-right: 8pt;
              }
            }
          }
          .content__nav.is-sticky {
            .content__nav-item {
              padding: 10pt 0;
            }
          }
          .content__wrapper {
            margin-bottom: 0;

            .content__wrapper-item {
              display: flex;
              flex-direction: column;
              gap: 20pt;
              padding-bottom: 20pt;
              padding-top: 20pt;

              .content__wrapper-title {
                width: 100%;
                h3 {
                  font-size: 12pt;
                  text-align: center;
                }
              }
              .content__wrapper-products {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 8pt;
              }
            }
          }
        }
      }
    }

    /* section-4 */
    .operator-footer-wrapper {
      width: 100%;
      height: auto;
      position: relative;

      .operator-footer__media {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;

        /* 蒙版 */
        /* &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.1);
      } */

        picture {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 100%;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }
        }
      }
      .operator-footer__content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;

        .operator-content-inner {
          display: flex;
          flex-direction: column;
          justify-content: center;
          width: max-content;
          height: 100%;

          .operator-content__title {
            margin: 0;
            font-size: 36px;
            font-weight: bold;
            line-height: 1.5;
            color: #ffffff;
          }
          .metafield-rich_text_field {
            margin-top: 16px;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            color: #ffffff;
            max-width: 560px;

            p {
              margin: 0;
            }
          }
          .operator-content__button {
            margin-top: 24px;
            padding: 16px 64px;
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            border: 1px solid #ffffff;
            text-decoration: none;
            display: inline-block;
            width: max-content;
            transition: all 0.3s ease-in-out;

            &:hover {
              background-color: rgb(0, 0, 0);
              border: 1px solid #000000;
            }
          }
        }
      }
    }
    /* section-4 */
    @media screen and (max-width: 749px) {
      .operator-footer-wrapper {
        .operator-footer__content {
          .operator-content-inner {
            align-items: center;

            .operator-content__title {
              font-size: 18pt;
              text-align: center;
            }
            .metafield-rich_text_field {
              margin-top: 8pt;
              font-size: 12pt;
              max-width: max-content;
              text-align: center;
            }
            .operator-content__button {
              margin-top: 12pt;
              padding: 8pt 32pt;
              font-size: 12pt;
              font-weight: 500;
            }
          }
        }
      }
    }
  }
}
