
.plg-apg-class-name {
  margin: 1rem 0 1.2rem;
  font-size: 1.5rem
}

.item-intro__wrap {
  display: flex;
  gap: 6.4rem;
  align-items: center;
}

.item-intro__txt {
  padding-top: 0
}


.message-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em;
  font-family: '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans JP', sans-serif;
}

.image-container {
  margin-bottom: 2em;
}

.message-image {
  height: auto;
  margin: 0 auto;
  display: block;
}

.message-title {
  font-size: 1.3em;
  margin-bottom: 0.7em;
}

.message-text {
  font-size: 1.05em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 3em;
}

.message-link {
  font-size: 1em;
}

.product-link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  font-weight: bold;
  display: inline-block;
}

.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
  padding-left: 20px;
  padding-right: 20px;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #000; 
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
  margin-bottom: 10px; /*  ]       */
}

.flow_design09 + .image-container {
  margin-top: 3rem;
}

/*  h {     e [ u   */
.nutrition-table-modern table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  margin: 1.5em 0 2.5em 0;
}

.nutrition-table-modern th {
  border-bottom: 2px solid #999;
  padding: 0.6em 0.5em;
  text-align: left;
  color: #333;
  font-weight: bold;
}

.nutrition-table-modern td {
  padding: 0.6em 0.5em;
  border-bottom: 1px solid #ccc;
  color: #333;
}

/* PDF { ^   */
.pdf-download {
  text-align: center;
  margin: 2em 0;
}

.pdf-button-modern {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.7em 2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s;
  letter-spacing: 0.05em;
  font-size: 0.95em;
}

.pdf-button-modern:hover {
  background-color: #555;
}

/*  z   䗦 F \ ƃO   t ̉    сiPC j */
.organ-ratio-section {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
}

.organ-ratio-table {
  flex: 1 1 280px;
}

.organ-ratio-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  margin: 1.5em 0 2.5em 0;
}

.organ-ratio-table th {
  border-bottom: 2px solid #999;
  padding: 0.6em 0.5em;
  text-align: left;
  color: #333;
  font-weight: bold;
}

.organ-ratio-table td {
  padding: 0.6em 0.5em;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.organ-ratio-chart {
  flex: 1 1 280px;
  text-align: center;
}

.organ-chart-image {
  max-width: 100%;
  height: auto;
}

.movie-flex {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.movie-box {
  margin-bottom: 4rem;
  text-align: center;
}

.movie-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .movie-flex {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
  }

  .movie-box {
    flex: 1;
    max-width: 50%;
  }
}


/* PC ݂̂  max-width   K p */
@media (min-width: 768px) {
  .organ-ratio-table {
    max-width: 400px;
  }

  .organ-ratio-chart {
    max-width: 400px;
  }
}


/*  X } z p   X |   V u     */
@media (max-width: 767px) {
  .message-title {
    font-size: 1.1em;
  }

  .message-text {
    font-size: 1.0em;
  }

  .product-link {
    font-size: 0.8em;
  }

  .nutrition-table-modern table,
  .organ-ratio-table table {
    font-size: 0.9em;
  }

  .nutrition-table-modern th,
  .nutrition-table-modern td,
  .organ-ratio-table th,
  .organ-ratio-table td {
    padding: 0.5em 0.4em;
  }

  .pdf-button-modern {
    padding: 0.6em 1.5em;
    font-size: 0.9em;
  }

  .organ-ratio-section {
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
  }

  .organ-ratio-table,
  .organ-ratio-chart {
    max-width: 100% !important;
    flex: 1 1 auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .organ-ratio-table table {
    width: 100%;
  }

  .organ-ratio-table.message-text {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto;
  }

  .message-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
  .movie-flex {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .movie-box {
    margin-bottom: 3rem;
  }

  .movie-title {
    text-align: center;
  }
}

.category-slide {
  position: relative;
}

.slide-caption-box {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  background: white;
  color: black;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif; 
  padding: 0.4em 0.8em;
  opacity: 0.95;
  z-index: 10;
  pointer-events: none;
  transition: none;
}

@media (min-width: 768px) {
  .slide-caption-box {
    font-size: 1.4rem;
  }
}
/*  J e S   y [ W p */

.categ-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.categ-top-image img {
  width: 100%;
  height: auto;
  display: block;
}

.categ-author-name {
  text-align: center;
  font-size: 0.9em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

.categ-main-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1em;
}

.categ-divider-line {
  width: 60%;
  height: 1px;
  background-color: #ddd;
  margin: 1em auto 2em auto;
}

.categ-fade-text {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  transition: max-height 0.5s ease;
}

.categ-fade-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.categ-fade-text.expanded {
  max-height: 5000px;
}

.categ-fade-text.expanded::after {
  display: none;
}

.categ-text-wrapper {
  padding: 0 1em;
  font-size: 1.05em;
  line-height: 2;
  color: #555;
  text-align: left;
}

.categ-fade-button-wrapper {
  margin-top: 1.5em;
  text-align: center;
}

#categ-toggleButton {
  width: 100%;
  border: 1px solid #555;
  padding: 1.1em 1em;
  border-radius: 0;
  font-size: 1em;
  color: #fff;
  background: #555;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

#categ-toggleButton:hover {
  background: #fff;
  color: #555;
  border-color: #ccc;
}

.categ-inserted-image {
    margin: 2em 0;
}

.categ-inserted-image img {
  width: 100%;
  height: auto;
 
}

.categ-caption {
  font-size: 0.85em;
  color: #888;
  margin-top: 0.5em;
}

.categ-section-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #333;
  text-align: left;
}

.no-fade .categ-fade-text {
  max-height: none;
  overflow: visible;
  position: static;
}

.no-fade .categ-fade-text::after {
  display: none;
}

.no-fade .categ-fade-button-wrapper {
  display: none;
}

.categ-note {
  border: 1px solid #333;
  padding: 1.5em;
  margin: 2.5em 0;
  font-size: 0.85em;
  line-height: 1.9;
  color: #444;
  background-color: #fff;
}

.categ-note strong {
  display: block;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #000;
}

.categ-btn--main{
border: 1px solid #95969c;
    display: block;
    padding: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-align: center;
    max-width: 20.6rem;
    width: 20.6rem;
    min-height: 4rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, .99);
    border-radius: 3px;
    margin-top: 4rem;
}

