@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dd {
  margin: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  width: 100%;
}

time {
  display: block;
}

:where(dialog) {
  background-color: unset;
  border: unset;
  color: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  overflow: unset;
  padding: unset;
  width: unset;
}

:root {
  --letter-spacing: 0.05em;
  --scrollbar-width: 0;
  --base-line-height: 2.1;
}

*,
*::before,
*::after {
  letter-spacing: var(--letter-spacing);
}

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 0.63vw;
}

body {
  color: #1d201f;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-break: strict;
  line-height: var(--base-line-height);
  overflow-wrap: anywhere;
  word-break: normal;
}

body.is-fixed {
  height: 100dvh;
  overflow: hidden;
}

.c-button {
  background: #c1a26e;
  border: 1px solid #c1a26e;
  color: #fff;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-size: 1.8rem;
  padding: 0.78em 3.33em;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background, color;
  width: min(100%, 35rem);
}

.c-heading {
  color: currentColor;
}

.c-heading.c-heading--white {
  color: #fff;
}

.c-heading.c-heading--black {
  color: #1d201f;
}

.c-heading.c-heading--center {
  text-align: center;
}

.c-heading__en {
  align-items: center;
  display: inline-flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  gap: 0.4em;
}

.c-heading__en::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.1rem;
  width: 0.5em;
}

.c-heading__en:where(.c-heading.c-heading--center *) {
  flex-direction: column-reverse;
  gap: 0.2em;
  justify-items: center;
}

.c-heading__ja {
  font-size: 4.4rem;
  line-height: 1.5;
}

.c-heading__ja:where(.c-heading.c-heading--center *) {
  margin-top: 0.09em;
}

