@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
  font-size: 100%;
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  color: #574038;
}
body.active {
  overflow: hidden;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .inner {
    padding: 0 20px;
  }
}

:root {
  --txt: #54372D;
  --acc: #949E33;
  --bg2: #D3CDBC;
}

a:hover {
  color: var(--acc);
}

.c-title {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: var(--acc);
  letter-spacing: 0.1em;
}
@media (max-width: 820px) {
  .c-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .c-title {
    font-size: 1.5rem;
  }
}

.c-text--lg {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .c-text--lg {
    font-size: 1.125rem;
  }
}
.c-text--sm {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .c-text--sm {
    font-size: 0.875rem;
  }
}

@keyframes btn-hover {
  0% {
    opacity: 0;
    right: 20px;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: -40px;
  }
}
.c-btn__link {
  position: relative;
  display: inline-block;
  min-width: 180px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: var(--txt);
  border: 1px solid var(--txt);
  padding: 10px 40px;
  transition: 0.3s;
}
.c-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: var(--txt);
}
.c-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 5px;
  aspect-ratio: 1;
  background-color: var(--txt);
  border-radius: 50%;
  opacity: 0;
}
.c-btn__link:hover {
  opacity: 0.7;
  color: var(--txt);
}
.c-btn__link:hover::after {
  animation: btn-hover 0.5s ease-out forwards;
}

.p-top-about {
  padding: 120px 0 60px;
}
.p-top-about__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 60px;
}
@media (max-width: 820px) {
  .p-top-about__content {
    flex-direction: column;
  }
}
.p-top-about__content + .p-top-about__content {
  margin-top: 100px;
}
@media (max-width: 599px) {
  .p-top-about__content + .p-top-about__content {
    margin-top: 80px;
  }
}
@media (max-width: 820px) {
  .p-top-about__content:last-child {
    flex-direction: column-reverse;
  }
}
.p-top-about__info {
  position: relative;
  max-width: 600px;
}
.p-top-about__info .c-text--lg {
  margin-top: 6px;
}
.p-top-about__info .c-text--sm {
  margin-top: 16px;
}
.p-top-about__info .c-btn {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .p-top-about__info .c-btn {
    margin-top: 20px;
  }
}
.p-top-about__info-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  opacity: 0.15;
}
.p-top-about__info-bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-about__img {
  position: relative;
  width: 100%;
  max-width: 400px;
  flex: 0 0 auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-top-about__img {
    max-width: 330px;
  }
}
@media (max-width: 599px) {
  .p-top-about__img {
    margin-right: 20px;
  }
}
.p-top-about__img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--acc);
  border-radius: 2px;
  transform: translate(20px, 20px);
  z-index: -1;
}
.p-top-about__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.p-top-salon {
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.p-top-salon__header .c-title {
  text-transform: uppercase;
}
.p-top-salon__header .c-text--lg {
  margin-top: 6px;
  word-break: keep-all;
}
.p-top-salon__header .c-btn {
  margin-top: 40px;
}
@media (max-width: 820px) {
  .p-top-salon__header .c-btn {
    display: none;
  }
}
.p-top-salon__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .p-top-salon__list {
    margin-top: 26px;
  }
}
.p-top-salon__list + .c-btn {
  margin-top: 40px;
  text-align: center;
  display: none;
}
@media (max-width: 820px) {
  .p-top-salon__list + .c-btn {
    display: block;
  }
}
.p-top-salon__item {
  background-color: var(--bg2);
}
.p-top-salon__item + .p-top-salon__item {
  margin-top: 160px;
}
@media (max-width: 820px) {
  .p-top-salon__item + .p-top-salon__item {
    margin-top: 100px;
  }
}
@media (max-width: 599px) {
  .p-top-salon__item + .p-top-salon__item {
    margin-top: 40px;
  }
}
.p-top-salon__item:nth-of-type(1) .p-top-salon__info, .p-top-salon__item:nth-of-type(3) .p-top-salon__info {
  text-align: right;
}
@media (max-width: 820px) {
  .p-top-salon__item:nth-of-type(1) .p-top-salon__info, .p-top-salon__item:nth-of-type(3) .p-top-salon__info {
    text-align: left;
  }
}
.p-top-salon__item:nth-of-type(1) .inner, .p-top-salon__item:nth-of-type(3) .inner {
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .p-top-salon__item:nth-of-type(2) .inner {
    flex-direction: column-reverse;
  }
}
.p-top-salon__link {
  color: var(--txt);
  text-decoration: none;
  transition: 0.3s;
}
.p-top-salon__link .inner {
  display: flex;
  gap: 10px 40px;
}
@media (max-width: 820px) {
  .p-top-salon__link .inner {
    flex-direction: column;
    padding: 40px;
  }
}
@media (max-width: 599px) {
  .p-top-salon__link .inner {
    padding: 40px 20px;
  }
}
.p-top-salon__link:hover {
  opacity: 0.7;
  color: var(--txt);
}
.p-top-salon__info {
  padding: 90px 0 20px;
}
@media (max-width: 820px) {
  .p-top-salon__info {
    padding: 0;
  }
}
.p-top-salon__info .c-text--lg {
  padding-bottom: 10px;
}
.p-top-salon__img {
  position: relative;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 820px) {
  .p-top-salon__img {
    max-width: 100%;
  }
}
.p-top-salon__img img {
  width: 100%;
  aspect-ratio: 450/253;
  object-fit: cover;
  object-position: center;
  position: absolute;
  bottom: 0;
}
@media (max-width: 820px) {
  .p-top-salon__img img {
    position: static;
  }
}

