@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 9px;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Custom */
/* ============================================ */
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  display: inline-block;
}

img,
video,
svg {
  width: 100%;
  height: auto;
}

html {
  font-size: 10px;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

@media (min-width: 960px) {
  a {
    transition: 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 959px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .u-sp {
    display: none !important;
  }
}

.u-inner {
  width: 86.6666666667%;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .u-inner {
    width: 83.3333333333%;
    max-width: 1200px;
    padding-left: 2.0833333333vw;
  }
}

.u-red {
  color: #C30E23;
}

.u-banner {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 12px;
  background: #fff;
  z-index: 100;
}
@media (min-width: 960px) {
  .l-header {
    width: 300px;
    height: 100%;
    padding: 50px 40px 40px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .l-header__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
}
.l-header__logo {
  display: block;
  width: 185px;
}
@media (min-width: 960px) {
  .l-header__logo {
    width: 220px;
  }
}
.l-header__logo-link {
  display: block;
}
.l-header__menu {
  display: block;
  width: 36px;
  padding-top: 8px;
  line-height: 1.3;
  text-align: center;
}
.l-header__menu.is-open .l-header__menu-icon::before {
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
}
.l-header__menu.is-open .l-header__menu-icon::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-20deg);
}
.l-header__menu-icon {
  position: relative;
  display: block;
  height: 10px;
}
.l-header__menu-icon::before, .l-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.3s ease;
}
.l-header__menu-icon::before {
  top: 0;
}
.l-header__menu-icon::after {
  bottom: 0;
}
.l-header__menu-text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .l-header__nav {
    margin-top: 40px;
    width: 100%;
    height: 100%;
  }
}

