.product-detail {
  display: none;
}

.product-detail-contents {
  margin-top: 38px;
}

.product-detail-contents p,
.product-detail-contents span {
  font-weight: 400;
  letter-spacing: .1em;
}

.product-detail-title {
  padding: 22px 0 20px 16px;
  border-left: 3px solid #012E82;
  background: #ECF5FF;
}

.product-detail-title .en {
  color: #012E82 !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.product-detail-title .ja {
  display: block;
  color: #777777 !important;
  font-size: 12px !important;
  font-weight: 400;
}


.product-detail-contents .text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}



/* 製品の特長 */
.product-detail-list {
  margin-top: 24px;
  display: grid;
  gap: 22px;
}

.product-detail-item h3 {
  margin-top: 10px;
  color: #012E82;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .1em;
}

.product-detail-item ol {
  margin-top: 16px;
}

.product-detail-item ol li p {
  font-size: 16px;
}

.product-detail-item ol li p .num {
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
}

.product-detail-item ol li>.text {
  margin-top: 8px;
}

@media screen and (min-width: 720px) {
  .p-product_content__inner {
    align-items: flex-start;
  }

  .p-product_content__inner__img {
    width: 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
    left: 0;
  }

  .p-product_content__inner__info {
    width: 50%;
  }
}

/* 使用感 */
.usage-contents:nth-of-type(1) .usage-text {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
}

.usage-head {
  position: relative;
}

.usage-title {
  width: 100%;
  position: absolute;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.usage-title .ja {
  color: #012E82 !important;
  font-size: 40px !important;
  font-weight: 500;
}

.usage-title .en {
  font-size: 20px;
}

.usage-img {
  padding-top: 24px;
}

.usage-img span {
  display: block;
  margin-top: 14px;
  font-size: 12px;
}

.usage-contents:nth-of-type(1) .usage-img {
  margin-top: 20px;
}

.usage-list {
  margin-top: 14px;
  padding-inline: 14px;
  display: grid;
  gap: 6px;
}

.usage-item {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: #ECF5FF;
  border: 1px solid #012E82;
  border-radius: 16px;
}

.item-text h3,
.item-text h4 {
  color: #012E82;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.usage-contents:nth-of-type(2) .usage-img {
  margin-top: 40px;
}

.usage-contents:nth-of-type(2) .usage-text {
  margin-top: 18px;
  padding-left: 18px;
  font-size: 20px;
  line-height: 1.2;
}

/* レビュー */
.review-list {
  margin-top: 20px;
  display: grid;
  gap: 8px;
}

.review-item {
  display: grid;
  grid-template-columns: 92px auto;
  align-items: center;
  gap: 2px;
  padding: 14px 14px 14px 0;
  background: #fff;
  border: 1px solid #012E82;
  border-radius: 10px;
}

/* 信頼と品質 */
.product-head {
  margin-top: 24px;
}

.product-head h3 {
  color: #012E82;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.product-head strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.trust-img {
  margin-top: 38px;
}

.trust-contents {
  margin-top: 12px;
}

.trust-text h4 {
  color: #012E82;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
}

.trust-text h4:nth-of-type(2) {
  margin-top: 22px;
}

.trust-list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.trust-item {
  min-width: 178px;
  width: calc(100% / 2 - 8px);
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .1em;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
}

.trust-item::before {
  content: '×';
  display: inline-block;
  margin-right: 5px;
  color: #FF0000;
  font-size: 12px;
}


/* 洗浄成分について */
.cleansing {
  margin-top: 28px;
}

.blend {
  width: calc(100% - 28px);
  margin: 40px auto 0;
  background: url('https://d2w53g1q050m78.cloudfront.net/esionjp/ec_assets/5434bb160a72ae4fbaea072641b44241ca558b31-large.jpg?1769758121') no-repeat center/cover;
  border-radius: 8px;
}

.blend-contents {
  position: relative;
  padding: 48px 20px 30px;
}

.blend-title {
  width: 100%;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 40px;
  font-weight: 500 !important;
  line-height: 1;
  text-align: center;
}

.blend-list {
  display: grid;
  gap: 16px;
}

.blend-item {
  padding: 18px 16px 20px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #fff;
}

.blend-item-title {
  width: 110px;
  text-align: center;
}

.blend-item-title .num {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.blend-item-title .kinds {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.blend-text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.el {
  margin-top: 20px;
}

.el strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}

.el-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 14px;
}

.el-item {
  width: 193px;
  min-height: 110px;
  height: 100%;
  display: grid;
  place-items: center;
  padding-inline: 8px;
  text-align: center;
}

.blend .el-item {
  background: #fff;
}

/* 製造 */
.mfg-img {
  margin-top: 24px;
}

.mfg-list {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding-inline: 14px;
}

.mfg-item {
  display: grid;
  grid-template-columns: 36px auto;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid #012E82;
  border-radius: 10px;
}

.mfg-info {
  margin-top: 16px;
  padding-inline: 14px;
}

.mfg-info-head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.mfg-info h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
}

/* ご利用ガイド */
.guide {
  width: calc(100% - 28px);
  margin: 30px auto 0;
  background: #ECF5FF;
  border-radius: 8px;
  overflow: hidden;
}

.guide-contents {
  padding: 22px 20px 24px;
  background: #ECF5FF;
}

.guide-contents h4 {
  color: #012E82;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
}

.guide-list {
  margin-top: 16px;
  display: grid;
  gap: 11px;
}

.guide-item {
  display: grid;
  grid-template-columns: 127px auto;
  align-items: center;
  gap: 15px;
}

.guide-item-title {
  min-height: 98px;
  height: 100%;
  font-size: 16px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 8px;
}

.guide-item ol {
  display: grid;
  gap: 6px;
}

.guide-item ol li {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 8px;
}

.guide-item ol li .num {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background: #012E82;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.guide-item .guide-item-text {
  font-size: 18px;
  line-height: 1.3;
}

.guide .el-item {
  background: #012E82;
  border-radius: 8px;
}

.guide .el strong {
  color: #012E82;
}

.guide .el-item h4,
.guide .el-item .text {
  color: #fff;
}

/* 代表挨拶 */
.founder {
  margin-top: 32px;
}

.founder .name {
  font-size: 18px;
  font-weight: 500;
}