@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/* ページ共通：コンテンツ大枠
 ========================================================================== */
.section-content {
  padding: 3.74251% 3.74251% 0; }

.section-block .section-block {
  margin-left: 0;
  margin-right: 0; }
  .section-block .section-block:last-child {
    margin-bottom: 0; }

.content-inner .section-block:first-child {
  border-top: none; }

.border-top {
  border-top: 1px solid #ddd; }

@media all and (max-width: 1024px) {
  .section-content {
    padding: 0 4.88281%; } }
@media all and (max-width: 768px) {
  .section-content {
    padding: 8% 8% 0 12% !important; } }
/* ページ共通：タイトル
 ========================================================================== */
.tit-line-top {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  letter-spacing: .1em;
  margin: 0 0 5.77558%;
  text-align: center; }
  .tit-line-top span {
    border-bottom: 3px solid #000;
    padding-bottom: 15px; }

.tit-center {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 5.77558%;
  text-align: center; }

@media all and (max-width: 768px) {
  .tit-line-top {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 25px;
    border-top: 2px solid #000;
    padding: 14px 0 0; }
    .tit-line-top span {
      border-bottom: none;
      padding-bottom: 0; }

  .tit-center {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 25px; } }
/* ページ共通：テキストまわり
 ========================================================================== */
sup {
  font-size: 60%; }

.caution-text {
  font-size: 90%; }

.disc-list li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
  position: relative; }
  .disc-list li:not(:first-child) {
    margin-top: 5px; }
  .disc-list li:before {
    transform: scale(0.4);
    content: "●";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px; }

.disc-list-inner li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
  position: relative;
  margin: 0 !important;
  margin-top: 5px !important; }
  .disc-list-inner li:before {
    transform: scale(0.2);
    content: "●";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px; }

.caution-list li {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 1em;
  text-indent: -1em; }
  .caution-list li:not(:first-child) {
    margin-top: 5px; }

.num-list {
  list-style-type: decimal; }
  .num-list li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 1.5em; }
    .num-list li:not(:first-child) {
      margin-top: 5px; }

.red {
  color: red; }

.bold {
  font-weight: bold; }

.small {
  font-size: 85% !important; }

.pc-br {
  display: block; }

.sp-br {
  display: none; }

@media all and (max-width: 768px) {
  .disc-list li {
    font-size: 12px;
    font-size: 1.2rem; }

  .caution-list li {
    font-size: 11px;
    font-size: 1.1rem; }

  .num-list li {
    font-size: 12px;
    font-size: 1.2rem; }

  .pc-br {
    display: none; }

  .sp-br {
    display: block; } }
/* ページ共通：チャート表
 ========================================================================== */
.chart-table .tit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px; }
.chart-table .table {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px; }
  .chart-table .table li {
    font-size: 10px;
    font-size: 1rem;
    background-color: #ddd;
    color: white;
    flex-grow: 1;
    font-weight: bold;
    text-align: center;
    padding: 5px; }
    .chart-table .table li:not(:first-child) {
      margin-left: 2px; }

@media all and (max-width: 768px) {
  .chart-table .tit {
    font-size: 11px;
    font-size: 1.1rem; }
  .chart-table .table li {
    font-size: 10px;
    font-size: 1rem; } }
/* ページ共通：youtube埋め込み
 ========================================================================== */
.movie-section .movie {
  width: 56.9777%;
  margin: 0 auto; }
.movie-section .movie-in {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .movie-section .movie-in iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

@media all and (max-width: 768px) {
  .movie-section.line-top {
    border-top: 1px solid #ddd !important;
    padding-top: 20px; }
  .movie-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .movie-section .movie {
    width: 100%; } }
/* ページ共通：NO.1バナー
 ========================================================================== */
#no1-moving-rubber,
#no1-natural-bleach-color,
#no1-bodycare,
#no1-facial-wash {
  padding-bottom: 15px; }
  #no1-moving-rubber .no1-inner,
  #no1-natural-bleach-color .no1-inner,
  #no1-bodycare .no1-inner,
  #no1-facial-wash .no1-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 0 0;
    margin: 0 auto; }
  #no1-moving-rubber img,
  #no1-natural-bleach-color img,
  #no1-bodycare img,
  #no1-facial-wash img {
    width: 100%;
    height: auto; }

/* NO.1バナー：MOVING RUBBER */
#no1-moving-rubber {
  background-color: #e75296; }
  #no1-moving-rubber .no1-inner {
    width: 59.44363%; }
  #no1-moving-rubber .no1 {
    width: 22.9064%;
    margin-right: 3.69458%;
    float: left; }
  #no1-moving-rubber .copy {
    display: -webkit-flex;
    display: flex;
    width: 72.29064%;
    float: left; }
    #no1-moving-rubber .copy span:nth-child(1) {
      width: 44.29302%; }
    #no1-moving-rubber .copy span:nth-child(2) {
      width: 54.8552%; }
  #no1-moving-rubber .caution {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.01em;
    padding-left: 30px;
    padding-right: 30px; }

/* NO.1バナー：NATURAL BLEACH&COLOR */
#no1-natural-bleach-color {
  background-color: #1e0a01; }
  #no1-natural-bleach-color .no1-inner {
    width: 44.43631%; }
  #no1-natural-bleach-color .no1-tit {
    background-color: #000;
    padding: 15px 0; }
    #no1-natural-bleach-color .no1-tit span {
      width: 18.88726%;
      margin: 0 auto;
      display: block; }
  #no1-natural-bleach-color .no1 {
    width: 30.6425%;
    margin-right: 4.94234%;
    float: left; }
  #no1-natural-bleach-color .copy {
    display: -webkit-flex;
    display: flex;
    width: 64.08567%;
    float: left; }
    #no1-natural-bleach-color .copy span:nth-child(1) {
      width: 37.27506%; }
    #no1-natural-bleach-color .copy span:nth-child(2) {
      width: 62.72494%; }
  #no1-natural-bleach-color .caution {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.01em;
    padding-left: 30px;
    padding-right: 30px; }

/* NO.1バナー：BODY CARE共通 */
#no1-bodycare {
  background-color: #1e0a01; }
  #no1-bodycare .no1-inner {
    width: 44.43631%; }
  #no1-bodycare .no1 {
    width: 30.6425%;
    margin-right: 4.94234%;
    float: left; }
  #no1-bodycare .copy {
    display: -webkit-flex;
    display: flex;
    width: 64.08567%;
    float: left; }
    #no1-bodycare .copy span:nth-child(1) {
      width: 37.27506%; }
    #no1-bodycare .copy span:nth-child(2) {
      width: 62.72494%; }
  #no1-bodycare .caution {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.01em;
    padding-left: 30px;
    padding-right: 30px; }

/* NO.1バナー：FACIAL WASH */
#no1-facial-wash {
  background-color: #efe919; }
  #no1-facial-wash .no1-inner {
    width: 40.77599%; }
  #no1-facial-wash .no1 {
    width: 33.39318%;
    margin-right: 5.386%;
    float: left; }
  #no1-facial-wash .copy {
    display: -webkit-flex;
    display: flex;
    width: 62.11849%;
    margin-top: 3px; }
    #no1-facial-wash .copy span:nth-child(1) {
      width: 69.07514%; }
    #no1-facial-wash .copy span:nth-child(2) {
      width: 30.92486%; }
  #no1-facial-wash .caution {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 15px;
    color: #01244c;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.01em;
    padding-left: 30px;
    padding-right: 30px; }

@media all and (max-width: 768px) {
  #no1-moving-rubber .no1-inner,
  #no1-natural-bleach-color .no1-inner,
  #no1-bodycare .no1-inner,
  #no1-facial-wash .no1-inner {
    width: 100%;
    padding: 15px 5.33333% 0; }
  #no1-moving-rubber .no1,
  #no1-natural-bleach-color .no1,
  #no1-bodycare .no1,
  #no1-facial-wash .no1 {
    width: 47.76119%;
    margin-right: 4.47761%;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 7px 0; }

  /* NO.1バナー：MOVING RUBBER */
  #no1-moving-rubber {
    padding-bottom: 10px; }
    #no1-moving-rubber .copy {
      display: block;
      width: 47.76119%; }
      #no1-moving-rubber .copy span {
        display: block; }
      #no1-moving-rubber .copy span:nth-child(1) {
        width: 81.25%; }
      #no1-moving-rubber .copy span:nth-child(2) {
        width: 100%; }
    #no1-moving-rubber .caution {
      font-size: 8px;
      font-size: 0.8rem;
      margin-top: 15px;
      padding-left: 5.33333%;
      padding-right: 5.33333%;
      text-align: left; }
      #no1-moving-rubber .caution span {
        display: block;
        text-indent: -1em;
        padding-left: 1em; }

  /* sp：NO.1バナー：NATURAL BLEACH&COLOR */
  #no1-natural-bleach-color {
    padding-bottom: 10px; }
    #no1-natural-bleach-color .no1-tit {
      padding: 10px 0; }
      #no1-natural-bleach-color .no1-tit span {
        width: 63.2%; }
    #no1-natural-bleach-color .copy {
      display: block;
      width: 49.20635%; }
      #no1-natural-bleach-color .copy span {
        display: block; }
      #no1-natural-bleach-color .copy span:nth-child(1) {
        width: 55.48387%; }
      #no1-natural-bleach-color .copy span:nth-child(2) {
        width: 100%; }
    #no1-natural-bleach-color .caution {
      font-size: 8px;
      font-size: 0.8rem;
      margin-top: 15px;
      padding-left: 5.33333%;
      padding-right: 5.33333%;
      text-align: left; }
      #no1-natural-bleach-color .caution span {
        display: block;
        text-indent: -1em;
        padding-left: 1em; }

  /* sp：NO.1バナー：BODY CARE共通 */
  #no1-bodycare .copy {
    display: block;
    width: 45.55556%; }
    #no1-bodycare .copy span {
      display: block; }
    #no1-bodycare .copy span:nth-child(1) {
      width: 58.88502%; }
    #no1-bodycare .copy span:nth-child(2) {
      width: 100%; }
  #no1-bodycare .caution {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 15px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    text-align: left; }
    #no1-bodycare .caution span {
      display: block;
      text-indent: -1em;
      padding-left: 1em; }

  /* sp：NO.1バナー：FACIAL WASH */
  #no1-facial-wash .no1 {
    border-top: 2px solid #01244c;
    border-bottom: 2px solid #01244c; }
  #no1-facial-wash .copy {
    display: block;
    width: 48.88889%; }
    #no1-facial-wash .copy span {
      display: block; }
    #no1-facial-wash .copy span:nth-child(1) {
      width: 100%; }
    #no1-facial-wash .copy span:nth-child(2) {
      width: 44.80519%; }
  #no1-facial-wash .caution {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 15px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    text-align: left; }
    #no1-facial-wash .caution li {
      margin-top: 5px;
      text-indent: -1em;
      padding-left: 1em; } }
/* kv
 ========================================================================== */
#kv {
  background-color: #f4f4f4;
  padding: 0 0px 10px;
  position: relative; }
  #kv .kv-inner {
    width: 100%;
    max-width: 1540px;
    position: absolute;
    top: 9.74026%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #kv h1 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
    text-align: center; }
    #kv h1 span {
      font-size: 36px;
      font-size: 3.6rem;
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.1em;
      display: block;
      margin-bottom: 15px; }
  #kv .copy {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 25px;
    text-align: center; }
  #kv .bgpic img {
    width: 100%;
    height: auto;
    background-color: white; }
  #kv .bgpic.pc {
    display: block; }
  #kv .bgpic.sp {
    display: none; }

#kv.skincare {
  padding-top: 0; }

@media all and (max-width: 1024px) {
  #kv .content-inner {
    background-color: white;
    padding-top: 50px; }
  #kv h1 {
    font-size: 12px;
    font-size: 1.2rem; }
    #kv h1 span {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 8px; }
  #kv .copy {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px; } }
@media all and (max-width: 768px) {
  #kv {
    background-color: white;
    padding: 20px 0 0 0; }
    #kv .content-inner {
      padding-top: 0; }
    #kv .kv-inner {
      width: 100%;
      padding: 0 8%;
      position: static;
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    #kv h1 {
      font-size: 11px;
      font-size: 1.1rem; }
      #kv h1 span {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 10px; }
    #kv .copy {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 25px; }
    #kv .bgpic.pc {
      display: none; }
    #kv .bgpic.sp {
      display: block; }

  #kv.pt-small {
    padding-top: 10px; } }
/* localnavi
 ========================================================================== */
.list-slide {
  background-color: #f4f4f4;
  display: none; }
  .list-slide ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 0 20px; }
    .list-slide ul li {
      width: 90px;
      min-width: 90px;
      margin-right: 4%;
      text-align: center; }
      .list-slide ul li:first-child {
        margin-left: 8%; }
      .list-slide ul li:last-child {
        padding-right: 8%;
        margin-right: 0;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
    .list-slide ul a {
		text-transform: uppercase;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.3;
      color: #000;
      display: block;
      font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 0; }
    .list-slide ul .pic {
      display: block;
      margin-bottom: 10px; }
      .list-slide ul .pic img {
        width: 100%;
        height: auto; }
  .list-slide ul.list-short {
    -webkit-justify-content: center;
    justify-content: center;
    overflow-x: inherit; }
  .list-slide.pc-block {
    display: block;
    width: 100%; }

.detail-top .list-slide.pc-block {
  display: none; }

#kv .list-slide.pc-block {
  margin-top: 30px; }
  #kv .list-slide.pc-block ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    #kv .list-slide.pc-block ul li {
      width: 7.43187%;
      max-width: 90px;
      min-width: 87px; }
      #kv .list-slide.pc-block ul li:first-child {
        margin-left: 0; }
      #kv .list-slide.pc-block ul li:last-child {
        padding-right: 0; }