.l-footer {
  padding: 40px 0 30px;
}
@media (min-width: 960px) {
  .l-footer {
    margin-left: 300px;
    padding-top: 60px;
  }
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 960px) {
  .l-footer__inner {
    gap: 50px;
  }
}
.l-footer__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 960px) {
  .l-footer__body {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 960px) {
  .l-footer__nav {
    width: 50%;
  }
}
.l-footer__logo {
  display: block;
  width: 212px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .l-footer__logo {
    margin: 0;
  }
}
.l-footer__info-dl {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 960px) {
  .l-footer__info-dl {
    margin-top: 40px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
}
@media (min-width: 960px) {
  .l-footer__sns {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.l-footer__sns-link {
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
}
.l-footer__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #DEDEDE;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 960px) {
  .l-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
}
.l-footer__bottom-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .l-footer__bottom-links {
    font-size: 1.3rem;
  }
}
.l-footer__bottom-links-item:not(:first-child)::before {
  content: "・";
}
.l-footer__copyright {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 960px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

@media (min-width: 960px) {
  .l-main {
    margin-left: 300px;
  }
}

.l-crumb {
  padding: 20px 0;
}
.l-crumb__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  font-size: 1.2rem;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .l-crumb__list {
    font-size: 1.3rem;
  }
}
.l-crumb__item:not(:first-child) {
  position: relative;
}
.l-crumb__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 1px;
  background: #666666;
  transform: translate(-50%, -50%);
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 99;
  display: none;
}
.l-menu__inner {
  padding: 113px 10px 48px;
}

.c-heading-common, .c-heading-common--small {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.c-heading-common--small {
  gap: 10px;
}
.c-heading-common--small .c-heading-common__main {
  font-size: 2rem;
}
@media (min-width: 960px) {
  .c-heading-common--small .c-heading-common__main {
    font-size: 3.2rem;
  }
}
.c-heading-common__sub {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 2rem;
  color: #C30E23;
  line-height: 1;
}
@media (min-width: 960px) {
  .c-heading-common__sub {
    font-size: 2.4rem;
  }
}
.c-heading-common__main {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 960px) {
  .c-heading-common__main {
    font-size: 3.6rem;
  }
}

.c-heading-large {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 960px) {
  .c-heading-large {
    font-size: 3.6rem;
  }
}

.c-button-more {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-button-more:hover {
  opacity: 1;
}
.c-button-more:hover .c-button-more__arrow, .c-button-more:hover .c-button-more__arrow--red {
  background: #C30E23;
}
.c-button-more__arrow, .c-button-more__arrow--red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  padding-left: 1px;
  aspect-ratio: 1/1;
  background: #222;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media (min-width: 960px) {
  .c-button-more__arrow, .c-button-more__arrow--red {
    width: 40px;
  }
}
.c-button-more__arrow--red .c-button-more__arrow-text {
  text-decoration: underline;
}
.c-button-more__arrow::after, .c-button-more__arrow--red::after {
  content: "";
  width: 5px;
  height: 100%;
  background: url(../images/common/icon_arrow_right_white.svg) no-repeat center/contain;
}
.c-button-more__text {
  font-weight: 500;
}

.c-button-reserve {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 15px;
  background: #222;
  background: url(../images/common/icon_arrow_right_white.svg) no-repeat center right 20px/5px auto, #222;
  border-radius: 3px;
  color: #fff;
}
@media (min-width: 960px) {
  .c-button-reserve {
    height: 46px;
    font-size: 1.5rem;
  }
}
.c-button-reserve:hover {
  opacity: 1;
  background: url(../images/common/icon_arrow_right_white.svg) no-repeat center right 20px/5px auto, #C30E23;
}

.c-gnav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .c-gnav {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 1.5rem;
  }
}
.c-gnav__category {
  width: 100%;
}
.c-gnav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
@media (min-width: 960px) {
  .c-gnav__list {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .c-gnav__item--reserve {
    position: static;
    width: 100%;
    max-width: 220px;
    margin-top: 10px;
  }
}
@media (max-width: 959px) {
  .c-gnav__item--reserve {
    margin-top: 28px;
  }
  .c-gnav__item--reserve .c-button-reserve {
    justify-content: center;
    height: 58px;
  }
}
.c-gnav__item--reserve .c-button-reserve {
  height: 58px;
}
.c-gnav__category-link {
  display: block;
  padding: 15px 12px;
  background: url(../images/common/icon_arrow_right_gray.svg) no-repeat center left/5px auto;
  border-bottom: 1px solid #EDE9E7;
}
@media (max-width: 959px) {
  .c-gnav__category-link {
    font-size: 1.6rem;
  }
}

.c-nav-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 960px) {
  .c-nav-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
.c-nav-footer__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  font-size: 1.4rem;
}
.c-nav-footer__item--reserve {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 145px;
}
@media (min-width: 960px) {
  .c-nav-footer__item--reserve {
    position: static;
    width: 100%;
    max-width: 165px;
    margin-top: 10px;
  }
}
.c-nav-footer__sub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.c-nav-footer__sub-item {
  padding-left: 10px;
  background: url(../images/common/icon_arrow_right_gray.svg) no-repeat center left/5px auto;
}

.c-sub-mv, .c-sub-mv--salon, .c-sub-mv--about {
  aspect-ratio: 375/200;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 960px) {
  .c-sub-mv, .c-sub-mv--salon, .c-sub-mv--about {
    aspect-ratio: 1140/400;
    border-radius: 0 0 0 5px;
  }
}
.c-sub-mv--about {
  background-image: url(../images/about/about_mv.webp);
}
.c-sub-mv--salon {
  background-image: url(../images/salon/mv.jpg);
}
.c-sub-mv__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 4px 24px;
}
@media (min-width: 960px) {
  .c-sub-mv__inner {
    padding: 0 0 48px;
  }
}
.c-sub-mv__heading {
  margin-top: auto;
  text-align: right;
  color: #fff;
}
.c-sub-mv__heading-main {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .c-sub-mv__heading-main {
    font-size: 7.6rem;
  }
}
.c-sub-mv__heading-sub {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .c-sub-mv__heading-sub {
    font-size: 2.4rem;
  }
}

