/* Product Page (Moisture Rich Cream)
   ========================================================================== */
.p-product-tabs {
  background-color: #fff;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p-product-tabs .l-container {
  padding: 0;
}

.p-product-tabs__inner {
  display: flex;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.p-product-tabs__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  flex: 1;
  cursor: pointer;
  transition: background-color 0.3s;
  border-right: 1px solid #333;
  height: 58px;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.p-product-tabs__item:first-child {
  border-left: 1px solid #333;
}

.p-product-tabs__item--active {
  background-color: #333;
}

.p-product-tabs__item--active .p-product-tabs__text {
  color: #fff;
}

.p-product-tabs__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-product-tabs__text:first-child {
  margin-bottom: 0;
}

.p-product-tabs__arrow {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  flex-shrink: 0;
}

.p-product-detail {
  padding: 20px 0 40px;
}

.p-product-detail__inner {
  max-width: 343px;
  margin: 0 auto;
}

.p-product-detail__header {
  background-color: #d7217f;
  padding: 8px;
  text-align: center;
  margin-bottom: 0;
}

.p-product-detail__header-badge {
  background-color: #d7217f;
  padding: 8px;
  text-align: center;
  margin-bottom: 0;
}

.p-product-detail__header-badge-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  margin: 0;
  white-space: pre-wrap;
}

.p-product-detail__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  margin: 0;
}

.p-product-detail__card {
  border: 1px solid #d7217f;
  padding: 16px 17.5px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-product-detail__images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-product-detail__image-wrapper {
  width: 100%;
  height: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.p-product-detail__image {
  object-fit: cover;
  object-position: center;
}

.p-product-detail__thumbnails {
  display: flex;
  gap: 8px;
}

.p-product-detail__thumbnail {
  width: 72px;
  height: 72px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s;
}

.p-product-detail__thumbnail.is-active {
  border-color: #333;
  border-width: 2px;
}

.p-product-detail__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product-detail__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.p-product-detail__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.p-product-detail__capacity {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.p-product-detail__capacity-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: normal;
  margin: 0;
}

.p-product-detail__capacity-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #333;
  line-height: normal;
  margin: 0;
}

.p-product-detail__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.p-product-detail__content-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.p-product-detail__tags {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.p-product-detail__tag {
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: normal;
}

.p-product-detail__rating {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.p-product-detail__rating-stars {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin: 0;
}

.p-product-detail__rating-score {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0;
}

.p-product-detail__rating-count {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0;
  text-decoration: underline;
}

.p-product-detail__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.p-product-detail__option {
  border: 2px solid #4f4f4f;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.p-product-detail__option--selected {
  border-color: #4f4f4f;
  border-width: 2px;
}

.p-product-detail__option:not(.p-product-detail__option--selected) {
  border-color: #c9c9c9;
  border-width: 1px;
}

.p-product-detail__option-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 6px 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  line-height: normal;
}

.p-product-detail__option:not(.p-product-detail__option--selected) .p-product-detail__option-btn {
  background-color: rgba(51, 51, 51, 0.19);
}

.p-product-detail__option-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  margin: 0;
  text-align: center;
}

.p-product-detail__option-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: normal;
  margin: 0;
  text-align: right;
  width: 165px;
}

.p-product-detail__option-details {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.p-product-detail__option-weight {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.p-product-detail__option--selected .p-product-detail__option-label,
.p-product-detail__option--selected .p-product-detail__option-details,
.p-product-detail__option--selected .p-product-detail__option-weight {
  font-weight: bold;
}

.p-product-detail__option:not(.p-product-detail__option--selected) .p-product-detail__option-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #c9c9c9;
}

.p-product-detail__option:not(.p-product-detail__option--selected) .p-product-detail__option-details {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #c9c9c9;
}

.p-product-detail__option:not(.p-product-detail__option--selected) .p-product-detail__option-weight {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #c9c9c9;
}

.p-product-detail__quantity {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.p-product-detail__quantity-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0;
}

.p-product-detail__quantity-controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #4f4f4f;
  width: 100px;
  height: 44px;
  position: relative;
}

.p-product-detail__quantity-btn {
  background: none;
  border: none;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  padding: 0 12px;
  height: 100%;
  flex: 1;
}

.p-product-detail__quantity-value {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #333;
  text-align: center;
  flex: 1;
}

.p-product-detail__price {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: normal;
  margin: 0;
  text-align: center;
  width: 280px;
}

