@charset "UTF-8";
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineFadeIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.text-fade,
.text-fade-sp {
  opacity: 0;
  transform: translateY(20px);
}
.text-fade.is-visible,
.text-fade-sp.is-visible {
  animation: textFadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
p {
  line-height: 1.8;
}

h2 {
  color: #2F3A3A;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  h2::after {
    bottom: -24px;
  }
}

.title-submessage {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .title-submessage {
    font-size: 1.4rem;
  }
}

.fv-shampoo {
  position: relative;
  top: -82px;
  margin-bottom: -82px;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 4s ease-out forwards;
}
.fv-shampoo figure img {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .fv-shampoo {
    top: 64px;
    margin-bottom: 64px;
  }
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.center {
  text-align: center;
}

#header {
  z-index: 100;
  width: 100%;
  z-index: 100;
  position: fixed;
}
@media screen and (max-width: 1120px) {
  #header {
    background-color: rgba(255, 255, 255, 0.9490196078);
  }
}
#header {
  transition: 0.5s; /* アニメーションタイミング */
}
#header.is-scrolled {
  background: rgba(255, 255, 255, 0.9490196078);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.message-scalp {
  padding: 4.8rem 0;
  background: linear-gradient(to right, #C8D9E8 0%, #FFFFFF 100%);
}
@media screen and (max-width: 768px) {
  .message-scalp {
    padding: 4rem 0;
  }
}
.message-scalp p {
  text-align: center;
}
.message-scalp .text01 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .message-scalp .text01 {
    font-size: 2rem;
  }
}
.message-scalp .text02 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .message-scalp .text02 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
.message-scalp .text03 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}
.message-scalp .text03::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9647058824);
  width: 100%;
  height: 8px;
  transform: skewX(25deg);
  position: absolute;
  left: -5px;
  bottom: 2px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message-scalp .text03 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .message-scalp .text03 {
    font-size: 1.3rem;
  }
}
.message-scalp .text04 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.message-scalp .text04::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9647058824);
  width: 100%;
  height: 8px;
  transform: skewX(25deg);
  position: absolute;
  left: -5px;
  bottom: 2px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message-scalp .text04 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .message-scalp .text04 {
    font-size: 1.3rem;
  }
}
.message-scalp .message-logo {
  text-align: right;
  margin-top: 6rem;
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .message-scalp .message-logo {
    text-align: right;
    margin-top: 3rem;
    margin-right: 0;
  }
  .message-scalp .message-logo img {
    width: 10rem;
  }
}

.scalp-daily {
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .scalp-daily {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.scalp-daily-box {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .scalp-daily-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
.scalp-daily-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: auto;
  aspect-ratio: 434/593;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .scalp-daily-box::after {
    width: 33%;
    max-width: 125px;
  }
}
.scalp-daily-box-left {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 768px) {
  .scalp-daily-box-left {
    width: 100%;
  }
}
.scalp-daily-box-left p {
  line-height: 2.4;
}
.scalp-daily-box-left P + P {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .scalp-daily-box-left P + P {
    margin-top: 2rem;
  }
}
.scalp-daily-box-right {
  width: 50%;
  animation: fadeIn 4s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .scalp-daily-box-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .scalp-daily-box-right figure {
    text-align: right;
  }
}
.scalp-daily-box-right img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .scalp-daily-box-right img {
    width: 55%;
  }
}
.scalp-daily-message {
  background-color: #C8D9E8;
  padding: 3.2rem 0;
}
@media screen and (max-width: 768px) {
  .scalp-daily-message {
    padding: 1.6rem 0;
  }
}
.scalp-daily-message p {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .scalp-daily-message p {
    font-size: 1.6rem;
    text-align: center;
  }
}

.scalp-desc01 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .scalp-desc01 {
    padding-top: 4rem;
  }
}
.scalp-desc01 .text01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .scalp-desc01 .text01 {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}
.scalp-desc01 .line {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .scalp-desc01 .line {
    width: 100%;
  }
}
.scalp-desc01-content {
  background: linear-gradient(to top, #C8D9E8 0%, #FFFFFF 100%);
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .scalp-desc01-content {
    padding-bottom: 4rem;
  }
}
.scalp-desc01-content .wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .scalp-desc01-content .wrapper {
    margin-top: 2rem;
  }
}
.scalp-desc01-content .wrapper figure {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .scalp-desc01-content .wrapper figure {
    width: 100%;
  }
}
.scalp-desc01-title {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .scalp-desc01-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.scalp-desc01-title .title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .scalp-desc01-title .title {
    font-size: 1.6rem;
  }
}
.scalp-desc01-title .title span {
  color: #74C8D3;
}
.scalp-desc01-title .check-box {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
  padding: 3.2rem 0;
  text-align: center;
  box-shadow: 0 3px 12px rgba(116, 200, 211, 0.4);
}
@media screen and (max-width: 768px) {
  .scalp-desc01-title .check-box {
    padding: 2.4rem 1.2rem;
    text-align: left;
  }
}
.scalp-desc01-title .check-box .check-item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.2rem;
  position: relative;
}
.scalp-desc01-title .check-box .check-item::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-image: url("/img/check-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .scalp-desc01-title .check-box .check-item::before {
    content: none;
  }
}

