@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap");
/* ===========================================
@acab/reset.css
=========================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

:root {
  --paddingInline: 2rem;
}
@media (max-width: 767px) {
  :root {
    --paddingInline: 3rem;
  }
}

html {
  height: -webkit-fill-available;
  font-size: calc(0.00625 * var(--viewportWidth, 1600)); /* 10px */ /* ピクセル値に変換 */
}
@media (max-width: 767px) {
  html {
    font-size: calc(0.0266666667 * var(--viewportWidth, 375));
  }
}

@media screen and (min-width: 1600.1px) {
  html {
    font-size: 10px;
  }
}
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #3C3C3C;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: normal;
  /* background-color: #F4F4F4; */
  /* background-color: #F8F1E9; */
  background-color: #E4DFCE;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

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

span:not([class]) {
  display: inline-block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
}

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

/* システムのスタイルを打ち消したいときはここに記述 */
._sp {
  display: none;
}
@media (max-width: 767px) {
  ._sp {
    display: block;
  }
}

@media (max-width: 767px) {
  ._pc {
    display: none;
  }
}

.c-inner {
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.c-inner._s {
  max-width: 100rem;
}
.c-inner._l {
  max-width: 140rem;
}

.c-header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #ffffff;
}
.c-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 9rem;
}
@media (max-width: 767px) {
  .c-header-inner {
    height: 6rem;
  }
}

.c-header-block._left {
  -ms-flex-item-align: center;
      align-self: center;
}
.c-header-block._right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

.c-header-logo {
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  padding-left: 10rem;
}
.c-header-logo a {
  font-size: inherit;
}
@media (max-width: 767px) {
  .c-header-logo {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}

.c-header-nav {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
.c-header-nav li {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}
.c-header-nav [data-header-dropdown] {
  position: relative;
  cursor: pointer;
}
.c-header-nav [data-header-dropdown] span {
  margin-right: 0.8rem;
}
.c-header-nav [data-header-dropdown]:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-header-nav [data-header-dropdown=open]:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media (max-width: 767px) {
  .c-header-nav {
    font-size: 1.44rem;
    display: none;
  }
}

.c-header-dropdown {
  position: absolute;
  top: 99%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  padding: 1.7rem 2rem 2.5rem;
  font-size: 0.9em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-header-dropdown li:not(:first-child) {
  margin-top: 0.6rem;
}
[data-header-dropdown=open] .c-header-dropdown {
  display: block;
  -webkit-animation: showHeaderDropdown 0.5s ease-in-out forwards;
          animation: showHeaderDropdown 0.5s ease-in-out forwards;
  visibility: visible;
}
[data-header-dropdown=close] .c-header-dropdown {
  -webkit-animation: hideHeaderDropdown 0.5s ease-in-out forwards;
          animation: hideHeaderDropdown 0.5s ease-in-out forwards;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes showHeaderDropdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showHeaderDropdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hideHeaderDropdown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes hideHeaderDropdown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.c-header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-header-action {
    display: none;
  }
}

.c-drawer {
  position: fixed;
  background-color: #F4F4F4;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.c-drawer._open {
  left: 0;
}

.c-drawer-toggle {
  position: fixed;
  width: 5.2rem;
  height: 1.7rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 3.4rem;
  right: 3rem;
}
.c-drawer-toggle span {
  width: 100%;
  height: 1px;
  background-color: #3C3C3C;
}
.c-drawer-toggle._open span {
  position: absolute;
  top: 50%;
}
.c-drawer-toggle._open span:first-child {
  rotate: 15deg;
}
.c-drawer-toggle._open span:last-child {
  rotate: -15deg;
}
@media (max-width: 767px) {
  .c-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 2.3rem;
  }
}

.c-drawer-inner {
  margin-top: 9rem;
  height: calc(100lvh - 9rem);
  overflow: scroll;
}
@media (max-width: 767px) {
  .c-drawer-inner {
    padding-inline: var(--paddingInline);
  }
}

.c-drawer-logo {
  font-size: 2rem;
  text-align: center;
}

.c-drawer-nav {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-drawer-nav {
    font-size: 1.35rem;
  }
}

.c-drawer-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  width: 20rem;
  margin-inline: auto;
  margin-top: 5rem;
}

.c-drawer-contact {
  height: 4.4rem;
}

.c-drawer-catalog.p-cta-download {
  height: 4.4rem;
  padding-inline: 1rem;
}

.c-footer {
  background-color: #505050;
  padding-block: 5.7rem;
  margin-top: 14.3rem;
  color: #ffffff;
}
.c-footer .c-inner {
  display: grid;
  grid-template-areas: "address menu" "address copyright";
}
@media (max-width: 767px) {
  .c-footer {
    margin-top: 0;
    padding-block: 4rem 6rem;
  }
  .c-footer .c-inner {
    grid-template-areas: "address" "copyright";
  }
}

.c-footer-block._address {
  grid-area: address;
}
.c-footer-block._menu {
  grid-area: menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-footer-block._copyright {
  grid-area: copyright;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .c-footer-block._menu {
    display: none;
  }
}

.c-footer-logo {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-footer-logo {
    font-size: 2.52rem;
  }
}

.c-footer-address {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-footer-address {
    margin-top: 2rem;
  }
}

.c-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-nav li:not(:first-child):before {
  content: "　/　";
}

.c-footer-copyright {
  text-align: right;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-footer-copyright {
    text-align: left;
    font-size: 1.26rem;
  }
}

.c-heading {
  position: relative;
  padding-top: 5rem;
  z-index: 0;
  line-height: inherit;
}

.c-heading-mainText {
  font-size: 6rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-heading-mainText {
    font-size: 2.16rem;
  }
}

.c-heading-backText {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 10.6rem;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  color: #5C5C5C;
  opacity: 0.35;
  line-height: 0.9;
  display: inline-block;
  width: 100%;
}
.c-heading-backText img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-heading-backText {
    font-size: 5rem;
  }
}

.c-rounded {
  border-radius: 1rem;
  overflow: hidden;
}

.c-button {
  font-size: 1.8rem;
  display: inline-block;
  padding-block: 0.777777em;
  padding-inline: 1.5555555em;
}
@media (max-width: 767px) {
  .c-button {
    font-size: 1.35rem;
  }
}

.c-icon-map {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-icon-instagram {
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
}

.c-icon-facebook {
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
}

.c-sticky-items {
  position: fixed;
  z-index: 10;
  right: 2rem;
  bottom: 2rem;
}

.c-sticky-online img {
  width: 9.6rem;
}
@media (max-width: 767px) {
  .c-sticky-online img {
    width: 8.5rem;
  }
}

.c-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .c-text {
    line-height: inherit;
  }
}

.c-breadcrumbs {
  padding-block: 1.2rem;
  margin-top: 4.5rem;
}
.c-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumbs li:has(a):after {
  content: "　>　";
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    padding-block: 0.8rem;
    margin-top: 0.5rem;
    font-size: 1.26rem;
  }
}

