@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 24px;
  }
}

.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: bold;
}
.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 {
  width: calc(1000px + (24px * 2));
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  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 sub {
  font-size: 70%;
  vertical-align: baseline;
}

/*--------------------
 Section Title
--------------------*/
.block-goods-lp .section_title h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .section_title h2 {
    /* font-size: 24px; */
    font-size: 5.797vw;
  }
}

.block-goods-lp .marker {
  padding: 0 .5em .1em;
  background: linear-gradient(transparent 50%, #f2cfa9 50%);
}

.block-goods-lp .border {
  display: block;
  padding: .5em .7em;
  border: 3px solid #f6de64;
  color: #de0e19;
  font-weight: bold;
}

/*--------------------
 Hero
--------------------*/
.block-goods-lp .hero_inner picture {
  display: block;
  max-width: 1366px;
  margin: 0 auto;
}

.block-goods-lp .hero_inner picture img {
  width: 100%;
  height: auto;
}

/*--------------------
 Service
--------------------*/
.block-goods-lp .service {
  margin-top: 48px;
}

.block-goods-lp .service .lead {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.block-goods-lp .service .section_title {
  margin-top: 72px;
}

.block-goods-lp .service .service_list {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 48px;
}

.block-goods-lp .service .service_item {
  width: calc((100% / 4) - 40px);
}

.block-goods-lp .service .service_item dl dt img {
  border: 1px solid #dedede;
}

.block-goods-lp .service .service_item dl dd {
  margin-top: 16px;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #d5e3f8;
  color: #707070;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .service {
    /* margin-top: 24px; */
    margin-top: 5.797vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .service .lead {
    /* font-size: 18px; */
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .service .section_title {
    /* margin-top: 40px; */
    margin-top: 9.662vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .service .service_list {
    flex-wrap: wrap;
    gap: 0 20px;
    margin-top: 0;
  }

  html[data-browse-mode="S"] .block-goods-lp .service .service_item {
    width: calc(50% - 10px);
    /* margin-top: 28px; */
    margin-top: 6.763vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .service .service_item dl dd {
    /* margin-top: 12px;
    padding: 4px 8px; */
    margin-top: 2.899vw;
    padding: 0.966vw 1.932vw;
    border-radius: 8px;
    /* font-size: 18px; */
    font-size: 4.348vw;
  }
}

/*--------------------
 Features
--------------------*/
.block-goods-lp .features {
  margin-top: 96px;
}

.block-goods-lp .features .point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  margin-top: 48px;
}

.block-goods-lp .features .point_image {
  width: 30%;
}

.block-goods-lp .features .point_description {
  width: calc(70% - 16px);
}

.block-goods-lp .features .point_list {
  counter-reset: num;
}

.block-goods-lp .features .point_item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 8px 8px;
  border-radius: 50px;
  background-color: #f6de64;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.block-goods-lp .features .point_item:first-child {
  margin-top: 0;
}
.block-goods-lp .features .point_item::before {
  display: inline-block;
  counter-increment: num;
  content: counter(num);
  width: 33.8px;
  margin-right: .3em;
  padding: 1px 5px 2px 4px;
  border-radius: 50%;
  border: 1px solid #cacccc;
  background-color: #fff;
  color: #de0e19;
  font-size: 24px;
  text-align: center;
}

.block-goods-lp .features .note {
  margin: 8px 0 0 49px;
  font-size: 16px;
}

.block-goods-lp .features .specs {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 32px;
}

.block-goods-lp .features .specs .specs_title {
  padding: 4px 8px;
  background-color: #de0e19;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.block-goods-lp .features .ingredients {
  width: 66%;
}

.block-goods-lp .features .ingredients .ingredients_list {
  margin-top: 16px;
}

.block-goods-lp .features .ingredients .ingredients_item {
  margin-top: 12px;
}

.block-goods-lp .features .ingredients .ingredients_item dl {
  display: flex;
  align-items: center;
}

.block-goods-lp .features .ingredients .ingredients_item dl dt {
  width: 35%;
  padding: 6.1px 8px;
  border-radius: 36px 0 0 36px;
  border: 2px solid #de0e19;
  background-color: #de0e19;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.block-goods-lp .features .ingredients .ingredients_item.line_2_pc dl dt {
  padding: 2.1px 8px;
}

.block-goods-lp .features .ingredients .ingredients_item dl dd {
  width: 65%;
  padding: 6.1px 12px;
  border-radius: 0 36px 36px 0;
  border: 2px solid #de0e19;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.block-goods-lp .features .ingredients .ingredients_item.line_2_pc dl dd {
  padding: 10.49px 12px;
}

.block-goods-lp .features .effects_dosage {
  width: calc(34% - 40px);
}

.block-goods-lp .features .effects .effects_text {
  margin-top: 10px;
  font-size: 18px;
}

.block-goods-lp .features .dosage {
  margin-top: 24px;
}

.block-goods-lp .features .dosage_table {
  width: 100%;
  border-top: 1px solid #de0e19;
  border-left: 1px solid #de0e19;
}

.block-goods-lp .features .dosage_table th {
  width: 28%;
  padding: 6px;
  border-right: 1px solid #de0e19;
  border-bottom: 1px solid #de0e19;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.block-goods-lp .features .dosage_table td {
  padding: 6px 8px;
  border-right: 1px solid #de0e19;
  border-bottom: 1px solid #de0e19;
  vertical-align: middle;
}
.block-goods-lp .features .dosage_table td.second {
  width: 28%;
  text-align: center;
}

.block-goods-lp .features .dosage_table td img {
  width: 22px;
  margin: 2px 2px 2px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .block-goods-lp .features {
    /* margin-top: 56px; */
    margin-top: 13.527vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .point {
    flex-wrap: wrap;
    /* gap: 0 24px;
    margin-top: 16px; */
    gap: 0 5.797vw;
    margin-top: 3.865vw;
  }

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

  html[data-browse-mode="S"] .block-goods-lp .features .point_image img {
    width: 60%;
    margin: 0 auto;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .point_description {
    width: 100%;
    /* margin-top: -10px; */
    margin-top: -2.415vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .point_item {
    /* margin-top: 20px;
    font-size: 18px; */
    margin-top: 4.831vw;
    font-size: 4.348vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .point_item::before {
    /* width: 31.39px;
    padding: 0 5px 3px 4px;
    font-size: 22px; */
    width: 7.582vw;
    padding: 0 1.208vw 0.725vw 0.966vw;
    font-size: 5.314vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .note {
    /* margin: 6px 0 0 46px;
    font-size: 14px; */
    margin: 1.449vw 0 0 11.111vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs {
    flex-wrap: wrap;
    /* gap: 0 40px;
    margin-top: 40px; */
    gap: 0 9.662vw;
    margin-top: 9.662vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .specs .specs_title {
    /* padding: 4px 8px;
    font-size: 22px; */
    padding: 0.966vw 1.932vw;
    font-size: 5.314vw;
  }

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

  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_list {
    /* margin-top: 16px; */
    margin-top: 3.865vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item {
    /* margin-top: 12px; */
    margin-top: 2.899vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item dl {
    display: flex;
    align-items: center;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item dl dt {
    width: 41%;
    /* padding: 6.1px 4px;
    font-size: 12px; */
    padding: 1.473vw 0.966vw;
    font-size: 2.899vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item.line_2 dl dt {
    /* padding: 2.1px 8px; */
    padding: 0.507vw 1.932vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item.line_2r_sp dl dt {
    /* padding: 13.3px 8px; */
    padding: 3.213vw 1.932vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item dl dd {
    width: 59%;
    /* padding: 6.1px 12px;
    font-size: 12px; */
    padding: 1.473vw 2.899vw;
    font-size: 2.899vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item.line_2l_sp dl dd {
    /* padding: 13.3px 12px; */
    padding: 3.213vw 2.899vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .ingredients .ingredients_item.line_2_sp dl dd {
    /* padding: 6.1px 12px; */
    padding: 1.473vw 2.899vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .effects_dosage {
    width: 100%;
    /* margin-top: 32px; */
    margin-top: 7.729vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .effects .effects_text {
    /* font-size: 16px; */
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage {
    /* margin-top: 28px; */
    margin-top: 6.763vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage_table th {
    width: 28%;
    /* padding: 6px;
    font-size: 14px; */
    padding: 1.449vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage_table td {
    /* padding: 6px 8px;
    font-size: 14px; */
    padding: 1.449vw 1.932vw;
    font-size: 3.382vw;
  }
  html[data-browse-mode="S"] .block-goods-lp .features .dosage_table td.second {
    width: 28%;
  }

  html[data-browse-mode="S"] .block-goods-lp .features .dosage_table td img {
    /* width: 22px;
    margin: 2px 2px 2px; */
    width: 5.314vw;
    margin: 0.483vw 0.483vw 0.483vw;
  }
}
