@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 */
  text-decoration: none;
  color: initial;
}

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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 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;
  --pink: #DAA29A;
  --black: #4A422F;
  --red: #944747;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: var(--beige);
}

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

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

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
}

body {
  overflow-x: hidden;
  color: var(--black);
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a {
    font-size: 0.875rem;
  }
}

address {
  font-style: normal;
}

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

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

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
.l-header__logo {
  z-index: 1;
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    max-width: 130px;
  }
}
.l-header__mail {
  z-index: 9999;
  position: fixed;
  right: 110px;
  top: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__mail {
    width: 50px;
    height: 50px;
    right: 66px;
  }
}
.l-header__mail .l-header__mail--pink {
  display: none;
}
.l-header__mail.active .l-header__mail--pink {
  display: block;
}
.l-header__mail.active .l-header__mail--white {
  display: none;
}
.l-header__nav {
  width: 36%;
  min-height: 100vh;
  padding-bottom: 64px;
  background-color: var(--pink);
  backdrop-filter: blur(5px);
  position: fixed;
  right: -100%;
  top: 0;
  overflow-y: auto;
  transition: right 0.4s;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 16px 60px 16px;
}
.l-header__nav.active {
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__nav--link {
  text-align: center;
  color: var(--white);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav--link {
    margin-bottom: 24px;
  }
}
.l-header__nav--link:hover {
    color: var(--white);
}
.l-header__nav--link::after {
    position: absolute;
    left: 0;
    content: "";
    width: 14%;
    height: 1px;
    background: var(--white);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
  }
  .l-header__nav--link:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.8s;
  }
.l-header__sns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 170px;
  margin: 0 auto;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .l-header__sns {
    max-width: 140px;
  }
}
.l-header__sns--link {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .l-header__sns--link {
    width: 50px;
  }
}
.l-header__sns--link:last-child {
  margin-right: 0;
  margin-top: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__sns--link:last-child {
    margin-top: 24px;
    width: 100%;
  }
}
.l-header__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  width: 90px;
  height: 90px;
  background-color: var(--white);
  color: var(--pink);
  border: 2px solid var(--pink);
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .l-header__button {
    width: 50px;
    height: 50px;
    row-gap: 6px;
  }
}
.l-header__button.active {
  background-color: var(--pink);
  color: var(--white);
  border: 1px solid var(--white);
}
.l-header__button .l-header__line {
  width: 40px;
  height: 2px;
  background-color: var(--pink);
}
@media screen and (max-width: 992px) {
  .l-header__button .l-header__line {
    width: 22px;
  }
}
.l-header__button.active .l-header__line {
  background-color: var(--white);
}
.l-header__button.active .l-header__line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .l-header__button.active .l-header__line:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
}
.l-header__button.active .l-header__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.4s;
}
.l-header__button.active .l-header__line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (max-width: 992px) {
  .l-header__button.active .l-header__line:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.l-section {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 60px;
  }
}