/* ====================================
   FIRSTVIEW
 ==================================== */
.p-firstview {
  position: relative;
  margin-top: calc(var(--headerHeight) * -1);
}
.p-firstview:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 29.1875%;
  background-color: rgba(78, 146, 101, 0.1);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-firstview:before {
    width: 5.0666666667%;
  }
}

.p-firstview-picture img {
  max-height: var(--viewportHeight);
}

.p-firstview-textArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-inline: var(--paddingInline);
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-firstview-textArea {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .p-firstview-textArea {
    margin-left: 7.1rem;
    padding-inline: 0;
    top: auto;
    bottom: 11%;
    -webkit-transform: none;
            transform: none;
  }
}

.p-firstview-catch {
  max-width: 68rem;
  font-size: 3.1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-firstview-catch {
    font-size: 2.5rem;
  }
}

.p-firstview-en {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
}
.p-firstview-en img {
  width: 44.1rem;
}
@media (max-width: 767px) {
  .p-firstview-en {
    font-size: 1.6rem;
  }
  .p-firstview-en img {
    width: 25rem;
  }
}

.p-firstview-text {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-firstview-text {
    font-size: 1.5rem;
  }
}

.p-firstview-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4.5rem;
}
.p-firstview-cta .p-cta-contact {
  font-size: 2.2rem;
  height: 7rem;
}
.p-firstview-cta .p-cta-download {
  font-size: 2.2rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .p-firstview-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4rem;
  }
  .p-firstview-cta .p-cta-contact {
    font-size: 1.35rem;
    height: 4.4rem;
    width: 20rem;
  }
  .p-firstview-cta .p-cta-download {
    font-size: 1.5rem;
    height: 4.4rem;
    width: 20rem;
    padding-inline: 2.5rem;
  }
}

.p-firstview-backText {
  position: absolute;
  font-size: 12.2rem;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  line-height: 1.1;
  font-weight: 400;
  color: #1E1E1E;
  opacity: 0.35;
  -webkit-transform: translateY(-100%) rotate(90deg);
          transform: translateY(-100%) rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  top: 10rem;
  left: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-firstview-backText {
    font-size: 4.95rem;
    top: 18.5rem;
  }
  .p-firstview-backText img {
    width: auto;
  }
}

/* ====================================
  SERVICE
 ==================================== */
.p-topService {
  overflow: hidden;
  padding-top: 22.6rem;
  max-width: 1600px;
  margin-inline: auto;
}
.p-topService .c-button {
  background-color: #DCD9EF;
  margin-top: 5rem;
}
.p-topService .c-heading {
  padding-top: 3.2rem;
  margin-bottom: 2rem;
}
.p-topService .c-heading-backText {
  left: -2rem;
  top: -5.8rem;
  white-space: nowrap;
}
.p-topService .c-heading-backText img {
  width: 44.1rem;
}
@media (max-width: 767px) {
  .p-topService {
    padding-top: 6rem;
    width: 100%;
  }
  .p-topService .c-heading {
    text-align: center;
  }
  .p-topService .c-heading-backText {
    left: 0;
    top: -1.4rem;
  }
  .p-topService .c-heading-backText img {
    width: 23rem;
  }
}

.p-topService-inner {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .p-topService-inner {
    max-width: 87.5%;
  }
}
@media (max-width: 767px) {
  .p-topService-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .p-topService-button {
    text-align: center;
  }
}

.p-topService-content {
  -ms-flex-preferred-size: 34.5714285714%;
      flex-basis: 34.5714285714%;
  /* background-color: #F4F4F4; */
  /* background-color: #F8F1E9; */
  background-color: #E4DFCE;
  padding-right: 10.2rem;
  padding-bottom: 9.3rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-topService-content {
    margin-right: 0;
    padding-bottom: 4.2rem;
    padding-right: 0;
    margin-inline: 3rem;
  }
}

.p-topService-contentInner {
  max-width: 39rem;
}

.p-topService-visual {
  -ms-flex-preferred-size: 80.9285714286%;
      flex-basis: 80.9285714286%;
  margin-left: -15.5%;
}

/* ====================================
  LINEUP
 ==================================== */
.p-lineup {
  overflow: hidden;
  padding-top: 24.8rem;
  position: relative;
}
.p-lineup:before {
  position: absolute;
  content: "";
  background-color: #EDE9DE;
  width: 29.0625%;
  height: 85rem;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-lineup:after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.35);
  width: 29.0625%;
  height: 158.7rem;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-lineup {
    padding-top: 2rem;
    padding-bottom: 3.6rem;
  }
  .p-lineup:before {
    background-color: rgba(78, 146, 101, 0.1);
    width: 18.9rem;
    height: 73.6rem;
    left: auto;
    right: 0;
  }
  .p-lineup:after {
    content: none;
  }
}

.p-lineup-single {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-lineup-single {
    max-width: 1200px;
    max-width: 75%;
  }
}