@media all and (max-width: 1024px) {
  #kv .list-slide.pc-block ul li:not(:last-child) {
    margin-right: 2%; } }
@media all and (max-width: 768px) {
  .list-slide {
    display: block !important; }
    .list-slide ul {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: normal;
      justify-content: normal;
      overflow-y: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch; }

  #kv .list-slide.pc-block {
    display: none !important; } }
/* 商品一覧
 ========================================================================== */
.detail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }
  .detail-list > li {
    width: 47.23369%;
    border-top: 1px solid #ddd;
    padding: 4.95458% 0 4.95458% 2.89017%; }
    .detail-list > li:nth-child(1), .detail-list > li:nth-child(2) {
      border-top: none; }
    .detail-list > li .box {
      display: grid;
      display: -ms-grid;
      grid-template-columns: 57.40741% 42.59259%;
      -ms-grid-columns: 57.40741% 42.59259%;
      grid-template-rows: auto 1fr;
      -ms-grid-rows: auto 1fr;
      font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
      margin-bottom: 0px; }
      .detail-list > li .box h2 {
		  text-transform: uppercase;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 2px 0 2px 20px;
        grid-column: 1 / 2;
        -ms-grid-column: 1;
        grid-row: 1 / 2;
        -ms-grid-row: 1;
        align-self: start;
        -ms-align-self: start;
        position: relative; }
        .detail-list > li .box h2:after {
          content: "";
          display: block;
          background-color: #222;
          height: 100%;
          width: 4px;
          position: absolute;
          left: 0;
          top: 0; }
        .detail-list > li .box h2 span {
          font-size: 12px;
          font-size: 1.2rem; }
      .detail-list > li .box .text {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        align-self: start;
        -ms-align-self: start; }
        .detail-list > li .box .text .copy {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          margin-top: 30px; }
        .detail-list > li .box .text .subcopy {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          margin-top: 15px; }
        .detail-list > li .box .text .uv-care {
          letter-spacing: 0; }
        .detail-list > li .box .text .type {
          font-size: 12px;
          font-size: 1.2rem;
          display: inline-block;
          margin-top: 30px;
          padding: 6px 15px;
          font-weight: bold; }
          .detail-list > li .box .text .type.aquamusk {
            background-color: #c1eafb; }
          .detail-list > li .box .text .type.oceancitrus {
            background-color: #fdf8c6; }
          .detail-list > li .box .text .type.shinyblue {
            background-color: #cfe9fa; }
          .detail-list > li .box .text .type.sweetieaqua {
            background-color: #f4e4ef; }
          .detail-list > li .box .text .type.darktone {
            background-color: #3e3a39;
            color: white; }
          .detail-list > li .box .text .type.standardtone {
            background-color: #78502f;
            color: white; }
          .detail-list > li .box .text .type.hightone {
            background-color: #ceaf83;
            color: white; }
        .detail-list > li .box .text .small-text {
          margin-top: 20px;
          font-weight: bold;
          font-size: 10px;
          font-size: 1rem; }
          .detail-list > li .box .text .small-text li {
            margin-top: 5px; }
      .detail-list > li .box .pic {
        display: block;
        grid-column: 2 / 3;
        grid-row: span 2;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2; }
        .detail-list > li .box .pic img {
          width: 100%;
          height: auto; }
    .detail-list > li .box.full {
      display: block; }

.nbc > li .box {
  margin-bottom: 50px; }

@supports (-ms-ime-align: auto) {
  .detail-list > li {
    padding: 60px 0 60px 2.89017%; } }
@media all and (max-width: 1024px) {
  .detail-list > li {
    padding-left: 0; }
    .detail-list > li .box h2 {
      font-size: 16px;
      font-size: 1.6rem; }
    .detail-list > li .box .text .copy {
      letter-spacing: 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .detail-list > li .box .text .subcopy {
      letter-spacing: 0;
      font-size: 12px;
      font-size: 1.2rem; }
    .detail-list > li .box .text .type {
      font-size: 10px;
      font-size: 1rem; } }
@media all and (max-width: 768px) {
  #section-list > .section-content {
    padding: 0 !important; }
  #section-list.section-inner {
    padding-bottom: 0; }
  #section-list > .tit-vertical {
    display: none; }

  .detail-list > li {
    border-top: none;
    width: 100%;
    padding: 0;
    padding-bottom: 15px; }
    .detail-list > li .box {
      grid-template-columns: 62.66667% 37.33333%;
      margin-bottom: 0; }
      .detail-list > li .box h2 {
        font-size: 15px;
        font-size: 1.5rem;
        border-top: 2px solid #000;
        background-color: #f4f4f4;
        text-align: center;
        padding: 14px 0;
        width: 100%;
        grid-column: 1 / 3; }
        .detail-list > li .box h2:after {
          content: normal; }
      .detail-list > li .box .text {
        padding-top: 15px;
        padding-left: 18%; }
        .detail-list > li .box .text .copy {
          margin-top: 15px; }
        .detail-list > li .box .text .subcopy {
          margin-top: 10px; }
        .detail-list > li .box .text .type {
          margin-top: 15px; }
        .detail-list > li .box .text .type.top {
          margin-top: 0; }
      .detail-list > li .box .pic {
        max-width: 150px;
        margin: 15px auto 0; } }
@media all and (max-width: 320px) {
  .detail-list > li .box .text {
    padding-left: 8%; } }
/* DETAIL
 ========================================================================== */
/* split */
.split .section-content {
  padding: 9.90099% 11.55116% 0; }

/* DETAIL / MORE */
.detail-section a,
.more-section a {
  text-decoration: underline; }
  .detail-section a:hover,
  .more-section a:hover {
    text-decoration: none; }
.detail-section .copy,
.more-section .copy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px !important; }
.detail-section h5,
.more-section h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px; }
.detail-section .inner-box:not(:last-child),
.more-section .inner-box:not(:last-child) {
  margin-bottom: 40px; }
.detail-section .inner-box p,
.more-section .inner-box p {
  font-size: 13px;
  font-size: 1.3rem; }
  .detail-section .inner-box p:not(:last-child),
  .more-section .inner-box p:not(:last-child) {
    margin-bottom: 10px; }
.detail-section .pic-s,
.more-section .pic-s {
  width: 20%;
  margin-bottom: 20px; }
  .detail-section .pic-s img,
  .more-section .pic-s img {
    width: 100%;
    height: auto; }
.detail-section .pic-l,
.more-section .pic-l {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px !important; }
  .detail-section .pic-l img,
  .more-section .pic-l img {
    width: 100%;
    height: auto; }
.detail-section .disc-list + .pic-l,
.more-section .disc-list + .pic-l {
  margin-top: 20px; }
.detail-section .img-list li,
.more-section .img-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .detail-section .img-list li .img,
  .more-section .img-list li .img {
    width: 20%; }
    .detail-section .img-list li .img img,
    .more-section .img-list li .img img {
      width: 100%;
      height: auto; }
  .detail-section .img-list li .text,
  .more-section .img-list li .text {
    width: 75%; }
    .detail-section .img-list li .text p,
    .more-section .img-list li .text p {
      font-size: 13px;
      font-size: 1.3rem; }
  .detail-section .img-list li:not(:first-child),
  .more-section .img-list li:not(:first-child) {
    margin-top: 10px; }
.detail-section .imgR-box,
.more-section .imgR-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .detail-section .imgR-box .left,
  .more-section .imgR-box .left {
    width: 75%; }
  .detail-section .imgR-box .right,
  .more-section .imgR-box .right {
    width: 20%; }
    .detail-section .imgR-box .right img,
    .more-section .imgR-box .right img {
      width: 100%;
      height: auto; }
.detail-section .caution-box,
.more-section .caution-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
  vertical-align: middle; }
  .detail-section .caution-box .img,
  .more-section .caution-box .img {
    width: 10%; }
    .detail-section .caution-box .img img,
    .more-section .caution-box .img img {
      width: 100%;
      height: auto; }
  .detail-section .caution-box .text,
  .more-section .caution-box .text {
    width: 88%; }
    .detail-section .caution-box .text p,
    .more-section .caution-box .text p {
      font-size: 13px;
      font-size: 1.3rem; }

.detail-section .chart-table {
  margin-bottom: 30px; }
  .detail-section .chart-table .table li {
    width: 100%; }
  .detail-section .chart-table .table li.second {
    opacity: 0.6; }
  .detail-section .chart-table .table li.third {
    opacity: 0.4; }
