/* 女白髪用のCSS */
body {
  background-color: #fff2e3 !important;
}

mark {
  background: linear-gradient(
    transparent 60%,
    rgba(255, 229, 102, 0.7) 60%
  ) !important;
  font-style: normal !important;
}

p {
	font-size: 19px!important;
}

.compare-table tr:nth-last-child(3) .compare-table__product {
    display: none;
}

.compare-table td {
    border-right: 1px dotted #C0C0C0;
}

.compare-table p {
  margin-bottom: 0 !important;
  line-height: 1.5;
}


.compare-table__product a img {
  width: 60px !important;
  height: auto !important;
  margin-bottom: 10px;
}

.compare-table__item {
    font-size: 1rem;
    background-color: #949593;
    color: #fff;
    font-weight: bold;
}

.compare-table__text p.best {
    font-size: 2.5rem;
    color: #ff92bf !important;
}

.compare-table__text p.good {
    color: #70c957;
    font-size: 2.5rem;
    margin: auto;
}


.dp-btn-main.height {
	height: 112px;
}

.dp-ranking-product-title {
    background-color: #757575;
    font-size: 1.6em;
    color: #fff;
}

.db-article-product-detail {
  border: 1px solid #757575;
  margin-bottom: 30px;
  padding: 0;
  font-size: 1rem;
}

.db-article-product-detail__title {
  text-align: center;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #757575;
  color: #fff;
}

.db-article-product-detail__text {
  padding: 5px 10px 0 10px;
  border: none;
}

.db-article-product-detail__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dotted #757575;
  padding: 10px 0;
}

.db-article-product-detail__text dt {
  box-sizing: border-box;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  width: 137px;
}

.db-article-product-detail__text dl:last-child {
  border: none;
}

.db-article-product-detail__text dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  border-left: 3px solid #757575;
  border-bottom: 3px solid #757575;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  top: 50%;
  translate: 0 -50%;
  margin-top: -2px;
}

.db-article-product-detail__text dt p,
.db-article-product-detail__text dd p {
  margin-bottom: 0 !important;
}

.shiraga_area {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.shiraga_area::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: calc(100% + (3px * 2));
  width: calc(100% + (3px * 2));
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: 6px;
  z-index: 0;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.shiraga_block {
  width: 100%;
  padding: 10px;
  z-index: 1;
  position: relative;
  border-radius: 3px;
  background: #fff;
}

.shiraga_point-block {
  position: relative;
  padding: 6px 0px 20px 0;
  border: 2px solid #757575;
  border-radius: 10px;
  margin-bottom: 30px;
}

.shiraga_block ul li {
  position: relative;
  margin: 0px 0.5em;
  padding: 5px 0px 5px 26px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: 700;
}

.shiraga_block ul li span {
  font-size: 10px;
  vertical-align: bottom;
}

.shiraga_point-ttl {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 1rem;
  font-weight: 700;
  background: #757575;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 15px;
  overflow: hidden;
}

.shiraga_point-ttl::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 40px;
  top: 0;
  right: -1px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
  z-index: 2;
}

.shiraga_point-list {
  padding: 0 15px;
}

.shiraga_point-list li {
  line-height: 1.6;
  font-size: 14px;
}

.shiraga_point-list li span {
  font-size: 10px;
  vertical-align: bottom;
}

.shiraga_review-wrap {
}

.shiraga_review-head {
  padding: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #757575;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  column-gap: 10px;
}

.shiraga_review-head img {
  width: 20px !important;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.shiraga_review-body {
  padding: 20px;
  border: 1px solid #757575;
  transition: all 0.3s ease;
  overflow: hidden;
  height: auto;
}

.shiraga_review-body:not(:last-child) {
  margin-bottom: 10px;
}

.shiraga_review-body.is-hidden {
  height: 0;
  opacity: 0;
}

.shiraga_review-ttl {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  color: #757575;
  margin: 0 0 10px 0;
  align-items: center;
  column-gap: 10px;
}

.shiraga_review-ttl img {
  width: 45px !important;
}

.shiraga_review-content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.shiraga_review-notice {
  font-size: 12px;
}

.shiraga_button {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  width: 70%;
  margin: 20px auto;
  padding: 20px 0;
  font-weight: bold;
  background: #757575;
  border-radius: 40px;
  display: block;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}

.shiraga_button::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.shiraga_arrow {
  display: flex;
  justify-content: center;
  animation: float 1.5s infinite ease;
}

.shiraga_arrow span {
  width: 100px;
  height: 65px;
  padding: 0 10px;
}

.shiraga_arrow span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  background: #d096bb;
}

.shiraga_arrow span::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top right, transparent 49%, #d096bb 50%) top
      left / 50% 100% no-repeat,
    linear-gradient(to top left, transparent 49%, #d096bb 50%) top right / 50%
      100% no-repeat;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -8px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.shiraga_arrow span span {
  display: none;
}

.dp-ranking-head {
    margin: auto;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dp-ranking-head-thum {
    margin-right: 40px;
    width: 28%;
}

.dp-ranking-head-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tableList__area {
  border-collapse: collapse;
  border: 1px solid #757575;
  border-bottom: none;
  width: 100%;
}

.tableList__area th {
  background-color: #757575;
  border-bottom: 1px solid #c0c0c0;
  width: 18%;
  font-weight: bold;
  line-height: 1.5;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
}

.tableList__area td {
  background: none;
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #757575;
  vertical-align: middle;
  width: 27%;
  font-weight: normal;
  line-height: 1.5;
}

.rank-point {
  background: none;
  padding: 20px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 5px solid #757575 !important;
  border-radius: 15px;
}

.rank-point .fusen {
  display: inline-block;
  position: absolute;
  padding: 0.2em 0.3em 0em 0.3em;
  font-weight: bold;
  right: 0;
  left: 0;
  top: -1.2em;
  margin-left: 1em;
  font-size: 15px;
}

.rank-point .fusen span {
  background-color: #757575 !important;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  line-height: 1.8;
}

.rank-point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.6;
}

.rank-point ul li:not(:last-child) {
  margin-bottom: 20px;
}

.rank-point ul li::before {
  content: "";
  display: block;
  width: 19px;
  height: 10px;
  border-left: 4px solid #757575 !important;
  border-bottom: 4px solid #757575 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: none;
  margin-right: 5px;
}

.rank-point ul li div {
  font-size: 1rem;
  line-height: 1.6;
}

.womenshiraga-rank-subtitle {
  color: #757575 !important;
  padding: 10px;
  border-left: 5px solid #757575 !important;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.womenshiraga-review-box {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 5px solid #757575;
}

.womenshiraga-review-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #757575 !important;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.womenshiraga-review-box-icon {
  width: 98px;
  margin-right: 20px;
}

.womenshiraga-review-box-attribute {
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.womenshiraga-review-box-name {
      margin-bottom: 10px;
}

.womenshiraga-review-box-title {
      font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
}

.womenshiraga-review-box-text {
}

.womenshiraga-review-box-note {
  text-indent: -0.6rem;
  padding-left: 0.6rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.region-footer {
	    background: #949593;
}

.block-compare-table .compare-table__product:first-child {
    background-color: #fff3ba;
}
.block-compare-table tr td:first-child {
    background-color: #fff3ba;
}

.teiki-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.teiki-btn {
  position: absolute;
  bottom: 3%;
  max-width: 552px;
  display: block;
  width: 94% !important;
  right: 0;
  left: 0;
  margin: 0 auto;
}