/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

:root {
  interpolate-size: allow-keywords;
}

html {
  font-size: 2.6666666667vw;
}

body {
  min-height: 100vh;
  background-color: #e4e0d7;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  color: #2b2b2b;
  line-height: 2.16;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.is-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
body.is-detail-opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
body.is-quality-bg {
  background-color: #212223;
}
body.is-relief-bg {
  background-color: #3f3f3f;
}

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

.u-font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.u-font-semibold {
  font-weight: 600;
}

.u-color-red {
  color: #B92D28;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-inview.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-inview-order > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-inview-order > *.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  39% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  40% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  39% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  40% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes opening-mask-sp {
  0% {
    -webkit-mask-size: 100%, 33.5rem 19rem;
            mask-size: 100%, 33.5rem 19rem;
  }
  50% {
    -webkit-mask-size: 100%, 100% 41.5rem;
            mask-size: 100%, 100% 41.5rem;
  }
  100% {
    -webkit-mask-size: 100%, 100% 100%;
            mask-size: 100%, 100% 100%;
  }
}
@keyframes opening-mask-sp {
  0% {
    -webkit-mask-size: 100%, 33.5rem 19rem;
            mask-size: 100%, 33.5rem 19rem;
  }
  50% {
    -webkit-mask-size: 100%, 100% 41.5rem;
            mask-size: 100%, 100% 41.5rem;
  }
  100% {
    -webkit-mask-size: 100%, 100% 100%;
            mask-size: 100%, 100% 100%;
  }
}
@-webkit-keyframes opening-mask-pc {
  0% {
    -webkit-mask-size: 100%, 670px 380px;
            mask-size: 100%, 670px 380px;
  }
  100% {
    -webkit-mask-size: 100%, 100% 100%;
            mask-size: 100%, 100% 100%;
  }
}
@keyframes opening-mask-pc {
  0% {
    -webkit-mask-size: 100%, 670px 380px;
            mask-size: 100%, 670px 380px;
  }
  100% {
    -webkit-mask-size: 100%, 100% 100%;
            mask-size: 100%, 100% 100%;
  }
}
@-webkit-keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes top_news_txt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes top_news_txt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-head__en, .c-head__jp {
  display: block;
  line-height: 1;
}
.c-head__en {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}
.c-head__jp {
  margin-top: 1rem;
  letter-spacing: 0;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e4e0d7;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}
@starting-style {
  .c-loading.is-loaded {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__logo {
  position: fixed;
  top: 1rem;
  left: 2rem;
  width: 14.3rem;
  z-index: 99;
}
.l-header__logo a {
  position: relative;
  display: block;
}
.l-header__logo-img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.l-header__logo-img.--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.l-header__menu-button {
  width: 5.2rem;
  height: 5.2rem;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #2b2b2b;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  z-index: 101;
}
.l-header__menu-button-line {
  position: absolute;
  left: 1.5rem;
  display: block;
  width: 2.2rem;
  height: 2px;
  background-color: #c2beb1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header__menu-button-line:nth-child(1) {
  top: 2.2rem;
}
.l-header__menu-button-line:nth-child(2) {
  top: 2.8rem;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}

.is-menu-opened .l-header__menu-button {
  background-color: transparent;
}
.is-menu-opened .l-header__menu-button-line {
  width: 2.4rem;
}
.is-menu-opened .l-header__menu-button-line:nth-child(1) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
          transform: translateY(-0.5rem) rotate(45deg);
}
.is-menu-opened .l-header__menu-button-line:nth-child(2) {
  -webkit-transform: translateY(0.5rem) rotate(-45deg) scaleX(1);
          transform: translateY(0.5rem) rotate(-45deg) scaleX(1);
}

.is-home .l-header__logo {
  -webkit-transition-property: opacity visibility;
  transition-property: opacity visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}
.is-home .l-header__logo.is-visible {
  opacity: 1;
  visibility: visible;
}

.is-header-white-area .l-header__logo-img.--white {
  opacity: 1;
  visibility: visible;
}
.is-header-white-area .l-header__logo-img.--black {
  opacity: 0;
  visibility: hidden;
}

.l-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.3rem;
  height: 100vh;
  background: #2b2b2b;
  color: #c4bfb1;
  z-index: 99;
}
.l-sidebar__menu-button {
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2b2b2b;
}
.l-sidebar__menu-button-line {
  position: absolute;
  left: 1.5rem;
  display: block;
  width: 2.2rem;
  height: 2px;
  background-color: #c2beb1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-sidebar__menu-button-line:nth-child(1) {
  top: 1.5rem;
}
.l-sidebar__menu-button-line:nth-child(2) {
  top: 2.2rem;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}
.l-sidebar__menu-txt-area {
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.l-sidebar__menu-txt {
  position: absolute;
  bottom: -0.2rem;
  right: 1.8rem;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.l-sidebar__scroll-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 5.3rem;
  width: 12.5rem;
  height: 5.3rem;
  padding: 0 1rem;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-sidebar__scroll-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.3rem;
  bottom: 0;
  width: 0.7rem;
  height: 0.7rem;
  margin: auto;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: #c4bfb1;
}
.l-sidebar__scroll-button-txt {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.l-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  background-color: #2b2b2b;
  color: #c4bfb1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  z-index: 100;
}
.l-menu__inner {
  min-height: 100%;
  opacity: 0;
  background-color: #3a3a3a;
}
.l-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b2b2b;
  width: 100%;
  height: 5.2rem;
  padding: 0 2.3rem;
  letter-spacing: 0.08em;
}
.l-menu__nav-item {
  border-bottom: 1px solid #5e5e5e;
}
.l-menu__nav-item > a {
  display: block;
  padding: 2rem 2.3rem 2rem;
}
.l-menu__nav-item-img {
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.l-menu__nav-item-txt {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.l-menu__nav-item-mark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  width: 2.5rem;
  height: 1.2rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #c4bfb1;
  font-size: 0;
  line-height: 1;
}
.l-menu__nav-item-mark.--plus::before, .l-menu__nav-item-mark.--plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.9rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.l-menu__nav-item-mark.--plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0.7rem;
}
.l-menu__nav-item-mark img {
  width: 0.9rem;
}
.l-menu__nav-item-arrow {
  display: block;
  width: 0.9rem;
  overflow: hidden;
}
.l-menu__nav-item.is-opened .l-menu__nav-item-mark::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.l-menu__nav-item-description {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: justify;
}
.l-menu__nav-sub-list-sp {
  display: none;
  height: 0;
  width: 100%;
  padding: 0;
  overflow: auto;
  color: #222222;
  white-space: nowrap;
  background: #e4e0d7;
  font-size: 0;
  -webkit-transition: height 0.3s ease-out, display 0.3s allow-discrete;
  transition: height 0.3s ease-out, display 0.3s allow-discrete;
}
.l-menu__nav-sub-list-sp.is-active {
  display: block;
  height: auto;
}
@starting-style {
  .l-menu__nav-sub-list-sp.is-active {
    height: 0;
  }
}
.l-menu__nav-sub-list-pc {
  display: none;
  opacity: 0;
}
.l-menu__nav-sub-item {
  display: inline-block;
  width: 15rem;
  padding: 2.8rem 0 4rem;
  font-size: 1.2rem;
  text-align: center;
}
.l-menu__nav-sub-item:first-child {
  margin-left: 2.3rem;
}
.l-menu__nav-sub-item:nth-child(n+2) {
  margin-left: 0.8rem;
}
.l-menu__nav-sub-item:last-child {
  margin-right: 2.3rem;
}
.l-menu__nav-sub-item-name {
  margin-top: 1.3rem;
  line-height: 1;
}
.l-menu__nav-sub-item-description {
  margin-top: 0.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.l-menu__button-area {
  padding: 3.8rem 2.3rem 2.4rem;
}
.l-menu__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.8rem 2.4rem;
  border-radius: 0.5rem;
  background-color: #c4bfb1;
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0.08em;
}
.l-menu__button:not(:last-child) {
  margin-bottom: 1.6rem;
}
.l-menu__button-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
  width: 0.9rem;
  margin: auto;
  overflow: hidden;
}
.l-menu__button-arrow img {
  width: 100%;
}
.l-menu__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem 1.6rem;
  width: 21rem;
  padding: 0rem 2.3rem 5rem;
  letter-spacing: 0.08em;
}
.l-menu__sns-item a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.l-footer {
  position: relative;
  padding-top: 5.8rem;
  padding-bottom: 21rem;
  background-color: #353535;
  color: #FFFFFF;
  overflow: hidden;
}
.l-footer__slider-area {
  position: relative;
}
.l-footer__slider {
  width: 185vw;
  z-index: 1;
}
.l-footer__slider-slide {
  position: relative;
  padding: 0 0.2rem;
}
.l-footer__slider-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.2rem;
  bottom: 0;
  left: 0.2rem;
  background-color: #2b2b2b;
  opacity: 0.5;
  z-index: 1;
}
.l-footer__contact {
  position: absolute;
  top: 8.6rem;
  left: 2.3rem;
  width: 60.6%;
  color: #FFFFFF;
  z-index: 2;
}
.l-footer__contact-head {
  margin-bottom: 3.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.l-footer__contact-link {
  position: relative;
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
.l-footer__contact-link-mark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  width: 2.5rem;
  height: 1.2rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #c4bfb1;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
.l-footer__contact-link-arrow {
  display: block;
  width: 0.9rem;
  overflow: hidden;
}
.l-footer__contact-link-arrow img {
  width: 100%;
}
.l-footer__contact-address {
  margin-top: 3.7rem;
  line-height: 1.7;
}
.l-footer__copyright {
  position: absolute;
  bottom: 3.6rem;
  left: 2.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #FFFFFF;
  z-index: 1;
}
.l-footer__bottom {
  position: absolute;
  left: 2.2rem;
  bottom: 8rem;
  color: #FFFFFF;
  line-height: 1.4;
}

.is-home .l-footer {
  background-color: #e4e0d7;
}
.is-home .l-footer__copyright, .is-home .l-footer__bottom {
  color: #2b2b2b;
}

.l-wrapper {
  position: relative;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.l-wrapper.is-loaded {
  top: 0;
}
.l-wrapper.is-moving {
  top: -5rem;
}
.l-section.--first {
  padding-top: 10.5rem;
}
.l-section.--last {
  padding-bottom: 7rem;
}

.l-inner {
  width: 88%;
  margin: auto;
}

.l-flex-container {
  position: relative;
  margin-top: 4rem;
}
.l-flex-container__nav-area {
  margin-bottom: 3.4rem;
}

.p-top__opening {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.p-top__opening-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.p-top__opening-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #c4bfb1;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  -webkit-mask-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
          mask-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
  -webkit-mask-size: 100%, 33.5rem 19rem;
          mask-size: 100%, 33.5rem 19rem;
  -webkit-mask-position: center, center;
          mask-position: center, center;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.p-top__opening-mask.is-animation {
  -webkit-animation: opening-mask-sp 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: opening-mask-sp 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.p-top__section {
  position: relative;
  min-height: 100vh;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
}
.p-top__section::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  z-index: 1;
}
.p-top__section.is-active::before {
  opacity: 1;
  visibility: visible;
}
.p-top__section.is-absolute::before, .p-top__section.is-absolute::after {
  position: absolute !important;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.p-top__section-inner {
  position: relative;
  z-index: 3;
  width: 88.2%;
  margin: auto;
}
.p-top__section-head {
  margin-bottom: 2.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.p-top__lead-txt {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.p-top__txt {
  text-align: justify;
}
.p-top__txt-small {
  font-size: 1rem;
}
.p-top__main-visual {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}
.p-top__main-visual::before {
  background-image: url("../img/top/mv_bg_sp.jpg");
}
.p-top__main-visual__inner {
  width: 82.4%;
}
.p-top__main-visual__logo {
  width: 100%;
}
.p-top__main-visual__txt {
  margin-top: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-top__main-visual__scroll {
  position: absolute;
  right: 2rem;
  bottom: 0.9rem;
  width: 7rem;
  padding-bottom: 0.2rem;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.1rem;
  text-align: right;
  z-index: 3;
}
.p-top__main-visual__scroll::before, .p-top__main-visual__scroll::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
}
.p-top__main-visual__scroll::before {
  opacity: 0.38;
}
.p-top__main-visual__scroll::after {
  -webkit-animation: scroll-line 3s infinite both;
          animation: scroll-line 3s infinite both;
}
.p-top__main-visual__news {
  position: absolute;
  left: 1.6rem;
  top: calc(100svh - 7.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.p-top__main-visual__news-icon {
  width: 2.3rem;
}
.p-top__main-visual__news-txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
  line-height: 1.9;
}
.p-top__main-visual__news-txt-area a {
  display: block;
  overflow: hidden;
  max-width: 22rem;
}
.p-top__main-visual__news-date, .p-top__main-visual__news-category {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.p-top__main-visual__news-category {
  padding-left: 0.3rem;
}
.p-top__main-visual__news-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  white-space: nowrap;
  -webkit-animation: top_news_txt 20s linear infinite;
          animation: top_news_txt 20s linear infinite;
}
.p-top__concept::before {
  background-image: url("../img/top/concept_bg_sp.jpg");
}
.p-top__material-block.--material01::before {
  background-image: url("../img/top/material_bg01_sp.jpg");
}
.p-top__material-block.--material02::before {
  background-image: url("../img/top/material_bg02_sp.jpg");
}
.p-top__material-block.--material03::before {
  background-image: url("../img/top/material_bg03_sp.jpg");
}
.p-top__material-block.--material03::after {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #3a3a3a;
  opacity: 0.5;
  z-index: 2;
}
.p-top__current-list {
  position: fixed;
  right: 1.2rem;
  bottom: 2.4rem;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: right;
  z-index: 3;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}
.p-top__current-list.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-top__current-list.is-black a {
  color: #2b2b2b;
}
.p-top__current-list.is-absolute {
  position: absolute;
  bottom: 11.5rem;
}
.p-top__current-list-item:nth-child(n+2) {
  margin-top: 0.2rem;
}
.p-top__current-list-item.is-current a {
  border-color: currentColor;
}
.p-top__current-list-item a {
  display: inline-block;
  padding: 0 1rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 9999px;
}

.p-contact__flexbox {
  position: relative;
  margin-top: 4rem;
}
.p-contact__flow-area {
  margin-bottom: 3.4rem;
}
.p-contact__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.9rem;
}
.p-contact__flow-list-item {
  position: relative;
  padding-right: 5.8rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.p-contact__flow-list-item:last-child {
  padding-right: 0;
}
.p-contact__flow-list-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 4rem;
  height: 1px;
  margin: auto;
  background-color: #d8d2c5;
}
.p-contact__flow-list-item.--current .p-contact__flow-list-item-number, .p-contact__flow-list-item.--current .p-contact__flow-list-item-txt {
  opacity: 1;
}
.p-contact__flow-list-item-number {
  padding-right: 0.5rem;
  color: #935747;
}
.p-contact__flow-list-item-number, .p-contact__flow-list-item-txt {
  opacity: 0.54;
}
.p-contact__flow-txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.p-contact__flow-txt + .p-contact__flow-txt {
  margin-top: 1.75em;
}
.p-contact__form-area {
  letter-spacing: 0;
}
.p-contact__form-area ::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.54);
}
.p-contact__form-area ::-moz-placeholder {
  color: rgba(43, 43, 43, 0.54);
}
.p-contact__form-area :-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.54);
}
.p-contact__form-area ::-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.54);
}
.p-contact__form-area ::placeholder {
  color: rgba(43, 43, 43, 0.54);
}
.p-contact__form-area input, .p-contact__form-area select, .p-contact__form-area textarea {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.9rem 1.5rem;
  border-radius: 0.4rem;
  border: none;
  color: #000000;
  background-color: #d8d2c5;
}
.p-contact__form-area textarea {
  height: 16rem;
}
.p-contact__form-area .must {
  font-size: 1.1rem;
  color: #935747;
  vertical-align: super;
}
.p-contact__form-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact__form-item {
  width: 100%;
  margin-bottom: 0.7rem;
}
.p-contact__form-item.--mb0 {
  margin-bottom: 0;
}
.p-contact__form-head {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.p-contact__form-select {
  position: relative;
}
.p-contact__form-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.5rem solid rgba(0, 0, 0, 0.54);
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}
.p-contact__form-note {
  margin-top: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 1.75;
}
.p-contact__data-area {
  margin-top: 2.7rem;
  line-height: 1.75;
}
.p-contact__data-block {
  margin-bottom: 2.8rem;
}
.p-contact__agree-txt {
  line-height: 1.5;
  margin-top: 4.3rem;
}
.p-contact__agree-txt a {
  text-decoration: underline;
  color: #935747;
}
.p-contact__agree {
  margin-top: 2.4rem;
}
.p-contact__agree input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.p-contact__agree .mwform-checkbox-field-text {
  position: relative;
  padding-left: 2.7rem;
}
.p-contact__agree .mwform-checkbox-field-text::before, .p-contact__agree .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #2b2b2b;
  border-radius: 9999px;
  background-color: #d8d2c5;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.p-contact__agree .mwform-checkbox-field-text::after {
  border: none;
  background-color: #935747;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-contact__agree input:checked + .mwform-checkbox-field-text::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-contact__agree-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.p-contact__agree-label {
  position: relative;
  padding-left: 2.7rem;
}
.p-contact__agree-label::before, .p-contact__agree-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #2b2b2b;
  border-radius: 9999px;
  background-color: #d8d2c5;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.p-contact__agree-label::after {
  border: none;
  background-color: #935747;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-contact__agree-checkbox:checked + .p-contact__agree-label::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-contact__button-area {
  display: none;
}
.p-contact__button {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.1rem;
  padding: 1.9rem 2.7rem;
  border: none;
  border-radius: 0.4rem;
  background-color: #3a3a3a;
  color: #e2dfd7;
  letter-spacing: 0.08em;
}
.p-contact__button-arrow {
  position: absolute;
  top: 0;
  right: 2.8rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.7rem;
  margin: auto;
  overflow: hidden;
}
.p-contact__button-arrow img {
  width: 100%;
}
.p-contact__button-arrow.--back {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-contact__thanks-head {
  margin-bottom: 1.2rem;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.p-contact__thanks-txt {
  margin-bottom: 6.8rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.77;
}

.mw_wp_form_confirm .p-contact__form-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d2c5;
  font-size: 1.3rem;
}
.mw_wp_form_confirm .p-contact__form-item label {
  display: block;
}
.mw_wp_form_confirm .p-contact__form-select {
  display: inline-block;
}
.mw_wp_form_confirm .p-contact__form-select::after {
  display: none;
}
.mw_wp_form_confirm .p-contact__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
.mw_wp_form_confirm .confirm-none {
  display: none !important;
}
.mw_wp_form_confirm .must {
  display: none !important;
}

.p-download__nav-area {
  margin-bottom: 4.4rem;
}
.p-download__nav-txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.p-download__nav-txt a {
  text-decoration: underline;
  color: #935747;
}
.p-download__nav-txt + .p-download__nav-txt {
  margin-top: 1.75em;
}
.p-download__list-item {
  margin-bottom: 4.7rem;
}
.p-download__list-item:last-child {
  margin-bottom: 0;
}
.p-download__list-item-head {
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
}
.p-download__list-item-txt {
  margin-top: 1.9rem;
  font-size: 1.3rem;
  line-height: 1.75;
}
.p-download__button {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.5rem;
  padding: 1.9rem 2.7rem;
  border: none;
  border-radius: 0.4rem;
  background-color: #3a3a3a;
  color: #e2dfd7;
  letter-spacing: 0.08em;
}
.p-download__button-icon {
  position: absolute;
  top: 0;
  right: 2.8rem;
  bottom: 0;
  width: 1.2rem;
  margin: auto;
}

.p-faq__nav-area {
  margin-bottom: 3.3rem;
}
.p-faq__tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem;
}
.p-faq__tab {
  display: inline-block;
  min-width: 10.8rem;
  position: relative;
  padding: 0.2rem 5rem 0.2rem 1rem;
  border-radius: 9999px;
  background-color: rgba(196, 191, 177, 0.4);
  letter-spacing: 0.02em;
}
.p-faq__tab.is-current {
  background-color: #c4bfb1;
}
.p-faq__tab::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #2b2b2b;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-faq__select-area.is-hidden {
  display: none;
}
.p-faq__select-box {
  position: relative;
  width: 100%;
  margin-top: 0.8rem;
  border-bottom: 1px solid #000000;
}
.p-faq__select-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.1rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-faq__select {
  width: 100%;
  padding: 0.9rem 0;
}
.p-faq__anker-list {
  margin-top: 1.6rem;
  padding: 0 1rem;
  letter-spacing: 0.02rem;
}
.p-faq__anker-list-item a {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-faq__anker-list-item a:hover {
  opacity: 1;
}
.p-faq__anker-list-item.is-current a {
  opacity: 1;
}
.p-faq__lead {
  margin-bottom: 4.3rem;
}
.p-faq__lead-txt.--large {
  margin-top: 2.3rem;
  font-size: 1.4rem;
}
.p-faq__lead-txt.--notes {
  color: #935747;
}
.p-faq__order-list {
  position: relative;
}
.p-faq__order-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-faq__order-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 4.6rem;
}
.p-faq__order-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 5rem;
  bottom: 1rem;
  left: 2rem;
  width: 1px;
  background-color: #000000;
}
.p-faq__order-list-item-number {
  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;
  width: 4rem;
  height: 4rem;
  border: 1px solid #000000;
  border-radius: 9999px;
}
.p-faq__order-list-item-txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.2rem;
}
.p-faq__order-list-item-head {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
.p-faq__order-list-item-txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-faq__order-list-item-txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #935747;
}
.p-faq__panel.is-hidden {
  display: none;
}
.p-faq__head {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.p-faq__question-block {
  margin-bottom: 2.4rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #d8d1c3;
}
.p-faq__question, .p-faq__answer {
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.77;
  text-align: justify;
}
.p-faq__question::before, .p-faq__answer::before {
  position: absolute;
  top: -0.5rem;
  left: -0.2rem;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  color: #935747;
}
.p-faq__question {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}
.p-faq__question::before {
  content: "Q";
}
.p-faq__answer {
  font-size: 1.3rem;
}
.p-faq__answer::before {
  content: "A";
}
.p-faq__answer a {
  text-decoration: underline;
  color: #935747;
}

.p-license__top-section {
  padding-bottom: 4.5rem;
}
.p-license__sub-head {
  margin-top: 4rem;
  margin-bottom: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-license__txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-license__txt a {
  text-decoration: underline;
  color: #935747;
}
.p-license__txt + .p-license__txt {
  margin-top: 1.77em;
}
.p-license__img {
  width: 87%;
  margin: 3.8rem auto 0;
}
.p-license__rank {
  margin-top: 5.4rem;
  text-align: center;
}
.p-license__table-area {
  margin: 1.4rem 0 0;
}
.p-license__table-txt {
  margin-top: 2.1rem;
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-license__bottom-section {
  padding-top: 4.2rem;
  background-color: #ddd9d0;
}
.p-license__select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 0;
}
.p-license__select-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-license__select-label {
  width: 8.6rem;
  padding-right: 0.5rem;
}
.p-license__select-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-license__select-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.7rem;
  bottom: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-license__select {
  width: 100%;
  padding: 0.7rem 1.5rem;
  border: 1px solid #2b2b2b;
  letter-spacing: 0.02em;
}
.p-license__search {
  position: relative;
  margin-top: 4.6rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #afafaf;
}
.p-license__search-head {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-license__search-txt {
  margin-top: 0.7rem;
  letter-spacing: 0.02em;
  line-height: 1.33;
}
.p-license__search-attention {
  font-size: 1.1rem;
  color: #666666;
  letter-spacing: 0.02em;
  line-height: 1.33;
}
.p-license__search-hit {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-license__search-hit-number {
  padding: 0 0.1rem;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.p-license__store-list.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-license__store-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.2rem 0 2.2rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #afafaf;
}
.p-license__store-list-item.is-hidden {
  display: none;
}
.p-license__store-list-item-img {
  width: 31.1%;
}
.p-license__store-list-item-txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.9rem;
}
.p-license__store-list-item-name {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.44;
}
.p-license__store-list-item-address {
  margin-top: 0.5rem;
  line-height: 1.92;
}
.p-license__store-list-item-txt-area-sub {
  margin-top: 1.3rem;
}
.p-license__store-info-list a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #935747;
  overflow-wrap: anywhere;
}

.p-quality__mv {
  padding-top: 14.7rem;
  padding-bottom: 3.4rem;
  background: url("../img/quality/mv_bg_sp.jpg") no-repeat right center/cover;
}
.p-quality__mv-head {
  color: #FFFFFF;
}
.p-quality__eco {
  padding-top: 4.7rem;
  padding-bottom: 5.2rem;
}
.p-quality__eco-sub-head {
  margin-top: 3rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-quality__eco-txt {
  font-size: 1.3rem;
  line-height: 1.77;
  text-align: justify;
}
.p-quality__eco-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.2rem;
  margin-bottom: 4rem;
  padding: 3.1rem 2rem 2.4rem;
  background-color: #e4e0d7;
  border-radius: 0.7rem 0 0.7rem 0;
}
.p-quality__eco-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
  width: 100%;
  padding-bottom: 3.1rem;
  border-bottom: 1px solid #afafaf;
}
.p-quality__eco-icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.p-quality__eco-icon-list-item-img {
  width: 50%;
}
.p-quality__eco-icon-list-item-img.--img01 {
  padding: 0 4.2rem 0 2.8rem;
}
.p-quality__eco-icon-list-item-img.--img02 {
  padding: 0 4.2rem 0 1.8rem;
}
.p-quality__eco-icon-list-item-img.--img03 {
  padding: 0 5.1rem 0 3.1rem;
}
.p-quality__eco-icon-list-item-txt {
  width: 49%;
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-quality__eco-summary-txt {
  margin-top: 2.5rem;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.77;
  text-align: center;
}
.p-quality__eco-feature-list {
  margin-top: 3.2rem;
  padding: 0 2rem;
  background-color: #e4e0d7;
  border-radius: 0.7rem 0 0.7rem 0;
}
.p-quality__eco-feature-list-item {
  margin-bottom: 1rem;
  padding: 1.2rem 0 3rem;
  border-bottom: 1px solid #afafaf;
  text-align: center;
}
.p-quality__eco-feature-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-quality__eco-feature-list-item-txt {
  margin-top: 0.3rem;
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-quality__eco-marks {
  margin-top: 2rem;
}
.p-quality__eco-marks-head {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  text-align: center;
}
.p-quality__quality {
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.p-quality__quality.is-active {
  color: #FFFFFF;
}
.p-quality__quality-flexbox {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #FFFFFF;
}
.p-quality__quality-list {
  margin-top: 3.9rem;
}
.p-quality__quality-list-item {
  margin-bottom: 3.6rem;
}
.p-quality__quality-list-item:last-child {
  margin-bottom: 0;
}
.p-quality__quality-list-item-img {
  position: relative;
  padding-left: 2.9rem;
}
.p-quality__quality-list-item-img img {
  width: 100%;
}
.p-quality__quality-list-item-en {
  position: absolute;
  top: 0;
  left: 2.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  color: #935747;
}
.p-quality__quality-list-item-txt-area {
  margin-top: 2.8rem;
}
.p-quality__quality-list-item-head {
  font-size: 2.1rem;
  line-height: 1;
}
.p-quality__quality-list-item-txt {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.77;
  text-align: justify;
}
.p-quality__quality-list-item-txt a {
  color: #935747;
  text-decoration: underline;
}
.p-quality__quality-other {
  margin-top: 2rem;
  text-align: center;
}
.p-quality__quality-other-head {
  font-size: 1.6rem;
}
.p-quality__quality-other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.2rem 10.4%;
  margin-top: 3rem;
  padding: 0 2.5rem;
}
.p-quality__quality-other-list-item {
  width: 26.4%;
}
.p-quality__quality-other-list-item-txt {
  margin-top: 1.3rem;
  letter-spacing: 0;
}
.p-quality__quality-other-txt {
  margin-top: 3.7rem;
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-quality__relief {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  color: #FFFFFF;
}
.p-quality__relief-txt-area {
  margin-bottom: 4.2rem;
}
.p-quality__relief-head {
  margin-bottom: 1.1rem;
  font-size: 2.3rem;
  text-align: center;
}
.p-quality__relief-block {
  font-size: 1.3rem;
  line-height: 1.77;
  text-align: justify;
}
.p-quality__relief-block + .p-quality__relief-block {
  margin-top: 2.7rem;
}
.p-quality__relief-block-head {
  margin-bottom: 0.2rem;
  font-size: 2.1rem;
}

.p-case-study__container {
  position: relative;
}
.p-case-study__sort-area {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  background-color: #e4e0d7;
}
.p-case-study__sort-list {
  width: 100vw;
  margin-left: -6vw;
  padding: 0 1px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  white-space: nowrap;
}
.p-case-study__sort-list::-webkit-scrollbar {
  display: none;
}
.p-case-study__sort-list-item {
  display: inline-block;
}
.p-case-study__sort-button {
  display: inline-block;
  position: relative;
  padding: 0.5rem 5.2rem 0.5rem 1.1rem;
  border-radius: 9999px;
  background-color: rgba(196, 191, 177, 0.4);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.p-case-study__sort-button.is-current {
  background-color: #c4bfb1;
}
.p-case-study__sort-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #2b2b2b;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-case-study__contents-area {
  padding-top: 1.5rem;
}
.p-case-study__list {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.p-case-study__list.is-hidden {
  opacity: 0;
}
.p-case-study__list-item {
  margin-bottom: 4rem;
  cursor: pointer;
}
.p-case-study__list-item:last-child {
  margin-bottom: 0;
}
.p-case-study__list-item.is-hidden {
  display: none;
}
.p-case-study__list-item-img {
  overflow: hidden;
}
.p-case-study__list-item-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-case-study__list-item-txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-case-study__list-item-category-label, .p-case-study__list-item-series-label {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #935747;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-case-study__list-item-category-txt-en::after {
  content: " /";
}
.p-case-study__list-item-series {
  text-align: right;
}
.p-case-study__detail {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #e4dfd5;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
}
.p-case-study__detail.is-active {
  display: block;
  opacity: 1;
}
@starting-style {
  .p-case-study__detail.is-active {
    opacity: 0;
  }
}
.p-case-study__detail-slider-area .slick-list {
  font-size: 0;
}
.p-case-study__detail-slider {
  height: 29.3rem;
  background-color: #c4bfb1;
}
.p-case-study__detail-slider-slide img {
  width: 100%;
  height: 29.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-case-study__detail-slider-thumbnail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 2.6rem 6%;
}
.p-case-study__detail-slider-thumbnail {
  width: 7rem;
  height: 7rem;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-case-study__detail-slider-thumbnail.is-current {
  opacity: 1;
}
.p-case-study__detail-slider-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case-study__detail-slider-number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-case-study__detail-slider-button {
  width: 4rem;
  border-radius: 9999px;
  background-color: #c4bfb1;
  padding: 0.6rem 0;
}
.p-case-study__detail-slider-button.--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-case-study__detail-slider-button-arrow {
  display: block;
  width: 1.5rem;
  margin: auto;
  overflow: hidden;
  font-size: 0;
}
.p-case-study__detail-slider-button-arrow img {
  width: 100%;
}
.p-case-study__detail-intro {
  padding-top: 3rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #c4bfb1;
  background-color: #FFFFFF;
}
.p-case-study__detail-inner {
  position: relative;
  padding: 0 6%;
}
.p-case-study__detail-number {
  position: absolute;
  top: 0rem;
  left: 5rem;
  font-size: 1.2rem;
  color: #935747;
  letter-spacing: 0.08em;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-case-study__detail-list {
  width: 72%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem 0;
}
.p-case-study__detail-list-item {
  width: 46.5%;
}
.p-case-study__detail-list-item-label {
  margin-bottom: 0.4rem;
  color: #935747;
  line-height: 1;
}
.p-case-study__detail-list-item-txt {
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.p-case-study__detail-list-item-txt.--en::after {
  content: " /";
}
.p-case-study__detail-texture {
  position: absolute;
  top: 6.8rem;
  left: 19.6rem;
  width: 10rem;
}
.p-case-study__detail-texture.--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
  width: 15rem;
}
.p-case-study__detail-texture.--col2 img {
  width: 48%;
}
.p-case-study__detail-content {
  padding-top: 2.5rem;
  padding-bottom: 4.6rem;
  background-color: #FFFFFF;
}
.p-case-study__detail-head {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-case-study__detail-txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-case-study__detail-txt.--note {
  color: #808080;
  letter-spacing: 0.08em;
}
.p-case-study__detail-txt + .p-case-study__detail-txt {
  margin-top: 1.1rem;
}
.p-case-study__detail-button-area {
  padding: 0 6% 10rem;
}
.p-case-study__detail-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.8rem 2.4rem;
  border-radius: 0.5rem;
  background-color: #3a3a3a;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-case-study__detail-button.--close::before, .p-case-study__detail-button.--close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  bottom: 0;
  margin: auto;
  width: 1.7rem;
  height: 0.1rem;
  background-color: #FFFFFF;
}
.p-case-study__detail-button.--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-case-study__detail-button.--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-case-study__detail-button:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-case-study__detail-button-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  bottom: 0;
  width: 1.7rem;
  margin: auto;
  overflow: hidden;
}
.p-case-study__detail-button-arrow img {
  width: 100%;
}

.p-original-line__mv {
  padding-top: 14.7rem;
  padding-bottom: 3.4rem;
  background: url("../img/original-line/mv_bg_sp.jpg") no-repeat right center/cover;
}
.p-original-line__mv-head {
  color: #FFFFFF;
}
.p-original-line__lead {
  padding-top: 3.8rem;
  padding-bottom: 13.8rem;
  background-color: #c4bfb1;
}
.p-original-line__lead-inner {
  position: relative;
}
.p-original-line__lead-txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-original-line__lead-txt + .p-original-line__lead-txt {
  margin-top: 1.6rem;
}
.p-original-line__scroll {
  position: absolute;
  right: -0.6rem;
  bottom: -13.9rem;
  width: 9.6rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.1rem;
  text-align: right;
  z-index: 3;
}
.p-original-line__scroll::before, .p-original-line__scroll::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
}
.p-original-line__scroll::before {
  opacity: 0.38;
}
.p-original-line__scroll::after {
  -webkit-animation: scroll-line 3s infinite both;
          animation: scroll-line 3s infinite both;
}
.p-original-line__content {
  display: none;
  opacity: 0;
  padding-top: 4.7rem;
  -webkit-transition: opacity 0.3s ease-out, display 0s allow-discrete;
  transition: opacity 0.3s ease-out, display 0s allow-discrete;
}
.p-original-line__content.is-current {
  display: block;
  opacity: 1;
}
@starting-style {
  .p-original-line__content.is-current {
    opacity: 0;
  }
}
.p-original-line__content-txt-area {
  height: 23.5rem;
  padding: 0 6%;
}
.p-original-line__content-head {
  margin-bottom: 1.7rem;
  font-size: 3rem;
  letter-spacing: -0.02em;
}
.p-original-line__content-head-en, .p-original-line__content-head-jp {
  display: block;
  line-height: 1;
}
.p-original-line__content-head-jp {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.p-original-line__content-head-jp::before {
  content: "/ ";
}
.p-original-line__content-txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-original-line__content-img-area {
  position: relative;
  margin-top: 1.6rem;
}
.p-original-line__content-img {
  display: block;
  width: 100%;
}
.p-original-line__content-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 58%;
  margin: auto;
  padding: 0.9rem 1.6rem;
  border-radius: 0.5rem;
  background-color: #3a3a3a;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  z-index: 1;
}
.p-original-line__content-button.--red {
  background-color: #B92D28;
}
.p-original-line__content-button-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1.2rem;
  margin: auto;
  overflow: hidden;
}
.p-original-line__content-button-arrow img {
  width: 100%;
}
.p-original-line__texture-area {
  position: relative;
  margin-top: 5.3rem;
  padding-top: 3.6rem;
  padding-bottom: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1.1rem, transparent), color-stop(1.1rem, #935747), to(#935747));
  background: linear-gradient(to bottom, transparent 0%, transparent 1.1rem, #935747 1.1rem, #935747 100%);
  overflow: hidden;
}
.p-original-line__texture-list {
  width: 47%;
  margin: auto;
}
.p-original-line__texture-list .slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.p-original-line__texture-list .slick-list {
  overflow: visible;
}
.p-original-line__texture-list .slick-center img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.p-original-line__texture-list .slick-center .p-original-line__texture-list-item-txt {
  opacity: 1;
}
.p-original-line__texture-list img {
  width: 100%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-original-line__texture-list-item {
  padding: 0 2.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-original-line__texture-list-item-inner > a {
  display: block;
  position: relative;
}
.p-original-line__texture-list-item-txt {
  opacity: 0;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-original-line__texture-list-item-txt.--en {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.p-original-line__number {
  position: absolute;
  bottom: 1.7rem;
  right: 1.8rem;
  font-size: 1.1rem;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-original-line__number-current::after {
  content: "/";
}
.p-original-line__texture-name-txt {
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
}
.p-original-line__texture-name-txt.--en {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
}

.p-original-line-detail__section {
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  background-color: #935747;
  color: #FFFFFF;
}
.p-original-line-detail__nav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #c4bfb1;
  z-index: 98;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.p-original-line-detail__nav.is-opened {
  height: 18.5rem;
  overflow: auto;
}
@starting-style {
  .p-original-line-detail__nav.is-opened {
    height: 0;
  }
}
.p-original-line-detail__nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-original-line-detail__nav-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 7.2rem;
  padding: 0.2rem 0;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #3a3a3a;
  z-index: 2;
}
.p-original-line-detail__nav-close::before, .p-original-line-detail__nav-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.3rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
}
.p-original-line-detail__nav-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-original-line-detail__nav-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-original-line-detail__nav-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 3rem 5%;
  z-index: 1;
}
.p-original-line-detail__nav-list.is-opened {
  height: 18.5rem;
}
.p-original-line-detail__nav-list-item {
  position: relative;
  margin-bottom: 1.7rem;
}
.p-original-line-detail__nav-list-item:last-child {
  margin-bottom: 0;
}
.p-original-line-detail__nav-list-item.is-current::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  background-color: #3a3a3a;
}
.p-original-line-detail__nav-list-item a {
  padding-left: 1.4rem;
  display: block;
  color: #3a3a3a;
}
.p-original-line-detail__nav-list-item-txt {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-original-line-detail__nav-list-item-txt.--en {
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.p-original-line-detail__nav-button {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: #c4bfb1;
  z-index: 97;
}
.p-original-line-detail__nav-button-inner {
  position: relative;
  padding: 0.7rem 1.4rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: #3a3a3a;
}
.p-original-line-detail__nav-button-inner::before, .p-original-line-detail__nav-button-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 1.4rem;
  bottom: 0;
  width: 1.3rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
}
.p-original-line-detail__nav-button-inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-original-line-detail__content-area {
  color: #e4e0d7;
}
.p-original-line-detail__head {
  margin-bottom: 2.4rem;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-original-line-detail__head-jp {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.p-original-line-detail__head-jp::before {
  content: "/ ";
}
.p-original-line-detail__number {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  vertical-align: super;
}
.p-original-line-detail__description {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-original-line-detail__list {
  width: 76%;
  margin: 4.5rem auto 0;
  text-align: center;
}
.p-original-line-detail__list-item {
  margin-bottom: 4.5rem;
  cursor: pointer;
}
.p-original-line-detail__list-item:last-child {
  margin-bottom: 0;
}
.p-original-line-detail__list-item-img {
  overflow: hidden;
}
.p-original-line-detail__list-item-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-original-line-detail__list-item-txt {
  margin-top: 1.1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-original-line-detail__modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-original-line-detail__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@starting-style {
  .p-original-line-detail__modal.is-active {
    opacity: 0;
  }
}
.p-original-line-detail__modal-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-original-line-detail__modal-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 9.7rem;
  padding: 0.6rem 1.3rem;
  background-color: #c4bfb1;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: #3a3a3a;
  z-index: 2;
}
.p-original-line-detail__modal-close-button::before, .p-original-line-detail__modal-close-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.3rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
}
.p-original-line-detail__modal-close-button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-original-line-detail__modal-close-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-original-line-detail__modal-inner {
  position: relative;
  width: 73.3%;
  color: #FFFFFF;
  text-align: center;
  z-index: 2;
}
.p-original-line-detail__slider {
  width: 100%;
}
.p-original-line-detail__slider img {
  width: 100%;
}
.p-original-line-detail__slider .slick-list {
  overflow: visible;
}
.p-original-line-detail__slider-slide-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding-bottom: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.63;
}
.p-original-line-detail__slider-arrow {
  position: absolute;
  bottom: -4.3rem;
  width: 4.2rem;
  padding: 0.7rem 0;
  border-radius: 9999px;
  background-color: #c4bfb1;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}
.p-original-line-detail__slider-arrow.--prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-original-line-detail__slider-arrow.--next {
  right: 0;
}
.p-original-line-detail__slider-arrow-inner {
  display: block;
  width: 1.4rem;
  margin: auto;
  overflow: hidden;
}
.p-original-line-detail__slider-arrow-inner img {
  width: 100%;
  height: auto;
}
.p-original-line-detail__slider-counter {
  margin-top: 2.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.p-original-line-detail__slider-counter-current::after {
  content: "/";
}

.p-basic-line__mv {
  position: relative;
  padding-top: 14.7rem;
  padding-bottom: 3.4rem;
  background: url("../img/basic-line/mv_bg_sp.jpg") no-repeat right center/cover;
  z-index: 1;
}
.p-basic-line__mv-head {
  color: #FFFFFF;
}
.p-basic-line__lead {
  position: relative;
  padding-top: 3.8rem;
  padding-bottom: 13.8rem;
  background-color: #c4bfb1;
  z-index: 1;
}
.p-basic-line__lead-inner {
  position: relative;
}
.p-basic-line__lead-txt {
  font-size: 1.3rem;
  line-height: 1.77;
}
.p-basic-line__lead-txt + .p-basic-line__lead-txt {
  margin-top: 1.6rem;
}
.p-basic-line__scroll {
  position: absolute;
  right: -0.6rem;
  bottom: -13.9rem;
  width: 9.6rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.1rem;
  text-align: right;
  z-index: 3;
}
.p-basic-line__scroll::before, .p-basic-line__scroll::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
}
.p-basic-line__scroll::before {
  opacity: 0.38;
}
.p-basic-line__scroll::after {
  -webkit-animation: scroll-line 3s infinite both;
          animation: scroll-line 3s infinite both;
}
.p-basic-line__section {
  padding-top: 0.8rem;
  padding-bottom: 7.5rem;
}
.p-basic-line__nav-button {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: #c4bfb1;
  z-index: 97;
}
.p-basic-line__nav-button-inner {
  position: relative;
  padding: 0.7rem 1.4rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: #3a3a3a;
}
.p-basic-line__nav-button-inner::before, .p-basic-line__nav-button-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 1.4rem;
  bottom: 0;
  width: 1.3rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
}
.p-basic-line__nav-button-inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-basic-line__nav-area-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-basic-line__nav-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 7.2rem;
  padding: 0.2rem 0;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #3a3a3a;
  z-index: 2;
}
.p-basic-line__nav-close::before, .p-basic-line__nav-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.3rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
}
.p-basic-line__nav-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-basic-line__nav-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-basic-line__nav-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 3rem 8.7%;
}
.p-basic-line__nav-list.is-opened {
  height: 18.5rem;
}
.p-basic-line__nav-list-head, .p-basic-line__nav-list-item {
  width: 70%;
}
.p-basic-line__nav-list-head {
  margin-bottom: 1.3rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-basic-line__nav-list-item {
  margin-bottom: 1.7rem;
}
.p-basic-line__nav-list-item a {
  position: relative;
  display: block;
}
.p-basic-line__nav-list-item a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.7rem;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-basic-line__nav-list-item.is-current a::before {
  opacity: 1;
}
.p-basic-line__nav-list-item-txt-en, .p-basic-line__nav-list-item-txt-jp {
  display: block;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-basic-line__nav-list-item-txt-en {
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
}
.p-basic-line__nav-list-item-txt-jp {
  font-size: 1.2rem;
}
.p-basic-line__block {
  padding-bottom: 4.6rem;
}
.p-basic-line__block-head {
  margin-bottom: 1.8rem;
  font-size: 3rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-basic-line__block-head-jp {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.p-basic-line__block-head-jp::before {
  content: "/ ";
}
.p-basic-line__block-description {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1.77;
}
.p-basic-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem 3.2%;
  margin-top: 2rem;
}
.p-basic-line__list-item {
  width: 22.6%;
  text-align: center;
  cursor: pointer;
}
.p-basic-line__list-item-img {
  border: 1px solid #c2beb1;
  overflow: hidden;
}
.p-basic-line__list-item-img img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-basic-line__list-item-txt {
  margin-top: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-basic-line__texture-img {
  margin-top: 2rem;
}
.p-basic-line__texture-img img {
  display: none;
  width: 100%;
}
.p-basic-line__texture-img img.is-current {
  display: block;
}
.p-basic-line__texture-note {
  margin-top: 1.3rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.75;
}
.p-basic-line__texture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem 4.1%;
  margin-top: 1.2rem;
}
.p-basic-line__texture-list-item {
  position: relative;
  width: 30.6%;
  cursor: pointer;
  z-index: 1;
}
.p-basic-line__texture-list-item-head {
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}
.p-basic-line__texture-list-item-img {
  overflow: hidden;
  border: 0.1rem solid transparent;
}
.p-basic-line__texture-list-item.is-current .p-basic-line__texture-list-item-img {
  border-radius: 0.5rem;
  border-color: #000000;
}
.p-basic-line__texture-list-item-note {
  margin-top: 0.2rem;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  line-height: 1.75;
}
.p-basic-line__modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-basic-line__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@starting-style {
  .p-basic-line__modal.is-active {
    opacity: 0;
  }
}
.p-basic-line__modal-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-basic-line__modal-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 9.7rem;
  padding: 0.6rem 1.3rem;
  background-color: #c4bfb1;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: #3a3a3a;
  z-index: 2;
}
.p-basic-line__modal-close-button::before, .p-basic-line__modal-close-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.3rem;
  height: 1px;
  margin: auto;
  background-color: #3a3a3a;
}
.p-basic-line__modal-close-button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-basic-line__modal-close-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-basic-line__modal-inner {
  position: relative;
  width: 73.3%;
  color: #FFFFFF;
  text-align: center;
  z-index: 2;
}
.p-basic-line__modal-block {
  display: none;
}
.p-basic-line__modal-block.is-active {
  display: block;
}
.p-basic-line__slider {
  width: 100%;
}
.p-basic-line__slider img {
  width: 100%;
}
.p-basic-line__slider-slide-txt {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.63;
}
.p-basic-line__slider-arrow {
  position: absolute;
  bottom: -4.3rem;
  width: 4.2rem;
  padding: 0.7rem 0;
  border-radius: 9999px;
  background-color: #c4bfb1;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}
.p-basic-line__slider-arrow.--prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-basic-line__slider-arrow.--next {
  right: 0;
}
.p-basic-line__slider-arrow-inner {
  display: block;
  width: 1.4rem;
  margin: auto;
  overflow: hidden;
}
.p-basic-line__slider-arrow-inner img {
  width: 100%;
  height: auto;
}
.p-basic-line__slider-counter {
  margin-top: 2.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.p-basic-line__slider-counter-current::after {
  content: "/";
}
.p-basic-line__guide {
  display: none;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-basic-line__guide.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@starting-style {
  .p-basic-line__guide.is-active {
    opacity: 0;
  }
}
.p-basic-line__guide-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.p-basic-line__guide-inner {
  position: relative;
  width: 80%;
  padding: 10rem 2rem;
  border-radius: 0.3rem;
  background-color: #e4dfd5;
  text-align: center;
  z-index: 2;
}
.p-basic-line__guide-img {
  width: 5.8rem;
  margin: auto;
}
.p-basic-line__guide-txt {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.77;
}

.p-privacy__inner {
  max-width: 80rem;
  margin: 4rem auto 0;
}
.p-privacy__block {
  margin-bottom: 1.9rem;
}
.p-privacy__block:last-child {
  margin-bottom: 0;
}
.p-privacy__block-head {
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  line-height: 1.75;
}
.p-privacy__txt {
  font-size: 1.3rem;
  line-height: 1.77;
}

.p-news__inner {
  max-width: 80rem;
  margin: 5rem auto 0;
}
.p-news__category-list-item {
  display: inline-block;
  position: relative;
  padding: 0.5rem 5.2rem 0.5rem 1.1rem;
  border-radius: 9999px;
  background-color: rgba(196, 191, 177, 0.4);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.p-news__category-list-item.is-current {
  background-color: #c4bfb1;
}
.p-news__category-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #2b2b2b;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-news__list {
  margin-top: 1.3rem;
}
.p-news__list-item {
  border-bottom: 1px solid #d8d1c3;
}
.p-news__list-item a {
  display: block;
  padding: 1rem 0 1rem;
}
.p-news__list-item-date, .p-news__list-item-category {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.p-news__list-item-category {
  padding-left: 0.5rem;
}
.p-news__list-item-title {
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-news__pager {
  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;
  margin-top: 3rem;
  gap: 1rem;
}
.p-news__pager-item {
  width: 3.7rem;
  height: 3.7rem;
  font-size: 1.2rem;
}
.p-news__pager-item a, .p-news__pager-item span {
  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;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  border-radius: 0.2rem;
}
.p-news__pager-item a {
  background-color: rgba(58, 58, 58, 0.5);
}
.p-news__pager-item span {
  background-color: #3a3a3a;
}

.p-news-detail__head {
  font-size: 1.8rem;
}
.p-news-detail__content {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.75;
}
.p-news-detail__content p {
  margin-bottom: 2em;
}
.p-news-detail__content a {
  text-decoration: underline;
  color: #935747;
}
.p-news-detail__content img {
  margin: 2.4rem 0;
}
.p-news-detail__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.8rem 2.4rem;
  margin: auto;
  border-radius: 0.5rem;
  background-color: #3a3a3a;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-news-detail__button-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  bottom: 0;
  width: 1.7rem;
  margin: auto;
  overflow: hidden;
}
.p-news-detail__button-arrow img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  body {
    line-height: 2.1;
  }
  .u-sp {
    display: none;
  }
  .c-head__en {
    font-size: 4rem;
  }
  .c-head__jp {
    margin-top: 1.3rem;
  }
  .l-header__logo {
    top: 3rem;
    left: 3rem;
    width: 17.5rem;
  }
  .l-header__menu-button {
    width: 5.3rem;
    height: 5.3rem;
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  .l-header__menu-button-line {
    height: 1px;
  }
  .l-header__menu-button-line:nth-child(1) {
    top: 1.6rem;
  }
  .l-header__menu-button-line:nth-child(2) {
    top: 2.2rem;
  }
  .is-menu-opened .l-header__menu-button-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is-menu-opened .l-header__menu-button-line:nth-child(2) {
    -webkit-transform: translateY(1rem) rotate(-45deg) scaleX(1);
            transform: translateY(1rem) rotate(-45deg) scaleX(1);
  }
  .is-home .l-header__menu-button {
    display: none;
    background-color: transparent;
  }
  .is-home .l-header__menu-button-line {
    width: 2.4rem;
  }
  .is-home .l-header__menu-button-line:nth-child(1) {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .is-home .l-header__menu-button-line:nth-child(2) {
    -webkit-transform: rotate(-15deg) scaleX(1);
            transform: rotate(-15deg) scaleX(1);
  }
  .l-sidebar__scroll-button:hover::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .l-sidebar__scroll-button:hover .l-sidebar__scroll-button-txt {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
  .l-menu {
    width: 280px;
  }
  .l-menu__head {
    padding: 0 2rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #5e5e5e;
  }
  .l-menu__nav-item > a {
    padding: 1.1rem 2rem 1.1rem;
  }
  .l-menu__nav-item > a:hover .l-menu__nav-item-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .l-menu__nav-item-txt {
    font-size: 1.2rem;
  }
  .l-menu__nav-item-mark {
    width: 3rem;
    height: 1.5rem;
  }
  .l-menu__nav-item-mark.--plus::before, .l-menu__nav-item-mark.--plus::after {
    width: 1.1rem;
    height: 1px;
  }
  .l-menu__nav-item-mark.--plus::after {
    width: 0.8rem;
  }
  .l-menu__nav-item-mark img {
    width: 1.1rem;
  }
  .l-menu__nav-item-arrow {
    width: 1.1rem;
  }
  .l-menu__nav-item-description {
    line-height: 1.7;
  }
  .l-menu__nav-sub-list-pc {
    position: fixed;
    top: 0;
    right: 280px;
    width: 280px;
    height: 100svh;
    padding: 2.8rem 0 4rem;
    background: #e4e0d7;
    -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
    transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
    overflow: auto;
    color: #222222;
    z-index: 100;
  }
  .l-menu__nav-sub-list-pc.is-active {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .l-menu__nav-sub-list-pc.is-active {
      opacity: 0;
    }
  }
  .l-menu__nav-sub-item {
    display: block;
    width: 100%;
    padding: 0 4.5rem;
  }
  .l-menu__nav-sub-item:first-child {
    margin-left: 0;
  }
  .l-menu__nav-sub-item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 3.6rem;
  }
  .l-menu__nav-sub-item:last-child {
    margin-right: 0;
  }
  .l-menu__nav-sub-item-name {
    font-size: 1.5rem;
  }
  .l-menu__button-area {
    padding: 2.7rem 2rem 2rem;
  }
  .l-menu__button {
    padding: 0.9rem 1.9rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
  }
  .l-menu__button:hover .l-menu__button-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .l-menu__button:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-menu__button-arrow {
    right: 1.8rem;
    width: 1.1rem;
  }
  .l-menu__sns-list {
    gap: 1rem 1.2rem;
    width: 100%;
    padding: 0rem 2rem 5rem;
    font-size: 1rem;
    line-height: 1;
  }
  .l-menu__sns-item a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-menu__sns-item a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .is-home .l-menu {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .is-home .l-menu__inner {
    opacity: 1 !important;
  }
  .l-footer {
    padding-top: 18.4rem;
    padding-bottom: 13.2rem;
  }
  .l-footer__slider {
    max-width: 782px;
    width: 100%;
    margin: auto;
  }
  .l-footer__slider .slick-list {
    overflow: visible;
  }
  .l-footer__contact {
    top: 7.8rem;
    left: 0;
    right: 0;
    max-width: 730px;
    width: 60%;
    margin: auto;
  }
  .l-footer__contact-inner {
    max-width: 280px;
  }
  .l-footer__contact-head {
    margin-bottom: 1.4rem;
    padding-bottom: 0.6rem;
    font-size: 1.4rem;
  }
  .l-footer__contact-link {
    margin-bottom: 0.9rem;
    font-size: 1.6rem;
  }
  .l-footer__contact-link:hover .l-footer__contact-link-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .l-footer__contact-link-mark {
    width: 3rem;
    height: 1.5rem;
  }
  .l-footer__contact-link-arrow {
    width: 1.2rem;
  }
  .l-footer__contact-address {
    margin-top: 5rem;
    line-height: 1.6;
  }
  .l-footer__copyright {
    bottom: 2.8rem;
    right: 7rem;
    left: auto;
    font-size: 1rem;
    line-height: 1.5;
    text-align: right;
  }
  .l-footer__bottom {
    left: 3rem;
    bottom: 2.8rem;
    line-height: 1.5;
  }
  .is-home .l-footer__copyright {
    right: 30rem;
  }
  .l-section {
    padding-right: 5.3rem;
  }
  .l-section.--first {
    padding-top: 11.7rem;
  }
  .l-section.--last {
    padding-bottom: 22rem;
  }
  .l-inner {
    width: 87%;
  }
  .l-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8.6rem;
  }
  .l-flex-container__nav-area {
    position: sticky;
    top: 10rem;
    left: 0;
    width: 36.4rem;
    padding-right: 9.4rem;
  }
  .l-flex-container__content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top__opening-mask {
    -webkit-mask-size: 100%, 670px 380px;
            mask-size: 100%, 670px 380px;
  }
  .p-top__opening-mask.is-animation {
    -webkit-animation: opening-mask-pc 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: opening-mask-pc 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  }
  .p-top__section {
    padding-right: 280px;
    letter-spacing: 0.08em;
  }
  .p-top__section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 820px;
  }
  .p-top__section-txt-area {
    width: 368px;
  }
  .p-top__section-head {
    font-size: 1.4rem;
  }
  .p-top__pc-inner {
    position: relative;
    max-width: 735px;
  }
  .p-top__lead-txt {
    font-size: 2.2rem;
  }
  .p-top__main-visual::before {
    background-image: url("../img/top/mv_bg_pc.jpg");
  }
  .p-top__main-visual__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 72.4%;
    padding-left: 3.6%;
  }
  .p-top__main-visual__logo {
    width: 43.3rem;
  }
  .p-top__main-visual__txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .p-top__main-visual__scroll {
    right: auto;
    left: 59.5rem;
    bottom: -3.1rem;
    width: 14.2rem;
    padding-bottom: 0.7rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }
  .p-top__main-visual__news {
    left: 2.8rem;
    top: calc(100svh - 8.2rem);
  }
  .p-top__main-visual__news-txt-area {
    margin-left: 2rem;
  }
  .p-top__main-visual__news-date, .p-top__main-visual__news-category {
    font-size: 1rem;
  }
  .p-top__concept::before {
    background-image: url("../img/top/concept_bg_pc.jpg");
  }
  .p-top__material-block.--material01::before {
    background-image: url("../img/top/material_bg01_pc.jpg");
  }
  .p-top__material-block.--material02::before {
    background-image: url("../img/top/material_bg02_pc.jpg");
  }
  .p-top__material-block.--material03::before {
    background-image: url("../img/top/material_bg03_pc.jpg");
  }
  .p-top__current-list {
    right: 31rem;
    bottom: 3.3rem;
  }
  .p-top__current-list.is-absolute {
    top: 1rem;
    bottom: auto;
  }
  .p-contact__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8.6rem;
  }
  .p-contact__flow-area {
    position: sticky;
    top: 10rem;
    left: 0;
    width: 36.4rem;
    padding-right: 9.4rem;
  }
  .p-contact__flow-list {
    margin-bottom: 4.9rem;
    padding-top: 0.5rem;
  }
  .p-contact__flow-list-item {
    padding-right: 4.1rem;
  }
  .p-contact__flow-list-item:not(:last-child)::after {
    width: 1.9rem;
  }
  .p-contact__flow-txt {
    font-size: 1.4rem;
  }
  .p-contact__form-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-contact__form-area input, .p-contact__form-area select, .p-contact__form-area textarea {
    margin-top: 0.7rem;
    padding: 1.7rem 1.9rem;
  }
  .p-contact__form-area textarea {
    height: 26rem;
  }
  .p-contact__form-flexbox > .p-contact__form-item {
    width: 48.5%;
  }
  .p-contact__form-item {
    margin-bottom: 2.2rem;
  }
  .p-contact__form-item label {
    font-size: 1.4rem;
  }
  .p-contact__form-head {
    margin-top: 4.6rem;
    margin-bottom: 2.3rem;
    font-size: 1.6rem;
  }
  .p-contact__data-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 4rem;
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .p-contact__agree-txt {
    margin-top: 3.6rem;
    font-size: 1.6rem;
  }
  .p-contact__agree-txt a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-contact__agree-txt a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-contact__agree {
    font-size: 1.4rem;
  }
  .p-contact__button {
    width: 23rem;
    margin-top: 5.9rem;
    padding: 0.9rem 1.7rem;
  }
  .p-contact__button:hover .p-contact__button-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-contact__button-arrow {
    right: 2.1rem;
    width: 1.3rem;
  }
  .p-contact__thanks-head {
    margin-bottom: 1.8rem;
    font-size: 4rem;
  }
  .p-contact__thanks-txt {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .mw_wp_form_confirm .p-contact__form-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
  .mw_wp_form_confirm .p-contact__form-item label {
    display: inline-block;
    padding-right: 2rem;
  }
  .p-download__nav-txt {
    font-size: 1.4rem;
  }
  .p-download__nav-txt a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-download__nav-txt a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-download__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 9.7rem;
  }
  .p-download__list-item-img-area {
    width: 19rem;
  }
  .p-download__list-item-txt-area {
    max-width: 440px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 1rem;
    padding-left: 4.5rem;
  }
  .p-download__list-item-head {
    font-size: 2rem;
  }
  .p-download__list-item-txt {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .p-download__button {
    width: 23rem;
    margin-top: 2.4rem;
    padding: 0.9rem 1.7rem;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-download__button:hover {
    opacity: 0.8;
  }
  .p-download__button-icon {
    right: 2.2rem;
    width: 1rem;
  }
  .p-faq__tab-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4rem;
  }
  .p-faq__tab {
    min-width: 10.4rem;
    padding-right: 4.5rem;
  }
  .p-faq__tab:hover::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .p-faq__lead {
    margin-bottom: 9.4rem;
  }
  .p-faq__lead-txt.--large {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .p-faq__order-list::after {
    bottom: 2rem;
    left: 3.9rem;
    width: 1rem;
    height: 1rem;
  }
  .p-faq__order-list-item {
    padding-bottom: 8.6rem;
  }
  .p-faq__order-list-item::after {
    top: 10rem;
    bottom: 2rem;
    left: 3.9rem;
  }
  .p-faq__order-list-item-number {
    width: 8rem;
    height: 8rem;
    font-size: 1.5rem;
  }
  .p-faq__order-list-item-txt-area {
    padding-left: 4.2rem;
  }
  .p-faq__order-list-item-head {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
    padding: 2.3rem 0;
  }
  .p-faq__order-list-item-txt {
    font-size: 1.4rem;
  }
  .p-faq__order-list-item-txt a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-faq__order-list-item-txt a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-faq__head {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .p-faq__question-block {
    margin-bottom: 3.7rem;
    padding-bottom: 3.7rem;
  }
  .p-faq__question, .p-faq__answer {
    padding-left: 4.8rem;
  }
  .p-faq__question::before, .p-faq__answer::before {
    left: 0;
    font-size: 2rem;
  }
  .p-faq__question {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
  }
  .p-faq__answer {
    font-size: 1.4rem;
  }
  .p-faq__answer a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-faq__answer a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-license__top-section {
    padding-bottom: 10rem;
  }
  .p-license__sub-head {
    margin-top: 5rem;
    margin-bottom: 5.1rem;
    font-size: 2rem;
  }
  .p-license__txt {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .p-license__txt a:hover {
    text-decoration: none;
  }
  .p-license__img {
    max-width: 1088px;
    width: 100%;
    margin: 0;
  }
  .p-license__rank {
    margin-top: 7.7rem;
    text-align: left;
  }
  .p-license__table-area {
    margin: 6.2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-license__table-img {
    width: 53.6%;
  }
  .p-license__table-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 0 5rem 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.9;
  }
  .p-license__bottom-section {
    padding-top: 10rem;
  }
  .p-license__select-area {
    gap: 2.5rem 4.2rem;
  }
  .p-license__select-item {
    width: 36rem;
  }
  .p-license__select-label {
    width: 9.2rem;
  }
  .p-license__select-box::after {
    right: 2.3rem;
  }
  .p-license__select {
    padding: 0.9rem 1.5rem;
    font-size: 1.3rem;
  }
  .p-license__search {
    margin-top: 8rem;
    padding-bottom: 2.3rem;
  }
  .p-license__search-head {
    font-size: 3rem;
  }
  .p-license__search-txt {
    margin-top: 1.4rem;
    font-size: 1.5rem;
  }
  .p-license__search-attention {
    font-size: 1.5rem;
    padding-left: 1em;
  }
  .p-license__search-hit {
    bottom: 2.3rem;
    font-size: 1.5rem;
  }
  .p-license__search-hit-number {
    font-size: 3rem;
  }
  .p-license__store-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 2.9rem 2.9rem;
    font-size: 1.5rem;
  }
  .p-license__store-list-item-img {
    width: 13.3rem;
  }
  .p-license__store-list-item-txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1rem;
  }
  .p-license__store-list-item-txt-area-main {
    width: 30rem;
    padding: 3rem 4rem 3rem 0;
    border-right: 1px solid #afafaf;
  }
  .p-license__store-list-item-name {
    font-size: 2rem;
  }
  .p-license__store-list-item-txt-area-sub {
    margin-top: 0;
    padding: 0 4rem;
  }
  .p-license__store-info-list {
    display: inline-grid;
    -webkit-column-gap: 2.7rem;
       -moz-column-gap: 2.7rem;
            column-gap: 2.7rem;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    line-height: 1.6;
  }
  .p-license__store-info-list a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-license__store-info-list a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-quality__mv {
    padding-top: 31.1rem;
    padding-bottom: 8.1rem;
    background-image: url("../img/quality/mv_bg_pc.jpg");
  }
  .p-quality__eco {
    padding-top: 11.7rem;
    padding-bottom: 15.2rem;
  }
  .p-quality__eco-sub-head {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .p-quality__eco-txt {
    font-size: 1.2rem;
  }
  .p-quality__eco-flexbox {
    margin-top: 3.6rem;
    margin-bottom: 6.6rem;
    padding: 2rem 2rem 2rem;
  }
  .p-quality__eco-icon-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem 0.5rem;
    width: 54.7%;
    padding-top: 1.7rem;
    padding-right: 3rem;
    padding-bottom: 1.7rem;
    border-right: 1px solid #afafaf;
    border-bottom: none;
  }
  .p-quality__eco-icon-list-item {
    width: 18rem;
  }
  .p-quality__eco-icon-list-item-img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-quality__eco-icon-list-item-img.--img01 {
    padding: 0 6.1rem;
  }
  .p-quality__eco-icon-list-item-img.--img02 {
    padding: 0.8rem 5.2rem 0;
  }
  .p-quality__eco-icon-list-item-img.--img03 {
    padding: 0 6.6rem;
  }
  .p-quality__eco-icon-list-item-txt {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
  .p-quality__eco-summary-txt {
    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;
    width: 45.3%;
    margin-top: 0;
    padding-left: 2rem;
    font-size: 1.2rem;
    text-align: left;
  }
  .p-quality__eco-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
    padding: 2.5rem 0;
  }
  .p-quality__eco-feature-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    padding: 0.3rem 2rem 1.6rem;
    border-right: 1px solid #afafaf;
    border-bottom: none;
  }
  .p-quality__eco-feature-list-item:last-child {
    border-right: none;
  }
  .p-quality__eco-feature-list-item-txt {
    margin-top: 1.3rem;
    font-size: 1.1rem;
    line-height: 1.64;
  }
  .p-quality__eco-marks {
    width: 78.5%;
    margin: 8.7rem auto 0;
  }
  .p-quality__eco-marks-head {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .p-quality__quality {
    padding-top: 12.7rem;
    padding-bottom: 14.3rem;
  }
  .p-quality__quality-flexbox {
    padding-bottom: 12.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-quality__quality-head {
    width: 29.3rem;
  }
  .p-quality__quality-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0.4rem;
  }
  .p-quality__quality-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10rem;
  }
  .p-quality__quality-list-item-img {
    width: 31.2rem;
    padding-left: 4.9rem;
  }
  .p-quality__quality-list-item-en {
    top: 0.6rem;
    left: 3.2rem;
    font-size: 1.6rem;
  }
  .p-quality__quality-list-item-txt-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 5rem;
  }
  .p-quality__quality-list-item-head {
    font-size: 3rem;
  }
  .p-quality__quality-list-item-txt {
    margin-top: 3.3rem;
    font-size: 1.2rem;
  }
  .p-quality__quality-list-item-txt a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-quality__quality-list-item-txt a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-quality__quality-other {
    margin-top: 6rem;
  }
  .p-quality__quality-other-head {
    font-size: 2.4rem;
  }
  .p-quality__quality-other-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.1rem 2.1rem;
    margin-top: 2.2rem;
  }
  .p-quality__quality-other-list-item {
    width: 9.5rem;
  }
  .p-quality__quality-other-list-item img {
    width: 8.4rem;
  }
  .p-quality__quality-other-list-item-txt {
    font-size: 1.6rem;
  }
  .p-quality__quality-other-txt {
    margin-top: 3.5rem;
    font-size: 1.2rem;
  }
  .p-quality__relief {
    padding-top: 11.3rem;
    padding-bottom: 12.5rem;
  }
  .p-quality__relief-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-quality__relief-txt-area {
    width: 57%;
    padding-right: 5%;
  }
  .p-quality__relief-head {
    margin-bottom: 6.1rem;
    font-size: 3.4rem;
    line-height: 1;
    text-align: left;
  }
  .p-quality__relief-block {
    font-size: 1.6rem;
  }
  .p-quality__relief-block + .p-quality__relief-block {
    margin-top: 6rem;
  }
  .p-quality__relief-block-head {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .p-quality__relief-txt {
    font-size: 1.2rem;
  }
  .p-quality__relief-img {
    width: 43%;
  }
  .p-case-study__sort-area {
    position: static;
    padding-top: 6.5rem;
    padding-bottom: 0;
  }
  .p-case-study__sort-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
  }
  .p-case-study__sort-button {
    padding: 0.4rem 4.1rem 0.4rem 0.9rem;
    font-size: 1rem;
  }
  .p-case-study__sort-button:hover::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .p-case-study__contents-area {
    padding-top: 6rem;
  }
  .p-case-study__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9.8rem 9.2%;
  }
  .p-case-study__list-item {
    width: 27.2%;
    margin-bottom: 0;
  }
  .p-case-study__list-item:hover .p-case-study__list-item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-case-study__list-item-txt-area {
    margin-top: 2.5rem;
  }
  .p-case-study__detail-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-height: 100svh;
  }
  .p-case-study__detail-slider-area {
    width: 56.2%;
  }
  .p-case-study__detail-slider-area .slick-list {
    height: 60.3rem;
  }
  .p-case-study__detail-slider {
    height: 60.3rem;
  }
  .p-case-study__detail-slider-slide img {
    height: 60.3rem;
  }
  .p-case-study__detail-slider-thumbnail-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.7rem;
    padding: 2.5rem 6% 2.9rem;
  }
  .p-case-study__detail-slider-thumbnail {
    width: 5.2rem;
    height: 5.2rem;
  }
  .p-case-study__detail-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.3rem;
    margin: auto;
    padding-bottom: 2.5rem;
  }
  .p-case-study__detail-slider-button:hover .p-case-study__detail-slider-button-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-case-study__detail-txt-area {
    position: relative;
    width: 43.8%;
    padding-bottom: 22rem;
    background-color: #FFFFFF;
  }
  .p-case-study__detail-intro {
    padding-bottom: 4.2rem;
  }
  .p-case-study__detail-inner {
    padding: 0 5.2%;
  }
  .p-case-study__detail-number {
    left: 5.6rem;
  }
  .p-case-study__detail-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0 14rem 0 7rem;
  }
  .p-case-study__detail-list-item {
    width: 38.5%;
    padding-right: 1rem;
  }
  .p-case-study__detail-list-item.--w50 {
    width: 50%;
  }
  .p-case-study__detail-list-item.--w100 {
    width: 100%;
  }
  .p-case-study__detail-texture {
    top: 0;
    right: 3rem;
    left: auto;
    width: 13.3rem;
  }
  .p-case-study__detail-texture.--col2 {
    width: 20rem;
  }
  .p-case-study__detail-content {
    padding-top: 4rem;
  }
  .p-case-study__detail-head {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
  .p-case-study__detail-txt {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .p-case-study__detail-txt.--note {
    font-size: 1.2rem;
  }
  .p-case-study__detail-txt + .p-case-study__detail-txt {
    margin-top: 1.6rem;
  }
  .p-case-study__detail-button-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5.2% 9rem;
  }
  .p-case-study__detail-button {
    width: 30rem;
    padding: 0.9rem 1.9rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    text-align: left;
  }
  .p-case-study__detail-button:hover .p-case-study__detail-button-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-case-study__detail-button.--close {
    width: 16rem;
  }
  .p-case-study__detail-button.--close:hover::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .p-case-study__detail-button.--close:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-case-study__detail-button.--close::before, .p-case-study__detail-button.--close::after {
    right: 2rem;
    width: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-case-study__detail-button:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-case-study__detail-button-arrow {
    right: 2rem;
    width: 1.2rem;
  }
  .p-original-line__mv {
    padding-top: 31.1rem;
    padding-bottom: 8.1rem;
    background-image: url("../img/original-line/mv_bg_pc.jpg");
  }
  .p-original-line__lead {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .p-original-line__lead-txt {
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .p-original-line__scroll {
    right: 0;
    bottom: -3.1rem;
    width: 14.2rem;
    padding-bottom: 0.7rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }
  .p-original-line__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-original-line__content-area {
    position: sticky;
    top: 0;
    left: 0;
    width: 74%;
    min-height: 100vh;
  }
  .p-original-line__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.5s ease-out, display 0.5s allow-discrete;
    transition: opacity 0.5s ease-out, display 0.5s allow-discrete;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-original-line__content-txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .p-original-line__content-head {
    min-width: 23.3rem;
    padding-right: 2.5rem;
    font-size: 4rem;
  }
  .p-original-line__content-head-jp {
    margin-top: 1.3rem;
    letter-spacing: 0;
  }
  .p-original-line__content-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .p-original-line__content-img-area {
    width: 88%;
    margin: 2.4rem 6% 0;
  }
  .p-original-line__content-button {
    width: 25rem;
    top: 3.2rem;
    right: 3.2rem;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
  .p-original-line__content-button:hover .p-original-line__content-button-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-original-line__content-button-arrow {
    right: 2rem;
    width: 1.2rem;
  }
  .p-original-line__texture-area {
    width: 26%;
    margin-top: 0;
    background: #935747;
  }
  .p-original-line__texture-list {
    width: 100%;
  }
  .p-original-line__texture-list-item {
    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;
    min-height: 100vh;
    padding: 10.4rem 7.5rem 5rem;
    opacity: 0.5;
  }
  .p-original-line__texture-list-item:last-child {
    margin-bottom: 0;
  }
  .p-original-line__texture-list-item.is-current {
    padding-right: 4rem;
    padding-left: 4rem;
    opacity: 1;
  }
  .p-original-line__texture-list-item-inner > a {
    overflow: hidden;
  }
  .p-original-line__texture-list-item-inner > a img {
    width: 100%;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .p-original-line__texture-list-item.is-current .p-original-line__texture-list-item-txt {
    opacity: 1;
  }
  .p-original-line__texture-list-item-txt.--en {
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
  }
  .p-original-line__number {
    position: fixed;
    bottom: 2rem;
    right: 7rem;
    font-size: 1.2rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  }
  .p-original-line__number.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .p-original-line__number.is-absolute {
    position: absolute;
    bottom: 2rem;
    right: 1.7rem;
  }
  .p-original-line__texture-name {
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    z-index: 2;
  }
  .p-original-line__texture-name.is-fixed {
    position: fixed;
    right: 5.3rem;
    width: calc((100vw - 5.3rem) * 0.26);
  }
  .p-original-line__texture-name.--prev {
    top: 2.5rem;
  }
  .p-original-line__texture-name.--next {
    bottom: 2.5rem;
  }
  .p-original-line__texture-name.is-visible {
    opacity: 0.3;
    visibility: visible;
  }
  .p-original-line-detail__section {
    padding-top: 9.7rem;
  }
  .p-original-line-detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-original-line-detail__nav {
    position: sticky;
    top: 5rem;
    left: 0;
    width: 24.6rem;
    height: auto !important;
    padding-top: 1rem;
    overflow: auto !important;
    background-color: transparent;
  }
  .p-original-line-detail__nav-inner {
    opacity: 1 !important;
  }
  .p-original-line-detail__nav-list {
    height: auto !important;
    padding: 2.5rem 0;
  }
  .p-original-line-detail__nav-list-item {
    margin-bottom: 2.9rem;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-original-line-detail__nav-list-item:hover {
    opacity: 1;
  }
  .p-original-line-detail__nav-list-item.is-current {
    opacity: 1;
  }
  .p-original-line-detail__nav-list-item.is-current::before {
    background-color: #FFFFFF;
  }
  .p-original-line-detail__nav-list-item a {
    color: #FFFFFF;
  }
  .p-original-line-detail__nav-list-item-txt.--en {
    font-size: 1.5rem;
  }
  .p-original-line-detail__content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-original-line-detail__head {
    margin-bottom: 1.2rem;
    font-size: 5.1rem;
    letter-spacing: 0.08em;
  }
  .p-original-line-detail__head-jp {
    display: inline-block;
  }
  .p-original-line-detail__number {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    -webkit-transform: translateY(-1.7rem);
            transform: translateY(-1.7rem);
  }
  .p-original-line-detail__description {
    font-size: 1.2rem;
  }
  .p-original-line-detail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.2rem 5.3333333333%;
    width: 100%;
    margin: 5.3rem auto 0;
  }
  .p-original-line-detail__list-item {
    width: 21%;
    margin-bottom: 0;
  }
  .p-original-line-detail__list-item:hover .p-original-line-detail__list-item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-original-line-detail__list-item-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-original-line-detail__modal-close-button {
    top: 2rem;
    right: 2rem;
    width: 12.3rem;
    padding: 1.2rem 1.7rem;
    font-size: 1.4rem;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-original-line-detail__modal-close-button:hover {
    opacity: 0.8;
  }
  .p-original-line-detail__modal-close-button::before, .p-original-line-detail__modal-close-button::after {
    right: 2rem;
  }
  .p-original-line-detail__modal-inner {
    width: 35rem;
  }
  .p-original-line-detail__modal-inner.--large {
    max-width: 80rem;
    width: 100%;
  }
  .p-original-line-detail__slider img {
    max-width: 80rem;
    max-height: 54.5rem;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .p-original-line-detail__slider-slide-txt {
    font-size: 1.6rem;
  }
  .p-original-line-detail__slider-arrow:hover .p-original-line-detail__slider-arrow-inner img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-original-line-detail__slider-counter {
    font-size: 1.4rem;
  }
  .p-basic-line__mv {
    padding-top: 31.1rem;
    padding-bottom: 8.1rem;
    background-image: url("../img/basic-line/mv_bg_pc.jpg");
  }
  .p-basic-line__lead {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .p-basic-line__lead-txt {
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .p-basic-line__scroll {
    right: 0;
    bottom: -3.1rem;
    width: 14.2rem;
    padding-bottom: 0.7rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }
  .p-basic-line__nav-area {
    width: 23.7rem;
  }
  .p-basic-line__nav-area-inner {
    opacity: 1 !important;
  }
  .p-basic-line__nav-list {
    width: 17rem;
    height: auto !important;
    padding: 0;
  }
  .p-basic-line__nav-list-head {
    margin-bottom: 1.9rem;
    font-size: 2.2rem;
  }
  .p-basic-line__nav-list-item + .p-basic-line__nav-list-head {
    margin-top: 5rem;
  }
  .p-basic-line__nav-list-item {
    margin-bottom: 2.8rem;
  }
  .p-basic-line__nav-list-item a {
    padding-left: 2.2rem;
  }
  .p-basic-line__nav-list-item a::before {
    left: 0;
  }
  .p-basic-line__nav-list-item-txt-en {
    font-size: 1.5rem;
  }
  .p-basic-line__nav-list-item-txt-jp {
    font-size: 1.2rem;
  }
  .p-basic-line__block {
    padding-bottom: 12rem;
  }
  .p-basic-line__block-head {
    margin-bottom: 1.7rem;
    font-size: 4rem;
  }
  .p-basic-line__block-head-jp {
    margin-top: 1.3rem;
  }
  .p-basic-line__block-description {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .p-basic-line__list {
    margin-top: 5.8rem;
    gap: 3.3rem 4.16%;
  }
  .p-basic-line__list-item {
    width: 13.2%;
  }
  .p-basic-line__list-item:hover .p-basic-line__list-item-img img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-basic-line__list-item-txt {
    margin-top: 1.7rem;
    font-size: 1.1rem;
  }
  .p-basic-line__texture-img {
    max-width: 64.8rem;
    margin-top: 4.5rem;
  }
  .p-basic-line__texture-note {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .p-basic-line__texture-list {
    gap: 2.6rem 4.1%;
    max-width: 494px;
    margin-top: 2.5rem;
  }
  .p-basic-line__texture-list-item {
    width: 30%;
  }
  .p-basic-line__texture-list-item-head {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .p-basic-line__texture-list-item-img {
    border-width: 0.2rem;
  }
  .p-basic-line__texture-list-item-note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .p-basic-line__modal-close-button {
    top: 2rem;
    right: 2rem;
    width: 12.3rem;
    padding: 1.2rem 1.7rem;
    font-size: 1.4rem;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-basic-line__modal-close-button:hover {
    opacity: 0.8;
  }
  .p-basic-line__modal-close-button::before, .p-basic-line__modal-close-button::after {
    right: 2rem;
  }
  .p-basic-line__modal-inner {
    width: 35rem;
  }
  .p-basic-line__slider-slide-txt {
    font-size: 1.6rem;
  }
  .p-basic-line__slider-arrow:hover .p-basic-line__slider-arrow-inner img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-basic-line__slider-counter {
    font-size: 1.4rem;
  }
  .p-basic-line__guide-inner {
    width: 61.4rem;
    padding: 7.5rem 2rem;
    border-radius: 0.5rem;
  }
  .p-basic-line__guide-img {
    width: 4rem;
  }
  .p-basic-line__guide-txt {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .p-privacy__inner {
    margin-top: 8.8rem;
  }
  .p-privacy__block {
    margin-bottom: 2.6rem;
  }
  .p-privacy__block-head {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .p-privacy__txt {
    font-size: 1.4rem;
  }
  .p-news__inner {
    margin-top: 6.5rem;
  }
  .p-news__category-list-item {
    padding: 0.4rem 4.1rem 0.4rem 0.9rem;
    font-size: 1rem;
  }
  .p-news__category-list-item:hover::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .p-news__list {
    margin-top: 3.5rem;
  }
  .p-news__list-item a {
    padding: 2rem 0 2.7rem;
  }
  .p-news__list-item-date, .p-news__list-item-category {
    font-size: 1.6rem;
  }
  .p-news__list-item-category {
    padding-left: 1.5rem;
  }
  .p-news__list-item-title {
    font-size: 2.6rem;
  }
  .p-news__pager {
    margin-top: 7rem;
  }
  .p-news__pager-item {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.4rem;
  }
  .p-news-detail__head {
    font-size: 2.6rem;
  }
  .p-news-detail__content {
    margin-top: 2.4rem;
    margin-bottom: 7rem;
    font-size: 1.4rem;
  }
  .p-news-detail__content img {
    margin: 4.8rem 0;
  }
  .p-news-detail__button {
    width: 30rem;
    padding: 0.9rem 1.9rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    text-align: left;
  }
  .p-news-detail__button:hover .p-news-detail__button-arrow img {
    -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .p-news-detail__button-arrow {
    right: 2rem;
    width: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
  .p-faq__lead-txt {
    line-height: 1.9;
  }
  .p-faq__lead-txt.--large {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  .p-license__search-attention {
    display: block;
  }
  .p-case-study__sort-list-item {
    margin-right: 1rem;
  }
  .p-case-study__sort-list-item:first-child {
    margin-left: 6vw;
  }
  .p-case-study__sort-list-item:last-child {
    margin-right: 6vw;
  }
  .p-case-study__detail-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem;
    padding: 5rem 0;
  }
  .p-case-study__detail-img-area img {
    width: 100%;
  }
  .p-original-line__texture-list-item-inner > a {
    pointer-events: none;
  }
  .p-original-line__texture-list-item-txt.--bespoke {
    font-weight: bold;
  }
  .p-original-line-detail__nav-inner {
    opacity: 0;
  }
  .p-basic-line__nav-area {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    background-color: #c4bfb1;
    z-index: 98;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  .p-basic-line__nav-area.is-opened {
    height: 18.5rem;
    overflow: auto;
  }
  @starting-style {
    .p-basic-line__nav-area.is-opened {
      height: 0;
    }
  }
  .p-basic-line__nav-area-inner {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-original-line__content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-original-line__content-img-area {
    width: 70%;
    margin: 1.6rem auto 0;
  }
}
@media (hover: hover) {
  .p-original-line__texture-list-item-inner > a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-news-detail__content a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */