@media all and (min-width: 641px) {
  .section-pagetop .page-title {
    width: 235px;
  }

  .section-pagetop .page-title-text {
    font-size: 16px !important;
  }

  .title {
    width: 570px;
    margin: auto;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding: 16px 0;
    border-bottom: solid 1px #bcbfc6;
  }

  .section-intro {
    margin: 0;
    margin-top: -145px;
    background-color: #fff;
  }

  .section-intro .section--inner {
    margin: auto;
    max-width: 1440px;
    width: 100%;
    height: 629px;
    background: url('../img/bg-intro.jpg') center center/cover no-repeat;
  }

  .section-intro .intro-text {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin: auto;
    position: relative;
  }

  .section-intro .intro-text .text {
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 2.25;
    position: absolute;
    top: 160px;
    left: -150px;
  }

  .section-map {
    margin: 0;
    padding-top: 70px;
    padding-bottom: 120px;
    background-color: #fff;
  }

  .section-map .sub-text {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
  }

  .section-map .map-holder {
    height: 720px;
    margin: 90px auto 35px;
    position: relative;
  }

  .section-map .map-holder:before {
    content: '';
    display: block;
    margin: auto;
    width: 832px;
    height: 720px;
    background-image: url('../img/bg-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-map .map-holder .icon {
    font-size: 15px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #000;
    position: absolute;
    z-index: 2;
  }

  .section-map .map-holder .box {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s 0.4s;
    transition: opacity 0.6s 0.4s;
  }

  .section-map .map-holder .item {
    display: block;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
  }

  .section-map .map-holder .item:hover {
    z-index: 2;
  }

  .section-map .map-holder .item.active .box {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }

  .section-map .map-holder.bgShow .item:not(.active) {
    opacity: 0.15;
  }

  .section-map .bg-frame {
    margin: auto;
    width: 760px;
    height: 600px;
    border: 2px solid #ccc;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
  }

  .section-map .icon.black {
    color: #fff;
    background-color: #000;
  }

  .section-map .icon.oily,
  .section-map .icon.dry {
    width: 85px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .section-map .icon.special-care,
  .section-map .icon.standard-care {
    width: 145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-map .icon.oily {
    margin-left: 467px;
  }

  .section-map .icon.dry {
    margin-left: -470px;
  }

  .section-map .icon.special-care {
    top: -35px;
  }

  .section-map .icon.standard-care {
    bottom: -35px;
  }

  .section-map .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .section-map .item .icon-attention {
    font-size: 15px;
    color: #9d162e;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
  }

  .section-map .item .box {
    width: 240px;
    padding: 15px;
    background-color: #fff;
    text-align: left;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ccc;
  }

  .section-map .item .box:before {
    width: 22px;
    height: 22px;
    margin: auto;
    content: '';
    display: block;
    background: url('../img/icon-bottom.svg') bottom center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19.5px;
  }

  .section-map .item .item-pic {
    height: 220px;
    height: 200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .section-map .item .item-set {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .section-map .item .item-name,
  .section-map .item .item-type {
    font-size: 16px;
    font-weight: bold;
  }

  .section-map .item .item-name {
    line-height: 1.375;
  }

  .section-map .item .item-type.oily {
    color: #9d162e;
  }

  .section-map .item .item-type.dry {
    color: #051469;
  }

  .section-map .item .item-type.oilyhard {
    color: #370a4b;
  }

  .section-map .item .item-price {
    font-size: 15px;
    margin-top: 5px;
  }

  .section-map .item .note-text {
    font-size: 12px;
    margin-top: 5px;
  }

  .section-map .item .sub {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .section-map .item .btn-more {
    width: 200px;
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }

  .section-map .item .btn-more .icon-arrow {
    width: 5px;
    height: 8px;
  }

  .section-map .item .note {
    font-size: 15px;
    color: #9d162e;
    margin-top: 5px;
  }

  .section-map .item.premium {
    top: -83px;
    margin-right: -220px;
  }

  .section-map .item.premium .item-pic {
    width: 75px;
  }

  .section-map .item.premium.active .box {
    margin-top: -77px;
  }

  .section-map .item.dignity {
    top: -108px;
    margin-right: -327px;
  }

  .section-map .item.dignity .item-pic {
    width: 70px;
  }

  .section-map .item.dignity.active .box {
    margin-top: -170px;
  }

  .section-map .item.jet {
    width: 85px;
    top: 115px;
    margin-right: -44px;
  }

  .section-map .item.jet .item-pic {
    width: 39px;
  }

  .section-map .item.jet.active .box {
    margin-top: -198px;
  }

  .section-map .item.dandruff {
    top: 98px;
    margin-right: -187px;
  }

  .section-map .item.dandruff .item-pic {
    width: 71px;
  }

  .section-map .item.dandruff.active .box {
    margin-top: -198px;
  }

  .section-map .item.deodorant {
    top: 98px;
    margin-right: -275px;
  }

  .section-map .item.deodorant .item-pic {
    width: 71px;
  }

  .section-map .item.deodorant.active .box {
    margin-top: -198px;
  }

  .section-map .item.scalpd {
    top: 250px;
  }

  .section-map .item.scalpd .item-pic {
    width: 71px;
  }

  .section-map .item.scalpd.active .box {
    margin-top: -175px;
  }

  .section-map .item.dry {
    margin-right: 245px;
  }

  .section-map .item.oily {
    margin-right: -112px;
  }

  .section-map .item.strong {
    margin-right: -357px;
  }

  .section-map .item.strong.active .box {
    margin-top: -197px;
  }

  .section-map .item.dry-protein {
    top: 479px;
    margin-right: 290px;
  }

  .section-map .item.dry-protein .item-pic {
    width: 70px;
  }

  .section-map .item.dry-protein.active .box {
    margin-top: -197px;
  }

  .section-map .item.dry-organic {
    top: 479px;
    margin-right: 212px;
  }

  .section-map .item.dry-organic .item-pic {
    width: 77px;
  }

  .section-map .item.dry-organic.active .box {
    margin-top: -197px;
  }

  .section-map .item.oily-protein {
    top: 478px;
    margin-right: -76px;
  }

  .section-map .item.oily-protein .item-pic {
    width: 70px;
  }

  .section-map .item.oily-protein.active .box {
    margin-top: -197px;
  }

  .section-map .item.oily-organic {
    top: 475px;
    margin-right: -153px;
  }

  .section-map .item.oily-organic .item-pic {
    width: 77px;
  }

  .section-map .item.oily-organic.active .box {
    margin-top: -197px;
  }

  .section-chart {
    background: url('../img/bg-chart.jpg') center center/cover no-repeat;
  }

  .section-chart .table-holder {
    width: 904px;
  }

  .section-chart .table-holder .table-title {
    font-size: 26px !important;
    border-top: 0 !important;
  }

  .section-chart .comparison-table .th {
    width: 154px;
  }

  .section-chart .comparison-table td {
    width: 250px;
  }

  .section-chart .comparison-table .item-td .text {
    margin-bottom: 10px;
  }

  .section-chart .comparison-table .star-holder {
    position: relative;
    width: 53px;
    height: 17px;
    margin: auto;
  }

  .section-chart .comparison-table .star-holder.star-3 .star-el {
    width: 100%;
  }

  .section-chart .comparison-table .star-holder.star-2-5 .star-el {
    width: 83.33%;
  }

  .section-chart .comparison-table .star-holder.star-2 .star-el {
    width: 66.666666%;
  }

  .section-chart .comparison-table .star-holder.star-1 .star-el {
    width: 33.333333%;
  }

  .section-chart .comparison-table .star-holder .star-bg,
  .section-chart .comparison-table .star-holder .star-el {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center left;
    background-size: 100%;
    background-size: 53px;
    background-repeat: no-repeat;
  }

  .section-chart .comparison-table .star-holder .star-bg {
    background-image: url('../img/star3-gray.svg');
  }

  .section-chart .comparison-table .star-holder .star-el {
    background-image: url('../img/star3-gold.svg');
  }
}

@media screen and (max-width: 640px) {
  .title {
    width: 89.0625vw;
    margin: auto;
    font-weight: bold;
    text-align: center;
    font-size: 4.2rem;
    padding: 3.125vw 0;
    margin-bottom: 3.125vw;
    border-bottom: solid 0.3125vw #ccc;
  }

  .section-pagetop {
    margin: 0;
    position: relative;
  }

  .section-pagetop .page-title img {
    width: 43.28125vw;
  }

  .section-intro {
    margin: 0;
    margin-top: -20.3125vw;
    height: 150.9375vw;
    background: url('../img/bg-intro-sp.jpg') no-repeat top center;
  }

  .section-intro .intro-text {
    font-size: 2.4rem;
    line-height: 1.83333;
    padding-top: 9.5625vw;
  }

  .section-map {
    margin: 0;
    padding-top: 15.625vw;
    padding-bottom: 21.09375vw;
    background-color: #fff;
  }

  .section-map .sub-text {
    font-size: 2.4rem;
    text-align: center;
  }

  .section-map .icon-holder .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.2rem;
    text-align: center;
    position: absolute;
  }

  .section-map .icon-holder .icon.special-care {
    top: -7.03125vw;
  }

  .section-map .icon-holder .icon.oily {
    right: -3.125vw;
  }

  .section-map .icon-holder .icon.dry {
    left: -3.125vw;
  }

  .section-map .icon-holder .icon.standard-care {
    bottom: -7.03125vw;
  }

  .section-map .icon-holder .icon.special-care,
  .section-map .icon-holder .icon.standard-care {
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-map .icon-holder .icon.oily,
  .section-map .icon-holder .icon.dry {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .section-map .icon-holder .icon.care {
    width: 31.25vw;
    height: 5.625vw;
  }

  .section-map .icon-holder .icon.black {
    color: #fff;
    background-color: #000;
    border: 0.3125vw solid #000;
  }

  .section-map .icon-holder .icon:not(.care) {
    width: 5.625vw;
    height: 20.3125vw;
  }

  .section-map .icon-holder .icon:not(.black) {
    color: #000;
    border: 0.3125vw solid #000;
  }

  .section-map .map-holder {
    position: relative;
  }

  .section-map .map-holder:before {
    content: '';
    display: block;
    width: 79.0625vw;
    height: 121.5625vw;
    margin: 15.625vw auto 0;
    background-image: url('../img/bg-arrow-sp.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }

  .section-map .map-holder:after {
    content: '';
    display: block;
    margin: auto;
    width: 100%;
    height: 140.625vw;
    position: absolute;
    top: -12.5vw;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .section-map .map-holder .box {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .section-map .map-holder .item {
    display: block;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .section-map .map-holder .item:hover {
    z-index: 2;
  }

  .section-map .map-holder .item.active .box {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }

  .section-map .map-holder.bgShow .item:not(.active) {
    opacity: 0.15;
    pointer-events: none;
  }

  .section-map .bg-frame {
    width: 71.875vw;
    height: 104.6875vw;
    display: block;
    border: 0.625vw solid #ccc;
    position: absolute;
    top: 8.59375vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }

  .section-map .item-type.oily {
    color: #9d162e;
  }

  .section-map .item-type.dry {
    color: #051469;
  }

  .section-map .item-type.oilyhard {
    color: #370a4b;
  }

  .section-map .box {
    display: block;
    width: 54.6875vw;
    background-color: #fff;
    border: 0.15625vw solid #ccc;
    padding: 3.125vw 4.375vw 3.90625vw;
    position: absolute;
    text-align: left;
    right: 0;
    z-index: 2;
  }

  .section-map .box:before {
    width: 3.75vw;
    height: 3.75vw;
    margin: auto;
    content: '';
    display: block;
    background: url('../img/icon-bottom.svg') bottom center/contain no-repeat;
    position: absolute;
  }

  .section-map .box .item-name,
  .section-map .box .item-type {
    font-size: 2.2rem;
    line-height: 1.45455;
    font-weight: bold;
  }

  .section-map .box .item-price {
    font-size: 2rem;
    margin-top: 1.5625vw;
  }

  .section-map .box .note-text,
  .section-map .box .note {
    font-size: 2rem;
  }

  .section-map .box .note-text {
    margin-top: 1.25vw;
  }

  .section-map .box .note {
    color: #9d162e;
    margin-top: 0.78125vw;
  }

  .section-map .box .sub {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }

  .section-map .box .btn-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    margin-top: 3.59375vw;
  }

  .section-map .box .btn-close .text {
    font-size: 2rem;
    text-decoration: underline;
  }

  .section-map .box .btn-close .icon-close {
    display: block;
    width: 2.65625vw;
    height: 2.65625vw;
    margin-top: 0.78125vw;
    margin-right: 1.5625vw;
  }

  .section-map .box .btn-more {
    width: 45.3125vw;
    min-height: 9.375vw;
    margin-top: 4.375vw;
  }

  .section-map .box .btn-more .icon-arrow {
    right: 2.65625vw;
    width: 1.25vw;
    height: 2.1875vw;
  }

  .section-map .box .btn-more .text {
    font-size: 2rem;
  }

  .section-map .item {
    position: absolute;
  }

  .section-map .item.premium {
    top: -2.03125vw;
    right: 15.15625vw;
  }

  .section-map .item.premium .item-pic {
    width: 10.3125vw;
  }

  .section-map .item.premium .box {
    right: -3.28125vw;
    top: 27.03125vw;
  }

  .section-map .item.premium .box:before {
    right: 6.25vw;
    top: -3.35938vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-map .item.dignity {
    top: -8.90625vw;
    right: 2.8125vw;
  }

  .section-map .item.dignity .item-pic {
    width: 9.21875vw;
  }

  .section-map .item.dignity .box {
    right: -4.21875vw;
    top: 28.125vw;
  }

  .section-map .item.dignity .box:before {
    right: 6.875vw;
    top: -3.35938vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-map .item.jet {
    top: 28.90625vw;
    right: 36.71875vw;
  }

  .section-map .item.jet .item-pic {
    width: 5.3125vw;
  }

  .section-map .item.jet .box {
    right: -5.78125vw;
    top: 26.875vw;
  }

  .section-map .item.jet .box:before {
    right: 6.25vw;
    top: -3.35938vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-map .item.dandruff {
    top: 23.4375vw;
    right: 22.96875vw;
  }

  .section-map .item.dandruff .item-pic {
    width: 9.6875vw;
  }

  .section-map .item.dandruff .box {
    right: -3.59375vw;
    top: 27.34375vw;
  }

  .section-map .item.dandruff .box:before {
    right: 6.875vw;
    top: -3.35938vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-map .item.deodorant {
    top: 23.4375vw;
    right: 10.46875vw;
  }

  .section-map .item.deodorant .item-pic {
    width: 9.6875vw;
  }

  .section-map .item.deodorant .box {
    right: -3.59375vw;
    top: 27.34375vw;
  }

  .section-map .item.deodorant .box:before {
    right: 6.875vw;
    top: -3.35938vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .section-map .item.dry {
    top: 51.40625vw;
    right: 59.21875vw;
  }

  .section-map .item.dry .item-pic {
    width: 9.6875vw;
  }

  .section-map .item.dry .box {
    top: -55.3125vw;
    left: -3.90625vw;
  }

  .section-map .item.dry .box:before {
    left: 6.5625vw;
    bottom: -3.35938vw;
  }

  .section-map .item.oily {
    top: 51.09375vw;
    right: 25.9375vw;
  }

  .section-map .item.oily .item-pic {
    width: 9.6875vw;
  }

  .section-map .item.oily .box {
    top: -55vw;
    right: -3.59375vw;
  }

  .section-map .item.oily .box:before {
    right: 6.5625vw;
    bottom: -3.35938vw;
  }

  .section-map .item.strong {
    top: 51.09375vw;
    right: 7.8125vw;
  }

  .section-map .item.strong .item-pic {
    width: 9.6875vw;
  }

  .section-map .item.strong .box {
    top: -60vw;
    right: -3.90625vw;
  }

  .section-map .item.strong .box:before {
    right: 6.875vw;
    bottom: -3.35938vw;
  }

  .section-map .item.dry-protein {
    top: 93.125vw;
    right: 63.75vw;
  }

  .section-map .item.dry-protein .item-pic {
    width: 9.84375vw;
  }

  .section-map .item.dry-protein .box {
    top: -60.46875vw;
    left: -3.4375vw;
  }

  .section-map .item.dry-protein .box:before {
    left: 6.25vw;
    bottom: -3.35938vw;
  }

  .section-map .item.dry-organic {
    top: 92.96875vw;
    right: 52.5vw;
  }

  .section-map .item.dry-organic .item-pic {
    width: 10.9375vw;
  }

  .section-map .item.dry-organic .box {
    top: -60.46875vw;
    left: -3.125vw;
  }

  .section-map .item.dry-organic .box:before {
    left: 6.5625vw;
    bottom: -3.35938vw;
  }

  .section-map .item.oily-protein {
    top: 92.96875vw;
    right: 30.3125vw;
  }

  .section-map .item.oily-protein .item-pic {
    width: 9.84375vw;
  }

  .section-map .item.oily-protein .box {
    top: -60.46875vw;
    right: -3.59375vw;
  }

  .section-map .item.oily-protein .box:before {
    right: 6.5625vw;
    bottom: -3.35938vw;
  }

  .section-map .item.oily-organic {
    top: 92.96875vw;
    right: 18.75vw;
  }

  .section-map .item.oily-organic .item-pic {
    width: 10.9375vw;
  }

  .section-map .item.oily-organic .box {
    top: -60.46875vw;
    right: -3.125vw;
  }

  .section-map .item.oily-organic .box:before {
    right: 6.5625vw;
    bottom: -3.35938vw;
  }

  .section-chart .section--inner {
    padding: 15.625vw 0 21.875vw;
  }

  .section-chart .title {
    margin-bottom: 9.375vw;
  }

  .section-chart .table-title {
    font-size: 3rem !important;
    border-top: 0 !important;
  }

  .section-chart .comparison-table .star-holder {
    position: relative;
    width: 12.1875vw;
    height: 3.90625vw;
    margin: auto;
  }

  .section-chart .comparison-table .star-holder.star-3 .star-el {
    width: 100%;
  }

  .section-chart .comparison-table .star-holder.star-2-5 .star-el {
    width: 83.33%;
  }

  .section-chart .comparison-table .star-holder.star-2 .star-el {
    width: 66.666666%;
  }

  .section-chart .comparison-table .star-holder.star-1 .star-el {
    width: 33.333333%;
  }

  .section-chart .comparison-table .star-holder .star-bg,
  .section-chart .comparison-table .star-holder .star-el {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center left;
    background-size: 100%;
    background-size: 12.1875vw;
    background-repeat: no-repeat;
  }

  .section-chart .comparison-table .star-holder .star-bg {
    background-image: url('../img/star3-gray.svg');
  }

  .section-chart .comparison-table .star-holder .star-el {
    background-image: url('../img/star3-gold.svg');
  }
}

.holder {
  text-align: center;
  padding-top: 48px;
  background-color: rgba(255, 255, 255, 0.85);
  padding-bottom: 80px;
}

.section-title {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 8px;
}

.text-lead {
  font-size: 16px;
  line-height: 36px;
}

.btn-start {
  width: 280px;
  margin: auto;
  margin-top: 50px;
}

.product-box--link {
  padding: 1em;
}

.th-text {
  padding: 0 10rem;
}

.table-holder {
  width: 720px !important;
}

.btn-default1 {
  height: 60px;
  font-size: 18px;
}

.btn-default1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.banner-shampoo-spec {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .table-holder {
    width: 100% !important;
    margin: 0% -4% !important;
  }

  .th-text {
    padding: 0 -10%;
  }

  .btn-start {
    width: 280%;
    margin: auto;
    margin-top: 50px;
  }

  .section-banner-lineup {
    margin: 25px 0;
  }

  /*20210726_lineup_banner*/
  .section-banner-lineup {
    margin: 25px 0;
  }

  .btn-default1 {
    width: 15vw;
    height: 60px;
    font-size: 18px;
  }

  .btn-default1 {
    width: 155%;
    margin: 0% 0% 0% -28%;
  }

  .btn-default1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }

  .btn-default1 .icon-arrow {
    width: 1.875vw;
    height: 2.8125vw;
    right: 4.6875vw;
  }

  .btn-default1 .icon-target {
    height: 3.28125vw;
    right: 4.6875vw;
  }

  .banner-shampoo-spec {
    width: 50%;
  }
}

/* 2022/10/18 テーブル修正 /ad/sd15/all_bt/files/css/style.cssより引用 */
.section-table {
  padding: 40px 0 0;
  margin-top: 100px;
  background: #131313;
}
.section-table h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}

.section-table__container {
  margin: 80px auto 200px;
}

.section-table__container tr th,
.section-table__container tr td {
  padding: 20px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.section-table__container tr th::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #454545;
}
.section-table__container tr th::before,
.section-table__container tr td::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #454545;
}

.section-table__list td:nth-child(1) {
  opacity: 0.7;
  font-size: 16px;
}
.section-table__list[data-font='bold'] {
  font-weight: bold;
  font-size: 16px;
}

.section-table__top th img {
  max-height: 200px;
  height: 100%;
  width: auto;
}

.section-table__list td img {
  max-height: 20px;
  height: 100%;
  width: auto;
}

.section-table__container th .ttl {
  color: #fff;
  width: 140px;
  margin: 10px auto;
}

.section-table__container th .ttl.red {
  background-color: #9c1a36;
}

.section-table__container th .ttl.blue {
  background-color: #2542a6;
}

.section-table__container th .ttl.purple {
  background-color: #62359a;
}

.section-table__container .icon-svg.icon-arrow-black {
  fill: #fff;
}

@media screen and (max-width: 640px) {
  .section-table__container tr th,
  .section-table__container tr td {
    padding: 20px 0;
  }
  .section-table__top th img {
    max-height: inherit;
    height: auto;
    width: 70%;
    margin: 0 auto;
  }

  .section-table__container th .text {
    font-size: 1.3em;
  }

  .section-table__container th .ttl {
    font-size: 1.5em;
  }

  .product-box--button {
    width: 70%;
    margin: auto;
  }
}
