@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;
  --black: #523B2E;
  --darkBlack: #2D2D2D;
  --gold: #EEE3AA;
  --gray: #D9D9D9;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

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

h2 {
  font-size: 10rem;
}

html {
  font-size: 16px;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  color: var(--black);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}

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

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

address {
  font-style: normal;
}

img {
  vertical-align: top;
  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(--blue);
}

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

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

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

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

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-header {
  position: relative;
}
.l-header-layer {
  background-color: var(--black);
  padding: 16px 46px;
}
@media screen and (max-width: 1054px) {
  .l-header-layer {
    bottom: auto;
    justify-content: flex-end;
    padding: 0;
  }
}
.l-header__inner {
  max-width: 1308px;
  min-width: 100%;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 14px;
}
@media screen and (max-width: 1054px) {
  .l-header__inner {
    bottom: auto;
    justify-content: flex-end;
    padding: 24px 30px;
  }
}
.l-header-layer__inner {
  position: relative;
  padding: 24px 30px;
  bottom: 0;
}
.l-header__logo {
  max-width: 496px;
  width: 26%;
}
@media screen and (max-width: 1054px) {
  .l-header__logo {
    display: none;
  }
}
.l-header__logo-sp {
  display: none;
}
@media screen and (max-width: 1054px) {
  .l-header__logo-sp {
    display: block;
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 310px;
  }
}
.l-header__nav {
  display: flex;
}
@media screen and (max-width: 1054px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav--link {
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  margin-left: 58px;
}
@media screen and (max-width: 1800px) {
  .l-header__nav--link {
    margin-left: 2vw;
  }
}
.l-header__nav--link:hover {
  color: #d59773;
  transition: all 0.5s;
}
.l-header__nav--link-tel {
  display: none;
}
@media screen and (max-width: 1054px) {
  .l-header__nav--link-tel {
    display: block;
    font-size: 1.5rem;
    font-family: "Amiri", serif;
  }
}

.js-nav.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 120px 24px;
}

.active .l-header__nav--link {
  display: block;
  margin-bottom: 50px;
}
.active .l-header__nav--link:last-child {
  margin-bottom: 0;
}

a:not([href]):not([tabindex]).l-header__nav--link {
  color: var(--white);
  cursor: pointer;
}

a:not([href]):not([tabindex]).l-header__nav--link:hover {
  color: var(--black);
  cursor: pointer;
}

.l-footer {
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 56px;
  }
}
.l-footer__access {
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .l-footer__access {
    padding-top: 69px;
    margin-bottom: 0;
  }
}
.l-footer__access .p-top__title-en {
  text-align: center;
}
.l-footer__access--media {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1054px) {
  .l-footer__access--media {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.l-footer__access--map {
  width: 50%;
}
.l-footer__access--frame {
  width: 100%;
}
@media screen and (max-width: 1054px) {
  .l-footer__access--map {
    width: 100%;
    max-height: 268px;
  }
}
@media screen and (max-width: 1054px) {
  .l-footer__access--frame {
    width: 100%;
    max-height: 268px;
  }
}
.l-footer__access--body {
  margin-left: 62px;
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .l-footer__access--body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 1054px) {
  .l-footer__access--body {
    width: fit-content;
    margin: 0 auto 69px auto;
    padding: 0 30px;
  }
}
.l-footer__access--lead {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .l-footer__access--lead {
    font-size: 0.875rem;
  }
}
.l-footer__access--name {
  font-size: 3.125rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .l-footer__access--name {
    font-size: 1.5rem;
  }
}
.l-footer__access--text {
  font-size: 1.125rem;
  margin-top: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .l-footer__access--text {
    font-size: 0.875rem;
  }
}
.l-footer__nav {
  background-color: var(--black);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 28px 42px 28px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: block;
    padding: 28px 32px 28px;
  }
}
.l-footer__logo img {
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    max-width: 310px;
    margin: 0 auto;
    display: block;
  }
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -44px;
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    display: none;
  }
}
.l-footer__item {
  padding-left: 44px;
  margin-bottom: 24px;
}
.l-footer__link {
  display: block;
  padding-bottom: 8px;
}
.l-footer__link {
  display: block;
  padding-bottom: 8px;
  height: fit-content;
  position: relative;
}
.l-footer__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-footer__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.l-footer__copy {
  background-color: var(--black);
  color: var(--white);
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 32px;
}