.p-lineup-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-lineup-cols:before {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-lineup-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-lineup-col._visual {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  z-index: -1;
}
.p-lineup-col._text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 767px) {
  .p-lineup-col._visual {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .p-lineup-col._text {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-inline: 3rem;
  }
}

.p-lineup-colInner {
  max-width: 52.8rem;
  margin-left: auto;
}
._superwhite .p-lineup-colInner {
  margin-left: 0;
}

.p-lineup-visual1 {
  position: absolute;
  height: auto;
  max-width: none;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 6rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-lineup-visual2 {
  position: absolute;
  height: auto;
  max-width: none;
}

.p-lineup-title {
  position: relative;
  font-size: 6rem;
  margin-bottom: 3.7rem;
}
.p-lineup-title ._front {
  display: inline-block;
}
.p-lineup-title ._back {
  position: absolute;
  left: 0;
  max-width: none;
  height: auto;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  font-size: 10.6rem;
  line-height: 0.9;
  color: #1e1e1e;
  opacity: 0.35;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-lineup-title {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
  .p-lineup-title ._back {
    font-size: 3.5rem;
  }
}

.p-lineup-text {
  max-width: 52.8rem;
}

.p-lineup-button {
  margin-top: 4rem;
}
.p-lineup-button .c-button {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-lineup-button {
    text-align: center;
    margin-top: 1.4rem;
  }
  .p-lineup-button .c-button {
    width: 16.4rem;
    padding-block: 0.62em;
  }
}

._diaseram .p-lineup-col._visual {
  height: 97.5rem;
}
._diaseram .p-lineup-visual1 {
  top: 0;
  left: -24.8rem;
  width: 70.4rem;
}
._diaseram .p-lineup-visual2 {
  bottom: 0;
  right: -17.1rem;
  width: 71.8rem;
}
._diaseram .p-lineup-title {
  margin-top: 17rem;
  white-space: nowrap;
}
._diaseram .p-lineup-title ._back {
  width: 58.9rem;
  top: -10rem;
}
._diaseram .p-lineup-title ._small {
  font-size: 3rem;
  display: inline-block;
  -webkit-transform: translateY(-0.7em);
          transform: translateY(-0.7em);
}
._diaseram .p-lineup-cols:before {
  width: 50rem;
  height: 50rem;
  background-color: #EFFFF4;
  top: 0;
  left: 44.1rem;
}
@media (max-width: 767px) {
  ._diaseram .p-lineup-col._visual {
    height: 31.3rem;
  }
  ._diaseram .p-lineup-title {
    margin-top: 1.8rem;
    margin-bottom: 0;
  }
  ._diaseram .p-lineup-title ._back {
    width: 24.7rem;
    white-space: normal;
    top: -13.9rem;
  }
  ._diaseram .p-lineup-title ._small {
    font-size: 1.8rem;
    margin-top: -1em;
  }
  ._diaseram .p-lineup-title2 {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  ._diaseram .p-lineup-title2 ._main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
  }
  ._diaseram .p-lineup-title2 ._main ._first {
    font-size: 3.3rem;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: none;
    color: #000000;
    white-space: nowrap;
  }
  ._diaseram .p-lineup-title2 ._main ._second {
    line-height: 1.3;
    font-size: 1.3rem;
  }
  ._diaseram .p-lineup-visual1 {
    width: 29.3rem;
    left: -5.3rem;
  }
  ._diaseram .p-lineup-visual2 {
    width: 22.9rem;
    right: -3rem;
  }
}

._superwhite {
  position: relative;
  z-index: 0;
}
._superwhite.p-lineup-single {
  margin-top: -8.2rem;
}
._superwhite .p-lineup-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._superwhite .p-lineup-col._visual {
  height: 123.6rem;
}
._superwhite .p-lineup-visual1 {
  top: 0;
  right: -27rem;
  width: 69.8rem;
}
._superwhite .p-lineup-visual2 {
  bottom: 0;
  width: 71.8rem;
}
._superwhite .p-lineup-title {
  margin-top: 50rem;
}
._superwhite .p-lineup-title ._back {
  width: 87rem;
  top: -10rem;
}
._superwhite .p-lineup-cols:before {
  width: 50rem;
  height: 50rem;
  background-color: #EDE9DE;
  top: 43.7rem;
  left: 23.4rem;
}
@media (max-width: 767px) {
  ._superwhite.p-lineup-single {
    margin-top: 2.8rem;
  }
  ._superwhite .p-lineup-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._superwhite .p-lineup-cols:before {
    content: none;
  }
  ._superwhite .p-lineup-col._visual {
    height: 31.2rem;
  }
  ._superwhite .p-lineup-title {
    margin-top: 3rem;
  }
  ._superwhite .p-lineup-title ._front {
    vertical-align: baseline;
  }
  ._superwhite .p-lineup-title ._back {
    width: auto;
    position: static;
    font-size: 2rem;
    vertical-align: baseline;
  }
  ._superwhite .p-lineup-visual1 {
    width: 29.4rem;
    left: auto;
    right: -5.8rem;
  }
  ._superwhite .p-lineup-visual2 {
    width: 22.1rem;
    left: -2.9rem;
    right: auto;
  }
}

._porcelain.p-lineup-single {
  margin-top: -15.2rem;
}
._porcelain .p-lineup-col._visual {
  height: 116rem;
}
._porcelain .p-lineup-visual1 {
  top: 0;
  left: -27rem;
  width: 72.1rem;
}
._porcelain .p-lineup-visual2 {
  bottom: 0;
  width: 64.7rem;
}
._porcelain .p-lineup-title {
  margin-top: 45rem;
}
._porcelain .p-lineup-title ._back {
  width: 62.5rem;
  top: -20rem;
}
._porcelain .p-lineup-cols:before {
  width: 50rem;
  height: 50rem;
  background-color: #EDE9DE;
  top: 25.6rem;
  left: 44.1rem;
}
@media (max-width: 767px) {
  ._porcelain.p-lineup-single {
    margin-top: 1.7rem;
  }
  ._porcelain .p-lineup-cols:before {
    content: none;
  }
  ._porcelain .p-lineup-col._visual {
    height: 32.4rem;
  }
  ._porcelain .p-lineup-title {
    margin-top: 3rem;
  }
  ._porcelain .p-lineup-title ._front {
    vertical-align: baseline;
  }
  ._porcelain .p-lineup-title ._back {
    font-size: 2rem;
    white-space: normal;
    width: auto;
    position: static;
    vertical-align: baseline;
  }
  ._porcelain .p-lineup-visual1 {
    width: 30.9rem;
    left: -7.5rem;
  }
  ._porcelain .p-lineup-visual2 {
    width: 22.1rem;
    right: -3rem;
  }
}

/* ====================================
  CTA AREA
 ==================================== */
.p-ctaGroup {
  margin-top: 15rem;
  padding-top: 13rem;
  position: relative;
}
.p-ctaGroup:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  height: 35.4rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#8177C9), color-stop(50%, #8177C9), color-stop(50%, #4E9265));
  background-image: linear-gradient(90deg, #8177C9, #8177C9 50%, #4E9265 50%);
}
@media (max-width: 767px) {
  .p-ctaGroup {
    padding-top: 0rem;
  }
  .p-ctaGroup:before {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8177C9), color-stop(50%, #8177C9), color-stop(50%, #4E9265));
    background-image: linear-gradient(180deg, #8177C9, #8177C9 50%, #4E9265 50%);
  }
}

.p-ctaGroup-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-ctaGroup-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}

.p-ctaGroup-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-size: cover;
  text-align: center;
}
.p-ctaGroup-col._contact {
  background: url("../images/contact_back.jpg") no-repeat center center;
  background-size: cover;
}
.p-ctaGroup-col._download {
  background: url("../images/download_back.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-ctaGroup-col {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .p-ctaGroup-col._contact {
    background-image: url("../images/contact_back_sp.jpg");
  }
  .p-ctaGroup-col._download {
    background-image: url("../images/download_back_sp.jpg");
  }
}

.p-ctaGroup-title {
  margin-top: 14.8rem;
}
.p-ctaGroup-title img {
  display: inline-block;
}
._contact .p-ctaGroup-title img {
  width: 38rem;
}
._download .p-ctaGroup-title img {
  width: 47.2rem;
}
@media (max-width: 767px) {
  .p-ctaGroup-title {
    margin-top: 8.3rem;
  }
  ._contact .p-ctaGroup-title img {
    width: 18rem;
  }
  ._download .p-ctaGroup-title img {
    width: 22.4rem;
  }
}

.p-ctaGroup-text {
  font-size: 3.2rem;
  color: #ffffff;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .p-ctaGroup-text {
    font-size: 1.35rem;
    margin-top: 1rem;
  }
}

.p-ctaGroup-button {
  font-size: 1.8rem;
  display: inline-block;
  padding-block: 1.5rem 1.4rem;
  padding-inline: 2.8rem;
  margin-top: 9rem;
}
._contact .p-ctaGroup-button {
  background-color: #DCD9EF;
}
._download .p-ctaGroup-button {
  background-color: #DEE9E2;
}
@media (max-width: 767px) {
  .p-ctaGroup-button {
    font-size: 1.35rem;
    margin-top: 6rem;
    padding-block: 1.1rem 0.8rem;
  }
}

/* ====================================
  CTA
 ==================================== */
.p-cta-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DCD9EF;
  padding-inline: 2.1818em;
}

