/* * {
  outline: 1px solid #00000050;
} */

html {
  font-size: clamp(3.2px, 1vw, 10px);
}

@media all and (min-width: 320px) {
  .nutrition-content .txet-content_01 li+li {
    margin-top: 17.2rem;
  }

  .nutrition-content .txet-content_05 li:nth-child(3) {
    margin-top: 9.3rem;
  }
}

.wrap-w-100pct .gotop-m {
  background-color: #fffad3;
}

.outerbox {
  position: relative;
}

.main .box {
  padding: 20px;
}

.main .box-w-100pct {
  padding: 0;
}

.nutrition-box.common-content {
  padding-bottom: 0px;
}

.nutrition-box.common-content-w-100pct {
  padding: 25px 0 0 0;
}

.nutrition-box .common-box {
  background: #fff;
}

.nutrition-box .event-box {
  width: 841px;
  padding: 0;
}

.nutrition-box .event-box a {
  position: relative;
  z-index: 1;
}

.nutrition-box .event-box a.win {
  margin-top: -2px;
}

.nutrition-box .event-box-w-100pct {
  width: 980px;
  padding: 0;
}

.nutrition-box .event-box-w-100pct a {
  margin-top: -21%;
}

.nutrition-box img {
  width: 100%;
}

.nutrition-content {
  position: relative;
  width: 100%;
  z-index: 0;
}

.nutrition-content .txet-content_01 {
  position: absolute;
  top: 54.5%;
  left: 29%;
  font-size: 3.1rem;
  text-align: left;
  color: #1c715e;
  font-weight: bold;
  line-height: 1.4;
}

.nutrition-content .txet-content_01 li+li {
  margin-top: 16.2rem;
}

.nutrition-content .txet-content_02 {
  top: 13.9%;
  left: 10%;
}

.nutrition-content .txet-content_03 {
  top: 25%;
  left: 10%;
}

.nutrition-content .txet-content_02,
.nutrition-content .txet-content_03 {
  position: absolute;
  width: 46rem;
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #001a13;
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
}

.nutrition-content .txet-content_02 li,
.nutrition-content .txet-content_03 li,
.nutrition-content .txet-content_08 li {
  position: relative;
  padding-left: 2.2rem;
}

.nutrition-content .txet-content_02 li::before,
.nutrition-content .txet-content_03 li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 1.5rem;
  color: #001a13;
  line-height: 1;
}

.nutrition-content .txet-content_04 {
  position: absolute;
  top: 46.1%;
  left: 36%;
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 18.5rem;
}


.nutrition-content .txet-content_04 p {
  margin-top: 1.7rem;
  font-size: 1.5rem;
  color: #9f9f9f;
  line-height: 1.5;
}

.nutrition-content .txet-content_04 li:nth-child(2) {
  margin-top: 3%;
}

.nutrition-content .txet-content_04 li:nth-child(3) {
  margin-top: 1%;
}

.nutrition-content .txet-content_05 {
  position: absolute;
  top: 66.3%;
  left: 20.2%;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #285b42;
  line-height: 1.5;
}

.nutrition-content .txet-content_05 li:nth-child(3) {
  margin-top: 5.2rem;
}

.nutrition-content .txet-content_06 {
  position: absolute;
  top: 14.8%;
  left: 29%;
  font-size: 3rem;
  text-align: left;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #285b42;
  line-height: 1.5;
}

.nutrition-content .txet-content_07 {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
  width: 100%;
  font-weight: bold;
  color: #285b42;
  line-height: 1.5;
}

.nutrition-content .txet-content_08 {
  position: absolute;
  top: 15.5%;
  left: 12.5%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #285b42;
  line-height: 1.6;
  text-align: left;
}

.nutrition-content .txet-content_08 li span {
  font-style: italic;
}

.nutrition-content .txet-content_08 li::before {
  position: absolute;
  left: -6.8rem;
  top: 0.5rem;
  font-size: 1.8rem;
  color: #285b42;
  line-height: 1;
}

.nutrition-content .txet-content_08 li:nth-child(1)::before {
  content: "品　　名：";
}

.nutrition-content .txet-content_08 li:nth-child(2)::before {
  content: "成　　分：";
}

.nutrition-content .txet-content_08 li:nth-child(3)::before {
  content: "適用對象：";
}

.nutrition-content .txet-content_08 li:nth-child(4)::before {
  content: "保存方法：";
}

.goldshield-fixbtn {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 43%;
  right: 0;
  z-index: 100;
  gap: 2.2rem;
}

.goldshield-fixbtn img {
  width: 6rem;
}

.nutrition-txet {
  opacity: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media all and (max-width: 1024px) {
  .nutrition-box .event-box {
    width: 100%;
    max-width: 841px;
  }

  .nutrition-box .event-box-w-100pct {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 981px) {
  html {
    font-size: 9.8px;
  }
}

@media all and (max-width: 768px) {
  .main .box {
    padding: 0;
  }

  .main .box-w-100pct {
    padding: 0;
  }

  .nutrition-box.common-content {
    padding: 0;
  }

  .nutrition-box.common-content-w-100pct {
    padding: 0;
  }

  .nutrition-box .event-box-w-100pct a {
    margin-top: -19%;
  }

  .nutrition-content .txet-content_01 {
    top: 55.5%;
    left: 25%;
    font-size: 3.5rem;
  }

  .nutrition-content .txet-content_01 li+li {
    margin-top: 17rem;
  }

  .nutrition-content .txet-content_02 {
    top: 28.5%;
    left: 6%;
  }

  .nutrition-content .txet-content_03 {
    top: 70%;
    left: 6%;
  }

  .nutrition-content .txet-content_02,
  .nutrition-content .txet-content_03 {
    width: 88rem;
    font-size: 4.3rem;
    line-height: 1.6;
  }

  .nutrition-content .txet-content_02 li,
  .nutrition-content .txet-content_03 li {
    padding-left: 4rem;
  }

  .nutrition-content .txet-content_02 li::before,
  .nutrition-content .txet-content_03 li::before {
    top: 1.7rem;
    font-size: 3rem;
  }

  .nutrition-content .txet-content_04 {
    top: 36.5%;
    left: 43%;
    font-size: 4.3rem;
    gap: 38rem;
    line-height: 1.4;
  }

  .nutrition-content .txet-content_04 p {
    margin-top: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .nutrition-content .txet-content_05 {
    top: 70.5%;
    left: 11.5%;
    font-size: 3.1rem;
  }

  .nutrition-content .txet-content_05 li:nth-child(3) {
    margin-top: 8.9rem;
  }

  .nutrition-content .txet-content_06 {
    top: 13%;
    left: 13.2%;
    font-size: 4.3rem;
    gap: 0.5rem;
  }

  .nutrition-content .txet-content_07 {
    top: 13.2%;
    font-size: 4.3rem;
  }

  .nutrition-content .txet-content_08 {
    top: 9.7%;
    left: 13%;
    font-size: 3.7rem;
    line-height: 1.6;
  }

  .nutrition-content .txet-content_08 li::before {
    left: -6rem;
    top: 1rem;
    font-size: 3.7rem;
    line-height: 1;
  }

  .nutrition-content .txet-content_08 li {
    padding-left: 13rem;
  }

  .goldshield-fixbtn img {
    width: 7.8rem;
  }

}

@media all and (max-width: 420px) {
  .goldshield-fixbtn img {
    width: 8.2rem;
  }
}