@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --ratio: 1.5;
  --s-3: calc(var(--s0) * 0.6875);
  --s-2: calc(var(--s0) * 0.75);
  --s-1: calc(var(--s0) * 0.875);
  --s0: 1rem;
  --s1: calc(var(--s0) * 1.25);
  --s2: calc(var(--s0) * var(--ratio));
  --s3: calc(var(--s0) * 2);
  --s4: calc(var(--s0) * 2.5);
  --s5: calc(var(--s2) * var(--ratio) * var(--ratio));
  --s8: calc(var(--s0) * 5);
  --s12: calc(var(--s0) * 8);
  --s12: calc(var(--s0) * 10);
  --font-size-smallest: var(--s-3);
  --font-size-small: var(--s-2);
  --font-size-smallish: var(--s-1);
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-biggest: var(--s2);
  --font-size-strong: var(--s3);
  --font-size-strongish: var(--s4);
  --font-size-strongest: var(--s5);
  --font-size-fv: var(--s8);
  --font-size-deco: var(--s12);
  --font-size-deco-big: var(--s16);
}

:root {
  --white: #ffffff;
  --brown: #43332F;
  --green: #2C4D14;
  --green-light: #3C6021;
  --beige: #F0EADC;
  --beige2: #D1C8B1;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
    body {
        margin-top: 60px !important;
    }
}

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

h2 {
  font-size: 10rem;
}

html {
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--brown);
}

main {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 75px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  /* letter-spacing: 0.08em; */
  line-height: 2;
}

a {
  color: inherit;
  text-decoration: none;
}
a :hover {
  opacity: 0.8;
  transition: all 0.5s;
}

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

address {
  font-style: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: solid 2px var(--green);
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
}

input[type=radio] {
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid var(--green);
}
input[type=radio]::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type=radio]:checked:before {
  background: var(--green);
}

input[type=checkbox]:not(:checked) {
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid var(--green);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
}

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-inline: 16px;
  margin-inline: auto;
}

.l-wrapper-sm {
  position: relative;
  width: 100%;
  max-width: 1132px;
  padding-inline: 16px;
  margin-inline: auto;
}

.l-wrapper-lg {
  position: relative;
  width: 100%;
  max-width: 1342px;
  padding-inline: 16px;
  margin-inline: auto;
}

.l-section {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 100px;
  }
}

.l-header {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--green-light);
    color: var(--white);
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    display: block;
  }
}

.l-header__logo {
  margin-left: 2.2222222222rem;
  padding-block: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 260px;
}
@media screen and (max-width: 1800px) {
  .l-header__logo {
    width: fit-content;
    margin-left: 1.1111111111rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    margin-left: 10px;
    padding-block: 8px;
  }
}
.l-header__logo img {
  display: block;
  max-width: 155px;
  margin-left: auto;
  object-fit: contain;
}
@media screen and (max-width: 1400px) {
  .l-header__logo img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__logo img {
    max-width: 106px;
  }
}