.p-cta-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DEE9E2;
  padding-inline: 2.1818em;
}

/* ====================================
  下層ページ
 ==================================== */
.p-page {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-page {
    padding-bottom: 5rem;
  }
}

.p-pageHeader {
  position: relative;
  padding-inline: var(--paddingInline);
  height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12.5rem;
  padding-inline: 10rem;
}
.p-pageHeader:before {
  position: absolute;
  content: "";
  background-color: rgba(78, 146, 101, 0.1);
  height: 100%;
  width: 29.1875%;
  top: 0;
  left: 0;
}
@media (min-width: 767.1px) {
  ._company .p-pageHeader {
    background-image: url("../images/company/header.jpg");
  }
  ._dealer .p-pageHeader {
    background-image: url("../images/dealer/header.jpg");
  }
  ._recruit .p-pageHeader {
    background-image: url("../images/recruit/header.jpg");
  }
  ._diaseram .p-pageHeader {
    background-image: url("../images/diaseram/header.jpg");
  }
  ._white .p-pageHeader {
    background-image: url("../images/white/header.jpg");
  }
  ._porcelain .p-pageHeader {
    background-image: url("../images/porcelain/header.jpg");
  }
  ._catalog .p-pageHeader {
    background-image: url("../images/catalog/header.jpg");
  }
  ._contact .p-pageHeader {
    background-image: url("../images/contact/header.jpg");
  }
}
@media (max-width: 767px) {
  .p-pageHeader {
    margin-bottom: 4.7rem;
    padding-inline: 7.2rem;
    height: 7rem;
  }
  .p-pageHeader:before {
    width: 100%;
  }
  ._diaseram .p-pageHeader {
    background-image: url("../images/diaseram/header_sp.jpg");
  }
  ._white .p-pageHeader {
    background-image: url("../images/white/header_sp.jpg");
  }
  ._porcelain .p-pageHeader {
    background-image: url("../images/porcelain/header_sp.jpg");
  }
}

