:root {
  --color-bg-primary: #baa8a2;
  --color-bg-primary-light: rgba(186, 168, 162, 0.15);
  --color-bg-white: #fff;
  --color-border: #eeeeee;
  --color-font-primary: #baa8a2;
  --color-font-black: #333333;
  --color-font-white: #fff;
  --color-font-base: #5d5d5d;
}

:root {
  --line-height-base: 1;
  --font-size-base: 14px;
  --font-family-ja: Noto Serif JP, serif;
  --font-family-en: Lato, sans-serif;
}

:root {
  --width-inner: 1080px;
  --width-inner-narrow: 920px;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

tbody {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: var(--line-height-base);
  font-size: var(--font-size-base);
  font-family: var(--font-family-ja);
  color: var(--color-font-base);
  background: ver(--color-bg-white);
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.u-hidden-md {
  display: none;
}
@media screen and (min-width: 1080px) {
  .u-hidden-md {
    display: inline;
  }
}

@media screen and (min-width: 1080px) {
  .u-hidden-lg {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

.u-hidden-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp-inline-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.u-hidden-pc-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .u-hidden-pc-inline-flex {
    display: none;
  }
}

.u-item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .u-item1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.u-item2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .u-item2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.u-item3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.u-space-w24 {
  display: none;
}
@media screen and (min-width: 1080px) {
  .u-space-w24 {
    display: inline-block;
    width: 24px;
  }
}

.u-ml1 {
  margin-left: 1px;
}

.u-ml2 {
  margin-left: 2px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml7 {
  margin-left: 7px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml7-ml10 {
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .u-ml7-ml10 {
    margin-left: 10px;
  }
}

.u-ml8-ml10 {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .u-ml8-ml10 {
    margin-left: 10px;
  }
}

.u-ml7-ml12 {
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .u-ml7-ml12 {
    margin-left: 12px;
  }
}

.u-ml7-ml16 {
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .u-ml7-ml16 {
    margin-left: 16px;
  }
}

.u-ml1-ml4 {
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .u-ml1-ml4 {
    margin-left: 4px;
  }
}

.u-ml0-ml2 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .u-ml0-ml2 {
    margin-left: 2px;
  }
}

.u-ml0-ml4 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .u-ml0-ml4 {
    margin-left: 4px;
  }
}

.u-ml0-ml5 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .u-ml0-ml5 {
    margin-left: 5px;
  }
}

.u-fontsize-16-16 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .u-fontsize-16-16 {
    font-size: 16px;
  }
}

.u-fontsize-16-18 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .u-fontsize-16-18 {
    font-size: 18px;
  }
}

.u-letterspaceing-1_6-1_6 {
  letter-spacing: 0.1142857143em;
}
@media screen and (min-width: 768px) {
  .u-letterspaceing-1_6-1_6 {
    letter-spacing: 0.1em;
  }
}

.u-letterspaceing-1_6-1_8 {
  letter-spacing: 0.1142857143em;
}
@media screen and (min-width: 768px) {
  .u-letterspaceing-1_6-1_8 {
    letter-spacing: 0.1125em;
  }
}

.u-letterspaceing-1_28-1_44 {
  letter-spacing: 0.0914285714em;
}
@media screen and (min-width: 768px) {
  .u-letterspaceing-1_28-1_44 {
    letter-spacing: 0.09em;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-font-white);
  background: var(--color-bg-primary);
  font-family: var(--font-family-en);
  font-weight: 400;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-transform: uppercase;
  padding-block: 19.5px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding-block: 18.5px;
  }
}
.c-button:hover {
  background-color: #cbbdb8;
}
.c-button--narrow {
  min-width: 260px;
}
@media screen and (min-width: 768px) {
  .c-button--narrow {
    min-width: 206px;
    width: min(306px, 100%);
  }
}
.c-button--middle {
  min-width: 260px;
}
@media screen and (min-width: 768px) {
  .c-button--middle {
    width: min(324px, 100%);
  }
}
.c-button--middle-font-jp {
  min-width: 260px;
  font-family: var(--font-family-jp);
}
@media screen and (min-width: 768px) {
  .c-button--middle-font-jp {
    width: min(324px, 100%);
  }
}
.c-button--wide-absolute {
  min-width: 260px;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .c-button--wide-absolute {
    position: absolute;
    width: 360px;
    bottom: 0;
    left: 0;
  }
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-heading {
    gap: 20px;
  }
}
.c-heading--wide-gap {
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .c-heading--wide-gap {
    gap: 19px;
  }
}
.c-heading--2line {
  gap: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-heading--2line {
    gap: 13px;
  }
}

