@charset "UTF-8";

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  tab-size: 4;
  text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit;
  /* Correct border color in Firefox. */
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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: clamp(10px, 1.2rem, 12px);
  /* Set font-size to 80% in `small` elements */
}

@media screen and (max-width: 768px) {
  small {
    font-size: clamp(8px, 1.0rem, 10px);
  }
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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: 60%;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.7em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  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] {
  color: inherit;
  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] {
  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;
  /* Firefox 36+ */
  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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # 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 {
  font-size: 0.6944444444vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: clamp(13px, 1.5rem, 17px);
  font-weight: 400;
  letter-spacing: 0;
  color: #5D4C53;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  overscroll-behavior-y: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-size-adjust: 100%;
  width: 100%;
}

article,
aside,
figure,
figcaption,
footer,
p,
small,
h1,
h2,
h3,
h4,
h5,
h6,
header,
nav,
section,
main {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
  }
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select,
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
button {
  appearance: none;
  appearance: none;
}

input[type=number],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  appearance: none;
  appearance: none;
  appearance: none;
  padding: 0;
  width: 100% !important;
}

@media screen and (max-width: 768px) {

  input[type=number],
  input[type=password],
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 0;
  }
}

input[type=checkbox] {
  appearance: none;
  appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

select {
  color: #5D4C53;
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

video,
img,
svg {
  height: auto;
  vertical-align: top;
  width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}

q::after,
q::before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

i {
  font-style: normal;
}

::selection {
  background: rgba(253, 243, 242, 0.5);
  color: #5D4C53;
}

_::-webkit-full-page-media,
_:future,
:root p::selection {
  background: #5D4C53;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
  /* スクロールバーがなくなってがたつくのを防ぐ */
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.char {
  display: inline-flex !important;
  margin: 0 -0.3em;
  overflow: hidden;
  padding: 0 0.3em;
  line-height: 1.2;
}

.char-inner {
  display: inline;
  will-change: transform, opacity;
  opacity: 0;
}

[data-drawLine] {
  position: relative;
}

[data-drawLine].is-view::before,
[data-drawLine].is-view::after {
  transform: scaleX(1);
}

.c-rollingText-wrap {
  overflow: hidden;
}

.c-rollingText-block {
  line-height: 1;
}

.c-rollingText-letter {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (hover: hover) and (pointer: fine) {
  .c-rollingText:hover .c-rollingText-letter {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.c-rollingText-letter:nth-child(1) {
  transition-delay: 0s;
}

.c-rollingText-letter:nth-child(2) {
  transition-delay: 0.015s;
}

.c-rollingText-letter:nth-child(3) {
  transition-delay: 0.03s;
}

.c-rollingText-letter:nth-child(4) {
  transition-delay: 0.045s;
}

.c-rollingText-letter:nth-child(5) {
  transition-delay: 0.06s;
}

.c-rollingText-letter:nth-child(6) {
  transition-delay: 0.075s;
}

.c-rollingText-letter:nth-child(7) {
  transition-delay: 0.09s;
}

.c-rollingText-letter:nth-child(8) {
  transition-delay: 0.105s;
}

.c-rollingText-letter:nth-child(9) {
  transition-delay: 0.12s;
}

.c-rollingText-letter:nth-child(10) {
  transition-delay: 0.135s;
}

.c-rollingText-letter:nth-child(11) {
  transition-delay: 0.15s;
}

.c-rollingText-letter:nth-child(12) {
  transition-delay: 0.165s;
}

.c-rollingText-letter:nth-child(13) {
  transition-delay: 0.18s;
}

.c-rollingText-letter:nth-child(14) {
  transition-delay: 0.195s;
}

.c-rollingText-letter:nth-child(15) {
  transition-delay: 0.21s;
}

.c-rollingText-letter:nth-child(16) {
  transition-delay: 0.225s;
}

.c-rollingText-letter:nth-child(17) {
  transition-delay: 0.24s;
}

.c-rollingText-letter:nth-child(18) {
  transition-delay: 0.255s;
}

.c-rollingText-letter:nth-child(19) {
  transition-delay: 0.27s;
}

.c-rollingText-letter:nth-child(20) {
  transition-delay: 0.285s;
}

.c-rollingText-letter:nth-child(21) {
  transition-delay: 0.3s;
}

[data-Parallax] {
  overflow: hidden;
}

[data-inStaggerInView] {
  opacity: 0;
}

[data-inImageView] {
  overflow: hidden;
}

[data-inImageView]>* {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(10px) brightness(1.5);
  transition: opacity 1.5s cubic-bezier(0.32, 0.94, 0.6, 1), filter 1s cubic-bezier(0.32, 0.94, 0.6, 1), transform 2s cubic-bezier(0.32, 0.94, 0.6, 1);
}

[data-inImageView].is-View>* {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

@keyframes holoGradient {
  0% {
    background-position: 150% 150%;
    filter: brightness(1);
  }

  10% {
    background-position: 120% 120%;
  }

  20% {
    background-position: 100% 100%;
    filter: brightness(1.01);
  }

  30% {
    background-position: 80% 80%;
  }

  40% {
    background-position: 60% 60%;
  }

  50% {
    background-position: 40% 40%;
    filter: brightness(0.98);
  }

  60% {
    background-position: 20% 20%;
  }

  70% {
    background-position: 0% 0%;
    filter: brightness(1.01);
  }

  80% {
    background-position: -10% -10%;
  }

  90% {
    background-position: -30% -30%;
  }

  100% {
    background-position: -50% -50%;
    filter: brightness(1);
  }
}

@keyframes hoverImage {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.1);
  }

  to {
    filter: brightness(1);
  }
}

/* # =================================================================
#　ボタンここから
# ================================================================= */
.c-button {
  position: relative;
}

.c-button.--full {
  width: 100%;
  padding: 2.1rem;
}

@media screen and (max-width: 768px) {
  .c-button.--full {
    padding: 1.8rem;
  }
}

.c-button.--small {
  padding: 1.3rem 2.7rem;
}

.c-button.--white {
  background-color: #fff;
  border: unset;
  border-radius: 999em;
}

.c-button.--pink {
  background-color: #EE9298;
  color: #fff;
  border: unset !important;
  border-radius: 999em;
}

.c-button.--cart {
  border-radius: 999em;
  border: 1px solid #8E8E8E;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.c-button.--cart .c-buttonIcon {
  position: relative;
  z-index: 10;
  width: clamp(12px, 1.4rem, 18px);
  height: clamp(12px, 1.4rem, 18px);
  fill: #5D4C53;
}

.c-button.--cart .c-buttonCopy {
  position: relative;
  z-index: 10;
  font-size: clamp(14px, 1.6rem, 18px);
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (max-width: 768px) {
  .c-button.--cart .c-buttonCopy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.c-button.--cart::before {
  content: "";
  background: #EE9298;
  aspect-ratio: 1/1;
  width: 150%;
  height: auto;
  border-radius: 999px;
  transform: translate(-50%, 110%);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.c-button.--more {
  border-radius: 999em;
  border: 1px solid #8E8E8E;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: border 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-button.--more::before {
  content: "";
  background: #EE9298;
  aspect-ratio: 1/1;
  width: 150%;
  height: auto;
  border-radius: 999px;
  transform: translate(-50%, 110%);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.c-button.--more .c-buttonCopy {
  font-size: clamp(12px, 1.4rem, 16px);
}

.c-button.--cercle {
  border-radius: 999em;
  width: clamp(38px, 4.2rem, 46px);
  height: clamp(38px, 4.2rem, 46px);
  display: grid;
  place-content: center;
  place-items: center;
  border: 1px solid #8E8E8E;
}

.c-button.--cercle.--white {
  background-color: #fff;
  border: unset;
}

.c-button.--cercle.--pink {
  display: grid;
  place-content: center;
  place-items: center;
  background-color: #EE9298;
  border: unset;
}

.c-button.--cercle.--left {
  transform: rotate(180deg);
}

.c-button.--cercle .c-buttonIcon {
  width: 30%;
  height: 30%;
  min-width: 8px;
  min-height: 8px;
}

.c-button.--movie {
  position: relative;
}

.c-button.--movie::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.1em);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c-button.--movie::before {
    border-width: 6px 0 6px 10.4px;
  }
}

.c-button-copy {
  font-size: clamp(12px, 1.4rem, 16px);
}

@media screen and (max-width: 768px) {
  .c-button-copy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover .c-button.--cercle .c-buttonIcon {
    animation: hoverArrowRight 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }

  @keyframes hoverArrowRight {
    0% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }

    40% {
      transform: translateX(8px);
      clip-path: inset(0 0 0 100%);
      opacity: 1;
    }

    42% {
      opacity: 0;
    }

    49% {
      opacity: 0;
      transform: translateX(-8px);
      clip-path: inset(0 100% 0% 0%);
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translateX(0, 0);
      clip-path: inset(0 0% 0% 0%);
    }
  }

  a:hover .c-button.--cercle .c-buttonIcon.--left {
    animation: hoverArrowLeft 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }

  @keyframes hoverArrowLeft {
    0% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }

    40% {
      transform: translateX(-8px);
      clip-path: inset(0 100% 0 0);
      opacity: 1;
    }

    42% {
      opacity: 0;
    }

    49% {
      opacity: 0;
      transform: translateX(8px);
      clip-path: inset(0 0 0 100%);
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }
  }

  button.c-button.--cercle:hover .c-buttonIcon {
    animation: hoverArrowRight 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }

  @keyframes hoverArrowRight {
    0% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }

    40% {
      transform: translateX(8px);
      clip-path: inset(0 0 0 100%);
      opacity: 1;
    }

    42% {
      opacity: 0;
    }

    49% {
      opacity: 0;
      transform: translateX(-8px);
      clip-path: inset(0 100% 0% 0%);
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translateX(0, 0);
      clip-path: inset(0 0% 0% 0%);
    }
  }

  button.c-button.--cercle:hover .c-buttonIcon.--left {
    animation: hoverArrowLeft 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }

  @keyframes hoverArrowLeft {
    0% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }

    40% {
      transform: translateX(-8px);
      clip-path: inset(0 100% 0 0);
      opacity: 1;
    }

    42% {
      opacity: 0;
    }

    49% {
      opacity: 0;
      transform: translateX(8px);
      clip-path: inset(0 0 0 100%);
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }
  }

  .c-button.--more:hover {
    border: 1px solid #EE9298;
    border: 1px solid transparent;
    color: #fff;
  }

  .c-button.--more:hover::before {
    transform: translate(-50%, 55%);
  }

  .c-button.--cart:hover {
    border: 1px solid #EE9298;
    border: 1px solid transparent;
  }

  .c-button.--cart:hover .c-buttonIcon {
    fill: #fff;
  }

  .c-button.--cart:hover .c-buttonIcon #icon-cart {
    fill: #fff;
  }

  .c-button.--cart:hover .c-buttonCopy {
    color: #fff;
  }

  .c-button.--cart:hover::before {
    transform: translate(-50%, 55%);
  }
}

/* # =================================================================
#　ボタンここまで
# ================================================================= */
@media (hover: hover) and (pointer: fine) {
  .c-hover__transparent {
    transition: 0.4s;
  }

  .c-hover__transparent:hover {
    opacity: 0.6;
  }

  .c-hover-image .c-hover-image__wrap {
    overflow: hidden;
  }

  .c-hover-image .c-hover-image__wrap img {
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }

  .c-hover-image:hover .c-hover-image__wrap img {
    transform: scale(1.08);
  }

  .c-hover__underline>span {
    display: block;
    padding-bottom: 2px;
    position: relative;
    width: max-content;
  }

  .c-hover__underline>span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right bottom;
    background-color: #fff;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }

  .c-hover__underline:hover>span::before {
    transform: scale(1, 1);
    transform-origin: left bottom;
  }

  .c-hover__butoon-underline>span {
    display: block;
    padding-bottom: 0px;
    position: relative;
  }

  .c-hover__butoon-underline>span::before {
    content: "";
    background-color: #fff;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transform-origin: bottom left;
    width: 100%;
  }

  .c-hover__butoon-underline:hover>span::before {
    animation: hoverButoon 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  }

  @keyframes hoverButoon {
    0% {
      transform: scaleX(1);
      transform-origin: bottom right;
    }

    40% {
      transform: scaleX(0);
      transform-origin: bottom right;
    }

    60% {
      transform: scaleX(0);
      transform-origin: bottom left;
    }

    100% {
      transform: scaleX(1);
      transform-origin: bottom left;
    }
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {

  .c-hover__article::after,
  .c-hover__trigger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    transform-origin: right bottom;
    transform: scale(0, 1) rotate(0.001deg);
    transition: transform 0.785s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .c-hover__article .c-hover__article__text,
  .c-hover__article .c-hover__trigger__text,
  .c-hover__trigger .c-hover__article__text,
  .c-hover__trigger .c-hover__trigger__text {
    transform: rotate(0.001deg);
    transition: transform 0.625s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .c-hover__article:hover::after,
  .c-hover__trigger:hover::after {
    transform: scale(1, 1) rotate(0.001deg);
    transform-origin: left bottom;
  }

  .c-hover__article:hover .c-hover__article__text,
  .c-hover__article:hover .c-hover__trigger__text,
  .c-hover__trigger:hover .c-hover__article__text,
  .c-hover__trigger:hover .c-hover__trigger__text {
    transform: translate(1.5rem) rotate(0.001deg);
    transition: transform 0.785s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .c-hover__article:hover .c-hover__article__text:nth-child(2),
  .c-hover__article:hover .c-hover__trigger__text:nth-child(2),
  .c-hover__trigger:hover .c-hover__article__text:nth-child(2),
  .c-hover__trigger:hover .c-hover__trigger__text:nth-child(2) {
    transition: transform 0.785s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .c-hover__trigger[aria-expanded=false]::before,
  .c-hover__trigger[aria-expanded=false]::after {
    content: "";
  }

  .c-hover__trigger[aria-expanded=true]::before,
  .c-hover__trigger[aria-expanded=true]::after {
    content: unset;
  }
}

@media screen and (min-width: 769px) {

  .c-hover__article,
  .c-hover__trigger {
    position: relative;
  }

  .c-hover__article::before,
  .c-hover__trigger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .c-hover__butoon-underline {
    text-decoration: underline;
  }
}

/* # =================================================================
#　Awardここから
# ================================================================= */
.c-award {
  position: relative;
}

.c-award::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

.c-awardHead {
  position: relative;
  padding: 4rem 5rem;
}

@media screen and (max-width: 768px) {
  .c-awardHead {
    padding: 40px 2rem;
  }
}

.c-awardHead small {
  position: absolute;
  right: 5rem;
  bottom: 0.5rem;
  color: #9D9D9D;
  font-size: clamp(9px, 1.1rem, 13px);
}

@media screen and (max-width: 768px) {
  .c-awardHead small {
    right: 2rem;
  }
}

.c-awardBody {
  position: relative;
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}

.c-awardLoopSlide {
  position: relative;
  width: 17.5rem;
  aspect-ratio: 1/1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-awardLoopSlide {
    width: 11.5rem;
  }
}

.c-awardLoopSlide::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-awardLoopSlide:last-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-awardLoopLink {
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-size: 9px;
}

/* # =================================================================
#　Awardここまで
# ================================================================= */
/* # =================================================================
#　Mediaここから
# ================================================================= */
.c-media {
  border-top: 1px solid #8E8E8E;
}

.c-mediaHead {
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-mediaHead {
    padding: 40px 2rem;
  }
}

.c-mediaHead small {
  color: #9D9D9D;
  font-size: clamp(9px, 1.1rem, 13px);
}

.c-mediaBody {
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}

.c-mediaLoopSlide {
  width: 21rem;
  aspect-ratio: 210/270;
  position: relative;
  padding: 2.5rem 3.2rem 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-mediaLoopSlide {
    width: 17rem;
  }
}

.c-mediaLoopSlide::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-mediaLoopSlide:last-child::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-mediaLoopSlideThum {
  display: grid;
  place-content: center;
  place-items: center;
}

.c-mediaLoopSlideCaption {
  display: flex;
  flex-direction: column;
}

.c-mediaLoopSlideCaptionName {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 1.7;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .c-mediaLoopSlideCaptionName {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.c-mediaLoopSlideCaptionNum {
  font-size: clamp(9px, 1.1rem, 13px);
  line-height: 1.2;
  margin-top: 0.2rem;
}

@media screen and (max-width: 768px) {
  .c-mediaLoopSlideCaptionNum {
    font-size: clamp(8px, 1rem, 12px);
  }
}

/* # =================================================================
#　Mediaここまで
# ================================================================= */
.c-pageBtns {
  background-color: #fff;
  padding-top: 14.5rem;
  padding-bottom: 17rem;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .c-pageBtns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.c-pageBtnsWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.c-pageBtnsTitle {
  font-size: clamp(22px, 2.4rem, 26px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsTitle {
    font-size: clamp(16px, 1.8rem, 20px);
    font-weight: 500;
  }
}

.c-pageBtnsList {
  margin-top: 4rem;
  display: flex;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsList {
    margin-top: 3rem;
    gap: 1.4rem;
    flex-wrap: wrap;
  }
}

.c-pageBtnsItem {
  width: 33.3333333333%;
  padding: 4.2rem;
  display: grid;
  place-content: center;
  place-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsItem {
    width: calc(50% - 0.7rem);
    padding: 3.7rem 3rem 1rem;
  }

  .c-pageBtnsItem:nth-child(3) {
    width: 100%;
  }
}

.c-pageBtnsItem::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FDF3F2;
  border-radius: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: transform 0.3s linear;
}

@media (hover: hover) and (pointer: fine) {
  .c-pageBtnsItem:hover::before {
    transform: scale(0.95);
  }
}

.c-pageBtnsItem .title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.2rem, 24px);
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsItem .title {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}

.c-pageBtnsItem .copy {
  font-family: "Inria Serif", serif;
  font-size: clamp(13px, 1.5rem, 17px);
  font-weight: 500;
  line-height: 1;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsItem .copy {
    font-size: clamp(9px, 1.1rem, 13px);
    margin-top: 1.6rem;
  }
}

.c-pageBtnsItem .c-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsItem .c-button {
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 2rem;
    bottom: auto;
    right: auto;
  }
}

/* recruitページで使用 ここから */
.c-pageBtnsList.--recruit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .c-pageBtnsList.--recruit {
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: nowrap;
  }
}

.c-pageBtnsList.--recruit .c-pageBtnsItem {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-pageBtnsList.--recruit .c-pageBtnsItem {
    width: 100%;
  }
}

/* recruitページで使用 ここまで */

@keyframes tab-open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-tabArea {
  padding-top: 100px;
}

.c-tabGroup {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.c-tabBtn {
  width: 200px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  background-color: #f5f5f5;
}

.c-tabBtn[aria-selected=true] {
  transition-property: color, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  border: none;
}

.c-panelGroup {
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-panelContent {
  display: none;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #f5f5f5;
  text-align: center;
  padding: 70px 0;
}

.c-panelContent[aria-hidden=false] {
  display: block;
  animation: show 0.4s ease;
  color: #fff;
}

.modal {
  position: static !important;
  margin: 0 !important;
  border: unset !important;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__container {
  overflow-y: auto;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  height: 100%;
  background-color: #FDF3F2;
  padding: 10rem 20rem;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.modal__content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

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

.modal__content .youtube {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.modal__close {
  z-index: 9999999;
  cursor: pointer;
  width: clamp(18px, 2.4rem, 30px);
  height: clamp(18px, 2.4rem, 30px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin: 2.5rem auto 0;
}

.modal__close span {
  width: 100%;
  height: 1px;
  background-color: #5D4C53;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.modal__close span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg) scaleX(1);
  transition-delay: 0.4s;
}

.modal__close span:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg) scaleX(1);
  transition-delay: 0.6s;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmslideOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform, opacity;
}

.c-details {
  border-top: 1px solid #8E8E8E;
}

.c-details:last-child {
  border-bottom: 1px solid #8E8E8E;
}

.c-details[data-status=open] .c-details__icon {
  transform: rotate(45deg);
}

.c-details__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  padding: 4rem 0;
  position: relative;
}

.c-details__summary::marker,
.c-details__summary::-webkit-details-marke {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-details__summary {
    padding: 3rem 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-details__summary:hover .c-details__title {
    transform: translateX(5%);
  }
}

summary::-webkit-details-marker {
  display: none;
}

.c-details__title {
  font-size: clamp(16px, 1.8rem, 20px);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (max-width: 768px) {
  .c-details__title {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.c-details__icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s ease-out;
}

.c-details__icon::before,
.c-details__icon:after {
  content: "";
  background-color: #8E8E8E;
  position: absolute;
}

.c-details__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-details__icon::after {
  width: 1px;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.c-details__text {
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .c-details__text {
    padding-bottom: 2.5rem;
  }
}

/*
  商品のパターンが複数の時用（生VCトーンアップUVなど）
  子要素は商品ごとにdivで囲む
*/
.c-details__text.--multi-items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.c-details__text a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .u-pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-titleH1.--primaryPage {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(24px, 2.6rem, 28px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-titleH1.--primaryPage::before,
.u-titleH1.--primaryPage::after {
  content: "";
  width: 5.5rem;
  height: 1px;
  background-color: #5D4C53;
}

.u-titleH1.--primaryPage::before {
  margin-right: 3rem;
}

.u-titleH1.--primaryPage::after {
  margin-left: 3rem;
}

.u-titleH2 {
  font-size: clamp(20px, 2.2rem, 24px);
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .u-titleH2 {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}

.u-titleH2.--en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.u-titleH2.--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 1.2rem, 14px);
}

@media screen and (max-width: 768px) {
  .u-titleH2.--jp {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.u-titleH2.--large {
  font-size: clamp(20px, 2.2rem, 24px);
}

@media screen and (max-width: 768px) {
  .u-titleH2.--large {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}

.u-titleH2.--weight-400 {
  font-weight: 400;
}

.u-titleH2.--pink {
  color: #EE9298;
}

.--gridCol2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* # =================================================================
# ヘッダーここから
# ================================================================= */
.l-header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 5000;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}

.l-header::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-headerWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-headerWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-headerNav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(12px, 1.4rem, 16px);
}

@media screen and (max-width: 768px) {
  .l-headerNav {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .l-headerNavLink {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(12px, 1.4rem, 16px);
  }
}

.l-headerLogo {
  display: block;
  width: 7.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .l-headerLogo {
    width: 7.1rem;
    width: clamp(51px, 7.1rem, 91px);
  }
}

@media screen and (min-width: 769px) {
  .l-headerUserNav {
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%);
    width: 10rem;
    height: clamp(40px, 4rem, 50px);
    padding: 1.4rem 2rem;
    border-radius: 4rem;
    border: 1px solid #8E8E8E;
    display: flex;
    align-items: center;
    gap: 3.8rem;
  }

  .l-headerUserNav:before {
    content: "";
    width: 1px;
    height: 1.2rem;
    background-color: #8E8E8E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.l-headerLogin {
  display: block;
}

.l-headerLogin * {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .l-headerLogin:hover .l-headerLoginSvg {
    fill: #EE9298;
  }
}

@media screen and (min-width: 769px) {
  .l-headerLogin {
    width: max(12px, 1.2rem);
    height: max(12px, 1.2rem);
  }
}

@media screen and (max-width: 768px) {
  .l-headerLogin {
    width: clamp(12px, 1.4rem, 16px);
    height: clamp(12px, 1.4rem, 16px);
    position: absolute;
    top: 50%;
    left: 6.6rem;
    transform: translateY(-50%);
  }
}

.l-headerLogin .l-headerLoginSvg {
  height: 100%;
  fill: #5D4C53;
  transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-headerCart {
  display: block;
}

.l-headerCart * {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .l-headerCart:hover .l-headerCartSvg {
    fill: #EE9298;
  }
}

@media screen and (min-width: 769px) {
  .l-headerCart {
    width: max(12px, 1.2rem);
    height: max(12px, 1.2rem);
  }
}

@media screen and (max-width: 768px) {
  .l-headerCart {
    width: clamp(30px, 4rem, 40px);
    height: clamp(30px, 4rem, 40px);
    border-radius: 999em;
    border: 1px solid #8E8E8E;
    display: grid;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
  }
}

.l-headerCart .l-headerCartSvg {
  height: 100%;
  fill: #5D4C53;
  transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (max-width: 768px) {
  .l-headerCart .l-headerCartSvg {
    width: clamp(10px, 1.3rem, 13px);
    height: clamp(10px, 1.3rem, 13px);
  }
}

/* # =================================================================
# ヘッダーここまで
# ================================================================= */
/* # =================================================================
# フッターここから
# ================================================================= */
.l-footer.is-view::before {
  transform: scaleX(1);
}

@media screen and (min-width: 769px) {
  .l-footer.is-view .l-footerSecondryHead::before {
    transform: scaleY(1);
  }

  .l-footer.is-view .l-footerSecondryBody::before {
    transform: scaleY(1);
  }
}

@media screen and (max-width: 768px) {
  .l-footer.is-view .l-footerSecondry::before {
    transform: scaleX(1);
  }

  .l-footer.is-view .l-footerNavOuter::before {
    transform: scaleY(1);
  }

  .l-footer.is-view .l-footerSNS::before {
    transform: scaleX(1);
  }

  .l-footer.is-view .l-footerSecondryBody::before {
    transform: scaleX(1);
  }
}

.l-footer.is-view [data-fade] {
  clip-path: inset(0);
}

.l-footer {
  background-color: #fff;
  text-align: left;
  color: #5C5C5C;
  position: relative;
}

.l-footer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

.l-footer li {
  margin: 0;
}

.l-footer [data-fade] {
  clip-path: inset(100% 0 0 0);
}

.l-footer [data-fade="01"] {
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-footer [data-fade="02"] {
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.l-footer [data-fade="03"] {
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}

.l-footer [data-fade="04"] {
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
}

.l-footer [data-fade="05"] {
  transition: clip-path 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0.7s;
}

.l-footerHead {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  display: flex;
  padding-top: 9rem;
  padding-bottom: 4rem;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .l-footerHead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footerHead {
    gap: 0;
    flex-direction: column;
    padding: 0;
  }
}

.l-footerPrimary {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-footerPrimary {
    flex-direction: column;
    padding: 4.8rem 2rem;
    width: 100%;
  }
}

.l-footerLogo {
  width: 15.1rem;
}

@media screen and (max-width: 768px) {
  .l-footerLogo {
    width: 9.3rem;
  }
}

.l-footerNavProducts {
  margin-left: 15.1rem;
}

@media screen and (max-width: 768px) {
  .l-footerNavProducts {
    margin-left: 0;
    margin-top: 5.5rem;
  }
}

.l-footerNavProductsTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .l-footerNavProductsTitle {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(16px, 1.8rem, 20px);
  }
}

.l-footerNavProductsList {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .l-footerNavProductsList {
    gap: 0;
  }
}

.l-footerNavProductsItem {
  width: 28.2rem;
}

.l-footerNavProductsItem:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footerNavProductsItem:nth-child(1) {
    width: 18rem;
  }

  .l-footerNavProductsItem:nth-child(2) {
    width: 17rem;
    display: flex;
    flex-direction: column;
    padding-left: 4rem;
  }
}

.l-footerNavProductsBlock {
  margin-top: 2.7rem;
}

@media screen and (max-width: 768px) {
  .l-footerNavProductsBlock:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.l-footerNavProductsCategory {
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .l-footerNavProductsCategory {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(10px, 1.2rem, 14px);
    height: clamp(14px, 1.6rem, 18px);
  }

  .l-footerNavProductsCategory .c-rollingText-block {
    line-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .l-footerNavProductsCategory {
    line-height: 1.7;
  }
}

.l-footerNavProductsCategoryList {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding-left: 1rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-footerNavProductsCategoryList {
    gap: 0.8rem;
    padding-left: 0.5rem;
  }
}

.l-footerNavProductsCategoryItem {
  line-height: 1.2;
  font-size: clamp(12px, 1.4rem, 16px);
}

@media screen and (min-width: 769px) {
  .l-footerNavProductsCategoryItem {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(12px, 1.4rem, 16px);
    height: 18px;
    height: clamp(16px, 1.8rem, 20px);
  }

  .l-footerNavProductsCategoryItem .c-rollingText-block {
    line-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .l-footerNavProductsCategoryItem {
    line-height: 1.7;
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.l-footerSecondry {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .l-footerSecondry {
    gap: 0;
    width: 100%;
    flex-direction: column;
    position: relative;
  }

  .l-footerSecondry::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    z-index: 20;
  }
}

.l-footerSecondryHead {
  width: 13.1rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-footerSecondryHead::before {
    content: "";
    width: 1px;
    height: calc(100% + 9rem + 4rem);
    background-color: #8E8E8E;
    position: absolute;
    top: -9rem;
    left: -8.8rem;
    transform-origin: top;
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.45s;
    transform: scaleY(0);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-footerSecondryHead::before {
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footerSecondryHead {
    display: flex;
    width: 100%;
  }
}

.l-footerNavPage {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8rem, 20px);
}

.l-footerNavPage .l-footerNavPageLink {
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .l-footerNavPage .l-footerNavPageLink {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(17px, 1.9rem, 21px);
  }
}

@media screen and (max-width: 768px) {
  .l-footerNavPage {
    width: 50%;
    padding: 5rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footerNavOuter {
    width: 50%;
    position: relative;
  }

  .l-footerNavOuter::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top;
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    transform: scaleY(0);
  }
}

.l-footerNavLogin {
  margin-top: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8rem, 20px);
}

@media screen and (max-width: 768px) {
  .l-footerNavLogin {
    width: 100%;
    margin-top: 0;
    padding: 4rem 0;
    display: grid;
    place-content: center;
    place-items: center;
  }
}

.l-footerNavLoginLink {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .l-footerNavLoginLink:hover .c-rollingText-letter {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }

  .l-footerNavLoginLink:hover .l-footerNavLoginLinkSVG {
    fill: #EE9298;
  }
}

@media screen and (min-width: 769px) {
  .l-footerNavLoginLink .c-rollingText {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(18px, 2rem, 22px);
  }
}

.l-footerNavLoginLinkSVG {
  fill: #5D4C53;
  transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  width: clamp(12px, 1.5rem, 18px);
  height: clamp(12px, 1.5rem, 18px);
}

.l-footerSecondryBody {
  width: 28.2rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-footerSecondryBody::before {
    content: "";
    width: 1px;
    height: calc(100% + 9rem + 4rem);
    background-color: #8E8E8E;
    position: absolute;
    top: -9rem;
    left: 4.8rem;
    transform-origin: top;
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.55s;
    transform: scaleY(0);
  }
}

@media screen and (max-width: 768px) {
  .l-footerSecondryBody {
    width: 100%;
    padding: 0 2rem;
  }

  .l-footerSecondryBody::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    z-index: 20;
  }
}

.l-footerSNS {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  padding-left: 12rem;
}

@media screen and (max-width: 768px) {
  .l-footerSNS {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    padding: 8rem 0;
    position: relative;
  }

  .l-footerSNS::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    z-index: 20;
  }
}

.l-footerSNSIcon {
  width: clamp(18px, 2rem, 22px);
}

@media screen and (max-width: 768px) {
  .l-footerSNSIcon {
    width: clamp(23px, 2.5rem, 28px);
  }
}

.l-footerSNSIcon img {
  transition: opacity 0.4s linear;
}

@media (hover: hover) and (pointer: fine) {
  .l-footerSNSIcon:hover img {
    opacity: 0.6;
  }
}

.l-footerSubLinks {
  display: flex;
  flex-direction: column;
  padding-left: 12rem;
}

@media screen and (max-width: 768px) {
  .l-footerSubLinks {
    align-items: center;
    padding: 3.5rem 0;
  }
}

.l-footerSubLinksNav {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 4rem;
  font-size: clamp(11px, 1.3rem, 15px);
}

@media screen and (max-width: 768px) {
  .l-footerSubLinksNav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    font-size: clamp(10px, 1.2rem, 14px);
    gap: 1rem 1.5rem;
  }
}

.l-footerSubLinksNavLink {
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .l-footerSubLinksNavLink {
    overflow: hidden;
    display: block;
    width: max-content;
    height: clamp(12px, 1.4rem, 16px);
  }
}

.l-footerSubLinksCopylight {
  margin-top: 7.5rem;
  font-size: clamp(11px, 1.3rem, 15px);
  font-family: "Inter", sans-serif;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .l-footerSubLinksCopylight {
    text-align: center;
    margin-top: 3.5rem;
  }
}

.l-footerBody {
  background-color: #FDF3F2;
  padding: 1.1rem 0.5rem;
}

.l-footerLoop {
  background-color: #fff;
  border-radius: 999em;
  padding: 0.9rem 0;
  overflow: hidden;
}

.l-footerLoopList {
  display: flex;
  flex-wrap: nowrap;
}

.l-footerLoopItem {
  flex-shrink: 0;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(13px, 1.5rem, 17px);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .l-footerLoopItem {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.l-footerLoopItem:nth-child(1) {
  animation: storeloopX1 80s -40s linear infinite;
}

@media screen and (max-width: 768px) {
  .l-footerLoopItem:nth-child(1) {
    animation: storeloopX1 120s -60s linear infinite;
  }
}

.l-footerLoopItem:nth-child(2) {
  animation: storeloopX2 80s linear infinite;
}

@media screen and (max-width: 768px) {
  .l-footerLoopItem:nth-child(2) {
    animation: storeloopX2 120s linear infinite;
  }
}

@keyframes storeloopX1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes storeloopX2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* # =================================================================
# フッターここまで
# ================================================================= */
/* # =================================================================
# コンテナーここから
# ================================================================= */
body.is-loaded .l-pagecontainer {
  opacity: 1;
}

.l-globalContainer {
  overflow-x: clip;
  position: relative;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.l-globalContainer::before,
.l-globalContainer:after {
  display: none;
}

.l-globalContainer .row {
  margin: 0;
  padding: 0;
}

.l-globalContainer .row::before,
.l-globalContainer .row:after {
  display: none;
}

.l-pagecontainer {
  position: relative;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.l-pagecontainer.--primaryPage {
  margin-top: max(120px, 12rem);
}

.l-pagecontainer .swiper-pagination {
  width: max-content;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .l-pagecontainer .swiper-pagination {
    gap: 0.8rem;
  }
}

.l-pagecontainer .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  background-color: #FDF3F2;
  opacity: 1;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .l-pagecontainer .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.l-pagecontainer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CC9393;
}

/* # =================================================================
# コンテナーここまで
# ================================================================= */
.l-menuTrigger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  width: 6.3rem;
  width: 63px;
  height: 70px;
}

@media screen and (min-width: 769px) {
  .l-menuTrigger {
    display: none;
  }
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .open span {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .open span:nth-child(1) {
  transition-delay: 0.4s;
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .open span:nth-child(2) {
  transition-delay: 0.5s;
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .open span:nth-child(3) {
  transition-delay: 0.6s;
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .close span {
  transform-origin: right center;
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .close span:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg) scaleX(0);
  transition-delay: 0.1s;
}

.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .close span:nth-child(2) {
  transform: translateY(-11.5px) rotate(-45deg) scaleX(0);
  transition-delay: 0.3s;
}

.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .open span {
  transform: scaleX(0);
  transform-origin: right center;
}

.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .open span:nth-child(2) {
  transition-delay: 0.1s;
}

.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .open span:nth-child(3) {
  transition-delay: 0.2s;
}

.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .close span {
  transform-origin: right center;
}

.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .close span:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg) scaleX(1);
  transition-delay: 0.4s;
}

.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .close span:nth-child(2) {
  transform: translateY(-11.5px) rotate(-45deg) scaleX(1);
  transition-delay: 0.6s;
}

.l-menuTriggerWrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem;
  padding: 20px;
}

.l-menuTriggerIcon {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.l-menuTriggerIcon span {
  opacity: 1 !important;
}

.l-menuTriggerIcon .open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-menuTriggerIcon .open span {
  width: 100%;
  height: 1px;
  background-color: #5D4C53;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.l-menuTriggerIcon .close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-menuTriggerIcon .close span {
  width: 100%;
  height: 1px;
  background-color: #5D4C53;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.l-hambergerMenu {
  background-color: #FDF3F2;
  color: #5D4C53;
  width: 100%;
  height: 100%;
  height: var(--longer);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 6000;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .l-hambergerMenu {
    display: none;
  }
}

.l-hambergerMenu[aria-hidden=false] {
  clip-path: inset(0 0 0 0);
  pointer-events: all;
}

.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuHead::before {
  transform: scaleX(1);
}

.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuLogo {
  clip-path: inset(0);
}

.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuTitle,
.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuProductsCategory,
.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuProductsCategoryItem,
.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuNavUserNavLink,
.l-hambergerMenu[aria-hidden=false] .l-hambergerMenuNavSNSIcon {
  clip-path: inset(0);
}

.l-hambergerMenuTitle,
.l-hambergerMenuProductsCategory,
.l-hambergerMenuProductsCategoryItem,
.l-hambergerMenuNavUserNavLink,
.l-hambergerMenuNavSNSIcon {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}

.l-hambergerMenuInner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.l-hambergerMenuHead {
  height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FDF3F2;
  z-index: 10;
}

.l-hambergerMenuHead::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
}

.l-hambergerMenuLogo {
  display: block;
  width: 7.1rem;
  width: clamp(51px, 7.1rem, 91px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
}

.l-hambergerMenuBody {
  height: calc(100% - 70px);
  padding: 4rem 0 5.5rem;
  padding: 4rem 0 10rem;
  margin-top: 70px;
  height: 100%;
}

.l-hambergerMenuNav {
  padding: 0 2rem;
  display: flex;
}

.l-hambergerMenuNavHead {
  width: 18rem;
}

.l-hambergerMenuNavBody {
  width: 17rem;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
}

.l-hambergerMenuTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8rem, 20px);
}

.l-hambergerMenuProductsBlock {
  margin-top: 2.7rem;
}

.l-hambergerMenuProductsCategory {
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 1.2rem, 14px);
}

.l-hambergerMenuProductsCategoryList {
  margin-top: 1.4rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  gap: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 1.2rem, 14px);
}

.l-hambergerMenuNavPage {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.l-hambergerMenuNavUserNav {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-hambergerMenuNavUserNavLink {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.l-hambergerMenuCartSvg,
.l-hambergerMenuLoginSvg {
  width: clamp(12px, 1.5rem, 18px);
  height: clamp(12px, 1.5rem, 18px);
  fill: #5D4C53;
}

.l-hambergerMenuNavSNS {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-top: auto;
  gap: 2.2rem;
}

.l-hambergerMenuNavSNSIcon {
  width: clamp(23px, 2.5rem, 28px);
}

.l-loding {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
  display: grid;
  place-content: center;
  place-items: center;
  cursor: wait;
  pointer-events: auto;
}

body#home .l-header {
  background-color: transparent;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

body#home .l-header::before {
  transform: scaleX(0);
}

@media screen and (min-width: 769px) {
  body#home .l-header {
    opacity: 0;
  }

  body#home .l-header .l-headerLogo,
  body#home .l-header .l-headerUserNav,
  body#home .l-header .l-headerNavLink {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@media screen and (max-width: 768px) {

  body#home .l-header .l-headerLogo,
  body#home .l-header .l-headerNavLink {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

body#home .l-header.is-view {
  position: fixed;
  opacity: 1;
}

body#home .l-header.is-view::before {
  transform: scaleX(1);
}

@media screen and (min-width: 769px) {

  body#home .l-header.is-view .l-headerLogo,
  body#home .l-header.is-view .l-headerUserNav,
  body#home .l-header.is-view .l-headerNavLink {
    clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 768px) {

  body#home .l-header.is-view .l-headerLogo,
  body#home .l-header.is-view .l-headerNavLink {
    clip-path: inset(0 0 0 0);
  }
}

body#home .l-header.is-bg {
  background-color: #fff;
}

body#home .c-media {
  border-top: unset;
}

.p-homeHeader {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 5000;
}

@media screen and (max-width: 768px) {
  .p-homeHeader {
    height: 70px;
  }
}

.p-homeHeaderWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-homeHeaderWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-homeHeaderLogo {
  display: block;
  width: 7.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-homeHeaderLogo {
    width: clamp(51px, 7.1rem, 91px);
  }
}

@media screen and (min-width: 769px) {
  .p-homeHeaderUserNav {
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%);
    width: 10rem;
    height: clamp(40px, 4rem, 50px);
    padding: 1.4rem 2rem;
    border-radius: 4rem;
    border: 1px solid #8E8E8E;
    display: flex;
    align-items: center;
    gap: 3.8rem;
  }

  .p-homeHeaderUserNav:before {
    content: "";
    width: 1px;
    height: 1.2rem;
    background-color: #8E8E8E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-homeHeaderLogin {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeHeaderLogin:hover .p-homeHeaderLoginSvg {
    fill: #EE9298;
  }
}

@media screen and (min-width: 769px) {
  .p-homeHeaderLogin {
    width: max(12px, 1.2rem);
    height: max(12px, 1.2rem);
  }
}

@media screen and (max-width: 768px) {
  .p-homeHeaderLogin {
    opacity: 0;
    width: max(14px, 1.4rem);
    height: max(14px, 1.4rem);
    position: absolute;
    top: 50%;
    left: 6.6rem;
    transform: translateY(-50%);
  }
}

.p-homeHeaderLogin .p-homeHeaderLoginSvg {
  height: 100%;
  fill: #5D4C53;
  transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-homeHeaderCart {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeHeaderCart:hover .p-homeHeaderCartSvg {
    fill: #EE9298;
  }
}

@media screen and (min-width: 769px) {
  .p-homeHeaderCart {
    width: max(12px, 1.2rem);
    height: max(12px, 1.2rem);
  }
}

@media screen and (max-width: 768px) {
  .p-homeHeaderCart {
    opacity: 0;
    width: max(40px, 4rem);
    height: max(40px, 4rem);
    border-radius: 999em;
    border: 1px solid #8E8E8E;
    display: grid;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
  }
}

.p-homeHeaderCart .p-homeHeaderCartSvg {
  height: 100%;
  fill: #5D4C53;
  transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (max-width: 768px) {
  .p-homeHeaderCart .p-homeHeaderCartSvg {
    width: max(13px, 1.3rem);
    height: max(13px, 1.3rem);
  }
}

.p-homeKv {
  width: 100%;
  height: 100vh;
}

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

.p-homeKvLead {
  position: absolute;
  z-index: 10;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.4rem, 16px);
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.p-homeKvLead::before,
.p-homeKvLead::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #5D4C53;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}

.p-homeKvLead::before {
  left: -15px;
}

.p-homeKvLead::after {
  right: -35px;
}

.p-homeKvSlider,
.p-homeKvSliderWrap,
.p-homeKvSliderSlide,
.p-homeKvSliderSlideLink,
.p-homeKvSliderImage {
  height: 100%;
}

.p-homeKvSlider {
  animation: KvOpning 1s cubic-bezier(0.61, 1, 0.88, 1);
  animation: KvOpning 1s cubic-bezier(0.45, 0, 0.55, 1);
  animation: KvOpning 1s cubic-bezier(0.5, 1, 0.89, 1);
  animation: KvOpning 1s linear;
}

.p-homeKvSliderSlide {
  position: relative;
  animation: KvEffect 1.2s cubic-bezier(0.11, 0, 0.5, 0);
  animation: KvEffect 1.8s cubic-bezier(0.61, 1, 0.88, 1);
}

@keyframes KvOpning {
  0% {
    filter: blur(10px) brightness(1.2);
  }

  100% {
    filter: blur(0px) brightness(1);
  }
}

@keyframes KvEffect {
  0% {
    filter: blur(10px) brightness(1.1);
  }

  100% {
    filter: blur(0px) brightness(1);
  }
}

.p-homeKvSliderImage {
  overflow: hidden;
}

.p-homeKvSliderImage img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.26, 1);
  transform: scale(1);
}

.p-homeKvSliderSlideLink {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeKvSliderSlideLink:hover img {
    transform: scale(1.04);
    animation: hoverImage 0.7s ease-in;
  }
}

.p-homeKvSliderText {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-homeKvSliderText {
    bottom: 2rem;
    left: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    width: calc(100% - 4rem);
  }
}

.p-homeKvSliderText .copy {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 1.85;
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-homeKvSliderText .copy {
    font-size: clamp(11px, 1.3rem, 15px);
    margin-bottom: 3rem;
  }
}

.p-homeKvSliderText .type {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-homeKvSliderText .type {
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-homeKvSliderText .type small {
  display: block;
  color: #9D9D9D;
}

.p-homeKvSliderText .type::before {
  content: "";
  width: 1.7rem;
  height: 1px;
  background-color: #5D4C53;
  position: absolute;
  top: -2.5rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-homeKvSliderText .type::before {
    top: -1.6rem;
  }
}

.p-homeKvSliderText .type+.type {
  margin-top: 1.5rem;
}

.p-homeKvSliderText .type+.type::before {
  display: none;
}

.p-homeCampaign {
  position: relative;
}

.p-homeCampaign::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

.p-homeCampaignWrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignWrap {
    flex-direction: column;
  }
}

.p-homeCampaignHead {
  width: 30.2rem;
  padding: 4.5rem 5rem;
}

@media screen and (min-width: 769px) {
  .p-homeCampaignHead {
    border-right: 1px solid #8E8E8E;
  }
}

@media screen and (max-width: 768px) {
  .p-homeCampaignHead {
    width: 100%;
    padding: 38px 2rem;
  }
}

.p-homeCampaignBody {
  width: calc(100% - 30.2rem);
  display: flex;
  cursor: grab !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignBody {
    width: 100%;
    position: relative;
  }
}

.p-homeCampaignArticleList {
  display: flex;
  flex-wrap: nowrap;
}

.p-homeCampaignArticleDetail {
  width: 41rem;
  flex-shrink: 0;
  border-right: 1px solid #8E8E8E;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignArticleDetail {
    width: 31.8rem;
    border-top: 1px solid #8E8E8E;
  }
}

.p-homeCampaignArticleLink {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeCampaignArticleLink:hover .p-homeCampaignArticleThum img {
    transform: scale(1.04);
    animation: hoverImage 0.7s ease-in;
  }

  .p-homeCampaignArticleLink:hover .c-button.--cercle .c-buttonIcon {
    animation: hoverArrowUp 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }

  @keyframes hoverArrowUp {
    0% {
      transform: translate(0, 0);
      clip-path: inset(0 0 0 0);
    }

    40% {
      transform: translate(6px, -6px);
      clip-path: inset(0 0 100% 100%);
      opacity: 1;
    }

    42% {
      opacity: 0;
    }

    49% {
      opacity: 0;
      transform: translate(-6px, 6px);
      clip-path: inset(100% 100% 0% 0%);
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: translate(0, 0);
      clip-path: inset(0 0% 0% 0%);
    }
  }
}

.p-homeCampaignArticleHead {
  aspect-ratio: 410/255;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignArticleHead {
    aspect-ratio: 317/197;
  }
}

.p-homeCampaignArticleHead .c-button.--cercle {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignArticleHead .c-button.--cercle {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.p-homeCampaignArticleHead .c-button.--cercle .c-buttonIcon {
  width: 25%;
  height: 25%;
}

.p-homeCampaignArticleThum {
  overflow: hidden;
}

.p-homeCampaignArticleThum img {
  transition: transform 1.2s ease;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.26, 1);
  transform: scale(1);
}

.p-homeCampaignArticleBody {
  padding: 2.4rem 3rem 3.6rem;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignArticleBody {
    padding: 1.5rem 2rem 3rem;
  }
}

.p-homeCampaignArticleTitle {
  font-size: clamp(15px, 1.7rem, 19px);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-homeCampaignArticleTitle {
    font-size: clamp(14px, 1.6rem, 18px);
  }
}

.p-homeCampaignArticleCopy {
  font-size: clamp(10px, 1.2rem, 14px);
  margin-top: 1.5rem;
}

.p-homeProducts {
  position: relative;
}

.p-homeProductsHead {
  position: relative;
  padding: 4rem 5rem;
}

.p-homeProductsHead::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-homeProductsHead {
    padding: 38px 2rem;
  }
}

.p-homeProductsBody {
  position: relative;
}

.p-homeProductsBody::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

.p-homeProductsFlex {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-homeProductsFlex {
    flex-direction: column;
  }
}

.p-homeProductsSliderSlide {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-homeProductsSliderSlide {
    flex-direction: column;
  }
}

.p-homeProductsImage {
  aspect-ratio: 857/572;
  width: calc(100% - 58.3rem);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-homeProductsImage {
    aspect-ratio: 390/275;
    width: 100%;
  }
}

.p-homeProductsImageFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.p-homeProductsImageFrame img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.p-homeProductsImageSlider {
  width: 100%;
  height: 100%;
}

.p-homeProductsImageSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-homeProductsText {
  width: 58.3rem;
  min-width: 583px;
  border-left: 1px solid #8E8E8E;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-homeProductsText {
    width: 100%;
    min-width: 100%;
    border-left: unset;
    border-top: 1px solid #8E8E8E;
  }
}

.p-homeProductsText .c-button {
  width: max-content;
  margin-top: 2rem;
}

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

.p-homeProductsTextWrap {
  height: 100%;
}

.p-homeProductsTextSlide {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 7rem;
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-homeProductsTextSlide {
    padding: 5rem 2rem;
  }
}

.p-homeProductsTextSlideTitle {
  font-size: clamp(22px, 2.4rem, 26px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-homeProductsTextSlideTitle {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}

.p-homeProductsTextSlideCopy {
  font-size: clamp(13px, 1.5rem, 17px);
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsTextSlideCopy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-homeProductsTextSlideNote {
  color: #9D9D9D;
  line-height: 1.7;
  width: 37.5rem;
  position: absolute;
  bottom: 4.5rem;
  left: 7.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsTextSlideNote {
    width: 100%;
    position: static;
    margin-top: 5rem;
  }
}

.p-homeProductsTextSlideNote small {
  font-size: clamp(9px, 1.1rem, 13px);
}

@media screen and (max-width: 768px) {
  .p-homeProductsTextSlideNote small {
    font-size: clamp(9px, 0.9rem, 11px);
  }
}

.p-homeProductsPagination.swiper-pagination {
  top: auto;
  left: auto;
  right: 5rem;
  bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsPagination.swiper-pagination {
    bottom: auto;
    top: 1.5rem;
    right: 2rem;
  }
}

.p-homeProductsArchive {
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
}

.p-homeProductsArchive::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchive {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.p-homeProductsArchiveWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveWrap {
    display: flex;
    flex-direction: column;
  }
}

.p-homeProductsArchiveHead {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveHead {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveHead .p-homeProductsArchiveTabBtnMore {
    order: 3;
    margin-top: 4rem;
    width: max-content;
    align-self: center;
    padding: 1.5rem 6rem;
  }
}

.p-homeProductsArchiveTabGroup {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveTabGroup {
    order: 1;
    justify-content: center;
  }
}

.p-homeProductsArchiveTabBtn {
  border-radius: 999em;
  padding: 1.2rem 2.4rem;
  line-height: 1;
  font-size: clamp(11px, 1.3rem, 15px);
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveTabBtn {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-homeProductsArchiveTabBtn[aria-selected=false] {
  border: 1px solid #8E8E8E;
}

.p-homeProductsArchiveTabBtn[aria-selected=true] {
  transition-property: color, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  background-color: #EE9298;
  color: #fff;
  border: 1px solid #EE9298;
}

.p-homeProductsArchiveBody {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchiveBody {
    margin-top: 5rem;
    order: 2;
  }
}

.p-homeProductsArchivePanelContent {
  display: none;
}

.p-homeProductsArchivePanelContent[aria-hidden=false] {
  display: block;
  animation: tabOpen 0.4s ease;
}

.p-homeProductsArchivePanelList {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelList {
    gap: 1.6rem;
  }
}

.p-homeProductsArchivePanelItem {
  display: block;
  width: calc(33.3333333333% - 1.35rem);
  aspect-ratio: 433/320;
  padding: 3rem;
  background-color: #FDF3F2;
  border-radius: 3.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeProductsArchivePanelItem:hover {
    animation: holoGradient 0.7s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
    animation: holoGradient 0.72s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    animation: holoGradient 0.78s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    animation: holoGradient 1.2s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    background-image: linear-gradient(110deg, #FDF3F2 25%, rgb(249, 206, 223) 48%, #e7c3c3 52%, #FDF3F2 75%);
    background-image: linear-gradient(110deg, #FDF3F2 25%, #FFE1DE 48%, #FFF8F8 52%, #FFD0D3 75%);
    background-image: linear-gradient(125deg, #FDF3F2 25%, #FFE1DE 40%, #FFF8F8 75%, #FDF3F2 100%);
    background-position: 150% 150%;
    background-size: 250% 250%;
    filter: brightness(1);
  }
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelItem {
    width: calc(50% - 0.8rem);
    aspect-ratio: 167/300;
    padding: 1.2rem 1.4rem 4rem;
    border-radius: 1.6rem;
  }
}

.p-homeProductsArchivePanelCategory {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  font-size: clamp(9px, 1.1rem, 13px);
  font-family: "Inter", sans-serif;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelCategory {
    top: 1.2rem;
    left: 1.4rem;
    font-size: clamp(7px, 0.9rem, 11px);
  }
}

.p-homeProductsArchivePanelTags {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelTags {
    right: auto;
    gap: 0.3rem;
    top: 3.3rem;
    left: 1.4rem;
  }
}

.p-homeProductsArchivePanelTags span {
  border-radius: 999em;
  background-color: #EE9298;
  color: #fff;
  font-size: clamp(10px, 1.1rem, 12px);
  line-height: 1;
  padding: 0.7rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelTags span {
    font-size: clamp(8px, 1rem, 10px);
    padding: 0.4rem 0.6rem;
  }
}

.p-homeProductsArchivePanelTags span.new {
  background-color: #fff;
  color: #EE9298;
}

.p-homeProductsArchivePanelImage {
  width: 24.6rem;
  height: 24.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelImage {
    width: 14.8rem;
    height: 14.8rem;
    top: 3.3rem;
  }
}

.p-homeProductsArchivePanelText {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-homeProductsArchivePanelText .item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelText .item {
    gap: 1rem;
  }
}

.p-homeProductsArchivePanelText .item .type {
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelText .item .type {
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-homeProductsArchivePanelText .item .name {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelText .item .name {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.p-homeProductsArchivePanelText .item .num {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelText .item .num {
    font-size: clamp(8px, 1rem, 12px);
  }
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelText .c-button {
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}

.p-homeProductsArchivePanelNote {
  margin-top: 3.5rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-homeProductsArchivePanelNote {
    margin-top: 2rem;
    text-align: left;
  }
}

.p-homeProductsArchivePanelNote small+small {
  margin-top: 1em;
}

.p-homeInformation {
  padding-top: 13rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .p-homeInformation {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-homeInformationWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-homeInformationWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-homeInformationWrap {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-homeInformationWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-homeInformationHead {
    grid-column: span 2;
  }
}

@media screen and (max-width: 768px) {
  .p-homeInformationHead {
    display: contents;
    padding: 3.8rem 2rem;
  }

  .p-homeInformationHead h2 {
    order: 1;
    padding: 38px 2rem;
  }

  .p-homeInformationHead .c-button {
    order: 3;
  }
}

.p-homeInformationHead .c-button.--more {
  width: max-content;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-homeInformationHead .c-button.--more {
    align-self: center;
    padding: 1.5rem 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-homeInformationBody {
    grid-column: span 7;
  }
}

@media screen and (max-width: 768px) {
  .p-homeInformationBody {
    order: 2;
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
    border-top: 1px solid #8E8E8E;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-homeInformationBody {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-homeInformationArticle:not(:last-child) .p-homeInformationArticleLink::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: transform;
  transform-origin: left bottom;
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
  .p-homeInformationArticle:not(:last-child) .p-homeInformationArticleLink:hover::before {
    animation: drawLine 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@keyframes drawLine {
  0% {
    transform: scaleX(1);
    transform-origin: left bottom;
  }

  40% {
    transform: scaleX(0);
    transform-origin: right bottom;
  }

  50% {
    transform: scaleX(0);
    transform-origin: left bottom;
  }

  100% {
    transform: scaleX(1);
    background-color: #8E8E8E;
    transform-origin: left bottom;
  }
}

.p-homeInformationArticleLink {
  display: flex;
  padding-top: 2.8rem;
  padding-bottom: 2.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-homeInformationArticleLink {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .p-homeInformationArticleLink:hover .p-homeInformationArticleTime,
  .p-homeInformationArticleLink:hover .p-homeInformationArticleCategory,
  .p-homeInformationArticleLink:hover .p-homeInformationArticleCopy {
    transform: translate(1.5rem) rotate(0.001deg);
  }
}

.p-homeInformationArticleTime,
.p-homeInformationArticleCategory,
.p-homeInformationArticleCopy {
  transition: transform 0.625s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-homeInformationArticleTime {
  width: 13.1rem;
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-homeInformationArticleTime {
    display: inline-block;
    width: max-content;
    flex-shrink: 1;
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-homeInformationArticleCategory {
  width: 13.1rem;
  margin-left: 2rem;
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-homeInformationArticleCategory {
    display: inline-block;
    width: max-content;
    flex-shrink: 1;
    margin-left: 2rem;
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-homeInformationArticleCopy {
  width: 65.5rem;
  width: calc(100% - 28.2rem);
  margin-left: 2rem;
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-homeInformationArticleCopy {
    width: 100%;
    margin-left: 0;
    flex-shrink: 0;
    margin-top: 1.6rem;
    font-size: clamp(12px, 1.4rem, 16px);
  }
}

.p-homeBg {
  position: relative;
  aspect-ratio: 1440/900;
}

@media screen and (max-width: 768px) {
  .p-homeBg {
    aspect-ratio: 390/390;
  }
}

.p-homeBg .p-homeBgWrap {
  height: 100%;
}

.p-homeBg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.p-homeAbout {
  position: relative;
}

.p-homeAbout .c-button {
  width: max-content;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-homeAbout .c-button {
    align-self: center;
    padding: 1.5rem 6rem;
  }
}

.p-homeAboutWrap {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 14.6rem;
}

@media screen and (max-width: 768px) {
  .p-homeAboutWrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-homeAboutHead {
  padding-left: 25.4rem;
  padding-right: 25.4rem;
}

@media screen and (max-width: 768px) {
  .p-homeAboutHead {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-homeAboutTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(64px, 6.8rem, 72px);
  line-height: 1.3;
  color: #EE9298;
}

@media screen and (max-width: 768px) {
  .p-homeAboutTitle {
    font-size: clamp(28px, 3.2rem, 36px);
  }
}

@media screen and (max-width: 768px) {
  .p-homeAboutBody {
    display: flex;
    flex-direction: column;
  }
}

.p-homeAboutLead {
  font-size: clamp(22px, 2.4rem, 26px);
}

@media screen and (max-width: 768px) {
  .p-homeAboutLead {
    font-size: clamp(16px, 1.8rem, 20px);
    margin-top: 5rem;
    font-weight: 500;
  }
}

.p-homeAboutCopy {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 2;
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeAboutCopy {
    font-size: clamp(10px, 1.2rem, 14px);
    margin-top: 4.2rem;
  }
}

.p-homeAboutCopy p+p {
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeAboutCopy p+p {
    margin-top: 3rem;
  }
}

.p-homeShop {
  background-color: #FDF3F2;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-homeShop {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-homeShopWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-homeShopWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-homeShopList {
  display: flex;
  align-items: center;
  gap: 13.8rem;
}

@media screen and (min-width: 769px) {
  .p-homeShopList {
    background-color: #fff;
    border-radius: 3.4rem;
    padding: 4rem 10.8rem 3.8rem 5.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-homeShopList {
    flex-direction: column;
    gap: 3rem;
  }
}

.p-homeShopListHead {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-homeShopListBody {
    background-color: #fff;
    border-radius: 1.4rem;
    padding: 3rem 2.2rem;
  }
}

.p-homeShopListUl {
  display: flex;
  flex-wrap: wrap;
  gap: 3.1rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopListUl {
    gap: 2rem 2.5rem;
  }
}

.p-homeShopListLogo {
  width: 8.8rem;
  width: calc(16% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .p-homeShopListLogo {
    width: calc(50% - 1.25rem);
    display: grid;
    place-content: center;
    place-items: center;
  }

  .p-homeShopListLogo img {
    width: 85%;
  }
}

.p-homeShopOnline {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  padding-left: 5.3rem;
  gap: 10rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnline {
    margin-top: 4rem;
    flex-direction: column;
    padding-left: 0;
    gap: 3rem;
  }
}

.p-homeShopOnlineHead {
  flex-shrink: 0;
}

.p-homeShopOnlineBody {
  width: 100%;
}

.p-homeShopOnlineUl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.9rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineUl {
    gap: 1.5rem;
  }
}

.p-homeShopOnlineItem {
  position: relative;
  aspect-ratio: 1/1;
  width: 14rem;
  width: calc(20% - 1.55rem);
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem {
    width: calc(33.3333333333% - 1rem);
    height: auto;
  }
}

.p-homeShopOnlineItem::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: transform 0.25s linear;
}

@media (hover: hover) and (pointer: fine) {
  .p-homeShopOnlineItem:hover::before {
    transform: scale(0.95);
  }
}

.p-homeShopOnlineItem:nth-child(1) .p-homeShopOnlineLogo {
  margin-top: 0.5em;
}

.p-homeShopOnlineItem:nth-child(2) .p-homeShopOnlineLogo {
  width: 9.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem:nth-child(2) .p-homeShopOnlineLogo {
    width: 7.5rem;
  }
}

.p-homeShopOnlineItem:nth-child(3) .p-homeShopOnlineLogo {
  width: 9.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem:nth-child(3) .p-homeShopOnlineLogo {
    width: 7.5rem;
  }
}

.p-homeShopOnlineItem:nth-child(4) .p-homeShopOnlineLogo {
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem:nth-child(4) .p-homeShopOnlineLogo {
    width: 10.5rem;
  }
}

.p-homeShopOnlineItem:nth-child(5) .p-homeShopOnlineLogo {
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem:nth-child(5) .p-homeShopOnlineLogo {
    width: 10.5rem;
  }
}

.p-homeShopOnlineItem:nth-child(6) .p-homeShopOnlineLogo {
  width: 14rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem:nth-child(6) .p-homeShopOnlineLogo {
    width: 11.5rem;
  }
}

.p-homeShopOnlineItem:nth-child(7) .p-homeShopOnlineLogo {
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineItem:nth-child(7) .p-homeShopOnlineLogo {
    width: 10.5rem;
  }
}

.p-homeShopOnlineItemLink {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Yunth公式なし ここから */
.p-homeShopOnline.--no-yunth .p-homeShopOnlineItem {
  width: calc((100% / 6) - (1.9rem - 0.317rem));
}

@media screen and (max-width: 768px) {
  .p-homeShopOnline.--no-yunth .p-homeShopOnlineItem {
    width: calc((100% / 3) - 1rem);
  }
}

/* Yunth公式なし ここまで */

.p-homeShopOnlineLogo {
  width: 8.5rem;
}

@media screen and (max-width: 768px) {
  .p-homeShopOnlineLogo {
    width: 6.5rem;
  }
}

/* # =================================================================
#　Product一覧 ここから
# ================================================================= */
.p-productsArchive {
  margin-top: 3rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchive {
    padding-bottom: 8rem;
  }
}

.p-productsArchiveWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-productsArchiveWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-productsArchiveTabGroup {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.p-productsArchiveTabBtn {
  border-radius: 999em;
  padding: 1.2rem 2.4rem;
  line-height: 1;
  font-size: clamp(11px, 1.3rem, 15px);
}

@media screen and (max-width: 768px) {
  .p-productsArchiveTabBtn {
    font-size: clamp(9px, 1.1rem, 11px);
  }

  .p-productsArchiveTabBtn.c-button.--small {
    padding: 1rem 2rem;
    padding: 0.8rem 1.65rem;
  }
}

.p-productsArchiveTabBtn:not(.p-productsArchiveTabBtn.--current) {
  border: 1px solid #8E8E8E;
}

@media (hover: hover) and (pointer: fine) {
  .p-productsArchiveTabBtn:not(.p-productsArchiveTabBtn.--current):hover {
    border: 1px solid transparent;
  }
}

.p-productsArchiveTabBtn.--current {
  transition-property: color, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  background-color: #EE9298;
  color: #fff;
  pointer-events: none;
  border: none;
}

.p-productsArchiveBody {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchiveBody {
    margin-top: 5rem;
  }
}

.p-productsArchivePanelList {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelList {
    gap: 1.6rem;
  }
}

.p-productsArchivePanelItem {
  display: block;
  width: calc(33.3333333333% - 1.35rem);
  aspect-ratio: 433/320;
  padding: 3rem;
  background-color: #FDF3F2;
  border-radius: 3.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (hover: hover) and (pointer: fine) {
  .p-productsArchivePanelItem:hover {
    animation: holoGradient 0.7s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
    animation: holoGradient 0.72s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    animation: holoGradient 0.78s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    animation: holoGradient 1.2s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    background-image: linear-gradient(110deg, #FDF3F2 25%, rgb(249, 206, 223) 48%, #e7c3c3 52%, #FDF3F2 75%);
    background-image: linear-gradient(110deg, #FDF3F2 25%, #FFE1DE 48%, #FFF8F8 52%, #FFD0D3 75%);
    background-image: linear-gradient(125deg, #FDF3F2 25%, #FFE1DE 40%, #FFF8F8 75%, #FDF3F2 100%);
    background-position: 150% 150%;
    background-size: 250% 250%;
    filter: brightness(1);
  }
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelItem {
    width: calc(50% - 0.8rem);
    aspect-ratio: 167/300;
    padding: 1.2rem 1.4rem 4rem;
    border-radius: 1.6rem;
  }
}

.p-productsArchivePanelCategory {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  font-size: clamp(9px, 1.1rem, 13px);
  font-family: "Inter", sans-serif;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelCategory {
    top: 1.2rem;
    left: 1.4rem;
    font-size: clamp(7px, 0.9rem, 11px);
  }
}

.p-productsArchivePanelTags {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelTags {
    right: auto;
    gap: 0.3rem;
    top: 3.3rem;
    left: 1.4rem;
  }
}

.p-productsArchivePanelTags span {
  border-radius: 999em;
  background-color: #EE9298;
  color: #fff;
  font-size: clamp(10px, 1.1rem, 12px);
  line-height: 1;
  padding: 0.7rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelTags span {
    font-size: clamp(8px, 1rem, 10px);
    padding: 0.4rem 0.6rem;
  }
}

.p-productsArchivePanelTags span.new {
  background-color: #fff;
  color: #EE9298;
}

.p-productsArchivePanelImage {
  width: 24.6rem;
  height: 24.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelImage {
    width: 14.8rem;
    height: 14.8rem;
    top: 3.3rem;
  }
}

.p-productsArchivePanelText {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-productsArchivePanelText .item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelText .item {
    gap: 1rem;
  }
}

.p-productsArchivePanelText .item .type {
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelText .item .type {
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-productsArchivePanelText .item .name {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelText .item .name {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.p-productsArchivePanelText .item .num {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelText .item .num {
    font-size: clamp(8px, 1rem, 12px);
  }
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelText .c-button {
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}

.p-productsArchivePanelNote {
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsArchivePanelNote {
    margin-top: 2rem;
  }
}

.p-productsArchivePanelNote small+small {
  margin-top: 1em;
}

.p-productsGift {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-productsGift::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    z-index: 20;
  }
}

.p-productsGift::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-productsGift {
    flex-direction: column;
  }
}

.p-productsGiftHead {
  width: calc(100% - 65.4rem);
  position: relative;
}

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

.p-productsGiftBody {
  flex-shrink: 0;
  width: 65.4rem;
  display: grid;
  place-content: center;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-productsGiftBody {
    width: 100%;
    padding-top: 6.8rem;
    padding-bottom: 6.6rem;
  }
}

.p-productsGiftBody .c-button {
  margin-top: 3rem;
}

.p-productsGiftTitleJp {
  font-size: clamp(20px, 2.2rem, 24px);
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-productsGiftTitleJp {
    font-size: clamp(16px, 1.8rem, 20px);
  }
}

.p-productsGiftLead {
  font-size: clamp(13px, 1.5rem, 17px);
  margin-top: 1.7rem;
}

/* # =================================================================
#　Product一覧 ここまで
# ================================================================= */
/* # =================================================================
#　Product詳細 ここから
# ================================================================= */
.p-productsDetail {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-productsDetail {
    margin-top: 70px;
  }
}

.p-productsDetailIntro {
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailIntro {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailIntro {
    flex-direction: column;
  }
}

.p-productsDetailKv {
  width: 90.7rem;
  width: calc(100% - 53.3rem);
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  animation: KvOpning 1.6s cubic-bezier(0.61, 1, 0.88, 1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailKv {
    width: 100%;
    height: 100%;
    aspect-ratio: 390/314;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailKv {
    width: 100%;
    height: 100%;
    aspect-ratio: 390/314;
    position: relative;
    top: 0;
  }
}

.p-productsDetailKv img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.p-productsDetailKv .swiper-pagination {
  top: auto;
  left: auto;
  right: 4rem;
  bottom: 4rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-productsDetailKv .swiper-pagination {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

.p-productsDetailKvImage {
  animation: KvEffect 1.8s cubic-bezier(0.61, 1, 0.88, 1);
}

.p-productsDetailMain {
  width: 53.3rem;
  padding-left: max(50px, 5rem);
  padding-right: max(50px, 5rem);
  padding-top: 5.6rem;
  padding-bottom: 20rem;
}

@media screen and (min-width: 769px) {
  .p-productsDetailMain {
    min-width: 533px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailMain {
    width: 100%;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailMain {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

.p-productsDetailMainCategory {
  display: inline-block;
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1;
  font-family: "Inter", sans-serif;
  padding: 0.7rem 2rem;
  background-color: #FDF3F2;
  border-radius: 999em;
}

.p-productsDetailMainName {
  font-size: clamp(24px, 2.6rem, 28px);
  font-weight: 400;
  margin-top: 0.6em;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainName {
    font-size: clamp(22px, 2.4rem, 26px);
  }
}

.p-productsDetailMainType {
  font-size: clamp(10px, 1.2rem, 14px);
  margin-top: 1em;
}

.p-productsDetailMainCopy {
  font-size: clamp(14px, 1.6rem, 18px);
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainCopy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-productsDetailMainTabArea {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainTabArea {
    margin-top: 6rem;
  }
}

.p-productsDetailMainTabGroup {
  display: flex;
  position: relative;
  z-index: 10;
}

.p-productsDetailMainTabGroup li {
  border-bottom-left-radius: 0;
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
}

.p-productsDetailMainTabGroup li:nth-child(1) .p-productsDetailMainTabBtn {
  position: relative;
  width: 12.5rem;
  min-width: 125px;
  height: 3.3rem;
  min-height: 33px;
}

.p-productsDetailMainTabGroup li:nth-child(1) .p-productsDetailMainTabBtn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-productsDetailMainTabGroup li:nth-child(1) .p-productsDetailMainTabBtn[aria-selected=false]::before {
  content: "";
  background-color: #F3F3F3;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-productsDetailMainTabGroup li:nth-child(1) .p-productsDetailMainTabBtn[aria-selected=false]:hover::before {
    background-color: #EE9298;
  }
}

.p-productsDetailMainTabGroup li:nth-child(1) .p-productsDetailMainTabBtn span {
  padding-right: 0.6em;
}

.p-productsDetailMainTabGroup li:nth-child(2) .p-productsDetailMainTabBtn {
  position: relative;
  width: 13.1rem;
  min-width: 131px;
  height: 3.3rem;
  min-height: 33px;
}

.p-productsDetailMainTabGroup li:nth-child(2) .p-productsDetailMainTabBtn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-productsDetailMainTabGroup .p-productsDetailMainTabBtn {
  font-size: clamp(11px, 1.3rem, 15px);
  font-weight: 500;
  line-height: 1;
}

.p-productsDetailMainTabGroup .p-productsDetailMainTabBtn span {
  position: relative;
  z-index: 10;
}

.p-productsDetailMainTabGroup .p-productsDetailMainTabBtn[aria-selected=false] svg path {
  fill: #F3F3F3;
  transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-productsDetailMainTabGroup .p-productsDetailMainTabBtn[aria-selected=false]:hover {
    color: #fff;
  }

  .p-productsDetailMainTabGroup .p-productsDetailMainTabBtn[aria-selected=false]:hover svg path {
    fill: #EE9298;
  }
}

.p-productsDetailMainTabGroup .p-productsDetailMainTabBtn[aria-selected=true] {
  transition-property: color, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.p-productsDetailMainTabGroup .p-productsDetailMainTabBtn[aria-selected=true][aria-selected=false] svg path {
  fill: #FDF3F2;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainTabGroup .p-productsDetailMainTabBtn {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-productsDetailMainPanelGroup {
  position: relative;
  z-index: 10;
  border-radius: 1.6rem;
  background-color: #fff;
}

@keyframes tabOpen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-productsDetailMainPanelContent {
  display: none;
}

.p-productsDetailMainPanelContent[aria-hidden=false] {
  display: block;
  animation: tabOpen 0.4s ease;
}

.p-productsDetailMainPanelContent .p-productsDetailMainPanelContentHead,
.p-productsDetailMainPanelContent .p-productsDetailMainPanelContentBody {
  background-color: #FDF3F2;
}

.p-productsDetailMainPanelContent:nth-child(2) .p-productsDetailMainPanelContentHead,
.p-productsDetailMainPanelContent:nth-child(2) .p-productsDetailMainPanelContentBody {
  border-top-left-radius: 1.6rem;
}

.p-productsDetailMainPanelContentHead {
  padding: 2rem;
  border-radius: 1.6rem;
  border-top-left-radius: 0;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentHead {
    padding: 4rem 2rem 2rem;
  }
}

.p-productsDetailMainPanelContentFlex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentFlex {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
}

.p-productsDetailMainPanelContentItem {
  width: clamp(155px, 15.5rem, 160px);
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentItem {
    width: clamp(270px, 29rem, 310px);
    margin: 0 auto;
    order: 2;
    margin-top: 1rem;
  }
}

.p-productsDetailMainPanelContentPrice {
  display: flex;
  flex-direction: column;
  width: calc(100% - clamp(155px, 15.5rem, 160px));
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentPrice {
    width: 100%;
    flex-direction: row;
    align-items: center;
    display: contents;
  }
}

.p-productsDetailMainPanelContentPrice .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentPrice .tag {
    gap: 0.5rem;
    order: 1;
    margin-left: 1rem;
  }
}

.p-productsDetailMainPanelContentPrice .tag i {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1;
  padding: 0.7rem 1rem;
  border-radius: 999em;
}

.p-productsDetailMainPanelContentPrice .tag i.white {
  background-color: #fff;
}

.p-productsDetailMainPanelContentPrice .tag i.pink {
  background-color: #EE9298;
  color: #fff;
}

.p-productsDetailMainPanelContentPrice .copy {
  margin-top: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentPrice .copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    order: 3;
    margin-top: 3rem;
    text-align: center;
  }
}

.p-productsDetailMainPanelContentPrice .num {
  align-self: center;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 0.9rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentPrice .num {
    justify-content: baseline;
  }
}

.p-productsDetailMainPanelContentPrice .num span {
  font-size: clamp(9px, 1.1rem, 13px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentPrice .num span:first-of-type {
    font-size: clamp(20px, 2.2rem, 24px);
  }
}

.p-productsDetailMainPanelContentPrice .num span:first-of-type em {
  font-family: "Inria Serif", serif;
  font-size: clamp(38px, 4rem, 42px);
}

.p-productsDetailMainPanelContentPrice .plus {
  align-self: center;
  font-size: clamp(11px, 1.3rem, 15px);
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentPrice .plus {
    align-self: flex-end;
    font-size: clamp(9px, 1.1rem, 13px);
    margin-top: 1.2rem;
  }
}

.p-productsDetailMainPanelContentDetail {
  font-size: clamp(9px, 1.1rem, 13px);
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentDetail {
    margin-top: 2rem;
  }

  .p-productsDetailMainPanelContentDetail p {
    font-size: clamp(9px, 0.9rem, 11px);
  }

  .p-productsDetailMainPanelContentDetail em {
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-productsDetailMainPanelContentDetail em {
  display: block;
}

.p-productsDetailMainPanelContentDetail p+em {
  margin-top: 1em;
}

.p-productsDetailMainPanelContentBody {
  padding: 1.6rem 2rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainPanelContentBody {
    padding: 2.2rem 1.5rem;
  }
}

.p-productsDetailMainPanelContentBody::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url("../image/common/line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-productsDetailMainCta {
  margin-top: 6rem;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainCta {
    padding: 0 1.5rem;
  }
}

.p-productsDetailMainCta .c-button {
  margin-top: 2rem;
}

.p-productsDetailMainCtaFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-productsDetailMainCtaFlex .copy {
  font-size: clamp(11px, 1.3rem, 15px);
  font-weight: 500;
}

.p-productsDetailMainCtaFlex .num {
  line-height: 1;
}

.p-productsDetailMainCtaFlex .num span {
  font-size: clamp(9px, 1.1rem, 13px);
}

.p-productsDetailMainCtaFlex .num em {
  font-family: "Inria Serif", serif;
  font-size: clamp(30px, 3.2rem, 34px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainCtaFlex .num em {
    font-size: clamp(38px, 4rem, 42px);
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainCtaFlex .num em span {
    font-size: clamp(20px, 2.2rem, 24px);
  }
}

.p-productsDetailMainNote {
  margin-top: 6rem;
  color: #5C5C5C;
}

.p-productsDetailMainNote small {
  font-size: clamp(9px, 1.1rem, 13px);
  display: block;
}

@media screen and (max-width: 768px) {
  .p-productsDetailMainNote small {
    font-size: clamp(9px, 0.9rem, 11px);
  }
}

.p-productsDetailBgWrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-productsDetailBgWrap #details::before {
    content: "";
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -15px;
  }

  .p-productsDetailBgWrap #details,
  .p-productsDetailBgWrap #point,
  .p-productsDetailBgWrap .p-productsDetailFormulas,
  .p-productsDetailBgWrap #howtouse,
  .p-productsDetailBgWrap #series {
    z-index: unset;
  }

  .p-productsDetailBgWrap #point::before,
  .p-productsDetailBgWrap #point:after,
  .p-productsDetailBgWrap .p-productsDetailFormulas::before,
  .p-productsDetailBgWrap .p-productsDetailFormulas:after,
  .p-productsDetailBgWrap #howtouse::before,
  .p-productsDetailBgWrap #howtouse:after,
  .p-productsDetailBgWrap #series::before,
  .p-productsDetailBgWrap #series:after {
    content: "";
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
  }

  .p-productsDetailBgWrap #point::before,
  .p-productsDetailBgWrap .p-productsDetailFormulas::before,
  .p-productsDetailBgWrap #howtouse::before,
  .p-productsDetailBgWrap #series::before {
    top: -15px;
  }

  .p-productsDetailBgWrap #point::after,
  .p-productsDetailBgWrap .p-productsDetailFormulas::after,
  .p-productsDetailBgWrap #howtouse::after,
  .p-productsDetailBgWrap #series::after {
    bottom: -15px;
  }

  .p-productsDetailBgWrap .p-productsDetailPointWrap,
  .p-productsDetailBgWrap .p-productsDetailFormulasWrap {
    position: relative;
    z-index: 20;
  }
}

.p-productsDetailFixedImage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  aspect-ratio: 1440/810;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFixedImage {
    height: 100%;
    top: 70px;
    aspect-ratio: 390/580;
    height: 58rem;
    overflow: hidden;
  }
}

.p-productsDetailFixedImage img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFixedImage img {
    height: 100vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-productsDetailDetails {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetails {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-productsDetailDetailsWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsWrap {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsWrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsWrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.p-productsDetailDetailsText {
  grid-column: 2/5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsText {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsText {
    display: contents;
  }
}

.p-productsDetailDetailsTextHead .lead {
  font-size: clamp(28px, 3rem, 32px);
  margin-top: 3rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsTextHead .lead {
    font-size: clamp(16px, 1.8rem, 20px);
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsTextHead .lead {
    font-size: clamp(16px, 1.8rem, 20px);
    margin-top: 2rem;
  }
}

.p-productsDetailDetailsTextHead .copy {
  margin-top: 2.3rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsTextHead .copy {
    margin-top: 2rem;
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsTextHead .copy {
    margin-top: 2rem;
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsTextHead {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsTextHead {
    order: 1;
  }
}

.p-productsDetailDetailsTextBody {
  margin-top: 7.7rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsTextBody {
    order: 3;
    margin-top: 8rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsTextBody {
    order: 3;
    margin-top: 4rem;
    width: 100%;
  }
}

.p-productsDetailDetailsTextBody .recommend {
  font-size: clamp(12px, 1.4rem, 16px);
  font-weight: 500;
}

.p-productsDetailDetailsTextBody .list {
  margin-top: 1rem;
  counter-reset: number;
}

.p-productsDetailDetailsTextBody .list li {
  position: relative;
  font-size: clamp(14px, 1.6rem, 18px);
  padding: 3rem 0 3rem 6rem;
  counter-increment: number;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsTextBody .list li {
    font-size: clamp(12px, 1.4rem, 16px);
    padding: 2rem 0 2rem 6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsTextBody .list li {
    font-size: clamp(12px, 1.4rem, 16px);
    padding: 2rem 0 2rem 6rem;
  }
}

.p-productsDetailDetailsTextBody .list li::before {
  content: "0" counter(number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1.2rem, 14px);
  color: #fff;
  background-color: #EE9298;
  border-radius: 999em;
  width: clamp(20px, 2.5rem, 32px);
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  place-items: center;
}

.p-productsDetailDetailsTextBody .list li:nth-child(n+2) {
  border-top: 1px solid #8E8E8E;
}

.p-productsDetailDetailsTextBody .note {
  margin-top: 1rem;
  font-size: clamp(10px, 1.2rem, 14px);
  color: #5C5C5C;
}

.p-productsDetailDetailsImage {
  grid-column: 6/10;
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailDetailsImage {
    width: 60%;
    order: 2;
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailDetailsImage {
    width: 100%;
    order: 2;
    margin-top: 4rem;
  }
}

.p-productsDetailPoint {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 11.4rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPoint {
    padding-top: 0;
  }
}

.p-productsDetailPointWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailPointWrap {
    width: 100%;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.p-productsDetailPointHead {
  padding-bottom: 2.5rem;
  position: relative;
}

.p-productsDetailPointHead::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointHead {
    padding: 3rem 2rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .p-productsDetailPointHead::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    z-index: 20;
  }
}

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

@media screen and (max-width: 768px) {
  .p-productsDetailPointBody {
    margin-top: 6rem;
  }
}

.p-productsDetailPointList {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointList {
    gap: 8rem;
  }
}

.p-productsDetailPointItem {
  display: flex;
  align-items: center;
  gap: 5.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}

.p-productsDetailPointItem:nth-child(n+2)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url("../image/common/line.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: -2.4rem;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem:nth-child(n+2)::before {
    top: -3.9rem;
  }
}

.p-productsDetailPointItem:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem:nth-child(even) {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 769px) {
  .p-productsDetailPointItem .thum {
    width: 43rem;
  }
}

@media screen and (min-width: 769px) {
  .p-productsDetailPointItem .text {
    width: 55rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailPointItem .text {
    width: calc(100% - 43rem);
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem .text {
    display: flex;
    gap: 3rem;
  }
}

.p-productsDetailPointItem .num {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  line-height: 1;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem .num {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-productsDetailPointItem .num span:first-of-type {
  position: relative;
  font-size: clamp(10px, 1.2rem, 14px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.p-productsDetailPointItem .num span:first-of-type::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background-color: #5D4C53;
  position: absolute;
  top: 50%;
  right: -1.1rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem .num span:first-of-type::before {
    width: 1.5rem;
    height: 1px;
    top: 2.5rem;
    right: auto;
    left: 0;
  }
}

.p-productsDetailPointItem .num span:last-of-type {
  font-size: clamp(20px, 2.2rem, 24px);
  font-family: "Inria Serif", serif;
}

.p-productsDetailPointItem .title {
  font-size: clamp(20px, 2.2rem, 24px);
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem .title {
    font-size: clamp(14px, 1.6rem, 18px);
    margin-top: 0;
    font-weight: 500;
  }
}

.p-productsDetailPointItem .copy {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem .copy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-productsDetailPointItem .note {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailPointItem .note {
    font-size: clamp(10px, 1.0rem, 12px);
  }
}

.p-productsDetailPointItem .note small {
  display: block;
}

.p-productsDetailFormulas {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 9rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulas {
    padding-top: 6rem;
  }
}

.p-productsDetailFormulasWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulasWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailFormulasWrap {
    width: 100%;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulasWrap {
    display: block;
  }
}

.p-productsDetailFormulasHead {
  grid-column: span 2;
}

.p-productsDetailFormulasHead .title {
  font-size: clamp(22px, 2.4rem, 26px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulasHead .title {
    font-size: clamp(16px, 1.8rem, 20px);
    font-weight: 500;
  }
}

.p-productsDetailFormulasBody {
  grid-column: span 5;
}

.p-productsDetailFormulasList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-left: 5rem;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulasList {
    margin: 2.3rem 0 0;
    gap: 1.5rem 1rem;
  }
}

.p-productsDetailFormulasItem {
  flex-shrink: 0;
  width: 16rem;
  width: calc(25% - 1.5rem);
  background-color: #FFF1F1;
  color: #5D4C53;
  border-radius: 999em;
  display: grid;
  place-content: center;
  place-items: center;
  line-height: 1;
  font-size: clamp(14px, 1.6rem, 18px);
  padding: 1rem 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-productsDetailFormulasItem {
    font-size: clamp(10px, 1.2rem, 14px);
    width: calc(33.3333333333% - 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulasItem {
    font-size: clamp(10px, 1.2rem, 14px);
    width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
  }
}

.p-productsDetailHowtouse {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouse {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-productsDetailHowtouseWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-productsDetailHowtouseIframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin-top: 3rem;
}

.p-productsDetailHowtouseCol2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
  margin-top: 8rem;
}

.u-titleH2+.p-productsDetailHowtouseCol2 {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseCol2 {
    display: block;
    margin-top: 4rem;
  }

  .u-titleH2+.p-productsDetailHowtouseCol2 {
    margin-top: 3rem;
  }
}

.p-productsDetailHowtouseDetail {
  grid-column: span 4;
}

.p-productsDetailHowtouseDetail .lead {
  font-size: clamp(28px, 3rem, 32px);
  font-weight: 400;
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseDetail .lead {
    font-size: clamp(16px, 1.8rem, 20px);
    width: 100%;
    font-weight: 500;
  }
}

.p-productsDetailHowtouseDetail .copy {
  display: block;
  width: 50rem;
  margin-top: 3.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseDetail .copy {
    width: 100%;
    margin-top: 2rem;
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-productsDetailFormulasList.--howtouse {
  margin-left: 0;
  margin-top: 2.2rem;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailFormulasList.--howtouse {
    gap: 1.5rem 1rem;
  }
}

.p-productsDetailFormulasList.--howtouse .p-productsDetailFormulasItem {
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-productsDetailFormulasList.--howtouse .p-productsDetailFormulasItem:nth-child(2) {
  width: 24rem;
}

.p-productsDetailHowtouseBrush {
  margin-top: 5.7rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseBrush {
    margin-top: 4rem;
  }
}

.p-productsDetailHowtouseBrushThum {
  width: 14rem;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .p-productsDetailHowtouseBrushThum {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseBrushThum {
    width: 11rem;
    left: -1rem;
  }
}


.p-productsDetailHowtouseBrushBody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43.2rem;
  margin-left: 7.6rem;
  border: 1px solid #000;
  border-radius: 24px;
  padding: 0.8rem 3.5rem;
  padding-bottom: 1rem;
  padding-left: 7.1rem;
}

@media screen and (max-width: 1100px) {
  .p-productsDetailHowtouseBrushBody {
    width: 83%;
    padding: 1rem 3.5rem;
    padding-left: 9.1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseBrushBody {
    padding: 1rem 1rem;
    width: 90%;
    padding-left: 7rem;
    margin-left: 10%;
  }
}

.p-productsDetailHowtouseBrushLead {
  font-size: clamp(18px, 2rem, 22px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseBrushLead {
    line-height: 1.3;
    font-size: clamp(13px, 1.5rem, 17px);
  }
}

.p-productsDetailHowtouseBrushCopy {
  font-size: clamp(12px, 1.4rem, 16px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseBrushCopy {
    margin-top: 0.4rem;
    /* font-size: clamp(10px, 1.2rem, 14px); */
    font-size: 10px;
  }
}

.p-productsDetailHowtouseStep {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseStep {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #8E8E8E;
    row-gap: 4rem;
  }
}

.p-productsDetailHowtouseStep li {
  position: relative;
  display: flex;
  gap: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseStep li {
    gap: 2.5rem;
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-productsDetailHowtouseStep li em {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseStep li p {
    letter-spacing: -0.05em;
  }
}

.p-productsDetailHowtouseStep li:nth-child(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.6rem 0 0.6rem;
  border-color: #CC9393 transparent transparent transparent;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-productsDetailHowtouseStep li:nth-child(n+2)::before {
    top: -2.5rem;
  }
}

.p-productsDetailBgFrame {
  position: relative;
}

.p-productsDetailBgFrame::before,
.p-productsDetailBgFrame:after {
  content: "";
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
}

.p-productsDetailBgFrame::before {
  top: -15px;
}

.p-productsDetailBgFrame::after {
  bottom: -15px;
}

.p-productsDetailSeries {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 11rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeries {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.p-productsDetailSeriesWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-productsDetailSeriesHead {
  padding-bottom: 2.5rem;
  position: relative;
}

.p-productsDetailSeriesHead::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesHead {
    padding-bottom: 2rem;
  }
}

.p-productsDetailSeriesCol2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesCol2 {
    display: block;
    margin-top: 3rem;
  }
}

.p-productsDetailSeriesCol2 .lead {
  grid-column: span 3;
  font-size: clamp(24px, 2.6rem, 28px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesCol2 .lead {
    font-size: clamp(16px, 1.8rem, 20px);
    font-weight: 500;
  }

  .p-productsDetailSeriesCol2 .lead br {
    display: none;
  }
}

.p-productsDetailSeriesCol2 .copy {
  grid-column: span 4;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesCol2 .copy {
    font-size: clamp(10px, 1.2rem, 14px);
    margin-top: 2rem;
    line-height: 1.8;
  }
}

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

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesStep {
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
    padding: 0 0 1rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
  }
}

.p-productsDetailSeriesStepList {
  display: flex;
  gap: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesStepList {
    flex-wrap: nowrap;
    white-space: nowrap;
    position: relative;
  }
}

.p-productsDetailSeriesStepItem {
  width: 20%;
  border: 1px solid #8E8E8E;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  position: relative;
}

.p-productsDetailSeriesStepItem:nth-child(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1rem;
  border-color: transparent transparent transparent #5D4C53;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesStepItem {
    flex-shrink: 0;
    width: 18rem;
  }

  .p-productsDetailSeriesStepItem:first-child {
    margin-left: 2rem;
  }

  .p-productsDetailSeriesStepItem:last-child {
    margin-right: 2rem;
  }
}

.p-productsDetailSeriesStepItem .tag {
  border-radius: 999em;
  background-color: #EE9298;
  color: #fff;
  font-size: clamp(10px, 1rem, 12px);
  line-height: 1;
  padding: 0.8rem 2rem;
}

.p-productsDetailSeriesStepItem .name,
.p-productsDetailSeriesStepItem .type {
  font-size: clamp(10px, 1.2rem, 14px);
  margin-top: 0.7em;
}

.p-productsDetailSeriesStepItem .image {
  width: 12.6rem;
  aspect-ratio: 1/1;
  margin-top: 0.8rem;
}

.p-productsDetailSeriesStepItem.--current {
  background-color: #FDF3F2;
  border: 1px solid transparent;
}

.p-productsDetailSeriesStepItem.--current .c-button {
  display: none;
}

.p-productsDetailSeriesStepItem .c-button {
  margin-top: auto;
}

.p-productsDetailSeriesComponents.--long {
  margin-top: 17rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesComponents.--long {
    margin-top: 5rem;
  }
}

.p-productsDetailSeriesComponents.--long .p-productsDetailSeriesComponentsTitle {
  font-size: clamp(18px, 2rem, 22px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesComponents.--long .p-productsDetailSeriesComponentsTitle {
    font-size: clamp(16px, 1.8rem, 20px);
    font-weight: 500;
  }
}

.p-productsDetailSeriesComponents.--long .p-productsDetailSeriesComponentsTextBox {
  background-color: #F9F9F9;
  margin-top: 3rem;
  border-radius: 1.6rem;
  height: auto;
  max-height: 260px;
  overflow-y: scroll;
  padding: 3rem;
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesComponents.--long .p-productsDetailSeriesComponentsTextBox {
    margin-top: 2rem;
    font-size: clamp(10px, 1.2rem, 14px);
    max-height: 280px;
    padding: 1.5rem;
  }
}

.p-productsDetailSeriesComponents.--long .p-productsDetailSeriesComponentsTextBox p+p {
  margin-top: 1em;
}

.p-productsDetailSeriesComponents.--short {
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesComponents.--short {
    margin-top: 8rem;
  }
}

.p-productsDetailSeriesComponents.--short .p-productsDetailSeriesComponentsTitle {
  font-size: clamp(18px, 2rem, 22px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailSeriesComponents.--short .p-productsDetailSeriesComponentsTitle {
    font-size: clamp(14px, 1.6rem, 18px);
    font-weight: 500;
  }
}

.p-productsDetailSeriesComponents.--short .p-productsDetailSeriesComponentsTextBox {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 2;
}

/*
  商品の情報リスト ここから
  119-01で使用
*/
.p-productsDetailInfoList {
  background: #fff;
  padding-top: 11rem;
}

.p-productsDetailInfoListInner {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  padding-left: 22.7rem;
  padding-right: 22.7rem;
  width: 100%;
  margin-bottom: 0;
}

.p-productsDetailInfoItem {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: clamp(14px, 1.6rem, 18px);
}

.p-productsDetailInfoItemTitle {
  font-size: clamp(14px, 1.6rem, 18px);
  font-weight: 400;
  line-height: 1.7;
  padding-top: 0.95rem;
  white-space: nowrap;
}

.p-productsDetailInfoItemBody {
  font-size: clamp(11px, 1.2rem, 13px);
  line-height: 2;
  background: #f9f9f9;
  padding: clamp(12px, 1.4rem, 16px) clamp(33px, 3.5rem, 37px);
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .p-productsDetailInfoList {
    padding-top: 4rem;
  }

  .p-productsDetailInfoListInner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-productsDetailInfoItem {
    grid-template-columns: auto;
    column-gap: 0;
    row-gap: 1rem;
  }

  .p-productsDetailInfoItemTitle {
    font-size: clamp(12px, 1.4rem, 16px);
    padding-top: 0;
  }

  .p-productsDetailInfoItemBody {
    padding: 2rem;
  }
}

/*
  商品の情報リスト ここまで
*/

.p-productsDetailProducts {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.p-productsDetailProductsWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-productsDetailProductsHead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.p-productsDetailProductsHead::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsHead {
    padding-bottom: 3rem;
    flex-direction: column;
    gap: 2rem;
  }

  .p-productsDetailProductsHead .copy {
    font-weight: 500;
  }
}

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

@media screen and (max-width: 768px) {
  .p-productsDetailProductsBody {
    margin-top: 2.8rem;
  }
}

.p-productsDetailProductsSlider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.p-productsDetailProductsSliderItem {
  width: 43.3rem;
  aspect-ratio: 433/320;
  border-radius: 3.4rem;
  background-color: #FDF3F2;
  color: #5D4C53;
  padding: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (hover: hover) and (pointer: fine) {
  .p-productsDetailProductsSliderItem:hover {
    animation: holoGradient 0.7s cubic-bezier(0.5, 0, 0.75, 0) 0s forwards;
    animation: holoGradient 0.72s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    animation: holoGradient 0.78s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    animation: holoGradient 1.2s cubic-bezier(0.11, 0, 0.5, 0) 0s forwards;
    background-image: linear-gradient(110deg, #FDF3F2 25%, rgb(249, 206, 223) 48%, #e7c3c3 52%, #FDF3F2 75%);
    background-image: linear-gradient(110deg, #FDF3F2 25%, #FFE1DE 48%, #FFF8F8 52%, #FFD0D3 75%);
    background-image: linear-gradient(125deg, #FDF3F2 25%, #FFE1DE 40%, #FFF8F8 75%, #FDF3F2 100%);
    background-position: 150% 150%;
    background-size: 250% 250%;
    filter: brightness(1);
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem {
    width: 17rem;
    aspect-ratio: 170/275;
    border-radius: 2.4rem;
    padding: 2rem 1.5rem 3rem;
  }
}

.p-productsDetailProductsSliderItem .category {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  font-size: clamp(9px, 1.1rem, 13px);
  font-family: "Inter", sans-serif;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem .category {
    top: 1.5rem;
    left: 2rem;
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-productsDetailProductsSliderItem .image {
  width: 24.6rem;
  height: 24.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem .image {
    width: 15rem;
    height: 15rem;
    top: 2rem;
  }
}

.p-productsDetailProductsSliderItem .item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  line-height: 1;
}

.p-productsDetailProductsSliderItem .item .type {
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem .item .type {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-productsDetailProductsSliderItem .item .name {
  font-size: clamp(16px, 1.8rem, 20px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem .item .name {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}

.p-productsDetailProductsSliderItem .item .num {
  font-size: clamp(11px, 1.3rem, 15px);
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem .item .num {
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-productsDetailProductsSliderItem .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderItem .text .c-button {
    width: 2.9rem;
    height: 2.9rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}

.p-productsDetailProductsSliderNav {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderNav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderNav {
    margin-top: 4rem;
  }
}

.p-productsDetailProductsSliderNavHead {
  width: 84.5rem;
}

.p-productsDetailProductsSliderNavHead .c-button.--more {
  transition: border 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-productsDetailProductsSliderNavHead .c-button.--more::before {
  transition: transform 3.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderNavHead {
    width: 23rem;
  }
}

.p-productsDetailProductsSliderNavBody {
  margin-left: 4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-productsDetailProductsSliderNavBody {
    margin-left: auto;
  }
}

.p-productsDetailProductsSliderNavBody .swiper-button-next,
.p-productsDetailProductsSliderNavBody .swiper-button-prev {
  position: static;
  margin: 0;
}

.p-productsDetailProductsSliderNavBody .swiper-button-prev:after,
.p-productsDetailProductsSliderNavBody .swiper-button-next:after {
  display: none;
}

/* # =================================================================
#　Product詳細 ここまで
# ================================================================= */
/* # =================================================================
#　About ここから
# ================================================================= */
.p-aboutContentsBody {
  margin-top: 4rem;
}

.p-aboutIntro {
  position: relative;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-aboutIntro {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutIntro {
    flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .p-aboutIntro::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transform-origin: left bottom;
    transform: scaleX(1);
    z-index: 20;
  }
}

@media screen and (min-width: 1025px) {
  .p-aboutIntro::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 50%;
    will-change: transform;
    transform-origin: top bottom;
    transform: translateX(-50%) scaleY(1);
    z-index: 20;
  }
}

.p-aboutIntroHead {
  width: 50%;
  padding: 0 10.5rem;
  display: grid;
  place-content: center;
  place-items: center;
  place-items: flex-start;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-aboutIntroHead {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
    place-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 768px) {
  .p-aboutIntroHead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutIntroHead {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
    place-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-aboutIntroHead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-aboutIntroLead {
  font-size: clamp(20px, 2.2rem, 24px);
  line-height: 2;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-aboutIntroLead {
    font-size: clamp(14px, 1.6rem, 18px);
  }
}

.p-aboutIntroCopy {
  font-size: clamp(13px, 1.5rem, 17px);
  line-height: 2;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-aboutIntroCopy {
    font-size: clamp(10px, 1.2rem, 14px);
    margin-top: 4rem;
  }
}

.p-aboutIntroCopy p+p {
  margin-top: 2rem;
}

.p-aboutIntroBody {
  width: 50%;
  height: 100%;
  position: relative;
  aspect-ratio: 720/785;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-aboutIntroBody {
    width: 100%;
    aspect-ratio: 390/425;
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutIntroBody {
    width: 100%;
    aspect-ratio: 390/425;
    margin-top: 8rem;
  }
}

.p-aboutIntroFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.p-aboutIntroSlider {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-aboutIntroSliderSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-aboutIntroPagination.swiper-pagination {
  position: absolute;
  right: 3.6rem;
  bottom: 2rem;
  top: auto;
  z-index: 100;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-aboutIntroPagination.swiper-pagination {
    right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutIntroPagination.swiper-pagination {
    right: 2rem;
  }
}

.p-aboutIntroPagination.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.p-aboutDetail {
  position: relative;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-aboutDetail {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-aboutDetail::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transform-origin: left bottom;
    transform: scaleX(1);
    z-index: 20;
  }
}

.p-aboutDetailWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-aboutDetailMovie {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovie {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovie {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-aboutDetailMovieThumbnail {
  grid-column: span 5;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovieThumbnail {
    margin-top: 2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-aboutDetailMovieThumbnail:hover img {
    transform: scale(1.04);
    animation: hoverImage 0.7s ease-in;
  }
}

.p-aboutDetailMovieThumbnail img {
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.26, 1);
}

.p-aboutDetailMovieThumbnail .c-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: clamp(56px, 6rem, 64px);
  height: clamp(56px, 6rem, 64px);
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovieThumbnail .c-button {
    bottom: 0.9rem;
    right: 0.9rem;
    width: clamp(34px, 3.8rem, 42px);
    height: clamp(34px, 3.8rem, 42px);
  }
}

.p-aboutDetailMovieText {
  padding: 2rem;
  grid-column: span 4;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  background-color: #FDF3F2;
  border-radius: 1.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovieText {
    padding: 8.2rem 2rem;
  }
}

.p-aboutDetailMovieLead {
  margin-top: 2.8rem;
  font-size: clamp(18px, 2rem, 22px);
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovieLead {
    margin-top: 1.2rem;
    font-size: clamp(14px, 1.6rem, 18px);
  }
}

.p-aboutDetailMovieCopy {
  margin-top: 2rem;
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovieCopy {
    margin-bottom: 3.6rem;
  }
}

.p-aboutDetailMovieNote {
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 2rem;
  left: 2rem;
  display: block;
  text-align: right;
  color: #9D9D9D;
  font-size: clamp(9px, 1.1rem, 13px);
}

@media screen and (max-width: 768px) {
  .p-aboutDetailMovieNote {
    margin-top: auto;
  }
}

.p-aboutDetailOrigin {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
  padding-top: 15.6rem;
  padding-bottom: 13.4rem;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOrigin {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOrigin {
    padding-top: 5.5rem;
    padding-bottom: 9rem;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.p-aboutDetailOriginHead {
  grid-column: 2/4;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginHead {
    align-self: center;
    text-align: center;
  }
}

.p-aboutDetailOriginName {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginName {
    margin-top: 1rem;
  }
}

.p-aboutDetailOriginName span {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 4.6rem, 48px);
  color: #EE9298;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginName span {
    font-size: clamp(30px, 3.2rem, 34px);
  }
}

.p-aboutDetailOriginName svg {
  width: clamp(19px, 2.1rem, 23px);
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginName svg {
    font-size: clamp(14px, 1.6rem, 18px);
  }
}

.p-aboutDetailOriginBody {
  grid-column: 5/9;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginBody {
    margin-top: 65px;
  }
}

.p-aboutDetailOriginLead {
  font-size: clamp(16px, 1.8rem, 20px);
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginLead {
    font-size: clamp(14px, 1.6rem, 18px);
    text-align: center;
  }
}

.p-aboutDetailOriginCopy p {
  font-size: clamp(12px, 1.4rem, 16px);
  line-height: 2;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-aboutDetailOriginCopy p {
    font-size: clamp(10px, 1.2rem, 14px);
    margin-top: 2.2rem;
  }
}

.p-aboutPromises {
  position: relative;
}

.p-aboutPromises::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform-origin: left bottom;
  transform: scaleX(1);
  z-index: 20;
}

.p-aboutPromisesHead {
  padding: 4rem 5rem;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesHead {
    padding: 3rem 2rem;
  }
}

.p-aboutPromisesBody {
  position: relative;
}

.p-aboutPromisesBody::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform-origin: left bottom;
  transform: scaleX(1);
  z-index: 20;
}

.p-aboutPromisesList {
  display: flex;
  flex-wrap: wrap;
}

.p-aboutPromisesItem {
  width: 25%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-aboutPromisesItem {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItem {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-aboutPromisesItem:nth-child(n+2)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-aboutPromisesItem:nth-child(even)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItem:nth-child(even)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-aboutPromisesItem::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-aboutPromisesItemHead {
  position: relative;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
}

.p-aboutPromisesItemTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(25px, 2.7rem, 29px);
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemTitle {
    font-size: clamp(20px, 2.2rem, 24px);
  }
}

.p-aboutPromisesItemTags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemTags {
    gap: 0.3rem;
    margin-top: 1rem;
  }
}

.p-aboutPromisesItemTags li {
  width: max-content;
  padding: 1rem;
  border-radius: 999em;
  line-height: 1;
  font-size: clamp(9px, 1.1rem, 13px);
  background-color: #EE9298;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemTags li {
    font-size: clamp(8px, 1rem, 11px);
    padding: 0.5rem;
  }
}

.p-aboutPromisesItemIcon {
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 1/1;
  width: 4rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemIcon {
    width: 2.5rem;
    bottom: 1rem;
    right: 1rem;
  }
}

.p-aboutPromisesItemIcon img {
  width: 95%;
  height: auto;
}

.p-aboutPromisesItemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-aboutPromisesItemBody {
  padding: 3rem 3rem 4rem;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemBody {
    padding: 2rem 1rem 4.5rem;
  }
}

.p-aboutPromisesItemLead {
  font-size: clamp(12px, 1.4rem, 16px);
  font-weight: 500;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemLead {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.p-aboutPromisesItemCopy {
  font-size: clamp(10px, 1.2rem, 14px);
  margin-top: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-aboutPromisesItemCopy {
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-aboutProduct {
  position: relative;
  padding: 8rem 0;
}

.p-aboutProductWrap {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-aboutProductWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutProductWrap {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutProductWrap {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .p-aboutProductHead {
    grid-column: span 2;
  }
}

@media screen and (min-width: 769px) {
  .p-aboutProductBody {
    grid-column: span 7;
    padding-left: 6.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutProductBody {
    margin-top: 3rem;
  }
}

.p-aboutProductList {
  background-color: #FDF3F2;
  border-radius: 3.4rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-aboutProductList {
    flex-direction: column;
  }
}

.p-aboutProductItem {
  width: 50%;
  padding: 3.8rem 5.5rem 5rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-aboutProductItem {
    width: 100%;
    padding: 3rem 2rem 4rem;
  }
}

.p-aboutProductItem:nth-child(2) {
  position: relative;
}

.p-aboutProductItem:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform-origin: top bottom;
  transform: scaleY(1);
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-aboutProductItem:nth-child(2)::before {
    width: 100%;
    height: 1px;
    transform: scaleX(1);
    transform-origin: left bottom;
  }
}

.p-aboutProductItemNum {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}

.p-aboutProductItemNum span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(10px, 1.2rem, 14px);
}

.p-aboutProductItemNum i {
  font-size: clamp(18px, 2rem, 22px);
  font-family: "Inria Serif", serif;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-aboutProductItemNum i {
    font-size: clamp(20px, 2.2rem, 24px);
  }
}

.p-aboutProductItemNum i::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background-color: #5D4C53;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  transform: translateY(-50%);
}

.p-aboutProductItemLead {
  font-size: clamp(12px, 1.4rem, 16px);
  font-weight: 500;
  margin-top: 1rem;
  line-height: 2;
}

.p-aboutProductItemCopy {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 2;
  margin-top: 2rem;
  flex-grow: 2;
}

.p-aboutProductItemImage {
  margin-top: 6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  align-self: flex-end;
}

@media screen and (max-width: 768px) {
  .p-aboutProductItemImage {
    margin-top: 3.4rem;
  }
}

.p-aboutBg {
  position: relative;
  aspect-ratio: 1440/810;
}

@media screen and (max-width: 768px) {
  .p-aboutBg {
    aspect-ratio: 390/390;
  }
}

.p-aboutBg .p-aboutBgWrap {
  height: 100%;
}

.p-aboutBg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

/* # =================================================================
#　About ここまで
# ================================================================= */
/* # =================================================================
#　informationArchive ここから
# ================================================================= */
.p-informationContentsBody {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-informationContentsBody {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-informationCategory {
  margin-top: 3rem;
}

.p-informationCategoryList {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.p-informationCategoryBtn.c-button.--small {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 1;
  padding: 1.2rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-informationCategoryBtn.c-button.--small {
    font-size: clamp(9px, 1.1rem, 11px);
    padding: 1rem 2rem;
  }
}

.p-informationCategoryBtn.c-button.--small:not(.p-informationCategoryBtn.--current) {
  border: 1px solid #8E8E8E;
}

@media (hover: hover) and (pointer: fine) {
  .p-informationCategoryBtn.c-button.--small:not(.p-informationCategoryBtn.--current):hover {
    border: 1px solid transparent;
  }
}

.p-informationCategoryBtn.c-button.--small.--current {
  transition-property: color, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  background-color: #EE9298;
  color: #fff;
  pointer-events: none;
  border: none;
}

.p-informationNote {
  display: flex;
  justify-content: flex-end;
  margin-top: 6rem;
}

.p-informationNote small {
  color: #9D9D9D;
  font-size: clamp(9px, 1.1rem, 13px);
}

@media screen and (max-width: 768px) {
  .p-informationNote {
    margin-top: 4rem;
  }
}

.p-informationList {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-informationList {
    margin-top: 1rem;
  }
}

.p-informationArticle:not(:last-child) .p-informationArticleLink::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: transform;
  transform-origin: left bottom;
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
  .p-informationArticle:not(:last-child) .p-informationArticleLink:hover::before {
    animation: drawLine 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@keyframes drawLine {
  0% {
    transform: scaleX(1);
    transform-origin: left bottom;
  }

  40% {
    transform: scaleX(0);
    transform-origin: right bottom;
  }

  50% {
    transform: scaleX(0);
    transform-origin: left bottom;
  }

  100% {
    transform: scaleX(1);
    background-color: #8E8E8E;
    transform-origin: left bottom;
  }
}

.p-informationArticleLink {
  display: flex;
  padding-top: 2.8rem;
  padding-bottom: 2.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-informationArticleLink {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .p-informationArticleLink:hover .p-informationArticleTime,
  .p-informationArticleLink:hover .p-informationArticleCategory,
  .p-informationArticleLink:hover .p-informationArticleCopy {
    transform: translate(1.5rem) rotate(0.001deg);
  }
}

.p-informationArticleTime,
.p-informationArticleCategory,
.p-informationArticleCopy {
  transition: transform 0.625s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-informationArticleTime {
  width: 13.1rem;
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-informationArticleTime {
    display: inline-block;
    width: max-content;
    flex-shrink: 1;
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-informationArticleCategory {
  width: 13.1rem;
  margin-left: 2rem;
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-informationArticleCategory {
    display: inline-block;
    width: max-content;
    flex-shrink: 1;
    margin-left: 2rem;
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-informationArticleCopy {
  width: 52.4rem;
  width: calc(100% - 45.3rem);
  margin-left: 17.1rem;
  font-size: clamp(13px, 1.5rem, 17px);
}

@media screen and (max-width: 768px) {
  .p-informationArticleCopy {
    width: 100%;
    margin-left: 0;
    flex-shrink: 0;
    margin-top: 1.6rem;
    font-size: clamp(12px, 1.4rem, 16px);
  }
}

.p-informationPagination {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.p-informationPagination .c-button.--cercle {
  width: clamp(21px, 2.5rem, 29px);
  height: clamp(21px, 2.5rem, 29px);
  border: none;
  background-color: #FDF3F2;
  font-size: clamp(10px, 1.2rem, 14px);
  font-family: "Inter", sans-serif;
}

.p-informationPagination .c-button.--cercle.--current {
  background-color: #EE9298;
  color: #fff;
}

/* # =================================================================
#　informationArchive ここまで
# ================================================================= */
/* # =================================================================
#　informationDetail ここから
# ================================================================= */
.p-informationDetailArticle {
  padding-left: 35.2rem;
  padding-right: 35.2rem;
  width: 100%;
  margin-top: 18rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-informationDetailArticle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-informationDetailArticle {
    margin-top: 12rem;
    margin-bottom: 6rem;
  }
}

.p-informationDetailArticleTime {
  display: inline-block;
  width: max-content;
  font-size: clamp(11px, 1.3rem, 15px);
  font-family: "Inter", sans-serif;
}

.p-informationDetailArticleCategory {
  display: inline-block;
  width: max-content;
  font-size: clamp(11px, 1.3rem, 15px);
  font-family: "Inter", sans-serif;
  margin-left: 3.3rem;
}

.p-informationDetailArticleTitle {
  font-size: clamp(18px, 2rem, 22px);
  margin-top: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-informationDetailArticleTitle {
    font-size: clamp(16px, 1.8rem, 20px);
    margin-top: 1.2rem;
  }
}

.p-informationDetailArticleBody {
  padding-top: 4rem;
}

.p-informationDetailArticleBody * {
  margin-top: 4rem;
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-informationDetailArticleBody * {
    font-size: clamp(13px, 1.5rem, 17px);
  }
}

.p-informationDetailArticleBody p a,
.p-informationDetailArticleBody p span {
  margin: 0;
  display: inline;
}

.p-informationDetailArticleBody img {
  width: 100%;
}

.p-informationDetailArticleBody a {
  text-decoration: underline;
}

.p-informationDetailArticleBackBtn {
  margin-top: 4rem;
  padding-top: 2.5rem;
  position: relative;
}

.p-informationDetailArticleBackBtn::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

.p-informationDetailArticleBackBtnLink {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(10px, 1.2rem, 14px);
}

.p-informationDetailArticleBackBtnLink svg {
  transform: rotate(-180deg);
  width: 1.2rem;
  aspect-ratio: 1/1;
}

/* # =================================================================
#　informationDetail ここまで
# ================================================================= */
/* # =================================================================
#　Special gift ここから
# ================================================================= */
.p-giftContentsBody {
  margin-top: 4rem;
}

.p-giftIntro {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-giftIntro::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #8E8E8E;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
    z-index: 20;
  }
}

.p-giftIntro::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .p-giftIntro {
    flex-direction: column;
  }
}

.p-giftIntroHead {
  width: calc(100% - 65.4rem);
  position: relative;
}

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

.p-giftIntroBody {
  flex-shrink: 0;
  width: 65.4rem;
  display: grid;
  place-content: center;
  place-items: center;
  place-items: baseline;
}

@media screen and (max-width: 768px) {
  .p-giftIntroBody {
    place-items: center;
    text-align: center;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-giftIntroBody .c-button {
  margin-top: 3rem;
}

.p-giftIntroLead {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 2.2;
  margin-top: 1.7rem;
}

@media screen and (max-width: 768px) {
  .p-giftIntroLead {
    font-size: clamp(13px, 1.5rem, 17px);
    margin-top: 2rem;
  }
}

.p-giftIntroCopy {
  font-size: clamp(12px, 1.4rem, 16px);
  line-height: 1.7;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-giftIntroCopy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

@media (max-width: 768px) {
  .p-giftListOnlyPc {
    display: none;
  }
}

.p-giftListOnlySp {
  display: none;
}

@media (max-width: 768px) {
  .p-giftListOnlySp {
    display: block;
  }
}

.p-giftBudget {
  display: none;
}

@media (max-width: 768px) {
  .p-giftBudget {
    display: block;
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .p-giftBudgetSticky {
    position: sticky;
    z-index: 11;
    top: 70px;
    background: #fff;
    padding: 1rem 2rem;
  }
}

@media (max-width: 768px) {
  .p-giftBudgetTitle {
    font-weight: normal;
    text-align: center;
    line-height: 1;
    font-size: clamp(13px, 1.5rem, 17px);
  }
}

@media (max-width: 768px) {
  .p-giftSortList {
    display: flex;
    justify-content: center;
    column-gap: .6rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .p-giftSortItem {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .p-giftSortItemLink {
    position: relative;
    /* iPhone SEでのアニメーション中にborder-radiusが外れる対策 */
    z-index: 1;
    overflow: hidden;
    border: 1px solid currentColor;
    border-radius: 999em;
    padding: .6rem 1.65rem;
    cursor: pointer;
    font-size: clamp(10px, 1.2rem, 14px);
    line-height: 1;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    transition:
      border 0.3s cubic-bezier(0.5, 1, 0.89, 1),
      color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@media (max-width: 768px) {
  .p-giftSortItemLink::before {
    content: "";
    background: #EE9298;
    aspect-ratio: 1 / 1;
    width: 150%;
    height: auto;
    border-radius: 999px;
    transform: translate(-50%, 110%);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .p-giftSortItemLink.is-current {
    color: #fff;
    border: 1px solid transparent;
  }
}

@media (max-width: 768px) {
  .p-giftSortItemLink.is-current::before {
    transform: translate(-50%, 55%);
  }
}

@media (max-width: 768px) {
  .p-giftBudgetSectWrapper {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .p-giftBudgetHead {
    background: #FDF3F2;
    padding: 2rem 2rem;
  }
}

@media (max-width: 768px) {
  .p-giftBudgetHeadTitle {
    font-weight: normal;
    font-size: clamp(15px, 1.6rem, 17px);
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .p-giftBudgetHeadText {
    font-size: clamp(10px, 1.2rem, 14px);
    line-height: 2;
    text-align: justify;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .p-giftBudgetHeadGift {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    font-size: clamp(10px, 1.2rem, 14px);
    line-height: 1.3;
    text-align: justify;
    border: 1px solid #000;
    margin-top: 1.7rem;
    padding: .7rem 1rem;
    font-feature-settings: "palt";
  }
}

.p-giftList {
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 13rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
}

@media (max-width: 1024px) {
  .p-giftList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .p-giftList {
    grid-template-columns: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    flex-direction: column;
    column-gap: 0;
  }
}

.p-giftItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

@media (max-width: 768px) {
  .p-giftItem {
    display: block;
  }
}

.p-giftItem:nth-child(n+4) {
  margin-top: 11rem;
}

@media (max-width: 1024px) {
  .p-giftItem:nth-child(n+1) {
    margin-top: 11rem;
  }
}

@media (max-width: 768px) {
  .p-giftItem:nth-child(n+1) {
    margin-top: 6rem;
  }

  .p-giftItem:nth-child(1) {
    margin-top: 0;
  }
}

.p-giftItemPanel {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  border-radius: 1.6rem;
  padding: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-giftItemPanel {
    display: block;
    grid-template-rows: none;
    grid-row: auto;
    padding: 1.5rem;
  }
}

.p-giftItemPanel.--gray {
  background-color: #F9F9F9;
}

.p-giftItemPanel.--pink {
  background-color: #FDF3F2;
}

.p-giftItemPanelTag {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .p-giftItemPanelTag {
    margin-bottom: 1.5rem;
  }
}

.p-giftItemPanelTagList {
  font-size: 1.1rem;
  line-height: 1;
  padding: .5rem 1rem;
  background: #ee9298;
  color: #fff;
  border-radius: 100vmax;
}

@media (min-width: 1921) {
  .p-giftItemPanelTagList {
    font-size: clamp(10px, 1.1rem, 12px);
  }
}

@media (max-width: 768px) {
  .p-giftItemPanelTagList {
    font-size: clamp(8px, 1rem, 10px);
    padding: .4rem .6rem;
  }
}

.p-giftItemPanelText {
  display: flex;
  flex-direction: column;
}

.p-giftItemPanelText sup {
  font-size: 80%;
}

.p-giftItemPanelName {
  font-size: 1.91rem;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 2.7rem;
  font-feature-settings: "palt";
  font-weight: 500;
}

@media (min-width: 1921) {
  .p-giftItemPanelName {
    font-size: clamp(15px, 1.7rem, 19px);
  }
}

@media (max-width: 768px) {
  .p-giftItemPanelName {
    font-size: clamp(15px, 1.57rem, 17px);
    margin-top: 1.9rem;
  }
}

.p-giftItemPanelDesc {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 2;
  margin: 2rem 0 1.5rem;
  text-align: justify;
}

/* @media (min-width: 1921) {
  .p-giftItemPanelDesc {
    font-size: clamp(13px, 1.4rem, 15px);
  }
} */

@media (max-width: 768px) {
  .p-giftItemPanelDesc {
    margin: 1.2rem 0 1.2rem;
  }
}

.p-giftItemPanelSet {
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 1.4rem;
}

.p-giftItemPanelSetTitle {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.2rem, 14px);
  font-weight: normal;
}

/* @media (min-width: 1921) {
  .p-giftItemPanelSetTitle {
    font-size: clamp(11px, 1.2rem, 13px);
  }
} */

@media (max-width: 768px) {
  .p-giftItemPanelSetTitle {
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-giftItemPanelSetTitle:before,
.p-giftItemPanelSetTitle:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #8e8e8e;
}

.p-giftItemPanelSetTitle:before {
  margin-right: 2rem;
}

.p-giftItemPanelSetTitle:after {
  margin-left: 2rem;
}

.p-giftItemPanelSetDesc {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.8;
  margin-top: .6rem;
  text-align: justify;
}

/* @media (min-width: 1921) {
  .p-giftItemPanelSetDesc {
    font-size: clamp(11px, 1.2rem, 13px);
  }
} */

@media (max-width: 768px) {
  .p-giftItemPanelSetDesc {
    font-size: clamp(8px, 1rem, 12px);
    margin-top: .4rem;
  }
}

.p-giftItemPanelSetGift {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.8;
  margin-top: .6rem;
}

@media (min-width: 1921) {
  .p-giftItemPanelSetGift {
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-giftItemPanelSetGift span {
  font-weight: 500;
}

.p-giftItemPanelSetImg {
  margin-top: 1.1rem;
}

@media (max-width: 768px) {
  .p-giftItemPanelSetImg {
    margin-top: 1.2rem;
  }
}

.p-giftItemPanelBuy {
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .p-giftItemPanelBuy {
    margin-top: .5rem;
  }
}

.p-giftItemPanelPrice span:first-of-type {
  font-size: 1.1rem;
}

@media (min-width: 1921) {
  .p-giftItemPanelPrice span:first-of-type {
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-giftItemPanelPrice span:first-of-type em {
  font-size: 3.2rem;
  font-family: "Inria Serif", serif;
}

@media (min-width: 1921) {
  .p-giftItemPanelPrice span:first-of-type em {
    font-size: clamp(30px, 3.2rem, 34px);
  }
}

@media (max-width: 768px) {
  .p-giftItemPanelPrice span:first-of-type em {
    font-size: clamp(26px, 2.8rem, 30px);
  }
}

.p-giftItemPanelPrice span:last-of-type {
  font-size: 1.1rem;
}

@media (min-width: 1921) {
  .p-giftItemPanelPrice span:last-of-type {
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-giftItemPanelBuy .c-button.--cart {
  margin-top: 1.95rem;
  width: 100%;
}

@media (max-width: 768px) {
  .p-giftItemPanelBuy .c-button.--cart {
    margin-top: 0.75rem;
  }
}

.p-giftItemPanelBuy .c-button.--cart .c-buttonCopy {
  font-size: 1.3rem;
}

@media (min-width: 1921) {
  .p-giftItemPanelBuy .c-button.--cart .c-buttonCopy {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

@media (max-width: 768px) {
  .p-giftItemPanelBuy .c-button.--cart .c-buttonCopy {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.p-giftItemPanelNote {
  margin-top: 2.25rem;
  /* font-size: 9px; */
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.3;
  text-align: right;
  color: #9D9D9D;
}

/* @media (min-width: 1600px) {
  .p-giftItemPanelNote {
    font-size: 9.5px;
    ;
  }
} */

@media (max-width: 768px) {
  .p-giftItemPanelNote {
    /* margin-top: 1.4rem; */
    margin-top: 1.82rem;
    font-size: clamp(8px, 1rem, 12px);
  }
}

.p-giftItemPanelNote sup {
  top: 0;
}

/* # =============================
#　母の日ギフト ここから
# ============================= */

.p-giftListOnlySp {
  margin: -2rem 0 3rem;
  padding: 0 1.5rem;
  width: 100%;
}

.p-giftListOnlySp .p-giftItem.--motherday .p-giftItemPanel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 780 / 1170;
  background: url(https://d2w53g1q050m78.cloudfront.net/yunthjp/uploads/assets/image/products/common/gift_renewal/YS-0064_sp.webp) top center/cover no-repeat;
}

/* iPhone SEのみ */
@media (max-width: 375px) and (max-height: 667px) {
  .p-giftListOnlySp .p-giftItem.--motherday .p-giftItemPanel {
    aspect-ratio: 780 / 1360;
  }
}

.p-giftListOnlySp .p-giftItem.--motherday .p-giftItemPanelEventDesc {
  font-size: clamp(10px, 1.2rem, 14px);
  font-feature-settings: "palt";
  text-align: justify;
}

.p-giftListOnlySp .p-giftItemPanelEventNote {
  font-size: clamp(8px, 1rem, 12px);
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.028em;
}

/* # =============================
#　母の日ギフト ここまで
# ============================= */

/* # =================================================================
#　Special gift ここまで
# ================================================================= */
/* # =================================================================
#　Shoplist ここから
# ================================================================= */
.p-shoplistContentsBody {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-shoplistContentsBody {
    margin-top: 7rem;
  }
}

.p-shoplistArchive {
  padding-left: 35.2rem;
  padding-right: 35.2rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-shoplistArchive {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-shoplistArchiveList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-shoplistArchiveList {
    gap: 2rem 2.5rem;
    justify-content: flex-start;
  }
}

.p-shoplistArchiveLogo {
  width: calc(16.666% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .p-shoplistArchiveLogo {
    display: grid;
    place-content: center;
    place-items: center;
    width: calc(50% - 1.25rem);
  }

  .p-shoplistArchiveLogo img {
    width: 85%;
  }
}

.p-shoplistArchiveName {
  margin-top: 6.5rem;
  padding: 2rem 7.5rem;
  background-color: #FDF3F2;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-shoplistArchiveName {
    margin-top: 6rem;
    padding: 0 1.6rem;
  }
}

.p-shoplistArchiveNameList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-shoplistArchiveNameList {
    gap: 0 1rem;
  }
}

.p-shoplistArchiveNameItem {
  width: calc(50% - 1rem);
  padding: 2rem 0;
  font-size: clamp(14px, 1.6rem, 18px);
  border-top: 1px solid #8E8E8E;
}

@media screen and (max-width: 768px) {
  .p-shoplistArchiveNameItem {
    font-size: clamp(9px, 1.1rem, 13px);
  }
}

.p-shoplistArchiveNameItem:nth-child(1),
.p-shoplistArchiveNameItem:nth-child(2) {
  border-top: unset;
}

.p-shoplistArchiveNameNote {
  margin-top: 1rem;
  font-size: clamp(9px, 1.1rem, 13px);
}

@media screen and (max-width: 768px) {
  .p-shoplistArchiveNameNote {
    margin-top: 2rem;
  }
}

.p-shopOnline {
  margin-top: 9rem;
  background-color: #FDF3F2;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnline {
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-shopOnlineWrap {
  display: flex;
  align-items: center;
  gap: 10rem;
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-shopOnlineWrap {
    flex-direction: column;
    gap: 3rem;
  }
}

.p-shopOnlineHead {
  flex-shrink: 0;
  padding-left: 5.4rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineHead {
    padding-left: 0;
  }
}

.p-shopOnlineBody {
  width: 100%;
}

.p-shopOnlineList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.9rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineList {
    gap: 1.5rem;
    justify-content: center;
  }
}

.p-shopOnlineItem {
  aspect-ratio: 1/1;
  width: 14rem;
  width: calc(20% - 1.55rem);
  height: auto;
  position: relative;
}

.p-shopOnlineItem::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: transform 0.25s linear;
}

@media (hover: hover) and (pointer: fine) {
  .p-shopOnlineItem:hover::before {
    transform: scale(0.95);
  }
}

@media screen and (max-width: 768px) {
  .p-shopOnlineItem {
    width: calc(33.3333333333% - 1rem);
    height: auto;
  }
}

.p-shopOnlineItem:nth-child(1) .p-shopOnlineLogo {
  margin-top: 0.5em;
}

.p-shopOnlineItem:nth-child(2) .p-shopOnlineLogo {
  width: 9.5rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineItem:nth-child(2) .p-shopOnlineLogo {
    width: 7.5rem;
  }
}

.p-shopOnlineItem:nth-child(3) .p-shopOnlineLogo {
  width: 9.5rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineItem:nth-child(3) .p-shopOnlineLogo {
    width: 7.5rem;
  }
}

.p-shopOnlineItem:nth-child(4) .p-shopOnlineLogo {
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineItem:nth-child(4) .p-shopOnlineLogo {
    width: 10.5rem;
  }
}

.p-shopOnlineItem:nth-child(5) .p-shopOnlineLogo {
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineItem:nth-child(5) .p-shopOnlineLogo {
    width: 10.5rem;
  }
}

.p-shopOnlineItemLink {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Yunth公式なし ここから */
.p-shopOnline.--no-yunth .p-shopOnlineItem {
  width: calc((100% / 6) - (1.9rem - 0.317rem));
}

@media screen and (max-width: 768px) {
  .p-shopOnline.--no-yunth .p-shopOnlineItem {
    width: calc((100% / 3) - 1rem);
  }
}

/* Yunth公式なし ここまで */

.p-shopOnlineLogo {
  width: 8.5rem;
}

@media screen and (max-width: 768px) {
  .p-shopOnlineLogo {
    width: 6.5rem;
  }
}

/* # =================================================================
#　Shoplist ここまで
# ================================================================= */
/* # =================================================================
#　Contact ここから
# ================================================================= */
.p-contactContentsBody {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-contactContentsBody {
    margin-top: 4rem;
  }
}

.p-contactLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
}

@media screen and (max-width: 768px) {
  .p-contactLinks {
    gap: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactLinksBtn.c-button.--small.--more {
    font-size: clamp(8px, 1rem, 12px);
    padding: 1rem 1.3rem;
  }
}

.p-contactAttention {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-contactAttention {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactAttention {
    gap: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactAttention {
    gap: 6rem;
  }
}

.p-contactAttentionSection {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactAttentionSection {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-contactAttentionSection {
    display: block;
  }
}

.p-contactAttentionSection:nth-child(1) .p-contactAttentionSectionBody {
  /* overflow-y: scroll; */
  height: auto;
  max-height: 260px;
}

@media screen and (max-width: 768px) {
  .p-contactAttentionSection:nth-child(1) .p-contactAttentionSectionBody {
    max-height: 280px;
  }
}

.p-contactAttentionSectionHead {
  grid-column: span 2;
}

.p-contactAttentionSectionTitle {
  font-size: clamp(14px, 1.6rem, 18px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-contactAttentionSectionTitle {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}

.p-contactAttentionSectionBody {
  grid-column: span 5;
  background-color: #F9F9F9;
  border-radius: 1.6rem;
  padding: 2.5rem 3rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactAttentionSectionBody {
    margin-top: 2rem;
    padding: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactAttentionSectionBody {
    margin-top: 2rem;
    padding: 2rem;
  }
}

.p-contactAttentionSectionBody .c-details {
  border: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-contactAttentionSectionBody .c-details__summary:hover .c-details__title {
    transform: translateX(0);
  }
}

.p-contactAttentionSectionBody .c-details__summary {
  padding: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-contactAttentionSectionBody .c-details__summary {
    padding: 1rem 0;
  }
}

.p-contactAttentionSectionBody .c-details__title {
  font-size: clamp(10px, 1.2rem, 14px);
}

.p-contactAttentionSectionCopy {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 2;
}

.p-contactAttentionSectionCopy:nth-child(n+2) {
  margin-top: 2em;
}

.p-contactAttentionSectionSchedule {
  width: calc(100% - 25rem);
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

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

.p-contactAttentionSectionScheduleTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.p-contactAttentionSectionScheduleTable th {
  background-color: #FDF3F2;
}

.p-contactAttentionSectionScheduleTable td,
.p-contactAttentionSectionScheduleTable th {
  border: 1px solid #ddd;
  font-size: clamp(9px, 1.1rem, 13px);
  text-align: center;
  width: 16.6666666667%;
  line-height: 2.9rem;
}

.p-contactAttentionSectionScheduleNote {
  margin-top: 2rem;
  font-size: clamp(9px, 1.1rem, 13px);
}

.p-contactForm {
  background-color: #FDF3F2;
  padding-top: 12rem;
  padding-bottom: 12rem;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-contactForm {
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-contactFormWrap {
  padding-left: 20.1rem;
  padding-right: 20.1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-contactFormWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormWrap {
    display: block;
  }
}

.p-contactFormHead {
  grid-column: span 3;
  font-size: clamp(12px, 1.4rem, 16px);
}

.p-contactFormHead p+p {
  margin-top: 2rem;
}

.p-contactFormBody {
  grid-column: span 4;
  padding-left: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormBody {
    padding-left: 0;
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormBody {
    padding-left: 0;
    margin-top: 4.5rem;
  }
}

.p-contactFormDl:not(.p-contactFormDl:first-of-type) {
  margin-top: 3rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormDl:not(.p-contactFormDl:first-of-type) {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormDl:not(.p-contactFormDl:first-of-type) {
    margin-top: 3.5rem;
  }
}

.p-contactFormDl.--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormDl.--flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormDl.--flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 2rem;
  }
}

.p-contactFormDl.--select .p-contactFormDd {
  width: 27.3rem;
  margin-top: 0;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormDl.--select .p-contactFormDd {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormDl.--select .p-contactFormDd {
    width: 100%;
  }
}

.p-contactFormDl.--select .p-contactFormDd::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #5D4C53 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.p-contactFormDl.--select .p-contactFormDd select {
  background-color: transparent;
  border-radius: 999em;
  height: auto;
  line-height: 1;
  padding: 1.5rem 2rem;
}

.p-contactFormDt {
  font-size: clamp(9px, 1.1rem, 13px);
  font-weight: 400;
}

.p-contactFormDd {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormDd {
    margin-top: 4rem;
  }
}

.p-contactFormDd input {
  background: transparent;
  border-bottom: 1px solid #8E8E8E;
  color: #5D4C53;
  padding: 1rem 0;
}

.p-contactFormDd select {
  border: 1px solid #8E8E8E;
  position: relative;
}

.p-contactFormDd textarea {
  border: 1px solid #8E8E8E;
  background: transparent;
  border-radius: 1.2rem;
  padding: 2rem;
}

.p-contactFormDd input,
.p-contactFormDd select,
.p-contactFormDd textarea {
  font-size: 16px;
}

.p-contactFormDd input:focus,
.p-contactFormDd select:focus,
.p-contactFormDd textarea:focus {
  border-color: #8E8E8E;
  box-shadow: unset;
}

.p-contactFormBtns {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contactFormBtns {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormBtns {
    margin-top: 3.5rem;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    gap: 3rem;
  }
}

.p-contactFormBtns input[type=checkbox] {
  width: clamp(16px, 1.8rem, 20px);
  height: clamp(16px, 1.8rem, 20px);
  border: 1px solid #8E8E8E;
  background: transparent;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
}

.p-contactFormBtns input[type=checkbox]:focus {
  outline: none;
}

.p-contactFormBtns input[type=checkbox]:checked:before {
  background-color: #5D4C53;
  content: "";
  width: clamp(10px, 1.2rem, 14px);
  height: clamp(10px, 1.2rem, 14px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-contactFormBtns label {
  font-size: clamp(10px, 1.2rem, 14px);
  font-weight: 400;
  vertical-align: middle;
}

.p-contactFormBtns a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .p-contactFormBtns .c-button.--more.--small {
    z-index: 2;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-contactFormBtns .c-button.--more.--small:hover {
    color: #5D4C53;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .p-contactFormBtns .c-button.--more.--small {
    width: 100%;
    background-color: rgba(173, 173, 173, 0.5);
    background-color: #EE9298;
    border: unset;
    color: #fff;
  }
}

/* # =================================================================
#　Contact ここまで
# ================================================================= */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* # =================================================================
#　Recruit 採用情報 ここから
# ================================================================= */

.p-recruit .p-productsDetailDetails {
  padding-top: 5.6rem;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .p-recruit .p-productsDetailDetails {
    padding-top: 6rem;
  }
}

.p-recruit .p-productsDetailDetailsWrap {
  place-items: start;
}

@media (max-width: 1850px) {
  .p-recruit .hide-bp-1850px {
    display: none;
  }
}

/* # =================================================================
#　Recruit 採用情報 ここまで
# ================================================================= */