.l-footer {
  padding: 77px 0 16px 0;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 16px 0;
    margin-top: 60px;
  }
}
.l-footer__wrapper {
  position: relative;
  width: 100%;
  max-width: 1267px;
  margin-inline: auto;
  padding-inline: 16px;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav {
    width: min(100%, 750px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav--link {
  margin: 0 15px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: var(--pink);
  position: relative;
}
.l-footer__nav--link:hover {
    color: var(--pink);
}
.l-footer__nav--link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--pink);
  bottom: -4px;
  visibility: hidden;
  opacity: 0;
}
.l-footer__nav--link:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin-top: 0;
  }
}
.l-footer__sns--link {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns--link {
    margin-right: 24px;
  }
}
.l-footer__sns--link img {
  width: auto;
  height: 40px;
}
.l-footer__sns--link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__sns--link:last-child {
    margin-right: 0;
  }
}
.l-footer__copy {
  font-size: 0.75rem;
  text-align: center;
  padding: 15px 0 50px 0;
}
.l-footer__logo {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 30px auto 0 auto;
  }
}
.l-footer__logo img {
  max-width: 300px;
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-button {
  border: 1px solid var(--pink);
  border-radius: 25px;
  padding: 10px 54px 10px 26px;
  background-color: var(--white);
  color: var(--pink);
  width: fit-content;
  display: block;
  margin: 42px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}
.c-button::after {
  content: "";
  display: inline-block;
  background: url("../images/button_arrow.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.c-button.c-button-right {
  margin: 42px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-button.c-button-right {
    margin: 40px auto 0 auto;
  }
}
.c-button:hover {
  background-color: var(--pink);
  color: var(--white);
  transition: all 0.5s;
}
.c-button:hover::after {
  background: url("../images/button_arrow_w.svg") no-repeat;
  background-size: contain;
}

.c-heading {
  font-size: 1.625rem;
  color: var(--pink);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}

.c-heading-layer {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .c-heading-layer {
    margin-bottom: 40px;
  }
}
.c-heading-layer__title {
  font-size: 2.375rem;
  color: var(--red);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading-layer__title {
    font-size: 1.75rem;
  }
}

.c-heading-bg {
  padding-top: 120px;
  position: relative;
}
.c-heading-bg::before {
  content: "";
  display: inline-block;
  background: url("../images/heading_left.png") no-repeat;
  background-size: contain;
  width: 48%;
  height: 703px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-heading-bg::before {
    height: 320px;
  }
}
.c-heading-bg::after {
  content: "";
  display: inline-block;
  background: url("../images/heading_right.png") no-repeat;
  background-size: contain;
  background-position: top right;
  width: 46%;
  height: 703px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-heading-bg::after {
    height: 320px;
  }
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-top-about {
  background-color: rgba(218, 162, 154, 0.05);
}
.p-top-mv {
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-top-mv {
    flex-direction: column;
    height: auto;
    justify-content: start;
  }
}
.p-top-mv__item {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__item {
    width: 100%;
  }
}
.p-top-mv__item:hover::before {
  content: "";
  display: inline;
  background-color: rgba(218, 162, 154, 0.3764705882);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-mv__img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__img {
    height: 270px;
  }
}
.p-top-mv__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 56px;
  text-align: center;
  width: 86%;
}
.p-top-mv__text img {
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__text img {
    max-width: 196px;
  }
}
.p-top-mv__text01 img {
  margin-top: -22px;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__text01 img {
    margin-top: -6px;
  }
}
.p-top-mv__title {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .p-top-mv__title {
    font-size: 2.125rem;
  }
}
.p-top-mv__en {
  font-size: 2.1875rem;
  font-weight: 400;
  font-family: "Alex Brush", serif;
  margin-top: 18px;
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .p-top-mv__en {
    font-size: 1.5rem;
  }
}
.p-top-about {
  background-color: rgba(218, 162, 154, 0.0196078431);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding-bottom: 60px;
  }
}
.p-top__heading {
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-top__heading {
    font-size: 1.75rem;
  }
}
.p-top-about__heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-top-about__heading {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__heading {
    flex-direction: row;
    justify-content: center;
  }
}
.p-top__ruby {
  font-family: "Taviraj", serif;
  font-size: 2.625rem;
  position: relative;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-top__ruby {
    font-size: 2rem;
  }
}
.p-top__ruby::before {
  content: "ブルーメ";
  display: inline-block;
  font-size: 1.125rem;
  position: absolute;
  top: -14px;
  left: 27%;
}
@media screen and (max-width: 768px) {
  .p-top__ruby::before {
    font-size: 0.875rem;
  }
}
.p-top-about__media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-about__media {
    flex-direction: column;
  }
}
.p-top-about__images {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-about__images {
    width: 100%;
  }
}
.p-top-about__body {
  width: 50%;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .p-top-about__body {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.p-top-about__lead {
  margin-top: 56px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    margin-top: 40px;
    font-size: 1.25rem;
  }
}
.p-top-about__text {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    margin-top: 40px;
  }
}
.p-top-menu__heading {
  padding-bottom: 101px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__heading {
    padding-bottom: 64px;
  }
}
.p-top-menu__heading::after {
  content: "";
  display: inline-block;
  background: url("../images/menu_decoration.png") no-repeat;
  background-size: contain;
  width: 264px;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-menu__heading::after {
    width: 160px;
    height: 80px;
  }
}
.p-top-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -120px;
}
@media screen and (max-width: 1800px) {
  .p-top-menu__list {
    margin-left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__list {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-top__card {
  width: 50%;
  padding-left: 120px;
}
@media screen and (max-width: 1800px) {
  .p-top__card {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__card {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__card:last-child {
    margin-bottom: 0;
  }
}
.p-top__card:nth-child(even) {
  margin-top: 20%;
}
@media screen and (max-width: 768px) {
  .p-top__card:nth-child(even) {
    margin-top: 0;
  }
}
.p-top__card--title {
  color: var(--pink);
  font-size: 2.375rem;
  margin-top: 30px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__card--title {
    font-size: 1.75rem;
    margin-top: 30px;
  }
}
.p-top__card--text {
  margin: 30px auto 0 auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top__card--text {
    margin: 24px auto 0 auto;
  }
}
.p-top-menu__button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__card--images {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
.p-top-first {
  margin: 0 16px;
}
.p-top-first__bg {
  background-color: rgba(218, 162, 154, 0.1);
  border: 1px solid var(--pink);
  padding: 92px 16px;
  position: relative;
}
.p-top-first__bg::before {
  content: "";
  display: inline-block;
  background: url("../images/top_first_left.png") no-repeat;
  background-size: contain;
  width: 453px;
  height: 388px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-first__bg::before {
    width: 253px;
    height: 200px;
  }
}
.p-top-first__bg::after {
  content: "";
  display: inline-block;
  background: url("../images/top_first_rigth.png") no-repeat;
  background-size: contain;
  width: 453px;
  height: 388px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-first__bg::after {
    width: 253px;
    height: 200px;
  }
}
.p-top-first__text {
  margin: 40px auto 0 auto;
  max-width: 500px;
  width: 90%;
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-first__text {
    margin: 24px auto 0 auto;
  }
}
.p-top-product {
  margin: 0 16px;
}
.p-top-product__inner {
  border: 1px solid var(--pink);
  padding: 106px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-product__inner {
    padding: 60px 16px;
  }
}
.p-top-product__inner::after {
  content: "";
  display: inline-block;
  background: url("../images/top_product_decoration.png") no-repeat;
  background-size: contain;
  width: 250px;
  height: 160px;
  position: absolute;
  top: -82px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-product__inner::after {
    top: -36px;
    width: 120px;
    height: 77px;
  }
}
.p-top-product__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-product__media {
    flex-direction: column;
  }
}
.p-top-product__body {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-product__body {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.p-top-product__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-product__text {
    margin-top: 24px;
  }
}
.p-top-product__images {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-top-product__images {
    width: 100%;
  }
}
.p-top-news__media {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-news__media {
    flex-direction: column;
  }
}
.p-top-news__heading {
  text-align: left;
  min-width: 210px;
  min-height: 148px;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    min-height: 86px;
    padding-left: 46px;
  }
}
.p-top-news__heading::before {
  content: "";
  display: inline-block;
  background: url("../images/top_news_decoration.png") no-repeat;
  background-size: contain;
  width: 230px;
  height: 142px;
  position: absolute;
  bottom: 0;
  left: -98px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading::before {
    width: 130px;
    height: 82px;
    left: -10px;
  }
}
.p-top-news__body {
    width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    margin-top: 30px;
  }
}
.webgene-item .p-top-news__item {
  border-bottom: 1px solid var(--pink);
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    flex-direction: column;
  }
}
.p-top-news__item:first-of-type {
  padding-top: 0;
}
.p-top-news__date {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    margin-bottom: 12px;
  }
}
.p-top-access {
  margin: 0 16px;
}
.p-top-access__inner {
  background-color: rgba(218, 162, 154, 0.1);
  padding: 100px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-access__inner {
    padding: 40px 16px;
  }
}
.p-top-access__inner::before {
  content: "";
  display: inline-block;
  background: url("../images/top_access_decoration.png") no-repeat;
  background-size: contain;
  width: 234px;
  height: 107px;
  position: absolute;
  top: -46px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-access__inner::before {
    width: 150px;
    height: 69px;
    top: -28px;
  }
}
.p-top-access__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-access__media {
    flex-direction: column;
  }
}
.p-top-access__heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-access__heading {
    justify-content: center;
  }
}
.p-top-access__images {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-top-access__images {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-top-access__body {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-access__body {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}
.p-top-access__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-access__text {
    margin: 24px auto 0 auto;
    width: fit-content;
  }
}

.p-contact__table {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__table {
    margin-top: 36px;
  }
}
.p-contact__item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    flex-direction: column;
  }
}
.p-contact__item:last-child {
  margin-bottom: 0;
}
.p-contact__heading {
  flex-shrink: 0;
  min-width: 262px;
  width: 262px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contact__heading {
    min-width: unset;
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-contact__required {
  font-size: 0.875rem;
  color: var(--white);
  padding: 3px 4px;
  background-color: var(--pink);
  margin-right: 8px;
  width: fit-content;
  border-radius: 5px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-contact__required {
    font-size: 0.8125rem;
  }
}
.p-contact__any {
  font-size: 0.875rem;
  color: var(--pink);
  padding: 3px 4px;
  border: 1px solid var(--pink);
  margin-right: 8px;
  width: fit-content;
  border-radius: 5px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-contact__any {
    font-size: 0.8125rem;
  }
}
.p-contact__title {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 1rem;
  }
}
.p-contact__item--radio .p-contact__body {
  display: flex;
  align-items: center;
}
.p-contact__radio--text {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__radio--text {
    font-size: 0.875rem;
  }
}
.p-contact__input {
  border: 1px solid var(--pink);
  padding: 0.5em 0.5em;
  width: 100%;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__input {
    min-height: 40px;
  }
}
.p-contact__body {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-contact__body {
    width: 100%;
  }
}
.p-contact__item--textarea {
  align-items: flex-start;
}
.p-contact__textarea {
  border: 1px solid var(--pink);
  padding: 0.5em 0.5em;
  width: 100%;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .p-contact__textarea {
    min-height: 120px;
  }
}
.p-contact__privacy {
  border: 1px solid var(--black);
  padding: 56px 42px;
  height: 344px;
  overflow-y: scroll;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.p-contact__privacy--title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy--title {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.p-contact__privacy--text {
  margin-bottom: 1em;
}
.p-contact__privacy--text:last-child {
  margin-bottom: 0;
}


.p-contact-reserve__cont {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__cont {
    margin-bottom: 30px;
  }
}
.p-contact-reserve__cont + .p-contact-reserve__cont {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__cont + .p-contact-reserve__cont {
    margin-bottom: 50px;
  }
}

.p-contact-reserve__text {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-contact-reserve__text > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__text > br {
    display: block;
  }
}

.p-contact-reserve__text--small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__text--small {
    font-size: 0.875rem;
  }
}

.p-contact-reserve__tel {
  max-width: 500px;
  margin: 16px auto 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  background-color: var(--pink);
  border-radius: 50vh;
  transition: 0.3s;
}
.p-contact-reserve__tel:hover {
  opacity: 0.8;
}

.p-contact-reserve__number {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__number {
    font-size: 1.25rem;
  }
}

.p-contact-reserve__tel-wrap {
  display: flex;
}

.p-contact-reserve__tel-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__tel-text {
    font-size: 0.75rem;
  }
}
.p-contact-reserve__tel-text > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__tel-text > br {
    display: block;
  }
}