.c-heading__title {
  color: var(--color-font-black);
  font-family: var(--font-family-en);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4em;
  }
}

.c-heading__text {
  color: var(--color-font-black);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-heading__text {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}

.c-product-item {
  display: grid;
  grid-template-rows: none;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-product-item {
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}

.c-product-item__photo {
  width: 100%;
  height: auto;
}
.c-product-item__photo img {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover .c-product-item__photo img {
  opacity: 0.7;
}

.c-product-item__title {
  color: var(--color-font-black);
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-item__title {
    margin-top: 19px;
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}

.c-product-item__text {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.c-product-item__text .inline-block {
  display: inline-block;
}
.c-product-item__text .block {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-product-item__text {
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

.c-product-item__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-item__button {
    margin-bottom: 81px;
  }
}

.c-kv__image {
  width: 100%;
  height: auto;
}

.c-sv__image img {
  max-height: 640px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-inner {
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: calc(var(--width-inner) + 40px);
    margin-inline: auto;
  }
}

.l-inner-narrow {
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .l-inner-narrow {
    padding-inline: 20px;
    max-width: calc(var(--width-inner-narrow) + 40px);
    margin-inline: auto;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 36px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: calc(100% - 64px);
  }
}

.header__logo {
  display: block;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 85px;
  }
}

.header__cart-icon {
  display: block;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .header__cart-icon {
    width: 27px;
  }
}

.footer {
  color: var(--color-font-white);
  background: var(--color-bg-primary);
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 56px;
    padding-bottom: 24px;
  }
}

.footer__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    text-align: left;
  }
}

.footer__logo {
  display: inline-block;
  width: 84px;
  margin-right: 6px;
}

.footer__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  margin-block: 24px;
}
@media screen and (min-width: 768px) {
  .footer__item-container {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.footer__item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .footer__item-lists {
    gap: 24px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

.footer__line {
  width: 100%;
  height: 1px;
  background: var(--color-border);
}

.footer__copyright {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 24px;
  }
}

.top-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top-kv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px;
    gap: 20px;
  }
}

.top-kv__image {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-kv__image {
    width: 66.1054172767vw;
    max-height: 689px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.top-kv__copy {
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .top-kv__copy {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32.9428989751vw;
  }
}

.top-kv__copy-outline {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .top-kv__copy-outline {
    position: relative;
    width: 270px;
    height: calc(61.9738751814% + 50px);
    max-height: 427px;
    margin-left: 50px;
    margin-top: 22px;
  }
}
@media screen and (min-width: 1080px) {
  .top-kv__copy-outline {
    width: 290px;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .top-kv__copy-outline {
    height: calc(61.9738751814% + 100px);
    margin-left: 10.980966325vw;
  }
}

.top-kv__copy-typography {
  color: var(--color-font-black);
  font-size: 24px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-kv__copy-typography {
    font-size: 32px;
    letter-spacing: 0.1875em;
  }
}
@media screen and (min-width: 1080px) {
  .top-kv__copy-typography {
    font-size: 36px;
    letter-spacing: 0.2222222222em;
  }
}
@media screen and (min-width: 1200px) {
  .top-kv__copy-typography {
    font-size: 40px;
    letter-spacing: 0.2em;
  }
}

.top-feature {
  margin-top: 72px;
  margin-bottom: 93px;
}
@media screen and (min-width: 768px) {
  .top-feature {
    margin-block: 160px;
  }
}

.top-feature__coconut {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .top-feature__coconut {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-feature__coconut * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.top-feature__coconut-photo {
  width: 100%;
}

.top-feature__coconut-body {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-feature__coconut-body {
    margin-top: 0;
  }
}

.top-feature__coconut-name-en {
  color: var(--color-font-primary);
  font-family: var(--font-family-en);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .top-feature__coconut-name-en {
    font-size: 16px;
    letter-spacing: 0.12em;
    margin-left: 14.8148148148%;
  }
}

.top-feature__coconut-name-jp {
  color: var(--color-font-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .top-feature__coconut-name-jp {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-left: 80px;
    margin-left: 14.8148148148%;
  }
}

.top-feature__coconut-description {
  color: var(--color-font-base);
  margin-top: 7px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-feature__coconut-description {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-left: 80px;
    margin-left: 14.8148148148%;
  }
}

.top-feature__product-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-feature__product-others {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.5555555556%;
  }
}

.top-feature__product {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .top-feature__product {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-feature__product-photo {
  width: 100%;
  height: auto;
}

.top-feature__product-body {
  margin-top: 20px;
}

.top-feature__product-name-en {
  color: var(--color-font-primary);
  font-family: var(--font-family-en);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.top-feature__product-name-jp {
  color: var(--color-font-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-feature__product-name-jp {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}

.top-feature__product-description {
  margin-top: 7px;
  color: var(--color-font-base);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-feature__product-description {
    margin-top: 6px;
  }
}

.top-lineup-photo__inner img {
  max-height: 640px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-lineup {
  margin-top: 95px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .top-lineup {
    margin-top: 160px;
    margin-bottom: 79px;
  }
}

.top-lineup__items {
  margin-top: 54px;
  margin-bottom: 96px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 49px;
}
@media screen and (min-width: 768px) {
  .top-lineup__items {
    margin-top: 79px;
    margin-bottom: 0;
    gap: 0px 80px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
  }
}

.top-instagram-photo__inner {
  width: 100%;
}

.top-instagram-photo__inner img {
  max-height: 640px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-instagram {
  margin-block: 96px;
}
@media screen and (min-width: 768px) {
  .top-instagram {
    margin-block: 160px;
  }
}

.top-instagram__photos {
  margin-top: 54px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778%;
}
@media screen and (min-width: 768px) {
  .top-instagram__photos {
    margin-block: 81px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.top-instagram_button {
  text-align: center;
}

.product-shampoo-01 {
  margin-block: 96px;
}
@media screen and (min-width: 768px) {
  .product-shampoo-01 {
    margin-block: 160px;
  }
}

.product-shampoo-01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .product-shampoo-01__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-shampoo-01__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .product-shampoo-01__image {
    width: 45.652173913%;
  }
}

@media screen and (min-width: 768px) {
  .product-shampoo-01__body {
    width: 45.652173913%;
  }
}

.product-shampoo-01__title {
  color: var(--color-font-black);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .product-shampoo-01__title {
    font-size: 26px;
    letter-spacing: 0.08em;
  }
}

.product-shampoo-01__text {
  margin-top: 16px;
  margin-bottom: 22px;
  color: var(--color-font-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.product-shampoo-01__text p + p {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .product-shampoo-01__text {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .product-shampoo-01__text p + p {
    margin-top: 28px;
  }
}

.product-shampoo-01__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-shampoo-01__button {
    margin-top: 28px;
    text-align: left;
  }
}

.related-products {
  padding-block: 96px;
  background-color: var(--color-bg-primary-light);
}
@media screen and (min-width: 768px) {
  .related-products {
    padding-top: 162px;
    padding-bottom: 78px;
  }
}

.related-products__items {
  margin-top: 43px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 49px;
}
@media screen and (min-width: 768px) {
  .related-products__items {
    margin-top: 75px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 4, auto;
    -webkit-column-gap: 7.4074074074%;
       -moz-column-gap: 7.4074074074%;
            column-gap: 7.4074074074%;
    row-gap: 0;
  }
}

.error-content__inner {
  text-align: center;
  margin-block: 96px;
}
@media screen and (min-width: 768px) {
  .error-content__inner {
    margin-block: 160px;
  }
}

.error-content__heading-title {
  color: var(--color-font-black);
  font-family: var(--font-family-en);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .error-content__heading-title {
    font-size: 36px;
    letter-spacing: 0.3972222222em;
  }
}

.error-content__heading-text {
  color: var(--color-font-black);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .error-content__heading-text {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

.error-content__message {
  margin-top: 32px;
  margin-bottom: 31px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.error-content__message .line2 {
  display: inline;
}
@media screen and (min-width: 768px) {
  .error-content__message {
    margin-block: 40px;
  }
  .error-content__message .line2 {
    display: block;
  }
}