.detail-section .chart-table.gold .first, .detail-section .chart-table.gold .second, .detail-section .chart-table.gold .third {
  background-color: #b09b0e; }
.detail-section .chart-table.deepred .first, .detail-section .chart-table.deepred .second, .detail-section .chart-table.deepred .third {
  background-color: #c00d23; }
.detail-section .chart-table.lightred .first, .detail-section .chart-table.lightred .second, .detail-section .chart-table.lightred .third {
  background-color: #e40011; }
.detail-section .chart-table.navy .first, .detail-section .chart-table.navy .second, .detail-section .chart-table.navy .third {
  background-color: #015bbb; }
.detail-section .chart-table.deepblue .first, .detail-section .chart-table.deepblue .second, .detail-section .chart-table.deepblue .third {
  background-color: #1e51a2; }
.detail-section .chart-table.blue .first, .detail-section .chart-table.blue .second, .detail-section .chart-table.blue .third {
  background-color: #00b9f2; }
.detail-section .chart-table.mintblue .first, .detail-section .chart-table.mintblue .second, .detail-section .chart-table.mintblue .third {
  background-color: #00a3e3; }
.detail-section .chart-table.slateblue .first, .detail-section .chart-table.slateblue .second, .detail-section .chart-table.slateblue .third {
  background-color: #5554d3; }
.detail-section .chart-table.deeppurple .first, .detail-section .chart-table.deeppurple .second, .detail-section .chart-table.deeppurple .third {
  background-color: #514599; }
.detail-section .chart-table.purple .first, .detail-section .chart-table.purple .second, .detail-section .chart-table.purple .third {
  background-color: #937bb7; }
.detail-section .chart-table.lightpurple .first, .detail-section .chart-table.lightpurple .second, .detail-section .chart-table.lightpurple .third {
  background-color: #b332ff; }
.detail-section .chart-table.green .first, .detail-section .chart-table.green .second, .detail-section .chart-table.green .third {
  background-color: #4db948; }
.detail-section .chart-table.yellowgreen .first, .detail-section .chart-table.yellowgreen .second, .detail-section .chart-table.yellowgreen .third {
  background-color: #87df00; }
.detail-section .chart-table.black .first, .detail-section .chart-table.black .second, .detail-section .chart-table.black .third {
  background-color: #000; }
.detail-section .disc-list {
  margin-bottom: 20px; }

.more-section .acc-body {
  padding-bottom: 30px !important; }
.more-section .tit-vertical span {
  display: none; }
.more-section .icon {
  border: 1px solid #ddd;
  display: inline-block; }
  .more-section .icon span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff; }
  .more-section .icon span.sub {
    background-color: #000;
    color: #fff; }
.more-section .use-box:not(:first-child) {
  margin-top: 20px; }
.more-section .num-list {
  margin-bottom: 20px; }

.col2-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .col2-wrap .col2-inner {
    width: 47%; }

/* grid-column
 ========================================================================== */
.grid-column {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  border-top: none; }
  .grid-column.section-block {
    margin-bottom: 30px;
    padding-top: 0; }
  .grid-column .section-content {
    padding: 4.9505% 11.55116% 0; }
  .grid-column .tech-section {
    grid-column: 1 / 2;
    -ms-grid-column: 1;
    grid-row: 1 / 2;
    -ms-grid-row: 1;
    margin-bottom: 50px;
    margin-right: 30px;
    position: relative; }
    .grid-column .tech-section:after {
      
      width: 100%;
      height: 1px;
      background-color: #ddd;
      position: absolute;
      bottom: 0;
      left: 0; }
  .grid-column .style-section {
    grid-column: 2 / 3;
    -ms-grid-column: 2;
    grid-row: span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    border-left: 1px solid #ddd;
    padding-left: 30px; }
    .grid-column .style-section .tit-vertical {
      left: 30px; }
  .grid-column .tech-section.section-inner {
    padding-bottom: 75px; }
  .grid-column .chart-section {
    grid-column: 1 / 2;
    -ms-grid-column: 1;
    grid-row: 2 / 3;
    -ms-grid-row: 2;
    margin-right: 30px; }

/* STYLE
 ========================================================================== */
.style-section .style .style-img {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 15px; }
.style-section .style img {
  width: 100%;
  height: auto; }
.style-section .comment {
  margin-top: 60px;
  min-height: 285px;
  position: relative; }
  .style-section .comment .supervised {
    font-size: 50px;
    font-size: 5rem;
    position: absolute;
    top: 24px; }

@media all and (max-width: 768px) {
  .style-section.section-inner {
    padding-bottom: 0 !important; }
  .style-section .section-content {
    padding-left: 4% !important;
    padding-right: 4% !important; }
  .style-section .style {
    width: 100%;
    margin: 0 auto; }
    .style-section .style .style-img {
      margin-bottom: 0; }
  .style-section .comment {
    margin-top: 20px;
    width: calc(60/690*100% + 100%);
    margin-left: -4.34783%;
    min-height: 185px; }
    .style-section .comment .supervised {
      font-size: 30px;
      font-size: 3rem;
      top: 19px; }
    .style-section .comment .person {
      width: 140px !important; } }
/* おすすめ商品
 ========================================================================== */
#recommend a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 33.33%;
  margin: 0 auto; }
#recommend .pic {
  display: block;
  width: 52.5%;
  margin: 0 auto; }
  #recommend .pic img {
    width: 100%;
    height: auto; }
#recommend .name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px; }
  #recommend .name span {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px; }
	
	
	#recommend2 a {
  color: #000;
  text-decoration: none;
  text-align: center;
  float: left;
  width: 33.33%;
  margin: 0 auto; }
#recommend2 .pic {
  display: block;
  width: 52.5%;
  margin: 0 auto; }
  #recommend2 .pic img {
    width: 100%;
    height: auto; }
#recommend2 .name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px; }
  #recommend2 .name span {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px; }

@media all and (max-width: 768px) {
  #recommend-section {
    background-color: #f4f4f4; }

  #recommend a {
    width: 100%; }
  #recommend .pic {
    width: 40%; }
  #recommend .name {
    font-size: 10px;
    font-size: 1rem; } }
/* 特長
 ========================================================================== */
.features-section .col2-wrap {
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .features-section .col2-wrap .col2-inner {
    text-align: center; }
    .features-section .col2-wrap .col2-inner img {
      width: 100%;
      max-width: 550px; }
.features-section .caution-list {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .features-section {
    border-top: 2px solid #000;
    padding-top: 30px; }
    .features-section .section-content {
      padding: 0 4%; }
    .features-section .col2-inner:not(:first-child) {
      margin-top: 15px; }
    .features-section .caution-list {
      margin-top: 15px; } }
/* ↓未整理
 ========================================================================== */
@media all and (max-width: 768px) {
  .section-block.split,
  .section-block {
    border-top: none;
    padding: 0;
    display: block; }
    .section-block.split .section-inner:last-child,
    .section-block .section-inner:last-child {
      margin-left: 0; }
    .section-block.split .section-inner:before,
    .section-block .section-inner:before {
      content: normal; }
    .section-block.split .more-section.section-inner,
    .section-block .more-section.section-inner {
      padding-top: 0 !important;
      padding-bottom: 0;
      display: block; }
    .section-block.split .more-section .section-content,
    .section-block .more-section .section-content {
      padding-left: 8% !important; }
    .section-block.split .more-section .tit-vertical,
    .section-block .more-section .tit-vertical {
      font-size: 15px;
      font-size: 1.5rem;
      background-color: #222;
      color: white;
      padding: 25px 30px; }
      .section-block.split .more-section .tit-vertical p,
      .section-block .more-section .tit-vertical p {
        transform: none; }
      .section-block.split .more-section .tit-vertical span,
      .section-block .more-section .tit-vertical span {
        font-size: 13px;
        font-size: 1.3rem;
        display: inline-block;
        padding-left: 10px; }

  .acc-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    .acc-btn:after {
      content: "";
      background: url(../img/common/acc_open.png) no-repeat 0 center/12px 12px;
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .acc-btn.active:after {
      background: url(../img/common/acc_close.png) no-repeat 0 center/12px 2px; }
    .acc-btn.tit-vertical {
      position: relative !important;
      top: inherit !important;
      left: inherit !important;
      height: inherit !important;
      transform: none !important; }
      .acc-btn.tit-vertical p {
        position: static; }

  .detail-section {
    border-top: 1px solid #000 !important;
    background-color: #f4f4f4; }
    .detail-section.section-inner {
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 20px !important; }
    .detail-section .chart-table {
      padding: 0; }
      .detail-section .chart-table .table li {
        width: auto; }
    .detail-section .disc-list {
      margin-bottom: 10px; }

  .more-section .acc-body {
    display: none; }
  .more-section .num-list {
    margin-bottom: 10px; }

  .detail-section .section-content .copy,
  .more-section .section-content .copy {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px !important; }
  .detail-section .section-content h5,
  .more-section .section-content h5 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px; }
  .detail-section .section-content .inner-box:not(:last-child),
  .more-section .section-content .inner-box:not(:last-child) {
    margin-bottom: 25px; }
  .detail-section .section-content p,
  .more-section .section-content p {
    font-size: 12px;
    font-size: 1.2rem; }
    .detail-section .section-content p:not(:last-child),
    .more-section .section-content p:not(:last-child) {
      margin-bottom: 5px; }
  .detail-section .section-content .pic-s,
  .more-section .section-content .pic-s {
    width: 30%; }
  .detail-section .section-content .pic-l,
  .more-section .section-content .pic-l {
    width: 87%;
    margin-bottom: 10px !important; }
  .detail-section .section-content .disc-list + .pic-l,
  .more-section .section-content .disc-list + .pic-l {
    margin-top: 10px; }
  .detail-section .section-content .img-list li .img,
  .more-section .section-content .img-list li .img {
    width: 26%; }
  .detail-section .section-content .img-list li .text,
  .more-section .section-content .img-list li .text {
    width: 70%; }
    .detail-section .section-content .img-list li .text p,
    .more-section .section-content .img-list li .text p {
      font-size: 11px;
      font-size: 1.1rem; }
    .detail-section .section-content .img-list li .text .caution-text,
    .more-section .section-content .img-list li .text .caution-text {
      font-size: 11px;
      font-size: 1.1rem; }
  .detail-section .section-content .imgR-box .left,
  .more-section .section-content .imgR-box .left {
    width: 70%; }
  .detail-section .section-content .imgR-box .right,
  .more-section .section-content .imgR-box .right {
    width: 26%; }
  .detail-section .section-content .caution-box .img,
  .more-section .section-content .caution-box .img {
    width: 14%; }
  .detail-section .section-content .caution-box .text,
  .more-section .section-content .caution-box .text {
    width: 82%; }

  .col2-wrap {
    display: block; }
    .col2-wrap .col2-inner {
      width: 100%; }

  .grid-column {
    display: block; }
    .grid-column .section-inner {
      padding: 0; }
      .grid-column .section-inner:first-child, .grid-column .section-inner:last-child {
        border: none;
        width: 100%; }
      .grid-column .section-inner:first-child {
        margin: 0 0 20px 0; }
    .grid-column .tech-section {
      margin-right: 0; }
      .grid-column .tech-section:after {
        content: normal; }
      .grid-column .tech-section.section-inner {
        padding-bottom: 0; }
    .grid-column .chart-section {
      margin-right: 0; }
    .grid-column .style-section {
      border-left: none;
      position: relative; }
      .grid-column .style-section::before {
        content: '';
        width: 94.66667%;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 2.66667%; }
      .grid-column .style-section .tit-vertical {
        left: 2.66667%; } }
.movie-section + .step-col2 {
  margin-top: 50px; }

.step-col2.split {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.step-col2 .step:nth-child(1), .step-col2 .step:nth-child(2) {
  margin-bottom: 50px; }
.step-col2 .step:nth-child(3), .step-col2 .step:nth-child(4) {
  margin-top: 50px; }
.step-col2 .step:nth-child(1) {
  position: relative; }
  .step-col2 .step:nth-child(1):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: -50px;
    left: 0; }
.step-col2 .step:nth-child(2):after {
  content: "";
  display: block;
  width: calc(100% + 31px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: -50px;
  left: -31px; }
.step-col2 .step .step-tit {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem; }
  .step-col2 .step .step-tit .num {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-right: 10px;
    background-color: #000;
    color: white;
    width: 30px;
    height: 30px; }
.step-col2 .step .step-tit-face-wash .num {
  width: auto;
  padding: 0 6px; }
  .step-col2 .step .step-tit-face-wash .num span {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 6px; }
.step-col2 .step .step-text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px; }
.step-col2 .step .slick-wrapper {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .section-block .section-block .section-content {
    padding: 0 !important; }

  .movie-section + .step-col2 {
    margin-top: 30px; }

  .step-col2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .step-col2 .step {
      width: 100%; }
      .step-col2 .step:after {
        content: "";
        display: block;
        width: calc(60/650*100% + 100%) !important;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        margin-left: -4.61538%; }
      .step-col2 .step.section-inner:last-child {
        margin: 0 auto; }
      .step-col2 .step .step-text {
        font-size: 12px;
        font-size: 1.2rem; }

  .tech-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .section-block.split .tech-section {
    border-top: 1px solid #ddd !important; } }
/* FACIAL WASH：ご注意
 ========================================================================== */
.caution-section .caution-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -30px; }
  .caution-section .caution-item li {
    background-color: #f4f4f4;
    padding: 30px;
    width: calc(50% - 15px);
    margin-top: 30px; }
  .caution-section .caution-item h5 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ec0b43;
    font-weight: bold; }
  .caution-section .caution-item p {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 15px; }

@media all and (max-width: 768px) {
  .caution-section {
    padding-top: 30px; }
    .caution-section .caution-item {
      display: block;
      padding: 0 4%;
      margin-top: -15px; }
      .caution-section .caution-item li {
        width: 100%;
        padding: 4.34783%;
        margin-top: 15px; }
      .caution-section .caution-item h5 {
        font-size: 14px;
        font-size: 1.4rem; }
      .caution-section .caution-item p {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal;
        margin-top: 10px; } }
/* HAIR COLOR REMAKE：微調整
 ========================================================================== */
@media all and (max-width: 768px) {
  #product-haircolor-remake .border-top {
    border: none; }
  #product-haircolor-remake .style-section:before {
    content: "";
    display: block;
    width: 94.66667%;
    height: 1px;
    background-color: #ddd;
    margin-left: -1.40845%; } }
/* SKIN CARE：微調整
 ========================================================================== */
.section-block.split.skincare .section-inner {
  border-right: 0;
  padding-bottom: 0; }

@media all and (max-width: 768px) {
  .section-block.split.skincare .tech-section {
    border-top: none !important; }
    .section-block.split.skincare .tech-section:nth-child(2) {
      padding-bottom: 30px;
      padding-top: 0; }
      .section-block.split.skincare .tech-section:nth-child(2) .section-content {
        padding-top: 0 !important; } }
/* ページテンプレ：商品が1つの場合
 ========================================================================== */
#product-single .detail-list {
  -webkit-justify-content: center;
  justify-content: center; }

/* ページテンプレ：商品に対して詳細がある場合
 ========================================================================== */
/* product-list */
#product-different .detail-set {
  background-color: #f4f4f4;
  margin-top: 30px;
  margin-right: 6.11888%;
  padding: 30px;
  margin-bottom: 50px; }
  #product-different .detail-set .detail-section .section-content {
    padding-left: 11.95219%;
    padding-right: 5.9761%; }
#product-different .more-section.section-inner {
  display: block;
  padding: 0; }
#product-different .more-section .section-content {
  background-color: white;
  padding-top: 0;
  padding-left: 8%;
  padding-right: 8%; }
#product-different .more-section .acc-btn {
  background-color: white;
  cursor: pointer;
  text-align: center;
  padding: 25px 30px;
  width: 100%;
  position: relative; }
  #product-different .more-section .acc-btn:after {
    content: "";
    background: url(../img/common/acc_open_black.png) no-repeat 0 center/12px 12px;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #product-different .more-section .acc-btn:hover {
    background-color: #222;
    color: white; }
    #product-different .more-section .acc-btn:hover:after {
      background: url(../img/common/acc_open.png) no-repeat 0 center/12px 12px; }
  #product-different .more-section .acc-btn.active {
    background-color: #222;
    color: white; }
    #product-different .more-section .acc-btn.active:after {
      background: url(../img/common/acc_close.png) no-repeat 0 center/12px 2px; }
  #product-different .more-section .acc-btn.tit-vertical {
    font-size: 16px;
    font-size: 1.6rem;
    height: inherit !important;
    transform: none; }
    #product-different .more-section .acc-btn.tit-vertical span {
      font-size: 13px;
      font-size: 1.3rem;
      display: inline-block;
      font-weight: bold;
      padding-left: 10px; }
#product-different .more-section .acc-body {
  padding-top: 30px; }

.section-block .tech-section .section-content .step dl dd .facial-wash-point-tit {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #fff;
  background-color: #000;
  padding: 3px 6px; }

@media all and (max-width: 768px) {
  #product-different .detail-set {
    background-color: inherit;
    margin-right: 0;
    padding: 0;
    margin-bottom: 0; }
    #product-different .detail-set .detail-section {
      padding-top: 20px; }
  #product-different .detail-list > li {
    padding-bottom: 0; }
  #product-different .box.full + .detail-set {
    margin-top: 0; }
  #product-different .more-section .acc-btn {
    background-color: #222;
    color: white; }
    #product-different .more-section .acc-btn:after {
      background: url(../img/common/acc_open.png) no-repeat 0 center/12px 12px; } }
/* ページテンプレ：STYLING GREASE／HAIR JAM／MOVING RUBBER
 ========================================================================== */
.shop-bottom-block {
  margin-top: 50px; }

#product-original #kv h1 span {
  margin-bottom: 0; }