.p-pageHeader-inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .p-pageHeader-inner {
    min-height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-pageHeader-mainText {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .p-pageHeader-mainText {
    font-size: 2rem;
    text-align: center;
  }
}

.p-pageHeader-backText {
  position: absolute;
  left: 0;
  top: -3.5rem;
  font-family: "Bodoni Moda", serif;
  font-size: 8rem;
  font-optical-sizing: none;
  line-height: 0.82;
  font-weight: 400;
  color: rgb(30, 30, 30);
  color: white;
  color: #000000;
  opacity: 0.35;
  -webkit-transform: translateY(-100%) rotate(90deg);
          transform: translateY(-100%) rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  white-space: nowrap;
}
._company .p-pageHeader-backText img {
  width: 12.2rem;
}
@media (max-width: 767px) {
  .p-pageHeader-backText {
    font-size: 1.5rem;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    line-height: inherit;
    opacity: 1;
  }
  ._catalog .p-pageHeader-backText img {
    width: 7.7rem;
  }
  ._company .p-pageHeader-backText img {
    width: 7.1rem;
  }
  ._dealer .p-pageHeader-backText img {
    width: 7.1rem;
  }
  ._recruit .p-pageHeader-backText img {
    width: 7.1rem;
  }
  ._diaseram .p-pageHeader-backText img {
    width: 7.1rem;
    height: auto;
  }
  ._contact .p-pageHeader-backText img {
    width: 7.1rem;
  }
}

.p-page-content {
  position: relative;
  z-index: 0;
}

/* ====================================
  会社概要
 ==================================== */
.p-company-catch {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-company-catch {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

.p-company-lead {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-company-lead {
    font-size: 14px;
    text-align: left;
  }
}

.p-company-table {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .p-company-table {
    padding-top: 50px;
  }
}

.p-company-tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-block: 1.7rem 1.8rem;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.p-company-tableRow:last-child {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.p-company-tableHead {
  -ms-flex-preferred-size: 20.8rem;
      flex-basis: 20.8rem;
}
@media (max-width: 767px) {
  .p-company-tableHead {
    -ms-flex-preferred-size: 9.9rem;
        flex-basis: 9.9rem;
  }
}

.p-company-tableBody {
  -ms-flex-preferred-size: calc(100% - 22.8rem);
      flex-basis: calc(100% - 22.8rem);
}
@media (max-width: 767px) {
  .p-company-tableBody {
    -ms-flex-preferred-size: calc(100% - 9.9rem);
        flex-basis: calc(100% - 9.9rem);
  }
}
.p-company-tableBody .banner {
  width: auto;
  height: auto;
}

.p-company-visual {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .p-company-visual {
    display: none;
  }
}

.p-company-map {
  margin-top: 17.7rem;
}
.p-company-map .c-heading {
  text-align: center;
  margin-bottom: 5rem;
  padding-top: 8rem;
}
.p-company-map .c-heading-backText {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-company-map .c-heading-backText img {
  width: 23rem;
}
@media (max-width: 767px) {
  .p-company-map {
    margin-top: 8.7rem;
  }
  .p-company-map .c-heading {
    padding-top: 4.4rem;
  }
  .p-company-map .c-heading-backText img {
    width: 10.8rem;
  }
}

.p-map {
  position: relative;
  aspect-ratio: 1600/450;
}
.p-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-map {
    aspect-ratio: 375/300;
  }
}

/* ====================================
  採用情報
 ==================================== */
.p-recruit {
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .p-recruit {
    padding-top: 2.2rem;
  }
}

.p-recruit-lead {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 10.4rem;
}
@media (max-width: 767px) {
  .p-recruit-lead {
    font-size: 1.62rem;
    line-height: 2.2222222222;
    line-height: inherit;
    margin-bottom: 5.3rem;
  }
}

.p-recruit-table {
  max-width: 850px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.p-recruit-tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-block: 1.7rem 1.8rem;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.p-recruit-tableRow:last-of-type {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
@media (max-width: 767px) {
  .p-recruit-tableRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}

.p-recruit-tableHead {
  -ms-flex-preferred-size: 20.8rem;
      flex-basis: 20.8rem;
}
@media (max-width: 767px) {
  .p-recruit-tableHead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-weight: 700;
  }
}

.p-recruit-tableBody {
  -ms-flex-preferred-size: calc(100% - 22.8rem);
      flex-basis: calc(100% - 22.8rem);
}
@media (max-width: 767px) {
  .p-recruit-tableBody {
    -ms-flex-preferred-size: calc(100% - 6.9rem);
        flex-basis: calc(100% - 6.9rem);
  }
}

.p-recruit-note {
  padding-block: 1.7rem 1.8rem;
}

.p-recruit-visuals {
  margin-top: 11rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .p-recruit-visuals {
    display: none;
  }
}

/* ====================================
  取扱業社
 ==================================== */
.p-dealer {
  padding-top: 50px;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.p-dealer-heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-dealer-heading {
    margin-bottom: 26px;
  }
}

.p-dealer-text {
  line-height: 2;
}
.p-dealer-text .banner {
  width: auto;
  height: auto;
  padding-block: 1em;
}

/* ====================================
  ダイアセラム
 ==================================== */
._diaseram .p-pageHeader {
  height: 50rem;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 767.1px) {
  ._diaseram .p-pageHeader-inner {
    padding-top: 9rem;
  }
}
._diaseram .p-pageHeader-mainText span {
  display: block;
}
._diaseram .p-pageHeader-mainText ._small {
  font-size: 0.5em;
}
._diaseram .p-pageHeader-backText img {
  height: 57.6rem;
}
@media (max-width: 767px) {
  ._diaseram .p-pageHeader {
    height: 32.6rem;
    padding-inline: 0;
  }
  ._diaseram .p-pageHeader:before {
    content: none;
  }
  ._diaseram .p-pageHeader-inner {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-block: 2.3rem 2.2rem;
    gap: 0.6rem;
    height: 7rem;
    min-height: auto;
  }
  ._diaseram .p-pageHeader-mainText {
    font-size: 1.1rem;
    line-height: 1.13;
  }
  ._diaseram .p-pageHeader-mainText ._small {
    font-size: inherit;
  }
  ._diaseram .p-pageHeader-backText {
    font-size: 2rem;
    line-height: 0.89;
  }
  ._diaseram .p-pageHeader-backText img {
    height: auto;
  }
}

.p-diaseram {
  padding-top: 12.5rem;
  position: relative;
  overflow: hidden;
}
.p-diaseram .c-heading {
  margin-bottom: 5rem;
  text-align: center;
}
.p-diaseram .c-heading-mainText {
  font-size: 4rem;
}
.p-diaseram .c-heading-backText {
  opacity: 0.11;
  white-space: nowrap;
}
@media (min-width: 767.1px) {
  .p-diaseram:before {
    position: absolute;
    content: "";
    width: 29.0625%;
    height: 0;
    padding-bottom: 39.6875%;
    background-color: #DEDAE7;
    top: 0;
    right: 0;
    z-index: -1;
  }
  ._white .p-diaseram:before {
    background-color: #E2EAE7;
    top: 20rem;
  }
}
@media (max-width: 767px) {
  .p-diaseram {
    padding-top: 6.7rem;
  }
}

.p-diaseram-heading {
  line-height: inherit;
  position: relative;
  z-index: 0;
  border-bottom-width: 0.5rem;
  border-bottom-style: solid;
  margin-bottom: 6.1rem;
}
.p-diaseram-heading:before {
  position: absolute;
  content: "";
  width: 13.7rem;
  height: 10.7rem;
  left: 0rem;
  bottom: 0;
}
.p-diaseram-heading._green {
  border-color: #4E9265;
}
.p-diaseram-heading._green:before {
  background-color: #4E9265;
}
.p-diaseram-heading._purple {
  border-color: #8177C9;
}
.p-diaseram-heading._purple:before {
  background-color: #8177C9;
}
@media (max-width: 767px) {
  .p-diaseram-heading {
    margin-bottom: 3rem;
  }
  .p-diaseram-heading:before {
    width: 3rem;
    height: 6.7rem;
  }
}

.p-diaseram-heading-inner {
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .p-diaseram-heading-inner {
    padding-inline: 6rem var(--paddingInline);
  }
}

.p-diaseram-heading-mainText {
  font-size: 4rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-diaseram-heading-mainText {
    font-size: 2.16rem;
  }
}

.p-diaseram-heading-backText {
  opacity: 0.11;
  white-space: nowrap;
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: 15.9rem;
  font-size: 10.6rem;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  color: #5C5C5C;
  line-height: 0.9;
  display: inline-block;
  width: 100%;
}
.p-diaseram-heading-backText img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-diaseram-heading-backText {
    font-size: 5rem;
    top: -3rem;
    left: 4.3rem;
  }
}

.p-diaseram-catch {
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .p-diaseram-catch {
    font-size: 2.16rem;
    line-height: 1.666667;
    line-height: inherit;
    margin-bottom: 3.1rem;
  }
}

.p-diaseram-lead {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10rem;
}
.p-diaseram-lead p {
  line-height: 2.75;
}
.p-diaseram-lead p + p {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-diaseram-lead {
    font-size: 1.44rem;
    line-height: 1.875;
    line-height: inherit;
    margin-bottom: 5.8rem;
  }
}

.p-diaseram-top {
  position: relative;
  z-index: -1;
}
.p-diaseram-top .c-heading {
  text-align: left;
}
.p-diaseram-top .c-heading-backText {
  left: -4.1rem;
}
.p-diaseram-top .c-heading-backText img {
  width: 30.7rem;
}
@media (max-width: 767px) {
  .p-diaseram-top .c-heading {
    text-align: center;
  }
  .p-diaseram-top .c-heading-backText {
    left: 0;
  }
}
@media (max-width: 767px) {
  .p-diaseram-top .c-heading {
    padding-top: 2.9rem;
  }
  .p-diaseram-top .c-heading-backText img {
    width: 19.6rem;
  }
}

.p-diaseram-top-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 767.1px) {
  .p-diaseram-top-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-diaseram-top-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
}
.p-diaseram-top-col._visual img {
  width: 70.4rem;
  -webkit-filter: drop-shadow(0 0 6rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 6rem rgba(0, 0, 0, 0.2));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  max-width: none;
  margin-right: -10rem;
}
.p-diaseram-top-col._body {
  position: relative;
}
.p-diaseram-top-col._body:before {
  position: absolute;
  content: "";
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background-color: #EFFFF4;
  z-index: -1;
  left: 22.2rem;
  top: 0rem;
}
@media (max-width: 767px) {
  .p-diaseram-top-col._visual {
    text-align: center;
  }
  .p-diaseram-top-col._visual img {
    width: 29.3rem;
    display: inline-block;
    margin-right: 0;
  }
  .p-diaseram-top-col._body:before {
    width: 19.5rem;
    height: 19.5rem;
    top: -10.5rem;
    left: -9.9rem;
  }
}

.p-diaseram-top-text {
  line-height: 2;
  max-width: 38.2rem;
}
@media (max-width: 767px) {
  .p-diaseram-top-text {
    font-size: 1.35rem;
    line-height: inherit;
  }
}

.p-diaseram-feature {
  padding-top: 15.7rem;
}
@media (max-width: 767px) {
  .p-diaseram-feature {
    padding-top: 8rem;
  }
  .p-diaseram-feature .c-heading {
    padding-top: 2.9rem;
  }
  .p-diaseram-feature .c-heading-backText img {
    width: 23rem;
  }
}

.p-diaseram-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
}
@media (max-width: 767px) {
  .p-diaseram-feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4rem;
  }
}

.p-diaseram-feature-item {
  -ms-flex-preferred-size: calc((100% - 10rem) / 2);
      flex-basis: calc((100% - 10rem) / 2);
}
.p-diaseram-feature-item img {
  margin-bottom: 3.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-diaseram-feature-item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-diaseram-feature-item img {
    margin-bottom: 2rem;
  }
}

.p-diaseram-feature-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 32rem;
}

