@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --base-vw: 750;
  --layout-width: 100vw;
}
@media only screen and (min-width: 768px) {
  :root {
    --layout-width: 375px;
  }
}
:root {
  --color-text-base: #604649;
  --color-text-muted: #7d7d7d;
  --color-text-accent: #915e65;
  --color-brand: #a35d5d;
  --color-accent: #b86e71;
  --color-accent-soft: #d59199;
  --color-accent-mid: #d4838a;
  --color-accent-light: #e29ba3;
  --color-accent-footer: #de929b;
  --color-white: #ffffff;
  --color-gray: #f5f5f5;
  --color-bg-soft: #f6e7e7;
  --color-bg-tint: #f0e2e2;
  --color-bg-pale: #fcf4f4;
  --color-line: #e1b5b9;
  --font-family-base: "Noto Sans JP",
  sans-serif;
  --font-family-accent: "Zen Old Mincho",
  sans-serif;
  --font-family-sidebar: "Noto Serif JP",
  serif;
  --z-index-default: 1;
  --z-index-plus: 2;
  --z-index-negative: -1;
  --z-index-header: 10;
}

html {
  font-size: calc(var(--layout-width) / var(--base-vw));
  scroll-behavior: smooth;
}

body {
  color: var(--color-text-base);
  font-family: var(--font-family-base);
  font-size: 32rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

p,
dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

h1 {
  font-size: 56rem;
  font-weight: 400;
}

h2 {
  font-size: 48rem;
  font-weight: 400;
}

h3 {
  font-size: 40rem;
  font-weight: 400;
}

h4 {
  font-size: 32rem;
  font-weight: 400;
}

h5 {
  font-size: 28rem;
  font-weight: 400;
}

h6 {
  font-size: 26rem;
  font-weight: 400;
}

p,
li,
dt,
dd {
  font-size: 32rem;
  font-weight: 400;
}

caption {
  font-size: 24rem;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 32rem;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inner--sp-layout {
  padding-inline: 50rem;
}

.inner--s,
.inner--m,
.inner--l {
  width: 95%;
  margin: 0 auto;
}

.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.u-text-color-accent {
  color: var(--color-accent);
}

.u-block {
  display: block;
}

.u-text-large {
  font-size: 52rem;
}

.u-text-xlarge {
  font-size: 56rem;
}

.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35rem;
  font-family: var(--font-family-accent);
  position: relative;
}
.c-title::before {
  content: "";
  position: absolute;
  inset-block-end: -48rem;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 100rem;
  height: 2rem;
  background-color: var(--color-text-accent);
}
.c-title--multirow .c-title-main-line:not(:first-child) {
  margin-block-start: 18rem;
}
.c-title--multirow::before {
  inset-block-end: -42rem;
}

.c-title-sub {
  font-size: 36rem;
  font-weight: 900;
  color: var(--color-accent-soft);
  line-height: 1;
  letter-spacing: 0.12em;
}

.c-title-main {
  font-size: 56rem;
  font-weight: 900;
  color: var(--color-text-accent);
  line-height: 1;
}

.c-title-main-line {
  display: block;
  text-align: center;
}
.c-title-main-line--accent {
  color: var(--color-accent);
}
.c-title-main-line--large {
  font-size: 72rem;
}
.c-title-main-line--small {
  font-size: 48rem;
}

.c-title-subtitle {
  font-family: var(--font-family-accent);
  font-size: 40rem;
  font-weight: 900;
  color: var(--color-text-accent);
  text-align: center;
  line-height: 1;
  padding-block-end: 26rem;
  border-block-end: 8rem solid var(--color-line);
}

.c-button {
  width: 650rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30rem;
  border-radius: 60px;
  padding-block: 38rem;
  background-color: var(--color-accent-mid);
  border: 1px solid var(--color-accent-mid);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-button.c-button--multirow {
  border-radius: 70rem;
  padding-block: 25rem;
}
@media (any-hover: hover) {
  .c-button:hover {
    background-color: var(--color-white);
  }
  .c-button:hover .c-button-icon {
    background-color: var(--color-accent-mid);
    color: var(--color-white);
  }
  .c-button:hover .c-button-text {
    color: var(--color-accent-mid);
  }
}

.c-button-icon {
  display: grid;
  place-items: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-accent-mid);
  font-size: 40rem;
  flex-shrink: 0;
  line-height: 1;
}
.c-button-icon i::before {
  translate: 0 -2rem;
}

.c-button-text {
  font-size: 36rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-white);
}

.c-cta {
  padding-block: 130rem 144rem;
  position: relative;
  z-index: var(--z-index-default);
}
.c-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/components/bg_cta.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.c-cta-text {
  font-size: 40rem;
  font-family: var(--font-family-accent);
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: nowrap;
}
.c-cta-text--01 {
  color: var(--color-accent);
  margin-block-start: 110rem;
}
.c-cta-text--02 {
  color: var(--color-text-accent);
  margin-block-start: 16rem;
}

.c-cta-actions {
  display: grid;
  row-gap: 37rem;
  margin-block-start: 64rem;
}