.p-product-detail__cart {
  width: 280px;
}

.p-product-detail__cart-btn {
  width: 100%;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.p-product-detail__cart-btn .c-btn__icon {
  width: 24px;
  height: 24px;
  order: -1;
  flex-shrink: 0;
}

.p-product-detail__cart-btn .c-btn__text {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 23px;
  color: #fff;
  white-space: nowrap;
  flex: 0 0 auto;
}

.p-product-detail__features {
  border: 1px solid #4f4f4f;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 271px;
  max-width: 100%;
}

.p-product-detail__features-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.7;
  margin: 0;
  white-space: nowrap;
}

.p-product-detail__note {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 0;
}

.p-product-features__title {
  text-align: center;
  margin-bottom: 24px;
}

.p-product-features__title-main {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  line-height: normal;
  margin: 0;
}

.p-product-features__title-sub {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: normal;
  margin: 0;
}

.p-product-features__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 343px;
  margin: 0 auto;
}

.p-product-feature {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.p-product-feature__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.p-product-feature__header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  width: 100%;
}

.p-product-feature__decorative {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.p-product-feature__line {
  width: 25px;
  height: 1px;
}

.p-product-feature__point-image {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.p-product-feature__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.p-product-feature__description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  width: 343px;
}

.p-product-feature__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  width: 343px;
}

.p-product-feature__description-wrapper .p-product-feature__description {
  width: auto;
}

.p-product-feature__roles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  max-width: 343px;
  width: 100%;
  height: 180px;
}

.p-product-feature__roles-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-feature__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  max-width: 343px;
  width: 100%;
  height: 180px;
}

.p-product-feature__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* クリアソープページ用：保湿成分の複数画像レイアウト */
.p-product-feature__ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
}

.p-product-feature__ingredient-image {
  width: 109px;
  height: 109px;
  object-fit: cover;
  flex-shrink: 0;
}

.p-product-usage {
  background-color: #f9f9f9;
}

.p-product-usage__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: normal;
  text-align: center;
  margin: 0 0 24px;
}

.p-product-usage__steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 343px;
  margin: 0 auto;
}

.p-product-usage__step {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.p-product-usage__step-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.p-product-usage__step-label {
  font-family: 'Shippori Mincho', serif;
  font-weight: normal;
  font-size: 20px;
  color: #d7217f;
  line-height: 1.5;
  margin: 0;
}

.p-product-usage__step-divider {
  height: 1px;
  background-color: #d7217f;
  width: 100%;
}

.p-product-usage__step-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.p-product-usage__step-image {
  width: 100%;
  height: 157px;
  overflow: hidden;
  position: relative;
}

.p-product-usage__step-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product-usage__recommendations {
  background-color: #f9f9f9;
  padding: 16px 10px;
}

.p-product-usage__recommendations-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 4px;
  text-align: center;
}

.p-product-usage__recommendations-list {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
}

.p-product-usage__recommendations-list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
}

.p-product-usage__arrow {
  width: 47px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-product-usage__arrow-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-ingredients__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: normal;
  text-align: center;
  margin: 0 0 24px;
}

.p-product-ingredients__content {
  max-width: 343px;
  margin: 0 auto;
}

.p-product-ingredients__text {
  background-color: #fff;
  border: 1px solid #333;
  padding: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.p-product-ingredients__beauty {
  background-color: #f9f9f9;
  padding: 16px 10px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.p-product-ingredients__beauty-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.p-product-ingredients__beauty-list {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding-left: 24px;
  list-style: disc;
}

.p-product-ingredients__beauty-list li {
  margin: 0;
}

.p-product-certification {
  background: radial-gradient(ellipse at center, rgba(104, 104, 104, 1) 0%, rgba(73, 73, 73, 1) 50%, rgba(41, 41, 41, 1) 100%);
}

.p-product-certification__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  line-height: normal;
  text-align: center;
  margin: 0 0 24px;
}

.p-product-certification__content {
  max-width: 343px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-product-certification__image {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.p-product-certification__image-img {
  width: 179px;
  height: 179px;
  object-fit: contain;
}

.p-product-certification__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  line-height: 1.5;
  margin: 0;
}

.p-product-environment__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: normal;
  text-align: center;
  margin: 0 0 24px;
}

.p-product-environment__content {
  max-width: 343px;
  margin: 0 auto;
}

.p-product-environment__images {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.p-product-environment__image {
  flex: 1;
  width: calc(50% - 5px);
  height: 180px;
  object-fit: cover;
}

.p-product-environment__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.p-product-specs {
  background-color: #f9f9f9;
}

.p-product-specs__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: normal;
  text-align: center;
  margin: 0 0 24px;
}

.p-product-specs__images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  max-width: 343px;
  margin: 0 auto 24px;
}