.c-slider-salon__slide {
  border-radius: 5px;
  overflow: hidden;
  width: 300px;
}
@media (min-width: 960px) {
  .c-slider-salon__slide {
    width: 360px;
  }
}
.c-slider-salon__slide-inner {
  aspect-ratio: 3/2;
}
.c-slider-salon__slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list-faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  line-height: 1.4;
}
.c-list-faq__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #A7A29E;
}
@media (min-width: 960px) {
  .c-list-faq__item {
    padding-bottom: 18px;
  }
}
.c-list-faq__question {
  display: grid;
  grid-template-columns: 1fr 10px;
  gap: 15px;
  cursor: pointer;
}
.c-list-faq__question.is-open .c-list-faq__icon::after {
  opacity: 0;
}
.c-list-faq__question-text {
  position: relative;
}
@media (min-width: 960px) {
  .c-list-faq__question-text {
    font-size: 2rem;
  }
}
.c-list-faq__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 1.4em;
}
.c-list-faq__icon::before, .c-list-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #222;
  transform: translate(-50%, -50%);
}
.c-list-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-list-faq__answer {
  display: none;
}
.c-list-faq__answer-text {
  padding-top: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .c-list-faq__answer-text {
    padding-top: 20px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.c-list-news__item {
  border-bottom: 1px solid #EDE9E7;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .c-list-news__item {
    font-size: 1.6rem;
  }
}
.c-list-news__item:first-child {
  border-top: 1px solid #EDE9E7;
}
.c-list-news__item-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 12px 0;
}
@media (min-width: 960px) {
  .c-list-news__item-inner {
    grid-template-columns: 114px 1fr;
    gap: 0;
    padding: 24px 0;
  }
}
.c-list-news__date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #8D8179;
}
.c-list-news__title {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

.c-list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
}
.c-list-tag__link {
  font-size: 12px;
  color: #C30E23;
}
.c-list-tag__link::before {
  content: "#";
}

.c-pagination {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1;
  color: #A2A2A2;
}
@media (min-width: 960px) {
  .c-pagination {
    font-size: 2.4rem;
  }
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 960px) {
  .c-pagination .page-numbers {
    gap: 20px;
  }
}
.c-pagination .page-numbers .page-numbers {
  display: block;
  width: 20px;
  padding: 10px 0;
  text-align: center;
}
.c-pagination .page-numbers .page-numbers.current {
  color: #C30E23;
  border-bottom: 1px solid #C30E23;
}
.c-pagination .page-numbers .page-numbers.next, .c-pagination .page-numbers .page-numbers.prev {
  height: 100%;
  background: url(../images/common/icon_arrow_right_gray.svg) no-repeat center/10px auto;
}
.c-pagination .page-numbers .page-numbers.prev {
  transform: rotate(180deg);
}

.p-top__main {
  overflow: hidden;
}