.p-diaseram-feature-title {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.p-diaseram-feature-title span {
  vertical-align: middle;
}
.p-diaseram-feature-title span:first-child {
  font-family: "Bodoni Moda", serif;
  font-family: "Libre Bodoni", serif;
  font-size: 4.4rem;
  color: rgba(80, 80, 80, 0.5);
  margin-right: 2.7rem;
}
@media (max-width: 767px) {
  .p-diaseram-feature-title {
    font-size: 1.62rem;
    margin-bottom: 1.1rem;
  }
  .p-diaseram-feature-title span:first-child {
    font-size: 3.5rem;
  }
}

.p-diaseram-feature-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .p-diaseram-feature-text {
    font-size: 1.35rem;
    line-height: inherit;
  }
}

.p-diaseram-comp {
  padding-top: 15.7rem;
  padding-bottom: 13rem;
}
.p-diaseram-comp .c-heading {
  text-align: center;
}
@media (max-width: 767px) {
  .p-diaseram-comp {
    padding-top: 10.8rem;
    padding-bottom: 8rem;
  }
  .p-diaseram-comp .c-heading {
    padding-top: 2.9rem;
  }
  .p-diaseram-comp .c-heading-backText {
    letter-spacing: -0.06em;
  }
}

.p-diaseram-comp-row:not(:first-child) .p-diaseram-comp-cell {
  background-color: white;
}