.p-contact-reserve__row {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__row {
    column-gap: 24px;
  }
}
.p-contact-reserve__row a:first-child img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__row a:first-child img {
    width: 150px;
  }
}
.p-contact-reserve__row a:last-child img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact-reserve__row a:last-child img {
    width: 50px;
  }
}

.p-contact-bottom {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact-bottom {
    margin-top: 30px;
  }
}
.p-contact-bottom button[type=submit] {
  width: 100%;
  max-width: 312px;
  height: 50px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--white);
  background-color: var(--pink);
  border: none;
  border-radius: 50vh;
  cursor: pointer;
  transition: 0.3s;
}
.p-contact-bottom button[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-contact-bottom button[type=submit] {
    max-width: 280px;
    font-size: 1rem;
  }
}

.p-contact-privacy__check {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact-privacy__check {
    column-gap: 8px;
  }
}

.p-contact__body:has(.p-contact__radio--text) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 120px;
}

.p-contact__radio--text {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.p-news__inner .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .p-news__inner .webgene-blog {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-news__item .webgene-item {
  padding-left: 16px;
  margin-bottom: 60px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-news__item .webgene-item {
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__item .webgene-item:last-child {
    margin-bottom: 0;
  }
}
.p-news__images {
  width: 100%;
  height: fit-content;
  aspect-ratio: 330/226;
  object-fit: cover;
}
.p-news__header {
  display: flex;
  margin-top: 16px;
}
.p-news__category {
  background-color: var(--cat-color);
  color: var(--white);
  padding: 4px 1em;
  width: fit-content;
}
.p-news__date {
  margin-right: 24px;
}
.p-news__title {
  margin-top: 8px;
  overflow-wrap: break-word;
}
.p-news-detail__text {
    overflow-wrap: break-word;
}
.p-news-detail__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__header {
    margin-bottom: 20px;
  }
}
.p-news-detail__date {
  margin-right: 24px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-news-detail__date {
    font-size: 1rem;
  }
}
.p-news-detail__category {
  background-color: var(--cat-color);
  color: var(--white);
  padding: 4px 2em;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-news-detail__category {
    padding: 4px 1em;
  }
}
.p-news-detail__title {
  font-size: 1.5rem;
  margin-bottom: 24px;
  overflow-wrap: break-word;
}
.p-news-detail__images {
  max-width: 758px;
  width: 100%;
  height: 100%;
  aspect-ratio: 758/520;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.p-news-detail__body {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__body {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.p-news-detail__button {
  padding: 10px 26px 10px 54px;
}
.p-news-detail__button::after {
  content: none;
}
.p-news-detail__button::before {
  content: "";
  display: inline-block;
  background: url(../images/button_arrow_left.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}

.p-ranking__item {
  margin-bottom: 60px;
}
.p-ranking__item:last-child {
  margin-bottom: 0;
}
.p-ranking__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-ranking__header {
    flex-direction: column;
    align-items: center;
  }
}
.p-ranking__media {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-ranking__media {
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
  }
}
.p-ranking__images {
  padding: 10px;
  border: 1px solid var(--pink);
  width: 40%;
  max-width: 412px;
}
@media screen and (max-width: 768px) {
  .p-ranking__images {
    width: 100%;
    max-width: unset;
  }
}
.p-ranking__images.u-sp {
  margin-top: 16px;
}
.p-ranking__body {
  width: 60%;
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .p-ranking__body {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-ranking__lead {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ranking__lead {
    font-size: 1.125rem;
  }
}
.p-ranking__lead--pink {
  color: var(--pink);
  margin-bottom: 24px;
}
.p-ranking__text {
  margin-top: 30px;
}
.p-ranking__icon {
  max-width: 100px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-ranking__icon {
    margin-right: 0;
    max-width: 80px;
  }
}
.p-ranking__title {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-ranking__title {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.p-ranking__check {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.p-ranking__check::before {
  content: "";
  display: inline-block;
  background: url("../images/ranking_check.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-company__media {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-company__media {
    flex-direction: column;
  }
}
.p-company__media--images {
  width: 50%;
  max-width: 532px;
}
@media screen and (max-width: 768px) {
    .p-company__media--images {
        width: 100%;
        max-width: 532px;
    }
  }
.p-company__media--body {
  width: 50%;
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .p-company__media--body {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.p-company__media--row {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid var(--pink);
}
.p-company__media--heading {
  font-size: 1rem;
  min-width: 110px;
}
@media screen and (max-width: 768px) {
  .p-company__media--heading {
    font-size: 0.875rem;
  }
}
.p-company__media--text {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-company__media--text {
    font-size: 0.875rem;
  }
}
.p-company__gallery {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .p-company__gallery {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-company__gallery--images {
  padding-left: 16px;
  margin-bottom: 16px;
  width: 33.3333333333%;
  height: 100%;
  aspect-ratio: 330/280;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-company__gallery--images {
    padding-left: 0;
    width: 100%;
  }
}

.p-about {
  background: url(../images/about-bg.png) no-repeat;
  width: 100%;
  padding-top: 120px;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 96px;
    padding-bottom: 80px;
    background-size: 100% 758px;
  }
}
.p-about-wrapper {
  margin-top: 120px;
}
.p-about__inner {
  width: 100%;
  max-width: 882px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.p-about__title {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--red);
  display: flex;
  align-items: last baseline;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 1.25rem;
  }
}

.p-about__title-main {
  font-family: "Taviraj", serif;
  font-size: 2.625rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-about__title-main {
    font-size: 2rem;
    line-height: 1.71875;
  }
}

.p-about__title-sub {
  font-size: 2.375rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-about__title-sub {
    font-size: 1.75rem;
  }
}

.p-about__title-rt {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.p-about__intro-wrapper {
  max-width: 882px;
}

.p-about__intro {
  font-size: 1.625rem;
  line-height: 1.8461538462;
  letter-spacing: 0.08em;
  color: var(--black);
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-about__intro {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 0;
  }
}

.p-about__description {
  margin-top: 60px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--black);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__description {
    margin-top: 40px;
  }
}

.p-about__explanation {
  margin-top: 1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--black);
}

.p-about-section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-section {
    margin-top: 80px;
  }
}

.p-about-section__heading {
  text-align: center;
}

.p-about-section__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4333333333;
  color: var(--pink);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-section__title {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}

.p-about-section__subtitle {
  font-family: "Alex Brush", serif;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  color: var(--pink);
}
@media screen and (max-width: 768px) {
  .p-about-section__subtitle {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-about-section__content {
  display: flex;
  align-items: flex-start;
  gap: 3%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-section__content {
    flex-direction: column;
    row-gap: 40px;
  }
}

.p-about-section__image {
  max-width: 412px;
}

.p-about-section__text {
  max-width: 578px;
  color: var(--black);
}

.p-about-section__text-title {
  font-size: 1.5rem;
  list-style: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-section__text-title {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.p-about-section__text-body {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-about-section__text-body {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-button__about {
  margin-right: 0;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-button__about {
    margin-top: 40px;
  }
}

.p-about-profile {
  background: rgba(218, 162, 154, 0.1);
  position: relative;
}

.p-about-profile::after {
  position: absolute;
  content: url(../images/about_flower.png);
  bottom: -60px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-about-profile::after {
    position: absolute;
    background-image: url(../images/about_flower.png);
    bottom: -36px;
    right: 4px;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
    width: 150px;
    height: 68px;
}}

.p-about-profile__inner {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__inner {
    max-width: 100%;
    padding: 40px 1rem;
  }
}

.p-about-profile__title {
  font-size: 2.375rem;
  line-height: 1.4473684211;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--pink);
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-about-profile__title {
    font-size: 28px;
  }
}

.p-about-profile__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7%;
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__content {
    flex-direction: column;
    row-gap: 40px;
    align-items: baseline;
    margin-top: 30px;
  }
}
.p-about-profile__image{
  max-width: 387px;
}
@media screen and (max-width: 768px) {
  .p-about-profile__image{
  max-width: 100%;
}
}

.p-about-profile__text {
  color: var(--black);
}

.p-about-profile__text-role {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__text-role {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.p-about-profile__text-name {
  font-size: 1.75rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__text-name {
    font-size: 1.625rem;
    line-height: 1.8461538462;
  }
}

.p-about-profile__career {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__career {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-about-profile__qualifications {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__qualifications {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-about-profile__message {
  margin-top: 26px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-about-profile__message {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.07em;
    margin-top: 40px;
  }
}

.p-first {
  width: 100%;
}

.p-first::before, .p-first::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 633px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-first::before {
  left: 0;
  background-image: url(../images/first_decoration-left.png);
  background-position: left top;
}

.p-first::after {
  right: 0;
  background-image: url(../images/first_decoration-right.png);
  background-position: right top;
}

.p-first-wrapper {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-first-wrapper {
    padding-top: 118px;
  }
}

.p-section__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  letter-spacing: 0.04em;
  color: var(--red);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-section__title {
    font-size: 1.75rem;
    line-height: 1.4642857143;
  }
}

.p-section__heading {
  font-size: 1.625rem;
  line-height: 1.8461538462;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--pink);
}
@media screen and (max-width: 768px) {
  .p-section__heading {
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
  }
}

.p-first__heading {
  text-align: center;
}

.p-first__description {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-first__description {
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-first__note {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #D4280D;
  margin-top: 1rem;
}

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

.p-first__items {
  margin-top: 60px;
}

.p-first__items-inner {
  display: flex;
  align-items: center;
  gap: 5%;
}

.p-first__items-inner:last-child {
  margin-top: 60px;
}

.p-first__items-image {
  max-width: 160px;
}
.p-first__worries-card__image img{
  max-width: 135px;
}

.p-first__items-text__title {
  font-size: 1.125rem;
  line-height: 2.6666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-first__items-text__description {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}

.p-first__worries {
  max-width: 982px;
}
@media screen and (max-width: 768px) {
  .p-first__worries {
    max-width: 100%;
  }
}

.p-first__worries-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 60px;
}

.p-first__worries-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-first__worries-card {
    width: 50%;
  }
}

.p-first__worries-card__text {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-first__worries-card__text {
    text-align: center;
  }
}

.p-first__step-wrapper {
  counter-reset: listnum; /* カウンターをリセット */
  
}

.p-first__step {
  border: solid 2px var(--pink);
  position: relative;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-first__step {
    padding: 25px 16px 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-first__step:nth-child(5) {
    padding-top: 16px;
  }
}

.p-first__step::before {
  position: absolute;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum, decimal-leading-zero); /* カウントした数に応じて番号を表示 */
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  background: var(--pink);
  border-radius: 0 0 50% 0;
  padding: 23px 26px;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-first__step::before {
    font-size: 30px;
    padding: 12px 9px;
  }
}

.p-first__step-innner {
  max-width: 844px;
  width: 100%;
  margin: auto;
  margin-right: 0;
}

.p-first__step-title {
  font-size: 1.25rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .p-first__step-title {
    font-size: 16px;
    padding-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-first__step:nth-child(5) .p-first__step-title {
    line-height: 1.625;
  }
}

.p-first__step-description {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-first__step-description {
    font-size: 14px;
    letter-spacing: 0.07em;
  }
}

.p-first__step:nth-child(5) .p-first__step-description {
  margin-top: 27px;
}

.p-first__step-note {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.p-first__step-note__item {
  font-weight: 500;
}

.p-first__step-note__top {
  color: var(--pink);
  display: inline-block;
}

.p-product {
  width: 100%;
}

.p-product::before, .p-product::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 633px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}


.p-product-category {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-product-category {
    margin-top: 40px;
  }
}

.p-product-category__inner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-product-category__inner {
    margin-top: 20px;
  }
}

.p-product-category__heading {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-product-category__heading {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.p-product-category__note {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-product-category__note {
    font-size: 0.75rem;
    line-height: 2.3333333333;
    letter-spacing: 0.07em;
  }
}

.p-product-category__image {
  margin-top: 30px;
  max-width: 100%;
}

.p-product-list {
  margin-top: 30px;
}

.p-product-item {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-product-item {
    margin-top: 30px;
  }
}


.p-product-item__heading {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-product-item__heading {
    font-size: 1rem;
  }
}

.p-product-item__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 33px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-product-item__text {
    margin-top: 20px;
    padding-left: 0;
  }
}

.p-product-button {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-product-button {
    margin-top: 30px;
  }
  .p-product-button .c-button {
    margin-top: 0;
  }
}

.p-product-item__text--note {
  margin-top: 16px;
  text-align: center;
}

.p-product-info {
  display: flex;
  align-items: center;
  gap: 1.5%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-product-info {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
}

.p-product-info__image {
  max-width: 465px;
  width: 46%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-product-info__image {
    width: 100%;
    margin-inline: auto;
  }
}

.p-product-info__detail {
  max-width: 543px;
}
@media screen and (max-width: 768px) {
  .p-product-info__detail {
    max-width: 100%;
  }
}

.p-product-info__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-product-info__text:nth-child(even) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-product-info__text:nth-child(even) {
    margin-top: 30px;
  }
}

.p-product-info__text-price {
  text-align: right;
  margin-top: 8px;
}


/* 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;
  }
}
.webgene-pagination {
    text-align: center;
    width: 100%;
}
.webgene-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.webgene-pagination ul .number a {
    color: var(--pink);
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .webgene-pagination ul .number a {
        font-size: 20px;
    }
}
.webgene-pagination ul .selected a {
    border: 1px solid var(--pink);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .webgene-pagination ul .selected a {
        width: 40px;
        height: 40px;
    }
}
.webgene-pagination ul .next a{
    color: transparent;
    position: relative;
}
.webgene-pagination ul .next a::after {
    content: '';
    display: inline-block;
    background: url(../images/button_arrow.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.webgene-pagination ul .prev a{
    color: transparent;
    position: relative;
}
.webgene-pagination ul .prev a::before {
    content: '';
    display: inline-block;
    background: url(../images/button_arrow_left.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.webgene-pagination ul {
    justify-content: center;
}
.p-news-detail__button:hover::before {
    background: url(../images/button_arrow_left_w.svg) no-repeat;
    background-size: contain;
}
.p-about {
    background-size: cover;
    padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
    .p-about {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 992px) {
    .p-top-about__heading {
        flex-direction: row;
    }
}
@media screen and (max-width: 768px) {
    .p-about__description {
        text-align: left;
    }
}
.p-about-section__image {
    width: 40%;
    max-width: 412px;
}
@media screen and (max-width: 768px) {
    .p-about-section__image {
        width: 100%;
        max-width: unset;
    }
}
.p-about-section__text {
    width: 60%;
}
@media screen and (max-width: 768px) {
    .p-about-section__text {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .p-first__items-inner {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .p-first__items-text {
        margin-top: 30px;
    }
}
.p-first__items-text__description {
    margin-top: 30px;
}
.p-first__worries-card__wrapper {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .p-first__worries-card__wrapper {
        margin-top: 40px;
    }
}
.p-first__worries-card {
    justify-content: space-between;
}
.p-first__worries-card__image img {
    height: 135px;
}
@media screen and (max-width: 768px) {
    .p-first__worries-card__image img{
        height: 135px;
        max-width: 135px;
    }
}
.p-first__worries-card {
    height: 205px;
}
@media screen and (max-width: 768px) {
    .p-first__worries-card {
        height: 134px;
    }
}
@media screen and (max-width: 768px) {
  .p-first__worries-card__image .p-first__worries-cardBig{
    height:124px;
    max-width: 101px;
    aspect-ratio: 124 / 101;
  }
  }
.p-first__worries-card__text {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-first__worries-card__text {
        font-size: 14px;
    }
}
.p-first__step:first-of-type {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .p-first__step:first-of-type {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .p-first__step::before {
        font-size: 30px;
        padding: 12px 9px;
    }
}
.p-first__step-title {
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
.p-first__step-title {
    padding-left: 70px;
}
}

.p-menu__note {
    margin-top: 16px;
}
.p-menu-heading-layer__text {
    margin-top: 16px;
    text-align: center;
}
.p-menu__nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
}
@media screen and (max-width: 768px) {
    .p-menu__nav {
        margin-left: -8px;
    }
}
.p-menu__nav--inner {
    padding-left: 12px;
    margin-bottom: 12px;
    width: calc(100%/5);
}
@media screen and (max-width: 1024px) {
    .p-menu__nav--inner {
        width: calc(100%/3);
        padding-left: 8px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 768px) {
    .p-menu__nav--inner {
        width: calc(100%/2);
    }
}
.p-menu__nav--link {
    border: 1px solid var(--pink);
    color: var(--pink);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 8px;
    text-align: center;
    height: 100%;
    min-height: 74px;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .p-menu__nav--link {
        font-size: 12px;
        min-height: 40px;
    }
    .p-menu__nav--link p {
        font-size: 12px;
    }
}
.p-menu__nav--link:hover {
    background-color: var(--pink);
    color: var(--white);
    transition: all 0.8s;
}
.p-menu__section {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .p-menu__section {
        margin-top: 60px;
    }
}
.p-menu__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}
@media screen and (max-width: 768px) {
    .p-menu__inner {
        flex-direction: column;
        margin-left: 0;
    }
}
.col3 .p-menu__table {
    padding-left: 8px;
    width: calc(100%/3);
}
@media screen and (max-width: 1024px) {
    .col3 .p-menu__table {
        padding-left: 0;
        width: 100%;
    }
}
.p-menu__table--row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--black);
    border-left: 1px solid var(--black);
    border-right: 1px solid var(--black);
}
.p-menu__table--row:first-of-type {
    border-top: 1px solid var(--black);
}
@media screen and (max-width: 1024px) {
    .p-menu__table:nth-child(n+2) .p-menu__table--row {
        border-top: none;
    }
}

.p-menu__table--heading {
    background-color: var(--pink);
    color: var(--white);
    padding: 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.p-menu__table--body {
    padding: 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--black);
    width: 50%;
}

.webgene-pagination ul li {
    padding: 0 8px;
}
.webgene-pagination ul {
    justify-content: center;
}
.p-news-detail__button:hover::before {
    background: url(../images/button_arrow_left_w.svg) no-repeat;
    background-size: contain;
}



.p-menu__heading-border {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    width: fit-content;
  }
  
  .p-menu__heading-border::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: rgba(218, 162, 154, .5);
  }
  
  .p-menu-table {
    width: 100%;
    display:table;
    border-collapse: collapse;
  }
  
  .p-menu-table__row {
    display:table-row;
    height: 74px;
  }
  
  .p-menu-table__row--small {
    height: 40px;
  }
  
  .p-menu-table__heading {
    width: 50%;
    display:table-cell;
    vertical-align: middle;
    border: 1px solid #4A422F;
    color: var(--white);
    text-align: center;
    background-color: var(--pink);
    letter-spacing: .04em;
  }
  
  .p-menu-table__detail {
    width: 50%;
    display:table-cell;
    vertical-align: middle;
    border: 1px solid #4A422F;
    text-align: center;
    letter-spacing: .04em;
  }
  
  .p-menu__title {
    font-size: 26px;
    font-weight: bold;
    color: var(--pink);
    margin-bottom: 20px;
  }
  
  .p-menu-table__side {
    display: flex;
    column-gap: 32px;
  }
  .p-menu-table__side .p-menu-table__row {
    height: 40px;
  }
  .p-menu-table__side + .p-menu-table__side {
    margin-top: 24px;
  }
  .p-menu-table__side .p-menu-table {
    flex-shrink: 0;
    width: 392px;
  }
  
  .p-menu-table__info {
    width: calc(100% - 392px - 32px);
  }
  
  .p-menu-table__subttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
  }
  
  .p-menu-table__parts {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  
  .p-menu-table__scroll {
    overflow-x: auto;
  }
  
  .p-menu-table__scroll .p-menu-table {
    width: 1024px;
  }
  .p-menu-table--secondary .p-menu-table__row > * {
    width: 256px;
  }
  
  .p-menu-table--facial .p-menu-table__row > *:first-child  {
    width: 508px;
  }
  .p-menu-table--facial .p-menu-table__row > * {
    width: 172px;
  }
  
  @media screen and (max-width: 768px) {
    .p-menu__heading-border {
      font-size: 14px;
      text-align: center;
      margin-inline: auto;
      margin-bottom: 26px;
    }
    .p-menu__heading-border::before {
      height: 10px;
    }
    .p-menu__title {
      font-size: 20px;
      text-align: center;
      margin-bottom: 26px;
    }
  
    .p-menu-table__row {
      height: 40px;
    }
  
    .p-menu-table--facial .p-menu-table__row {
      height: 66px;
    }
  
    .p-menu-table--facial .p-menu-table__row--small {
      height: 40px;
    }
  
    .p-menu-table__scroll .p-menu-table {
      width: 890px;
    }
    .p-menu-table--facial .p-menu-table__row > *:first-child  {
      width: 440px;
    }
    .p-menu-table--facial .p-menu-table__row > * {
      width: 150px;
    }
  
    .p-menu-table--secondary .p-menu-table__row > *:first-child {
      width: 70px;
    }
    .p-menu-table--secondary .p-menu-table__row > * {
      width: 192px;
    }
    .p-menu-table--secondary .p-menu-table__row .p-menu-table__detail br {
      display: none;
    }
  
    .p-menu-table--column {
      display: block;
    }
    .p-menu-table--column .p-menu-table__row {
      display: block;
      height: auto;
    }
    .p-menu-table--column .p-menu-table__row--small {
      height: auto;
    }
    .p-menu-table--column .p-menu-table__heading,
    .p-menu-table--column .p-menu-table__detail {
      width: 100%;
      display: block;
      padding-block: 15px;
      border-bottom: none;
    }
  
    .p-menu-table--column .p-menu-table__row:last-child .p-menu-table__detail {
      border-bottom: 1px solid #4A422F;
    }
  
    .p-menu-table__side {
      flex-direction: column;
      row-gap: 18px;
    }
    .p-menu-table__side + .p-menu-table__side {
      margin-top: 30px;
    }
    .p-menu-table__side .p-menu-table {
      width: 100%;
    }
    
    .p-menu-table__info {
      width: 100%;
    }
    
    .p-menu-table__subttl {
      font-size: 16px;
      margin-bottom: 18px;
    }
  
    .p-menu-table__parts {
      font-size: 14px;
      line-height: 1.7;
    }
  }

  .c3054 p{
    font-family: "Zen Old Mincho", serif;
  }
  




/*# sourceMappingURL=style.css.map */