:root {
  --color-red: #c30c23;
  --color-red2: #e70419;
  --color-white: #ffffff;
  --color-text-dark: #333333;
  --font-serif-ja: "Noto Serif JP", sans-serif;
  --font-display: "Playfair Display", serif;
  --font-sans-bold: "Noto Sans JP", sans-serif;
  --z-index-sticky: 1020;
  --z-index-fixed: 1030;
  --z-index-modal: 1050;
  --z-index-tooltip: 1070;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow: auto;
}

body {
  position: relative;
  overflow-x: clip;
  line-height: 1.8;
  font-weight: 600;
  color: var(--color-text-dark);
  font-family: var(--font-serif-ja);
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 315px;
  margin-left: auto;
  margin-right: auto;
}

.page-container {
  width: 375px;
  margin: 0 auto;
}

.page-left,
.page-right {
  position: fixed;
  top: 0;
  height: 100vh;
  width: max(0px, (100vw - 375px) / 2);
  z-index: var(--z-index-tooltip);
  pointer-events: none;
  background-image: linear-gradient(160deg, var(--color-red2) 0%, var(--color-red) 100%);
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}

.page-left {
  left: 0;
  background-position: top left;
}

.page-right {
  right: 0;
  background-position: top right;
}

.phone-frame {
  position: relative;
  z-index: var(--z-index-fixed);
  background: var(--color-white);
}

.header {
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(232, 232, 232, 0.2);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: var(--z-index-fixed);
}

.header__brand {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 60px;
  height: 40px;
  flex-shrink: 0;
  background: #d9d9d9;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__tagline {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-left: 12px;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .header__hamburger:hover {
    opacity: 0.7;
  }
}
.header__hamburger-line {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--color-red);
  border-radius: 16px;
}

.nav-menu {
  position: fixed;
  top: 0;
  right: max(0px, (100vw - 375px) / 2);
  width: 300px;
  height: 600px;
  background: var(--color-red);
  z-index: var(--z-index-modal);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 94px 30px 0;
  box-sizing: border-box;
}

.nav-menu.is-open {
  transform: translateX(0);
}

.nav-menu__close {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 36px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}

.nav-menu__close-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  margin-top: -1px;
  background: var(--color-white);
  border-radius: 16px;
}

.nav-menu__close-line:nth-child(1) {
  transform: rotate(155deg);
}

.nav-menu__close-line:nth-child(2) {
  transform: rotate(25deg);
}

@media (hover: hover) and (pointer: fine) {
  .nav-menu__close:hover {
    opacity: 0.7;
  }
}
.nav-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-menu__link {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: var(--color-white);
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  gap: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .nav-menu__link:hover {
    opacity: 0.7;
    transform: translateX(4px);
  }
}
.nav-menu__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 3px 0;
}

.footer {
  background: linear-gradient(to bottom, var(--color-red2), var(--color-red));
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.footer__logo {
  width: 96px;
  height: 64px;
  background: var(--color-white);
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 300px;
}

.footer__address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--color-white);
  font-style: normal;
}

.footer__salon-name {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}

.footer__postal {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin: 0;
}