.categ-subtitle {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.categ-section-text {
  margin-bottom: 1em;
}

.m-section-title {
  text-align: center;
  margin: 80px 0 40px;
}

.m-section-title h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.m-section-subtitle {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin: 0;
}

.matsu-main-visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.matsu-section {
  padding: 4rem 2rem;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.matsu-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.matsu-text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.matsu-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: block;
  margin: 0 auto;
}

/*  X } z Ή  */
@media (max-width: 600px) {
  .categ-container {
    border-radius: 0;
  }
  .categ-top-image img {
    border-radius: 0;
  }
  .categ-text-wrapper {
    padding: 1.5em 0.5em;
    font-size: 0.95em;
  }

 .item-intro__wrap {
    gap: 2rem;
    }

.categ-text {
  font-size: 1.7rem; 
}

}

.offal-ratio-title {
  display: inline-block;
  margin-bottom: 0.5em;
}

.offal-ratio-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  font-size: 0.95em;
}

.offal-ratio-table th {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.offal-ratio-table th:last-child {
  text-align: right;
}

.offal-ratio-table td {
  border-bottom: 1px solid #eee;
  padding: 8px;
}

.offal-ratio-table td:last-child {
  text-align: right;
}

.offal-ratio-note {
  border: 1px solid #ccc;
  background: #fff;
  padding: 1em;
  margin-top: 1em;
  font-size: 0.9em;
  line-height: 1.6;
}

.section.item-seasoning {
  margin: 80px 0;
}

.seasoning-flex {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}

.seasoning-box {
  width: 50%;
  background: #f7f7f7;
}

.seasoning-box a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.seasoning-box__img img {
  display: block;
  width: 100%;
  height: auto;
}

.seasoning-box__body {
  padding: 22px 18px 20px;
}

.seasoning-box__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

.seasoning-box__text {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.9;
  color: #666;
}

.seasoning-box__price {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
  color: #111;
}

.seasoning-box__link {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.section.item-guide {
  margin: 80px 0;
}

.item-guide__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 56px 44px;
  background: linear-gradient(90deg, #0c1018 0%, #121621 60%, #17181d 100%);
  color: #fff;
}

.item-guide__txt {
  width: 48%;
}

.item-guide__sub {
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.55);
}

.item-guide__txt h2 {
  margin: 0 0 28px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}

.item-guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-guide__list li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.item-guide__list li:last-child {
  margin-bottom: 0;
}

.item-guide__num {
  display: block;
  min-width: 44px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}

.item-guide__desc {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
}

.item-guide__img {
  position: relative;
  width: 46%;
}

.item-guide__img img {
  display: block;
  width: 100%;
  height: auto;
}

.item-guide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-top: -34px;
  margin-left: -34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.item-guide__play span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.section.item-intro--lambchop {
  margin: 80px 0;
}

.item-intro--lambchop .item-intro__wrap + .item-intro__wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .section.item-seasoning,
  .section.item-guide,
  .section.item-intro--lambchop {
    margin: 56px 0;
  }

  .seasoning-flex {
    gap: 16px;
    margin-top: 28px;
  }

  .seasoning-box__body {
    padding: 14px 12px 16px;
  }

  .seasoning-box__title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .seasoning-box__text {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .seasoning-box__price {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .seasoning-box__link {
    font-size: 10px;
  }

  .item-guide__wrap {
    display: block;
    padding: 28px 18px;
  }

  .item-guide__txt,
  .item-guide__img {
    width: 100%;
  }

  .item-guide__txt {
    margin-bottom: 20px;
  }

  .item-guide__sub {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .item-guide__txt h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.4;
  }

  .item-guide__list li {
    gap: 8px;
    margin-bottom: 12px;
  }

  .item-guide__num {
    min-width: 32px;
    font-size: 12px;
    line-height: 1.8;
  }

  .item-guide__desc {
    font-size: 10px;
    line-height: 1.8;
  }

  .item-guide__play {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }

  .item-guide__play span {
    margin-top: -7px;
    margin-left: -3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
  }

  .item-intro--lambchop .item-intro__wrap + .item-intro__wrap {
    margin-top: 28px;
  }
}

.section.item-seasoning-feature {
  margin-top: 80px;
}

.item-seasoning-feature .sub-tit--en,
.item-seasoning-feature .main-tit {
  text-align: center;
}

.seasoning-feature {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}

.seasoning-feature + .seasoning-feature {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #e8e8e8;
}

.seasoning-feature__media {
  width: 52%;
  min-width: 0;
}

.seasoning-feature__content {
  width: 48%;
  min-width: 0;
}

.seasoning-feature-swiper {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

.seasoning-feature-swiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.seasoning-feature__label {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
}

.seasoning-feature__title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
}

.seasoning-feature__text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 2;
  color: #444;
}

.seasoning-feature__btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #111;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.seasoning-feature__btn:hover {
  background: #111;
  color: #fff;
}