#product-original .technology-section {
  margin-top: 50px; }
@media all and (max-width: 768px) {
  #product-original .technology-section {
    margin-top: -30px; } }
#product-original .content-inner .section-block:first-child {
  border-top: none; }
#product-original .pc-none {
  display: none; }
#product-original .detail-top.section-inner {
  padding: 0; }
#product-original .series-section {
  width: 100%; }
#product-original .series-table {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  -ms-grid-rows: auto; }
  #product-original .series-table .side {
    -ms-grid-column: 1; }
  #product-original .series-table .row1 {
    -ms-grid-column: 2; }
  #product-original .series-table .row2 {
    -ms-grid-column: 3; }
  #product-original .series-table .row3 {
    -ms-grid-column: 4; }
  #product-original .series-table .row4 {
    -ms-grid-column: 5; }
  #product-original .series-table .row5 {
    -ms-grid-column: 6; }
  #product-original .series-table .row6 {
    -ms-grid-column: 7; }
  #product-original .series-table .row7 {
    -ms-grid-column: 8; }
  #product-original .series-table .side div,
  #product-original .series-table .row div {
    -ms-grid-column: 1; }
  #product-original .series-table .side div:nth-child(1),
  #product-original .series-table .row div:nth-child(1) {
    -ms-grid-row: 1; }
  #product-original .series-table .side div:nth-child(2),
  #product-original .series-table .row div:nth-child(2) {
    -ms-grid-row: 2; }
  #product-original .series-table .side div:nth-child(3),
  #product-original .series-table .row div:nth-child(3) {
    -ms-grid-row: 3; }
  #product-original .series-table .side div:nth-child(4),
  #product-original .series-table .row div:nth-child(4) {
    -ms-grid-row: 4; }
  #product-original .series-table .side div:nth-child(5),
  #product-original .series-table .row div:nth-child(5) {
    -ms-grid-row: 5; }
  #product-original .series-table .side div:nth-child(6),
  #product-original .series-table .row div:nth-child(6) {
    -ms-grid-row: 6; }
  #product-original .series-table .side div:nth-child(7),
  #product-original .series-table .row div:nth-child(7) {
    -ms-grid-row: 7; }
  #product-original .series-table .side div:nth-child(8),
  #product-original .series-table .row div:nth-child(8) {
    -ms-grid-row: 8; }
  #product-original .series-table .row {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    position: relative; }
    #product-original .series-table .row:not(:first-child) {
      border-left: 1px dotted #888; }
    #product-original .series-table .row > div:nth-child(odd) {
      background-color: #f4f4f4; }
    #product-original .series-table .row > div:first-child {
      text-align: center;
      display: grid;
      align-items: center;
      -ms-align-self: center; }
      #product-original .series-table .row > div:first-child span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold; }
  #product-original .series-table .side div {
    display: grid;
    align-items: center;
    -ms-align-self: center;
    padding: 0 13.63636%; }
  #product-original .series-table .side span {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
  #product-original .series-table .side br {
    display: none; }
  #product-original .series-table .mark {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 25%;
    right: 25%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    #product-original .series-table .mark a {
      padding: 4px 0;
      display: block;
      color: white;
      font-weight: bold;
      text-decoration: none;
      height: 100%;
      position: relative; }
    #product-original .series-table .mark .mark-in {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      #product-original .series-table .mark .mark-in:after {
        content: "";
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: white transparent transparent transparent;
        display: block;
        width: 10px;
        height: 5px;
        margin: 8px auto 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #product-original .series-table .mark img {
      width: 100%;
      max-width: 75px;
      height: auto;
      display: block;
      margin: 0 auto; }
#product-original .item-wrapper {
  margin-top: 100px; }
#product-original .item-main {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 36.30363%;
  -ms-grid-columns: 50% 36.30363%;
  grid-template-rows: auto 1fr;
  -ms-grid-rows: auto 1fr;
  position: relative;
  height: 100%; }
  #product-original .item-main.section-block {
    padding-top: 0; }
  #product-original .item-main h2 {
    grid-column: 2 / 3;
    -ms-grid-column: 2;
    grid-row: 1 / 2;
    -ms-grid-row: 1;
    align-self: start;
    -ms-align-self: start;
    color: white;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 11.36364% 0 0 13.63636%;
    padding: 2px 0 2px 20px;
    position: relative; }
    #product-original .item-main h2:after {
      content: "";
      display: block;
      background-color: white;
      height: 100%;
      width: 4px;
      position: absolute;
      left: 0;
      top: 0; }
    #product-original .item-main h2 br {
      display: none; }
  #product-original .item-main .movie {
    grid-column: 2 / 3;
    -ms-grid-column: 2;
    grid-row: 2 / 3;
    -ms-grid-row: 2;
    align-self: start;
    -ms-align-self: start;
    width: calc(100% - percentage(60/440));
    margin: 7.95455% 0 0 13.63636%; }
    #product-original .item-main .movie .movie-in {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #product-original .item-main .movie .movie-in iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
  #product-original .item-main .pic {
    grid-column: 1 / 2;
    -ms-grid-column: 1;
    grid-row: span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    display: block; }
    #product-original .item-main .pic img {
      width: 100%;
      height: auto;
      display: block; }
  #product-original .item-main .en {
    color: white;
    position: absolute;
    top: 35px;
    left: 96%;
    -moz-transform: translateX(1em) rotate(90deg);
    -ms-transform: translateX(1em) rotate(90deg);
    -webkit-transform: translateX(1em) rotate(90deg);
    transform: translateX(1em) rotate(90deg);
    transform-origin: 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 1.464vw;
    width: 392px; }
    #product-original .item-main .en span {
      font-size: 3.513vw;
      display: block;
      margin-top: 5px; }
#product-original .chart-section .pic {
  display: block;
  max-width: 485px;
  margin: 0 auto; }
  #product-original .chart-section .pic img {
    width: 100%;
    height: auto; }
#product-original #ultimate-lock .item-main .section-inner,
#product-original #yuppie-mat .item-main .section-inner,
#product-original #classical-tight .item-main .section-inner,
#product-original #upper-hold .item-main .section-inner,
#product-original #spiky-edge .item-main .section-inner,
#product-original #wild-shake .item-main .section-inner,
#product-original #multi-form .item-main .section-inner,
#product-original #loose-shuffle .item-main .section-inner,
#product-original #air-rise .item-main .section-inner,
#product-original #cool-wet .item-main .section-inner,
#product-original #grunge-mat .item-main .section-inner,
#product-original #extreme-mat .item-main .section-inner,
#product-original #edgy-nuance .item-main .section-inner,
#product-original #tight-nuance .item-main .section-inner,
#product-original #flow-nuance .item-main .section-inner,
#product-original #active-nuance .item-main .section-inner,
#product-original #mat-nuance .item-main .section-inner,
#product-original #freeze-lock .item-main .section-inner,
#product-original #upper-tight .item-main .section-inner {
  display: none; }
  
#product-original #ultimate-lock .item-main,
#product-original #ultimate-lock .chart-table .table li.on {
  background-color: #13212e; }
#product-original #yuppie-mat .item-main,
#product-original #yuppie-mat .chart-table .table li.on {
  background-color: #025b9f; }
  #product-original #classical-tight .item-main,
#product-original #classical-tight .chart-table .table li.on {
  background-color: #c19f45; }
#product-original #upper-hold .item-main,
#product-original #upper-hold .chart-table .table li.on {
  background-color: #d2393c; }

#product-original #spiky-edge .item-main,
#product-original #spiky-edge .chart-table .table li.on {
  background-color: #eb0080; }
#product-original #wild-shake .item-main,
#product-original #wild-shake .chart-table .table li.on {
  background-color: #8057a5; }
#product-original #multi-form .item-main,
#product-original #multi-form .chart-table .table li.on {
  background-color: #6e4033; }
#product-original #loose-shuffle .item-main,
#product-original #loose-shuffle .chart-table .table li.on {
  background-color: #ee9f2b; }
#product-original #air-rise .item-main,
#product-original #air-rise .chart-table .table li.on {
  background-color: #86be37; }
#product-original #cool-wet .item-main,
#product-original #cool-wet .chart-table .table li.on {
  background-color: #00b3f3; }
#product-original #grunge-mat .item-main,
#product-original #grunge-mat .chart-table .table li.on {
  background-color: #9dab9e; }
#product-original #extreme-mat .item-main,
#product-original #extreme-mat .chart-table .table li.on {
  background-color: #ffff00; }
#product-original #edgy-nuance .item-main {
  background-color: #020202; }
  #product-original #edgy-nuance .item-main .en {
    color: #c5b66f; }
#product-original #edgy-nuance .chart-table .table li.on {
  background-color: #c5b66f; }
#product-original #tight-nuance .item-main,
#product-original #tight-nuance .chart-table .table li.on {
  background-color: #005ec0; }
#product-original #flow-nuance .item-main {
  background-color: #d6aa85; }
#product-original #flow-nuance .chart-table .table li.on {
  background-color: #634223; }
#product-original #active-nuance .item-main {
  background-color: #817cb6; }
#product-original #active-nuance .chart-table .table li.on {
  background-color: #2e2389; }
#product-original #mat-nuance .item-main {
  background-color: #55737d; }
#product-original #mat-nuance .chart-table .table li.on {
  background-color: #70718f; }
#product-original #freeze-lock .item-main,
#product-original #freeze-lock .chart-table .table li.on {
  background-color: #8e0700; }
#product-original #upper-tight .item-main,
#product-original #upper-tight .chart-table .table li.on {
  background-color: #004885; }

@media all and (min-width: 1366px) {
  #product-original .item-main .en {
    font-size: 20px;
    font-size: 2rem; }
    #product-original .item-main .en span {
      font-size: 48px; } }
@media all and (max-width: 1024px) {
  #product-original #kv .content-inner {
    padding-top: 0; } }
@media all and (max-width: 768px) {
  .techniques-pc-title {
    display: none; }
	
  #product-original #ultimate-lock .item-main,	
  #product-original #yuppie-mat .item-main,
  #product-original #classical-tight .item-main,
  #product-original #upper-hold .item-main,
  #product-original #spiky-edge .item-main,
  #product-original #wild-shake .item-main,
  #product-original #multi-form .item-main,
  #product-original #loose-shuffle .item-main,
  #product-original #air-rise .item-main,
  #product-original #cool-wet .item-main,
  #product-original #grunge-mat .item-main,
  #product-original #extreme-mat .item-main,
  #product-original #edgy-nuance .item-main,
  #product-original #tight-nuance .item-main,
  #product-original #flow-nuance .item-main,
  #product-original #active-nuance .item-main,
  #product-original #mat-nuance .item-main,
  #product-original #freeze-lock .item-main,
  #product-original #upper-tight .item-main {
    background-color: #FFF; }
    #product-original #ultimate-lock .item-main .section-inner,
	#product-original #yuppie-mat .item-main .section-inner,
	#product-original #classical-tight .item-main .section-inner,
	#product-original #upper-hold .item-main .section-inner,
	#product-original #spiky-edge .item-main .section-inner,
    #product-original #wild-shake .item-main .section-inner,
    #product-original #multi-form .item-main .section-inner,
    #product-original #loose-shuffle .item-main .section-inner,
    #product-original #air-rise .item-main .section-inner,
    #product-original #cool-wet .item-main .section-inner,
    #product-original #grunge-mat .item-main .section-inner,
	#product-original #extreme-mat .item-main .section-inner,
    #product-original #edgy-nuance .item-main .section-inner,
    #product-original #tight-nuance .item-main .section-inner,
    #product-original #flow-nuance .item-main .section-inner,
    #product-original #active-nuance .item-main .section-inner,
    #product-original #mat-nuance .item-main .section-inner,
    #product-original #freeze-lock .item-main .section-inner,
    #product-original #upper-tight .item-main .section-inner {
      display: block; }
  #product-original .pc-none {
    display: block; }
  #product-original .detail-top {
    display: block; }
    #product-original .detail-top .tit-vertical.sticky {
      position: absolute; }
  #product-original .list-slide ul {
    padding: 30px 0; }
    #product-original .list-slide ul li:first-child {
      margin-left: 13.33333%; }
    #product-original .list-slide ul li:last-child {
      padding-right: 13.33333%; }
  #product-original .series-section .section-content {
    padding: 0 !important; }
  #product-original .series-section .tit-vertical {
    display: none; }
  #product-original .series-section .tit-center {
    margin-bottom: 25px; }
  #product-original .series-table {
    grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
    #product-original .series-table > .row {
      grid-template-rows: 50px 50px 50px 50px 50px 50px 50px; }
      #product-original .series-table > .row > div:first-child > span {
        font-size: 10px;
        font-size: 1rem;
        transform: scale(0.8);
        letter-spacing: -.1em; }
    #product-original .series-table .side div {
      padding: 0; }
    #product-original .series-table .side span {
      font-size: 10px;
      font-size: 1rem;
      transform: scale(0.8);
      letter-spacing: -.1em; }
    #product-original .series-table .side br {
      display: block; }
    #product-original .series-table .mark {
      font-size: 10px;
      font-size: 1rem; }
      #product-original .series-table .mark img {
        width: 200%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%); }
      #product-original .series-table .mark .mark-in:after {
        content: normal; }
      #product-original .series-table .mark span {
        color: #000;
        font-size: 10px;
        font-size: 1rem;
        display: block;
        font-weight: bold;
        letter-spacing: -.1em;
        width: 200%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, 40%) scale(0.8);
        -ms-transform: translate(-50%, 40%) scale(0.8);
        -webkit-transform: translate(-50%, 40%) scale(0.8);
        transform: translate(-50%, 40%) scale(0.8);
        text-shadow: white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px; }
  #product-original .item-wrapper {
    margin-top: 40px; }
    #product-original .item-wrapper + .item-wrapper {
      margin-top: 0; }
  #product-original .item-main {
    display: block; }
    #product-original .item-main h2 {
      font-size: 15px;
      font-size: 1.5rem;
      border-top: 2px solid #000;
      background-color: #f4f4f4;
      color: #000;
      text-align: center;
      padding: 14px 0;
      margin-left: 0;
      margin-top: 0; }
      #product-original .item-main h2:after {
        content: normal; }
      #product-original .item-main h2 br {
        display: block; }
    #product-original .item-main .movie {
      width: 100%;
      margin-left: 0;
      margin-top: 0; }
    #product-original .item-main .en {
      display: none; } }