.p-top-menu {
  padding: 60px 0 120px;
  text-align: center;
}
.p-top-menu .c-text--lg {
  margin-top: 6px;
}
.p-top-menu .c-text--lg br {
  display: none;
}
@media (max-width: 599px) {
  .p-top-menu .c-text--lg br {
    display: inline-block;
  }
}
.p-top-menu .c-text--sm {
  margin-top: 16px;
}
.p-top-menu .c-btn {
  margin-top: 60px;
}
.p-top-menu__list {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 820px) {
  .p-top-menu__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-top-menu__link {
  text-decoration: none;
  display: inline-block;
}
.p-top-menu__link:hover img {
  transform: scale(1.1);
}
.p-top-menu__link:hover .p-top-menu__title {
  color: var(--acc);
}
.p-top-menu__img {
  border: 1px solid var(--acc);
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
}
.p-top-menu__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
  transition: 0.3s;
}
.p-top-menu__title {
  margin: 10px 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--txt);
  transition: 0.3s;
}

.p-top-recruit {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 478px;
  background-image: url(../imgs/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .p-top-recruit {
    background-position: 30%;
  }
}
@media (max-width: 599px) {
  .p-top-recruit {
    background-image: url(../imgs/recruit-bg-sp.jpg);
    background-position: left;
    aspect-ratio: 1;
    height: auto;
  }
}
.p-top-recruit .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .p-top-recruit .inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
}
.p-top-recruit__content {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-top-recruit__content {
    max-width: 400px;
  }
}
@media (max-width: 820px) {
  .p-top-recruit__content {
    max-width: 60%;
  }
}
@media (max-width: 599px) {
  .p-top-recruit__content {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.2705882353);
    backdrop-filter: blur(5px);
    width: 100vw;
  }
}
.p-top-recruit__content .c-title {
  color: var(--txt);
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .p-top-recruit__content .c-title {
    padding: 0 20px;
  }
}
.p-top-recruit__content .c-text--sm {
  margin-top: 10px;
}
@media (max-width: 599px) {
  .p-top-recruit__content .c-text--sm {
    word-break: keep-all;
    padding: 0 20px 10px;
  }
}
.p-top-recruit__content .c-btn {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .p-top-recruit__content .c-btn {
    display: none;
  }
}
.p-top-recruit__btn-sp {
  width: 100vw;
  display: none;
}
@media (max-width: 599px) {
  .p-top-recruit__btn-sp {
    display: block;
  }
}
.p-top-recruit__btn-link-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: var(--txt);
  transition: 0.3s;
}
.p-top-recruit__btn-link-sp:hover {
  color: #fff;
  opacity: 0.7;
}

.p-top-blog {
  padding: 120px 0;
}
.p-top-blog .c-title {
  text-align: center;
  text-transform: uppercase;
}
.p-top-blog .c-btn {
  text-align: center;
  margin-top: 60px;
}
.p-top-blog__list {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 820px) {
  .p-top-blog__list {
    flex-direction: column;
    align-items: center;
  }
}
.p-top-blog__item {
  max-width: 300px;
}
@media (max-width: 820px) {
  .p-top-blog__item {
    max-width: 370px;
  }
}
.p-top-blog__link {
  display: inline-block;
  text-decoration: none;
}
.p-top-blog__link:hover img {
  transform: scale(1.1);
}
.p-top-blog__link:hover .p-top-blog__date,
.p-top-blog__link:hover .p-top-blog__title {
  color: var(--acc);
}
.p-top-blog__img {
  width: 100%;
  max-width: 300px;
  border: 1px solid var(--acc);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .p-top-blog__img {
    max-width: 370px;
  }
}
.p-top-blog__img img {
  width: 100%;
  aspect-ratio: 300/169;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.p-top-blog__date {
  display: block;
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--txt);
  transition: 0.3s;
}
.p-top-blog__title {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: var(--txt);
  transition: 0.3s;
}

.hair-lp__wrapper {
  max-width: 540px;
  box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 0;
}

.hair-lp__inner {
  padding: 0 20px;
}

.zen-maru {
  font-family: "Zen Maru Gothic", serif;
}

.u-fade__up {
  opacity: 0;
  transition: 0.7s;
  transform: translateY(40px);
}

.u-fade__up.active {
  opacity: 1;
  transform: translateY(0px);
}

.hair-lp-call-bar {
  display: none;
  position: fixed;
  z-index: 10;
  text-align: center;
  width: 100%;
  transition: 0.5s ease;
  pointer-events: none;
  opacity: 0;
}

.hair-lp-call-bar--visible {
  pointer-events: auto;
  opacity: 1;
}

.hair-lp-call-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 330px;
  background: linear-gradient(180deg, rgb(245, 103, 132) 0%, rgb(222, 64, 96) 100%);
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 50px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
}

.hair-lp-call-bar__link img {
  width: 100%;
  max-width: 20px;
}

/* ヘッダー */
.hair-lp-header {
  position: relative;
}

.hair-lp-header img {
  width: 100%;
}

.hair-lp-header__logo {
  position: absolute;
  max-width: 80px;
  top: 10px;
  left: 10px;
}

.hair-lp-header__logo a {
  display: block;
}

.hair-lp-header__cta {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.hair-lp-header__cta-text {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  color: #F56784;
  line-height: 1.5;
}

.hair-lp-header__cta-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(-20deg);
  width: 2px;
  height: 30px;
  background-color: #2D9B58;
}

.hair-lp-header__cta-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(20deg);
  width: 2px;
  height: 30px;
  background-color: #2D9B58;
}

.hair-lp-header__cta-btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, rgb(245, 103, 132) 0%, rgb(222, 64, 96) 100%);
  color: #fff;
  padding: 10px 60px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 50px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.hair-lp-header__cta-btn:hover {
  opacity: 0.7;
}

.hair-lp-header__cta-btn::before {
  position: absolute;
  top: 8px;
  right: 30px;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.hair-lp__section-title {
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  color: #199262;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  padding: 0;
  border: none;
}

.hair-lp__section-title--big {
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  color: #F56784;
  font-size: 36px;
}

/* 悩みセクション */
.hair-lp-trouble-box {
  position: relative;
  background-color: #f9fdec;
  padding: 80px 0 50px;
}

.hair-lp-trouble-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #f9fdec;
  bottom: -40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
}

.hair-lp-trouble__list {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  list-style: none;
}

.hair-lp-trouble__list::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-6px, -6px);
  border: 2px solid #605D4E;
  border-radius: 20px;
}

.hair-lp-trouble__item {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #321;
}

.hair-lp-trouble__item img {
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  max-width: 20px;
}

.hair-lp-trouble__item + .hair-lp-trouble__item {
  margin-top: 16px;
}

.hair-lp-trouble__solution {
  padding: 60px 0 40px;
  background: url(../imgs/trouble__solution-bg.jpg);
  background-size: cover;
  background-position: center;
}