.p-product-specs__image {
  width: 100%;
  height: 229px;
  object-fit: cover;
  border: 1px solid #c9c9c9;
}

.p-product-specs__products {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 343px;
  margin: 0 auto;
}

.p-product-specs__product {
  border: 1px solid #d7217f;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.p-product-specs__product-header {
  background-color: #d7217f;
  padding: 8px;
  text-align: center;
}

.p-product-specs__product-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  margin: 0;
}

.p-product-specs__product-content {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.p-product-specs__product-image {
  width: 80px;
  height: 113px;
  flex-shrink: 0;
  overflow: hidden;
}

.p-product-specs__product-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product-specs__product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.p-product-specs__product-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: normal;
  margin: 0;
}

.p-product-specs__product-name-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: normal;
  margin: 0;
}

.p-product-specs__product-price {
  font-family: 'Arial', 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  line-height: normal;
  margin: 0;
}

.p-product-specs__product-price strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.p-product-specs__product-btn {
  margin-top: 8px;
}

.p-product-specs__product-btn-inner {
  width: 223px;
  max-width: 100%;
  height: 40px;
  padding: 8px 67px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  box-sizing: border-box;
}

.p-product-specs__product-btn-inner .c-btn__icon {
  width: 24px;
  height: 24px;
  order: -1;
  flex-shrink: 0;
}

.p-product-specs__product-btn-inner .c-btn__text {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.72px;
  line-height: 23px;
  color: #fff;
  white-space: nowrap;
}

.p-product-related {
  background-color: #f9f9f9;
  padding: 30px 16px;
}

.p-product-related .l-container {
  padding: 0;
}

.p-product-related__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 343px;
  margin: 0 auto;
}

.p-product-related__item {
  width: 100%;
}

.p-product-related__item .c-btn--secondary {
  padding: 16px 30px;
  width: 100%;
}