/* Edge 用 */
@supports (-ms-ime-align: auto) {
  #product-original .series-table .mark {
    position: static;
    margin: 10px 25%;
    height: calc(100% - 20px); }
  #product-original .item-main h2 {
    margin-top: 45px; } }
/* IE10以降 用 */
@media all and (-ms-high-contrast: none) {
  #product-original .series-table .side div {
    padding-top: 35%; }
  #product-original .series-table .row > div:first-child {
    padding-top: 35%; }
  #product-original .series-table .mark {
    position: static;
    margin: 10px 25%;
    height: calc(100% - 20px); }
  #product-original .item-main h2 {
    margin-top: 45px; } }
/* ==========================================================================
   HAIR JAM
   ========================================================================== */
#product-original {
  /* スゴ楽15秒チャレンジ */
  /* TECHNOLOGY */ }
  #product-original #series-hair-jam .series-table {
    grid-template-columns: 18.15182% 1fr 1fr 1fr;
    -ms-grid-columns: 18.15182% 1fr 1fr 1fr; }
    #product-original #series-hair-jam .series-table .row {
      grid-template-rows: 76px 76px 76px 76px 76px;
      -ms-grid-rows: 76px 76px 76px 76px 76px; }
  #product-original #series-hair-jam #row-edgy-nuance {
    grid-row: 2 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    background-color: #020202; }
  #product-original #series-hair-jam #row-tight-nuance {
    grid-row: 2 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    background-color: #005ec0; }
  #product-original #series-hair-jam #row-flow-nuance {
    grid-row: 3 / 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    background-color: #d6aa85; }
  #product-original #series-hair-jam #row-active-nuance {
    grid-row: 3 / 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    background-color: #817cb6; }
  #product-original #series-hair-jam #row-mat-nuance {
    grid-row: 3 / 6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    background-color: #55737d; }
  #product-original .movie-section {
    border-top: 1px solid #ddd;
    margin-top: 80px;
    padding-top: 60px; }
  #product-original #technology-section .technology-in {
    width: 768px;
    padding-top: 30px;
    margin: 0 auto; }
    #product-original #technology-section .technology-in img {
      width: 100%;
      height: auto; }
  #product-original #technology-section .sp-tit {
    display: none; }
  #product-original #technology-section .copy {
    width: 68.75%;
    margin: 0 auto; }
  #product-original #technology-section .tit {
    display: block;
    width: 34.375%;
    margin: 3.90625% auto 0; }
  #product-original #technology-section .item {
    width: 64.84375%;
    margin: 8.20313% auto 0; }
  #product-original #technology-section .text {
    width: 70.57292%;
    margin: 9.11458% auto 0; }
  #product-original #technology-section .tit-star-line {
    background: url(../img/product/hairstyling/hair-jam/star_line.png) repeat-x left center;
    background-size: 8px 5px;
    margin-bottom: 6.51042%; }
  #product-original #technology-section .point {
    margin-top: 14.32292%; }
    #product-original #technology-section .point h4 {
      position: relative; }
      #product-original #technology-section .point h4 span {
        display: block;
        z-index: 2;
        position: relative;
        width: 49.60938%;
        padding: 0 20px;
        margin: 0 auto; }
      #product-original #technology-section .point h4:after {
        content: "";
        display: block;
        width: calc(381/768*100%);
        height: 100%;
        background: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
    #product-original #technology-section .point ol::after {
      content: "";
      display: block;
      clear: both; }
    #product-original #technology-section .point ol li {
      float: left;
      margin: 0 2.6%;
      width: 28.125%; }
  #product-original #technology-section .about {
    margin-top: 10.41667%; }
    #product-original #technology-section .about h4 {
      position: relative; }
      #product-original #technology-section .about h4 span {
        display: block;
        z-index: 2;
        position: relative;
        width: 29.81771%;
        margin: 0 auto;
        padding: 0 20px; }
      #product-original #technology-section .about h4:after {
        content: "";
        display: block;
        width: calc(229/768*100%);
        height: 100%;
        background: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
    #product-original #technology-section .about .detail {
      display: block; }
      #product-original #technology-section .about .detail::after {
        content: "";
        display: block;
        clear: both; }
      #product-original #technology-section .about .detail .pic {
        float: left;
        width: 39.19271%;
        margin-right: 9.11458%; }
    #product-original #technology-section .about dl {
      width: 51.69271%;
      float: right; }
    #product-original #technology-section .about dt {
      width: 77.07809%; }
    #product-original #technology-section .about dd {
      width: 99.24433%;
      margin-top: 25px; }
    #product-original #technology-section .about dt:nth-child(3) {
      margin-top: 70px; }

@media all and (max-width: 1040px) {
  #product-original {
    /* TECHNOLOGY */ }
    #product-original #technology-section .technology-in {
      width: 100%; } }
@media all and (max-width: 768px) {
  #product-original {
    /* スゴ楽15秒チャレンジ */
    /* TECHNOLOGY */ }
    #product-original #series-hair-jam .series-table .row {
      grid-template-rows: 50px 50px 50px 50px 50px; }
    #product-original .movie-section {
      border-top: none;
      margin-top: 40px;
      padding-top: 0; }
      #product-original .movie-section .movie {
        padding-right: 4%;
        padding-left: 4%; }
    #product-original #technology-section .tit-vertical {
      display: none; }
    #product-original #technology-section .sp-tit {
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center;
      font-weight: bold;
      display: block;
      margin-bottom: 25px; }
    #product-original #technology-section .section-content {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    #product-original #technology-section .technology-in {
      padding: 8px 8% 0; }
    #product-original #technology-section .copy {
      width: 90.47619%;
      max-width: 390px; }
    #product-original #technology-section .tit {
      display: none; }
    #product-original #technology-section .item {
      width: 85.07937%;
      max-width: 330px;
      margin: 25px auto 0; }
    #product-original #technology-section .text {
      width: 80.95238%;
      max-width: 330px;
      margin-top: 30px; }
    #product-original #technology-section .tit-star-line {
      background-position: left top;
      background-size: 11.5px 8px;
      padding-top: 40px;
      margin-bottom: 35px; }
      #product-original #technology-section .tit-star-line h4:after {
        content: normal; }
    #product-original #technology-section .point {
      margin-top: 45px; }
      #product-original #technology-section .point h4 span {
        width: 93.65079%;
        max-width: 390px; }
      #product-original #technology-section .point ol {
        display: block; }
        #product-original #technology-section .point ol li {
          width: 100%;
          max-width: 390px;
          margin: 0 auto;
          float: none; }
          #product-original #technology-section .point ol li:not(:first-child) {
            margin-top: 30px; }
    #product-original #technology-section .about {
      margin-top: 45px; }
      #product-original #technology-section .about h4 span {
        width: 49.52381%;
        max-width: 240px; }
      #product-original #technology-section .about .detail {
        display: block;
        max-width: 390px;
        margin: 0 auto; }
        #product-original #technology-section .about .detail .pic {
          float: none;
          width: 100%;
          max-width: 390px;
          margin: 0 auto; }
      #product-original #technology-section .about dl {
        width: 100%;
        float: none; }
      #product-original #technology-section .about dt {
        width: 76.19048%;
        max-width: 330px;
        margin: 15px 0 0; }
      #product-original #technology-section .about dd {
        width: 100%;
        max-width: 390px;
        margin: 15px 0 0; }
      #product-original #technology-section .about dt:nth-child(3) {
        margin-top: 20px; } }
/* ==========================================================================
   MOVING RUBBER
   ========================================================================== */
#product-original {
  /* No.1WAX */
  /* シリーズ比較表 */ }
  #product-original #no1-section dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  #product-original #no1-section dt {
    margin-right: 15px;
    vertical-align: middle;
    width: 258px; }
    #product-original #no1-section dt img {
      display: block;
      width: 100%;
      height: auto; }
  #product-original #no1-section dd {
    font-size: 24px;
    font-size: 2.4rem;
    color: white;
    font-weight: bold;
    line-height: 1; }
    #product-original #no1-section dd span {
      font-size: 10px;
      font-size: 1rem;
      display: block;
      margin-top: 5px;
      line-height: 1.5; }
  #product-original #series-moving-rubber .textured-table {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 2fr;
    -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    margin-bottom: 2px; }
    #product-original #series-moving-rubber .textured-table div {
      -ms-grid-row: 1; }
    #product-original #series-moving-rubber .textured-table div:nth-child(1) {
      -ms-grid-column: 1; }
    #product-original #series-moving-rubber .textured-table div:nth-child(2) {
      -ms-grid-column: 2; }
    #product-original #series-moving-rubber .textured-table div:nth-child(3) {
      -ms-grid-column: 3; }
    #product-original #series-moving-rubber .textured-table div:nth-child(4) {
      -ms-grid-column: 4; }
    #product-original #series-moving-rubber .textured-table div:nth-child(5) {
      -ms-grid-column: 5; }
    #product-original #series-moving-rubber .textured-table div:nth-child(6) {
      -ms-grid-column: 6; }
    #product-original #series-moving-rubber .textured-table div:nth-child(7) {
      -ms-grid-column: 7; }
    #product-original #series-moving-rubber .textured-table .textured {
      grid-column: 6 / 9;
      -ms-grid-column: 7;
      -ms-grid-column-span: 2;
      grid-row: 1 / 2;
      -ms-grid-row: 1;
      background-color: #e2e2e2;
      text-align: center;
      padding: 5px; }
      #product-original #series-moving-rubber .textured-table .textured span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold; }
  #product-original #series-moving-rubber .series-table {
    grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
    #product-original #series-moving-rubber .series-table .row {
      grid-template-rows: 76px 76px 76px 76px 76px 76px 76px;
      -ms-grid-rows: 76px 76px 76px 76px 76px 76px 76px; }
  #product-original #series-moving-rubber #row-spiky-edge {
    grid-row: 2 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    background-color: #eb0080; }
  #product-original #series-moving-rubber #row-wild-shake {
    grid-row: 3 / 5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    background-color: #8057a5; }
  #product-original #series-moving-rubber #row-multi-form {
    grid-row: 3 / 8;
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    background-color: #6e4033; }
  #product-original #series-moving-rubber #row-loose-shuffle {
    grid-row: 3 / 8;
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    background-color: #ee9f2b; }
  #product-original #series-moving-rubber #row-air-rise {
    grid-row: 4 / 7;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    background-color: #86be37; }
  #product-original #series-moving-rubber #row-cool-wet {
    grid-row: 3 / 8;
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    background-color: #00b3f3; }
  #product-original #series-moving-rubber #row-grunge-mat {
    grid-row: 2 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    background-color: #9dab9e; }
#product-original #series-moving-rubber #row-extreme-mat {
    grid-row: 2 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    background-color: #000000; }

@media all and (max-width: 768px) {
  #product-original {
    /* No.1WAX */
    /* シリーズ比較表 */ }
    #product-original #no1-section {
      padding: 4% 8%; }
      #product-original #no1-section dl {
        display: block; }
      #product-original #no1-section dt {
        margin-right: 0;
        width: 230px; }
      #product-original #no1-section dd {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 8px; }
        #product-original #no1-section dd span {
          margin-top: 10px; }
    #product-original #series-moving-rubber .tit-center {
      margin-bottom: 10px; }
    #product-original #series-moving-rubber .textured-table {
      grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      #product-original #series-moving-rubber .textured-table .textured {
        background-color: inherit;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 2px 2px 0;
        margin-bottom: 4px; }
        #product-original #series-moving-rubber .textured-table .textured span {
          font-size: 10px;
          font-size: 1rem;
          transform: scale(0.8); }
    #product-original #series-moving-rubber .series-table {
      grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      #product-original #series-moving-rubber .series-table .row {
        grid-template-rows: 50px 50px 50px 50px 50px 50px 50px; } }
/* ==========================================================================
   STYLING GREASE
   ========================================================================== */
#product-original {
  /* TECHNOLOGY */ }
  #product-original #freeze-lock.item-wrapper {
    margin-top: 20px; }
  #product-original #sg-technology-section .sp-tit {
    display: none; }
  #product-original #sg-technology-section .sg-technology-in {
    padding-top: 30px;
    width: 600px;
    margin: 0 auto; }
    #product-original #sg-technology-section .sg-technology-in .sg-tit {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center; }
      #product-original #sg-technology-section .sg-technology-in .sg-tit span {
        display: block;
        width: 450px;
        margin: 20px auto 0; }
        #product-original #sg-technology-section .sg-technology-in .sg-tit span img {
          width: 100%;
          height: auto; }
    #product-original #sg-technology-section .sg-technology-in .copy {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      margin-top: 50px; }
      #product-original #sg-technology-section .sg-technology-in .copy .pc-item {
        display: block; }
      #product-original #sg-technology-section .sg-technology-in .copy .strong {
        font-size: 26px;
        font-size: 2.6rem;
        display: block;
        margin-top: 3px; }
    #product-original #sg-technology-section .sg-technology-in .item {
      width: 446px;
      margin: 35px auto 0; }
      #product-original #sg-technology-section .sg-technology-in .item img {
        width: 100%;
        height: auto; }
  #product-original #sg-technology-section .sg-point {
    margin-top: 45px; }
    #product-original #sg-technology-section .sg-point > li:not(:first-child) {
      margin-top: 40px; }
    #product-original #sg-technology-section .sg-point h5 {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      border-bottom: 1px solid #000; }
      #product-original #sg-technology-section .sg-point h5 .num {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 20px;
        font-size: 2rem;
        color: white;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.1em;
        width: 50px;
        height: 50px;
        background-color: #000;
        margin-right: 15px; }
      #product-original #sg-technology-section .sg-point h5 .tit {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
    #product-original #sg-technology-section .sg-point p {
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: 20px;
      font-weight: bold; }
    #product-original #sg-technology-section .sg-point .caution-list {
      margin-top: 15px; }

@media all and (max-width: 1040px) {
  #product-original {
    /* TECHNOLOGY */ }
    #product-original #sg-technology-section .sg-technology-in .sg-tit span {
      width: 420px; }
    #product-original #sg-technology-section .sg-technology-in .copy .strong {
      font-size: 24px;
      font-size: 2.4rem; }
    #product-original #sg-technology-section .sg-technology-in .item {
      width: 400px; } }
@media all and (max-width: 768px) {
  #product-original {
    /* TECHNOLOGY */ }
    #product-original #freeze-lock.item-wrapper {
      margin-top: 0; }
    #product-original #sg-technology-section .tit-vertical {
      display: none; }
    #product-original #sg-technology-section .sp-tit {
      font-size: 15px;
      font-size: 1.5rem;
      display: block;
      text-align: center;
      font-weight: bold;
      margin-bottom: 25px; }
    #product-original #sg-technology-section .section-content {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    #product-original #sg-technology-section .sg-technology-in {
      padding: 8px 8% 0;
      width: 100%; }
      #product-original #sg-technology-section .sg-technology-in .sg-tit {
        font-size: 13px;
        font-size: 1.3rem; }
        #product-original #sg-technology-section .sg-technology-in .sg-tit span {
          width: 85.71429%;
          max-width: 300px;
          margin-top: 10px; }
      #product-original #sg-technology-section .sg-technology-in .copy {
        font-size: 13px;
        font-size: 1.3rem;
        margin-top: 30px; }
        #product-original #sg-technology-section .sg-technology-in .copy .pc-item {
          display: none; }
        #product-original #sg-technology-section .sg-technology-in .copy .strong {
          font-size: 15px;
          font-size: 1.5rem; }
      #product-original #sg-technology-section .sg-technology-in .item {
        width: 79.36508%;
        max-width: 280px;
        margin-top: 15px; }
    #product-original #sg-technology-section .sg-point {
      margin-top: 20px;
      padding: 0 0; }
      #product-original #sg-technology-section .sg-point > li:not(:first-child) {
        margin-top: 25px; }
      #product-original #sg-technology-section .sg-point h5 .num {
        font-size: 16px;
        font-size: 1.6rem;
        width: 40px;
        height: 40px; }
      #product-original #sg-technology-section .sg-point h5 .tit {
        font-size: 16px;
        font-size: 1.6rem; }
      #product-original #sg-technology-section .sg-point p {
        font-size: 13px;
        font-size: 1.3rem;
        margin-top: 15px; } }
/* 独自スタイル：NATURAL BLEACH&COLOR
 ========================================================================== */
#product-natural-bleach-color #no1-section .no1-wrapper {
  width: 70.60281%;
  margin: 0 auto;
  position: relative; }
#product-natural-bleach-color #no1-section img {
  width: 100%;
  height: auto;
  display: block; }
#product-natural-bleach-color #no1-section .no1-tit {
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 27.83626%; }
  #product-natural-bleach-color #no1-section .no1-tit span {
    display: block; }
#product-natural-bleach-color #no1-section .no1-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
#product-natural-bleach-color #no1-section .copy {
  line-height: 0;
  margin-right: 3.50877%;
  width: 41.75439%;
  display: -webkit-flex;
  display: flex; }
  #product-natural-bleach-color #no1-section .copy span:nth-child(1) {
    width: 33.61345%; }
  #product-natural-bleach-color #no1-section .copy span:nth-child(2) {
    width: 63.86555%; }
#product-natural-bleach-color #no1-section .no1 {
  width: 22.5731%;
  margin-right: 1.75439%; }
#product-natural-bleach-color #no1-section .caution {
  width: 30.40936%; }
#product-natural-bleach-color .series-section {
  width: 100%; }
  #product-natural-bleach-color .series-section .series-table {
    width: 100%;
    display: -webkit-flex;
    display: flex; }
  #product-natural-bleach-color .series-section .side {
    font-weight: bold;
    width: 38.24938%;
    position: relative; }
    #product-natural-bleach-color .series-section .side:after {
      content: "";
      display: block;
      width: 10px;
      height: 284px;
      background: url(../img/product/haircolor/natural-bleach-color/series_gd.png) no-repeat left top;
      background-size: contain;
      position: absolute;
      bottom: 23px;
      left: 20px; }
    #product-natural-bleach-color .series-section .side div {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding-left: 50px; }
    #product-natural-bleach-color .series-section .side span {
      font-size: 13px;
      font-size: 1.3rem; }
    #product-natural-bleach-color .series-section .side br {
      display: none; }
  #product-natural-bleach-color .series-section .row:not(:first-child) {
    border-left: 1px dotted #808080; }
  #product-natural-bleach-color .series-section .row div {
    height: 108px; }
  #product-natural-bleach-color .series-section .row1,
  #product-natural-bleach-color .series-section .row2,
  #product-natural-bleach-color .series-section .row3,
  #product-natural-bleach-color .series-section .row4,
  #product-natural-bleach-color .series-section .row5,
  #product-natural-bleach-color .series-section .row6 {
    width: 13.6251%; }
  #product-natural-bleach-color .series-section .row div:nth-child(1) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid white;
    border-top: none;
    position: relative; }
    #product-natural-bleach-color .series-section .row div:nth-child(1):before {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      margin-bottom: 2px;
      border-bottom: 2px solid white;
      position: absolute;
      top: 0; }
    #product-natural-bleach-color .series-section .row div:nth-child(1) span {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 auto; }
    #product-natural-bleach-color .series-section .row div:nth-child(1) br {
      display: none; }
  #product-natural-bleach-color .series-section .row1 div:nth-child(1) {
    background-color: #f3f3ee; }
    #product-natural-bleach-color .series-section .row1 div:nth-child(1):before {
      background-color: #878b58; }
  #product-natural-bleach-color .series-section .row2 div:nth-child(1) {
    background-color: #fcfbe5; }
    #product-natural-bleach-color .series-section .row2 div:nth-child(1):before {
      background-color: #dfd501; }
  #product-natural-bleach-color .series-section .row3 div:nth-child(1) {
    background-color: #f1eae5; }
    #product-natural-bleach-color .series-section .row3 div:nth-child(1):before {
      background-color: #783201; }
  #product-natural-bleach-color .series-section .row4 div:nth-child(1) {
    background-color: #ffede5; }
    #product-natural-bleach-color .series-section .row4 div:nth-child(1):before {
      background-color: #fd5001; }
  #product-natural-bleach-color .series-section .row5 div:nth-child(1) {
    background-color: #fde5e5; }
    #product-natural-bleach-color .series-section .row5 div:nth-child(1):before {
      background-color: #eb0100; }
  #product-natural-bleach-color .series-section .row6 div:nth-child(1) {
    background: #f5c5e8;
    background: -moz-linear-gradient(left, #f5c5e8 0%, #a3a6bb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #f5c5e8), color-stop(100%, #a3a6bb));
    background: -webkit-linear-gradient(left, #f5c5e8 0%, #a3a6bb 100%);
    background: -o-linear-gradient(left, #f5c5e8 0%, #a3a6bb 100%);
    background: -ms-linear-gradient(left, #f5c5e8 0%, #a3a6bb 100%);
    background: linear-gradient(to right, #f5c5e8 0%, #a3a6bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c5e8', endColorstr='#a3a6bb', GradientType=1 ); }
    #product-natural-bleach-color .series-section .row6 div:nth-child(1):before {
      background-color: #b794c2; }
  #product-natural-bleach-color .series-section .row div:nth-child(2) {
    background-color: #f4f4f4;
    border-bottom: 2px solid white; }
  #product-natural-bleach-color .series-section .row div:nth-child(3) {
    background-color: #eeeeee;
    border-bottom: 2px solid white; }
  #product-natural-bleach-color .series-section .row div:nth-child(4) {
    background-color: #e8e8e8; }
  #product-natural-bleach-color .series-section .row div {
    position: relative; }
  #product-natural-bleach-color .series-section .row .mark {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    #product-natural-bleach-color .series-section .row .mark:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto 5px; }
    #product-natural-bleach-color .series-section .row .mark span {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 1.25;
      display: block; }
    #product-natural-bleach-color .series-section .row .mark .sp-br {
      display: none; }
  #product-natural-bleach-color .series-section .row .series08,
  #product-natural-bleach-color .series-section .row .series09 {
    top: 19px; }
    #product-natural-bleach-color .series-section .row .series08:before,
    #product-natural-bleach-color .series-section .row .series09:before {
      content: normal; }
    #product-natural-bleach-color .series-section .row .series08:after,
    #product-natural-bleach-color .series-section .row .series09:after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto 5px; }
  #product-natural-bleach-color .series-section .row .series10,
  #product-natural-bleach-color .series-section .row .series08 {
    transform: none;
    left: -20%; }
  #product-natural-bleach-color .series-section .row .series09,
  #product-natural-bleach-color .series-section .row .series07 {
    transform: none;
    left: inherit;
    right: -20%; }
  #product-natural-bleach-color .series-section .row .series01:before {
    background-color: #584534; }
  #product-natural-bleach-color .series-section .row .series02:before {
    background-color: #714336; }
  #product-natural-bleach-color .series-section .row .series03:before {
    background-color: #772031; }
  #product-natural-bleach-color .series-section .row .series04:before {
    background-color: #a43a2d; }
  #product-natural-bleach-color .series-section .row .series05:before {
    background-color: #ce6a1f; }
  #product-natural-bleach-color .series-section .row .series06:before {
    background-color: #a6653f; }
  #product-natural-bleach-color .series-section .row .series07:before {
    background-color: #957c5e; }
  #product-natural-bleach-color .series-section .row .series08:after {
    background-color: #a18466; }
  #product-natural-bleach-color .series-section .row .series09:after {
    background-color: #bdbfbc; }
  #product-natural-bleach-color .series-section .row .series10:before {
    background-color: #dac5b0; }
#product-natural-bleach-color .detail-list > li .pic {
  position: relative; }
  #product-natural-bleach-color .detail-list > li .pic span {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: 6.66667%;
    left: 16.66667%;
    -moz-transform: translateX(1em) rotate(90deg);
    -ms-transform: translateX(1em) rotate(90deg);
    -webkit-transform: translateX(1em) rotate(90deg);
    transform: translateX(1em) rotate(90deg);
    transform-origin: 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap; }
    #product-natural-bleach-color .detail-list > li .pic span:before {
      content: "SUPERVISED BY";
      display: block;
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 4px; }
    #product-natural-bleach-color .detail-list > li .pic span sub {
      font-size: 12px;
      font-size: 1.2rem; }
#product-natural-bleach-color .features-section a {
  text-decoration: underline; }
  #product-natural-bleach-color .features-section a:hover {
    text-decoration: none; }
#product-natural-bleach-color .features-section.section-inner {
  display: block; }

@media all and (max-width: 1024px) {
  #product-natural-bleach-color .series-section .section-content {
    padding-top: 0 !important; }
  #product-natural-bleach-color .series-section .side div {
    padding-left: 30px; }
  #product-natural-bleach-color .series-section .side:after {
    width: 9px;
    height: 230px;
    bottom: 6px;
    left: 10px; }
  #product-natural-bleach-color .series-section .side span {
    font-size: 10px;
    font-size: 1rem; }
  #product-natural-bleach-color .series-section .row div {
    height: 80px; }
  #product-natural-bleach-color .series-section .row div:nth-child(1) span {
    font-size: 11px;
    font-size: 1.1rem; }
  #product-natural-bleach-color .series-section .row div {
    position: relative; }
  #product-natural-bleach-color .series-section .row .mark {
    top: 30px; }
    #product-natural-bleach-color .series-section .row .mark:before {
      width: 14px;
      height: 14px; }
    #product-natural-bleach-color .series-section .row .mark span {
      font-size: 10px;
      font-size: 1rem; }
  #product-natural-bleach-color .series-section .row .series08,
  #product-natural-bleach-color .series-section .row .series09 {
    top: 6px; }
    #product-natural-bleach-color .series-section .row .series08:after,
    #product-natural-bleach-color .series-section .row .series09:after {
      width: 14px;
      height: 14px; } }
