@charset "UTF-8";
.product-haircare {
  max-width: 1366px;
  margin: 0 auto;
}

.product-haircare .u-txt-center {
  text-align: center;
}

.product-haircare .tNotes {
  color: #5C5A5A;
  font-size: 10px;
}

.product-haircare .tNotes, .product-haircare .tNotes--list, .product-haircare .tNotes--order {
  color: #5C5A5A;
  font-size: 10px;
}

.product-haircare .tNotes--center {
  display: inline-block;
  text-align: left;
}

.product-haircare .tNotes--list > li, .product-haircare .tNotes--order > li {
  position: relative;
  padding-left: 0.75em;
}

.product-haircare .tNotes--list > li::before, .product-haircare .tNotes--order > li::before {
  content: "*";
  position: absolute;
  left: 0;
}

.product-haircare img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.product-haircare .lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.product-haircare .lp-btn:hover .lp-btn__text {
  opacity: 0.6;
}

.product-haircare .lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.product-haircare .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.android .product-haircare .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.product-haircare .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.product-haircare .lp-btn--strong:hover {
  background-color: #999;
}

.product-haircare .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.product-haircare .lp-btn--small {
  min-height: auto;
}

.product-haircare .lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.product-haircare .lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.product-haircare .lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.product-haircare * {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-haircare sup {
  font-size: 62.5%;
}

.product-haircare a {
  text-decoration: none;
}

.product-haircare p, .product-haircare ul {
  margin: 0;
}

.product-haircare ruby[data-ruby] {
  position: relative;
}

.product-haircare ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  line-height: 100%;
  text-align: center;
  left: -3em;
  right: -3em;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  /* ルビの文字サイズを親文字に対する比率で指定 */
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  /* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
  bottom: 105%;
  margin: 0 -1em;
}

.product-haircare ruby[data-ruby] rt {
  display: none;
}

.product-haircare *[data-delighter] {
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
}

.product-haircare .delighter.started {
  opacity: 0;
}

.product-haircare .delighter.ended {
  opacity: 1;
}

.product-haircare .linebreak {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.product-haircare .tNotes, .product-haircare .tNotes--list, .product-haircare .tNotes--order {
  color: #5C5A5A;
  font-size: 10px;
}

.product-haircare .tNotes--list > li, .product-haircare .tNotes--order > li {
  position: relative;
  padding-left: 0.75em;
}

.product-haircare .tNotes--list > li::before, .product-haircare .tNotes--order > li::before {
  content: "*";
  position: absolute;
  left: 0;
}

.product-haircare .tNotes--order {
  counter-reset: tNotes;
}

.product-haircare .tNotes--order > li {
  padding-left: 1.5em;
}

.product-haircare .tNotes--order > li:before {
  content: "*" counter(tNotes);
  counter-increment: tNotes;
}

.product-haircare .tNotes--center {
  display: inline-block;
  text-align: left;
}

.product-haircare .icon--circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 76px;
  height: 76px;
  border: 0;
  background: #fde7de;
  border-radius: 51%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}

.product-haircare .icon--circle .num {
  text-align: center;
  line-height: 1;
}

.product-haircare .icon--circle .num .num__shoulder {
  font-size: 14px;
}

.product-haircare .icon--circle .num .num__num {
  font-size: 36px;
  font-weight: lighter;
}

.product-haircare .lp-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border-collapse: separate;
  border: 1px solid #5c5a5a;
  background: #fff;
  width: 100%;
  max-width: 320px;
  min-height: 64px;
  color: #231815;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}

.product-haircare .lp-btn .lp-btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.366;
  padding: 0 10px;
  position: relative;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.product-haircare .lp-btn .lp-btn__text:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-haircare .lp-btn.lp-btn--down .lp-btn__text:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.product-haircare .lp-btn:hover {
  border-color: #999;
  text-decoration: none;
}

.product-haircare .lp-btn:hover .lp-btn__text {
  opacity: 0.6;
}

.product-haircare .lp-btn--strong {
  background: #5c5a5a;
  border: none;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.product-haircare .lp-btn--strong .lp-btn__text {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}

.product-haircare .android .lp-btn--strong .lp-btn__text {
  font-weight: 700;
}

.product-haircare .lp-btn--strong .lp-btn__text::after {
  border-color: #fff;
}

.product-haircare .lp-btn--strong:hover {
  background-color: #999;
}

.product-haircare .lp-btn--strong:hover .lp-btn__text {
  opacity: 1;
}

.product-haircare .lp-btn--small {
  min-height: auto;
}

.product-haircare .lp-btn--small .lp-btn__text {
  font-size: 0.875rem;
}

.product-haircare .lp-btnWrap--center .lp-btn {
  margin-right: auto;
  margin-left: auto;
}

.product-haircare .lp-btnWrap--right .lp-btn {
  margin: 0 0 0 auto;
}

.product-haircare .tNoteswrap.wrap-left {
  text-align: left;
}

.product-haircare .tNoteswrap.wrap-right {
  text-align: right;
}

.product-haircare .tNoteswrap.wrap-center {
  text-align: center;
}

.product-haircare .tNoteswrap .tNotes {
  display: inline-block;
}

.product-haircare .heading-lv2 {
	line-height: 1.5;
	font-size: 45px;
	letter-spacing: 0.02em;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	top: -8%;
	padding: 27px 45px 17px;
	background-color: #fff;
}

.product-haircare .heading-lv2 .smalltext {
  font-size: 18px;
  line-height: 1.88;
}

.product-haircare .heading-lv3 {
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 24px;
}

.product-haircare .heading-lv4 {
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 30px;
}

.product-haircare .kv {
  margin-right: -6.25vw;
  margin-left: -6.25vw;
  text-align: center;
  /* Animation */
}

