@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  /* vscode警告回避のため追加 */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  /* vscode警告回避のため追加 */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  /* vscode警告回避のため追加 */
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
  color: #231815;
  touch-action: manipulation;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

p {
  letter-spacing: 0.05em;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.c-cta-link {
  padding: 20px 10px;
  background-color: #000;
  border-radius: 70px;
  box-shadow: 6px 6px 0px 0px #F8C6BD;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}
.c-cta-link__text {
  text-align: center;
}
.c-cta-link:hover {
  transform: translateY(5px);
}

.c-sns__title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Lusitana", serif;
}
.c-sns__link {
  transition: all 0.3s;
}

.c-title--center {
  margin-right: auto;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.c-subTitle {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.c-subTitle::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .c-subTitle::after {
    height: 2px;
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .c-subTitle {
    font-size: 1.5rem;
  }
}
.c-subTitle--center::after {
  left: 50%;
  transform: translateX(-50%);
}

.c-composition {
  padding: 3px 12px;
  background-color: #231815;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 19px;
  white-space: nowrap;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-composition {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}

.c-inline {
  display: inline-flex;
  font-size: 0.625rem;
  position: relative;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .c-inline {
    transform: scale(0.85);
  }
}
.c-inline--white {
  color: #fff;
}
.c-inline--composition {
  top: -5px;
}

.c-italic {
  font-style: italic;
}

.c-side-sticky {
  position: sticky;
  top: 0;
}
.c-side-sticky--01 {
  z-index: 50;
}
.c-side-sticky--02 {
  z-index: 51;
}
.c-side-sticky--03 {
  z-index: 52;
}
.c-side-sticky--04 {
  z-index: 53;
}

.c-side {
  display: grid;
  justify-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 32px;
}
@media screen and (max-width: 1199px) {
  .c-side {
    left: 0;
  }
}
.c-side__line {
  width: 2px;
  height: 257px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-side__line {
    height: 128px;
  }
}
.c-side__label {
  position: relative;
  background-color: #000;
  padding: 24px 8px 24px 6px;
  width: 28px;
}
@media screen and (max-width: 767px) {
  .c-side__label {
    padding: 11px 5px 11px 3px;
    width: 19px;
  }
}
.c-side__label-text {
  color: #fff;
  writing-mode: vertical-rl; /* テキストを縦書きに */
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  font-family: "Lusitana", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-side__label-text {
    font-size: 0.6875rem;
  }
}

.c-loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.42, 0.03, 0.36, 1), opacity 1.5s 0.2s cubic-bezier(0.42, 0.03, 0.36, 1);
}
.c-loading-screen__logo {
  width: 275px;
  opacity: 0;
  filter: blur(4px);
  animation: loading-logo 2.5s forwards;
}
@keyframes loading-logo {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (max-width: 767px) {
  .c-loading-screen__logo {
    width: 200px;
  }
}

.l-header {
  position: absolute;
  max-width: 2000px;
  width: 100%;
  padding: 0 40px;
  z-index: 58;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    padding: 0 10px;
  }
}
.l-header__inner {
  height: 190px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 75px;
    margin: 24px auto;
  }
}
.l-header__logo {
  width: 190px;
  line-height: 1;
  position: relative;
  margin-left: 24px;
  z-index: 58;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 75px;
    margin-left: 14px;
  }
}
.l-header__logo-link {
  display: block;
  transition: all 0.3s;
}
.l-header__hamburger {
  display: grid;
  place-items: center;
  position: fixed;
  right: 50px;
  top: 38px;
  width: 66px;
  height: 60px;
  z-index: 60;
}
@media (min-width: 2000px) {
  .l-header__hamburger {
    right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    width: 30px;
    height: 26px;
    top: 20px;
    right: 18px;
  }
}
.l-header__hamburger-line {
  position: absolute;
  display: inline-block;
  width: 58px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger-line {
    width: 26px;
    height: 3px;
  }
}
.l-header__hamburger-line:nth-of-type(1) {
  transform: translateY(-17px);
}
@media screen and (max-width: 767px) {
  .l-header__hamburger-line:nth-of-type(1) {
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 767px) {
  .l-header__hamburger-line:nth-of-type(2) {
    transform: translateY(4px);
  }
}
.js-open > .l-header__hamburger-line:nth-of-type(1) {
  transform: rotate(45deg);
}
.js-open > .l-header__hamburger-line:nth-of-type(2) {
  transform: rotate(-45deg);
}

.l-header-gnav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  opacity: 0;
  z-index: 59;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .l-header-gnav {
    width: 100%;
  }
}
.l-header-gnav.js-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out, visibility 0s; /* visibilityの遅延を除去 */
}
.l-header-gnav__inner {
  display: flex;
  min-height: 100%;
}
.l-header-gnav__wrap {
  flex-grow: 1;
  margin-left: 160px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__wrap {
    margin-left: 0;
  }
}
.l-header-gnav__bg {
  display: grid;
  justify-items: center;
  align-items: end;
  background-image: url(../img/top-mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30%;
  padding: 0 16px 50px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__bg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-gnav__logo {
    display: none;
  }
}
.l-header-gnav__list {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__list {
    width: 300px;
    margin: 66px auto 0;
    top: 0;
  }
}
.l-header-gnav__item {
  line-height: 0;
}
.l-header-gnav__item:nth-of-type(1) {
  line-height: 1;
}
.l-header-gnav__item:nth-of-type(2) {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__item:nth-of-type(2) {
    margin-top: 34px;
  }
}
.l-header-gnav__item:nth-of-type(3), .l-header-gnav__item:nth-of-type(4), .l-header-gnav__item:nth-of-type(5) {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__item:nth-of-type(3), .l-header-gnav__item:nth-of-type(4), .l-header-gnav__item:nth-of-type(5) {
    margin-top: 39px;
  }
}
.l-header-gnav__link {
  height: 40px;
  display: inline-block;
  font-family: "Lusitana", serif;
  font-weight: 700;
  font-size: 2.875rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__link {
    height: 29px;
    font-size: 1.5rem;
  }
}
.l-header-gnav__link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (hover: hover) {
  .l-header-gnav__link:hover {
    opacity: 0.5;
  }
}
.l-header-gnav__promotion {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__promotion {
    margin-top: 40px;
  }
}
.l-header-gnav__promotion-text {
  margin-bottom: 12px;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Lusitana", serif;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__promotion-text {
    font-size: 0.875rem;
  }
}
.l-header-gnav__cta-link {
  width: 100%;
  max-width: 350px;
  font-size: 1.125rem;
  padding: 22px 10px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__cta-link {
    width: 280px;
    font-size: 1rem;
    padding: 18px 10px;
  }
}
.l-header-gnav__cta-link img {
  width: 100%;
}
.l-header-gnav__cta-link-text {
  font-size: 2.25rem;
  display: inline-block;
  font-family: "Lusitana", serif;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__cta-link-text {
    font-size: 2rem;
  }
}
.l-header-gnav__foot {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  align-items: end;
  padding: 0 80px 100px;
  margin-top: 40px;
  max-width: 2000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__foot {
    margin-top: 70px;
    padding: 0 32px 100px;
  }
}
.l-header-gnav__foot-sns {
  width: 344px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__foot-sns {
    width: 232px;
  }
}
.l-header-gnav__foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__foot-linker {
    display: flex;
    justify-content: space-between;
  }
}
.l-header-gnav__foot-sns-title {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__foot-sns-title {
    font-size: 0.875rem;
  }
}
.l-header-gnav__foot-sns-link:first-child {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__foot-sns-link:first-child {
    padding-right: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-gnav__foot-sns-link {
    display: inline-block;
    width: 32px;
    height: 32px;
  }
}

_::-webkit-full-page-media, _:future, :root .l-header-gnav__foot {
  bottom: -360px;
}

.l-body {
  overflow-x: hidden;
}

.l-container {
  max-width: 1920px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.l-wrapper {
  max-width: 1170px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 38px;
  }
}

.l-main {
  overflow: clip;
}

.l-section {
  padding-top: 128px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.js-fadein {
  --duration: 1.2s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  filter: blur(5px);
  transition: opacity var(--duration), visibility var(--duration), transform var(--duration), filter var(--duration);
}
.js-fadein--delay1 {
  transition-delay: 0.4s;
}
.js-fadein--delay2 {
  transition-delay: 0.8s;
}
.js-fadein.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  filter: blur(0);
}

.js-parallax {
  will-change: transform;
}

.js-header {
  opacity: 0;
  transition: opacity 1s;
}

.js-body.is-loading {
  overflow: clip;
}

.l-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    flex-direction: column-reverse;
  }
}
.l-footer__inner:nth-of-type(1) {
  background-color: #D9D9D9;
  width: 65%;
  height: 355px;
  padding: 64px 12.5vw 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner:nth-of-type(1) {
    width: 100%;
    padding-left: 40px;
  }
}
.l-footer__inner:nth-of-type(2) {
  flex-grow: 1;
  padding: 100px 12.5vw 10px 5.7vw;
  background-color: #E9E9E9;
  height: 355px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner:nth-of-type(2) {
    width: 100%;
    text-align: center;
    height: 168px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 64px 40px;
  }
}
.l-footer__logo-link {
  display: inline-block;
  width: 156px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-link {
    width: 116px;
  }
}
.l-footer__left-address {
  margin-top: 40px;
}
.l-footer__inline {
  display: inline-block;
  padding-left: 10px;
}
.l-footer__sns {
  white-space: nowrap;
  position: relative;
}
.l-footer__sns-title {
  letter-spacing: 0;
}
.l-footer__sns-linker {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-linker {
    margin-top: 17px;
  }
}
.l-footer__sns-link {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-link {
    margin-right: 50px;
  }
}
.l-footer__address-text {
  font-size: 0.75rem;
  margin-top: 4px;
}
.l-footer__copyright {
  font-size: 0.75rem;
  margin-top: 4px;
}