@media all and (max-width: 768px) {
  #product-natural-bleach-color .section-block.split {
    border-top: 1px solid #ddd; }
  #product-natural-bleach-color #no1-section .no1-wrapper {
    width: 100%;
    padding: 0; }
  #product-natural-bleach-color #no1-section .no1-tit {
    border-bottom: 1px solid white;
    position: static;
    padding-bottom: 20px;
    width: 100%; }
    #product-natural-bleach-color #no1-section .no1-tit span {
      width: 63.2%;
      margin: 0 auto; }
  #product-natural-bleach-color #no1-section .no1-inner {
    padding: 15px 8% 0; }
  #product-natural-bleach-color #no1-section .copy {
    margin: 0 4.7619% 0 0;
    width: 44.44444%;
    display: block; }
    #product-natural-bleach-color #no1-section .copy span {
      display: block; }
    #product-natural-bleach-color #no1-section .copy span:nth-child(1) {
      width: 53.84615%; }
    #product-natural-bleach-color #no1-section .copy span:nth-child(2) {
      width: 100%;
      margin-top: 5px; }
  #product-natural-bleach-color #no1-section .no1 {
    width: 50.79365%;
    margin: 0; }
  #product-natural-bleach-color #no1-section .caution {
    width: 100%;
    margin: 15px auto 0; }
  #product-natural-bleach-color .detail-top.section-inner {
    display: block; }
  #product-natural-bleach-color .series-section .tit-vertical {
    display: none; }
  #product-natural-bleach-color .series-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #product-natural-bleach-color .series-section .side:after {
    left: 5px;
    width: 5px;
    height: 142px;
    bottom: 7px; }
  #product-natural-bleach-color .series-section .side div {
    white-space: nowrap;
    padding-left: 13px; }
  #product-natural-bleach-color .series-section .side span {
    transform: scale(0.8);
    letter-spacing: -.1em; }
  #product-natural-bleach-color .series-section .side br {
    display: block; }
  #product-natural-bleach-color .series-section .row div {
    height: 52px; }
  #product-natural-bleach-color .series-section .row div:nth-child(1) {
    white-space: nowrap;
    text-align: center; }
    #product-natural-bleach-color .series-section .row div:nth-child(1) span {
      font-size: 10px;
      font-size: 1rem;
      transform: scale(0.8);
      letter-spacing: -.1em; }
    #product-natural-bleach-color .series-section .row div:nth-child(1) .br {
      display: block; }
  #product-natural-bleach-color .series-section .row .mark {
    white-space: nowrap;
    top: 20px;
    width: inherit;
    z-index: 1; }
    #product-natural-bleach-color .series-section .row .mark:before, #product-natural-bleach-color .series-section .row .mark:after {
      width: 9px;
      height: 9px;
      margin-bottom: 0; }
    #product-natural-bleach-color .series-section .row .mark span {
      transform: scale(0.6);
      letter-spacing: -.1em;
      margin-top: -3px; }
    #product-natural-bleach-color .series-section .row .mark .sp-br {
      display: block; }
  #product-natural-bleach-color .series-section .row .series10,
  #product-natural-bleach-color .series-section .row .series08 {
    left: -15px; }
  #product-natural-bleach-color .series-section .row .series07 {
    right: -5px; }
  #product-natural-bleach-color .series-section .row .series08 {
    left: 9px; }
    #product-natural-bleach-color .series-section .row .series08:before {
      position: absolute;
      left: 24px; }
    #product-natural-bleach-color .series-section .row .series08 span {
      position: absolute;
      top: -19px;
      left: -19px; }
  #product-natural-bleach-color .series-section .row .series09 {
    right: 9px; }
    #product-natural-bleach-color .series-section .row .series09:before {
      position: absolute;
      right: 14px; }
    #product-natural-bleach-color .series-section .row .series09 span {
      position: absolute;
      top: -19px;
      right: -13px; }
  #product-natural-bleach-color .series-section .row .series10 {
    left: -9px; }
  #product-natural-bleach-color .features-section {
    border-top: none; }
    #product-natural-bleach-color .features-section .section-content {
      padding: 0 4% !important; } }
/* 独自スタイル：TRIMMING KIT ＞ HAIR
 ========================================================================== */
.section-block.no-top, .tech-inner.no-top {
  border-top: none !important; }

.section-block.split.no-border {
  padding-top: 0; }
  .section-block.split.no-border .section-inner {
    border-right: 0; }

.grid-column.hair .style-section {
  border-left: 0; }
  .grid-column.hair .style-section .section-content .comment {
    margin-top: 0; }

.tit-center.min {
  margin-bottom: 30px; }

.step dl dt p.nonum {
  margin: 10px 0 0 !important;
  padding-left: 0 !important;
  width: 100% !important; }

.grid-column.bdtop {
  border-top: 1px solid #ddd;
  padding-top: 30px; }

.movie-section.w100 .movie {
  width: 100%; }

.tech-inner {
  border-top: 1px solid #ddd;
  padding-bottom: 30px; }
  .tech-inner .tit-center {
    margin-top: 45px;
    margin-bottom: 30px; }

.ready-section .ready-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .ready-section .ready-item li {
    padding: 30px;
    padding-top: 0;
    width: calc(50% - 15px); }

.img-content img {
  width: 100%; }

.img-text {
  margin-top: 15px; }

.use-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }
  .use-item dt {
    display: block !important;
    text-align: center; }
    .use-item dt h5 {
      border: 1px solid #000;
      padding: 3px 5px;
      font-size: 14px;
      font-size: 1.4rem; }
    .use-item dt p {
      width: auto !important;
      font-weight: normal !important;
      margin: 6px 0 0 !important;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 0 !important; }
  .use-item dd {
    width: calc(20%);
    margin-left: 5px; }
    .use-item dd img {
      width: 100%;
      height: auto; }

@media all and (max-width: 768px) {
  .tech-inner .tit-center {
    margin: 30px 0 20px; }

  .tit-center.min {
    margin-bottom: 20px; }

  .grid-column.bdtop {
    padding-top: 0;
    margin-bottom: 0; }
    .grid-column.bdtop .section-inner:first-child {
      margin-bottom: 0; }

  .grid-column.hair .style-section:before {
    content: none; }

  .grid-column .style-section.salon-section::before {
    content: normal; }

  .salon-block .section-inner {
    padding-top: 20px; }

  .salon-section .comment {
    margin-top: 20px; }

  .tech-inner {
    padding-bottom: 0; }
    .tech-inner .step + .step {
      padding-top: 0; }

  .ready-section .ready-item {
    display: block;
    padding: 0 4%;
    margin-top: -15px; }
    .ready-section .ready-item li {
      width: 100%;
      padding: 4.34783%; }

  .use-item dt h5 {
    font-size: 12px;
    font-size: 1.2rem; }
  .use-item dt p {
    font-size: 11px;
    font-size: 1.1rem; }
  .use-item dd {
    width: calc(25%); }

  .point-section {
    padding-top: 20px; } }
.chart-table .table li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }

/* 独自スタイル：TRIMMING KIT ＞ BODY
 ========================================================================== */
.body-hair-trimmer .section-block .section-inner {
  display: block; }

.body-inner-content {
  padding-top: 0 !important; }

.body-hair-trimmer .top-border, .body-hair-trimmer .top-border-sp {
  border-top: 1px solid #ddd !important; }
.body-hair-trimmer img {
  width: 100%; }
.body-hair-trimmer .before-after {
  width: 675px !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding-top: 30px; }
  .body-hair-trimmer .before-after img {
    width: 100%;
    height: auto; }
.body-hair-trimmer .body-border {
  padding-top: 0 !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px; }
.body-hair-trimmer .body-tit {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }
  .body-hair-trimmer .body-tit span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-top: 15px; }
  .body-hair-trimmer .body-tit .sp-br {
    display: none; }
.body-hair-trimmer .tit-horizontal {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap;
  margin-top: 30px; }
.body-hair-trimmer .how-to-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px; }
  .body-hair-trimmer .how-to-list li {
    width: 33.33333%;
    position: relative;
    display: grid;
    display: -ms-grid;
    text-align: center; }
    .body-hair-trimmer .how-to-list li img {
      width: 100%;
      height: auto; }
.body-hair-trimmer .use-point {
  margin-top: 30px; }
  .body-hair-trimmer .use-point li {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold; }
    .body-hair-trimmer .use-point li span {
      color: #ec0b43; }
.body-hair-trimmer .ng-point {
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }
.body-hair-trimmer .ng-point:before {
  content: "";
  background: url(../img/product/trimming-kit/body/ng_icon.html) no-repeat 0 0;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 6px; }
.body-hair-trimmer .ng-list {
  padding-bottom: 30px; }
  .body-hair-trimmer .ng-list li {
    margin-top: 15px; }
    .body-hair-trimmer .ng-list li dt {
      font-weight: bold; }
    .body-hair-trimmer .ng-list li dd {
      margin-top: 4px; }
.body-hair-trimmer .body-advice {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 30px; }
  .body-hair-trimmer .body-advice .left-img, .body-hair-trimmer .body-advice .right-img {
    width: calc(50% - 15px);
    padding: 0 30px; }
.body-hair-trimmer .comment {
  margin-top: 0; }
.body-hair-trimmer .more-block {
  padding-top: 30px; }
.body-hair-trimmer .more-how-to {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .body-hair-trimmer .more-how-to > li {
    padding: 0 30px;
    width: 33.33333%;
    margin-bottom: 30px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center; }
  .body-hair-trimmer .more-how-to h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left; }
  .body-hair-trimmer .more-how-to h6 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #ec0b43;
    font-weight: bold;
    margin-top: 30px;
    text-align: left; }
  .body-hair-trimmer .more-how-to p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: left; }
  .body-hair-trimmer .more-how-to li:last-child {
    border-right: 0; }