.product-haircare .kv .bgwrapper {
  max-width: 1366px;
  max-height: 576px;
  position: relative;
  margin: auto;
  height: 42.2vw;
  min-height: 540px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/contents/product/haircare/images/bg-kv.png") top center no-repeat;
  background-size: cover;
}

.product-haircare .kv .kv-img {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.product-haircare .kv .kv-img--pen {
  position: absolute;
  right: 0;
  bottom: -225px;
}

.product-haircare .kv .heading-lv2 {
  -webkit-animation: fade 1.2s ease 1s both;
  animation: fade 1.2s ease 1s both;
}

.product-haircare .kv .kv-img--text {
  -webkit-animation: fade 0.6s ease 2.3s both;
  animation: fade 0.6s ease 2.3s both;
}

.product-haircare .kv .kv-img--pen {
  -webkit-animation: fade 0.6s ease 2.8s both;
  animation: fade 0.6s ease 2.8s both;
}

.product-haircare .kv .kv-img--text img {
  width: 70%;
}

.product-haircare .lead {
  margin-top: 130px;
  background-image: url("/contents/product/haircare/images/bg-read.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  margin: 43px -6.25vw 118px;
  padding-top: 10px;
}
.product-haircare .lead .lead-text {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
}

.product-haircare .lead .lead-text + .lead-text {
  margin-top: 20px;
}

.product-haircare .lead .lead-img {
  max-width: 640px;
  margin: 66px auto;
  text-align: center;
}

.product-haircare .lead .lead-woman-img {
  max-width: 400px;
  margin: 50px auto;
      text-align: center;
}

.product-haircare .lead .menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-haircare .lead .txtBox {
  margin: 0 auto 40px;
}

.product-haircare .lead .txtBox.txtBox--center {
  text-align: center;
}

.product-haircare .lead .menuLink__btn .btn--small {
  height: 100%;
  width: 310px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 1px solid #5c5a5a;
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
  text-decoration: none;
}

.product-haircare .lead .menuLink__btn .link--bottom {
  background-image: none;
  padding-left: 18px;
  text-decoration: none;
}

.product-haircare .lead .menuLink__btn .link--bottom:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.product-haircare .graph {
  margin-top: 130px;
  margin: 55px -6.25vw 80px;
}
.product-haircare .graph .heading-lv3 {
  color: #1ca4cb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 130px;
  background-image: url("/contents/product/haircare/images/bg-read01.png");
  background-repeat: no-repeat;
  background-position: top left 3%;
  background-size: auto;
}

.product-haircare .graph .graph-img {
  max-width: 725px;
  margin: 60px auto 60px;
}

.product-haircare .graph .graph-img h3{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.product-haircare .graph .graph-img .info-text{
	padding-left: 13px;
}

.product-haircare .design .heading-lv3 {
  color: #1ca4cb;
  margin-bottom: 20px;
}

.product-haircare .design .lead-text-heading {
  font-size: 16px;
}

.product-haircare .design h4 {
  font-size: 28px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5px;
  border-bottom: 1px solid #231815;
}

.product-haircare .design {
  margin-top: 80px;
  padding-top: 50px;
  background-image: url("/contents/product/haircare/images/bg-read02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin: 25px -6.25vw 60px;
  padding-top: 39px;
  padding-bottom: 100px;
}
.product-haircare .design .design-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 808px;
  margin: 60px auto 0;
}

.product-haircare .design .design-product-row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-haircare .design .design-product-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product-haircare .design .design-product-row + .design-product-row {
  margin-top: 130px;
}

.product-haircare .design .design-product-row .design-product-img {
  max-width: 310px;
}

.product-haircare .design .design-product-row .design-product-text {
  max-width: 440px;
  text-align: left
}

.product-haircare .design .design-product-row:nth-child(even) .design-product-img {
  margin-left: 50px;
}

.product-haircare .design .design-product-row:nth-child(odd) .design-product-img {
  margin-right: 60px;
}

.product-haircare .design h5 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}

.product-haircare .design .design-product-row .design-product-text p {
  max-width: 395px;
  letter-spacing: 0.1em;
}

.product-haircare .item {
  background-image: url(/contents/product/haircare/images/bg-read03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin: 60px -6.25vw 70px;
  padding: 0px 0 20px;
}
.product-haircare .item .icon-plus {
  margin: 10px auto 0;
  width: 38px;
}

.product-haircare .item .read-underline {
  max-width: 905px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin: 0 auto;
  padding: 16px 0;
}

.product-haircare .item .heading {
  font-size: 28px;
  text-align: center;
  margin: 24px 0;
}

.product-haircare .item .item-table {
  max-width: 785px;
  width: 100%;
  margin: 0 auto 15px;
}

.product-haircare .item .info-text {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}

.product-haircare .item .item-table + .heading {
  margin-top: 20px;
}

.product-haircare .item .item-table th {
  font-size: 16px;
  padding: 6px;
}

.product-haircare .item .item-table td h4 {
  font-size: 16px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-haircare .item .item-table td a {
  position: relative;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.product-haircare .item .item-table td a img {
  width: auto;
  height: 140px;
  margin: 4% 0;
}


.product-haircare .item .item-table td a img.label-first {
  position: absolute;
  right: -50px;
  top: 0px;
  height: auto;
  width: 50px;
}

.product-haircare .item .item-table td a img.label {
  position: absolute;
  right: 0;
  top: 0px;
  height: auto;
  width: 50px;
}

.product-haircare .item .item-table td {
  text-align: center;
  width: 50%;
  padding: 11px 0px;
}

.product-haircare .item .item-table.tableblue {
  border-top: 1px solid #48b9d5;
  border-bottom: 1px solid #48b9d5;
}

.product-haircare .item .item-table.tableblue th,
.product-haircare .item .item-table.tableblue td {
  border: 1px solid #48b9d5;
  border-left: none;
  border-right: none;
}

.product-haircare .item .item-table.tableblue td:first-child {
  border-right: 1px solid #48b9d5;
}

.product-haircare .item .item-table.tableblue thead th {
  background-color: #48b9d5;
  color: #ffffff;
}

.product-haircare .item .item-table.tableblue tbody th {
  color: #48b9d5;
}

.product-haircare .item .item-table.tablered {
  border-top: 1px solid #fd9098;
  border-bottom: 1px solid #fd9098;
}

.product-haircare .item .item-table.tablered th,
.product-haircare .item .item-table.tablered td {
  border: 1px solid #fd9098;
  border-left: none;
}

.product-haircare .item .item-table.tablered td {
  text-align: center;
  width: 33.333%;
  border-right: 1px solid #fd9098;
}

.product-haircare .item .item-table.tablered th:last-child,
.product-haircare .item .item-table.tablered td:last-child {
  border-right: none;
}

.product-haircare .item .item-table.tablered thead th {
  background-color: #fd9098;
  color: #ffffff;
}

.product-haircare .item .item-table.tablered thead th.bg-another {
  background-color: #b33d43;
  border: 1px solid #b33d43;
}

.product-haircare .item .item-table.tablered tbody th {
  color: #fd9098;
}

.product-haircare .bunner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 908px;
  margin: 40px auto 0;
}

.product-haircare .bunnerwrap {
  background-image: url(/contents/product/haircare/images/bg-read04.png);
  background-repeat: no-repeat;
  background-position: top 40px center;
  background-size: 91%;
  margin: 60px -6.25vw 70px;
  padding: 0px 0 270px;
}
.product-haircare .bunner a {
  width: calc(50% - 20px);
  max-width: 436px;
  margin: 0 10px;
}

.product-haircare .feature {
  margin-top: 150px;
}

.product-haircare .read-last {
  text-align: center;
  font-size: 24px;
  margin-top: 110px;
}

.product-haircare .feature .feature-wrap:nth-child(odd) .feature-col:nth-child(2) {
  margin-right: 40px;
}

.product-haircare .feature .feature-wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-haircare .feature .feature-wrap:nth-child(even) .feature-col:nth-child(1) {
  margin-right: -50px;
}

.product-haircare .feature .feature-wrap:nth-child(even) .feature-col:nth-child(2) {
  margin-left: 50px;
}

.product-haircare .feature .feature-wrap:nth-child(3) .feature-col:nth-child(1) {
  margin-top: 35px;
}

.product-haircare .feature .feature-wrap:nth-child(4) {
  margin-top: 98px;
}

.product-haircare .feature .feature-wrap:nth-child(4) .feature-col:nth-child(2) {
  margin-top: 60px;
}

.product-haircare .feature .feature-copy {
  margin-top: 20px;
  font-size: 32px;
  color: #e18f47;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.product-haircare .feature .feature-description {
  margin-top: 15px;
  font-size: 18px;
  max-width: 445px;
  letter-spacing: 0.1em;
}

.product-haircare .feature .feature-col {
  opacity: 0;
}

.product-haircare .feature .feature-col.delighter.started {
  opacity: 1;
}

.product-haircare .feature .feature-col.delighter.started + .feature-col {
  -webkit-animation: fade 0.7s ease 0.8s both;
  animation: fade 0.7s ease 0.8s both;
}

.product-haircare .structure {
  margin-top: 110px;
}

.product-haircare .structure .structure-wrap {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-haircare .structure .structure-wrap > div:not(:first-child) {
  margin-left: 65px;
}

.product-haircare .structure .icon--circle {
  width: 200px;
  height: 200px;
  background-color: #ffe9d5;
}

.product-haircare .structure .circle-text {
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-size: 20px;
}

.product-haircare .structure .circle-text--small {
  font-size: 14px;
}

.product-haircare .structure .structure-wrap--note {
  letter-spacing: 0.01em;
  margin-top: 12px;
}

.product-haircare .structure .structure-wrap--note > div {
  margin-left: 50px;
}

.product-haircare .structure .structure-wrap--note > div:first-child {
  margin-left: 272px;
}

.product-haircare .structure .structure-note {
  width: 200px;
}

.product-haircare .cv {
  margin-top: 100px;
  padding-bottom: 70px;
}

.product-haircare .cv .cv-lead {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.product-haircare .cv .cv-wrap {
  margin-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-haircare .cv .cv-wrap > div:not(:first-child) {
  margin-left: 25px;
}

.product-haircare .cv .cv-col .cv-btn {
  min-width: 310px;
  height: 100px;
}

.product-haircare .cv .cv-col .cv-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 147px;
  background-color: #919da4;
  height: 100%;
  position: relative;
  z-index: 2;
}

.product-haircare .cv .cv-col .cv-btn a:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-haircare .cv .cv-col .cv-btn .cv-btn__image {
  position: absolute;
  bottom: 21px;
  left: 31px;
}

.product-haircare .cv .cv-col .cv-btn .cv-btn__text p {
  color: #faffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.product-haircare .cv .cv-col:nth-child(3) .cv-btn .cv-btn__image {
  left: 10px;
}

.beautyNews--2col * {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.beautyNews--2col {
  margin-top: 130px;
}

.beautyNews--2col .h2 {
  font-size: 24px;
  margin-bottom: 60px;
}

.beautyNews--2col .beautyNews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.beautyNews--2col .beautyNews__item {
  position: relative;
  width: calc(50% - 10px);
}

.beautyNews--2col .beautyNews__item:nth-of-type(2) {
  border-top: 1px solid #E0E0E0;
}

.beautyNews--2col .tagWrap [class^=tag] {
  font-size: 10px;
}

.beautyNews > ul {
  margin-top: 0;
  margin-bottom: 0;
}

.beautyNews > ol {
  margin-top: 0;
  margin-bottom: 0;
  counter-reset: ranking;
}

.beautyNews .tagWrap {
  margin-bottom: 0;
}

.beautyNews__title {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 40px;
}

.beautyNews__item {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}

.beautyNews__item:first-of-type {
  border-top: 1px solid #E0E0E0;
}

.beautyNews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
}

.beautyNews__link:hover {
  text-decoration: none;
}

.beautyNews__link .favoriteBtn {
  top: 18px;
  cursor: pointer;
}

.beautyNews__img {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.beautyNews__img img {
  width: 120px;
}

.contents__sub .beautyNews__img img {
  width: 80px;
}

ol .beautyNews__img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-top: solid 15px #5C5A5A;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

ol .beautyNews__img::after {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 12px;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
}

.beautyNews__img + .beautyNews__txt {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.beautyNews__txt ul {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.beautyNews__txt ul li {
  display: inline-block;
  vertical-align: top;
}

.beautyNews__txt p {
  margin-top: 0;
  margin-bottom: 0;
}

.beautyNews__txt p.beautyNews__ttl {
  margin-bottom: 24px;
  text-decoration: underline;
}

.contents__sub .beautyNews__txt p.beautyNews__ttl {
  min-height: 65px;
}

.beautyNews__date {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.beautyNews__date + .tagWrap {
  margin-right: 70px;
}

.beautyNews__view {
  position: absolute;
  right: 0;
  bottom: 16px;
  margin-right: 32px;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.beautyNews__favorite {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  width: 25px;
  height: 25px;
  padding: 5px 0 5px 5px;
}

.beautyNews__favorite .favoriteBtn {
  position: relative;
  top: 5px;
  right: auto;
}

ul.tagWrap {
  font-size: 0;
  margin: 0 -5px -10px;
}

ul.tagWrap .tag, ul.tagWrap .tag--require, ul.tagWrap .tag--new, ul.tagWrap .tag--campaign, ul.tagWrap .tag--sample, ul.tagWrap .tag--category, ul.tagWrap .tag--orange, ul.tagWrap .tag--yellowGreen, ul.tagWrap .tag--bluePurple, ul.tagWrap .tag--green, ul.tagWrap .tag--pink, ul.tagWrap .tag--gray, ul.tagWrap .tag--purple, ul.tagWrap .tag--blue, ul.tagWrap .tag--thinPurple, ul.tagWrap .tag--end, ul.tagWrap .tag--kuchikomi, ul.tagWrap .tag--active, ul.tagWrap .tag--standard, ul.tagWrap .tag--special, ul.tagWrap .tag--vip, ul.tagWrap .tag--gold, ul.tagWrap .tag--premium, ul.tagWrap .tag--eng {
  margin: 0 5px 10px;
}

.tag, .tag--require, .tag--new, .tag--campaign, .tag--sample, .tag--category, .tag--orange, .tag--yellowGreen, .tag--bluePurple, .tag--green, .tag--pink, .tag--gray, .tag--purple, .tag--blue, .tag--thinPurple, .tag--end, .tag--kuchikomi, .tag--active, .tag--standard, .tag--special, .tag--vip, .tag--gold, .tag--premium, .tag--eng {
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  padding: 4px 5px 2px;
  background: #FFF;
  font-size: 12px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #5C5A5A;
  color: #231815;
}

.android .tag, .android .tag--require, .android .tag--new, .android .tag--campaign, .android .tag--sample, .android .tag--category, .android .tag--orange, .android .tag--yellowGreen, .android .tag--bluePurple, .android .tag--green, .android .tag--pink, .android .tag--gray, .android .tag--purple, .android .tag--blue, .android .tag--thinPurple, .android .tag--end, .android .tag--kuchikomi, .android .tag--active, .android .tag--standard, .android .tag--special, .android .tag--vip, .android .tag--gold, .android .tag--premium, .android .tag--eng {
  font-weight: 700;
}

.win8 .tag, .win8 .tag--require, .win8 .tag--new, .win8 .tag--campaign, .win8 .tag--sample, .win8 .tag--category, .win8 .tag--orange, .win8 .tag--yellowGreen, .win8 .tag--bluePurple, .win8 .tag--green, .win8 .tag--pink, .win8 .tag--gray, .win8 .tag--purple, .win8 .tag--blue, .win8 .tag--thinPurple, .win8 .tag--end, .win8 .tag--kuchikomi, .win8 .tag--active, .win8 .tag--standard, .win8 .tag--special, .win8 .tag--vip, .win8 .tag--gold, .win8 .tag--premium, .win8 .tag--eng, .win10 .tag, .win10 .tag--require, .win10 .tag--new, .win10 .tag--campaign, .win10 .tag--sample, .win10 .tag--category, .win10 .tag--orange, .win10 .tag--yellowGreen, .win10 .tag--bluePurple, .win10 .tag--green, .win10 .tag--pink, .win10 .tag--gray, .win10 .tag--purple, .win10 .tag--blue, .win10 .tag--thinPurple, .win10 .tag--end, .win10 .tag--kuchikomi, .win10 .tag--active, .win10 .tag--standard, .win10 .tag--special, .win10 .tag--vip, .win10 .tag--gold, .win10 .tag--premium, .win10 .tag--eng {
  padding-top: 5px;
}

.edge .tag, .edge .tag--require, .edge .tag--new, .edge .tag--campaign, .edge .tag--sample, .edge .tag--category, .edge .tag--orange, .edge .tag--yellowGreen, .edge .tag--bluePurple, .edge .tag--green, .edge .tag--pink, .edge .tag--gray, .edge .tag--purple, .edge .tag--blue, .edge .tag--thinPurple, .edge .tag--end, .edge .tag--kuchikomi, .edge .tag--active, .edge .tag--standard, .edge .tag--special, .edge .tag--vip, .edge .tag--gold, .edge .tag--premium, .edge .tag--eng, .firefox .tag, .firefox .tag--require, .firefox .tag--new, .firefox .tag--campaign, .firefox .tag--sample, .firefox .tag--category, .firefox .tag--orange, .firefox .tag--yellowGreen, .firefox .tag--bluePurple, .firefox .tag--green, .firefox .tag--pink, .firefox .tag--gray, .firefox .tag--purple, .firefox .tag--blue, .firefox .tag--thinPurple, .firefox .tag--end, .firefox .tag--kuchikomi, .firefox .tag--active, .firefox .tag--standard, .firefox .tag--special, .firefox .tag--vip, .firefox .tag--gold, .firefox .tag--premium, .firefox .tag--eng {
  padding-top: 3px;
}

.tag a, .tag--require a, .tag--new a, .tag--campaign a, .tag--sample a, .tag--category a, .tag--orange a, .tag--yellowGreen a, .tag--bluePurple a, .tag--green a, .tag--pink a, .tag--gray a, .tag--purple a, .tag--blue a, .tag--thinPurple a, .tag--end a, .tag--kuchikomi a, .tag--active a, .tag--standard a, .tag--special a, .tag--vip a, .tag--gold a, .tag--premium a, .tag--eng a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 4px 5px 2px;
  margin: -4px -5px -2px;
}

.tag--require {
  background: #EF857D;
  color: #FFF;
  padding: 5px 4px 0;
  border: 0;
}

.win8 .tag--require, .win10 .tag--require {
  padding-top: 6px;
}

.edge .tag--require, .firefox .tag--require {
  padding-top: 4px;
}

.tag--new {
  background: #EF857D;
  color: #FFF;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--new, .win10 .tag--new {
  padding-top: 4px;
}

.edge .tag--new, .firefox .tag--new {
  padding-top: 4px;
}

.tag--campaign {
  border-color: #EF857D;
  color: #EF857D;
}

.tag--category, .tag--orange, .tag--yellowGreen, .tag--bluePurple, .tag--green, .tag--pink, .tag--gray, .tag--purple, .tag--blue, .tag--thinPurple {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--category, .win8 .tag--orange, .win8 .tag--yellowGreen, .win8 .tag--bluePurple, .win8 .tag--green, .win8 .tag--pink, .win8 .tag--gray, .win8 .tag--purple, .win8 .tag--blue, .win8 .tag--thinPurple, .win10 .tag--category, .win10 .tag--orange, .win10 .tag--yellowGreen, .win10 .tag--bluePurple, .win10 .tag--green, .win10 .tag--pink, .win10 .tag--gray, .win10 .tag--purple, .win10 .tag--blue, .win10 .tag--thinPurple {
  padding-top: 6px;
}

.edge .tag--category, .edge .tag--orange, .edge .tag--yellowGreen, .edge .tag--bluePurple, .edge .tag--green, .edge .tag--pink, .edge .tag--gray, .edge .tag--purple, .edge .tag--blue, .edge .tag--thinPurple, .firefox .tag--category, .firefox .tag--orange, .firefox .tag--yellowGreen, .firefox .tag--bluePurple, .firefox .tag--green, .firefox .tag--pink, .firefox .tag--gray, .firefox .tag--purple, .firefox .tag--blue, .firefox .tag--thinPurple {
  padding-top: 4px;
}

.tag--end {
  background: #999;
  color: #fff;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--end, .win10 .tag--end {
  padding-top: 6px;
}

.edge .tag--end, .firefox .tag--end {
  padding-top: 4px;
}

.tag--kuchikomi {
  width: 40px;
  text-align: center;
  background: #EB8B36;
  color: #fff;
  padding: 5px 0 0;
  border: 0;
}

.win8 .tag--kuchikomi, .win10 .tag--kuchikomi {
  padding-top: 4px;
}

.win10 .tag--kuchikomi, .edge .tag--kuchikomi, .firefox .tag--kuchikomi {
  padding-top: 4px;
}

.tag--active {
  background: #5C5A5A;
  color: #FFF;
  padding-top: 5px;
  border: 0;
}

.win8 .tag--active, .win10 .tag--active {
  padding-top: 6px;
}

.firefox .tag--active {
  padding-top: 4px;
}

.tag--standard {
  color: #9a9a9a;
  border-color: #9a9a9a;
}

.tag--special {
  color: #9b885e;
  border-color: #9b885e;
}

.tag--vip {
  color: #ef857d;
  border-color: #ef857d;
}

.tag--gold {
  color: #EF857D;
  border-color: #EF857D;
}

.tag--premium {
  color: #EF857D;
  border-color: #EF857D;
}

.win8 .tag--eng, .win10 .tag--eng {
  padding-top: 2px;
}

.tag--orange {
  background: #eec362;
}

.tag--yellowGreen {
  background: #c3e376;
}

.tag--bluePurple {
  background: #bfbfdc;
}

.tag--green {
  background: #90d7cd;
}

.tag--pink {
  background: #e2b6b6;
}

.tag--gray {
  background: #999999;
}

.tag--purple {
  background: #c4a3bf;
}

.tag--blue {
  background: #abced8;
}

.tag--thinPurple {
  background: #bebedc;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1367px) {
  .product-haircare .lead {
    margin: 43px -6.25vw 130px;
    padding-top: 10px;
    background-size: auto;
  }
  .product-haircare .graph {
    margin: 55px -6.25vw 80px;
    background-size: auto;
  }
  .product-haircare .design {
    margin: 55px -6.25vw 60px;
    background-size: 1000px;
  }
  .product-haircare .item {
    background-size: 90%;
    margin: 60px auto 70px;
  }
  .product-haircare .bunnerwrap {
    background-size: 90%;
    margin: 60px auto 70px;
  }
}
@media (max-width: 1023px) {
  .product-haircare .lead {
    padding: 0 64px;
    padding-top: 10px;
    margin: 43px -64px 130px;
  }
  .product-haircare .graph {
    padding: 0 64px;
    margin: 55px -64px 80px;
  }
  .product-haircare .design {
    padding: 40px 64px 60px;
    margin: 30px -6.25vw 60px;
  }
  .product-haircare .item {
    background-size: 100%;
  }
  .product-haircare .bunnerwrap {
    background-size: 100%;
  }
  .product-haircare .kv {
    margin-right: -64px;
    margin-left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .product-haircare .lp-btn {
    text-decoration: none;
    padding: 12px;
  }

  .product-haircare .lp-btn:hover {
    border-color: #5c5a5a;
  }

  .product-haircare .lp-btn:hover .lp-btn__text {
    opacity: 1;
  }

  .product-haircare .lp-btn--strong:hover {
    background-color: #5c5a5a;
  }

  .product-haircare .heading-lv2 {
    font-size: 24px;
    margin-right: 0;
  }

  .product-haircare .linebreak {
    display: inline;
  }

  .product-haircare .heading-lv2 .smalltext {
    font-size: 14px;
  }

  .product-haircare .heading-lv3 {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .product-haircare .design .heading-lv3 {
    font-size: 20px;
    color: #1ca4cb;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  .product-haircare .heading-lv4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .product-haircare .text--left-center {
    text-align: center;
  }

  .product-haircare .text--left-center .text__inner {
    display: inline-block;
    text-align: center;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .product-haircare .kv {
    text-align: left;
    margin: 0 -30px;
  }

  .product-haircare .kv .heading-lv2 {
		width: fit-content;
		margin: 0 auto;
		padding: 20px 15px;
		background-color: #fff;
		position: relative;
  }

  .product-haircare .kv .bgwrapper {
    min-height: auto;
    position: relative;
    margin: auto;
    height: auto;
    width: 100%;
    display: block;
    background: url("/contents/product/haircare/images/sp/bg-kv.png") bottom center no-repeat;
    background-size: cover;
    padding: 6% 30px 87%;
  }

  .product-haircare .kv .kv-img {
    position: absolute;
    bottom: -45%;
    right: 53%;
  }

  .product-haircare .kv .kv-img--text {
    position: absolute;
    bottom: -20px;
    left: -20px;
  }

  .product-haircare .kv .kv-img--text img {
    width: 185px;
  }

  .product-haircare .kv .kv-img--pen {
    position: absolute;
    right: 0;
    bottom: -37vw;
  }

  .product-haircare .kv .kv-img--pen img {
    width: 13.3vw;
  }

  .product-haircare .lead {
    margin-top: 27vw;
  }

  .product-haircare .lead .lead-text {
    margin: 0 -10px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }

  .product-haircare .lead .lead-img {
    text-align: center;
    margin: 80px auto;
    max-width: 280px;
  }

  .product-haircare .graph .heading-lv3 {
    font-size: 20px;
    padding: 0 0;
    letter-spacing: 0;
    background-image: none;
  }

  .product-haircare .lead + .heading-lv3 {
    margin: 60px -10px 0;
  }

  .product-haircare .feature {
    margin-top: 80px;
  }

  .product-haircare .design .design-product-row {
    margin: 40px auto 0;
  }

  .product-haircare .design .design-product-row.adjust {
    margin: 0 auto 0;
  }

  .product-haircare .design .design-product-row:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-haircare .design .design-product-row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-haircare .design .design-product-row + .design-product-row {
    margin-top: 25px;
  }

  .product-haircare .feature .feature-wrap:nth-child(4) {
    margin-top: 95px;
  }

  .product-haircare .feature .feature-wrap:nth-child(4) .feature-col:nth-child(2) {
    margin-top: 23px;
  }

  .product-haircare .feature .feature-img--text {
    width: 46px;
  }

  .product-haircare .feature .feature-copy {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .product-haircare .feature .feature-description {
    margin-top: 10px;
    font-size: 14px;
    max-width: none;
  }

  .product-haircare .structure {
    margin-top: 80px;
  }

  .product-haircare .structure .structure-wrap {
    margin-top: 40px;
    display: block;
  }

  .product-haircare .structure .structure-wrap > div:not(:first-child) {
    margin-top: 31px;
    margin-left: 0;
  }

  .product-haircare .structure .structure-wrap .structure-col {
    text-align: center;
  }

  .product-haircare .structure .icon--circle {
    width: 151px;
    height: 151px;
  }

  .product-haircare .structure .circle-text {
    line-height: 1.8;
    font-size: 14px;
  }

  .product-haircare .structure .circle-text--small {
    font-size: 9px;
  }

  .product-haircare .structure .structure-wrap.structure-wrap--note {
    margin-top: 51px;
  }

  .product-haircare .structure .structure-wrap.structure-wrap--note .structure-col {
    text-align: left;
  }

  .product-haircare .structure .structure-wrap.structure-wrap--note > div {
    margin-top: 3px;
    margin-left: 0;
  }

  .product-haircare .structure .structure-wrap.structure-wrap--note > div:first-child {
    margin-left: 0;
  }

  .product-haircare .structure .structure-note {
    width: auto;
    font-size: 9px;
  }

  .product-haircare .cv {
    margin: 40px -30px 0;
    padding: 65px 30px 75px;
    border-top: 1px solid #7c7674;
  }

  .product-haircare .cv .cv-lead {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .product-haircare .cv .cv-wrap {
    max-width: 315px;
    margin: 85px auto 0;
    display: block;
  }

  .product-haircare .cv .cv-wrap > div:not(:first-child) {
    margin-top: 59px;
    margin-left: 0;
  }

  .product-haircare .cv .cv-col .cv-btn {
    min-width: auto;
    height: 80px;
  }

  .product-haircare .cv .cv-col .cv-btn a {
    padding-left: 151px;
  }

  .product-haircare .cv .cv-col .cv-btn a:after {
    right: 10px;
  }

  .product-haircare .cv .cv-col .cv-btn .cv-btn__image {
    position: absolute;
    bottom: 15px;
    left: 12%;
    width: 27%;
  }

  .product-haircare .cv .cv-col .cv-btn .cv-btn__text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .product-haircare .cv .cv-col:nth-child(3) .cv-btn .cv-btn__image {
    left: 11%;
  }

  .contents__sub .beautyNews {
    margin-right: 20px;
    margin-left: 20px;
  }

  .beautyNews--2col .beautyNews__list {
    display: block;
  }

  .beautyNews--2col .beautyNews__item {
    width: auto;
  }

  .beautyNews--2col .beautyNews__item:nth-of-type(2) {
    border-top: 0;
  }

  .beautyNews--2col .tagWrap [class^=tag] {
    margin-left: 0;
    margin-right: 0;
  }

  .beautyNews__title {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .beautyNews__link {
    text-decoration: none;
  }

  .beautyNews__img img {
    width: 100px;
  }

  .contents__sub .beautyNews__img img {
    width: 100px;
  }

  .beautyNews__img + .beautyNews__txt {
    width: calc(100% - 120px);
  }

  .contents__sub .beautyNews__txt p.beautyNews__ttl {
    min-height: 50px;
  }

  .product-haircare .lead {
    padding: 20px 0 0px;
    margin: 30px 0 80px;
    background-image: url(/contents/product/haircare/images/sp/bg-read.png);
    background-size: contain;
  }

  .product-haircare .lead .lead-woman-img {
    margin: 25px auto;
  }

  .product-haircare .graph {
    padding: 0 0;
    margin: 55px 0 65px;
    background-image: none;
  }

  .product-haircare .graph .graph-img {
    margin: 40px auto 60px;
  }

  .product-haircare .design {
    padding: 0 0;
    margin: 30px 0 30px;
  }

  .product-haircare .design .design-product-row:nth-child(even) .design-product-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto 0;
    padding: 30px 0;
    width: 80vw;
  }

  .product-haircare .design .design-product-row:nth-child(odd) .design-product-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto 0;
    padding: 40px 0;
    width: 70vw;
  }

  .product-haircare .design .lead-text-heading {
    font-size: 14px;
  }

  .product-haircare .design h4 {
    font-size: 22px;
  }

  .product-haircare .item {
    margin: 60px 0 0;
    padding: 0px 0 20px;
    background-image: none;
  }

  .product-haircare .item .item-table td a img {
    width: auto;
    height: 22.5vw;
    max-height: 100px;
    margin: 4% 0;
  }

  .product-haircare .item .read-underline {
    font-size: 16px;
  }

  .product-haircare .item .heading {
    font-size: 22px;
    margin: 20px 0 10px;
  }

  .product-haircare .item .item-table td h4 {
    font-size: 14px;
    height: 30px;
    display: block;
  }

  .product-haircare .item .item-table td {
    padding: 10px 5px;
  }

	.product-haircare .item .item-table.tablered td.adjust{
		vertical-align: top;
    padding: 10px 5px;
	}

  .product-haircare .item .item-table.tablered td h4 {
    min-height: 80px;
  }
  
  .product-haircare .item .item-table.tablered td h4.adjust {
    min-height: 80px;
		align-items: flex-start;
  }

  .product-haircare .item .item-table td a img.label-first {
    right: -18px;
    width: 40px;
  }

  .product-haircare .item .item-table td a img.label {
    right: -18px;
    width: 40px;
  }

  .product-haircare .bunner {
    display: block;
    width: auto;
    margin: 0 auto 0;
  }

  .product-haircare .bunner a {
    width: auto;
    max-width: 606px;
    margin: 20px auto 20px;
    display: block;
  }

  .product-haircare .design {
    background-image: url("/contents/product/haircare/images/sp/bg-read02.png");
    background-size: contain;
    background-size: 98%;
    background-position-y: 230px;
  }

  .product-haircare .read-last {
    background-image: url("/contents/product/haircare/images/sp/bg-read04.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin: 50px 0 0px;
    padding: 30px 0 0px;
    font-size: 20px;
  }

  .product-haircare .bunnerwrap {
    background-image: none;
    margin: 0 0 0;
    padding: 0;
  }
  
	.product-haircare .graph .graph-img .info-text {
	    padding-left: 6px;
	}
  
}
/*# sourceMappingURL=page.css.map */