.p-mv {
  height: 100vh;
  background-image: url(../img/top-mv.jpg);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  transform: scale(1.01);
  animation: loading-mv 4s 2.5s forwards;
}
@keyframes loading-mv {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    width: 100%;
    height: initial;
    aspect-ratio: 375/460;
    background-image: url(../img/top-mv_sp.jpg);
  }
}

.p-concept {
  padding-top: 258px;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    width: 213px;
  }
}
.p-concept__head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-concept__head {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__head {
    flex-direction: row;
    gap: 2vw;
  }
}
@media screen and (max-width: 609px) {
  .p-concept__head {
    flex-direction: column;
    gap: 60px;
  }
}
.p-concept__head-left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-concept__head-left {
    width: 100%;
  }
}
.p-concept__head-right {
  position: relative;
  right: -50px;
  top: -200px;
}
@media screen and (max-width: 1023px) {
  .p-concept__head-right {
    top: 0;
    right: -50%;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__head-right {
    right: 0;
  }
}
@media screen and (max-width: 609px) {
  .p-concept__head-right {
    right: -9%;
  }
}
.p-concept__mask {
  position: relative;
  width: 768px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .p-concept__mask {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__mask {
    width: 360px;
  }
}
@media screen and (max-width: 609px) {
  .p-concept__mask {
    width: 96vw;
  }
}
.p-concept__mask .mask-clip {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  -webkit-clip-path: url("#mask-clip-path");
          clip-path: url("#mask-clip-path");
}
.p-concept__mask .mask-clip img {
  max-width: inherit;
  width: 120%;
  height: 118%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-14%, -11%);
}
.p-concept__head-title {
  font-size: 3.75rem;
  font-weight: 700;
  margin-top: 60px;
  font-style: italic;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-concept__head-title {
    font-size: 1.875rem;
    margin-top: 28px;
  }
}
.p-concept__head-subTitle {
  margin-top: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-concept__head-subTitle {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.p-concept__head-text {
  white-space: nowrap;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 80px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-concept__head-text {
    font-size: 0.875rem;
    margin-top: 40px;
  }
}
.p-concept__under {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .p-concept__under {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 93px;
  }
}
.p-concept__under-center {
  max-width: 450px;
  margin-top: 10px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-concept__under-center {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__under-center-img {
    width: 241px;
  }
}
.p-concept__under-center-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-concept__under-center-text {
    font-size: 1rem;
    margin-top: 9px;
    margin-bottom: 12px;
  }
}
.p-concept__under-inline {
  top: -12px;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-concept__under-inline {
    top: -8px;
  }
}
.p-concept__under-center-composition {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-concept__under-center-composition {
    gap: 4px;
  }
}
.p-concept__under-left {
  width: 240px;
}
.p-concept__under-right {
  width: 278px;
  margin-left: auto;
}
@media screen and (max-width: 609px) {
  .p-concept__under-right {
    width: 218px;
  }
}

.p-method__side {
  top: -10px;
}
@media screen and (max-width: 767px) {
  .p-method__title {
    width: 197px;
  }
}
.p-method__subTitle {
  text-align: center;
  margin-top: 56px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-method__subTitle {
    margin-top: 30px;
  }
}
.p-method__subTitle-inline {
  color: #231815;
}
.p-method__marker {
  position: relative;
}
.p-method__marker::after {
  content: "";
  width: 110%;
  height: 35%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(248, 198, 189, 0.7);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-method__marker::after {
    height: 30%;
  }
}
.p-method__body {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-method__body {
    margin-top: 95px;
  }
}
.p-method__card {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .p-method__card {
    flex-direction: column;
    gap: 30px;
  }
}
.p-method__card--column {
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .p-method__card--column {
    flex-direction: column;
    margin-top: 47px;
  }
}
.p-method__image {
  width: 720px;
  height: 400px;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  margin-right: auto;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-method__image {
    width: 335px;
    height: 186px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 20px;
  }
}
.p-method__image img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-method__image img {
    top: 7%;
  }
}
.p-method__image--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 40px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-method__image--left {
    width: 335px;
    height: 186px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 20px;
  }
}
.p-method__body-right {
  width: 46%;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-method__body-right {
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
  }
}
.p-method__body-right--left {
  justify-content: end;
  padding-right: 0;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-method__body-right--left {
    justify-content: flex-start;
  }
}
.p-method__body-right-inner {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-method__body-right-inner {
    margin-right: 0;
  }
}
.p-method__body-catch {
  font-style: italic;
  color: #BC7364;
}
@media screen and (max-width: 767px) {
  .p-method__body-catch {
    font-size: 0.875rem;
  }
}
.p-method__body-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-method__body-title {
    font-size: 1.25rem;
    margin-top: 7px;
  }
}
.p-method__body-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/leaf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  right: -86px;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .p-method__body-title::after {
    width: 56px;
    height: 56px;
    top: -27px;
    right: -56px;
  }
}
.p-method__body-subTitle {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-method__body-subTitle {
    font-size: 1rem;
    margin-top: 16px;
  }
}
.p-method__body-text {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-method__body-text {
    font-size: 0.875rem;
    margin-top: 9px;
    line-height: 1.9;
  }
}
.p-method__inline {
  font-size: 0.5rem;
}
.p-method__body-inline {
  top: -7px;
}
@media screen and (max-width: 767px) {
  .p-method__body-inline {
    top: -8px;
  }
}

