@charset "UTF-8";
.p-protein__content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-protein__opening-gray-container {
  width: 100%;
  height: 3.75rem;
  background-color: var(--base-grayBlue);
  padding: 0 1.5rem;
  position: relative;
  display: flex;
  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: flex;
  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: 2rem;
  border: 1px solid var(--base-lightBlue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  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: flex;
  gap: 40px;
}

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

.p-protein__card-header--light-blue {
  width: 15rem;
  background-color: var(--base-lightBlue);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  box-sizing: border-box;
  display: flex;
  gap: 3rem;
}

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

.p-protein__text-container--left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: white;
  padding: 3rem;
  box-sizing: border-box;
  position: absolute;
  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: flex;
  justify-content: end;
  top: 0%;
  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: flex;
  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: 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: flex;
  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: fit-content;
}

.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: flex;
  flex-direction: column;
  width: max-content;
}

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

.p-protein__flavor-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-protein__flavor-inner h2 {
  font-family: var(--font-outfit);
  font-weight: 700;
}

.p-protein__flavor-ratings {
  display: flex;
  flex-direction: column;
}

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

.p-protein__modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-protein__modal-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

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

.p-protein__modal-overlay.is-open .p-protein__modal {
  transform: translateY(0);
  opacity: 1;
}

.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: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 14px;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: var(--fs-base);
}

.p-protein__btn-buy-now:hover {
  cursor: pointer;
  filter: brightness(0.85);
}

.p-protein__online-shop-desc {
  display: flex;
  flex-direction: column;
  gap: 52px;
  position: relative;
}

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

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

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

.p-protein__section-title-row {
  gap: 70px;
  padding-bottom: 50px;
}

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

.p-protein__section-title-row .c-desktop-menu-popup__section {
  gap: 0;
}

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

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

.p-protein__flavor-list {
  margin-top: 10rem;
}

.p-protein__row--end {
  justify-content: flex-end;
}

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

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

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

@media (min-width: 768px) {
  .p-protein__faq-list .c-faq__accordion-inner {
    max-height: 1000px;
    opacity: 1;
    padding: 20px 0;
    border-top-width: 1px;
  }
  .p-protein__faq-list .c-faq__accordion-toggle::after {
    transform: translate(-50%, -50%) scale(0);
  }
}
.p-protein__buynow-subtitle {
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
  margin-top: 50px;
}

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

.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;
}

.p-protein__modal img {
  display: block;
  width: 100%;
}

@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: flex;
    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);
    box-sizing: border-box;
    top: auto;
    right: auto;
    left: auto;
    overflow: hidden;
  }
  .p-protein__content {
    padding: 1rem 2rem;
    gap: 3rem;
  }
  .p-protein__content .c-campaign-block {
    line-height: 1.5rem;
  }
  .p-protein__content > .c-flex-gap-30 {
    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;
  }
  .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__opening-gray-container {
    margin-top: 2.5rem;
    overflow: visible;
    padding-right: 5rem;
  }
  .p-protein__flavor-img {
    width: 100%;
    max-width: 100%;
    height: 538px;
    object-fit: cover;
    object-position: center top;
    position: relative;
    z-index: 2;
    margin-bottom: -67px;
  }
  div:has(> img[alt="peach flavor"]) > img {
    object-position: right top;
  }
  .p-protein__speak--02 {
    display: none;
  }
  .p-protein__speak--02.is-mobile-only {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    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 {
    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 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .p-protein__about-header-meta {
    margin-top: 0;
  }
  .p-protein__about-title {
    font-size: var(--fs-base);
  }
  .p-protein__about .c-flex-gap-4 {
    flex-direction: column;
    gap: 0;
  }
  .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;
  }
  .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%;
    box-sizing: border-box;
    text-align: center;
  }
  .p-protein__flavor-item {
    padding: 0.6rem 0;
    gap: 0.5rem;
    font-size: var(--fs-sm);
  }
  .p-protein__flavor-item .c-flex-gap-4 {
    gap: 0.35rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
  }
  .p-protein__text-container .c-flex-col-end,
  .p-protein__text-container--left .c-flex-col-end {
    align-items: flex-start;
    margin-top: 1rem;
  }
  .p-protein__img-pattern {
    height: 10%;
    width: auto;
  }
  .p-protein__section-content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-protein__faq-section .c-faq-ribbon {
    display: none;
  }
  .p-protein__section-header-row {
    flex-direction: column;
    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);
  }
  .p-protein__section-content {
    flex-direction: column;
    gap: 1.5rem;
  }
  div:has(> .p-protein__buynow-flavor) {
    padding: 2rem 1.5rem;
    gap: 1rem;
  }
  .p-protein__buynow-name {
    font-size: var(--fs-lg);
  }
  .p-protein__buynow-section img[width="250"] {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .p-protein__banner-img {
    right: -120%;
    bottom: -70%;
    height: 280%;
  }
  .p-protein__points-slider {
    overflow: hidden;
  }
  .p-protein__points-track {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    transition: transform 0.4s ease;
  }
  .p-protein__points-track .p-protein__point-card {
    flex: 0 0 100%;
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .p-protein__points-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 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 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .p-protein__about-header-meta {
    margin-top: 0;
  }
  .p-protein__about-title {
    font-size: var(--fs-base);
  }
  .p-protein__about .c-flex-gap-4 {
    flex-direction: column;
    gap: 0;
  }
  .p-protein__card-header--light-blue {
    width: fit-content;
  }
  .p-protein__card-body {
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    gap: 0.75rem;
  }
  .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: flex;
    flex-direction: column;
    width: 100%;
    overflow: visible;
  }
  .p-protein__flavor-img {
    width: 100%;
    max-width: 100%;
    height: 320px;
    object-fit: cover;
    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;
    padding-top: calc(1.5rem + 60px);
    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: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    transform: none;
    top: auto;
    right: 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: 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 {
    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%;
    box-sizing: border-box;
    text-align: center;
  }
  .p-protein__flavor-item {
    padding: 0.6rem 0;
    gap: 0.5rem;
    font-size: var(--fs-sm);
  }
  .p-protein__flavor-item .c-flex-gap-4 {
    gap: 0.35rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
  }
  .p-protein__text-container .c-flex-col-end,
  .p-protein__text-container--left .c-flex-col-end {
    align-items: flex-start;
    margin-top: 1rem;
  }
  .p-protein__flavor-img[alt=もも味] {
    object-position: right top;
  }
  .p-protein__buynow-subtitle {
    margin-top: 0;
  }
}