.hair-lp-trouble__solution-title {
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  color: #199262;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}

.hair-lp-trouble__solution-title + .hair-lp-trouble__solution-title {
  margin-top: 10px;
}

.hair-lp-trouble__solution-title--big {
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  color: #F56784;
  font-size: 28px;
}

/* 髪質改善3つの特徴 */
.hair-lp-Features {
  padding: 40px 0 0;
  background-image: repeating-linear-gradient(90deg, #F8F9FC, #F8F9FC 2px, transparent 2px, transparent 25px), repeating-linear-gradient(0deg, #F8F9FC, #F8F9FC 2px, #fff 2px, #fff 25px);
}

.hair-lp-Features__list {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.hair-lp-Features__item {
  background-color: #CAA75A;
  padding: 20px 20px 40px;
  margin: 0;
}

.hair-lp-Features__item:nth-of-type(2) {
  background-color: #2B9B58;
}

.hair-lp-Features__item:nth-of-type(2) .hair-lp-Features__title-en {
  color: #99cca9;
}

.hair-lp-Features__item:nth-of-type(3) {
  padding: 20px 20px 70px;
}

.hair-lp-Features__title-en {
  color: #E0CDAA;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.hair-lp-Features__title-num {
  font-size: 28px;
}

.hair-lp-Features__title {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.hair-lp-Features__item-box {
  padding: 30px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.hair-lp-Features__img img {
  width: 100%;
}

.hair-lp-Features__text {
  margin-top: 20px;
  font-size: 14px;
  color: #321;
  line-height: 1.5;
}

.hair-lp-menu {
  background-color: #f9fdec;
  padding: 40px 0 60px;
}

.hair-lp-menu__list {
  margin-top: 70px;
  padding: 0;
  list-style: none;
}

.hair-lp-menu__item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 20px 30px;
}

.hair-lp-menu__item-title::after {
  display: none;
}

.hair-lp-menu__item:nth-of-type(1) .hair-lp-menu__item-title {
  background-color: #6DBC40;
  border: none;
}

.hair-lp-menu__item:nth-of-type(2) .hair-lp-menu__item-title {
  background-color: #2B9B58;
  border: none;
}

.hair-lp-menu__item:nth-of-type(3) .hair-lp-menu__item-title {
  background-color: #CAA75A;
  border: none;
}

.hair-lp-menu__item::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-6px, -6px);
  border: 2px solid #605D4E;
  border-radius: 20px;
}

.hair-lp-menu__item + .hair-lp-menu__item {
  margin-top: 90px;
}

.hair-lp-menu__item-title {
  position: absolute;
  display: inline-block;
  width: 85%;
  left: 3%;
  top: -40px;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.hair-lp-menu__item-text {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  color: #321;
  line-height: 1.5;
}

.hair-lp-menu__item-text + .hair-lp-menu__item-text {
  margin-top: 16px;
}

.hair-lp-menu__item-text img {
  position: absolute;
  top: 4px;
  left: -5px;
  max-width: 16px;
  width: 100%;
}

.hair-lp-menu__item-btn {
  text-align: center;
  margin-top: 30px;
  padding-right: 12px;
}

.hair-lp-menu__item-btn-link {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, rgb(245, 103, 132) 0%, rgb(222, 64, 96) 100%);
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 50px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  text-decoration: none;
}

.hair-lp-menu__item-btn-link::before {
  position: absolute;
  top: 12px;
  right: 20px;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.hair-lp-detail {
  padding: 40px 0 0;
  background-image: repeating-linear-gradient(90deg, #F8F9FC, #F8F9FC 2px, transparent 2px, transparent 25px), repeating-linear-gradient(0deg, #F8F9FC, #F8F9FC 2px, #fff 2px, #fff 25px);
}

.hair-lp-detail__menu {
  padding-bottom: 60px;
}

.hair-lp-detail__menu:nth-of-type(1) {
  margin-top: 40px;
  background-color: #F8FCEB;
}

.hair-lp-detail__menu:nth-of-type(2) {
  background-color: #E7F7EA;
}

.hair-lp-detail__menu:nth-of-type(3) {
  background-color: #F2EDD4;
}

.hair-lp-detail__menu:nth-of-type(1) .hair-lp-detail__menu-title-num {
  background-color: #6DBC40;
  color: #C4DDB1;
}

.hair-lp-detail__menu:nth-of-type(2) .hair-lp-detail__menu-title-num {
  background-color: #2B9B58;
  color: #B1CEBE;
}

.hair-lp-detail__menu:nth-of-type(3) .hair-lp-detail__menu-title-num {
  background-color: #CAA75A;
  color: #EAD9BC;
}

.hair-lp-detail__price-title::after {
  display: none;
}

.hair-lp-detail__menu:nth-of-type(1) .hair-lp-detail__price-title {
  background-color: #6DBC40;
  border: none;
}

.hair-lp-detail__menu:nth-of-type(2) .hair-lp-detail__price-title {
  background-color: #2B9B58;
  border: none;
}

.hair-lp-detail__menu:nth-of-type(3) .hair-lp-detail__price-title {
  background-color: #CAA75A;
  border: none;
}

.hair-lp-detail__menu-title-num {
  position: relative;
  top: -20px;
  left: -20px;
  display: inline-block;
  padding: 0px 20px 0px 80px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0 50px 50px 0;
}

.hair-lp-detail__menu-title-en {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.hair-lp-detail__menu-title {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #666655;
}

.hair-lp-detail__menu-readtext {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  color: #666655;
}

.hair-lp-detail__menu-img {
  margin-top: 10px;
  aspect-ratio: 4/3;
}

.hair-lp-detail__menu-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hair-lp-detail__menu-box {
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #321;
}

.hair-lp-detail__menu-box.open .hair-lp-detail__menu-box-body {
  grid-template-rows: 1fr;
}

.hair-lp-detail__menu-text-head {
  position: relative;
}

.hair-lp-detail__menu-box-link {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #F56784;
  text-decoration: underline;
}

.hair-lp-detail__menu-box-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s;
}

.hair-lp-detail__menu-text-inner {
  overflow: hidden;
}

.hair-lp-detail__recommendation {
  margin-top: 20px;
}

.hair-lp-detail__recommendation-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #321;
  padding-bottom: 10px;
}

.hair-lp-detail__list-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #321;
  padding: 14px 8px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

.hair-lp-detail__list:nth-of-type(1) .hair-lp-detail__list-title {
  border-top: 1px solid #dedede;
}

.hair-lp-detail__list.open .hair-lp-detail__list-body {
  grid-template-rows: 1fr;
}

.hair-lp-detail__list.open .hair-lp-detail__list-title-icon::before {
  opacity: 0;
}

.hair-lp-detail__list.open .hair-lp-detail__list-title-icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.hair-lp-detail__list-title img {
  max-width: 26px;
}

.hair-lp-detail__list-title-icon {
  position: relative;
  display: inline-block;
  margin-left: auto;
  width: 20px;
  aspect-ratio: 1/1;
}

.hair-lp-detail__list-title-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 18px;
  height: 3px;
  background-color: #321;
  transition: 0.3s;
}

.hair-lp-detail__list-title-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  content: "";
  width: 18px;
  height: 3px;
  background-color: #321;
  transition: 0.3s;
}

.hair-lp-detail__list-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s;
}