.footer__address-text {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.footer__nav {
  width: 100%;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-item {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: var(--color-white);
}

.footer__nav-item a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
}
.copyright {
  background: var(--color-text-dark);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--color-white);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--color-red);
  font-family: var(--font-sans-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn--lg {
  height: 52px;
}

.btn--sm {
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 0 16px;
}

.btn--green {
  background: linear-gradient(to bottom, #02b62f 1.19%, #028423 101.19%);
  color: var(--color-white);
}

.btn--white {
  background: var(--color-white);
  color: var(--color-red);
}

.btn--red {
  background: linear-gradient(-36.41deg, #d91b1f 0%, #990105 100%);
  color: var(--color-white);
}

.btn--outline-white {
  background: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.btn--shadow {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
}

.btn--block {
  width: 100%;
}

.btn--w200 {
  width: 200px;
}

.btn--w300 {
  width: 300px;
}

.btn--w315 {
  width: 315px;
  max-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    transform: translateY(-2px);
  }
  .btn--shadow:hover {
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.3);
  }
}
.cta {
  background: var(--color-white);
  border-bottom: 6px solid var(--color-red);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 30px 18px;
}

.cta__lead {
  font-family: var(--font-sans-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: var(--color-red);
  text-align: center;
  margin: 0;
}

.cta--floating {
  position: fixed;
  bottom: 0;
  left: max(0px, (100vw - 375px) / 2);
  width: 375px;
  z-index: var(--z-index-sticky);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.cta--floating.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.fv {
  position: relative;
  width: 375px;
  height: 636px;
  overflow: hidden;
}

.fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 635px;
  overflow: hidden;
}

.fv__image-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #222;
}

.fv__image-bg-img {
  position: absolute;
  top: 0;
  left: -13.57%;
  width: 187.96%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.fv__ellipse-top {
  position: absolute;
  top: 257px;
  left: -25px;
  width: 414px;
  height: 123px;
  border-radius: 414px;
  background: radial-gradient(50% 50% at 50% 50%, #464646 0%, rgba(70, 70, 70, 0) 100%);
  mix-blend-mode: multiply;
}

.fv__product {
  position: absolute;
  top: 141.46px;
  left: 50%;
  transform: translateX(-50%);
  width: 208.08px;
  height: 208.08px;
}

.fv__product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.fv__ellipse-bottom {
  position: absolute;
  top: 325px;
  left: -25px;
  width: 414px;
  height: 65px;
  border-radius: 414px;
  background: radial-gradient(50% 50% at 50% 50%, #464646 0%, rgba(70, 70, 70, 0) 100%);
  mix-blend-mode: multiply;
}

.fv__text {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 324px;
  height: 507px;
  color: var(--color-white);
}

.fv__catch {
  position: absolute;
  top: 36px;
  left: 0;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0;
  white-space: nowrap;
}

.fv__copy {
  position: absolute;
  top: 99.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.fv__desc {
  position: absolute;
  top: 373px;
  left: 0;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin: 0;
  white-space: nowrap;
}

.fv__agent {
  position: absolute;
  top: 481.5px;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
}

.point {
  background: var(--color-white);
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.point__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.point__heading-en {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-red);
  margin: 0;
}

.point__heading-ja {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 0;
}

.point__heading-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 6px 5px;
}

.point__item {
  display: flex;
  flex-direction: column;
}

.point__item-head {
  position: relative;
  height: 85px;
  display: flex;
  align-items: center;
}

.point__item-title {
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-red);
  margin: 0;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.point__item-line {
  position: absolute;
  top: 0;
  width: 84.853px;
  height: 84.853px;
  pointer-events: none;
}

.point__item:nth-child(2) .point__item-line {
  left: 132px;
}

.point__item:nth-child(3) .point__item-line,
.point__item:nth-child(4) .point__item-line {
  left: 180px;
}

.point__item-line img {
  display: block;
  width: 100%;
  height: 100%;
}

.point__item-img {
  width: 100%;
  height: 190px;
  border-radius: 90px;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
  margin-top: -8px;
}

.point__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point__item-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 22px 0 0;
}

.about {
  background: linear-gradient(to bottom, var(--color-red2), var(--color-red));
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.about__heading {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about__heading-en {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-white);
  margin: 0;
}

.about__heading-ja {
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
}

.about__text {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-white);
  text-align: justify;
  margin-top: 2px;
}

.about__image {
  position: relative;
  width: 100%;
  height: 437px;
}

.about__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about__caption {
  position: absolute;
  top: 385px;
  left: 30px;
  width: 315px;
  text-align: right;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.about__caption p {
  margin: 0;
}

.salon {
  background: var(--color-white);
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.salon__heading {
  display: flex;
  flex-direction: column;
}

.salon__heading-top {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 59px;
}

.salon__heading-en {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-red);
}

.salon__heading-sub {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-red);
}

.salon__heading-ja {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}

.salon__image {
  height: 190px;
  border-radius: 90px;
  overflow: hidden;
  background: #eee;
}

.salon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon__subtitle {
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-red);
  margin: 0 0 20px;
}

.salon__text {
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  margin: 0;
}

.menu {
  background: linear-gradient(to bottom, var(--color-red2), var(--color-red));
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.menu__heading {
  display: flex;
  flex-direction: column;
}

.menu__heading-en {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-white);
  margin: 0;
}

.menu__heading-ja {
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
}

.menu__list {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  row-gap: 15px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__item {
  border-left: 1px solid var(--color-white);
  border-top: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 70px;
  font-family: var(--font-sans-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-white);
  text-align: center;
}

.instagram {
  background: var(--color-white);
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.instagram__heading {
  display: flex;
  flex-direction: column;
}

.instagram__heading-en {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--color-red);
  margin: 0;
}

.instagram__heading-ja {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}

.instagram__image {
  height: 190px;
  border-radius: 90px;
  overflow: hidden;
  background: #eee;
  margin-top: 5px;
}

.instagram__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.map {
  position: relative;
  width: 100%;
  height: 559px;
  overflow: hidden;
}

.map__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}/*# sourceMappingURL=style.css.map */