@charset "UTF-8";
: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-protein__content {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
.p-protein__content > .c-flex-gap-30 {
  gap: 10px;
}

.p-protein__opening-gray-container {
  width: 100%;
  height: 3.75rem;
  background-color: var(--base-grayBlue);
  padding: 0 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-protein__opening-gray-container h3 {
  color: var(--text-white);
  font-size: var(--fs-xl);
  font-weight: 700;
}

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

.p-protein__bullet {
  font-size: var(--fs-xs);
}

.p-protein__opening-desc {
  line-height: 1.5em;
}

.p-protein__opening-cutout {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: auto;
}

.p-protein__section-header {
  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;
  color: var(--base-black);
}
.p-protein__section-header p {
  font-size: var(--fs-md);
  font-weight: 500;
}
.p-protein__section-header h2 {
  font-size: var(--fs-display);
  line-height: 7.5rem;
  font-weight: 400;
  font-family: var(--font-outfit);
}

.p-protein__banner-img {
  position: absolute;
  right: -25.8%;
  bottom: -146%;
  width: auto;
  height: 425%;
  max-width: none;
}

.p-protein__point-card {
  background-color: white;
  padding: 1.75rem 2rem;
  border: 1px solid var(--base-lightBlue);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-protein__point-card h4 {
  font-family: var(--font-outfit);
  color: var(--text-lightBlue);
  font-size: var(--fs-xl);
  font-weight: 600;
}
.p-protein__point-card p {
  white-space: nowrap;
}

.p-protein__points-slider {
  position: relative;
  width: 100%;
}

.p-protein__points-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.p-protein__points-sp {
  display: none;
  position: relative;
}

.p-protein__points-nav {
  display: none;
}

.p-protein__card-header--light-blue {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  background-color: var(--base-lightBlue);
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.p-protein__card-header--light-blue h4 {
  color: var(--text-white);
}

.p-protein__recommend-text {
  font-weight: 600;
}

.p-protein__card-body {
  padding: 1.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.p-protein__flavor-list {
  margin-top: 10rem;
}
.p-protein__flavor-list .u-relative {
  width: 100%;
}
.p-protein__flavor-list .c-row-mb-100 {
  margin-bottom: 250px;
}

.p-protein__flavor-img {
  max-width: 55%;
}

.p-protein__row--end .p-protein__flavor-img {
  margin-left: auto;
  display: block;
}

.p-protein__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;
  gap: 2rem;
  background-color: white;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 47%;
  top: 3rem;
  right: 0;
}

.p-protein__text-container--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background-color: white;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 45%;
  top: 3rem;
  left: 0;
}

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

.p-protein__opening-speak-bubble {
  position: absolute;
  top: -110%;
  left: 0%;
  width: auto;
}

.p-protein__speak--02 {
  width: 40rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  top: 0%;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  right: 9dvw;
}
.p-protein__speak--02 .c-speak-person__bubble {
  top: -2rem;
  left: 5rem;
}
.p-protein__speak--02.is-mobile-only {
  display: none;
}

.p-protein__quality-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 1rem;
}
.p-protein__quality-header p {
  font-size: var(--fs-xl);
  line-height: 1.5em;
  color: var(--text-lightBlue);
  font-weight: 700;
  white-space: nowrap;
}

.p-protein__quality-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: var(--base-lightBlue);
  padding: 10px 30px;
}
.p-protein__quality-sub p {
  line-height: 1.5em;
  color: var(--text-white);
  font-weight: 700;
}

.p-protein__quality-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  gap: 1rem;
  line-height: 2;
}

.p-protein__quality-accent {
  color: var(--text-lightBlue);
  white-space: nowrap;
}

.p-protein__quality-line {
  height: 1px;
  width: 10rem;
}

.p-protein__flavor-header {
  color: white;
  padding: 0.9rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
.p-protein__flavor-header p {
  font-weight: 700;
}

.p-protein__flavor-label {
  color: var(--text-lightBlue);
  font-weight: 600;
}

.p-protein__flavor-title--red {
  color: var(--text-red);
}

.p-protein__flavor-title--peach {
  color: var(--text-peach);
}

.p-protein__flavor-title--brown {
  color: var(--text-brown);
}

.p-protein__flavor-stars--red {
  color: var(--text-red);
}

.p-protein__flavor-stars--peach {
  color: var(--text-peach);
}

.p-protein__flavor-stars--brown {
  color: var(--text-brown);
}

.p-protein__flavor-nutrition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-protein__flavor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--base-gray);
  padding: 1rem 0;
}