.js-scroll {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: url("../images/arrow_top.svg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .js-scroll {
    width: 50px;
    height: 50px;
  }
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.l-hamburger {
  display: none;
}
@media screen and (max-width: 1054px) {
  .l-hamburger {
    display: block;
    width: 25px;
    height: fit-content;
    z-index: 9999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-hamburger {
    width: 40px;
    height: 40px;
  }
}
.l-hamburger.active {
  position: fixed;
  top: 24px;
  right: 30px;
}
.l-hamburger__line {
  width: 75%;
  height: 2px;
  background-color: var(--white);
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin-left: auto;
}
.l-hamburger__line:nth-child(1) {
  top: 0;
}
.l-hamburger__line:nth-child(2) {
  margin: 8px 0 8px auto;
}
.l-hamburger__line:nth-child(3) {
  top: 0;
}
.l-hamburger.active .l-hamburger__line:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-hamburger.active .l-hamburger__line:nth-child(1) {
    top: 10px;
  }
}
.l-hamburger.active .l-hamburger__line:nth-child(2) {
  opacity: 0;
}
.l-hamburger.active .l-hamburger__line:nth-child(3) {
  top: -7px;
  width: 75%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-hamburger.active .l-hamburger__line:nth-child(3) {
    top: -10px;
  }
}

.l-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
}

.l-wrapper-lg {
  position: relative;
  margin: 0 auto;
  max-width: 1642px;
  width: 100%;
  padding: 0 30px;
}