.p-product-related__item .c-btn--secondary .c-btn__text {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.p-product-related__item .c-btn--secondary .c-btn__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.p-product-recommendation {
  background: radial-gradient(ellipse at center, rgba(104, 104, 104, 1) 0%, rgba(73, 73, 73, 1) 50%, rgba(41, 41, 41, 1) 100%);
}

.p-product-recommendation__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.p-product-recommendation__title-en {
  font-family: 'Italianno', serif;
  font-size: 40px;
  line-height: normal;
  background: linear-gradient(95.69deg, #caa24f 2.96%, #e7bc67 56.43%, #f2cd85 83.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: lowercase;
  margin: 0;
}

.p-product-recommendation__title-ja {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  line-height: normal;
  margin: 0;
  width: 343px;
}

.p-product-recommendation__content {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.p-product-recommendation__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.p-product-recommendation__subtitle-bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  display: inline;
}

.p-product-recommendation__steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 343px;
  margin: 0 auto 24px;
}

.p-product-recommendation__step {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-product-recommendation__step-label {
  border: 1px solid #d7217f;
  border-radius: 4px;
  width: 117px;
  height: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-product-recommendation__step-label-text {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  color: #d7217f;
  line-height: 1.5;
  margin: 0;
}

.p-product-recommendation__step-label-title {
  font-family: 'Shippori Mincho', serif;
  font-weight: normal;
  font-size: 22px;
  color: #d7217f;
  line-height: 1.5;
  margin: 0;
}

.p-product-recommendation__step-image {
  width: 177px;
  height: 157px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.p-product-recommendation__step-image-img {
  width: 100%;
  height: 100%;
}

.p-product-recommendation__step:first-child .p-product-recommendation__step-image-img {
  object-fit: contain;
}

.p-product-recommendation__step:last-child .p-product-recommendation__step-image-img {
  object-fit: cover;
}

.p-product-recommendation__arrow {
  width: 47px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-product-recommendation__arrow-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-recommendation__why-title {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 16px;
}

.p-product-recommendation__why-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
}

.p-product-recommendation__btn {
  text-align: center;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.p-product-recommendation__btn .c-btn--secondary {
  border: none;
  padding: 16px 32px;
  width: 100%;
  width: 100%;
  max-width: 304px;
}

.p-product-recommendation__btn .c-btn--secondary .c-btn__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .p-product-tabs__inner {
    max-width: 600px;
  }

  .p-product-detail {
    padding: 30px 0 60px;
  }

  .p-product-detail__inner {
    max-width: 600px;
  }

  .p-product-detail__card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }

  .p-product-detail__images {
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .p-product-detail__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .p-product-detail__image {
    width: 100%;
    height: 100%;
  }

  .p-product-detail__info {
    flex: 1;
    max-width: 300px;
  }

  .p-product-features__list {
    max-width: 600px;
  }

  .p-product-feature__description {
    width: 100%;
  }

  .p-product-feature__ingredients {
    justify-content: flex-start;
    height: auto;
  }

  .p-product-feature__ingredient-image {
    width: calc(20% - 6.4px);
    height: auto;
    aspect-ratio: 1;
  }

  .p-product-usage__steps {
    max-width: 600px;
  }

  .p-product-ingredients__content {
    max-width: 600px;
  }

  .p-product-certification__content {
    max-width: 600px;
  }

  .p-product-environment__content {
    max-width: 600px;
  }

  .p-product-specs__images {
    max-width: 600px;
    flex-direction: row;
  }

  .p-product-specs__image {
    width: calc(50% - 8px);
  }

  .p-product-specs__products {
    max-width: 600px;
  }

  .p-product-specs__product-image {
    width: 50%;
    height: 200px;
  }

  .p-product-specs__product-info {
    align-items: center;
  }

  .p-product-related__list {
    max-width: 600px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }

  .p-product-related__item {
    flex: 1;
    max-width: 292px;
  }

  .p-product-recommendation__steps {
    max-width: 600px;
  }

  .p-product-cta__content {
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .p-product-tabs__inner {
    max-width: 800px;
  }

  .p-product-detail {
    padding: 40px 0 80px;
  }

  .p-product-detail__inner {
    max-width: 800px;
  }

  .p-product-detail__card {
    gap: 40px;
  }

  .p-product-detail__images {
    max-width: 400px;
  }

  .p-product-detail__info {
    max-width: 400px;
  }

  .p-product-features__list {
    max-width: 800px;
  }

  .p-product-feature {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .p-product-feature__header {
    width: 100%;
    align-items: center;
  }

  .p-product-feature__content {
    flex-direction: row;
    gap: 32px;
    width: 100%;
  }

  .p-product-feature:nth-child(odd) .p-product-feature__content {
    flex-direction: row-reverse;
  }

  .p-product-feature__description {
    flex: 1;
    width: auto;
    text-align: left;
  }

  .p-product-feature__description-wrapper {
    flex: 1;
    width: auto;
    align-items: flex-start;
  }

  .p-product-feature__description-wrapper .p-product-feature__description {
    text-align: left;
  }

  .p-product-feature__roles {
    flex: 1;
    max-width: none;
  }

  .p-product-feature__image {
    flex: 1;
    max-width: none;
    margin-top: 0;
  }

  .p-product-feature__ingredients {
    max-width: 400px;
  }

  .p-product-usage__steps {
    max-width: 800px;
  }

  .p-product-usage__step {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }

  .p-product-usage__step-content {
    flex: 1;
    min-width: 0;
  }

  .p-product-usage__step-image {
    flex: 1;
    max-width: 500px;
    height: 300px;
    min-width: 0;
  }

  .p-product-ingredients__content {
    max-width: 800px;
  }

  .p-product-certification__content {
    max-width: 800px;
  }

  .p-product-environment__content {
    max-width: 800px;
  }

  .p-product-specs__images {
    max-width: 800px;
  }

  .p-product-specs__products {
    max-width: 800px;
    width: 100%;
  }

  .p-product-related__list {
    max-width: 800px;
    gap: 24px;
  }

  .p-product-related__item {
    max-width: 388px;
  }

  .p-product-recommendation__steps {
    max-width: 800px;
  }

  .p-product-recommendation__step {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .p-product-recommendation__step-label {
    min-width: 150px;
  }

  .p-product-recommendation__step-image {
    flex: 1;
    max-width: 400px;
  }

  .p-product-cta__content {
    max-width: 800px;
  }
}
