/* --------------------------------------------------------
-----------------------------------------------------------
 p-page-head__title
-----------------------------------------------------------
----------------------------------------------------------- */
.p-page-head__title {
  color: var(--color06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 4rem 1rem 0;
  margin-bottom: 3.5rem;
}

.p-page-head__title-sub {
  background: var(--color06);
  color: #FFF;
  border-radius: 100px;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  padding: 0.4rem 2.2rem;
}

.p-page-head__title-main {
  font-family: var(--font-family02);
  display: block;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.5rem;
}

.p-page-head__title-main span {
  display: inline-block;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-item
-----------------------------------------------------------
----------------------------------------------------------- */
.p-item__title {
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.p-item__title-text01 {
  display: inline-block;
  position: relative;
  margin-bottom: 0.7rem;
  padding: 0 0.85rem;
}

.p-item__title-text01::before,
.p-item__title-text01::after {
  content: "";
  position: absolute;
  background: #FFF;
  height: 1px;
  width: 5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 1px;
}

.p-item__title-text01::before {
  right: 100%;
}

.p-item__title-text01::after {
  left: 100%;
}

.p-item__title-text02 {
  font-family: var(--font-family02);
  font-weight: bold;
  display: block;
  font-size: 3.4rem;
}

.p-item__body {
  max-width: 575px;
  margin: 0 auto;
}

/*
-----------------------------------------------------------
 p-item-area
----------------------------------------------------------- */
.p-item-area+.p-item-area {
  margin-top: 4.5rem;
}

.p-item-area__message {
  font-family: var(--font-family02);
  color: var(--color02);
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
  text-align: center;
  line-height: 1.45;
}

.p-item-area__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  display: block;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2.3rem 1.5rem 1.5rem;
}

.p-item-area__top {
  margin-bottom: 1.5rem;
}

.p-item-area__img {
  position: relative;
  margin-bottom: 1rem;
}

.p-item-area__img-img {
  position: relative;
  left: 50%;
  width: 25.8rem;
}

.p-item-area.--subscription .p-item-area__img-img,
.p-item-area.--subscription02 .p-item-area__img-img {
  transform: translate(calc(-50% - 1rem), 0);
}

.p-item-area.--onetime .p-item-area__img-img {
  transform: translate(calc(-50% + 1rem), 0);
}

.p-item-area__img-label {
  color: #FFF;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  z-index: 10;
  line-height: 1.4;
  border: 0.3rem solid;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}

.p-item-area.--subscription .p-item-area__img-label {
  background: var(--color02);
  left: calc(50% + 5.5rem);
}

.p-item-area.--subscription02 .p-item-area__img-label {
  background: var(--color02);
  left: calc(50% + 5.5rem);
  font-size: 1.7rem;
  padding-top: 0;
  line-height: 1.3;
}

.p-item-area.--onetime .p-item-area__img-label {
  color: var(--color02);
  background: #FFF;
  left: calc(50% - 13.5rem);
}

.p-item-area__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.45;
  padding-top: 0.5rem;
}

.p-item-area__title-text01 {
  font-size: 1.7rem;
}

.p-item-area__title-text02 {
  font-family: var(--font-family02);
  line-height: 1.2;
  font-size: 3.8rem;
}

.p-item-area__price-discount {
  font-family: var(--font-family02);
  background: var(--color06);
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  font-size: 1.6rem;
  padding: 0.3rem 1.7rem;
  margin-bottom: 0.8rem;
  border-radius: 100px;
}

.p-item-area__price-discount::before {
  border-color: var(--color06) transparent transparent transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.8rem 1.1rem 0 1.1rem;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 0.2rem);
}

.p-item-area__price-discount span {
  font-family: var(--font-family01);
  font-size: 188%;
  padding: 0 0rem 0 0.2rem;
  vertical-align: -0.3rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.p-item-area__price-main {
  font-size: 1.7rem;
  line-height: 1.2;
}

.p-item-area__price-main-text01 {
  font-weight: bold;
}

.p-item-area__price-main-text02 {
  font-size: 173%;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding-right: 0.1rem;
}

.p-item-area__price-main-text03 {
  font-size: 93%;
}

.p-item-area__note {
  color: var(--color-text-sub);
  line-height: 1.45;
  font-size: 1.2rem;
  margin-top: 1.1rem;
}

.p-item-area__more {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: bold;
  color: #FFF;
  border-radius: 0.6rem;
  padding: 0.8rem 1rem;
  margin-top: 0.9rem;
  gap: 0.5rem;
  font-size: 1.6rem;
}

.p-item-area__more::after {
  content: "";
  display: block;
  background: url(/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 1.8rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-pack-fruit-items
-----------------------------------------------------------
----------------------------------------------------------- */
.p-pack-fruit-items {
  margin-top: 6rem;
}

.p-pack-fruit-items__message {
  font-family: var(--font-family02);
  font-weight: bold;
  color: var(--color02);
  margin-bottom: 0.7rem;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-pack-fruit-items__message-sub {
  font-size: 2rem;
}

.p-pack-fruit-items__message-main {
  font-size: 2.2rem;
}

@media (max-width: 520px) {
  .p-pack-fruit-items__message-sub {
    font-size: 1.8rem;
  }

  .p-pack-fruit-items__message-main {
    font-size: 2rem;
  }
}