.p-picture {
  height: 340px;
  overflow: hidden;
  margin-top: 73px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-picture {
    height: 147px;
    margin-top: 57px;
  }
}
.p-picture img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  top: -415px;
}
@media screen and (max-width: 1023px) {
  .p-picture img {
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-picture img {
    top: -100px;
  }
}

.p-fragrance {
  background-image: url(../img/fragrance-bg.jpg);
  background-size: 100% 125%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 178px;
  padding-bottom: 90px;
  /* 各スライドの設定 */
  /* 各ページネーションのドットのスタイル */
  /* アクティブなドットのスタイル */
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 767px) {
  .p-fragrance {
    margin-top: 0;
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
.p-fragrance__title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fragrance__title {
    width: 268px;
  }
}
.p-fragrance__title::after {
  content: "";
  position: absolute;
  background-image: url(../img/fragrance-balloon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 189px;
  height: 181px;
  top: -57px;
  right: -229px;
}
@media screen and (max-width: 1023px) {
  .p-fragrance__title::after {
    top: 70px;
    right: -64px;
    width: 136px;
    height: 131px;
  }
}
.p-fragrance__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 82px;
}
@media screen and (max-width: 1023px) {
  .p-fragrance__head {
    display: block;
    margin-top: 40px;
  }
}
.p-fragrance__subtitle {
  margin-top: 30px;
}
.p-fragrance__head-text {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .p-fragrance__head-text {
    margin-top: 64px;
  }
}
.p-fragrance__head-01 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-fragrance__head-01 {
    font-size: 1rem;
  }
}
.p-fragrance__head-02 {
  margin-top: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-fragrance__head-02 {
    font-size: 0.875rem;
  }
}
.p-fragrance__wrapper {
  max-width: 1170px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1159px) {
  .p-fragrance__wrapper {
    padding: 0;
    margin: 0;
  }
}
.p-fragrance__slide {
  margin-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fragrance__slide {
    margin-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-fragrance .swiper {
    width: 100%;
    padding: 20px 0 30px; /* 上下の余白 */
  }
}
.p-fragrance .swiper-slide {
  width: 333px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-fragrance .swiper-slide {
    width: 295px;
    padding: 0 12px;
  }
}
.p-fragrance .p-card {
  position: relative;
  text-align: center;
  width: 333px;
  border-radius: 16px;
  border: 2px solid #231815;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}
.p-fragrance .p-card.js-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  filter: blur(0);
}
.p-fragrance .p-card.js-fadein--delay1, .p-fragrance .p-card.js-fadein--delay2 {
  transition-delay: 0;
}
@media screen and (max-width: 767px) {
  .p-fragrance .p-card {
    width: 295px;
  }
}
.p-fragrance .p-card__bg {
  position: relative;
}
.p-fragrance .p-card__bg::after {
  content: "";
  position: absolute;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-fragrance .p-card__bg--shampoo::after {
  background-color: #F7C6BD;
}
.p-fragrance .p-card__bg--treatment::after {
  background-color: #D0B9CB;
}
.p-fragrance .p-card__bg--oil::after {
  background-color: #DEB37F;
}
.p-fragrance .p-card__bg--mask::after {
  background-color: #EFB6CB;
}
.p-fragrance .p-card__img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 204px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 15px 34px;
}
.p-fragrance .p-card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}
.p-fragrance .p-card__body {
  padding: 30px 5px;
  background: #231815;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media screen and (max-width: 767px) {
  .p-fragrance .p-card__body {
    padding: 32px 5px;
  }
}
.p-fragrance .p-card__head {
  font-size: 0.875rem;
  font-weight: 700;
}
.p-fragrance .p-card__head--shampoo {
  color: #F7C6BD;
}
.p-fragrance .p-card__head--treatment {
  color: #D0B9CB;
}
.p-fragrance .p-card__head--oil {
  color: #DEB37F;
}
.p-fragrance .p-card__head--mask {
  color: #EFB6CB;
}
.p-fragrance .p-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-fragrance .p-card__title {
    font-size: 1rem;
  }
}
.p-fragrance .p-card__title--shampoo {
  color: #F7C6BD;
}
.p-fragrance .p-card__title--treatment {
  color: #D0B9CB;
}
.p-fragrance .p-card__title--oil {
  color: #DEB37F;
}
.p-fragrance .p-card__title--mask {
  color: #EFB6CB;
}
.p-fragrance .p-card__txt {
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fragrance .p-card__txt {
    font-size: 0.75rem;
    margin-top: 6px;
  }
}
.p-fragrance .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; /* ドット同士の間隔を調整 */
  position: relative;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .p-fragrance .swiper-pagination {
    bottom: -25px;
  }
}
.p-fragrance .swiper-pagination-bullet {
  width: 12px; /* ドットの幅 */
  height: 12px; /* ドットの高さ */
  background-color: #969696; /* ドットの色 */
  border-radius: 50%; /* ドットを丸くする */
  opacity: 1; /* 透明度を固定 */
}
.p-fragrance .swiper-pagination-bullet-active {
  background-color: #231815; /* アクティブなドットの色 */
  width: 12px; /* アクティブなドットの幅 */
  height: 12px; /* アクティブなドットの高さ */
}
.p-fragrance .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 51/35;
}