.l-header__logo--text {
  font-size: 0.8888888889rem;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 8px;
}
@media screen and (max-width: 1800px) {
  .l-header__logo--text {
    font-size: 0.7777777778rem;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  width: 1400px;
}
@media screen and (max-width: 1800px) {
  .l-header__nav {
    gap: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__nav {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__nav {
    width: 100%;
    display: block;
    background-color: var(--green-light);
    height: calc(100vh - 60px);
    align-items: flex-start;
    padding-block: 48px 60px;
    margin-left: 0;
    position: fixed;
    top: 60px;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.l-header__nav.active {
  opacity: 1;
  visibility: visible;
}

.l-header__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.2222222222rem;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .l-header__list {
    gap: 1.1111111111rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
}

.l-header__link {
  white-space: nowrap;
}
@media screen and (max-width: 1800px) {
  .l-header__link {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__link {
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__link {
    font-size: 1rem;
    text-align: center;
  }
}
.l-header__link:hover {
  opacity: 0.6;
}
.l-header__link > p {
  line-height: 1.2;
}

.l-header__contact {
  color: var(--white);
  background-color: var(--green-light);
  padding: 12px 30px 20px 24px;
  color: var(--white);
  white-space: nowrap;
  height: 100%;
}
@media screen and (max-width: 1800px) {
  .l-header__contact {
    padding-inline: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__contact {
    padding: 14px 16px 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__contact {
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
  }
}

.l-header__contact--tel {
  font-size: 1.5555555556rem;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
}
.l-header__contact--tel > p {
  letter-spacing: 1;
  line-height: normal;
  width: fit-content;
  margin-left: 40px;
}
.l-header__contact--tel::before {
  content: "";
  width: 24px;
  height: 22px;
  background-image: url(../images/tel_white.png);
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 1400px) {
  .l-header__contact--tel {
    font-size: 1.2222222222rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__contact--tel {
    font-size: 1.5555555556rem;
    color: var(--green-light);
    background-color: var(--white);
    display: block;
    padding: 12px 20px;
    margin: 0 auto;
    width: 240px;
    border-radius: 10px;
  }
  .l-header__contact--tel > p {
    margin-left: 32px;
    line-height: 1.2;
  }
  .l-header__contact--tel::before {
    width: 24px;
    height: 22px;
    background-image: url(../images/tel_green.png);
    background-size: contain;
    position: absolute;
    top: 18px;
    left: 24px;
  }
}

.l-header__contact--text {
  font-size: 0.7777777778rem;
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
  line-height: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1400px) {
  .l-header__contact--text {
    font-size: 0.6666666667rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__contact--text {
    font-size: 0.7777777778rem;
    margin-top: 20px;
  }
}
.l-header__contact--text br {
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-header__contact--text br {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__contact--text br {
    display: none;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__hamburger {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 7px;
  }
}
.l-header__hamburger.active .l-header__line:first-child {
  transform: translateY(7.5px) rotate(-45deg);
}
.l-header__hamburger.active .l-header__line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.active .l-header__line:last-child {
  transform: translateY(-7.5px) rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .l-header__line {
    width: 24px;
    height: 1px;
    background-color: var(--white);
    transition: transform 0.3s, opacity 0.3s;
  }
}

.l-block {
  margin: 140px 0;
}
@media screen and (max-width: 768px) {
  .l-block {
    margin: 50px 0;
  }
}

.l-footer {
  padding: 63px 0 33px 0;
  background: url("../images/footer_bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 0 0;
  }
}
.l-footer__logo {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
.l-footer__tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__tel--link > p {
  color: var(--white);
  font-size: 1.5555555556rem;
  font-family: "Shippori Mincho B1", serif;
  margin-left: 5px;
}
.l-footer__open {
  text-align: center;
  font-size: 0.7777777778rem;
  color: var(--white);
  margin-top: 14px;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav--link {
  margin: 0 20px 16px 20px;
}
.l-footer__nav--link > p {
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .l-footer__nav--link > p {
    font-size: 14px;
  }
}
.l-footer__copy {
  color: var(--white);
  padding: 30px 0;
  text-align: center;
  font-size: 0.6666666667rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    padding: 40px 0;
  }
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-heading__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 2.3333333333rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-heading__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-image: url(../images/line_dark.png);
  background-size: cover;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-heading__title {
    font-size: 1.6666666667rem;
  }
}

.c-heading__text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  color: var(--green);
  font-size: 1.7777777778rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading__text {
    font-size: 1.4444444444rem;
  }
}

.c-button {
  display: block;
  width: 100%;
  max-width: 260px;
  padding-block: 10px;
  border-radius: 35px;
  border: 1px solid var(--brown);
  text-align: center;
  position: relative;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid var(--brown);
  border-right: 1px solid var(--brown);
  transform: rotate(45deg);
  box-sizing: border-box;
}
.c-button:hover {
  background-color: var(--green-light);
  border: 1px solid var(--green-light);
  color: var(--white);
  transition: color 0.3s,all 0.5s;
}
.c-button:hover::after {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

.c-mv {
  background: url("../images/mv_concept.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .c-mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-mv {
    background: url("../images/mv_concept_sp.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 180px;
  }
}
.c-mv__title {
  font-size: 2.3333333333rem;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .c-mv__title {
    font-size: 1.6666666667rem;
  }
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-concept__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .p-concept__media {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
  }
}
.p-concept__media:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .p-concept__media:last-child {
    margin-bottom: 0;
  }
}
.p-concept__media:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .p-concept__media:nth-child(even) {
    flex-direction: column;
    align-items: flex-end;
  }
}
.p-concept__media:nth-child(even) .p-concept__media--images {
  border-radius: 10px 0 0 10px;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.p-concept__media:nth-child(even) .p-concept__body {
  margin-right: 100px;
  margin-left: 0;
}
@media screen and (max-width: 1800px) {
  .p-concept__media:nth-child(even) .p-concept__body {
    margin-right: 2vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-concept__media:nth-child(even) .p-concept__body {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-concept__media--images {
  width: 50%;
  border-radius: 0 10px 10px 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 992px) {
  .p-concept__media--images {
    width: 100%;
  }
}
.p-concept__body {
  margin-left: 100px;
}
@media screen and (max-width: 1800px) {
  .p-concept__body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 992px) {
  .p-concept__body {
    margin-left: 0;
    margin-top: 50px;
  }
}
.p-concept__media--title {
  font-size: 1.6666666667rem;
  font-weight: normal;
  font-family: "Shippori Mincho B1", serif;
  color: var(--green);
}
@media screen and (max-width: 992px) {
  .p-concept__media--title {
    font-size: 1.2222222222rem;
  }
}
.p-concept__media--title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-concept__media--title br {
    display: block;
  }
}
.p-concept__media--text {
  margin-top: 56px;
}
@media screen and (max-width: 992px) {
  .p-concept__media--text {
    margin-top: 40px;
  }
}
.p-concept__button {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .p-concept__button {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .p-concept__button .c-button {
    margin-bottom: 20px;
  }
}

.p-cut .c-mv {
  background: url("../images/mv_cut.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-cut .c-mv {
    background: url("../images/mv_cut_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-cut__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .p-cut__media {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
  }
}
.p-cut__media--images {
  width: 68%;
  border-radius: 0 10px 10px 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .p-cut__media--images {
    width: 100%;
  }
}
.p-cut__body {
  margin-left: 100px;
  width: 55%;
}
@media screen and (max-width: 1800px) {
  .p-cut__body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-cut__body {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }
}
.p-cut__media--title {
  font-size: 26px;
  font-weight: normal;
  font-family: "Shippori Mincho B1", serif;
  color: var(--green);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-cut__media--title {
    font-size: 1.2222222222rem;
    text-align: left;
  }
}
.p-cut__media--title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-cut__media--title br {
    display: block;
  }
}
.p-cut__media--text {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .p-cut__media--text {
    margin-top: 40px;
  }
}
.p-cut__button {
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-cut__button {
    margin: 50px auto 0 auto;
  }
}
.p-cut__button .c-button {
  margin: 0 auto;
}
.p-cut__heading {
  font-size: 1.6666666667rem;
  padding: 0 1em;
}
.p-cut__item {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-cut__item {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.p-cut__item:first-of-type {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-cut__item:first-of-type {
    margin-top: 50px;
  }
}
.p-cut__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-cut__item:last-child {
    margin-bottom: 0;
  }
}
.p-cut__item--images {
  width: 30%;
  max-width: 157px;
}
@media screen and (max-width: 768px) {
  .p-cut__item--images {
    width: 100%;
  }
}
.p-cut__item--body {
  margin-left: 90px;
}
@media screen and (max-width: 1800px) {
  .p-cut__item--body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cut__item--body {
    margin-left: 0;
    margin-top: 40px;
  }
}
.p-cut__item--name {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 768px) {
  .p-cut__item--name {
    font-size: 1.1111111111rem;
  }
}
.p-cut__item--text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cut__item--text {
    margin-top: 30px;
  }
}

.p-facial .c-mv {
  background: url("../images/mv_facial.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-facial .c-mv {
    background: url("../images/mv_facial_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-facial__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .p-facial__media {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
  }
}
.p-facial__media:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .p-facial__media:last-child {
    margin-bottom: 0;
  }
}
.p-facial__media:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .p-facial__media:nth-child(even) {
    flex-direction: column;
    align-items: flex-end;
  }
}
.p-facial__media:nth-child(even) .p-facial__media--images {
  border-radius: 10px 0 0 10px;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.p-facial__media:nth-child(even) .p-facial__body {
  margin-right: 100px;
  margin-left: 0;
}
@media screen and (max-width: 1800px) {
  .p-facial__media:nth-child(even) .p-facial__body {
    margin-right: 2vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-facial__media:nth-child(even) .p-facial__body {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-facial__media--images {
  width: 65%;
  border-radius: 0 10px 10px 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 992px) {
  .p-facial__media--images {
    width: 100%;
  }
}
.p-facial__body {
  margin-left: 100px;
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .p-facial__body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 992px) {
  .p-facial__body {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }
}
.p-facial__media--title {
  font-size: 1.6666666667rem;
  font-weight: normal;
  font-family: "Shippori Mincho B1", serif;
  color: var(--green);
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .p-facial__media--title {
    font-size: 1.2222222222rem;
  }
}
.p-facial__media--title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-facial__media--title br {
    display: block;
  }
}
.p-facial__button {
  margin-top: 50px;
}
.p-facial__button .c-button {
  margin: 0 auto;
}
.p-facial__heading {
  font-size: 1.6666666667rem;
}
.p-facial__item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-facial__item {
    flex-direction: column;
  }
}
.p-facial__item:first-of-type {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-facial__item:first-of-type {
    margin-top: 50px;
  }
}
.p-facial__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-facial__item:last-child {
    margin-bottom: 0;
  }
}
.p-facial__item--images {
  width: 40%;
  max-width: 511px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-facial__item--images {
    width: 100%;
    max-width: 100%;
  }
}
.p-facial__item--body {
  margin-left: 90px;
  width: 60%;
}
@media screen and (max-width: 1800px) {
  .p-facial__item--body {
    margin-left: 2vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-facial__item--body {
    margin-left: 0;
    margin-top: 24px;
  }
}
.p-facial__item--name {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 768px) {
  .p-facial__item--name {
    font-size: 1.1111111111rem;
  }
}
.p-facial__item--text {
  margin-top: 16px;
}
.p-facial__item--text a {
  text-decoration: underline;
  color: var(--green);
}
.p-facial__item--text a:hover {
  text-decoration: none;
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .p-facial__item--text {
    margin-top: 30px;
  }
}

.p-salon .c-mv {
  background: url("../images/mv_salon.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-salon .c-mv {
    background: url("../images/mv_salon_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-salon__map {
  border: none;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 89px;
}
@media screen and (max-width: 768px) {
  .p-salon__map {
    margin: calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    margin-bottom: 40px;
  }
}
.p-salon__logo {
  padding: 0 0 40px 98px;
}
@media screen and (max-width: 768px) {
  .p-salon__logo {
    padding: 0 0 30px 0;
    display: block;
    margin: 0 auto;
  }
}
.p-salon__table {
  display: flex;
  border-top: 1px solid var(--beige2);
  padding: 40px 0 40px 98px;
}
@media screen and (max-width: 768px) {
  .p-salon__table {
    flex-direction: column;
    padding: 30px 0;
  }
}
.p-salon__table:last-child {
  border-bottom: 1px solid var(--beige2);
}
.p-salon__table--heading {
  min-width: 146px;
}
@media screen and (max-width: 768px) {
  .p-salon__table--heading {
    margin-bottom: 16px;
  }
}
.p-salon__heading {
  font-size: 1.6666666667rem;
  color: var(--green);
  padding: 0 1em;
}
.p-salon__history {
  background-color: var(--beige);
  padding: 34px 0 53px 0;
  margin-top: 90px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-salon__history {
    padding: 40px 20px 40px 20px;
  }
}
.p-salon__history--list {
  margin: 66px auto 0 auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-salon__history--list {
    margin-top: 42px;
  }
}
.p-salon__history--item {
  display: flex;
  margin-bottom: 24px;
}
.p-salon__history--year {
  min-width: 146px;
}
@media screen and (max-width: 768px) {
  .p-salon__history--year {
    min-width: 76px;
  }
}

.p-menu .c-mv {
  background: url("../images/mv_menu.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-menu .c-mv {
    background: url("../images/mv_menu_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-menu__heading {
  font-size: 1.6666666667rem;
  padding: 0 1em;
}
.p-menu__recommendation {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-menu__recommendation {
    margin-top: 40px;
  }
}
.p-menu__media {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-menu__media {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.p-menu__media:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-menu__media:last-child {
    margin-bottom: 0;
  }
}
.p-menu__media--images {
  width: 40%;
  max-width: 511px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-menu__media--images {
    width: 100%;
    max-width: 100%;
  }
}
.p-menu__media--body {
  margin-left: 100px;
  width: 60%;
}
@media screen and (max-width: 1800px) {
  .p-menu__media--body {
    margin-left: 2vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__media--body {
    margin-left: 0;
    margin-top: 40px;
  }
}
.p-menu__media--name {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 768px) {
  .p-menu__media--name {
    font-size: 1.1111111111rem;
  }
}
.p-menu__media--text {
  margin-top: 24px;
}
.p-menu__table {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-left: -110px;
}
@media screen and (max-width: 1800px) {
  .p-menu__table {
    margin-left: -3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__table {
    margin-top: 40px;
    margin-left: 0;
    flex-direction: column;
  }
}
.p-menu__list {
  padding-left: 110px;
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .p-menu__list {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__list {
    padding-left: 0;
    width: 100%;
  }
}
.p-menu__item {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid var(--beige);
}
@media screen and (max-width: 768px) {
  .p-menu__item {
    flex-direction: column;
  }
}
.p-menu__item--name {
  font-size: 1rem;
}
.p-menu__item--price {
  font-size: 1rem;
  display: inline-block;
}
.p-menu__item--tax {
  font-size: 0.6666666667rem;
  display: inline-block;
}
.p-menu__item--body {
  min-width: 183px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-menu__item--body {
    margin-top: 20px;
    min-width: unset;
  }
}
.p-menu__item--note {
  font-size: 0.8888888889rem;
  padding: 30px 0;
}

.p-first .c-mv {
  background: url("../images/mv_first.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-first .c-mv {
    background: url("../images/mv_first_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-first__heading {
  padding: 0 1em;
}
.p-first__media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-first__media {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-first__media--images {
  width: 56vw;
  height: 100%;
  border-radius: 0 10px 10px 0;
  margin-left: calc(50% - 50vw);
  flex-grow: 0;
}
@media screen and (max-width: 992px) {
  .p-first__media--images {
    width: 100%;
  }
}
.p-first__body {
  margin-left: 100px;
  flex: 1;
}
@media screen and (max-width: 1800px) {
  .p-first__body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 992px) {
  .p-first__body {
    margin-left: 0;
    margin-top: 40px;
  }
}
.p-first__faq {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-first__faq {
    margin-top: 40px;
  }
}
.p-first__faq--item {
  background-color: rgba(240, 234, 220, 0.3137254902);
  padding: 34px 55px;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-first__faq--item {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.p-first__faq--item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-first__faq--item:last-child {
    margin-bottom: 0;
  }
}
.p-first__faq--q {
  padding-bottom: 30px;
  padding-left: 62px;
  border-bottom: 1px solid var(--brown);
  font-size: 1.1111111111rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-first__faq--q {
    font-size: 0.8888888889rem;
    padding-left: 26px;
    padding-bottom: 20px;
  }
}
.p-first__faq--q::before {
  content: "Q.";
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5555555556rem;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-first__faq--q::before {
    font-size: 0.8888888889rem;
    top: 0;
  }
}
.p-first__faq--a {
  padding-top: 30px;
  padding-left: 62px;
  font-size: 1.1111111111rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-first__faq--a {
    font-size: 0.8888888889rem;
    padding-left: 26px;
    padding-top: 20px;
  }
}
.p-first__faq--a::before {
  content: "A.";
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5555555556rem;
  position: absolute;
  top: 21px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-first__faq--a::before {
    font-size: 0.8888888889rem;
    top: 20px;
  }
}

.p-news .c-mv {
  background: url("../images/mv_news.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-news .c-mv {
    background: url("../images/mv_news_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-news__item {
  padding: 30px 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    flex-direction: column;
  }
}
.p-news__date {
  font-size: 1.1111111111rem;
  min-width: 233px;
  text-align: right;
  margin-right: 100px;
}
@media screen and (max-width: 1800px) {
  .p-news__date {
    margin-right: 4vw;
    min-width: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 0.8888888889rem;
    margin-right: 0;
    min-width: unset;
    text-align: left;
  }
}
.p-news__text {
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    font-size: 0.8888888889rem;
    margin-top: 10px;
  }
}
.p-news .webgene-item {
  border-top: 1px solid var(--beige2);
}
.p-news .webgene-item:last-of-type {
  border-bottom: 1px solid var(--beige2);
}
.p-news .webgene-pagination {
  width: 100%;
}
.p-news .webgene-pagination ul {
  margin: 90px auto 0 auto;
  width: fit-content;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news .webgene-pagination ul {
    margin: 62px auto 0 auto;
  }
}
.p-news .p-news__list .webgene-pagination ul li {
  width: 50px;
  height: 50px;
  background-color: var(--beige);
  border-radius: 50%;
  margin-right: 30px;
}
.p-news .p-news__list .webgene-pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-news .p-news__list .webgene-pagination ul li.selected {
  background-color: var(--brown);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-news .p-news__list .webgene-pagination ul li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.p-news .webgene-pagination ul li:last-child {
  margin-right: 0;
}
.p-news .webgene-pagination ul li.prev a {
  width: 50px;
  height: 50px;
  color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news .webgene-pagination ul li.prev a {
    width: 40px;
    height: 40px;
  }
}
.p-news .webgene-pagination ul li.next a {
  width: 50px;
  height: 50px;
  color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news .webgene-pagination ul li.next a {
    width: 40px;
    height: 40px;
  }
}
.p-news .webgene-pagination ul li.prev {
  background-color: unset;
}
.p-news .webgene-pagination ul li.next {
  background-color: unset;
}
.p-news .webgene-pagination ul li.prev a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow_previously.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-news .webgene-pagination ul li.prev a::before {
    width: 40px;
    height: 40px;
  }
}
.p-news .webgene-pagination ul li.next a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-news .webgene-pagination ul li.next a::before {
    width: 40px;
    height: 40px;
  }
}
.p-news-detail__date {
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 768px) {
  .p-news-detail__date {
    font-size: 0.8888888889rem;
  }
}
.p-news-detail__title {
  font-size: 1.7777777778rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__title {
    font-size: 1.1111111111rem;
  }
}
.p-news-detail__images {
  margin-top: 46px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__images {
    margin-top: 30px;
  }
}
.p-news-detail__text {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__text {
    margin-top: 30px;
  }
}
.p-news__button {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-news__button {
    margin-top: 50px;
  }
}
.p-news__button .c-button {
  margin: 0 auto;
}
.p-news__button .c-button::after {
  content: none;
}
.p-news__button .c-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid var(--brown);
  border-left: 1px solid var(--brown);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.p-contact .c-mv {
  background: url("../images/mv_contact.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact .c-mv {
    background: url("../images/mv_contact_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-contact__text {
  font-size: 1.3333333333rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    font-size: 1.1111111111rem;
  }
}
.p-contact__text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact__text br {
    display: block;
  }
}
.p-contact__open {
  font-size: 1.1111111111rem;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__open {
    font-size: 0.7777777778rem;
    margin-top: 30px;
  }
}
.p-contact__button--green {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green-light);
  border-radius: 48px;
  border: 1px solid var(--brown);
  max-width: 600px;
  margin: 68px auto 0 auto;
  padding: 10px 0;
  font-size: 1.6666666667rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-contact__button--green {
    font-size: 1.3333333333rem;
  }
}
.p-contact__button--green:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: var(--white);
  transition: all 0.5s;
}
.p-contact__button--beige {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--beige);
  border-radius: 48px;
  border: 1px solid var(--brown);
  max-width: 600px;
  margin: 42px auto 0 auto;
  padding: 10px 0;
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 768px) {
  .p-contact__button--beige {
    font-size: 1.3333333333rem;
  }
}
.p-contact__button--beige:hover {
  background-color: var(--beige2);
  transition: all 0.5s;
  border: 1px solid var(--beige2);
}
.p-contact__link--sm {
  font-size: 1.3333333333rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-contact__link--sm {
    font-size: 1rem;
  }
}
.p-contact__button {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-contact__button {
    margin-top: 70px;
    flex-direction: column;
  }
}
.p-contact__item {
  width: 50%;
  text-align: center;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.p-contact__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__item:last-child {
    margin-bottom: 0;
  }
}
.p-contact__item .c-button {
  margin: 30px auto 0 auto;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .p-contact__item .c-button {
    margin: 24px auto 0 auto;
  }
}

.p-top-mv {
  width: 100%;
  position: relative;
}

.p-top-mv__filter {
  height: 730px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv__filter {
    height: 546px;
  }
}
.p-top-mv__filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(244, 242, 238, 0.5), rgba(244, 242, 238, 0) 80%);
}
@media screen and (max-width: 768px) {
  .p-top-mv__filter::before {
    background: linear-gradient(90deg, rgba(244, 242, 238, 0.5), rgba(244, 242, 238, 0) 100%);
  }
}

.p-top-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-mv__title {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  font-family: "Shippori Mincho B1", serif;
  padding: 80px;
  width: fit-content;
  position: absolute;
  top: 165px;
  left: 7.03125vw;
}
@media screen and (max-width: 992px) {
  .p-top-mv__title {
    position: static;
    background-color: var(--white);
    border-radius: 0;
    padding: 50px 20px 64px;
    width: 100%;
  }
}

.p-top-mv__catch {
  color: var(--green);
  font-size: 2.1111111111rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .p-top-mv__catch {
    font-size: 1.2222222222rem;
  }
}

.p-top-mv__text {
  font-size: 1.2222222222rem;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__text {
    font-size: 0.8888888889rem;
    margin-top: 30px;
  }
}

.p-top-concept {
  color: var(--white);
  position: relative;
}
.p-top-concept:before {
  content: "";
  display: block;
  padding-top: 690px;
}
@media screen and (max-width: 992px) {
  .p-top-concept:before {
    padding-top: 800px;
  }
}
@media screen and (max-width: 576px) {
  .p-top-concept:before {
    padding-top: 640px;
  }
}

.p-top-concept__content {
  background: url("../images/footer_bg.jpg") no-repeat;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-block: 97px;
  padding-left: 10%;
  text-align: center;
  width: 80%;
  max-width: 1560px;
  position: absolute;
  top: 140px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .p-top-concept__content {
    padding-left: 24%;
  }
}
@media screen and (max-width: 992px) {
  .p-top-concept__content {
    border-radius: 0;
    padding: 50px 8px 82px;
    width: 100%;
    top: 0;
  }
}

.p-top-concept__text {
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-top-concept__text {
    font-size: 1rem;
  }
}

.p-top-concept__btn {
  border: 1px solid var(--white);
  margin: 60px auto 0;
  max-width: 360px;
  padding-block: 16px;
}
@media screen and (max-width: 992px) {
  .p-top-concept__btn {
    margin-top: 30px;
  }
}
.p-top-concept__btn::after {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

.p-top-concept__img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 45%;
  max-width: 960px;
  height: 550px;
  object-fit: cover;
  position: absolute;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 992px) {
  .p-top-concept__img {
    width: 90%;
    height: 400px;
    top: 460px;
  }
}
@media screen and (max-width: 576px) {
  .p-top-concept__img {
    height: 204px;
    top: 470px;
  }
}

.p-top-news {
  padding-block: 100px;
}
@media screen and (max-width: 992px) {
  .p-top-news {
    padding-inline: 20px;
    padding-bottom: 60px;
  }
}

.p-top-news__wrapper {
  background-color: var(--beige);
  border-radius: 20px;
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 64px 60px;
}
@media screen and (max-width: 992px) {
  .p-top-news__wrapper {
    display: block;
    padding: 40px 26px;
  }
}

.p-top-news__head {
  text-align: center;
  width: 260px;
}
@media screen and (max-width: 992px) {
  .p-top-news__head {
    width: 100%;
  }
}

.p-top-news__heading {
  color: var(--green);
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.7777777778rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-top-news__btn {
  margin-top: 14px;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 992px) {
  .p-top-news__btn {
    margin-inline: auto;
  }
}

.p-top-news__item {
  width: 70%;
}
.p-top-news__item .webgene-item {
  width: 100%;
  border-bottom: 1px solid var(--beige2);
  padding-block: 16px;
}
.p-top-news__item .webgene-item:first-child {
  padding-top: 0;
}
.p-top-news__item .webgene-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .p-top-news__item .webgene-item {
    padding-block: 20px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-news__item {
    margin-top: 40px;
    width: 100%;
  }
}

.p-top-news__link {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 992px) {
  .p-top-news__link {
    display: block;
  }
}

.p-top-news__title {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .p-top-news__title {
    line-height: 2;
  }
}

.p-top-menu {
  background-color: var(--beige);
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-menu {
    padding-block: 40px 50px;
  }
}

.p-top-menu .c-heading__title br {
    display: none;
}
@media screen and (max-width: 768px) {
    .p-top-menu .c-heading__title br {
        display: block;
    }
  }

.p-top-menu__inner {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .p-top-menu__inner {
    margin-top: 60px;
  }
}
.p-top-menu__inner--content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

.p-top-menu__item {
  text-align: center;
  width: 260px;
}
.p-top-menu__item:nth-child(even) {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(even) {
    margin-top: 0;
  }
}

.p-top-menu__img {
  border: 2px solid var(--beige2);
  border-radius: 50%;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.p-top-menu__title {
  color: var(--green);
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4444444444rem;
  font-weight: 700;
  margin-top: 40px;
}

.p-top-menu__text {
  margin-top: 20px;
  letter-spacing: 0.06em;
  font-size: 16px;
}

.p-top-menu__button {
  margin: 36px auto 0;
}

.p-top-salon {
  padding-block: 120px 100px;
}
@media screen and (max-width: 992px) {
  .p-top-salon {
    padding-block: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-salon {
    padding-block: 60px 0;
  }
}

.p-top-salon__inner {
  display: flex;
  align-items: center;
  column-gap: 70px;
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .p-top-salon__inner {
    display: block;
  }
}

.p-top-salon__body {
  width: 42%;
}
@media screen and (max-width: 992px) {
  .p-top-salon__body {
    width: 100%;
  }
}

.p-top-salon__body--title {
  display: flex;
  column-gap: 24px;
  align-items: baseline;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 32px;
}
.p-top-salon__body--title-main {
  font-size: 1.4444444444rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .p-top-salon__body--title {
    margin-bottom: 20px;
  }
}

.p-top-salon__body--item {
  border-top: 1px solid var(--beige2);
  padding-block: 16px;
  display: flex;
  column-gap: 30px;
}
.p-top-salon__body--item:last-child {
  border-bottom: 1px solid var(--beige2);
}
.p-top-salon__body--item-title {
  font-weight: 700;
  width: 72px;
}
@media screen and (max-width: 992px) {
  .p-top-salon__body--item-text {
    font-size: 0.8888888889rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-salon__body--item {
    display: block;
  }
}

.p-top-salon__button {
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-top-salon__button {
    margin-top: 40px;
  }
}

.p-top-salon__map {
  border: none;
  width: 600px;
  height: 600px;
}
@media screen and (max-width: 992px) {
  .p-top-salon__map {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
  }
}
.p-top-salon__map iframe {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

/* Utility (prefix: u-)
    ------------------------------------------------*/
.u-height-full {
  height: 100%;
}

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

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

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

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-fixed {
  position: fixed;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

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

.u-pc-xl {
  display: block !important;
}
@media screen and (max-width: 1200px) {
  .u-pc-xl {
    display: none !important;
  }
}

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

.u-sp-xl {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .u-sp-xl {
    display: block !important;
  }
}
.number_box{
  background: var(--brown);
  width: 100px;
}
.number_text{
  color: #FFF;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.menu_box02{
  max-width: 16%;
  margin-top: 20px;
}
.menu_img{
  padding: 0px;
}
.menu_box02 a.menu_link{
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .menu_box02{
    max-width: 100%;
    text-align: center;
  }
  .menu_img {
    width: 35%;;
  }
}