@media (min-width: 767.1px) {
  .p-diaseram-comp-row:not(:first-child) .p-diaseram-comp-cell:not(:first-child) {
    font-size: 2.4rem;
  }
}
.p-diaseram-comp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-diaseram-comp-row:first-child .p-diaseram-comp-cell:nth-child(1) {
  border-left: none;
}
.p-diaseram-comp-row:first-child .p-diaseram-comp-cell:nth-child(2) {
  background-color: #4E9265;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  border-bottom: none;
}
.p-diaseram-comp-row:first-child .p-diaseram-comp-cell:nth-child(3) {
  background-color: #C1B9D1;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  border-bottom: none;
  border-right: none;
}
.p-diaseram-comp-row:last-child .p-diaseram-comp-cell:nth-child(1) {
  border-bottom: 1px solid #707070;
}
.p-diaseram-comp-row:last-child .p-diaseram-comp-cell:nth-child(2) {
  border-bottom: 4px solid #4E9265;
}
.p-diaseram-comp-row:last-child .p-diaseram-comp-cell:nth-child(3) {
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .p-diaseram-comp-row:first-child .p-diaseram-comp-cell:nth-child(2) {
    font-size: 1.3rem;
  }
  .p-diaseram-comp-row:first-child .p-diaseram-comp-cell:nth-child(3) {
    font-size: 1.3rem;
  }
}

.p-diaseram-comp-cell:first-child {
  -ms-flex-preferred-size: 23.2rem;
      flex-basis: 23.2rem;
  padding: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}