.hair-lp-detail__list-body-inner {
  overflow: hidden;
}

.hair-lp-detail__list-text {
  font-size: 14px;
  line-height: 1.5;
  color: #321;
  padding: 14px 8px;
  background-color: rgba(248, 248, 248, 0.5);
}

.hair-lp-detail__price {
  margin-top: 60px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 20px 30px;
  text-align: center;
}

.hair-lp-detail__price::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-6px, -6px);
  border: 2px solid #605D4E;
  border-radius: 20px;
}

.hair-lp-detail__price-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-53%);
  width: 100%;
  max-width: 75%;
  border-radius: 50px;
  text-align: center;
  padding: 2px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.hair-lp-detail__price-price {
  font-size: 30px;
  color: #F56784;
  line-height: 1.5;
  padding-right: 12px;
}

.hair-lp-detail__price-note {
  font-size: 16px;
  line-height: 1.5;
  color: #321;
  font-weight: 400;
  padding-right: 12px;
}

.hair-lp-detail__price-btn-group {
  margin-top: 20px;
  padding-right: 12px;
}

.hair-lp-detail__price-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 260px;
  background: linear-gradient(180deg, rgb(245, 103, 132) 0%, rgb(222, 64, 96) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 12px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.hair-lp-detail__price-link:hover {
  opacity: 0.7;
}

.hair-lp-detail__price-link img {
  width: 100%;
  max-width: 18px;
}

.hair-lp-detail__price-link--web {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 260px;
  background: linear-gradient(180deg, rgb(187, 187, 187) 0%, rgb(127, 127, 127) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 12px;
  margin: 16px auto 0;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.hair-lp-detail__price-link--web:hover {
  opacity: 0.7;
}

.hair-lp-detail__price-link--web img {
  width: 100%;
  max-width: 18px;
}

.hair-lp-detail__store-info {
  margin-top: 20px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #321;
}

.hair-lp-detail__store-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hair-lp-detail__store-phone img {
  max-width: 14px;
}

.hair-lp-voice {
  background-image: url(../imgs/trouble__solution-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 40px 0 60px;
}

.hair-lp-voice__list {
  margin-top: 40px;
  padding: none;
  list-style: none;
}

.hair-lp-voice__item {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 30px;
}

.hair-lp-voice__item + .hair-lp-voice__item {
  margin-top: 40px;
}

.hair-lp-voice__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  aspect-ratio: 1;
  border-top: 1px solid #605D4E;
  border-left: 1px solid #605D4E;
  z-index: 1;
}

.hair-lp-voice__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  aspect-ratio: 1;
  border-bottom: 1px solid #605D4E;
  border-right: 1px solid #605D4E;
  z-index: 1;
}

.hair-lp-voice__decoration-left {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 50px;
  aspect-ratio: 1;
  background-color: #E7F7EA;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}

.hair-lp-voice__decoration-right {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 50px;
  aspect-ratio: 1;
  background-color: #E7F7EA;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.hair-lp-voice__title {
  font-size: 15px;
  line-height: 1.5;
  color: #321;
  font-weight: bold;
}

.hair-lp-voice__title-br {
  display: block;
  text-align: right;
}

.hair-lp-voice__menu {
  position: relative;
  border: 2px solid #321;
  border-radius: 8px;
  margin-top: 20px;
  padding: 14px 8px;
  text-align: center;
}

.hair-lp-voice__menu-head {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 14px;
  color: #321;
  background-color: #fff;
  padding: 0 6px;
}

.hair-lp-voice__menu-body {
  word-break: keep-all;
  font-size: 14px;
  color: #321;
  line-height: 1.5;
}

.hair-lp-voice__content {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.hair-lp-voice__img img {
  width: 100%;
}

.hair-lp-voice__text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #321;
  margin-top: 10px;
}

.hair-lp-voice__text--pink {
  color: #F56784;
}

.hair-lp-faq {
  background-color: #f9fdec;
  padding: 40px 0 60px;
}

.hair-lp-faq__list:nth-of-type(1) {
  margin-top: 20px;
}

.hair-lp-faq__list + .hair-lp-faq__list {
  margin-top: 30px;
}

.hair-lp-faq__title {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #321;
  padding: 0 0 0 20px;
}

.hair-lp-faq__text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #321;
  padding: 0 0 30px 20px;
  margin-top: 20px;
  border-bottom: 1px solid #666655;
}

.hair-lp-faq__title-icon {
  color: #F56784;
  top: -10px;
  left: -10px;
}

.hair-lp-faq__text-icon {
  color: #199262;
  top: -13px;
  left: -6px;
}

.hair-lp-faq__title-icon,
.hair-lp-faq__text-icon {
  position: absolute;
  font-size: 26px;
  text-transform: uppercase;
}

.hair-lp-cta {
  padding: 40px 0;
  background-color: #FAF7EE;
}

.hair-lp-cta__price {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #6DBC40;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 40px;
}

.hair-lp-cta__price .hair-lp-detail__store-info {
  text-align: center;
}

.hair-lp-cta__price:nth-of-type(1) {
  border: 3px solid #6DBC40;
}

.hair-lp-cta__price:nth-of-type(2) {
  border: 3px solid #2B9B58;
}

.hair-lp-cta__price:nth-of-type(3) {
  border: 3px solid #CAA75A;
}

.hair-lp-cta__price-title::after {
  display: none;
}

.hair-lp-cta__price:nth-of-type(1) .hair-lp-cta__price-title {
  background-color: #6DBC40;
  border: none;
}

.hair-lp-cta__price:nth-of-type(2) .hair-lp-cta__price-title {
  background-color: #2B9B58;
  border: none;
}

.hair-lp-cta__price:nth-of-type(3) .hair-lp-cta__price-title {
  background-color: #CAA75A;
  border: none;
}

.hair-lp-cta__price-title {
  text-align: center;
  background-color: #6DBC40;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding: 16px;
}

.hair-lp-cta__price-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 10px;
  max-width: 430px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.hair-lp-cta__price-img img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hair-lp-cta__price-text {
  font-size: 14px;
  line-height: 1.5;
}

.hair-lp-cta__price-price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #F56784;
  margin-top: 10px;
}

.hair-lp-cta__price-note {
  font-size: 14px;
  line-height: 1.5;
}

.hair-lp-footer__copy {
  background-color: #dedede;
  text-align: center;
  font-size: 12px;
  padding: 20px;
}

@media (max-width: 599px) {
  .hair-lp-call-bar {
    display: block;
  }
}
.page-id-6845 .site-header,
.page-id-6845 .page-header,
.page-id-6845 .breadcrumb,
.page-id-6845 .site-footer,
.page-id-6845 .vk-mobile-nav-menu-btn {
  display: none;
}

.page-id-6845 .site-body,
.page-id-6845 .container {
  padding: 0;
}

.u-fade__up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
.u-fade__up.active {
  opacity: 1;
  transform: translateY(0);
}