.p-product {
  margin-top: 60px;
  padding-top: 128px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-product {
    margin-top: 0;
    padding-top: 80px;
  }
}
.p-product__side {
  top: -90px;
}
@media screen and (max-width: 767px) {
  .p-product__title {
    width: 202px;
  }
}
.p-product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 161px 10px;
  margin: 98px auto 0;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-product__list {
    display: block;
    padding: 0;
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__item:not(:first-child) {
    margin-top: 78px;
  }
}
.p-product__feature {
  position: relative;
  width: 210px;
  left: calc(50% + 69px);
}
@media screen and (max-width: 1023px) {
  .p-product__feature {
    width: 160px;
    left: calc(50% + 19px);
  }
}
.p-product__image {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-product__image {
    width: 170px;
  }
}
.p-product__image--hasfeature {
  margin-top: -140px;
}
@media screen and (max-width: 1023px) {
  .p-product__image--hasfeature {
    margin-top: -91px;
  }
}
@media screen and (max-width: 1023px) {
  .p-product__image--comingsoon {
    width: 189px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .p-product__image--mask {
    width: 237px;
  }
}
.p-product__image--trial {
  margin-top: 174px;
}
@media screen and (max-width: 1023px) {
  .p-product__image--trial {
    width: 189px;
    padding-bottom: 12px;
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__image--trial {
    margin-top: 0;
  }
}
.p-product__text {
  margin: 32px auto 0;
  text-align: center;
  max-width: 360px;
}
@media screen and (max-width: 1023px) {
  .p-product__text {
    max-width: 299px;
    margin-top: 12px;
  }
}
.p-product__text--shampoo, .p-product__text--treatment {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .p-product__text--shampoo, .p-product__text--treatment {
    margin-top: 6px;
  }
}
.p-product__text--mask {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-product__text--mask {
    margin-top: 21px;
  }
}
.p-product__prom {
  font-size: 1rem;
  margin: 24px auto 0;
  white-space: nowrap;
  max-width: 360px;
}
@media (max-width: 830px) {
  .p-product__prom {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
.p-product__prom-text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-product__prom-text {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.p-product__prom-text:not(:first-child) {
  margin-top: 8px;
}
.p-product__prom-inline {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-product__prom-inline {
    font-size: 0.75rem;
  }
}
.p-product__promotion {
  text-align: center;
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .p-product__promotion {
    margin-top: 55px;
  }
}
.p-product__promotion-title {
  margin-bottom: 4px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Lusitana", serif;
}
@media screen and (max-width: 767px) {
  .p-product__promotion-title {
    font-size: 1.5rem;
  }
}
.p-product__promotion-text {
  font-size: 0.875rem;
}
.p-product__cta-link {
  max-width: 600px;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-product__cta-link {
    width: 300px;
  }
}
.p-product__cta-link-text {
  font-size: 3rem;
  font-family: "Lusitana", serif;
}
@media screen and (max-width: 767px) {
  .p-product__cta-link-text {
    font-size: 2rem;
  }
}
.p-product__cta-link-text span {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-product__cta-link-text span {
    font-size: 1rem;
  }
}
.p-product__cta-text {
  font-size: 1.125rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-product__cta-text {
    font-size: 1rem;
  }
}
.p-product__notes {
  font-size: 0.8125rem;
  margin-top: 212px;
  color: #969696;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-product__notes {
    font-size: 0.6875rem;
    margin-top: 104px;
  }
}
@media (max-width: 430px) {
  .p-product__notes-tiny-br {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .p-product__notes-tiny {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */