@charset "UTF-8";

/*--------------------
 上書き
--------------------*/
.block-goods-comment6 {
  width: 100%;
  margin: 56px auto 32px;
}
@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-comment6 {
    margin: 40px auto 16px;
  }
}

.block-goods-lp,
.block-goods-lp h1,
.block-goods-lp h2,
.block-goods-lp h3,
.block-goods-lp h4,
.block-goods-lp h5,
.block-goods-lp h6,
.block-goods-lp p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
}
.block-goods-lp {
  font-size: 16px;
  line-height: 1.5;
}
.block-goods-lp em {
  font-style: normal;
}
.block-goods-lp strong {
  font-weight: 600;
}
.block-goods-lp img {
  vertical-align: bottom;
}
.block-goods-lp li {
  list-style-type: none;
}

.block-goods-comment-common-style .block-goods-lp h2 span:after {
  content: none;
}

/*--------------------
 Common
--------------------*/
.block-goods-lp .inner-xg {
  max-width: calc(1120px + (10px * 2));
  margin: 0 auto;
  padding: 0 10px;
}

.block-goods-lp .inner {
  max-width: calc(1000px + (10px * 2));
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .inner-xg {
    padding: 0 20px;
  }

  html[data-browse-mode="S"] .block-goods-lp .inner {
    padding: 0 20px;
  }
}

.block-goods-lp .section-title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .pc-only {
    display: none;
  }
}

.block-goods-lp .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .sp-only {
    display: block;
  }
}

.block-goods-lp sup {
  font-size: 60%;
  vertical-align: super;
}

.block-goods-lp sub {
  font-size: 70%;
  vertical-align: baseline;
}

/*--------------------
 Section Title
--------------------*/
.block-goods-lp .section-title h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 52px;
  padding: 0 0 1px;
  border-radius: 9999px;
  background-color: #005426;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .section-title h2 {
    width: 240px;
    height: 48px;
    padding: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .block-goods-lp .section-title h2 {
    width: 57.971vw;
    height: 11.594vw;
    font-size: 4.831vw;
  }
}

.block-goods-lp .marker {
  background: linear-gradient(90deg, #e3aebc, #f4d995) no-repeat bottom / 100% 25%;
  color: #c13e80;
}

/*--------------------
 Hero
--------------------*/
.block-goods-lp .hero {
  overflow: hidden;
  /* Container Queriesを使用してスクロールバー幅を考慮 */
  container-type: inline-size;
}

.block-goods-lp .hero picture {
  display: flex;
  justify-content: center;
  width: 100%;
}

.block-goods-lp .hero picture img {
  display: block;
  width: 1400px;
  height: auto;
  max-width: none;
}

@container (min-width: 1400px) {
  .block-goods-lp .hero picture img {
    width: 100%;
    max-width: 1400px;
  }
}
/* フォールバック：Container Queriesが使えない場合 */
@supports not (container-type: inline-size) {
  @media screen and (min-width: 1417px) {
    .block-goods-lp .hero picture img {
      width: 100%;
      max-width: 1400px;
    }
  }
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .hero img {
    margin: 0 -10px;
    width: calc(100% + 20px);
    max-width: none;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .block-goods-lp .hero img {
    margin: 0 -2.667vw;
    width: calc(100% + 5.333vw);
  }
}

/*--------------------
 Recommend
--------------------*/
.block-goods-lp .recommend {
  padding: 64px 0 56px;
  background-color: #ecf4d9;
}

.block-goods-lp .recommend .recommend-list {
  display: flex;
  justify-content: center;
  gap: 0 32px;
  margin: 48px 0 0;
}

.block-goods-lp .recommend .recommend-item {
  width: calc((100% / 3) - (32px * 2 / 3));
}

.block-goods-lp .recommend .recommend-item-image figcaption {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .recommend {
    padding: 40px 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-list {
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-item {
    width: 100%;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-item-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-item-image img {
    width: 45%;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-item-image figcaption {
    width: calc(55% - 20px);
    margin: 0;
    font-size: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .block-goods-lp .recommend {
    padding: 9.662vw 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-list {
    gap: 9.662vw 0;
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-item-image {
    gap: 0 4.831vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .recommend .recommend-item-image figcaption {
    width: calc(55% - 4.831vw);
    font-size: 3.865vw;
  }
}

/*--------------------
 features
--------------------*/
.block-goods-lp .features {
  overflow: hidden;
  /* Container Queriesを使用してスクロールバー幅を考慮 */
  container-type: inline-size;
}

.block-goods-lp .features .section-title {
  padding: 64px 0 0;
}

.block-goods-lp .features .features-bg {
  margin: 48px 0 0;
  background: url("/LP/shinfuji/img/features_bg.png") repeat-x center top;
  text-align: center;
}

.block-goods-lp .features .features-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.block-goods-lp .features .features-image img {
  display: block;
  width: 1400px;
  height: auto;
  max-width: none;
}

@container (min-width: 1400px) {
  .block-goods-lp .features .features-image img {
    width: 100%;
    max-width: 1400px;
  }
}
/* フォールバック：Container Queriesが使えない場合 */
@supports not (container-type: inline-size) {
  @media screen and (min-width: 1417px) {
    .block-goods-lp .features .features-image img {
      width: 100%;
      max-width: 1400px;
    }
  }
}

/* mechanism */
.block-goods-lp .features .mechanism {
  position: relative;
  margin: 100px auto 0;
}

.block-goods-lp .features .mechanism-title {
  position: absolute;
  top: -20px;
  left: auto;
  right: auto;
  width: 100%;
}

.block-goods-lp .features .mechanism-title img {
  max-width: 314px;
}

.block-goods-lp .features .mechanism-inner {
  padding: 10px;
  background-color: #fff;
}

.block-goods-lp .features .mechanism-border {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 0 0 0 24px;
  border: 4px solid #cfe7c7;
}

.block-goods-lp .features .mechanism-image {
  margin: 0;
}

.block-goods-lp .features .mechanism-image img {
  max-height: 296px;
}

.block-goods-lp .features .mechanism-discription {
  margin: 28px 0 0;
}

.block-goods-lp .features .mechanism-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
}

.block-goods-lp .features .mechanism-text + .mechanism-text {
  margin: 28px 0 0;
}
.block-goods-lp .features .mechanism-text + .mechanism-text strong {
  background: linear-gradient(transparent 60%, #fff799 60%, #fff799 90%, transparent 90%);
  color: #0baf4c;
  font-size: 30px;
  font-weight: 700;
}

/* effects-dosage */
.block-goods-lp .features .effects-dosage {
  display: flex;
  justify-content: space-between;
  gap: 0 64px;
  margin: 80px 0 0;
}

.block-goods-lp .features .effects {
  width: calc((100% / 2) - (64px / 2));
}

.block-goods-lp .features .specs-title {
  padding: 8px 16px 10px;
  border-radius: 9999px;
  background-color: #005426;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.block-goods-lp .features .specs-text {
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.block-goods-lp .features .dosage {
  width: calc((100% / 2) - (64px / 2));
}

.block-goods-lp .features .dosage-table {
  width: 100%;
  border-top: 2px solid #0baf4c;
  border-left: 2px solid #0baf4c;
  margin: 16px 0 0;
}

.block-goods-lp .features .dosage-table th {
  padding: 6px 8px;
  border-right: 2px solid #0baf4c;
  border-bottom: 2px solid #0baf4c;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.block-goods-lp .features .dosage-table thead th {
  background-color: #0baf4c;
  color: #fff;
  font-weight: 600;
}
.block-goods-lp .features .dosage-table thead th.u-text-ls {
  letter-spacing: 1em;
  text-indent: 1em;
}
.block-goods-lp .features .dosage-table thead th:first-child {
  width: 37%;
  border-right: 2px solid #fff;
}
.block-goods-lp .features .dosage-table thead th:nth-child(2) {
  width: 37%;
  border-right: 2px solid #fff;
}
.block-goods-lp .features .dosage-table tbody th {
  padding: 8px 16px 7px;
  background-color: #fff;
  text-align: left;
}

.block-goods-lp .features .dosage-table td {
  padding: 8px 16px 7px;
  border-right: 2px solid #0baf4c;
  border-bottom: 2px solid #0baf4c;
  background-color: #fff;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
}
.block-goods-lp .features .dosage-table td.u-text-center {
  text-align: center;
}

.block-goods-lp .features .dosage-table-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 12px;
}

.block-goods-lp .features .dosage-table-quantity {
  width: 96px;
  height: 24px;
  border: 4px solid #d8d8d8;
  font-size: 0;
}
.block-goods-lp .features .dosage-table-quantity::before {
  content: "";
  display: block;
  width: 88px;
  height: 16px;
  background-color: #8cc66d;
}
.block-goods-lp .features .dosage-table-quantity.two-thirds::before {
  width: 59px;
}
.block-goods-lp .features .dosage-table-quantity.one-half::before {
  width: 44px;
}

.block-goods-lp .features .specs-note {
  margin: 12px 0 0;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}

/* self-care */
.block-goods-lp .features .self-care {
  margin: 80px 0 0;
}

.block-goods-lp .features .self-care-title {
  color: #0baf4c;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.block-goods-lp .features .self-care-title img {
  width: 83px;
  margin: 0 16px 0;
  vertical-align: middle;
}

.block-goods-lp .features .self-care-list {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
  margin: 32px 0 0;
}

.block-goods-lp .features .self-care-item {
  width: calc((100% / 3) - (24px * 2 / 3));
  padding: 24px;
  border: 4px solid #cfe7c7;
}

.block-goods-lp .features .self-care-sub-title {
  padding: 0 0 8px;
  border-bottom: 2px solid #0baf4c;
  color: #0baf4c;
  font-size: 30px;
  font-weight: 600;
}

.block-goods-lp .features .self-care-text {
  margin: 16px 0 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .features .section-title {
    padding: 48px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .features-bg {
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .features-image img {
    margin: 0 -28px;
    width: calc(100% + 56px);
  }

  /* mechanism */
  html[data-browse-mode="S"] .block-goods-lp .features .mechanism {
    margin: 62px auto 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-title {
    top: -14px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-title img {
    max-width: none;
    max-height: 36px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-inner {
    padding: 10px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-border {
    flex-wrap: wrap;
    gap: 32px 0;
    padding: 0 20px 20px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-image {
    margin: 0 auto;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-image img {
    max-width: 200px;
    max-height: none;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-discription {
    margin: 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-text {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-text + .mechanism-text {
    margin: 20px 0 0;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-text + .mechanism-text strong {
    font-size: 20px;
  }

  /* effects-dosage */
  html[data-browse-mode="S"] .block-goods-lp .features .effects-dosage {
    flex-wrap: wrap;
    gap: 44px 0;
    margin: 48px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .effects {
    width: 100%;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs-title {
    padding: 7px 8px 6px;
    font-size: 18px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs-text {
    margin: 20px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage {
    width: 100%;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table {
    margin: 20px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table th {
    padding: 6px 4px;
    font-size: 14px;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table thead th:first-child {
    width: 27%;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table thead th:nth-child(2) {
    width: 43%;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table tbody th {
    padding: 8px 12px 7px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table td {
    padding: 8px 12px 7px;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 12px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity {
    width: 80px;
    height: 24px;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity::before {
    width: 72px;
    height: 16px;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity.two-thirds::before {
    width: 48px;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity.one-half::before {
    width: 36px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs-note {
    margin: 12px 0 0;
    font-size: 14px;
  }

  /* self-care */
  html[data-browse-mode="S"] .block-goods-lp .features .self-care {
    margin: 48px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-title {
    font-size: 24px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-title img {
    width: 40px;
    margin: 0 10px 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-list {
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 24px 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-item {
    width: 100%;
    padding: 22px 20px 24px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-sub-title {
    padding: 0 0 8px;
    font-size: 20px;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .block-goods-lp .features .section-title {
    padding: 11.594vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .features-bg {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .features-image img {
    margin: 0 -6.763vw;
    width: calc(100% + 13.527vw);
  }

  /* mechanism */
  html[data-browse-mode="S"] .block-goods-lp .features .mechanism {
    margin: 14.976vw auto 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-title {
    top: -3.382vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-title img {
    max-height: 8.696vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-inner {
    padding: 2.415vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-border {
    gap: 7.729vw 0;
    padding: 0 4.831vw 4.831vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-image img {
    max-width: 48.309vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-text {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-text + .mechanism-text {
    margin: 4.831vw 0 0;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .mechanism-text + .mechanism-text strong {
    font-size: 4.831vw;
  }

  /* effects-dosage */
  html[data-browse-mode="S"] .block-goods-lp .features .effects-dosage {
    gap: 10.628vw 0;
    margin: 11.594vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs-title {
    padding: 1.691vw 1.932vw 1.449vw;
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs-text {
    margin: 4.831vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table {
    margin: 6.763vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table th {
    padding: 1.449vw 0.966vw;
    font-size: 3.382vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table tbody th {
    padding: 1.932vw 2.899vw 1.691vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table td {
    padding: 1.932vw 2.899vw 1.691vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-cell {
    gap: 0 2.899vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity {
    width: 19.324vw;
    height: 5.797vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity::before {
    width: 17.391vw;
    height: 3.865vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity.two-thirds::before {
    width: 11.594vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage-table-quantity.one-half::before {
    width: 8.696vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs-note {
    margin: 2.899vw 0 0;
    font-size: 3.382vw;
  }

  /* self-care */
  html[data-browse-mode="S"] .block-goods-lp .features .self-care {
    margin: 11.594vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-title {
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-title img {
    width: 9.662vw;
    margin: 0 2.415vw 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-list {
    gap: 4.831vw 0;
    margin: 5.797vw 0 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-item {
    padding: 5.314vw 4.831vw 5.797vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-sub-title {
    padding: 0 0 1.932vw;
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .self-care-text {
    margin: 3.865vw 0 0;
    font-size: 3.865vw;
  }
}