.seasoning-feature__prev,
.seasoning-feature__next {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.seasoning-feature__prev {
  left: 12px;
}

.seasoning-feature__next {
  right: 12px;
}

.seasoning-feature__prev::before,
.seasoning-feature__next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #111;
  line-height: 1;
}

.seasoning-feature__prev::before {
  content: "‹";
}

.seasoning-feature__next::before {
  content: "›";
}

.seasoning-feature__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2;
  text-align: center;
}

.seasoning-feature__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
}

.seasoning-feature__pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .section.item-seasoning-feature {
    margin-top: 56px;
  }

  .seasoning-feature {
    display: block;
    margin-top: 28px;
  }

  .seasoning-feature + .seasoning-feature {
    margin-top: 40px;
    padding-top: 40px;
  }

  .seasoning-feature__media,
  .seasoning-feature__content {
    width: 100%;
  }

  .seasoning-feature__content {
    margin-top: 18px;
  }

  .seasoning-feature__title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .seasoning-feature__text {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.9;
  }

  .seasoning-feature__btn {
    padding: 10px 18px;
    font-size: 12px;
  }

  .seasoning-feature__prev,
  .seasoning-feature__next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .seasoning-feature__prev::before,
  .seasoning-feature__next::before {
    font-size: 15px;
  }
}

/* ============================================
   ジンギスカンの選び方バナー（調整版）
============================================ */

.jingi-guide-section {
  max-width: 1080px;
  margin: 70px auto 0;
  padding: 0;
}

.jingi-guide-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  background: #f3f0eb;
  overflow: hidden;
  min-height: 280px;

  text-decoration: none;
  color: inherit;
  cursor: pointer;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover強化 */
.jingi-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.jingi-guide-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 48px;
}

.jingi-guide-en {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #c1a77e;
}

.jingi-guide-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #222;
}

.jingi-guide-lead {
  margin: 16px 0 28px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #555;
}

.jingi-guide-button {
  width: 210px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;

  pointer-events: none; /* ←全体リンク用 */
}

.jingi-guide-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jingi-guide-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

/* 画像ズーム */
.jingi-guide-card:hover .jingi-guide-image img {
  transform: scale(1.04);
}


/* ============================================
   SP
============================================ */

@media screen and (max-width: 767px) {

  .jingi-guide-section {
    margin: 48px auto 0;
    padding: 0;
  }

  .jingi-guide-card {
    grid-template-columns: 1fr 1fr;
    min-height: 160px;

    /* SPは動き抑える */
    transform: none;
    box-shadow: none;
  }

  .jingi-guide-text {
    padding: 20px 16px;
  }

  .jingi-guide-en {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .jingi-guide-title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .jingi-guide-lead {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .jingi-guide-button {
    margin-top: 12px;
    width: 140px;
    height: 36px;
    font-size: 11px;
  }

  .jingi-guide-image img {
    height: 100%;
    object-fit: cover;
  }

}

.sp-header-shipping {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .sp-header-shipping {
        display: block !important;
        background: #f3f0eb;
        padding: 10px 16px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .04em;
        line-height: 1.4;
        color: #111;
    }

    .sp-header-shipping span {
        font-size: 10px;
        font-weight: 400;
        opacity: .6;
        margin-left: 4px;
    }
}