.c-top-mv {
  padding: 90px 0 24px;
}
@media (min-width: 960px) {
  .c-top-mv {
    padding: 40px 0 0;
  }
}
@media (min-width: 960px) {
  .c-top-mv__slide {
    width: 500px;
  }
}
.c-top-mv__slide-inner {
  position: relative;
  display: block;
  aspect-ratio: 295/420;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .c-top-mv__slide-inner {
    aspect-ratio: 50/64;
  }
}
.c-top-mv__slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-top-mv__slide-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  background: linear-gradient(to right, rgba(173, 137, 94, 0), #ad895e);
  color: #fff;
}
.c-top-mv__slide-content.lifestyle {
  background: linear-gradient(to right, rgba(125, 148, 170, 0), #7d94aa);
}
.c-top-mv__slide-content.beauty {
  background: linear-gradient(to right, rgba(175, 128, 148, 0), #af8094);
}
.c-top-mv__slide-content.health {
  background: linear-gradient(to right, rgba(113, 132, 78, 0), #71844e);
}
.c-top-mv__slide-category {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 9px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #8D8179;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #8D8179;
}
.c-top-mv__slide-title {
  min-height: 4.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-top-mv__pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .c-top-mv__pagination {
    margin-top: 40px;
  }
}
.c-top-mv__pagination .swiper-pagination-bullet {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0;
  background: #D9D4D1;
  border-radius: 0;
  opacity: 1;
}
.c-top-mv__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C30E23;
}

.p-top-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .p-top-about {
    margin-top: 120px;
  }
}
@media (min-width: 960px) {
  .p-top-about__body-inner {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 24px 0;
  }
}
@media (min-width: 960px) {
  .p-top-about__heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-top-about__image {
  width: 100vw;
  margin: 36px calc(50% - 50vw) 0;
}
@media (min-width: 960px) {
  .p-top-about__image {
    align-self: center;
    grid-column: 2/3;
    grid-row: 1/3;
    width: 100%;
    margin: 0;
  }
}
.p-top-about__content {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .p-top-about__content {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0;
  }
}
.p-top-about__more {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .p-top-about__bottom {
    width: 91.6666666667%;
    max-width: calc(50% + 600px);
    padding-left: 2.0833333333vw;
    margin-left: auto;
  }
  .p-top-about__bottom img {
    border-radius: 5px 0 0 5px;
  }
}

.p-top-salon {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .p-top-salon {
    margin-top: 140px;
  }
}
.p-top-salon__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.p-top-salon__slider {
  transition-timing-function: linear;
}
.p-top-salon__slide {
  border-radius: 5px;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .p-top-salon__slide {
    max-width: 400px;
  }
}
.p-top-salon__slide-inner {
  aspect-ratio: 2/3;
}
.p-top-salon__slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-salon__more {
  margin-top: 24px;
}

.p-top-movie {
  margin-top: 80px;
}
.p-top-movie__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-top-movie__inner {
    padding-bottom: 60px;
  }
}
.p-top-movie__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .p-top-movie__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 36px;
  }
}
.p-top-movie__movie {
  aspect-ratio: 16/9;
}
.p-top-movie__movie iframe {
  width: 100%;
  height: 100%;
}
.p-top-movie__more {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .p-top-movie__more {
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
  }
}