.p-diaseram-comp-cell:nth-child(2) {
  -ms-flex-preferred-size: 48.4rem;
      flex-basis: 48.4rem;
  padding: 1.8rem;
  border-bottom: 1px solid #707070;
  border-left: 4px solid #4E9265;
  border-right: 4px solid #4E9265;
  padding-inline: 3.5rem;
}
.p-diaseram-comp-cell:nth-child(3) {
  -ms-flex-preferred-size: 48.4rem;
      flex-basis: 48.4rem;
  padding: 1.8rem;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  padding-inline: 3.5rem;
}
@media (max-width: 767px) {
  .p-diaseram-comp-cell {
    font-size: 1.17rem;
    letter-spacing: -0.05em;
  }
  .p-diaseram-comp-cell:nth-child(1) {
    -ms-flex-preferred-size: 10.5rem;
        flex-basis: 10.5rem;
    padding-inline: 1rem;
  }
  .p-diaseram-comp-cell:nth-child(2) {
    -ms-flex-preferred-size: 11rem;
        flex-basis: 11rem;
    padding-inline: 0;
  }
  .p-diaseram-comp-cell:nth-child(2) p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-diaseram-comp-cell:nth-child(3) {
    -ms-flex-preferred-size: 11rem;
        flex-basis: 11rem;
    padding-inline: 0;
  }
  .p-diaseram-comp-cell:nth-child(3) p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-diaseram-comp-mark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.p-diaseram-comp-mark._circle {
  height: 3.2rem;
  width: auto;
}
.p-diaseram-comp-mark._cross {
  height: 2.9rem;
  width: auto;
}
.p-diaseram-comp-mark._triangle {
  height: 2.8rem;
  width: auto;
}
.p-diaseram-comp-mark._double-cirlce {
  height: 3.2rem;
  width: auto;
}
@media (max-width: 767px) {
  .p-diaseram-comp-mark {
    display: block;
    margin-right: 0;
  }
  .p-diaseram-comp-mark._circle {
    margin-bottom: 1rem;
  }
  .p-diaseram-comp-mark._cross {
    margin-bottom: 1.34rem;
  }
  .p-diaseram-comp-mark._triangle {
    margin-bottom: 1.44rem;
  }
  .p-diaseram-comp-mark._double-cirlce {
    margin-bottom: 1rem;
  }
}

.p-diaseram-uses {
  padding-top: 15.7rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .p-diaseram-uses .c-heading {
    padding-top: 2.9rem;
    margin-bottom: 3.5rem;
  }
  .p-diaseram-uses .c-heading-backText img {
    width: 13.6rem;
  }
}

.p-diaseram-uses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
.p-diaseram-uses-list img {
  height: auto;
  margin-bottom: 3.3rem;
}
.p-diaseram-uses-list li {
  -ms-flex-preferred-size: calc((100% - 9rem) / 3);
      flex-basis: calc((100% - 9rem) / 3);
}
@media (max-width: 767px) {
  .p-diaseram-uses-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-diaseram-uses-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-diaseram-uses-title {
    font-size: 2.16rem;
  }
}

.p-diaseram-uses-text {
  line-height: 2;
}
@media (max-width: 767px) {
  .p-diaseram-uses-text {
    line-height: inherit;
  }
}

.p-diaseram-faq {
  background-color: #edecf3;
  padding-block: 11.3rem 17rem;
}
@media (max-width: 767px) {
  .p-diaseram-faq {
    padding-block: 11.3rem 13rem;
  }
  .p-diaseram-faq .c-heading {
    padding-top: 2.9rem;
  }
  .p-diaseram-faq .c-heading-backText img {
    width: 10rem;
  }
}

.p-diaseram-faq-item {
  border-top: 1px solid #C5C4CA;
  padding-block: 3.2rem 4rem;
}
.p-diaseram-faq-item:last-child {
  border-bottom: 1px solid #C5C4CA;
}
@media (max-width: 767px) {
  .p-diaseram-faq-item {
    padding-block: 2rem 2.1rem;
  }
}

.p-diaseram-faq-question {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  padding-inline: 7.7rem;
  margin-bottom: 2rem;
  position: relative;
}
.p-diaseram-faq-question:before {
  position: absolute;
  content: "Q.";
  color: #C5C4CA;
  font-size: 4.7rem;
  left: 0;
  top: -1.5rem;
}
@media (max-width: 767px) {
  .p-diaseram-faq-question {
    padding-inline: 4.3rem 1rem;
    font-size: 1.62rem;
    margin-bottom: 1.1rem;
  }
  .p-diaseram-faq-question:before {
    font-size: 2.16rem;
    top: -0.5rem;
  }
}

.p-diaseram-faq-answer {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 2;
  padding-inline: 7.7rem;
}
.p-diaseram-faq-answer a {
  color: #8177C9;
}
@media (max-width: 767px) {
  .p-diaseram-faq-answer {
    line-height: inherit;
    padding-inline: 4.3rem 1rem;
    font-size: 1.35rem;
  }
}

/* ====================================
  白磁
 ==================================== */
._white .p-pageHeader {
  height: 50rem;
  display: block;
  margin-bottom: 0;
}
._white .p-pageHeader-inner {
  padding-top: 9rem;
}
._white .p-pageHeader-mainText span {
  display: block;
}
._white .p-diaseram-top-col body:before {
  background-color: #EEEBFF;
}
._white .p-diaseram-top-text {
  font-size: 2.4rem;
  line-height: 2.083;
  max-width: 52.6rem;
}
@media (max-width: 767px) {
  ._white .p-pageHeader {
    height: 32.6rem;
    padding-inline: 0;
  }
  ._white .p-pageHeader:before {
    content: none;
  }
  ._white .p-pageHeader-inner {
    padding-block: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  ._white .p-diaseram-top-text {
    font-size: 1.35rem;
  }
}

/* ====================================
  磁器
 ==================================== */
._porcelain .p-pageHeader {
  height: 50rem;
  display: block;
  margin-bottom: 0;
}
._porcelain .p-pageHeader-inner {
  padding-top: 9rem;
}
._porcelain .p-pageHeader-mainText span {
  display: block;
}
._porcelain .p-diaseram-top-col body:before {
  background-color: #EFFFF4;
}
@media (min-width: 767.1px) {
  ._porcelain .p-diaseram-top-col._visual img {
    margin-right: -19rem;
    margin-top: -11rem;
    height: auto;
    width: 82.9rem;
  }
}
._porcelain .p-diaseram-top-text {
  font-size: 2.4rem;
  line-height: 2.083;
  max-width: 52.6rem;
}
@media (max-width: 767px) {
  ._porcelain .p-pageHeader {
    height: 32.6rem;
    padding-inline: 0;
  }
  ._porcelain .p-pageHeader:before {
    content: none;
  }
  ._porcelain .p-pageHeader-inner {
    padding-block: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  ._porcelain .p-diaseram-top-text {
    font-size: 1.35rem;
  }
}

/* ====================================
  カタログダウンロード
 ==================================== */
.p-catalog-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-catalog-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-catalog-visual {
  -ms-flex-preferred-size: 26.8333333333%;
      flex-basis: 26.8333333333%;
}

.p-catalog-body {
  -ms-flex-preferred-size: 64.8333333333%;
      flex-basis: 64.8333333333%;
}
.p-catalog-body p {
  font-size: 1.8rem;
  line-height: 2.6111111111;
}
.p-catalog-body .p-cta-download {
  margin-top: 7rem;
  width: 16.4rem;
  padding-inline: 2.7rem;
  padding-block: 1.6rem;
}
@media (max-width: 767px) {
  .p-catalog-body p {
    font-size: 1.35rem;
    line-height: 2;
    line-height: inherit;
  }
  .p-catalog-body .p-cta-download {
    font-size: 1.35rem;
    margin-top: 3.5rem;
    width: 100%;
  }
}

.p-sticky-items {
  display: none;
}
@media (max-width: 767px) {
  .p-sticky-items {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.26rem;
  }
  .p-sticky-items .p-cta-contact {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-inline: 0;
  }
  .p-sticky-items .p-cta-download {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-inline: 0;
    height: 4.4rem;
  }
}

/* ====================================
  お問い合わせ
 ==================================== */
.p-contact .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact .smf-item + .smf-item {
  margin-top: 3rem;
}
.p-contact .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20rem;
      flex-basis: 20rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.p-contact ._required .smf-item__col--label::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "必須";
  background-color: #E04658;
  color: white;
  font-weight: bold;
  padding-inline: 0.3em;
  font-size: 0.8em;
  display: inline-block;
  margin-top: 0.2em;
}
.p-contact .smf-item__description {
  color: #FF0000;
  font-size: inherit;
  margin-top: 0;
}
.p-contact .smf-item__col--controls {
  -ms-flex-preferred-size: calc(100% - 22rem);
      flex-basis: calc(100% - 22rem);
}
.p-contact .smf-control-description {
  font-size: inherit;
  margin-block: 0.5em;
}
.p-contact .custom-error-message {
  margin-block: 0.5em;
}
.p-contact .smf-text-control__control {
  width: 100%;
  border: 1px solid rgba(80, 80, 80, 0.3);
  border-radius: 0;
  padding-block: 1.25rem 1.15rem;
}
.p-contact .smf-textarea-control__control {
  border: 1px solid rgba(80, 80, 80, 0.3);
  border-radius: 0;
}
.p-contact .smf-action {
  margin-top: 4rem;
  text-align: center;
}
.p-contact .smf-button-control__control {
  background-color: #DCD9EF;
  background-image: none;
  border: none;
  border-radius: 0;
  width: 16.4rem;
  height: 5.6rem;
  text-align: center;
}
.p-contact ._consent {
  text-align: center;
  margin-top: 30px;
}
.p-contact ._consent a {
  text-decoration: underline;
}
.p-contact .smf-item__controls ._additional {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-contact .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .p-contact .smf-item__col--label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-contact .smf-item__col--controls {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-contact .smf-item + .smf-item {
    margin-top: 1.5rem;
  }
  .p-contact .smf-action {
    margin-top: 3rem;
  }
  .p-contact .smf-button-control__control {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-contact .smf-item:has(.smf-text-control__control:focus) .smf-item__col--label,
  .p-contact .smf-item:has(.smf-textarea-control__control:focus) .smf-item__col--label {
    opacity: 0;
  }
}