.p-protein__flavor-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-protein__flavor-inner h2 {
  font-family: var(--font-outfit);
  font-weight: 700;
}

.p-protein__flavor-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-protein__horizontal-line {
  width: 5%;
  height: 2px;
  background-color: var(--base-lightBlue);
}

.p-protein__modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-protein__modal-overlay.is-open {
  visibility: visible;
  opacity: 1;
}
.p-protein__modal-overlay.is-open .p-protein__modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-protein__modal {
  position: relative;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p-protein__modal img {
  display: block;
  width: 100%;
}

.p-protein__modal-close {
  position: sticky;
  top: 8px;
  float: right;
  margin: 8px 8px 0 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: var(--text-white);
  font-size: var(--fs-md);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.p-protein__btn-buy-now {
  border-radius: 50px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: var(--fs-base);
}
.p-protein__btn-buy-now:hover {
  cursor: pointer;
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

.p-protein__opening-stack {
  gap: 30px;
}

.p-protein__arrow--flipped {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-protein__point-icon {
  height: 70px;
  width: auto;
}

.p-protein__section-title-row {
  gap: 70px;
  padding-bottom: 50px;
}
.p-protein__section-title-row .c-desktop-menu-popup__section {
  gap: 0;
}

.p-protein__subheading {
  font-size: var(--fs-lg);
  line-height: 1.8;
  font-weight: 700;
}

.p-protein__about-grid {
  width: 100%;
}

.p-protein__card--auto-size {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-protein__row--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-protein__quality-section {
  padding-top: 50px;
}

.p-protein__flavor-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#eff3f6), color-stop(50%, #b5ece9), to(#97e8e1));
  background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-protein__quality-grid {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-protein__faq-list {
  padding: 50px 0;
}

.p-protein__buynow-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#eff3f6), color-stop(50%, #b5ece9), to(#97e8e1));
  background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-protein__buynow-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
}

.p-protein__buynow-heading {
  padding-bottom: 10px;
  font-size: var(--fs-lg);
  line-height: 1.5em;
  font-weight: bold;
}

.p-protein__buynow-flavor {
  font-family: var(--font-outfit);
  font-size: var(--fs-xl);
  font-weight: 600;
}

.p-protein__buynow-flavor--red {
  color: var(--text-red);
}

.p-protein__buynow-flavor--peach {
  color: var(--text-peach);
}

.p-protein__buynow-flavor--brown {
  color: var(--text-brown);
}

.p-protein__buynow-name {
  font-size: var(--fs-2xl);
  font-weight: 700;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .p-protein__flavor-img {
    max-width: 55%;
  }
  .p-protein__speak--02 {
    width: 35rem;
  }
  .p-protein__speak--02 .c-speak-person__person {
    height: 15rem;
  }
  .p-protein__speak--02 .c-speak-person__bubble {
    height: 7rem;
    top: 1rem;
    left: 12rem;
  }
  .p-protein__text-container,
  .p-protein__text-container--left {
    padding: 2rem;
  }
  .p-protein__flavor-row {
    gap: 1.5rem;
  }
  div:has(> .p-protein__text-container),
  div:has(> .p-protein__text-container--left) {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  div:has(> .p-protein__text-container),
  div:has(> .p-protein__text-container--left) {
    padding-bottom: 15rem;
  }
}
@media (max-width: 1024px) {
  .p-protein__section-header h2 {
    font-size: var(--fs-8xl);
    line-height: 5.5rem;
  }
  div:has(> .p-protein__text-container),
  div:has(> .p-protein__text-container--left) {
    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%;
    overflow: visible;
  }
  .p-protein__text-container,
  .p-protein__text-container--left {
    position: relative;
    width: 100%;
    padding: 1.5rem;
    padding-top: calc(1.5rem + 60px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: auto;
    right: auto;
    left: auto;
    overflow: hidden;
  }
  .p-protein__content {
    padding-top: 2rem;
    padding-bottom: 50px;
    gap: 3rem;
  }
  .p-protein__content .c-campaign-block {
    line-height: 1.5rem;
  }
  .p-protein__content > .c-flex-gap-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-protein__opening-img {
    width: 100%;
    height: auto;
  }
  .p-protein__opening-gray-container {
    height: auto;
    min-height: 3.75rem;
    padding: 0.875rem 1rem;
    margin-top: 2.5rem;
    overflow: visible;
    padding-right: 5rem;
  }
  .p-protein__opening-gray-container h3 {
    font-size: var(--fs-base);
    line-height: 1.5;
  }
  .p-protein__opening-speak-bubble {
    width: 5rem;
    top: -60%;
    left: 0.5rem;
  }
  .p-protein__opening-cutout {
    height: 50%;
    width: auto;
  }
  .p-protein__flavor-img {
    width: 100%;
    max-width: 100%;
    height: 538px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    position: relative;
    z-index: 2;
    margin-bottom: -67px;
  }
  div:has(> img[alt="peach flavor"]) > img {
    -o-object-position: right top;
       object-position: right top;
  }
  .p-protein__speak--02 {
    display: none;
  }
  .p-protein__speak--02.is-mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: none;
            transform: none;
    top: auto;
  }
  .p-protein__speak--02.is-mobile-only .c-speak-person__person {
    height: 13rem;
  }
  .p-protein__speak--02.is-mobile-only .c-speak-person__bubble {
    left: auto;
    right: 14rem;
    top: 0;
    width: 7rem;
    height: auto;
  }
  .p-protein__flavor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-protein__text-container .p-protein__flavor-ratings,
  .p-protein__text-container--left .p-protein__flavor-ratings {
    margin-right: 0;
  }
  .p-protein__flavor-nutrition {
    width: 100%;
  }
  .p-protein__point-card {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
    text-align: center;
  }
  .p-protein__about > .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: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-protein__quality-grid {
    width: 100%;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .p-protein__about-header-meta {
    margin-top: 0;
  }
  .p-protein__about-title {
    font-size: var(--fs-base);
  }
  .p-protein__about .c-flex-gap-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-protein__flavor-section > .c-section__stack-50 {
    margin-top: 2.5rem;
    gap: 0rem;
  }
  .w-100.flex.mb-100,
  .w-100.flex.justify-end.mb-100,
  .p-protein__flavor-list .c-row-mb-100 {
    margin-bottom: 0;
  }
  .p-protein__text-container h2,
  .p-protein__text-container--left h2 {
    font-size: var(--fs-lg);
    text-align: center;
  }
  .p-protein__text-container > .p-protein__flavor-inner,
  .p-protein__text-container--left > .p-protein__flavor-inner {
    gap: 1.25rem;
  }
  .p-protein__flavor-header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .p-protein__flavor-item {
    padding: 1rem 0;
    gap: 0.5rem;
    font-size: var(--fs-sm);
  }
  .p-protein__flavor-item .c-flex-gap-4 {
    gap: 0.35rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8rem;
  }
  .p-protein__text-container .c-flex-col-end,
  .p-protein__text-container--left .c-flex-col-end {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1rem;
  }
  .p-protein__img-pattern {
    height: 10%;
    width: auto;
  }
  .p-protein__section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-protein__faq-section .c-faq-ribbon {
    display: block;
    width: 90vw;
    right: -5%;
  }
  .p-protein__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;
    padding-bottom: 2rem;
  }
  .p-protein__section-header-row .c-flex-gap-3.items-end {
    margin-top: 0;
  }
  .p-protein__section-title {
    font-size: var(--fs-base);
  }
  div:has(> .p-protein__buynow-flavor) {
    padding: 2rem 1.5rem;
  }
  .p-protein__buynow-name {
    font-size: var(--fs-lg);
  }
  .p-protein__buynow-section img[width="250"] {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-protein__content {
    gap: 1.5rem;
  }
  .c-banner__inner picture .p-protein__banner-img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-protein__points-slider {
    overflow: hidden;
  }
  .p-protein__points-track {
    gap: 0;
  }
  .p-protein__points-track .p-protein__point-card {
    padding: 1.5rem 1rem;
    gap: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-protein__points-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--base-lightBlue);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
  .p-protein__points-nav--prev {
    left: 0.75rem;
  }
  .p-protein__points-nav--next {
    right: 0.75rem;
  }
  .p-protein__quality-header {
    padding: 1rem;
  }
  .p-protein__quality-header p {
    font-size: var(--fs-lg);
  }
  .p-protein__quality-sub {
    padding: 0.5rem 1rem;
  }
  .p-protein__quality-body {
    padding: 1rem;
  }
  .p-protein__quality-line {
    width: 3rem;
  }
  .p-protein__section-header h2 {
    font-size: var(--fs-5xl);
    line-height: 4rem;
  }
  .p-protein__section-header p {
    font-size: var(--fs-sm);
  }
  .p-protein__about > .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: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-protein__about-header-meta {
    margin-top: 0;
  }
  .p-protein__about-title {
    font-size: var(--fs-base);
  }
  .p-protein__about .c-flex-gap-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-protein__card-header--light-blue {
    min-width: 200px;
    padding: 8px 15px;
  }
  .p-protein__card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 1.5rem;
    gap: 0.75rem;
  }
  .p-protein__card--auto-size {
    width: 100%;
  }
  .p-protein__flavor-section > .c-section__stack-50 {
    margin-top: 2.5rem;
    gap: 1rem;
  }
  .w-100.flex.mb-100,
  .w-100.flex.justify-end.mb-100,
  .p-protein__flavor-list .c-row-mb-100 {
    margin-bottom: 0;
  }
  div:has(> .p-protein__text-container),
  div:has(> .p-protein__text-container--left) {
    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%;
    overflow: visible;
  }
  .p-protein__flavor-img {
    width: 100%;
    max-width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
  }
  .p-protein__text-container,
  .p-protein__text-container--left {
    position: relative;
    width: 100%;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    padding-top: calc(1.5rem + 60px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: auto;
    right: auto;
    left: auto;
    overflow: hidden;
  }
  .p-protein__speak--02 {
    display: none;
  }
  .p-protein__speak--02.is-mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: none;
            transform: none;
    top: auto;
    right: 2rem;
  }
  .p-protein__speak--02.is-mobile-only .c-speak-person__person {
    height: 13rem;
    position: relative;
    right: 3rem;
  }
  .p-protein__speak--02.is-mobile-only .c-speak-person__bubble {
    left: 3rem;
    top: 0;
    width: 7rem;
    height: auto;
  }
  .p-protein__img-pattern {
    height: 10%;
    width: auto;
  }
  .p-protein__text-container h2,
  .p-protein__text-container--left h2 {
    font-size: var(--fs-lg);
    text-align: center;
  }
  .p-protein__text-container > .p-protein__flavor-inner,
  .p-protein__text-container--left > .p-protein__flavor-inner {
    gap: 1.25rem;
  }
  .p-protein__flavor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .p-protein__text-container .p-protein__flavor-ratings,
  .p-protein__text-container--left .p-protein__flavor-ratings {
    margin-right: 0;
  }
  .p-protein__flavor-nutrition {
    width: 100%;
  }
  .p-protein__flavor-header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .p-protein__flavor-item {
    padding: 1rem 0;
    gap: 0.5rem;
    font-size: var(--fs-sm);
  }
  .p-protein__flavor-item .c-flex-gap-4 {
    gap: 0.35rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8rem;
  }
  .p-protein__text-container .c-flex-col-end,
  .p-protein__text-container--left .c-flex-col-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
  .p-protein__flavor-img[alt=もも味] {
    -o-object-position: right top;
       object-position: right top;
  }
  .p-protein__buynow-subtitle {
    margin-top: 0;
  }
  .p-protein__section-title-row,
  .p-protein__section-header-row {
    padding-bottom: 1.5rem;
  }
  .p-protein__opening-stack p {
    line-height: 2;
  }
  .p-protein__faq-list {
    padding: 30px 0 0 0;
  }
  .p-protein__faq-section .c-faq-ribbon {
    width: 100vw;
    right: 0;
    top: 0;
  }
}/*# sourceMappingURL=protein.css.map */