.c-cta-action {
  display: flex;
  gap: 36rem;
  height: 150rem;
  align-items: center;
  justify-content: center;
  border: 1rem solid var(--color-accent-footer);
  border-radius: 75rem;
  background-color: var(--color-accent-footer);
  color: var(--color-white);
  font-size: 40rem;
  font-weight: 700;
  font-family: var(--font-family-base);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-cta-action i {
  font-size: 48rem;
}
@media (any-hover: hover) {
  .c-cta-action:hover {
    background-color: var(--color-white);
    color: var(--color-accent-footer);
  }
}

.c-cta-action--line img {
  width: 72rem;
  aspect-ratio: 1/1;
}

.c-cta-tel {
  display: flex;
  gap: 20rem;
  align-items: baseline;
  margin-block-start: 60rem;
  margin-inline-start: 16rem;
  color: var(--color-accent);
  font-weight: 600;
  font-family: var(--font-family-sidebar);
  transition: color 0.2s ease;
}
.c-cta-tel i {
  color: var(--color-accent);
  font-size: 48rem;
}
@media (any-hover: hover) {
  .c-cta-tel:hover {
    color: color-mix(in srgb, var(--color-brand) 95%, transparent 100%);
  }
  .c-cta-tel:hover i {
    color: color-mix(in srgb, var(--color-brand) 95%, transparent 100%);
  }
}

.c-cta-tel-text {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
}

.c-cta-tel-text-prefix {
  font-size: 38rem;
}

.c-cta-tel-number {
  font-size: 68rem;
  line-height: 1;
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 10px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt,
.cont-dl .in-dl dd {
  display: flex;
  flex-wrap: wrap;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
.cont-dl .in-dl {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 12px;
}
.cont-dl .in-dl dt {
  margin-bottom: 10px;
}
.cont-dl .in-dl .upload-notice {
  grid-column: 1/span 2;
  font-size: 12px;
  line-height: 1.6;
}
.cont-dl .in-dl dd .thumb {
  width: 150px;
  height: 150px;
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #d4838a;
  border-radius: 90px;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
.contact-btn ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-btn ul li #form-btn {
  width: 280px;
  font-size: 16px;
  padding: 20px 0;
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 30px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 40px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.c-page-mv {
  min-height: 630rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../img/components/bg_page-mv.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.c-page-mv-heading {
  font-family: var(--font-family-accent);
  font-size: 60rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--color-accent);
  padding-block-end: 20rem;
}

.l-wrapper {
  min-height: 100dvh;
  background-color: var(--color-white);
  background-image: url(../img/layout/bg_pc-wrapper.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.l-wrapper-inner {
  display: grid;
  gap: 13px;
  grid-template-columns: 233px minmax(0, 1fr);
  width: min(100%, 1500px);
  min-height: 100dvh;
  margin-inline: auto;
  padding-inline: 80px;
}

.l-wrapper-content {
  width: var(--layout-width);
  margin-inline-start: auto;
  overflow: hidden;
  background-color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    background-image: none;
  }
  .l-wrapper-inner {
    display: block;
    width: var(--layout-width);
    padding-inline: 0;
  }
  .l-wrapper-content {
    width: 100%;
  }
}
.l-sidebar {
  min-height: 600px;
  padding-block-start: 20px;
  padding-inline-start: 35px;
  font-family: var(--font-family-sidebar);
}

.l-sidebar-inner {
  position: fixed;
  width: 200px;
  margin-inline-start: auto;
}

.l-sidebar-logo {
  width: 100%;
}

.l-sidebar-navigation {
  margin-block-start: 22px;
}

.l-sidebar-navigation-list {
  border-block-start: 1px solid var(--color-accent-soft);
}

.l-sidebar-navigation-item {
  border-block-end: 1px solid var(--color-accent-soft);
}

.l-sidebar-navigation-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 5px 6px;
}
.l-sidebar-navigation-link span {
  color: var(--color-text-accent);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: filter 0.2s ease;
}
.l-sidebar-navigation-link i {
  color: var(--color-accent-soft);
  font-size: 22px;
  transition: translate 0.2s ease;
}
@media (any-hover: hover) {
  .l-sidebar-navigation-link:hover span {
    filter: brightness(1.5);
  }
  .l-sidebar-navigation-link:hover i {
    translate: 5px 0;
  }
}

.l-sidebar-tel {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: baseline;
  margin-block-start: 20px;
  margin-inline-start: 4px;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.l-sidebar-tel i {
  color: var(--color-accent);
  font-size: 15px;
}
@media (any-hover: hover) {
  .l-sidebar-tel:hover {
    color: color-mix(in srgb, var(--color-brand) 95%, transparent 100%);
  }
  .l-sidebar-tel:hover i {
    color: color-mix(in srgb, var(--color-brand) 95%, transparent 100%);
  }
}

.l-sidebar-tel-text {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
}

.l-sidebar-tel-text-prefix {
  font-size: 12px;
}

.l-sidebar-tel-number {
  font-size: 20px;
  line-height: 1;
}

.l-sidebar-actions {
  display: grid;
  row-gap: 10px;
  margin-block-start: 13px;
}

.l-sidebar-action {
  display: flex;
  gap: 12px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-accent-mid);
  border-radius: 24px;
  background-color: var(--color-accent-mid);
  color: var(--color-white);
  font-size: 13.5px;
  font-weight: 500;
  font-family: var(--font-family-base);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.l-sidebar-action i {
  font-size: 16px;
}
@media (any-hover: hover) {
  .l-sidebar-action:hover {
    background-color: var(--color-white);
    color: var(--color-accent-mid);
  }
}

.l-sidebar-action--line img {
  width: 24px;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  .l-sidebar {
    display: none;
  }
}
.l-header {
  position: relative;
}

.l-header-inner {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  z-index: var(--z-index-header);
}

.l-header-logo {
  width: 175px;
  line-height: 1;
}

.footer-bar {
  padding-block: 60rem 30rem;
  background-color: var(--color-accent-footer);
  color: var(--color-white);
}

.footer-bar__logo {
  display: block;
  width: 332rem;
  height: 100rem;
  margin-inline: auto;
}
.footer-bar__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bar__address {
  font-size: 28rem;
  line-height: 1;
  text-align: center;
  margin-block: 50rem 60rem;
}

.footer-bar__links {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}

.footer-bar__link {
  font-size: 24rem;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.footer-bar__link a {
  display: flex;
  align-items: center;
  gap: 10rem;
  color: var(--color-white);
  transition: color 0.2s ease;
}
.footer-bar__link a:hover {
  text-decoration: underline;
}
.footer-bar__link a i {
  font-size: 24rem;
}

.footer-bar__bottom {
  margin-block-start: 74rem;
  padding-block-start: 10rem;
  border-top: 2rem solid var(--color-white);
  text-align: center;
}

.footer-bar__copyright {
  font-size: 20rem;
  line-height: 1;
  text-align: center;
}
.footer-bar__copyright a:hover {
  text-decoration: underline;
}

.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #d4838a;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-family: var(--font-family-accent);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 175px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-family: var(--font-family-accent);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-family: var(--font-family-accent);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
  border-radius: 90px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #d4838a;
  box-sizing: border-box;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #d4838a;
  padding: 15px;
  box-sizing: border-box;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #d4838a;
}
.drawer-on__button--mail .text {
  font-size: 15px;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-family: var(--font-family-accent);
  font-size: 32px;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-family: var(--font-family-accent);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 17px;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2px;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 15px;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 16px;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 14px;
  font-weight: bold;
}

.top-mv {
  width: 100%;
  height: 1250rem;
  background-image: url("../img/pages/top/mv_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.top-mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1210rem;
  background-image: url("../img/pages/top/mv_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: var(--z-index-plus);
}

.top-mv-inner {
  height: 100%;
  padding-block-start: 570rem;
  position: relative;
}
.top-mv-inner::before, .top-mv-inner::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-mv-inner::before {
  width: 100%;
  height: 422rem;
  background-image: url("../img/pages/top/mv_04.png");
  inset-block-end: 35rem;
  inset-inline-start: 0;
}
.top-mv-inner::after {
  width: 100%;
  height: 856rem;
  background-image: url("../img/pages/top/mv_03.png");
  inset-block-end: 365rem;
  inset-inline-start: 0;
}

.top-mv-catch {
  display: flex;
  flex-direction: column;
  margin-inline-start: 20rem;
  position: relative;
  z-index: var(--z-index-plus);
}

.top-mv-catch-line {
  display: block;
  font-family: var(--font-family-accent);
  color: var(--color-accent);
  font-size: 60rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
.top-mv-catch-line--shadow {
  filter: drop-shadow(0 0 4rem #fff) drop-shadow(0 0 8rem #fff);
}
.top-mv-catch-line--large {
  translate: 5rem 3rem;
}

.top-mv-catch-accent-01 {
  background-image: linear-gradient(to top, var(--color-accent-mid)), linear-gradient(to bottom, var(--color-accent-light), var(--color-accent-light));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-mv-catch-accent-02 {
  font-size: 72rem;
  font-weight: 900;
  line-height: 1.27;
  background-image: linear-gradient(to top, var(--color-accent-mid)), linear-gradient(to bottom, var(--color-accent-light), var(--color-accent-light));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-mv-text {
  margin-inline-start: 31rem;
  margin-block-start: 26rem;
  line-height: 1.75;
  position: relative;
  z-index: var(--z-index-plus);
}

.top-lead {
  margin-block: 62rem 156rem;
  position: relative;
  z-index: var(--z-index-default);
}
.top-lead::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2365rem;
  background-image: url("../img/pages/top/bg_top-lead_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.top-lead-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18rem;
  font-family: var(--font-family-accent);
  position: relative;
}
.top-lead-title::before {
  content: "";
  position: absolute;
  inset-block-end: -54rem;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 100rem;
  height: 2rem;
  background-color: var(--color-text-accent);
}

.top-lead-title-sub {
  font-size: 36rem;
  font-weight: 900;
  color: var(--color-accent-soft);
  line-height: 1;
  letter-spacing: 0.12em;
}

.top-lead-title-main {
  font-size: 56rem;
  font-weight: 900;
  color: var(--color-text-accent);
  line-height: 1.35;
}

.top-lead-title-line {
  display: block;
  text-align: center;
}
.top-lead-title-line--accent {
  color: var(--color-accent);
}
.top-lead-title-line--large {
  font-size: 72rem;
}

.top-lead-text-group {
  margin-block-start: 100rem;
}

.top-lead-text {
  line-height: 1.7;
}
.top-lead-text + .top-lead-text {
  margin-block-start: 60rem;
}
.top-lead-text--accent {
  font-weight: 700;
}

.top-lead-visual {
  position: relative;
  margin-block-start: 90rem;
}
.top-lead-visual::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: -50rem;
  width: 750rem;
  height: 742rem;
  background-image: url("../img/pages/top/bg_top-lead_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.top-lead-tags {
  display: grid;
  gap: 14rem;
  width: 270rem;
  position: relative;
}
.top-lead-tags::before {
  content: "";
  position: absolute;
  inset-block-start: 38rem;
  inset-inline-end: -114rem;
  width: 99rem;
  height: 87rem;
  background-image: url("../img/pages/top/image_top-lead_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-lead-tags-item {
  color: var(--color-white);
  font-size: 40rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  height: 68rem;
  display: grid;
  place-items: center;
  background-color: var(--color-accent-light);
  border-radius: 20rem;
}

.top-lead-visual-image {
  width: 552rem;
  height: 644rem;
  position: absolute;
  inset-inline-end: -10rem;
  inset-block-start: -8rem;
  z-index: var(--z-index-negative);
}

.top-lead-message {
  margin-block-start: 76rem;
  font-weight: 900;
  font-size: 48rem;
  line-height: 1.45;
  font-family: var(--font-family-accent);
  letter-spacing: 0;
  text-wrap: nowrap;
  text-align: center;
}

.top-lead-button {
  margin-block-start: 42rem;
}

.top-about {
  padding-block-start: 140rem;
  position: relative;
  z-index: var(--z-index-default);
}
.top-about::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 4540rem;
  background-image: url("../img/pages/top/bg_top-about.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.top-about-catch {
  margin-block-start: 85rem;
  font-family: var(--font-family-accent);
  color: var(--color-text-accent);
  text-align: center;
  font-weight: 900;
  font-size: 48rem;
  letter-spacing: 0;
}

.top-about-text {
  margin-block-start: 80rem;
}

.top-about-content {
  margin-block-start: 74rem;
}

.top-about-list {
  display: grid;
  gap: 80rem;
}

.top-about-item {
  display: grid;
}

.top-about-item-number {
  display: flex;
  gap: 20rem;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-accent);
  color: var(--color-accent-soft);
}

.top-about-item-number-prefix {
  font-size: 36rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}

.top-about-item-number-main {
  font-size: 60rem;
  font-weight: 900;
  line-height: 1;
  translate: 0 -4rem;
}

.top-about-item-title {
  font-family: var(--font-family-accent);
  text-align: center;
  color: var(--color-text-accent);
  font-size: 56rem;
  font-weight: 900;
  line-height: 1;
  margin-block-start: 12rem;
}

.top-about-item-photo {
  width: 100%;
  aspect-ratio: 650/350;
  margin-block-start: 40rem;
}
.top-about-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about-item-caption {
  text-align: center;
  font-size: 40rem;
  margin-block-start: 22rem;
  line-height: 1.5;
  margin-inline-start: 20rem;
}

.top-about-content-button {
  margin-block-start: 88rem;
}

.top-about-divider {
  width: 100%;
  height: 10px;
  background-color: var(--color-accent-soft);
  margin-block-start: 160rem;
}

.top-menu {
  padding-block: 100rem 120rem;
  position: relative;
  z-index: var(--z-index-default);
}
.top-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 690rem;
  inset-block-end: 0;
  inset-inline-start: 0;
  background-image: url("../img/pages/top/bg_top-menu_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.top-menu-lead {
  font-family: var(--font-family-accent);
  font-size: 48rem;
  font-weight: 900;
  text-align: center;
  color: var(--color-accent);
  margin-block-start: 80rem;
  margin-inline-start: 32rem;
  letter-spacing: 0.05em;
}

.top-menu-content {
  margin-block-start: 56rem;
}

.top-menu-list {
  display: grid;
}

.top-menu-item {
  display: grid;
}

.top-menu-item-photo {
  width: 100%;
  aspect-ratio: 750/500;
}
.top-menu-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-menu-item-text {
  width: 100%;
  position: relative;
}
.top-menu-item-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}
.top-menu-item-text--01 {
  height: 480rem;
}
.top-menu-item-text--01::before {
  background-image: url("../img/pages/top/bg_top-menu_01.png");
}
.top-menu-item-text--02 {
  height: 460rem;
}
.top-menu-item-text--02::before {
  background-image: url("../img/pages/top/bg_top-menu_02.png");
}

.top-menu-item-title {
  font-family: var(--font-family-accent);
  color: var(--color-accent);
  font-size: 56rem;
  font-weight: 900;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-block-start: 64rem;
}
.top-menu-item-title::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  translate: -50% -50%;
  width: 504rem;
  height: 90rem;
  background-image: url("../img/pages/top/image_top-menu_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-menu-item-lead {
  font-size: 44rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: var(--color-accent);
  margin-block-start: 48rem;
}

.top-menu-item-caption {
  font-size: 40rem;
  text-align: center;
  margin-block-start: 28rem;
  line-height: 1.4;
}

.top-menu-note {
  font-size: 44rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--color-text-accent);
  position: relative;
  margin-block-start: 160rem;
}
.top-menu-note::before, .top-menu-note::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 320rem;
  height: 13rem;
  background-image: url("../img/pages/top/image_top-menu_04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top-menu-note::before {
  inset-block-start: -58rem;
}
.top-menu-note::after {
  inset-block-end: -52rem;
}

.top-menu-button {
  margin-block-start: 120rem;
  position: relative;
}

.top-reason {
  padding-block: 110rem 150rem;
  position: relative;
  background-color: var(--color-bg-soft);
  z-index: var(--z-index-default);
}
.top-reason::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 426rem;
  background-image: url("../img/pages/top/bg_top-reason.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.top-reason-content {
  margin-block-start: 160rem;
}

.top-reason-list {
  display: grid;
  gap: 50rem;
}

.top-reason-item {
  position: relative;
  padding-block-end: 90rem;
}
.top-reason-item::before {
  content: "";
  position: absolute;
  inset-block-end: 10rem;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 360rem;
  height: 29rem;
  background-image: url("../img/pages/top/image_top-reason_06.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-reason-item-head {
  display: flex;
  align-items: center;
  gap: 20rem;
}

.top-reason-item-icon {
  width: 250rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.top-reason-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-reason-item-title {
  font-family: var(--font-family-accent);
  color: var(--color-text-accent);
  font-size: 56rem;
  font-weight: 900;
  line-height: 1.5;
}

.top-reason-item-text {
  font-size: 40rem;
  text-align: center;
  margin-block-start: 40rem;
  line-height: 1.5;
  translate: 10rem 0;
}

.top-salon {
  padding-block: 110rem 150rem;
  position: relative;
  z-index: var(--z-index-default);
}
.top-salon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2200rem;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-image: url("../img/pages/top/bg_top-salon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.top-salon-heading {
  margin-block-start: 100rem;
  line-height: 1.6;
  font-size: 48rem;
  font-weight: 900;
  font-family: var(--font-family-accent);
  color: var(--color-text-accent);
  text-align: center;
}

.top-salon-text {
  margin-block-start: 40rem;
}

.top-salon-list {
  display: grid;
  grid-template-columns: repeat(2, 260rem);
  -moz-column-gap: 100rem;
       column-gap: 100rem;
  row-gap: 60rem;
  justify-content: center;
  margin-block-start: 40rem;
}

.top-salon-item-icon {
  width: 260rem;
  aspect-ratio: 1/1;
}

.top-salon-item-label {
  font-family: var(--font-family-accent);
  font-size: 48rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin-block-start: 16rem;
}

.top-salon-button {
  margin-block-start: 70rem;
}

.top-column {
  padding-block: 120rem 160rem;
  position: relative;
  z-index: var(--z-index-default);
}
.top-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/pages/top/column/bg_top-column.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-block-end: 110rem;
}
.top-column__list {
  display: grid;
  gap: 40rem;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 650/450;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .time {
  font-size: 32rem;
  font-weight: 500;
  color: var(--color-accent-soft);
  margin-block-start: 30rem;
}
.top-column__item .title {
  font-size: 32rem;
  font-weight: 500;
  color: var(--color-text-accent);
  line-height: 1.65;
  margin-block-start: 16rem;
}
.top-column__item .caption {
  font-size: 28rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin-block-start: 12rem;
}
.top-column__button {
  margin-block-start: 80rem;
}

.top-news {
  padding-block: 114rem 160rem;
  position: relative;
  z-index: var(--z-index-default);
}
.top-news__inner {
  display: grid;
  gap: 40rem;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  margin-block-start: 80rem;
  gap: 40rem;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2rem solid var(--color-accent-mid);
  padding-block-end: 50rem;
  transition: filter 0.2s ease;
}
.top-news__item .link:hover {
  opacity: 0.6;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top-news__item .time {
  font-size: 32rem;
  font-weight: 500;
  color: var(--color-accent-soft);
}
.top-news__item .title {
  font-size: 32rem;
  font-weight: 500;
  color: var(--color-text-accent);
  line-height: 1.65;
  margin-block-start: 16rem;
}
.top-news__item .caption {
  font-size: 28rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin-block-start: 16rem;
}
.top-news__button {
  margin-block-start: 50rem;
}

.about-lead {
  padding-block-start: 115rem;
  position: relative;
  z-index: var(--z-index-default);
}
.about-lead::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 420rem;
  background-image: url("../img/pages/about/bg_about_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.about-lead-text {
  margin-block-start: 105rem;
}

.about-owner {
  padding-block: 55rem 124rem;
}

.about-owner-card {
  margin-block-start: 40rem;
  padding: 50rem 36rem;
  border-radius: 12rem;
  background-color: var(--color-bg-tint);
}

.about-owner-photo {
  width: 460rem;
  aspect-ratio: 1/1;
  border-radius: 12rem;
  margin-inline: auto;
}
.about-owner-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-owner-text {
  margin-block-start: 20rem;
  line-height: 1.65;
}

.about-owner-signature {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 40rem;
  font-family: var(--font-family-accent);
  font-weight: 900;
  color: var(--color-text-accent);
  margin-inline-start: auto;
  margin-block-start: 20rem;
  border-block-end: 2rem solid var(--color-text-accent);
}

.about-owner-signature-prefix {
  font-size: 32rem;
}

.about-owner-signature-name {
  font-size: 36rem;
}

.about-thoughts-list-wrapper {
  background-image: url("../img/pages/about/bg_about_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-block-start: 40rem;
  padding-block: 50rem 120rem;
}

.about-thoughts-list {
  display: grid;
  gap: 64rem;
}

.about-thoughts-item {
  text-align: center;
}

.about-thoughts-item-icon {
  width: 320rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.about-thoughts-item-title {
  font-family: var(--font-family-accent);
  font-size: 48rem;
  font-weight: 900;
  color: var(--color-text-accent);
  margin-block-start: 10rem;
}

.about-thoughts-item-caption {
  margin-block-start: 12rem;
  padding: 22rem;
  border-radius: 12rem;
  background-color: var(--color-bg-tint);
  text-align: center;
  line-height: 1.5;
}

.about-salon {
  padding-block: 110rem 120rem;
  position: relative;
  z-index: var(--z-index-default);
}
.about-salon::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 640rem;
  background-image: url("../img/pages/about/bg_about_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.about-salon-title {
  padding-block-start: 60rem;
}

.about-salon-photos {
  width: 100%;
  aspect-ratio: 750/606;
  margin-block-start: 112rem;
}
.about-salon-photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-salon-text {
  margin-block-start: 54rem;
}

.guide-reason {
  padding-block: 116rem 110rem;
  position: relative;
  z-index: var(--z-index-default);
}
.guide-reason::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 420rem;
  background-image: url("../img/pages/guide/bg_guide_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.guide-reason-lead {
  margin-block-start: 90rem;
}

.guide-reason-list {
  display: grid;
  gap: 90rem;
  margin-block-start: 62rem;
}

.guide-reason-item {
  text-align: center;
}

.guide-reason-item-photo {
  width: 100%;
  aspect-ratio: 650/450;
  -o-object-fit: cover;
     object-fit: cover;
}

.guide-reason-item-title {
  font-family: var(--font-family-accent);
  font-size: 44rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--color-text-accent);
  margin-block-start: 6rem;
  padding-block-end: 10rem;
  border-block-end: 8rem solid var(--color-line);
}
.guide-reason-item-title--tight-letter {
  letter-spacing: 0.06em;
}

.guide-reason-item-caption {
  margin-block-start: 20rem;
  line-height: 1.7;
  text-align: start;
}

.guide-flow-faq {
  padding-block: 116rem 120rem;
  background-color: var(--color-bg-soft);
}

.guide-flow-faq-flow {
  display: grid;
  gap: 40rem;
  margin-block-start: 110rem;
}

.guide-flow-faq-flow-item {
  position: relative;
  padding-block-end: 50rem;
  border-block-end: 2rem solid var(--color-accent-soft);
}
.guide-flow-faq-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block-end: -18rem;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-inline-start: 36rem solid transparent;
  border-inline-end: 36rem solid transparent;
  border-block-start: 40rem solid var(--color-accent-soft);
}

.guide-flow-faq-flow-item-head {
  display: flex;
  align-items: center;
  gap: 40rem;
}

.guide-flow-faq-flow-item-icon {
  width: 200rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.guide-flow-faq-flow-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guide-flow-faq-flow-title {
  font-family: var(--font-family-accent);
  display: flex;
  flex-direction: column;
  gap: 20rem;
  padding-block-end: 20rem;
}

.guide-flow-faq-flow-title-step {
  display: flex;
  align-items: baseline;
  gap: 12rem;
  color: var(--color-accent-soft);
  font-weight: 900;
  line-height: 1;
}

.guide-flow-step-number {
  font-size: 28rem;
  letter-spacing: 0.1em;
}

.guide-flow-step-text {
  font-size: 36rem;
}

.guide-flow-faq-flow-title-text {
  font-family: var(--font-family-accent);
  font-size: 48rem;
  font-weight: 900;
  color: var(--color-text-accent);
  line-height: 1;
  margin-inline-start: -10rem;
  letter-spacing: 0.05em;
}

.guide-flow-faq-flow-item-caption {
  margin-block-start: 24rem;
  line-height: 1.6;
}

.guide-flow-faq-faq-section {
  margin-block-start: 130rem;
}

.guide-flow-faq-faq-list {
  display: grid;
  gap: 50rem;
  margin-block-start: 30rem;
}

.guide-flow-faq-faq-question {
  font-family: var(--font-family-accent);
  font-size: 36rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-text-accent);
  display: flex;
  gap: 20rem;
  margin-block-start: 10rem;
}
.guide-flow-faq-faq-question::before {
  content: "Q";
  display: grid;
  place-items: center;
  width: 60rem;
  padding: 0 4rem 6rem 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-line);
  color: var(--color-white);
  font-size: 36rem;
  line-height: 1;
  font-weight: 900;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}

.guide-flow-faq-faq-answer {
  margin-block-start: 20rem;
  padding: 22rem 34rem 30rem;
  border-radius: 12rem;
  background-color: var(--color-bg-pale);
  line-height: 1.65;
}
.guide-flow-faq-faq-answer::before {
  content: "A.";
  display: block;
  font-family: var(--font-family-accent);
  font-size: 36rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-accent-soft);
  margin-block-end: 10rem;
}

.menu-lead {
  padding-block-start: 100rem;
  border-block-end: 8rem solid var(--color-accent-soft);
  position: relative;
  z-index: var(--z-index-default);
}
.menu-lead::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 980rem;
  background-image: url("../img/pages/menu/bg_menu_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.menu-lead-title {
  padding-block-start: 40rem;
  translate: 8rem -24rem;
}

.menu-lead-text {
  margin-block-start: 87rem;
}

.menu-lead-highlight {
  font-weight: 700;
}

.menu-trouble {
  padding-block-start: 88rem;
}

.menu-trouble-list {
  display: grid;
  gap: 20rem;
}

.menu-trouble-item {
  display: flex;
  gap: 40rem;
  align-items: center;
  padding-block: 30rem;
  padding-inline: 50rem 60rem;
}
.menu-trouble-item:nth-child(even) {
  background-color: var(--color-bg-soft);
}
.menu-trouble-item:nth-child(odd) {
  background-color: var(--color-bg-tint);
}

.menu-trouble-item-icon {
  width: 240rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.menu-trouble-item-content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.menu-trouble-item-title {
  font-size: 36rem;
  font-weight: 700;
  color: var(--color-text-accent);
  line-height: 1;
}

.menu-trouble-item-text {
  font-size: 32rem;
  margin-block-start: 12rem;
  line-height: 1.6;
}

.menu-list {
  padding-block: 100rem 120rem;
  position: relative;
  z-index: var(--z-index-default);
}
.menu-list::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 469rem;
  background-image: url("../img/pages/menu/bg_menu_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.menu-list-text {
  margin-block-start: 125rem;
}

.menu-list-course-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.menu-list-course-section {
  margin-block-start: 60rem;
}

.menu-list-course-section:last-child {
  margin-bottom: 50px;
}

.menu-list-category {
  font-size: 40rem;
  font-weight: 900;
  color: var(--color-text-accent);
  font-family: var(--font-family-accent);
  text-align: center;
  padding-block-end: 10rem;
  border-block-end: 8rem solid var(--color-line);
}

.menu-list-courses {
  display: grid;
  gap: 188rem;
  margin-block-start: 40rem;
}

.menu-list-course {
  position: relative;
}
.menu-list-course::after {
  content: "";
  position: absolute;
  inset-block-end: -108rem;
  inset-inline-start: 50%;
  translate: -50% 0;
  width: 360rem;
  height: 29rem;
  background-image: url("../img/pages/menu/image_menu_09.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-list-course-photo {
  width: 100%;
  aspect-ratio: 650/450;
  background: url(../img/pages/menu/no-img.jpg) no-repeat center/cover;
}

.menu-list-course-name {
  font-size: 42rem;
  font-family: var(--font-family-accent);
  font-weight: 900;
  color: var(--color-text-accent);
  margin-block-start: 8rem;
  padding-block-end: 4rem;
  position: relative;
}
.menu-list-course-name::before, .menu-list-course-name::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  height: 2rem;
  background-color: var(--color-line);
}
.menu-list-course-name::before {
  inset-block-end: 0;
}
.menu-list-course-name::after {
  inset-block-end: -4rem;
}

.menu-list-course-price {
  font-family: var(--font-family-accent);
  color: var(--color-accent-mid);
  font-weight: 900;
  text-align: end;
  translate: 12rem 0;
}

.menu-list-course-price-value {
  font-size: 32rem;
}

.menu-list-course-price-value-number {
  font-size: 48rem;
}

.menu-list-course-price-value-suffix {
  font-size: 20rem;
}

.menu-list-course-recommend {
  margin-block-start: 12rem;
  border-radius: 12rem;
  overflow: hidden;
}

.menu-list-course-recommend-label {
  padding: 12rem 24rem;
  background-color: var(--color-accent-soft);
  color: var(--color-white);
  font-size: 32rem;
  font-weight: 700;
}

.menu-list-course-recommend-text {
  padding: 15rem 60rem 20rem 15rem;
  line-height: 1.65;
  background-color: var(--color-bg-tint);
}

.menu-list-course-content {
  margin-block-start: 50rem;
}

.menu-list-course-content-label {
  padding-inline-start: 30rem;
  font-size: 32rem;
  font-weight: 700;
  color: var(--color-text-accent);
  line-height: 1;
  position: relative;
}
.menu-list-course-content-label::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 5rem;
  width: 8rem;
  height: 40rem;
  background-color: var(--color-accent-soft);
}

.menu-list-course-content-text {
  margin-block-start: 25rem;
  background-color: var(--color-gray);
  padding: 6rem 60rem 20rem 15rem;
  border-radius: 12rem;
  line-height: 1.65;
}

.menu-option {
  padding-block: 88rem 120rem;
}

.menu-option-list {
  display: grid;
  gap: 40rem;
  margin-block-start: 40rem;
}

.menu-option-item {
  padding: 35rem 35rem 45rem 35rem;
  border-radius: 12rem;
  background-color: var(--color-gray);
}

.menu-option-item-photo {
  width: 100%;
  aspect-ratio: 580/386;
  overflow: hidden;
  border-radius: 12rem;
}
.menu-option-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-option-item-name {
  font-family: var(--font-family-accent);
  font-size: 40rem;
  font-weight: 900;
  color: var(--color-text-accent);
  margin-block-start: 6rem;
  padding-block-end: 10rem;
  position: relative;
}
.menu-option-item-name::before, .menu-option-item-name::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  height: 2rem;
  background-color: var(--color-line);
}
.menu-option-item-name::before {
  inset-block-end: 0;
}
.menu-option-item-name::after {
  inset-block-end: -4rem;
}

.menu-option-item-price {
  font-family: var(--font-family-accent);
  font-weight: 900;
  color: var(--color-accent-mid);
  text-align: end;
  margin-block-start: 8rem;
  translate: 16rem 0;
}

.menu-option-item-price-value {
  font-size: 30rem;
}

.menu-option-item-price-value-number {
  font-size: 42rem;
}

.menu-option-item-price-value-suffix {
  font-size: 20rem;
}

.menu-option-item-recommend {
  margin-block-start: 16rem;
  border-radius: 12rem;
  overflow: hidden;
}

.menu-option-item-recommend-label {
  padding: 10rem 24rem;
  background-color: var(--color-accent-soft);
  color: var(--color-white);
  font-size: 32rem;
  font-weight: 700;
}

.menu-option-item-recommend-text {
  padding: 16rem 52rem 20rem 16rem;
  background-color: var(--color-bg-soft);
  line-height: 1.65;
}

.menu-option-item-content {
  margin-block-start: 50rem;
}

.menu-option-item-content-label {
  padding-inline-start: 30rem;
  font-size: 32rem;
  font-weight: 700;
  color: var(--color-text-accent);
  line-height: 1;
  position: relative;
}
.menu-option-item-content-label::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 5rem;
  width: 10rem;
  height: 40rem;
  background-color: var(--color-line);
}

.menu-option-item-content-text {
  margin-block-start: 20rem;
  line-height: 1.65;
}

.salon-lead {
  padding-block: 85rem 0;
  position: relative;
  z-index: var(--z-index-default);
}
.salon-lead::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 500rem;
  background-image: url("../img/pages/salon/bg_salon_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.salon-lead-text {
  margin-block-start: 95rem;
}

.salon-info {
  padding-block: 52rem 0;
}

.salon-info-text {
  margin-block-start: 18rem;
}

.salon-info-table {
  margin-block-start: 65rem;
  padding-block: 60rem 117rem;
  background-color: var(--color-bg-soft);
}

.salon-info-list {
  display: grid;
  gap: 32rem;
}

.salon-info-item-label {
  padding: 8rem 18rem;
  background-color: var(--color-accent-light);
  color: var(--color-white);
  font-size: 32rem;
  font-weight: 700;
}

.salon-info-item-value {
  margin-block-start: 10rem;
}

.salon-info-map {
  margin-block-start: 55rem;
  border-radius: 12rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 650/420;
}
.salon-info-map iframe {
  width: 100%;
  height: 100%;
}

.salon-voice {
  padding-block: 115rem 120rem;
  position: relative;
  z-index: var(--z-index-default);
}
.salon-voice::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 300rem;
  background-image: url("../img/pages/salon/bg_salon_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index-negative);
}

.salon-voice-text {
  margin-block-start: 90rem;
}

.salon-voice-list {
  display: grid;
  gap: 40rem;
  margin-block-start: 60rem;
}

.salon-voice-item {
  padding: 40rem 28rem 40rem 34rem;
  border-radius: 12rem;
  background-color: var(--color-bg-tint);
}

.salon-voice-item-icon {
  width: 280rem;
  background: url(../img/pages/salon/no-img.jpg) no-repeat center/cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  background-color: var(--color-white);
}

.salon-voice-item-title {
  margin-block-start: 56rem;
  padding: 15rem 30rem 10rem 20rem;
  border-radius: 12rem;
  background-color: var(--color-white);
  position: relative;
}
.salon-voice-item-title::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 50%;
  translate: -50% calc(-100% + 6rem);
  width: 48rem;
  height: 36rem;
  background-color: var(--color-white);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.salon-voice-item-heading {
  font-size: 32rem;
  font-weight: 700;
  color: var(--color-text-accent);
  line-height: 1.5;
}

.salon-voice-item-attribute {
  margin-block-start: 10rem;
  padding-inline-start: 20rem;
  color: var(--color-accent);
  font-size: 28rem;
  text-align: start;
  position: relative;
}
.salon-voice-item-attribute::before {
  content: "";
  position: absolute;
  inset-block-start: 12rem;
  inset-inline-start: 0;
  width: 8rem;
  height: 30rem;
  background-color: var(--color-line);
}

.salon-voice-item-text {
  margin-block-start: 20rem;
  line-height: 1.65;
}

.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 28px;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 16px;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #d59199;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 15px;
  line-height: 1.6;
}

.blog__inner {
  padding: 50px 0;
}
.blog__title {
  font-family: var(--font-family-accent);
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  position: relative;
}
.blog-archive__select::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.blog-archive__select select {
  width: 150px;
  font-size: 14px;
}
.blog-archive__item {
  padding: 20px 0;
}
.blog-archive__link {
  display: flex;
  gap: 5%;
}
.blog-archive__thumbnail {
  width: 25%;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-archive__date {
  font-size: 14px;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}
.blog-archive__tag {
  font-size: 13px;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 16px;
  line-height: 1.5;
}
.blog-archive__text {
  font-size: 13px;
  line-height: 1.5;
}

.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 12px;
  background: #d59199;
  padding: 2px 10px;
}
.blog-single__title {
  font-family: var(--font-family-accent);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 15px;
  font-weight: 500;
}

.blog-single__inner {
  padding: 50px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.blog-single__tag {
  font-size: 13px;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-single__body {
  margin-bottom: 60px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 15px;
}

.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-family: var(--font-family-accent);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-family: var(--font-family-accent);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

.contact-complete__inner {
  padding: 50px 0;
}
.contact-complete__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 15px;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-family: var(--font-family-accent);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 10px;
  font-weight: 500;
}
.privacy-contents__title span {
  font-family: var(--font-family-accent);
  font-size: 20px;
  font-weight: 700;
}
.privacy-contents__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-policy__inner {
  padding: 50px 0;
}
.privacy-policy__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.privacy-contents__title i {
  font-size: 8px;
}
.privacy-contents__title span {
  font-size: 18px;
  line-height: 1.4;
}
.privacy-contents__text {
  font-size: 14px;
  line-height: 1.6;
}

.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-family: var(--font-family-accent);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 14px;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 16px;
  font-weight: 500;
}

.site-map__inner {
  padding: 50px 0;
}
.site-map__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
.site-map__item a i, .site-map__item a span {
  font-size: 15px;
}

.notfound__inner {
  padding: 50px 0;
}
.notfound__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 15px;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}/*# sourceMappingURL=style.css.map */