.c-link {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-link.c-link--white {
  color: #fff;
}

.c-link.c-link--black {
  color: #1d201f;
}

.c-link.c-link--primary {
  color: #c1a26e;
}

.c-link__arrow {
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background-color;
  width: 6rem;
}

.c-link__arrow .fas {
  font-size: 1.2rem;
}

.l-cards {
  -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 4rem 3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.l-inner {
  margin-inline: auto;
  max-width: 124.8rem;
  padding: 0 2.4rem;
  width: 100%;
}

.l-inner.l-inner--small {
  max-width: 92.8rem;
}

.l-inner.l-inner--large {
  max-width: 144.8rem;
}

.l-section {
  padding-bottom: 16rem;
  padding-top: 16rem;
}

.l-wrapper {
  min-height: 100svh;
  overflow-x: clip;
}

.l-wrapper:where(body.is-fixed *) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.p-breadcrumb__list {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.p-breadcrumb__item {
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.p-breadcrumb__item:last-child {
  max-width: 23em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-breadcrumb__link {
  align-items: center;
  color: #c1a26e;
  display: flex;
}

.p-breadcrumb__link::after {
  color: #1d201f;
  content: "/";
  display: inline-block;
  margin-left: 1rem;
}

.p-contact {
  color: #fff;
  padding: 15.4rem 0 15rem;
  position: relative;
}

.p-contact::before,
.p-contact::after {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}

.p-contact::before {
  background-image: url(/_common/img/footer-bg@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}

.p-contact::after {
  background-color: rgba(29, 32, 31, 0.5);
  z-index: -1;
}

.p-contact__contents {
  -ms-grid-columns: minmax(0, 1fr) 4rem 45rem;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) 45rem;
}

.p-contact__text {
  margin-top: 2em;
}

.p-contact__cta {
  padding-top: 1.4rem;
}

.p-contact__button {
  align-items: center;
  border: 1px solid currentColor;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-inline: auto;
  padding: 1.8rem 2.6rem 1.8rem 5.2rem;
  width: min(100%, 45rem);
}

.p-contact__button-text {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 0.78em;
  line-height: 1.89;
}

.p-contact__button-text .fas {
  font-size: 1.11em;
  margin-top: 0.1em;
}

.p-contact__button-arrow {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  height: auto;
  place-items: center;
  width: 5.2rem;
}

.p-contact__button-arrow .fa-chevron-right {
  color: #1d201f;
  font-size: 1.2rem;
}

.p-contact__tel-content {
  margin-top: 3.2rem;
  text-align: center;
}

.p-contact__tel {
  align-items: center;
  display: inline-flex;
  font-size: 3.2rem;
  gap: 0.25em;
  line-height: 1.5;
}

.p-contact__tel .fa-phone {
  font-size: 0.81em;
  margin-top: 0.15em;
}

.p-contact__time {
  font-size: 1.4rem;
  line-height: 2.43;
}

.p-cta {
  --border-color: rgba(196, 215, 209, 0.2);
}

.p-cta.is-change {
  --border-color: rgba(29, 32, 31, 0.2);
}

.p-cta__contents-title {
  -ms-grid-columns: -webkit-max-content 0.54em minmax(0, 1fr);
  -ms-grid-columns: max-content 0.54em minmax(0, 1fr);
  align-items: center;
  display: -ms-grid;
  display: grid;
  font-size: 2.6rem;
  font-weight: medium;
  gap: 0.54em;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  line-height: 1.31;
}

.p-cta__contents-title::before {
  background: #c1a26e;
  content: "";
  display: block;
  height: 94.12%;
  width: 1px;
}

.p-cta__box {
  -ms-grid-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  border: 1px solid var(--border-color);
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
  padding: 3.2rem 4.8rem;
  position: relative;
  z-index: 1;
}

.p-cta__content {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.p-cta__content:first-of-type::before {
  background: var(--border-color);
  bottom: 3.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 3.4rem;
  translate: -50%;
  width: 1px;
}

.p-cta__box-title {
  font-size: 2.4rem;
  line-height: 1.33;
}

.p-cta__number {
  align-items: center;
  display: flex;
  font-size: 4rem;
  font-weight: 600;
  gap: 0.8rem;
  line-height: 1.3;
  margin-top: 0.3em;
}

.p-cta__number .fas {
  font-size: 0.7em;
  margin-top: 0.25em;
}

.p-cta__bottom-text {
  color: #7b7f85;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0.2em;
}

.p-cta__bottom-text.pdf {
  border-bottom: 1px solid currentColor;
  color: #c1a26e;
}

.p-cta__contents02 {
  margin-top: 8rem;
}

.p-cta__text {
  margin-top: 1.25em;
}

.p-cta__form-container {
  margin-top: 4rem;
}

.p-cta__attention-text {
  border: 1px solid var(--border-color);
  margin-top: 8rem;
  padding: 1.6rem 2.4rem;
}

.p-detail__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  line-height: 1.91;
  padding-bottom: 1em;
}

.p-detail__texts {
  margin-top: 3.2rem;
}

.p-detail__text:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.p-detail__image {
  margin-top: 6.8rem;
}

.p-detail__image img {
  aspect-ratio: 880/506;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-detail__navigation {
  -ms-grid-columns: minmax(0, 1fr) 6.2rem 26rem 6.2rem minmax(0, 1fr);
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 6.2rem;
  grid-template-columns: minmax(0, 1fr) 26rem minmax(0, 1fr);
  justify-content: center;
  margin-top: 10rem;
}

.p-detail__link {
  aspect-ratio: 1;
  border: 1px solid #c1a26e;
  border-radius: 50%;
  color: #c1a26e;
  display: -ms-grid;
  display: grid;
  height: auto;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background, color;
  width: 6rem;
}

.p-detail__link._back {
  -ms-grid-column-align: end;
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  justify-self: end;
}

.p-detail__link._next {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 3;
  grid-column: 3/4;
  -ms-grid-row: 1;
  grid-row: 1/2;
}

.p-detail__link .fas {
  font-size: 1.2rem;
}

.p-detail__button {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  border: 1px solid #c1a26e;
  color: #c1a26e;
  -ms-grid-column: 2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1/2;
  padding: 1.8rem 5rem;
  position: relative;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: background, color;
  z-index: 1;
}

.p-detail__icon {
  position: absolute;
  right: 3rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.p-detail__icon .fas {
  font-size: 1.2rem;
}

.p-each__top-contents {
  -ms-grid-columns: minmax(0, 1fr) 4rem 50%;
  align-items: end;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) 50%;
}

.p-each__list {
  -ms-grid-columns: minmax(0, 1fr) 6.6rem minmax(0, 1fr) 6.6rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 9rem 6.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 7rem;
}

.p-each__button {
  position: relative;
  z-index: 1;
}

.p-each__thumb {
  overflow: hidden;
}

.p-each__thumb img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-each__button-icon {
  aspect-ratio: 1;
  background-color: #c1a26e;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  place-items: center;
  position: absolute;
  right: 0;
  width: 3rem;
  z-index: 5;
}

.p-each__button-icon .fas {
  color: #fff;
  font-size: 1.4rem;
}

.p-each__item-heading {
  font-size: 2.2rem;
  line-height: 1.64;
  margin-top: 2rem;
}

.p-each__dl {
  margin-top: 0.6rem;
}

.p-each__dl-content {
  -ms-grid-columns: 8rem 2rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: 8rem minmax(0, 1fr);
  line-height: 1.63;
}

.p-features {
  position: relative;
  z-index: 50;
}

.p-features__top-text {
  margin-top: 6rem;
  text-align: center;
}

.p-features__contents {
  -ms-grid-columns: minmax(0, 1fr) clamp(4rem, -12.2rem + 13.5vw, 9.4rem) 59rem;
  display: -ms-grid;
  display: grid;
  gap: clamp(4rem, -12.2rem + 13.5vw, 9.4rem);
  grid-template-columns: minmax(0, 1fr) 59rem;
  margin-left: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-top: 9rem;
}

.p-features__image-container {
  -ms-grid-row-align: start;
  -ms-grid-columns: minmax(0, 1fr);
  align-self: start;
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh - 27.6rem);
}

.p-features__pc-image {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  height: 55.2rem;
  opacity: 0;
  transition: opacity 0.5s;
}

.p-features__pc-image img {
  aspect-ratio: 819/552;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-features__pc-image:first-of-type,
.p-features__pc-image.is-active {
  opacity: 1;
}

.p-features__sp-image {
  display: none;
}

.p-features__sp-image img {
  aspect-ratio: 819/552;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-features__container {
  padding-top: 19rem;
}

.p-features__content {
  -ms-grid-columns: -webkit-max-content 3.4rem minmax(0, 1fr);
  -ms-grid-columns: max-content 3.4rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 3.4rem;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

.p-features__content:not(:last-of-type) {
  padding-bottom: 30rem;
}

.p-features__number {
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  font-size: 2.2rem;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
  width: 10rem;
}

.p-features__number:where(.p-features__content.is-active *) {
  background-color: #c1a26e;
  border-color: #c1a26e;
}

.p-features__middle-heading {
  font-size: 3.2rem;
  line-height: 1.5;
}

.p-features__middle-heading .small {
  font-size: 0.69em;
}

.p-features__text-content {
  margin-top: 4rem;
}

.p-features__text:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}

.p-features__bar01,
.p-features__bar02 {
  bottom: 0;
  content: "";
  display: block;
  left: 5rem;
  position: absolute;
  top: 10rem;
  translate: -50%;
  width: 2px;
}

.p-features__bar01 {
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.p-features__bar02 {
  background-color: #c1a26e;
  transform-origin: 50% 0%;
  z-index: 5;
}

.p-feedback {
  padding-bottom: 15rem;
  padding-top: 20rem;
}

.p-feedback__text {
  line-height: 1.8;
  margin-top: 5rem;
  text-align: center;
}

.p-feedback__button-content {
  margin-top: 8rem;
}

.p-feedback__button {
  margin-inline: auto;
}

.p-footer {
  --background-color: #121413;
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
}

.p-footer__area02 {
  background-color: var(--background-color);
  color: #fff;
  padding: 10rem 0 8.6rem;
}

.p-footer__home-link {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__logo {
  fill: currentColor;
  width: 13.8rem;
}

.p-footer__company-name {
  font-size: 2.2rem;
  line-height: 1.55;
  margin-top: 0.4em;
}

.p-footer__company-info {
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}

.p-footer__area03 {
  background-color: var(--background-color);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem 0;
}

.p-footer__copyright {
  text-align: right;
}

.p-footer__copyright small {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.14;
  opacity: 0.5;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フォーム

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-form__content {
  -ms-grid-columns: 28rem 2.2rem minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid var(--border-color);
  display: -ms-grid;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 28rem minmax(0, 1fr);
  padding: 2.6rem 1.4rem;
}

.p-form__content:first-of-type {
  border-top: 1px solid var(--border-color);
}

.p-form__term > label,
.p-form__term > p {
  -ms-grid-columns: minmax(0, 1fr) 2.4rem 4.3rem;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 1fr) 4.3rem;
}

.p-form__term:not(:has(p)) {
  margin-top: 0.1rem;
}

.p-form__tag {
  --letter-spacing: 0.1em;
  background-color: #c1a26e;
  border: 1px solid #c1a26e;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem;
  place-items: center;
}

.p-form__tag.any {
  background-color: #fff;
  color: #c1a26e;
}

.p-form__description {
  font-size: 1.4rem;
}

.p-form__description:not(:has(.p-form__radio)) input,
.p-form__description:not(:has(.p-form__radio)) textarea {
  background: rgba(29, 32, 31, 0.05);
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  padding: 0.36em 1em;
  width: 100%;
}

.p-form__description:not(:has(.p-form__radio)) input::-moz-placeholder,
.p-form__description:not(:has(.p-form__radio)) textarea::-moz-placeholder {
  font-size: 1.4rem;
  opacity: 0.4;
}

.p-form__description:not(:has(.p-form__radio)) input:-ms-input-placeholder,
.p-form__description:not(:has(.p-form__radio)) textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  opacity: 0.4;
}

.p-form__description:not(:has(.p-form__radio)) input::placeholder,
.p-form__description:not(:has(.p-form__radio)) textarea::placeholder {
  font-size: 1.4rem;
  opacity: 0.4;
}

.p-form__description textarea {
  min-height: 18.2rem;
}

.p-form__radio-contents {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2.4rem;
}

.p-form__radio-text {
  cursor: pointer;
  font-size: 1.4rem;
  padding-left: 2.5rem;
  position: relative;
}

.p-form__radio-text::before {
  aspect-ratio: 1;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2rem;
}

.p-form__radio:checked + .p-form__radio-text::after {
  aspect-ratio: 1;
  background-color: #1d201f;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  left: 0.4rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.2rem;
}

.p-form__button-content {
  margin-inline: auto;
  margin-top: 8rem;
}

.p-form__submit {
  margin-inline: auto;
}

.p-hamburger__button {
  height: 2.3rem;
  position: relative;
  transition: opacity 0.5s;
  width: 3.4rem;
  z-index: 200;
}

.p-hamburger__button span {
  background-color: currentColor;
  display: block;
  height: 2px;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: translate, rotate, opacity, top, bottom, background-color;
  width: 100%;
  z-index: 10;
}

.p-hamburger__button span:nth-of-type(1) {
  left: 0;
  top: 0;
}

.p-hamburger__button span:nth-of-type(2) {
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.p-hamburger__button[aria-expanded="true"] span {
  background-color: #fff;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(1) {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(3) {
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

.p-hamburger__mask {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100dvh;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, translate;
  translate: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

.p-hamburger__mask:where(.p-hamburger.is-open *) {
  translate: 0;
  visibility: visible;
}

.p-hamburger__nav {
  background-color: #1d201f;
  height: 100dvh;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, translate;
  translate: 100%;
  visibility: hidden;
  width: min(92%, 40rem);
  z-index: 100;
}

.p-hamburger__nav:where(.p-hamburger.is-open *) {
  translate: 0;
  visibility: visible;
}

.p-hamburger__list {
  -ms-scroll-chaining: none;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8rem 2rem;
  width: 100%;
}

.p-hamburger__item {
  color: #fff;
  font-size: 1.6rem;
}

.p-hamburger__item:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}

.p-hamburger__item-link {
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 1rem 0;
}

.p-hamburger__menu-list {
  -ms-grid-columns: minmax(0, 1fr) 2.4rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 1.6rem 2.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.p-hamburger__menu-item {
  font-size: 1.4rem;
}

.p-hamburger__menu-link {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  text-transform: uppercase;
}

.p-hamburger__menu-link::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.1rem;
  width: 1rem;
}

.p-hamburger__menu-image {
  margin-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.p-hamburger__menu-image img {
  aspect-ratio: 255/180;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-header {
  color: #1d201f;
  height: 10rem;
  left: 0;
  position: fixed;
  top: 0;
  transition-duration: 0.5s;
  transition-property: background-color;
  width: 100%;
  z-index: 1000;
}

.p-header.is-change {
  background-color: #000;
  color: #fff;
}

.p-header:where(body.page-top *) {
  color: #fff;
}

.p-header__inner {
  align-items: center;
  display: flex;
  gap: 4rem;
  height: 100%;
  justify-content: space-between;
  padding-left: 3.7rem;
  padding-right: 3.4rem;
  width: 100%;
}

.p-header__logo-content {
  height: 100%;
}

.p-header__logo-link {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  height: 100%;
}

.p-header__logo {
  fill: currentColor;
  width: 8.8rem;
}

.p-header__company-name {
  font-size: 2.2rem;
}

.p-header__nav {
  height: 100%;
}

.p-header__nav-list {
  align-items: center;
  display: flex;
  height: 100%;
}

.p-header__nav-item {
  align-items: center;
  display: flex;
  height: 100%;
}

.p-header__nav-item:nth-of-type(n + 2):not(:last-of-type) {
  margin-left: 3.4rem;
}

.p-header__nav-item:last-of-type {
  margin-left: 2.8rem;
  padding-left: 2.4rem;
  position: relative;
}

.p-header__nav-item:last-of-type::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transition: color 0.5s;
  translate: 0 -50%;
  width: 1px;
}

.p-header__nav-item-link {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  gap: 0.6rem;
  height: 100%;
}

.p-header__nav-item-link .fas {
  font-size: 0.8em;
  margin-top: 0.2em;
}

.p-header__box-container {
  -ms-grid-columns: minmax(0, 1fr) 5rem 25.5rem;
  --letter-spacing: 0.1em;
  background-color: #fff;
  color: #1d201f;
  display: -ms-grid;
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, 1fr) 25.5rem;
  max-height: calc(100dvh - 4rem);
  opacity: 0;
  overflow-y: auto;
  padding: 3.3rem 5.3rem;
  pointer-events: none;
  position: absolute;
  right: 14.6rem;
  top: calc(100% - 1.7rem);
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: min(100%, 73rem);
  z-index: 1;
}

.p-header__box-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

.p-header__box-list {
  -ms-grid-columns: auto 5.5rem auto;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem 5.5rem;
  grid-template-columns: repeat(2, auto);
  margin-top: 2rem;
}

.p-header__box-link {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  text-transform: uppercase;
}

.p-header__box-link::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.2rem;
  width: 1.4rem;
}

.p-header__box-image img {
  aspect-ratio: 255/180;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-history__contents {
  margin-top: 6.4rem;
}

.p-history__dl-content {
  -ms-grid-columns: 28rem 4rem minmax(0, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: 28rem minmax(0, 1fr);
  line-height: 2;
  padding: 2rem 2.8rem;
}

.p-history__dl-content:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.p-history__dl-content:last-of-type:where(.p-history.is-change *) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-history__dl-content:where(.p-history.is-change *) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.p-innovate {
  background-image: url(/_common/img/products01/bg@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-innovate__contents {
  -ms-grid-columns: minmax(0, 1fr) 4.8rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 4.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 7.4rem;
}

.p-innovate__slider .splide__slide {
  padding-bottom: 2.4rem;
}

.p-innovate__slider .p-innovate__slide-image img {
  aspect-ratio: 576/460;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-innovate__slider .splide__pagination {
  bottom: 0;
  gap: 0.8rem;
  left: auto;
  padding: 0;
}

.p-innovate__slider .splide__pagination__page {
  aspect-ratio: 1;
  background: #a4a4a4;
  height: auto;
  margin: 0;
  opacity: 1;
  width: 0.8rem;
}

.p-innovate__slider .splide__pagination__page.is-active {
  background: #1d201f;
  transform: scale(1);
}

.p-innovate__content {
  padding-top: 8.4rem;
}

.p-innovate__middle-heading {
  font-size: 2.4rem;
  line-height: 1.5;
}

.p-innovate__texts {
  margin-top: 2rem;
  padding-left: 0.2rem;
}

.p-innovate__text:nth-of-type(n + 2) {
  margin-top: 3.2rem;
}

.p-introduction {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  padding-top: 16rem;
}

.p-introduction__top-area {
  -ms-grid-columns: -webkit-max-content clamp(10rem, -44rem + 45vw, 19rem) minmax(0, 1fr);
  -ms-grid-columns: max-content clamp(10rem, -44rem + 45vw, 19rem) minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: clamp(10rem, -44rem + 45vw, 19rem);
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

.p-introduction__title {
  -ms-grid-row-align: start;
  align-self: start;
  font-size: 3.8rem;
  line-height: 1.79;
  padding-bottom: 6rem;
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
}

.p-introduction__texts {
  font-size: 1.8rem;
}

.p-introduction__text:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.p-introduction__logo-container {
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transition: opacity 0.5s;
  translate: -50% -50%;
  width: 101rem;
  z-index: -1;
}

.p-introduction__logo-container:where(.js-section.is-change *) {
  opacity: 1;
}

.p-introduction__logo {
  fill: #fff;
}

.p-introduction__bottom-area {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  margin-inline: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  place-items: center;
}

.p-introduction__image-list {
  -ms-grid-columns: 1fr 2rem 60rem 2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 60rem 1fr;
}

.p-introduction__image-item img {
  aspect-ratio: 600/430;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-introduction__image-item#js-image {
  will-change: transform;
}

.p-introduction__bottom-spacer {
  display: block;
  height: 110vh;
  width: 100%;
}

.p-message {
  padding-top: 15rem;
}

.p-message__container {
  -ms-grid-columns: 40.5rem clamp(12rem, -14.4rem + 22vw, 16.4rem) minmax(0, 1fr);
  align-content: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: clamp(12rem, -14.4rem + 22vw, 16.4rem);
  grid-template-columns: 40.5rem minmax(0, 1fr);
}

.p-message__left-content {
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
}

.p-message__heading-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  text-transform: capitalize;
}

.p-message__heading {
  font-size: 3.8rem;
  line-height: 1.79;
  margin-top: 0.3em;
}

.p-message__image {
  margin-top: 6.4rem;
}

.p-message__image img {
  aspect-ratio: 405/509;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-message__right-content {
  padding-top: 6.4rem;
}

.p-message__text:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}

.p-message__name-content {
  display: -ms-grid;
  display: grid;
  justify-content: end;
  justify-items: end;
  margin-top: 5.8rem;
}

.p-message__name-first-line {
  font-size: 1.8rem;
}

.p-message__name-second-line {
  align-items: baseline;
  display: flex;
  gap: 1.6rem;
}

.p-message__name-second-line .large {
  font-size: 1.75em;
  line-height: 1.8;
}

.p-message__scroll-image-container {
  margin-inline: calc(50% - (100vw - var(--scrollbar-width)) / 2);
  margin-top: 11rem;
}

.p-message__scroll-image-container img {
  aspect-ratio: 599/508;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-modal__dialog {
  transition-behavior: allow-discrete;
  background: transparent;
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: opacity, display;
}

.p-modal__dialog.is-open {
  opacity: 1;
}

.p-modal__dialog::-webkit-backdrop {
  background-color: rgba(29, 32, 31, 0.8);
}

.p-modal__dialog::backdrop {
  background-color: rgba(29, 32, 31, 0.8);
}

.p-modal__inner {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  height: 100%;
  place-items: center;
}

.p-modal__container {
  -ms-scroll-chaining: none;
  cursor: auto;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  width: min(117.5rem, 100% - 5rem);
}

.p-modal__container:where(body.is-fixed *) {
  scrollbar-gutter: stable;
}

.p-modal__header {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 2.4rem;
  justify-content: space-between;
}

.p-modal__title {
  font-size: 2.2rem;
  line-height: 1.64;
}

.p-modal__nav-contents {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.p-modal__nav {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}

.p-modal__nav-button {
  padding: 0 1rem;
}

.p-modal__nav-button .fas {
  font-size: 2rem;
}

.p-modal__nav-button[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

.p-modal__close {
  aspect-ratio: 1;
  background: #c1a26e;
  color: #fff;
  display: -ms-grid;
  display: grid;
  height: auto;
  place-items: center;
  width: 3rem;
}

.p-modal__close .fas {
  font-size: 2rem;
}

.p-modal__content {
  margin-top: 0.8rem;
}

.p-modal__image img {
  aspect-ratio: 1160/770;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv {
  background-color: #1d201f;
  display: -ms-grid;
  display: grid;
  margin-bottom: -0.1rem;
}

.p-mv__texts {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  --letter-spacing: 0.1em;
  color: #fff;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  margin-left: clamp(5rem, -25rem + 25vw, 10rem);
  opacity: 0;
  padding-bottom: 14rem;
  padding-top: 43rem;
  position: relative;
  transition-delay: 1s;
  transition-duration: 1s;
  transition-property: opacity, visibility;
  visibility: hidden;
  z-index: 10;
}

.p-mv__texts:where(.p-mv.is-show *) {
  opacity: 1;
  visibility: visible;
}

.p-mv__title {
  font-size: 4.6rem;
  line-height: 1.57;
}

.p-mv__en-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.6rem;
  text-transform: uppercase;
}

.p-mv__image {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/2;
  opacity: 0;
  position: relative;
  transition-duration: 1s;
  transition-property: opacity, visibility;
  visibility: hidden;
  z-index: 1;
}

.p-mv__image::after {
  background: #000;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.2;
  position: absolute;
  z-index: 5;
}

.p-mv__image:where(.p-mv.is-show *) {
  opacity: 1;
  visibility: visible;
}

.p-mv__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-news__link {
  -ms-grid-columns: 16.4rem 4rem minmax(0, 1fr) 4rem -webkit-max-content;
  -ms-grid-columns: 16.4rem 4rem minmax(0, 1fr) 4rem max-content;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 16.4rem minmax(0, 1fr) -webkit-max-content;
  grid-template-columns: 16.4rem minmax(0, 1fr) max-content;
  padding: 2.4rem 3.2rem 2.4rem 2.4rem;
  transition-duration: 0.5s;
  transition-property: border-color, background;
}

.p-news__link:where(.p-news__item:last-of-type *) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.p-news__link:where(.p-news.is-change *) {
  border-color: rgba(0, 0, 0, 0.2);
}

.p-news__thumbnail img {
  aspect-ratio: 164/112;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-news__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.p-news__icon .fas {
  color: #c1a26e;
  font-size: 1.4rem;
}

.p-news__pager {
  margin-top: 10.4rem;
}

.p-other__list {
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6.8rem;
}

.p-other__link {
  -ms-grid-columns: minmax(0, 1fr) 1.6rem -webkit-max-content;
  -ms-grid-columns: minmax(0, 1fr) 1.6rem max-content;
  align-items: center;
  background: #252726;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: minmax(0, 1fr) -webkit-max-content;
  grid-template-columns: minmax(0, 1fr) max-content;
  height: 100%;
  padding: 6.8rem clamp(3.2rem, -2.8rem + 5vw, 4.2rem) 7.4rem clamp(4rem, -2rem + 5vw, 5rem);
  transition-property: background, color;
}

.p-other__link:where(.is-change *) {
  background: #fff;
  color: #1d201f;
}

.p-other__item-heading {
  font-size: 3rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-other__item-heading-sub {
  margin-top: 0.4rem;
}

.p-other__icon {
  aspect-ratio: 1;
  background: #252726;
  border: 1px solid #c1a26e;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  transition: background 0.5s;
  width: 6rem;
}

.p-other__icon:where(.is-change *) {
  background: #fff;
}

.p-other__icon .fas {
  color: #c1a26e;
  font-size: 1.2rem;
}

.p-outline__container {
  margin-top: 6.4rem;
}

.p-outline__contents {
  -ms-grid-columns: minmax(0, 1fr) 12.8rem clamp(70rem, -2rem + 60vw, 82rem);
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 12.8rem;
  grid-template-columns: minmax(0, 1fr) clamp(70rem, -2rem + 60vw, 82rem);
}

.p-outline__contents:nth-of-type(n + 2) {
  margin-top: 15rem;
}

.p-outline__contents-title {
  font-size: 2.6rem;
  line-height: 1.31;
  padding-left: 0.54em;
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
  z-index: 1;
}

.p-outline__contents-title::before {
  background: #c1a26e;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}

.p-outline__contents-title .small {
  display: block;
  font-size: 1.4rem;
}

.p-outline__content {
  line-height: 2;
}

.p-outline__dl-content {
  -ms-grid-columns: minmax(0, 1fr) 4rem 44.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) 44.6rem;
  padding: 2rem 2.8rem;
}

.p-outline__dl-content:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.p-outline__child-content:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}

.p-outline__child-term {
  text-indent: -0.4em;
}

.p-outline__dot {
  align-items: flex-start;
  display: flex;
  gap: 0.4rem;
}

.p-outline__dot::before {
  aspect-ratio: 1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-top: 0.8em;
  width: 0.8rem;
}

.p-outline__map-content iframe {
  aspect-ratio: 821/475;
  width: 100%;
}

.p-outline__map-text {
  align-items: center;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.p-outline__map-text dt {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.p-pager {
  -ms-grid-columns: minmax(0, 1fr) 6rem -webkit-max-content 6rem minmax(0, 1fr);
  -ms-grid-columns: minmax(0, 1fr) 6rem max-content 6rem minmax(0, 1fr);
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 6rem;
  grid-template-columns: minmax(0, 1fr) -webkit-max-content minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
}

.p-pager__link {
  aspect-ratio: 1;
  border: 1px solid #c1a26e;
  border-radius: 50%;
  color: #c1a26e;
  display: -ms-grid;
  display: grid;
  height: auto;
  place-items: center;
  transition-duration: 0.5s;
  transition-property: background, color;
  width: 6rem;
}

.p-pager__link._back {
  -ms-grid-column-align: end;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1/2;
  justify-self: end;
}

.p-pager__link._next {
  -ms-grid-column-span: 1;
  -ms-grid-column: 3;
  grid-column: 3/4;
}

.p-pager__link .fas {
  font-size: 1.2rem;
}

.p-pager__number-list {
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  align-items: center;
  display: flex;
  gap: 0.4rem;
  -ms-grid-column: 2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1/2;
}

.p-pager__number-link {
  --letter-spacing: 0.2em;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #c1a26e;
  display: -ms-grid;
  display: grid;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  height: auto;
  place-items: center;
  width: 4.2rem;
}

.p-pager__number-link.active {
  background: rgba(193, 163, 110, 0.5);
  color: #fff;
}

.p-pager__number-link.dot {
  --letter-spacing: 0;
}

.p-philosophy__top-text {
  margin-top: 4rem;
  text-align: center;
}

.p-philosophy__container {
  background: #e0e3e2;
  margin-top: 9rem;
  padding: 8rem 4rem;
  transition: background 0.5s;
}

.p-philosophy__container:where(.p-philosophy.is-change *) {
  background: #252726;
}

.p-philosophy__logo-content {
  margin-inline: auto;
  width: 21.4rem;
}

.p-philosophy__logo {
  fill: currentColor;
}

.p-philosophy__middle-heading {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 5.2rem;
  text-align: center;
}

.p-philosophy__dl-box {
  border: 1px solid #1d201f;
  margin-inline: auto;
  margin-top: 6.4rem;
  padding: 2.4rem 4rem;
  position: relative;
  transition: border 0.5s;
  width: min(100%, 74.2rem);
  z-index: 1;
}

.p-philosophy__dl-box:where(.p-philosophy.is-change *) {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.p-philosophy__term {
  background: #f9f9f9;
  background: #e0e3e2;
  font-size: 2rem;
  left: 50%;
  line-height: 1.7;
  padding: 0 0.6em;
  position: absolute;
  top: 0;
  transition: background 0.5s;
  translate: -50% -56%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.p-philosophy__term:where(.p-philosophy.is-change *) {
  background: #252726;
}

.p-philosophy__desc {
  -ms-grid-columns: -webkit-max-content 0.3em minmax(0, 1fr);
  -ms-grid-columns: max-content 0.3em minmax(0, 1fr);
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 0.3em;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  line-height: 2.13;
}

.p-philosophy__desc:nth-of-type(n + 2) {
  margin-top: 0.2em;
}

.p-products__heading-group {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-products__heading-group::before {
  background: currentColor;
  content: "";
  display: block;
  height: 4.8rem;
  width: 1px;
}

.p-products__heading-main {
  font-size: 4.4rem;
  line-height: 2;
  margin-top: 0.1em;
  text-transform: uppercase;
}

.p-products__thumbnail {
  margin-top: 7.2rem;
}

.p-products__thumbnail img {
  aspect-ratio: 1200/530;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-products__middle-heading {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 8rem;
}

.p-products__contents {
  -ms-grid-columns: minmax(0, 1fr) 6.8rem 42.5rem;
  display: -ms-grid;
  display: grid;
  gap: 6.8rem;
  grid-template-columns: minmax(0, 1fr) 42.5rem;
  margin-top: 4.2rem;
}

.p-products__text:nth-of-type(n + 2) {
  margin-top: 3.2rem;
}

.p-products__image img {
  aspect-ratio: 425/500;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-products__dl-container {
  -ms-grid-columns: 19.6rem 2rem minmax(0, 1fr);
  background: #252726;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: 19.6rem minmax(0, 1fr);
  padding: 4.4rem 4.8rem;
}

.p-products__dl-container:where(.is-change *) {
  background: #f9f9f9;
}

.p-products__dl-container:first-of-type {
  margin-top: 8rem;
}

.p-products__dl-container:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.p-products__term {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 2.4rem;
  line-height: 1.4;
  padding-right: 2rem;
  transition: border-color 0.5s;
}

.p-products__term:where(.is-change *) {
  border-color: rgba(0, 0, 0, 0.2);
}

.p-products__term .small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.86;
}

.p-products__desc {
  padding-left: 4rem;
}

.p-products__list {
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0.2rem;
}

.p-products__list.p-products__list--column1 {
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.p-products__item {
  -ms-grid-columns: -webkit-max-content 0.8rem minmax(0, 1fr);
  -ms-grid-columns: max-content 0.8rem minmax(0, 1fr);
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
}

.p-products__item::before {
  aspect-ratio: 1;
  background: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  margin-top: 0.96em;
  width: 0.5rem;
}

.p-products__item .small {
  font-size: 1.2rem;
}

.p-products__dl-child {
  -ms-grid-columns: 23rem minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 23rem minmax(0, 1fr);
}

.p-products__desc-child {
  padding-left: 2rem;
  position: relative;
}

.p-products__desc-child::before {
  background: currentColor;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 1.3rem;
  width: 1px;
}

.p-products__desc-attention-text {
  font-size: 1.4rem;
  line-height: 1.86;
  margin-top: 2rem;
}

.p-products__attention-texts {
  font-size: 1.4rem;
  line-height: 1.86;
  margin-top: 2rem;
  text-align: right;
}

.p-top-company {
  padding-bottom: 18rem;
}

.p-top-company__contents {
  -ms-grid-columns: minmax(0, 1fr) 4rem 56rem;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) 56rem;
}

.p-top-company__texts {
  padding-top: 2.4rem;
}

.p-top-company__middle-heading {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 3.2rem;
}

.p-top-company__text-content {
  margin-top: 2.8rem;
}

.p-top-company__text:nth-of-type(n + 2) {
  margin-top: 3.2rem;
}

.p-top-company__link {
  margin-top: 4rem;
}

.p-top-company__image img {
  aspect-ratio: 560/700;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-news__top-area {
  -ms-grid-columns: -webkit-max-content 3.2rem -webkit-max-content;
  -ms-grid-columns: max-content 3.2rem max-content;
  align-items: end;
  display: -ms-grid;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
}

.p-top-news__splide {
  margin-top: 4.8rem;
}

.p-top-news__splide:has(.splide__slide:nth-child(4)) {
  margin-inline: calc(50% - (100vw - var(--scrollbar-width)) / 2);
}

.p-top-news__splide .splide__pagination {
  gap: 0.8rem;
  margin-top: 6.8rem;
  position: static;
}

.p-top-news__splide .splide__pagination__page {
  background: #c1a26e;
  height: 1rem;
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 1rem;
}

.p-top-news__splide .splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
}

.p-top-news__image img {
  aspect-ratio: 340/230;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-news__item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  margin-top: 2rem;
  overflow: hidden;
}

.p-top-product.l-section {
  padding-bottom: 0;
}

.p-top-product__top-area-inner {
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  align-items: end;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-top-product__list {
  -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  height: 63rem;
  margin-top: 6.4rem;
  transition: grid-template-columns 0.5s;
  transition:
    grid-template-columns 0.5s,
    -ms-grid-columns 0.5s;
}

.p-top-product__list:has(.p-top-product__item.is-show) {
  gap: 0;
}

.p-top-product__list:has(.p-top-product__item.is-show:nth-of-type(1)) {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 0fr) minmax(0, 0fr) minmax(0, 0fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0fr) minmax(0, 0fr) minmax(0, 0fr);
}

.p-top-product__list:has(.p-top-product__item.is-show:nth-of-type(2)) {
  -ms-grid-columns: minmax(0, 0fr) minmax(0, 1fr) minmax(0, 0fr) minmax(0, 0fr);
  grid-template-columns: minmax(0, 0fr) minmax(0, 1fr) minmax(0, 0fr) minmax(0, 0fr);
}

.p-top-product__list:has(.p-top-product__item.is-show:nth-of-type(3)) {
  -ms-grid-columns: minmax(0, 0fr) minmax(0, 0fr) minmax(0, 1fr) minmax(0, 0fr);
  grid-template-columns: minmax(0, 0fr) minmax(0, 0fr) minmax(0, 1fr) minmax(0, 0fr);
}

.p-top-product__list:has(.p-top-product__item.is-show:nth-of-type(4)) {
  -ms-grid-columns: minmax(0, 0fr) minmax(0, 0fr) minmax(0, 0fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 0fr) minmax(0, 0fr) minmax(0, 0fr) minmax(0, 1fr);
}

.p-top-product__item {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 0fr);
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0fr);
  overflow: hidden;
  position: relative;
  transition: grid-template-columns 0.5s;
  transition:
    grid-template-columns 0.5s,
    -ms-grid-columns 0.5s;
  z-index: 1;
}

.p-top-product__item.is-show {
  -ms-grid-columns: minmax(0, 0fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 0fr) minmax(0, 1fr);
}

.p-top-product__item::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -15;
}

.p-top-product__item:nth-child(1)::before {
  background-image: url(/_common/img/top/product-bg01@2x.jpg);
}

.p-top-product__item:nth-child(2)::before {
  background-image: url(/_common/img/top/product-bg02@2x.jpg);
}

.p-top-product__item:nth-child(3)::before {
  background-image: url(/_common/img/top/product-bg03@2x.jpg);
  background-position: 90% 50%;
}

.p-top-product__item:nth-child(4)::before {
  background-image: url(/_common/img/top/product-bg04@2x.jpg);
  background-position: 80% 95%;
}

.p-top-product__item::after {
  background: #000;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.25;
  position: absolute;
  z-index: -5;
}

.p-top-product__head {
  position: relative;
  transition-duration: 0.3s;
  transition-property: opacity;
  z-index: 10;
}

.p-top-product__head:where(.p-top-product__item.is-show *) {
  opacity: 0;
}

.p-top-product__head::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -10;
}

.p-top-product__head::after {
  background: #000;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.25;
  position: absolute;
  z-index: -5;
}

.p-top-product__head:where(.p-top-product__item:nth-child(1) *)::after {
  display: none;
}

.p-top-product__head:where(.p-top-product__item:nth-child(2) *)::before {
  background-image: url(/_common/img/top/product-thumb02@2x.jpg);
}

.p-top-product__head:where(.p-top-product__item:nth-child(3) *)::before {
  background-image: url(/_common/img/top/product-thumb03@2x.jpg);
}

.p-top-product__head:where(.p-top-product__item:nth-child(4) *)::before {
  background-image: url(/_common/img/top/product-thumb04@2x.jpg);
}

.p-top-product__head-inner {
  overflow: hidden;
}

.p-top-product__head-title {
  --letter-spacing: 0.1em;
  align-items: center;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 3.8rem;
  line-height: 1.74;
  padding: 17rem 2.4rem 15.3rem;
  width: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-top-product__head-title.en {
  --letter-spacing: -0.2em;
  font-family: "Cormorant Garamond", serif;
  text-orientation: upright;
  text-transform: uppercase;
}

.p-top-product__body {
  -ms-grid-rows: minmax(0, 0fr);
  display: -ms-grid;
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: grid-template-rows, opacity;
  transition-property:
    grid-template-rows,
    opacity,
    -ms-grid-rows;
}

.p-top-product__body:where(.p-top-product__item.is-show *) {
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  opacity: 1;
}

.p-top-product__body-inner {
  height: 100%;
  overflow: hidden;
}

.p-top-product__body-contents {
  color: #fff;
  height: 100%;
  padding: 6.8rem clamp(6rem, -18rem + 20vw, 10rem) 4.8rem;
}

.p-top-product__circle {
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  height: auto;
  line-height: 1;
  place-content: center;
  place-items: center;
  width: 10rem;
}

.p-top-product__circle-text {
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
}

.p-top-product__circle-number {
  font-size: 2.8rem;
  margin-top: 0.2em;
}

.p-top-product__body-title-group {
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12rem;
}

.p-top-product__body-title {
  --letter-spacing: 0.1em;
  font-size: 4.2rem;
  white-space: nowrap;
}

.p-top-product__body-sub-title {
  font-size: 2.2rem;
}

.p-top-product__body-text {
  font-size: 3.6rem;
  line-height: 1.44;
  margin-top: 1.6rem;
}

.p-top-product__body-sub-text {
  margin-top: 2rem;
}

.p-under-mv {
  background: #f9f9f9;
}

.p-under-mv__top-container {
  padding-top: 16rem;
}

.p-under-mv__ja {
  font-size: 6rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-under-mv__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  margin-left: 0.2em;
  text-transform: capitalize;
}

.p-under-mv__breadcrumb {
  margin-top: 4.8rem;
}

.p-under-mv__bottom-container {
  margin-top: 1.6rem;
}

.p-under-mv__image {
  margin-inline: calc(50% - (100vw - var(--scrollbar-width)) / 2);
}

.p-under-mv__image img {
  aspect-ratio: 1600/494;
  min-height: 40rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-fadeIn {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transition-duration: 1.2s;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
  translate: 0 6rem;
}

.js-fadeIn.is-fadeIn {
  opacity: 1;
  translate: 0;
}

.js-section {
  position: relative;
  z-index: 1;
}

.js-section::before,
.js-section::after {
  content: "";
  display: block;
  position: absolute;
}

.js-section::before {
  inset: -0.2rem 0;
  z-index: -10;
}

.js-section::after {
  inset: -0.4rem 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  z-index: -5;
}

.js-section.is-change::after {
  opacity: 1;
  visibility: visible;
}

.js-section.js-section--black {
  color: #1d201f;
}

.js-section.js-section--black::before {
  background-color: #fff;
}

.js-section.js-section--black::after {
  background-color: #1d201f;
}

.js-section.js-section--black.is-change {
  color: #fff;
}

.js-section.js-section--white {
  color: #fff;
}

.js-section.js-section--white::before {
  background-color: #1d201f;
}

.js-section.js-section--white::after {
  background-color: #fff;
}

.js-section.js-section--white.is-change {
  color: #1d201f;
}

.js-section.js-section--gray {
  color: #fff;
}

.js-section.js-section--gray::before {
  background-color: #1d201f;
}

.js-section.js-section--gray::after {
  background-color: #f9f9f9;
}

.js-section.js-section--gray.is-change {
  color: #1d201f;
}

.u-pc {
  display: block;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp {
  display: none;
}

.u-sp-ib {
  display: none;
}

.u-wrap {
  word-break: keep-all;
}

.u-wrap-sp wbr {
  display: none;
}

.u-wrap-pc {
  word-break: keep-all;
}

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

@media (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.83vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .c-button:hover {
    background: #fff;
    color: #c1a26e;
    opacity: 1;
  }

  .c-link:hover {
    opacity: 1;
  }

  .c-link__arrow:where(.c-link:hover *) {
    background-color: #c1a26e;
  }

  .c-link__arrow:where(.c-link.c-link--primary:hover *) .fas {
    color: #fff;
  }

  .p-contact__button {
    transition-property: background-color;
  }

  .p-contact__button:hover {
    background-color: #c1a26e;
    opacity: 1;
  }

  .p-detail__link:hover {
    background: #c1a26e;
    color: #fff;
    opacity: 1;
  }

  .p-detail__button:hover {
    background: #c1a26e;
    color: #fff;
    opacity: 1;
  }

  .p-each__thumb img {
    transition: scale 0.5s;
  }

  .p-each__thumb img:where(.p-each__button:hover *) {
    scale: 1.08;
  }

  .p-each__button-icon {
    transition: background-color 0.5s;
  }

  .p-each__button-icon .fas {
    transition: color 0.5s;
  }

  .p-each__button-icon:where(.p-each__button:hover *) {
    background-color: #fff;
  }

  .p-each__button-icon:where(.p-each__button:hover *) .fas {
    color: #c1a26e;
  }

  .p-footer__home-link {
    transition-property: color;
  }

  .p-footer__home-link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-hamburger__button:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .p-hamburger__item-link {
    transition-property: color;
  }

  .p-hamburger__item-link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-hamburger__menu-title.link {
    transition-property: color;
  }

  .p-hamburger__menu-title.link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-hamburger__menu-link {
    transition-property: color;
  }

  .p-hamburger__menu-link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-header__logo-link {
    transition-property: color;
  }

  .p-header__logo-link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-header__nav-item-link {
    transition-duration: 0.5s;
    transition-property: color;
  }

  .p-header__nav-item-link:where(:not(.p-header__nav-item.box *)):hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-header__nav-item-link:where(.p-header__nav-item.box:hover *) {
    color: #c1a26e;
    opacity: 1;
  }

  .p-header__nav-item-link.box:hover {
    opacity: 1;
  }

  .p-header__box-container:where(.p-header__nav-item.box:hover *) {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .p-header__box-link {
    transition-property: color;
  }

  .p-header__box-link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-modal__nav-button {
    transition: color 0.5s;
  }

  .p-modal__nav-button:hover {
    color: #c1a26e;
  }

  .p-modal__close {
    transition-duration: 0.5s;
    transition-property: background, color;
  }

  .p-modal__close:hover {
    background: #fff;
    color: #c1a26e;
  }

  .p-news__link:hover {
    background: #f9f9f9;
    opacity: 1;
  }

  .p-other__link:hover {
    color: #c1a26e;
    opacity: 1;
  }

  .p-other__icon:where(.p-other__link:hover *) {
    background: #c1a26e;
  }

  .p-other__icon .fas {
    transition: color 0.5s;
  }

  .p-other__icon .fas:where(.p-other__link:hover *) {
    color: #fff;
  }

  .p-pager__link:hover {
    background: #c1a26e;
    color: #fff;
    opacity: 1;
  }

  .p-top-product__body:hover {
    opacity: 1;
  }
}