.p-top-professional {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .p-top-professional {
    margin-top: 60px;
  }
}
.p-top-professional__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-top-professional__inner {
    margin-top: 36px;
    padding-bottom: 60px;
  }
}
.p-top-professional__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 960px) {
  .p-top-professional__container {
    grid-template-columns: 54.2105263158% auto;
    grid-row: 1fr auto 1fr;
    gap: 30px 80px;
  }
}
@media (min-width: 960px) {
  .p-top-professional__image {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
@media (min-width: 960px) {
  .p-top-professional__content {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-top-professional__name {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  line-height: 1;
}
.p-top-professional__name-ja {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.p-top-professional__name-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-top-professional__text {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-top-professional__more {
  margin-top: 16px;
}
@media (min-width: 960px) {
  .p-top-professional__more {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

.p-top-project {
  margin-top: 48px;
}
.p-top-project__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 960px) {
  .p-top-project__inner {
    gap: 36px;
  }
}
.p-top-project__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 960px) {
  .p-top-project__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-top-project__item, .p-top-project__item--04, .p-top-project__item--03, .p-top-project__item--02, .p-top-project__item--01 {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 325/194;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-project__item--01 {
  background-image: url(../images/top/project01.webp);
}
.p-top-project__item--01 .p-top-project__item-content {
  background: linear-gradient(to bottom, rgba(160, 140, 162, 0), #a08ca2);
}
@media (min-width: 960px) {
  .p-top-project__item--01 .p-top-project__item-content {
    background: linear-gradient(to right, rgba(160, 140, 162, 0), #a08ca2);
  }
}
.p-top-project__item--02 {
  background-image: url(../images/top/project02.webp);
}
.p-top-project__item--02 .p-top-project__item-content {
  background: linear-gradient(to bottom, rgba(154, 162, 140, 0), #9aa28c);
}
@media (min-width: 960px) {
  .p-top-project__item--02 .p-top-project__item-content {
    background: linear-gradient(to right, rgba(154, 162, 140, 0), #9aa28c);
  }
}
.p-top-project__item--03 {
  background-image: url(../images/top/project03.webp);
}
.p-top-project__item--03 .p-top-project__item-content {
  background: linear-gradient(to bottom, rgba(168, 146, 121, 0), #a89279);
}
@media (min-width: 960px) {
  .p-top-project__item--03 .p-top-project__item-content {
    background: linear-gradient(to right, rgba(168, 146, 121, 0), #a89279);
  }
}
.p-top-project__item--04 {
  background-image: url(../images/top/project04.webp);
}
.p-top-project__item--04 .p-top-project__item-content {
  background: linear-gradient(to bottom, rgba(125, 148, 170, 0), #7d94aa);
}
@media (min-width: 960px) {
  .p-top-project__item--04 .p-top-project__item-content {
    background: linear-gradient(to right, rgba(125, 148, 170, 0), #7d94aa);
  }
}
.p-top-project__item-content {
  margin-top: auto;
  padding: 33px 20px 18px;
  color: #fff;
}
@media (min-width: 960px) {
  .p-top-project__item-content {
    padding: 58px 24px 20px;
  }
}
.p-top-project__index {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .p-top-project__index {
    font-size: 1.8rem;
  }
}
.p-top-project__title {
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .p-top-project__title {
    font-size: 2rem;
  }
}

.p-top-column {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .p-top-column {
    margin-top: 60px;
  }
}
.p-top-column__body {
  padding: 0 6.6666666667vw;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .p-top-column__body {
    width: 91.6666666667%;
    padding: 0 0 0 2.0833333333vw;
    margin-top: 35px;
    margin-left: auto;
  }
}
@media (min-width: 1745px) {
  .p-top-column__body {
    width: calc(600px + 50%);
  }
}
.p-top-column__body-inner {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.p-top-column__body-inner::-webkit-scrollbar {
  display: none;
}
.p-top-column__article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 280px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .p-top-column__article {
    width: 400px;
  }
}
.p-top-column__article-thumbnail {
  aspect-ratio: 400/266;
  border-radius: 5px;
  overflow: hidden;
}
.p-top-column__article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-column__article-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.p-top-column__article-info {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.8rem;
}
.p-top-column__article-date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #A7A29E;
}
.p-top-column__article-category {
  font-size: 1.3rem;
  padding-left: 12px;
  border-left: 1px solid #A7A29E;
}
.p-top-column__article-heading {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  font-size: 1.8rem;
}
.p-top-column__article-description {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  font-size: 1.4rem;
}
.p-top-column__bottom {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .p-top-column__bottom {
    margin-top: 24px;
  }
}
.p-top-column__bottom-inner {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 50px;
  border-bottom: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-top-column__bottom-inner {
    padding-bottom: 60px;
  }
}

.p-top-news {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .p-top-news {
    margin-top: 130px;
  }
}
.p-top-news__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-top-news__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 960px) {
  .p-top-news__heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-top-news__list {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .p-top-news__list {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
  }
}
.p-top-news__more {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .p-top-news__more {
    align-self: end;
    margin-top: 40px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.p-about-lead {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .p-about-lead {
    margin-top: 48px;
  }
}
.p-about-lead__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 960px) {
  .p-about-lead__inner {
    gap: 28px;
  }
}
.p-about-lead__heading {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .p-about-lead__heading {
    font-size: 3.6rem;
  }
}
@media (min-width: 960px) {
  .p-about-lead__text {
    font-size: 1.8rem;
  }
}

.p-about-well {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .p-about-well {
    margin-top: 96px;
  }
}
.p-about-well__heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1;
  color: #C30E23;
}
@media (min-width: 960px) {
  .p-about-well__heading {
    font-size: 6.8rem;
  }
}
.p-about-well__heading span {
  display: block;
  text-align: right;
}
@media (min-width: 960px) {
  .p-about-well__heading span {
    display: inline;
  }
}
.p-about-well__body {
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
}
@media (min-width: 960px) {
  .p-about-well__body {
    width: 100%;
    margin: 90px 0 0;
  }
}
.p-about-well__body img {
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .p-about-well__body img {
    max-width: 837px;
  }
}
.p-about-well__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .p-about-well__bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
  }
}
.p-about-well__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  text-align: center;
}
.p-about-well__section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  padding: 12px;
  background: #C30E23;
  color: #fff;
}
@media (min-width: 960px) {
  .p-about-well__section-heading {
    padding: 15px;
    max-width: 410px;
  }
}
.p-about-well__section-heading-main {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .p-about-well__section-heading-main {
    font-size: 3rem;
  }
}
.p-about-well__section-heading-sub {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-about-well__section-text {
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .p-about-well__section-text {
    font-size: 1.6rem;
  }
}
.p-about-well__text {
  margin-top: 22px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 960px) {
  .p-about-well__text {
    font-size: 2.4rem;
  }
}

.p-about-experience {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-about-experience {
    margin-top: 100px;
    padding: 60px 0 100px;
  }
}
.p-about-experience__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 960px) {
  .p-about-experience__inner {
    gap: 36px;
  }
}
.p-about-experience__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 960px) {
  .p-about-experience__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-about-experience__item {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 15px;
  padding: 15px;
  border-radius: 5px;
  background: #F8F5F0;
}
@media (min-width: 960px) {
  .p-about-experience__item {
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 25px 35px 25px 30px;
  }
}
.p-about-experience__item-content {
  display: flex;
  flex-direction: column;
}
.p-about-experience__item-tag {
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  border-radius: 100px;
  border: 1px solid #C30E23;
  font-size: 1.2rem;
  line-height: 2;
  color: #C30E23;
}
@media (min-width: 960px) {
  .p-about-experience__item-tag {
    padding: 1px 15px;
    font-size: 1.4rem;
  }
}
.p-about-experience__item-text {
  margin-top: 4px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .p-about-experience__item-text {
    margin-top: 8px;
  }
}
.p-about-experience__item-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media (min-width: 960px) {
  .p-about-experience__item-arrow {
    font-size: 1.6rem;
  }
}
.p-about-experience__item-arrow::after {
  content: "";
  width: 5px;
  height: 8px;
  background: url(../images/common/icon_arrow_right_gray.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .p-about-experience__item-arrow::after {
    width: 7px;
    height: 12px;
  }
}

.p-salon__slider {
  margin-top: 56px;
}
.p-salon__banner {
  margin: 50px 0;
}
@media (min-width: 960px) {
  .p-salon__banner {
    margin: 80px 0 100px;
  }
}

.p-salon-lead {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .p-salon-lead {
    margin-top: 48px;
  }
}
.p-salon-lead__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 960px) {
  .p-salon-lead__inner {
    gap: 28px;
  }
}
.p-salon-lead__heading {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .p-salon-lead__heading {
    font-size: 3.6rem;
  }
}
@media (min-width: 960px) {
  .p-salon-lead__text {
    font-size: 1.8rem;
  }
}

.p-salon-feature {
  margin-top: 75px;
}
@media (min-width: 960px) {
  .p-salon-feature {
    margin-top: 140px;
  }
}
.p-salon-feature__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-salon-feature__inner {
    grid-template-columns: 1fr 620px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .p-salon-feature__heading {
    align-self: start;
  }
}
.p-salon-feature__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 960px) {
  .p-salon-feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-salon-feature__item {
  display: grid;
  place-content: center;
  background: #F7F5F1;
  padding: 20px;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .p-salon-feature__item {
    padding: 25px;
    font-size: 2rem;
  }
}

.p-salon-menu {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .p-salon-menu {
    margin-top: 55px;
  }
}
.p-salon-menu__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-salon-menu__inner {
    gap: 35px;
  }
}
.p-salon-menu__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 960px) {
  .p-salon-menu__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-salon-menu__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.p-salon-menu__section-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.p-salon-menu__section-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.p-salon-menu__section-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .p-salon-menu__section-heading {
    font-size: 2rem;
  }
}
.p-salon-menu__section-heading::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #C30E23;
}
.p-salon-menu__section-text {
  padding: 10px;
  background: #F7F5F1;
  border-radius: 3px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .p-salon-menu__section-text {
    font-size: 1.4rem;
  }
}

.p-salon-faq__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  border-top: 1px solid #EDE9E7;
  padding-top: 45px;
}
@media (min-width: 960px) {
  .p-salon-faq__inner {
    gap: 38px;
    padding-top: 55px;
  }
}

.p-salon-movie {
  margin-top: 75px;
}
@media (min-width: 960px) {
  .p-salon-movie {
    margin-top: 135px;
  }
}
.p-salon-movie__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 960px) {
  .p-salon-movie__inner {
    gap: 45px;
  }
}
.p-salon-movie__movie {
  aspect-ratio: 16/9;
}
.p-salon-movie__movie iframe {
  width: 100%;
  height: 100%;
}

.p-salon-information {
  margin-top: 75px;
}
@media (min-width: 960px) {
  .p-salon-information {
    margin-top: 115px;
  }
}
.p-salon-information__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 960px) {
  .p-salon-information__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-salon-information__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 960px) {
  .p-salon-information__content {
    width: 50%;
    gap: 48px;
    max-width: 360px;
  }
}
.p-salon-information__shop-name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .p-salon-information__shop-name {
    font-size: 2.4rem;
  }
}
.p-salon-information__shop-address {
  margin-top: 14px;
}
@media (min-width: 960px) {
  .p-salon-information__shop-address {
    margin-top: 16px;
  }
}
.p-salon-information__shop-info {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid #A7A29E;
}
@media (min-width: 960px) {
  .p-salon-information__shop-info {
    margin-top: 16px;
    padding-top: 24px;
  }
}
.p-salon-information__shop-link {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.p-salon-information__shop-link-item {
  flex-grow: 1;
}
.p-salon-information__shop-link-button {
  display: block;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #222;
  text-align: center;
}
.p-salon-information__map {
  height: 236px;
}
@media (min-width: 960px) {
  .p-salon-information__map {
    width: 50%;
    max-width: 510px;
    height: auto;
    aspect-ratio: 51/37;
  }
}
.p-salon-information__map iframe {
  width: 100%;
  height: 100%;
}

.p-single__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
.p-single__info {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.8rem;
}
.p-single__date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #A7A29E;
}
.p-single__category {
  font-size: 1.4rem;
  padding-left: 12px;
  border-left: 1px solid #A7A29E;
}
@media (min-width: 960px) {
  .p-single__category {
    font-size: 1.5rem;
  }
}
.p-single__heading {
  margin-top: 12px;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .p-single__heading {
    margin-top: 24px;
    font-size: 2.8rem;
  }
}
.p-single__thumbnail, .p-single__thumbnail--iframe {
  margin-top: 20px;
  aspect-ratio: 95/60;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .p-single__thumbnail, .p-single__thumbnail--iframe {
    margin-top: 35px;
  }
}
.p-single__thumbnail img, .p-single__thumbnail--iframe img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__thumbnail--iframe {
  aspect-ratio: 16/9;
}
.p-single__thumbnail--iframe iframe {
  width: 100%;
  height: 100%;
}
.p-single__body {
  line-height: 2;
  padding-bottom: 48px;
}
@media (min-width: 960px) {
  .p-single__body {
    padding-bottom: 100px;
  }
}
.p-single__body > * {
  margin: 16px 0;
}
@media (min-width: 960px) {
  .p-single__body > * {
    margin: 32px 0;
  }
}
.p-single__body h2 {
  position: relative;
  padding-left: 28px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .p-single__body h2 {
    font-size: 2.4rem;
  }
}
.p-single__body h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 7px solid #C30E23;
}
.p-single__body h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .p-single__body h3 {
    font-size: 1.8rem;
  }
}
.p-single__body a {
  color: #C30E23;
  text-decoration: underline;
}
.p-single__body .wp-block-quote .wp-block-quote {
  background: #F8F5F0;
  border-radius: 5px;
  padding: 1em;
}
@media (min-width: 960px) {
  .p-single__body .wp-block-quote .wp-block-quote {
    padding: 36px 50px;
  }
}
.p-single__bottom {
  padding: 20px 0 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #EDE9E7;
}
@media (min-width: 960px) {
  .p-single__bottom {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 0 100px;
  }
}
.p-single__prev, .p-single__next {
  position: relative;
  align-self: center;
}
.p-single__prev::before, .p-single__next::before {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(../images/common/icon_arrow_right_gray.svg) no-repeat center right/6px auto;
}
.p-single__prev {
  grid-column: 1/2;
  justify-self: start;
  padding-left: 15px;
}
.p-single__prev::before {
  left: 0;
  transform: rotate(180deg);
}
.p-single__next {
  grid-column: 2/3;
  justify-self: end;
  padding-right: 15px;
}
.p-single__next::before {
  right: 0;
}
@media (min-width: 960px) {
  .p-single__next {
    grid-column: 3/4;
  }
}
.p-single__back {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  grid-column: 1/3;
  border: 1px solid #222;
  padding: 12px 24px;
  line-height: 1;
}
@media (min-width: 960px) {
  .p-single__back {
    padding: 12px 50px;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.p-archive__heading-main {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  color: #C30E23;
}
@media (min-width: 960px) {
  .p-archive__heading-main {
    font-size: 7.6rem;
  }
}
.p-archive__heading-sub {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .p-archive__heading-sub {
    font-size: 2.4rem;
  }
}
.p-archive__body {
  margin-top: 40px;
  padding-bottom: 48px;
}
@media (min-width: 960px) {
  .p-archive__body {
    margin-top: 70px;
    padding-bottom: 100px;
  }
}
.p-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 960px) {
  .p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 50px;
  }
}
.p-archive__article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.p-archive__article-thumbnail {
  aspect-ratio: 3/2;
  border-radius: 5px;
  overflow: hidden;
}
.p-archive__article-thumbnail.media_post {
  aspect-ratio: 16/9;
}
.p-archive__article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive__article-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
@media (min-width: 960px) {
  .p-archive__article-content {
    gap: 8px;
  }
}
.p-archive__article-info {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.8rem;
}
.p-archive__article-date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #A7A29E;
}
.p-archive__article-category {
  font-size: 1.3rem;
  padding-left: 12px;
  border-left: 1px solid #A7A29E;
}
.p-archive__article-category.lifestyle {
  color: #7D94AA;
}
.p-archive__article-category.beauty {
  color: #AF8094;
}
.p-archive__article-category.health {
  color: #71844E;
}
.p-archive__article-category.food {
  color: #A7A29E;
}
.p-archive__article-heading {
  font-size: 1.8rem;
}
.p-archive__article-heading.professional {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  font-size: 2rem;
}
.p-archive__article-heading span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  display: inline-block;
}
.p-archive__article-description {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  font-size: 1.4rem;
}
.p-archive__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .p-archive__category {
    margin-bottom: 40px;
  }
}
.p-archive__category-link {
  font-size: 1.3rem;
  padding: 6px 15px;
  border-radius: 3px;
  border: 1px solid #8D8179;
  color: #8D8179;
}
@media (min-width: 960px) {
  .p-archive__category-link {
    font-size: 1.5rem;
  }
}
.p-archive__category-link.lifestyle {
  border-color: #7D94AA;
  color: #7D94AA;
}
.p-archive__category-link.lifestyle.is-active {
  background: #7D94AA;
  color: #fff;
}
.p-archive__category-link.beauty {
  border-color: #AF8094;
  color: #AF8094;
}
.p-archive__category-link.beauty.is-active {
  background: #AF8094;
  color: #fff;
}
.p-archive__category-link.health {
  border-color: #71844E;
  color: #71844E;
}
.p-archive__category-link.health.is-active {
  background: #71844E;
  color: #fff;
}
.p-archive__category-link.food {
  border-color: #A7A29E;
  color: #A7A29E;
}
.p-archive__category-link.food.is-active {
  background: #A7A29E;
  color: #fff;
}/*# sourceMappingURL=styles.css.map */