.material-scalp {
  animation: fadeIn 4s ease-out forwards;
}
.material-scalp .wrapper {
  margin-top: 2rem;
}
.material-scalp .ing-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.material-scalp .ing-item {
  background: #ffffff;
  padding: 18px 18px 16px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.material-scalp .ing-item dt {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #333;
  letter-spacing: 0.04em;
}
.material-scalp .ing-item dd {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #666;
}
.material-scalp .ing-item small {
  font-size: 0.75rem;
  color: #888;
  display: block;
  margin-top: 6px;
}

.how-to-use .title-wrap {
  background-color: #E9F5F6;
  padding: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .how-to-use .title-wrap {
    padding: 1.2rem 0;
  }
}
.how-to-use .title-wrap h2 {
  line-height: 2;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.how-to-use .title-wrap h2::after {
  content: none;
}
.how-to-use-content {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-content {
    padding-top: 4rem;
  }
}
.how-to-use-content .sub-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-content .sub-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.how-to-use-content .sub-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .how-to-use-content .sub-title::after {
    content: none;
  }
}
.how-to-use-content dl {
  width: 80%;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .how-to-use-content dl {
    width: 100%;
    padding: 2rem 0;
  }
}
.how-to-use-content dl .dl-row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-content dl .dl-row {
    flex-direction: column;
    gap: 1rem;
  }
}
.how-to-use-content dl .dl-row:first-of-type {
  margin-bottom: 2rem;
}
.how-to-use-content dl dt {
  width: calc(7em + 1rem);
  text-decoration: underline;
}
.how-to-use-content .line {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .how-to-use-content .line {
    width: 100%;
  }
}
.how-to-use-content .line img {
  width: 100%;
}
.how-to-use-step {
  background: linear-gradient(to top, #E9F5F6 0%, #FFFFFF 100%);
  padding-top: 2rem;
  padding-bottom: 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-step {
    padding-top: 0;
    padding-bottom: 4rem;
    margin-top: 2rem;
  }
}
.how-to-use-step ul {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-step ul {
    gap: 2rem;
    flex-direction: column;
  }
}
.how-to-use-step ul li {
  width: calc(50% - 3rem);
  max-width: 280px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .how-to-use-step ul li {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 2rem;
    text-align: left;
  }
  .how-to-use-step ul li img {
    width: calc(50% - 1rem);
  }
}
.how-to-use-step ul li .title {
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

.voice {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.voice h2 {
  line-height: 2.2;
}
.voice .title-submessage {
  font-weight: 400;
}
.voice .tab {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .voice .tab {
    gap: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2.4rem;
  }
}
.voice .tab li {
  width: calc((100% - 4rem) / 3);
  background-color: #F8F5F5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice .tab li {
    width: calc((100% - 2.4rem) / 3);
  }
}
.voice .tab li:first-child {
  background-color: #E9F5F6;
}
.voice .tab li a {
  width: 100%;
  display: inline-block;
  padding: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .voice .tab li a {
    padding: 2rem 1.2rem;
  }
}
.voice .tab li a:hover {
  opacity: 0.7;
}
.voice-item.voice02, .voice-item.voice03 {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .voice-item.voice02, .voice-item.voice03 {
    margin-top: 4rem;
  }
}
.voice-item .title-wrap.voice01 {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
}
.voice-item .title-wrap.voice02, .voice-item .title-wrap.voice03 {
  background: linear-gradient(to bottom, #F8F5F5 0%, #FFFFFF 100%);
}
.voice-item .title-wrap {
  text-align: center;
  margin-bottom: 4.8rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .voice-item .title-wrap {
    margin-bottom: 3.2rem;
    padding: 1.2rem 0 1.6rem;
  }
}
.voice-item .title-wrap.voice01 {
  box-shadow: 0 3px 12px rgba(116, 200, 211, 0.4);
}
.voice-item .title-wrap.voice02, .voice-item .title-wrap.voice03 {
  box-shadow: 0 3px 12px rgba(207, 186, 186, 0.4);
}
.voice-item .title-wrap .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .voice-item .title-wrap .title {
    font-size: 1.8rem;
  }
}
.voice-item .title-wrap .title.voice01 {
  color: #74C8D3;
}
.voice-item .title-wrap .title.voice02, .voice-item .title-wrap .title.voice03 {
  color: #CFBABA;
}
.voice-item .title-wrap .term {
  width: 30%;
  margin: 0 auto;
  padding: 1.2rem 0;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice-item .title-wrap .term {
    width: 50%;
    padding: 0.6rem 0;
  }
}
.voice-item .title-wrap .term.voice01 {
  background-color: #74C8D3;
}
.voice-item .title-wrap .term.voice02, .voice-item .title-wrap .term.voice03 {
  background-color: #CFBABA;
}
.voice-item .content .wrapper .wrapper {
  padding: 0;
}
.voice-item .content .line {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .voice-item .content .line {
    margin-bottom: 2rem;
  }
}
.voice-item .content .content-wrap {
  display: flex;
  width: 75%;
  margin: 0 auto 4.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap {
    width: 100%;
    margin: 0 auto 3.2rem;
  }
}
.voice-item .content .content-wrap.voice01::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
  width: 5.4rem;
  height: auto;
  aspect-ratio: 64/15.27;
  background-image: url("/img/arrow-blue-three.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.voice-item .content .content-wrap.voice02::before, .voice-item .content .content-wrap.voice03::before {
  content: "";
  position: absolute;
  left: 33.333%;
  top: 0.8em;
  transform: translateX(-33.333%);
  width: 1.2rem;
  height: auto;
  aspect-ratio: 12/15.27;
  background-image: url("/img/arrow-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap.voice02::before, .voice-item .content .content-wrap.voice03::before {
    left: 32.3%;
    width: 1rem;
  }
}
.voice-item .content .content-wrap.voice02::after, .voice-item .content .content-wrap.voice03::after {
  content: "";
  position: absolute;
  left: 66.666%;
  top: 0.8em;
  transform: translateX(-66.666%);
  width: 1.2rem;
  height: auto;
  aspect-ratio: 12/15.27;
  background-image: url("/img/arrow-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap.voice02::after, .voice-item .content .content-wrap.voice03::after {
    left: 68.3%;
    width: 1rem;
  }
}
.voice-item .content .content-wrap .content-item {
  text-align: center;
}
.voice-item .content .content-wrap .content-item .title {
  font-weight: 500;
  margin-bottom: 1rem;
}
.voice-item .content .content-wrap .content-item img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap .content-item img {
    width: 100%;
  }
}
.voice-item .content .content-wrap.voice01 {
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap.voice01 {
    gap: 2.4rem;
  }
}
.voice-item .content .content-wrap.voice01 .content-item {
  width: calc(50% - 2rem);
}
.voice-item .content .content-wrap.voice02, .voice-item .content .content-wrap.voice03 {
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap.voice02, .voice-item .content .content-wrap.voice03 {
    gap: 1.8rem;
  }
}
.voice-item .content .content-wrap.voice02 .content-item, .voice-item .content .content-wrap.voice03 .content-item {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-wrap.voice02 .content-item, .voice-item .content .content-wrap.voice03 .content-item {
    width: calc((100% - 3.6rem) / 3);
  }
}
.voice-item .content .line img {
  width: 100%;
}
.voice-item .content .content-desc {
  padding-top: 3.2rem;
}
.voice-item .content .content-desc.voice01 {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
}
.voice-item .content .content-desc.voice02, .voice-item .content .content-desc.voice03 {
  background: linear-gradient(to bottom, #F8F5F5 0%, #FFFFFF 100%);
}
.voice-item .content .content-desc .wrapper {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-desc .wrapper {
    width: 100%;
  }
}
.voice-item .content .content-desc .item {
  width: 33.3333333333%;
  text-align: center;
}
.voice-item .content .content-desc .item .title {
  width: 80%;
  background-color: #FFFFFF;
  padding: 0.4rem 0;
  margin: 0 auto 1rem;
  font-weight: 500;
}
.voice-item .content .content-desc .item .text {
  text-decoration: underline;
}
.voice-item .content .content-desc .item img {
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .voice-item .content .content-desc .item img {
    width: 80%;
    height: auto;
  }
}
.voice-item .content .caution {
  width: 100%;
  padding-bottom: 2.4rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice-item .content .caution {
    margin-top: 1rem;
    padding-bottom: 2.4rem;
  }
}
.voice-item .content .caution.voice01 {
  border-bottom: 1px solid #74C8D3;
}
.voice-item .content .caution.voice02, .voice-item .content .caution.voice03 {
  border-bottom: 1px solid #CFBABA;
}

.selective-washing::-webkit-scrollbar {
  height: 10px;
}

.selective-washing::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
}

.selective-washing::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
}

.product {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .product {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.product .wrapper {
  max-width: 960px;
}
.product .title-wrapper {
  text-align: center;
}
.product .title-wrapper h2 {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .product .title-wrapper h2 {
    margin-bottom: 0;
  }
}
.product .title-wrapper h2::after {
  content: none;
}
.product .title-wrapper p {
  color: #74C8D3;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product .two-column {
    gap: 2rem;
  }
}
.product-info__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .product-info__list {
    margin-bottom: 2rem;
  }
}
.product-info__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-info__row dt, .product-info__row dd {
    font-size: 1.4rem;
  }
}
.product .two-column-right {
  display: flex;
  flex-direction: column;
}
.product .two-column-right .link-btn {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .product .two-column-right .link-btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .product .two-column-right .link-btn span {
    padding-right: 0;
  }
}/*# sourceMappingURL=scalp.css.map */