.body-hair-trimmer ol {
  font-size: 13px;
  font-size: 1.3rem; }
  .body-hair-trimmer ol li {
    padding-left: 30px;
    margin-top: 15px;
    text-align: left;
    position: relative; }
  .body-hair-trimmer ol li:nth-child(1):before {
    content: "❶";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .body-hair-trimmer ol li:nth-child(2):before {
    content: "❷";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
.body-hair-trimmer .pic-l {
  width: 60%;
  display: inline-block;
  margin: 0 auto; }

@media all and (max-width: 768px) {
  .body-hair-trimmer .top-border-sp {
    border-top: 0 !important; }
  .body-hair-trimmer .before-after {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px !important; }
  .body-hair-trimmer .body-tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
    .body-hair-trimmer .body-tit span {
      font-size: 15px;
      font-size: 1.5rem;
      display: block;
      margin-top: 15px; }
    .body-hair-trimmer .body-tit .sp-br {
      display: block; }
  .body-hair-trimmer .how-to-list {
    padding-left: 8.69565%;
    padding-right: 8.69565%;
    padding-bottom: 0; }
    .body-hair-trimmer .how-to-list li {
      width: 100%;
      margin-top: 20px; }
    .body-hair-trimmer .how-to-list li:first-child {
      margin-top: 0; }
  .body-hair-trimmer .use-point li {
    font-size: 13px;
    font-size: 1.3rem; }
  .body-hair-trimmer .ng-point {
    font-size: 13px;
    font-size: 1.3rem; }
  .body-hair-trimmer .ng-list {
    padding-bottom: 30px; }
    .body-hair-trimmer .ng-list li {
      margin-top: 15px; }
  .body-hair-trimmer .more-how-to {
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
    .body-hair-trimmer .more-how-to > li {
      padding: 0;
      width: 100%;
      margin-bottom: 30px;
      border-right: 0; }
    .body-hair-trimmer .more-how-to h5 {
      font-size: 15px;
      font-size: 1.5rem; }
    .body-hair-trimmer .more-how-to h6 {
      font-size: 13px;
      font-size: 1.3rem;
      margin-top: 20px; }
  .body-hair-trimmer ol li {
    margin-top: 10px; }
  .body-hair-trimmer .body-advice .left-img, .body-hair-trimmer .body-advice .right-img {
    width: 100%;
    padding: 0; }
  .body-hair-trimmer .body-advice .left-img {
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
  .body-hair-trimmer .comment {
    width: 100%;
    margin-left: 0; }

  .more-block {
    padding-top: 0; }

  .more-how-to {
    display: block;
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
    .more-how-to li {
      width: 100%;
      margin-bottom: 15px; }
    .more-how-to h5 {
      font-size: 14px;
      font-size: 1.4rem; }
    .more-how-to p {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; }

  .bottom-off {
    padding-bottom: 0 !important; }

  .body-hair-trimmer .section-block .section-inner .tit-vertical p {
    top: 20px !important; }

  .tech-section .section-content .section-content {
    padding-top: 0 !important; } }
/* 独自スタイル：STYLING
 ========================================================================== */
.styling .section-block .style-section .section-content .comment {
  padding: 30px 30px 30px 14%;
  min-height: 230px;
  margin: 0 auto;
  max-width: 900px; }
  .styling .section-block .style-section .section-content .comment .person {
    width: 18%;
    left: -30px; }
.styling .tit-square {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 24px; }
.styling .movie-sttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px; }
.styling .tit-wrap {
  margin: 0 auto;
  padding: 60px 0 40px;
  text-align: center; }
  .styling .tit-wrap h4, .styling .tit-wrap .icon-num {
    display: inline-block;
    vertical-align: middle; }
  .styling .tit-wrap h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em; }
  .styling .tit-wrap .icon-num {
    width: 35px;
    height: 35px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    line-height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center; }
.styling .rank-list dt, .styling .rank-list dd {
  display: inline-block; }
.styling .rank-list dt {
  width: 8%;
  margin-bottom: 18px;
  vertical-align: top; }
.styling .rank-list dt span {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  padding: 6px 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }
.styling .rank-list dd {
  width: 90%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
.styling .img-content {
  margin-bottom: 30px; }
.styling .tech-inner {
  padding-bottom: 50px; }
  .styling .tech-inner .tit-center {
    margin: 0 auto;
    padding: 60px 0 40px;
    vertical-align: middle; }
    .styling .tech-inner .tit-center .icon {
      color: #fff;
      background-color: #000;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 14px 15px 10px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin-right: 10px; }
    .styling .tech-inner .tit-center .num {
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      margin-left: 5px; }
    .styling .tech-inner .tit-center:after {
      content: none; }
.styling #recommend a {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .styling #recommend a div {
    text-align: left;
    margin-left: 40px; }
  .styling #recommend a .pic {
    width: 30%;
    margin: 0; }
  .styling #recommend a .text {
    font-size: 13px;
    font-size: 1.3rem; }

@media all and (max-width: 768px) {
  .styling .section-block .style-section .section-content .comment {
    padding: 20px 4% 20px 40%;
    width: 100%; }
    .styling .section-block .style-section .section-content .comment .person {
      left: 0; }
  .styling .tit-square {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px; }
  .styling .movie-sttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 86.66667%;
    margin: 0 auto 10px;
    text-align: center; }
  .styling .tit-wrap {
    width: 86.66667% !important;
    padding: 0;
    text-align: left; }
    .styling .tit-wrap h4 {
      font-size: 15px;
      font-size: 1.5rem;
      width: 87%; }
    .styling .tit-wrap .icon-num {
      width: 30px;
      height: 30px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2.3;
      margin-right: 6px; }
  .styling .rank-list dt {
    width: 8%;
    margin-bottom: 12px;
    vertical-align: top; }
  .styling .rank-list dt span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 2;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    background-color: #000;
    padding: 4px 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
  .styling .rank-list dd {
    width: 90%;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
  .styling .img-content {
    width: 86.66667%;
    margin: 0 auto 30px; }
  .styling .about-section {
    width: 86.66667% !important;
    margin: 0 auto !important; }
  .styling .youtube {
    margin-bottom: 0 !important; }
  .styling .tech-inner {
    padding: 30px 0 0; }
    .styling .tech-inner .tit-center {
      width: 86.66667% !important;
      text-align: left;
      margin: 0 auto;
      padding: 0; }
      .styling .tech-inner .tit-center .icon {
        padding: 10px 12px 8px;
        font-size: 11px;
        font-size: 1.1rem; }
      .styling .tech-inner .tit-center .num {
        font-size: 15px;
        font-size: 1.5rem; }
  .styling #recommend a {
    width: 100%;
    display: block; }
    .styling #recommend a div {
      text-align: center;
      margin-left: 0; }
    .styling #recommend a .pic {
      width: 60%;
      margin: 0 auto;
      margin-bottom: 10px; }
    .styling #recommend a .text {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem; } }
/* 独自スタイル：購入ボタン
 ========================================================================== */
@media all and (min-width: 769px) {
  .shop-block {
    border-top: none;
    padding: 0;
    margin-bottom: 0; }
    .shop-block .shop-section .shop-btn {
      max-width: 320px;
      height: 60px;
      margin: 0 auto;
      position: relative;
      background-color: #f4f4f4;
      color: #000;
      font-weight: bold;
      font-size: 13px;
      font-size: 1.3rem;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      cursor: pointer; }
      .shop-block .shop-section .shop-btn span {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        .shop-block .shop-section .shop-btn span svg {
          fill: #000;
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
          margin-right: 15px; }
      .shop-block .shop-section .shop-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 25px;
        display: block;
        width: 6px;
        height: 6px;
        -moz-transform: rotate(135deg) translate(50%, -25%);
        -ms-transform: rotate(135deg) translate(50%, -25%);
        -webkit-transform: rotate(135deg) translate(50%, -25%);
        transform: rotate(135deg) translate(50%, -25%);
        transform-origin: 100% 0%;
        border-width: 2px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .shop-block .shop-section .shop-btn:hover, .shop-block .shop-section .shop-btn.active {
        background-color: #222;
        color: white; }
        .shop-block .shop-section .shop-btn:hover span, .shop-block .shop-section .shop-btn.active span {
          color: white; }
          .shop-block .shop-section .shop-btn:hover span svg, .shop-block .shop-section .shop-btn.active span svg {
            fill: white; }
        .shop-block .shop-section .shop-btn:hover::after, .shop-block .shop-section .shop-btn.active::after {
          border-color: white; }
      .shop-block .shop-section .shop-btn.active::after {
        -moz-transform: rotate(-45deg) translate(25%, -50%);
        -ms-transform: rotate(-45deg) translate(25%, -50%);
        -webkit-transform: rotate(-45deg) translate(25%, -50%);
        transform: rotate(-45deg) translate(25%, -50%);
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .shop-block .shop-section .acc-body {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding-top: 40px; }
      .shop-block .shop-section .acc-body > div {
        width: -moz-calc(50% - 15px);
        width: -o-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px); }
        .shop-block .shop-section .acc-body > div:only-of-type {
          width: 100%; }
        .shop-block .shop-section .acc-body > div .type {
          background-color: #f4f4f4;
          text-align: center;
          padding: 10px;
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: bold;
          margin-bottom: 20px; }
        .shop-block .shop-section .acc-body > div ul {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          .shop-block .shop-section .acc-body > div ul li {
            width: -moz-calc(33.333% - 13.333px);
            width: -o-calc(33.333% - 13.333px);
            width: -webkit-calc(33.333% - 13.333px);
            width: calc(33.333% - 13.333px);
            margin-bottom: 20px;
            border: 1px solid #ddd; }
            .shop-block .shop-section .acc-body > div ul li:not(:nth-child(3n)) {
              margin-right: 20px; }
            .shop-block .shop-section .acc-body > div ul li a {
              display: block;
              width: 100%;
              height: 60px;
              position: relative;
              text-indent: 100%;
              white-space: nowrap;
              overflow: hidden;
              -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
              .shop-block .shop-section .acc-body > div ul li a.amazon {
                background: url(../img/shop/amazon.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.lohaco {
                background: url(../img/shop/lohaco.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.rakuten {
                background: url(../img/shop/rakuten.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.soukaidrug {
                background: url(../img/shop/soukaidrug.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.kenkocom {
                background: url(../img/shop/kenkocom.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a::after {
                content: "";
                position: absolute;
                width: 9px;
                height: 9px;
                background: url(../img/shop/icon_ext.svg) no-repeat top center;
                background-size: contain;
                top: 5px;
                right: 5px; }
              .shop-block .shop-section .acc-body > div ul li a:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                opacity: 0.5;
                -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
            .shop-block .shop-section .acc-body > div ul li.clone {
              height: 0;
              border: none; }
        .shop-block .shop-section .acc-body > div p {
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem; }

  .detail-list > li .shop-block .shop-section .acc-body {
    display: block; }
    .detail-list > li .shop-block .shop-section .acc-body > div {
      width: 100%;
      margin-bottom: 30px; }

  .hair-jam .shop-block {
    margin-top: -80px; } }
@media all and (max-width: 768px) {
  .shop-block {
    margin: 20px 0 30px; }
    .shop-block .shop-section .shop-btn {
      width: 92%;
      max-width: 320px;
      height: 60px;
      margin: 0 auto;
      background-color: #f4f4f4;
      color: #000;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      font-weight: bold;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .shop-block .shop-section .shop-btn span {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        .shop-block .shop-section .shop-btn span svg {
          fill: #000;
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -webkit-transform: translateY(0px);
          transform: translateY(0px);
          margin-right: 10px; }
      .shop-block .shop-section .shop-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 25px;
        display: block;
        width: 6px;
        height: 6px;
        -moz-transform: rotate(135deg) translate(50%, -25%);
        -ms-transform: rotate(135deg) translate(50%, -25%);
        -webkit-transform: rotate(135deg) translate(50%, -25%);
        transform: rotate(135deg) translate(50%, -25%);
        transform-origin: 100% 0%;
        border-width: 2px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .shop-block .shop-section .shop-btn.active {
        background-color: #222;
        color: white; }
        .shop-block .shop-section .shop-btn.active span {
          color: white; }
          .shop-block .shop-section .shop-btn.active span svg {
            fill: white; }
        .shop-block .shop-section .shop-btn.active::after {
          border-color: white;
          -moz-transform: rotate(-45deg) translate(25%, -50%);
          -ms-transform: rotate(-45deg) translate(25%, -50%);
          -webkit-transform: rotate(-45deg) translate(25%, -50%);
          transform: rotate(-45deg) translate(25%, -50%);
          -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .shop-block .shop-section .acc-body {
      padding-top: 20px; }
      .shop-block .shop-section .acc-body > div {
        width: 100%;
        width: 92%;
        margin: 0 auto; }
        .shop-block .shop-section .acc-body > div:not(:last-of-type) {
          margin-bottom: 20px; }
        .shop-block .shop-section .acc-body > div .type {
          background-color: #f4f4f4;
          text-align: center;
          padding: 10px;
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: bold;
          margin-bottom: 15px; }
        .shop-block .shop-section .acc-body > div ul {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 5px; }
          .shop-block .shop-section .acc-body > div ul li {
            width: -moz-calc(50% - 5px);
            width: -o-calc(50% - 5px);
            width: -webkit-calc(50% - 5px);
            width: calc(50% - 5px);
            margin-bottom: 10px;
            border: 1px solid #ddd; }
            .shop-block .shop-section .acc-body > div ul li:not(:nth-child(2n)) {
              margin-right: 10px; }
            .shop-block .shop-section .acc-body > div ul li a {
              display: block;
              width: 100%;
              height: 60px;
              position: relative;
              text-indent: 100%;
              white-space: nowrap;
              overflow: hidden;
              -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
              .shop-block .shop-section .acc-body > div ul li a.amazon {
                background: url(../img/shop/amazon.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.lohaco {
                background: url(../img/shop/lohaco.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.rakuten {
                background: url(../img/shop/rakuten.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.soukaidrug {
                background: url(../img/shop/soukaidrug.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a.kenkocom {
                background: url(../img/shop/kenkocom.png) no-repeat 50% 50%/contain; }
              .shop-block .shop-section .acc-body > div ul li a::after {
                content: '';
                position: absolute;
                width: 9px;
                height: 9px;
                background: url(../img/shop/icon_ext.svg) no-repeat top center;
                background-size: contain;
                top: 5px;
                right: 5px; }
              .shop-block .shop-section .acc-body > div ul li a:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                opacity: 0.5;
                -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
            .shop-block .shop-section .acc-body > div ul li.clone {
              height: 0;
              border: none; }
        .shop-block .shop-section .acc-body > div p {
          font-weight: bold;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem; }

  .detail-list > li .shop-block {
    margin: 20px 0 30px !important; } 
	
	}
	
	
	
	.picgelwax {
    grid-column: 1 / 2;
    -ms-grid-column: 1;
    grid-row: span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    display: block; }
   .picgelwax img {
      width: 100%;
      height: auto;
      display: block; }


.linebreak { border-top:1px solid #ddd; border-bottom:none; border-left:none; border-right:none; padding-top:30px; padding-bottom:30px; }

.pc-space-reduce {margin-top:-100px;}

.mobileSpacing { margin-top:0px; margin-bottom:0px; }

.mobileLine { margin-top:-30px; margin-bottom:10px; }

@media all and (max-width: 1024px) { 

.pc-space-reduce { margin-top:0px;} 

.mobileSpacing { margin-top:20px; margin-bottom:20px; }

.mobileLine { margin-top:30px; margin-bottom:10px; }
}
#product-original .item-main .step-img {
       position: relative;
    right: -644px!important;
    margin-top: -231px!important;
    width: auto;
}
#product-original .item-main .step-img img {
    width: 100%;
    float: right;
}
#product-original .section-content .pic img {
    width: 100%;
    height: auto;
}
.step-img-prd img{
	 width: 190px;
}
@media (max-width: 768px){
	
	#product-original .item-main .step-img {
    position: relative; 
   right: 0px!important; 
    margin-top: 0px!important; 
    width: auto;
}
}
   
 .title_prd{
	 font-size: 2rem;
	 color: #141414;
	 text-align: left;
	 font-weight:400;
	 font-style:normal;
 border-left-width: 4px !important;
    padding-left: 15px !important;
    border-left-color: #000000 !important;
    border-left-style: solid !important;
 }   
 
 .step-img-prd{
	 float: right;
 }
 .disc-list li {
    text-transform: capitalize;
 font-weight: 300;
 }
 @media (max-width: 768px){
#product-original .item-main .movie {
        width: 90%!important;
    margin-right: 0%!important;
    margin-top: 0%!important;
    padding-left: 38px;
}
 }