.l-section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 50px;
  }
}
.l-section-top {
  margin-top: 132px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-section-top {
    margin-top: 40px;
  }
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-background-gray {
  background: url("../images/base.jpg") center center;
}

.c-button__link {
  display: block;
  width: 100%;
  max-width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
  padding: 16px 16px;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.c-button__link:hover {
  color: var(--white);
}
.c-button__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c-button__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}

.c-button-more .c-button__link {
  display: block;
  width: 100%;
  max-width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
  padding: 16px 16px;
  font-family: "Shippori Mincho", serif;
}

a:not([href]):not([tabindex]).c-button__link:hover:focus,
a:not([href]):not([tabindex]).c-button__link:hover:hover {
  color: var(--white);
}

.p-top__menu--button a:not([href]):not([tabindex]).c-button__link:hover:focus,
.p-top__menu--button a:not([href]):not([tabindex]).c-button__link:hover:hover {
  color: var(--black);
}

.c-fadein {
  opacity: 0;
  transition: all 4s;
}
.c-fadein-animated {
  opacity: 1;
  animation-name: example;
  animation-duration: 3s;
}

@keyframes example {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-mv {
  position: relative;
  background: url("../images/mv.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 358px;
}
@media screen and (max-width: 768px) {
  .c-mv {
    background-position-x: center;
    min-height: 149px;
  }
}
.c-mv__lead {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 14%;
}
@media screen and (max-width: 768px) {
  .c-mv__lead {
    top: 28%;
  }
}
.c-mv__title {
  font-size: 2.625rem;
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  animation: slideIn 1.6s;
}
@media screen and (max-width: 768px) {
  .c-mv__title {
    font-size: 1.125rem;
  }
}
.c-mv__title-en {
  font-size: 5rem;
  font-weight: bold;
  font-family: "Tangerine", cursive;
}
@media screen and (max-width: 768px) {
  .c-mv__title-en {
    font-size: 3.875rem;
  }
}
.c-mv__text {
  font-size: 1.625rem;
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  animation: slideIn 1.6s;
}
@media screen and (max-width: 768px) {
  .c-mv__text {
    font-size: 0.875rem;
  }
}

.c-title {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.125rem;
  }
}
.c-title-line {
  border-bottom: 3px solid var(--white);
  max-width: 486px;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .c-title-line {
    max-width: 200px;
    border-bottom: 2px solid var(--white);
  }
}

.c-menu__media {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1054px) {
  .c-menu__media {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.c-menu__media--images {
  width: 50%;
}
@media screen and (max-width: 1054px) {
  .c-menu__media--images {
    width: 100%;
    max-width: 600px;
  }
}
.c-menu__media--body {
  width: 50%;
  margin-left: 80px;
}
@media screen and (max-width: 1800px) {
  .c-menu__media--body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 1054px) {
  .c-menu__media--body {
    width: fit-content;
    margin-left: 0;
    margin-top: 30px;
  }
}
.c-menu__media--title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-menu__media--title {
    font-size: 1.125rem;
  }
}
.c-menu__media--text {
  margin-top: 24px;
  line-height: 1.8;
}
.c-menu__table {
  border-top: 1px solid var(--black);
  padding: 16px 16px;
}
@media screen and (max-width: 768px) {
  .c-menu__table {
    padding: 16px 0;
  }
}
.c-menu__table:last-child {
  border-bottom: 1px solid var(--black);
}
.c-menu__table--item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-menu__table--item-main {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .c-menu__table--item-main .c-menu__table--body {
    width: 100%;
    margin-right: 0;
  }
}
.c-menu__table--body {
  width: 94%;
  margin-right: 16px;
}
.c-menu__table--body251022 {
    width: 65%;
}
.c-menu__table--title {
  font-weight: bold;
}
.c-menu__table--text {
  font-size: 0.875rem;
}
.c-menu__table--price {
  min-width: 84px;
  width: 6%;
}
.c-menu__table--price251022 {
    width: 35%;
    text-align: right;
}
@media screen and (max-width: 768px) {
  .c-menu__table--price {
    margin-top: 20px;
    font-size: 1rem;
  }
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-top__mv--lead {
  position: absolute;
  left: 8%;
  top: 20%;
}
.p-top__mv--title {
  color: var(--gold);
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  animation: slideIn 1.6s;
}
@media screen and (max-width: 768px) {
  .p-top__mv--title {
    font-size: 1rem;
  }
}
.p-top__mv--title:nth-child(2) {
  margin-left: 154px;
}
@media screen and (max-width: 768px) {
  .p-top__mv--title:nth-child(2) {
    margin-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv--imgages {
    display: none;
  }
}
.p-top__mv--imgages-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top__mv--imgages-sp {
    display: block;
    max-height: 524px;
    object-fit: cover;
  }
}
.p-top__title {
  font-size: 2.625rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 1.875rem;
    margin-bottom: 8px;
    text-align: center;
  }
}
.p-top__title-en {
  font-size: 4.375rem;
  font-family: "Tangerine", cursive;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-top__title-en {
    font-size: 3.125rem;
    margin-bottom: 62px;
  }
}
.p-top__lead {
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top__lead {
    font-size: 1rem;
    text-align: center;
  }
}
.p-top__lead-en {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 54px;
}
.p-top__concept .p-top__lead-en strong {
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .p-top__concept .p-top__lead-en strong {
        display: block;
    }
    .p-top__concept .p-top__lead-en strong + br {
        display: none;
    }
}
.p-top__concept {
  display: flex;
  padding-top: 154px;
}
@media screen and (max-width: 768px) {
  .p-top__concept {
    padding-top: 62px;
    flex-direction: column-reverse;
  }
}
.p-top__concept--images {
  width: 50%;
  margin-right: 132px;
}
@media screen and (max-width: 1800px) {
  .p-top__concept--images {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__concept--images {
    width: 100%;
    width: 100vw;
    margin: 46px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}
.p-top__concept--images img {
  width: 80%;
  display: block;
}
.p-top__concept--images img:nth-child(even) {
  margin-left: auto;
}
.p-top__concept--images img:nth-child(n+2) {
  margin-top: -40px;
}
.p-top__concept--images img:nth-child(1) {
  position: relative;
  z-index: 2;
}
.p-top__concept--images img:nth-child(2) {
  position: relative;
  z-index: 1;
}
.p-top__concept--images img:nth-child(3) {
  position: relative;
  z-index: 0;
}
.p-top__concept--body {
  width: 50%;
  padding: 54px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__concept--body {
    width: 100%;
  }
}
.p-top__concept--button {
  margin-top: 62px;
}
.p-top__concept--button .c-button__link {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top__concept--button .c-button__link {
    margin-right: auto;
  }
}
.p-top__trouble {
  background-color: var(--black);
  color: var(--white);
  margin-top: 140px;
  padding: 148px 126px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1800px) {
  .p-top__trouble {
    padding: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__trouble {
    margin-top: 52px;
    padding: 32px 30px;
  }
}
.p-top__trouble::before {
  content: "";
  display: inline-block;
  background-color: rgba(82, 59, 46, 0.1882352941);
  border: 1px solid var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top__trouble::before {
    top: 8px;
    right: -8px;
  }
}
.p-top__trouble--point {
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .p-top__trouble--point {
    flex-direction: column;
    margin-top: 56px;
  }
}
.p-top__trouble--point--item {
  margin-right: 82px;
}
@media screen and (max-width: 1800px) {
  .p-top__trouble--point--item {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__trouble--point--item {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.p-top__trouble--point--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top__trouble--point--item:last-child {
    margin-bottom: 0;
  }
}
.p-top__trouble--point--title {
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  border-bottom: 1px solid var(--white);
  padding-bottom: 16px;
}
.p-top__trouble--point--text {
  padding-top: 16px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.p-top__trouble--point--link {
  margin-top: 56px;
  margin-top: 56px;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 16px 62px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__trouble--point--link {
    border: 1px solid var(--white);
    margin-right: auto;
  }
}
.p-top__trouble--point--link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-top__trouble--point--link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.p-top__first {
  margin-top: 88px;
  background: url(../images/top_first.png) no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .p-top__first {
    background: url(../images/top_first_sp.png) no-repeat bottom right;
    background-size: contain;
    background-position-y: 210px;
  }
}
.p-top__first .p-top__title {
  text-align: center;
}
.p-top__first--inner {
  padding: 67px 16px;
  background-color: rgba(255, 255, 255, 0.2745098039);
}
.p-top__first--text {
  text-align: center;
}
@media screen and (max-width: 768px) {
    .p-top__first--text {
        letter-spacing: 0.06em;
      }
}
.p-top__first--button {
  margin-top: 42px;
}
.p-top__product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 156px 126px;
}
@media screen and (max-width: 1800px) {
  .p-top__product {
    padding: 156px 4vw;
  }
}
@media screen and (max-width: 1054px) {
  .p-top__product {
    flex-direction: column;
    padding: 56px 0px;
  }
}
.p-top__product--body {
  padding: 0 56px;
}
@media screen and (max-width: 1920px) {
  .p-top__product--body {
    padding: 0 2vw;
  }
}
.p-top__product--images {
  max-width: 1232px;
  width: 66%;
}
@media screen and (max-width: 1054px) {
  .p-top__product--images {
    width: 100%;
  }
}
.p-top__product--button {
  margin-top: 100px;
}
@media screen and (max-width: 1054px) {
  .p-top__product--button {
    margin-top: 42px;
  }
}
.p-top__menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: var(--black);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-top__menu {
    flex-direction: column;
  }
}
.p-top__menu--body {
  width: 50%;
  padding: 0 109px;
}
@media screen and (max-width: 1800px) {
  .p-top__menu--body {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__menu--body {
    padding: 60px 32px;
    width: 100%;
  }
}
.p-top__menu--images {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  min-height: 754px;
}
@media screen and (max-width: 768px) {
  .p-top__menu--images {
    width: 100%;
    min-height: auto;
  }
}
.p-top .p-top__title-en {
  margin-bottom: 72px;
}
.p-top__menu--text {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
}
.p-top__menu--button {
  margin-top: 126px;
}
.p-top__menu--button .c-button__link {
  border: 1px solid var(--white);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top__menu--button .c-button__link {
    margin-right: auto;
  }
}
.p-top__menu--button .c-button__link:hover {
  color: var(--black);
}
.p-top__menu--button .c-button__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-top__menu--button .c-button__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.p-top__cta {
  display: flex;
  justify-content: center;
  background: url(../images/top_gradation.jpg) no-repeat center;
  background-size: cover;
  padding: 112px 16px;
}
@media screen and (max-width: 768px) {
  .p-top__cta {
    flex-direction: column;
  }
}
.p-top__cta--item {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__cta--item {
    width: 100%;
    margin-bottom: 62px;
  }
}
.p-top__cta--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top__cta--item:last-child {
    margin-bottom: 0;
  }
}
.p-top__cta--text {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-top__cta--text {
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
}
.p-top__cta--link {
  border: 1px solid var(--black);
  background-color: rgba(255, 255, 255, 0.3137254902);
  display: block;
  text-align: center;
  max-width: 495px;
  width: 90%;
  min-height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top__cta--link {
    max-width: 290px;
    width: 100%;
    min-height: 76px;
    font-size: 1rem;
  }
}
.p-top__cta--link:hover {
  background-color: var(--white);
  transition: all 0.5s ease;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-concept__title {
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept__title {
    font-size: 1.125rem;
  }
}
.p-concept__text {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept__text {
    margin-top: 40px;
  }
}
.p-concept__point--media {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-concept__point--media {
    flex-direction: column;
    margin-top: 30px;
  }
}
.p-concept__point--images {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-concept__point--images {
    width: 100%;
  }
}
.p-concept__point--text {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-concept__point--text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.p-care__trouble {
  background-color: var(--black);
  color: var(--white);
  margin-top: 140px;
  padding: 148px 126px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1800px) {
  .p-care__trouble {
    padding: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-care__trouble {
    margin-top: 52px;
    padding: 32px 30px;
  }
}
.p-care__trouble::before {
  content: "";
  display: inline-block;
  background-color: rgba(82, 59, 46, 0.1882352941);
  border: 1px solid var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-care__trouble::before {
    top: 8px;
    right: -8px;
  }
}
.p-care__trouble--lead {
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-care__trouble--lead {
    font-size: 1rem;
  }
}
.p-care__trouble--point {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .p-care__trouble--point {
    flex-direction: column;
    margin-top: 56px;
  }
}
.p-care__trouble--point--item {
  margin-right: 82px;
}
@media screen and (max-width: 1800px) {
  .p-care__trouble--point--item {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-care__trouble--point--item {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.p-care__trouble--point--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-care__trouble--point--item:last-child {
    margin-bottom: 0;
  }
}
.p-care__trouble--point--title {
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  border-bottom: 1px solid var(--white);
  padding-bottom: 16px;
}
.p-care__trouble--point--text {
  padding-top: 16px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.p-care__trouble--point--link:hover {
  opacity: 0.8;
}
.p-care__point--media {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-care__point--media {
    flex-direction: column;
  }
}
.p-care__point--images {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-care__point--images {
    width: 100%;
  }
}
.p-care__point--body {
  width: 50%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-care__point--body {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.p-care__point--title {
  font-size: 1.625rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-care__point--title {
    font-size: 1.125rem;
  }
}
.p-care__point--text {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-care__point--text {
    margin-top: 30px;
  }
}
.p-care__menu {
  background-color: rgba(255, 255, 255, 0.3137254902);
  padding: 64px 0 119px 0;
}
@media screen and (max-width: 768px) {
  .p-care__menu {
    padding: 64px 0 100px 0;
    width: 100vw;
    margin: 46px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}
.p-care__menu--course {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-care__menu--course {
    margin-top: 30px;
  }
}
.p-care__product {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
}
@media screen and (max-width: 1800px) {
  .p-care__product {
    margin-left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-care__product {
    margin-top: 40px;
    flex-direction: column;
    margin-left: 0;
  }
}
.p-care__product--item {
  width: 33.3333333333%;
  padding-left: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1800px) {
  .p-care__product--item {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-care__product--item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 42px;
  }
}
.p-care__product--name {
  margin-top: 40px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-care__product--name {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.p-care__product--category {
  background-color: var(--white);
  border: 1px solid var(--black);
  padding: 0 20px;
  display: inline-block;
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-care__product--category {
    margin-top: 18px;
    font-size: 0.75rem;
  }
}
.p-care__product--text {
  margin-top: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-care__product--text {
    margin-top: 18px;
  }
}
.p-care__product--note {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 1em;
}
.p-care__product--price {
  margin-top: 1em;
  line-height: 1.3;
}

.p-product__media--title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-first__title {
  max-width: 695px;
  padding: 0;
}
.p-first__text {
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-first__text {
    margin-top: 40px;
  }
}
.p-first__button {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-first__button {
    margin-top: 40px;
  }
}
.p-first__menu {
  background-color: rgba(255, 255, 255, 0.3137254902);
  padding: 68px 0;
}
.p-first__menu .p-first__title {
  border-bottom: 3px solid var(--black);
}
.p-first__menu--pick {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-first__menu--pick {
    margin-top: 28px;
  }
}
.p-first__trouble {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-first__trouble {
    margin-top: 40px;
  }
}
.p-first__trouble .p-care__trouble--point--title {
  border-bottom: 1px solid var(--black);
}
.p-first__trouble--text {
  max-width: 760px;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-first__trouble--text {
    margin: 40px auto 0 auto;
  }
}

.p-company {
  padding-bottom: 120px;
}

.p-company-info {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 54px 30px;
}
@media screen and (max-width: 768px) {
  .p-company-info {
    width: 100vw;
    margin-left: -30px;
  }
}

.p-company-info__inner {
  max-width: 800px;
  margin: 0 auto;
}

.p-company-info__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .p-company-info__title {
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-company-info__table {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-company-info__table {
    margin-top: 24px;
  }
}

.p-company-info__row {
  padding: 32px 12px;
  display: flex;
  column-gap: 20px;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .p-company-info__row {
    padding: 16px 0;
    flex-direction: column;
    row-gap: 2px;
  }
}
.p-company-info__row:first-child {
  border-top: 1px solid var(--gray);
}

.p-company-info__heading {
  flex-shrink: 0;
  width: 168px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .p-company-info__heading {
    width: 100%;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-company-info__detail {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .p-company-info__detail {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.58;
    letter-spacing: 0.04em;
  }
}

.p-company-main {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-company-main {
    margin-top: 72px;
  }
}

.p-company-main__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-main__title {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.p-company-main__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 695px;
  height: 3px;
  background-image: linear-gradient(90deg, #D3C161 0%, #FAE88A 50%, #C9B75B 100%);
}
@media screen and (max-width: 768px) {
  .p-company-main__title::before {
    bottom: -6px;
    max-width: 315px;
    height: 2px;
  }
}

.p-company-main__text {
  margin-top: 32px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company-main__text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-company-main__name {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company-main__name {
    margin-top: 32px;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-company-access {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-company-access {
    margin-top: 72px;
  }
}

.p-company-access__main {
  display: flex;
  align-items: center;
  column-gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-company-access__main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 32px;
  }
}

.p-company-access__image {
  max-width: 511px;
  position: relative;
  z-index: 0;
}
.p-company-access__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 43, 17, 0.3);
}
@media screen and (max-width: 768px) {
  .p-company-access__image::before {
    top: 5px;
    left: 5px;
  }
}

.p-company-access__body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-access__body {
    row-gap: 8px;
    width: 100%;
  }
}

.p-company-access__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .p-company-access__title {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
  }
}

.p-company-access__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company-access__text {
    width: 100%;
    max-width: 511px;
    margin-inline: auto;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-company-access__map {
  margin-top: 64px;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .p-company-access__map {
    width: 100vw;
    margin-left: -30px;
    margin-top: 32px;
    height: 268px;
  }
}
.p-company-access__map > div {
  display: contents;
}
.p-company-access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: none;
}

.p-company-gallery {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 64px;
  row-gap: 64px;
}
@media screen and (max-width: 1054px) {
  .p-company-gallery {
    column-gap: 32px;
    row-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-gallery {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-company-gallery {
    grid-template-columns: 1fr;
  }
}

.p-contact {
  padding-bottom: 120px;
}

.p-contact-cta {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact-cta {
    row-gap: 20px;
  }
}

.p-contact-cta__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  padding: 40px 20px;
  background-image: linear-gradient(90deg, #D3C161 0%, #FAE88A 50%, #C9B75B 100%);
}
@media screen and (max-width: 768px) {
  .p-contact-cta__box {
    width: 100vw;
    margin-left: -30px;
    padding: 50px 20px;
    row-gap: 16px;
  }
}
.p-contact-cta__box:first-of-type .p-contact-cta__text br {
  display: none;
}
@media screen and (max-width: 576px) {
  .p-contact-cta__box:first-of-type .p-contact-cta__text br {
    display: block;
  }
}
.p-contact-cta__box:nth-of-type(2) .p-contact-cta__text br:nth-child(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact-cta__box:nth-of-type(2) .p-contact-cta__text br:nth-child(2) {
    display: block;
  }
}

.p-contact-cta__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  .p-contact-cta__text {
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-contact-cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 45px;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border: 1px solid var(--black);
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-contact-cta__button {
    margin-top: 6px;
  }
}

.p-contact-cta__tel {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media screen and (max-width: 768px) {
  .p-contact-cta__tel {
    column-gap: 10px;
  }
}
.p-contact-cta__tel img {
  margin-top: 8px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-cta__tel img {
    width: 17.2px;
  }
}

.p-contact-cta__tel--text {
  font-family: "Shippori Mincho", serif;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  .p-contact-cta__tel--text {
    font-size: 1.5rem;
  }
}

.p-contact-regist {
  margin-top: 70px;
  padding: 60px 104px 64px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1054px) {
  .p-contact-regist {
    padding: 60px 40px 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-regist {
    width: 100vw;
    margin-left: -30px;
    margin-top: 50px;
    padding: 50px 30px 56px;
  }
}

.p-contact-regist__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
  text-align: center;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-contact-regist__title {
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-contact-regist__wrapper {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}

.p-contact-regist__box {
  padding-top: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist__box {
    padding-top: 70px;
    flex-direction: column;
    row-gap: 24px;
  }
}
.p-contact-regist__box + .p-contact-regist__box {
  border-top: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .p-contact-regist__box + .p-contact-regist__box {
    margin-top: 30px;
  }
}

.p-contact-regist__body {
  max-width: 660px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact-regist__body {
    padding-left: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-contact-regist__body {
    width: 100%;
    max-width: 100%;
  }
}
.p-contact-regist__body::before {
  counter-increment: number;
  content: "0" counter(number);
  position: absolute;
  top: -12px;
  left: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-contact-regist__body::before {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25rem;
  }
}
.p-contact-regist__body > * + * {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist__body > * + * {
    margin-top: 24px;
  }
}

.p-contact-regist__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  .p-contact-regist__text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-contact-regist__cta {
  display: flex;
  column-gap: 34px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist__cta {
    justify-content: center;
    column-gap: 12px;
  }
}

.p-contact-regist__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.p-contact-regist__image {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist__image {
    width: 100%;
    max-width: 150px;
  }
}

.p-contact-regist__thumb {
  flex-shrink: 0;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist__thumb {
    width: 100%;
    max-width: 315px;
    margin-inline: auto;
  }
}

.p-contact-regist-bottom {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist-bottom {
    margin-top: 50px;
  }
}

.p-contact-regist-bottom__wrapper {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-regist-bottom__wrapper {
    row-gap: 14px;
  }
}

.p-contact-regist-bottom__title {
  width: 100%;
  padding: 6px;
  background-image: linear-gradient(90deg, #D3C161 0%, #FAE88A 51.5%, #C9B75B 100%);
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-regist-bottom__title {
    padding: 12px;
    font-size: 0.875rem;
  }
}

.p-contact-regist-bottom__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-regist-bottom__text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-contact-form {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    margin-top: 72px;
  }
}

.p-contact-form__inner {
  padding-inline: 60px;
}
@media screen and (max-width: 1054px) {
  .p-contact-form__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form__inner {
    padding-inline: 0;
  }
}

.p-contact-form__title {
  margin-bottom: 60px;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
  text-align: center;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-contact-form__title {
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-contact-form__box {
  padding: 24px 60px;
  border-bottom: 1px solid var(--darkBlack);
}
@media screen and (max-width: 1054px) {
  .p-contact-form__box {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form__box {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form__box:first-of-type {
    border-top: 1px solid var(--darkBlack);
  }
}

.p-contact-form__label {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  margin-bottom: 28px;
  font-size: 1.5rem;
  line-height: 1.04;
  letter-spacing: 0.05em;
  color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  .p-contact-form__label {
    margin-bottom: 16px;
    column-gap: 12px;
    font-size: 1.125rem;
    line-height: 1.4444;
    letter-spacing: 0.08em;
  }
}
.p-contact-form__label > P {
  line-height: inherit;
}

.p-contact-form__required {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 32px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--white);
  background-color: var(--black);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__required {
    width: 40px;
    height: 24px;
    font-size: 0.75rem;
    border-radius: 3px;
    margin-top: 2px;
  }
}

.p-contact-form__grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__grid {
    column-gap: 26px;
    row-gap: 12px;
  }
}

.p-contact-form__row {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__row {
    column-gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form__row:has(.p-contact-form__radio) {
    width: 100%;
  }
}

.p-contact-form__row-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact-form__row-text {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

input[type=radio].p-contact-form__radio {
  accent-color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  input[type=radio].p-contact-form__radio {
    width: 24px;
    height: 24px;
  }
}
input[type=radio].p-contact-form__radio:checked:before {
  background-color: var(--darkBlack);
}

input[type=checkbox].p-contact-form__check {
  accent-color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  input[type=checkbox].p-contact-form__check {
    width: 24px;
    height: 24px;
  }
}

.p-contact-form__other {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__other {
    margin-top: 12px;
    row-gap: 10px;
  }
}

input.p-contact-form__input {
  width: 100%;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  input.p-contact-form__input {
    padding: 6px 10px;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    border-radius: 4px;
  }
}
input.p-contact-form__input:focus {
  outline-color: var(--black);
}

.p-contact-form__lead {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-contact-form__lead {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    margin-top: 2px;
  }
}

.p-contact-form__textarea {
  width: 100%;
  min-height: 150px;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__textarea {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    border-radius: 4px;
    min-height: 140px;
  }
}
.p-contact-form__textarea:focus {
  outline-color: var(--black);
}

.p-contact-form__textarea--short {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__textarea--short {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    border-radius: 4px;
    min-height: 140px;
  }
}
.p-contact-form__textarea--short:focus {
  outline-color: var(--black);
}

.p-contact-form-privacy {
  max-width: 900px;
  margin-top: 80px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-form-privacy {
    margin-top: 40px;
    row-gap: 30px;
  }
}

.p-contact-form-privacy__box {
  width: 100%;
  height: 300px;
  background-color: var(--white);
  border: 1px solid var(--darkBlack);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-contact-form-privacy__box {
    height: 340px;
  }
}

.p-contact-form-privacy__inner {
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .p-contact-form-privacy__inner {
    padding: 30px 20px;
  }
}

.p-contact-form-privacy__heading {
  margin-bottom: 30px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0;
  color: var(--darkBlack);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form-privacy__heading {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6667;
    letter-spacing: 0.08em;
  }
}

.p-contact-form__button {
  margin-top: 80px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 45px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--darkBlack);
  background-image: linear-gradient(90deg, #D3C161 0%, #FAE88A 51.5%, #C9B75B 100%);
}
@media screen and (max-width: 768px) {
  .p-contact-form__button {
    margin-top: 50px;
    width: 280px;
    height: 50px;
    font-size: 1rem;
  }
}

.p-contact-form-privacy__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.p-contact-form-privacy__text {
  font-size: 0.875rem;
  line-height: 2.142;
  letter-spacing: 0;
  color: var(--darkBlack);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-contact-form-privacy__text {
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-contact-form-privacy__strong {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0;
  color: var(--darkBlack);
}
@media screen and (max-width: 768px) {
  .p-contact-form-privacy__strong {
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.p-thanks {
  padding-bottom: 120px;
}

.p-thanks__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-thanks__box {
  margin-top: 60px;
  padding: 48px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-thanks__box {
    width: 100vw;
    margin-left: -30px;
    margin-top: 24px;
    padding: 32px 20px;
  }
}

.p-thanks__text {
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-thanks__button {
  margin-top: 32px;
}

/* 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-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}
