@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Rubik+Mono+One&display=swap");
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ======== */
/**
 * Use a better box model (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * Use a more readable tab size (opinionated).
 */
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ======== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Lists
   ===== */
/**
 * Remove list styles (bullets/numbers).
 */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* Grouping content
   =============== */
/**
 * 1. Add the correct height in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/* Text-level semantics
   =================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
 * 1. Improve consistency of default fonts in all browsers.
 * 2. Correct the odd 'em' font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Tabular data
   ============ */
/**
 * 1. Remove text indentation from table contents in Chrome and Safari.
 * 2. Correct table border color inheritance in Chrome and Safari.
 */
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/* Forms
   ===== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional ':invalid' styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/**
 * Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
 */
legend {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.l-fixed-bg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-fixed-bg {
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url(/img/kp/2026summer_catalog/kpb/kpb26ms-pc_back.jpg) no-repeat center center/cover;
    pointer-events: none;
  }
}

header,
main,
footer {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  background-color: #fce584;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header,
  main,
  footer {
    max-width: 500px;
    overflow: visible;
  }
}

header {
  overflow: visible;
}

main {
  padding-top: clamp(2rem, 4vw, 3.75rem);
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.l-inner {
  padding: 0 clamp(1rem, 4vw + 0.25rem, 2.5rem);
}

.l-background-blue {
  background-color: #d7f6f9;
}

.l-background-green {
  background-color: #e8f9f0;
}

.l-background-purple {
  background-color: #eddaf7;
}

.u-relative {
  position: relative;
}

.u-bg-gradient-cream-pink {
  background: linear-gradient(to bottom, #eddfc9, #eddbda);
}

.u-bg-gradient-blue-white {
  background: linear-gradient(to bottom, #d7f6f9, #fcfcfc);
}

.u-bg-pink {
  background-color: #eddbda;
}

.u-bg-white {
  background-color: #fcfcfc;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.l-section {
  position: relative;
  padding: 50px 0 0;
}
.l-section__img {
  width: 100%;
  object-fit: contain;
}
.l-section__img--w60 {
  width: 60%;
  display: block;
}
.l-section__img--w60-right {
  width: 60%;
  margin-left: auto;
  display: block;
}
.l-section__img--w70-center {
  width: 70%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 10;
}
.l-section__img--w80-center {
  width: 80%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 10;
}
.l-section__img--w80-left {
  width: 80%;
  display: block;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.l-section__img--w80-right {
  width: 80%;
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.l-section__img--w90-center {
  width: 90%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 10;
}
.l-section__img--w100-center {
  width: 100%;
  display: block;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
.l-section__img--inset-right {
  width: 100%;
  padding-left: 20%;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.l-section__img--pop-right {
  width: 75%;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.l-section__img--dress-left {
  width: 70%;
  display: block;
  position: relative;
  z-index: 1;
}
.l-section__img--baby-center {
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.l-section__img--duo-full {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-section__img--flatlay {
  width: 85%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.l-section__img--duo-circle {
  width: 85%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}

.c-wipe {
  position: relative;
  overflow: hidden;
}
.c-wipe::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eddfc9;
  transform: translateX(0);
  transition: transform 1.2s ease-out;
  will-change: transform;
}
.c-wipe--visible::after {
  transform: translateX(-100%);
  will-change: auto;
}
.c-wipe--pink::after {
  background: #eddbda;
}

.c-fade-in-up {
  opacity: 0;
  transform: translate3d(0, var(--c-rise-y, 2rem), 0);
  transition: opacity var(--c-rise-duration, 1.5s) cubic-bezier(0.25, 0.46, 0.45, 0.94), transform var(--c-rise-duration, 1.5s) cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.c-fade-in-up--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  .c-fade-in-up {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.c-rise-in {
  opacity: 0;
  transform: translate3d(0, var(--c-rise-y, 2rem), 0);
  transition: opacity var(--c-rise-duration, 1.5s) cubic-bezier(0.25, 0.46, 0.45, 0.94), transform var(--c-rise-duration, 1.5s) cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.c-rise-in--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  .c-rise-in {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.c-price {
  padding: clamp(1.25rem, 4vw, 1.875rem) clamp(1rem, 4vw + 0.25rem, 2.5rem);
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.9375rem);
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #666;
  position: relative;
  z-index: 10;
}
.c-price--left {
  text-align: left;
}
.c-price--right {
  text-align: right;
}
.c-price__note {
  color: #666;
}
.c-price__link {
  display: block;
  margin-top: 0.75rem;
  width: clamp(5.5rem, 20vw, 7rem);
}
.c-price__link--left {
  margin-right: auto;
}
.c-price__link--right {
  margin-left: auto;
}
.c-price__link img {
  width: 100%;
}
.c-price__link--disabled {
  pointer-events: none;
  cursor: default;
}
.c-price__btn {
  display: inline-block;
  padding: 0.3125rem 1.375rem;
  background-color: #e9606e;
  color: #fff;
  font-size: clamp(0.75rem, 0.7rem + 0.15vw, 0.875rem);
  font-weight: bold;
  letter-spacing: 0.12em;
  border-radius: 20px;
  text-decoration: none;
}

.p-deco--matching {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 90%;
  max-width: 480px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}
.p-deco--mini {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  max-width: 320px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.p-anime-float {
  animation: float 3s ease-in-out infinite;
}

.p-img__1 {
  margin-bottom: -2px;
}

.p-img__2 {
  transform: translateX(10px);
}
.p-img__2.c-fade-in-up, .p-img__2.c-rise-in {
  transform: translate(10px, 2rem);
}
.p-img__2.c-fade-in-up--visible, .p-img__2.c-rise-in--visible {
  transform: translateX(10px);
}

.p-img__3 {
  margin-bottom: clamp(-5.5rem, -12vw, -5rem);
}
.p-img__3.c-fade-in-up, .p-img__3.c-rise-in {
  transform: translateY(calc(clamp(-5.5rem, -12vw, -5rem) + 2rem));
}
.p-img__3.c-fade-in-up--visible, .p-img__3.c-rise-in--visible {
  transform: translateY(clamp(-5.5rem, -12vw, -5rem));
}

.p-img__8 {
  margin-bottom: -2px;
}

.p-img__9 {
  position: relative;
  z-index: 10;
}

.p-img__10 {
  position: relative;
  margin-top: -60px;
  z-index: 9;
}

.p-img__13 {
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 20;
  max-width: 180px;
}

.p-img__16-center {
  display: block;
  margin: 50px auto;
  max-width: 180px;
  transition: transform 0.3s ease-in-out;
}
.p-img__16-center:hover {
  transform: scale(1.1);
}

.c-auto-fade {
  position: relative;
}
.c-auto-fade__item {
  display: block;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}
.c-auto-fade__item + .c-auto-fade__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.c-auto-fade__item.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}

.c-auto-fade__item.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 2s;
}

@media (prefers-reduced-motion: reduce) {
  .c-auto-fade__item {
    transition: none;
  }
}
.c-scroll-text-clip {
  overflow: hidden;
  width: 100%;
  padding-block: clamp(3.5rem, 10vw, 4rem);
}

.c-scroll-text {
  width: 100%;
  overflow: hidden;
  background-color: #e9ba2b;
  padding-block: clamp(0.75em, 2vw, 1em);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-scroll-text--white-pink {
  background-color: #fff;
  color: #f4ced8;
}
.c-scroll-text--tilt {
  overflow: hidden;
  background-color: #fff;
  color: #85ccce;
  width: 110%;
  margin-inline: -5%;
  transform: rotate(-12deg);
  position: relative;
  z-index: 10;
}
.c-scroll-text--tilt-pink {
  overflow: hidden;
  background-color: #fff;
  color: #f4ced8;
  width: 110%;
  margin-inline: -5%;
  transform: rotate(-12deg);
  position: relative;
  z-index: 10;
}
.c-scroll-text--tilt-r {
  overflow: hidden;
  background-color: #fff;
  color: #85ccce;
  width: 110%;
  margin-inline: -5%;
  transform: rotate(12deg);
  position: relative;
  z-index: 10;
}

.c-scroll-text__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  animation: c-scroll-text-marquee 28s linear infinite;
  will-change: transform;
}

.c-scroll-text__half {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1em;
  padding-right: 1em;
  flex-shrink: 0;
  white-space: nowrap;
}

.c-scroll-text__item {
  flex-shrink: 0;
  font-family: "Murecho", sans-serif;
  font-weight: 800;
  font-size: clamp(0.75rem, 0.65rem + 0.35vw, 0.875rem);
}

@keyframes c-scroll-text-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-scroll-text__track {
    animation: none;
  }
}
.c-img-marquee {
  overflow: hidden;
  width: 100%;
}
.c-img-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
.c-img-marquee--ltr .c-img-marquee__track {
  animation: c-img-marquee-ltr 12s linear infinite;
}
.c-img-marquee--rtl .c-img-marquee__track {
  animation: c-img-marquee-rtl 12s linear infinite;
}
.c-img-marquee__half {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: clamp(0.5rem, 2vw, 1rem);
  padding-right: clamp(0.5rem, 2vw, 1rem);
}
.c-img-marquee__item {
  flex-shrink: 0;
  width: clamp(11rem, 60vw, 14rem);
  overflow: hidden;
}
.c-img-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes c-img-marquee-ltr {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes c-img-marquee-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-img-marquee__track {
    animation: none;
  }
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}

.pt-0 {
  padding-top: 0;
}
.pt-50 {
  padding-top: 50px;
}

main img[class*=kazari-],
main .kazari-07-root {
  pointer-events: none;
}

.kazari-container-01 {
  position: relative;
  width: 100%;
  height: 100px;
  right: 0;
}
.kazari-container-02 {
  position: relative;
  width: 100%;
  height: 180px;
  left: 0;
}
.kazari-container-03 {
  position: relative;
  width: 100%;
  height: 160px;
}
.kazari-container-04 {
  position: relative;
  width: 100%;
  height: 330px;
}
.kazari-container-05 {
  position: relative;
  width: 100%;
  height: 50px;
}
.kazari-container-06 {
  position: relative;
  width: 100%;
  height: auto;
}
.kazari-container-07 {
  position: relative;
  width: 100%;
  height: 440px;
}
.kazari-container-08 {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.kazari-container-09 {
  position: relative;
  width: 100%;
  height: auto;
}
.kazari-container-10 {
  position: relative;
  width: 100%;
  height: 340px;
}
.kazari-container-11 {
  position: relative;
  width: 100%;
  height: auto;
}
.kazari-container-12 {
  position: relative;
  width: 100%;
  height: 300px;
}
.kazari-container-13 {
  position: relative;
  width: 100%;
  height: auto;
}
.kazari-container-14 {
  position: relative;
  width: 100%;
  height: 200px;
}
.kazari-container-15 {
  position: relative;
  width: 100%;
  height: auto;
}
.kazari-container-16 {
  position: relative;
  width: 100%;
  height: auto;
}

.kazari-03 {
  position: absolute;
  display: block;
  width: 150px;
  height: auto;
  right: 0;
}
.kazari-04 {
  position: absolute;
  display: block;
  width: 150px;
  height: auto;
  right: 30%;
  bottom: -20px;
  z-index: 10;
}
.kazari-05 {
  position: absolute;
  display: block;
  width: 150px;
  height: auto;
  left: 5%;
  top: -80px;
  z-index: 10;
}
.kazari-06 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  right: 10%;
  bottom: 80px;
  z-index: 10;
}
.kazari-07 {
  display: block;
  width: 100%;
  height: auto;
}
.kazari-08 {
  position: absolute;
  display: block;
  width: 20px;
  height: auto;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
}
.kazari-09 {
  position: relative;
  display: block;
  width: 220px;
  height: auto;
  left: 36%;
  z-index: 10;
}
.kazari-10 {
  position: relative;
  display: block;
  width: 180px;
  height: auto;
  left: 7%;
  top: -50px;
  z-index: 20;
}
.kazari-11 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  left: 40%;
  top: 50px;
  z-index: 20;
}
.kazari-12 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  left: 50%;
  top: 120px;
  z-index: 20;
}
.kazari-13 {
  position: absolute;
  display: block;
  width: 130px;
  height: auto;
  right: 20%;
  top: 20px;
  z-index: 20;
}
.kazari-14 {
  position: absolute;
  display: block;
  width: 70px;
  height: auto;
  right: 10%;
  top: 120px;
  z-index: 20;
}
.kazari-15 {
  position: absolute;
  display: block;
  width: 180px;
  height: auto;
  right: 4%;
  top: -130px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-15 {
    width: 200px;
    right: 10%;
  }
}
.kazari-16 {
  position: absolute;
  display: block;
  width: 180px;
  height: auto;
  right: 5%;
  top: 70px;
  z-index: 5;
}
.kazari-17 {
  position: absolute;
  display: block;
  width: 110px;
  height: auto;
  left: 2%;
  top: 160px;
  z-index: 10;
}
.kazari-18 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  left: 10%;
  top: 120px;
  z-index: 20;
}
.kazari-18_2 {
  position: absolute;
  display: block;
  width: 130px;
  height: auto;
  left: 0%;
  top: 0px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-18_2 {
    width: 160px;
    left: 3%;
    top: -20px;
  }
}
.kazari-19 {
  position: absolute;
  display: block;
  width: 170px;
  height: auto;
  bottom: -60px;
  left: 15%;
  z-index: 20;
}
.kazari-20 {
  position: absolute;
  display: block;
  width: 80px;
  height: auto;
  right: 8%;
  bottom: 0px;
  z-index: 20;
}
.kazari-21 {
  position: absolute;
  display: block;
  width: 200px;
  height: auto;
  left: 10%;
  top: -30px;
  z-index: 20;
}
.kazari-22 {
  position: absolute;
  display: block;
  width: 130px;
  height: auto;
  left: 7%;
  top: -40px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-22 {
    width: 170px;
    top: -70px;
  }
}
.kazari-23 {
  position: absolute;
  display: block;
  width: 220px;
  height: auto;
  right: 0%;
  top: -10px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-23 {
    width: 270px;
    top: -10px;
  }
}
.kazari-24 {
  position: absolute;
  display: block;
  width: 40px;
  height: auto;
  right: 20%;
  top: 110px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-24 {
    width: 40px;
    top: 130px;
  }
}
.kazari-25 {
  position: absolute;
  display: block;
  width: 90px;
  height: auto;
  right: 5%;
  top: 150px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-25 {
    width: 110px;
    top: 230px;
  }
}
.kazari-26 {
  position: absolute;
  display: block;
  width: 130px;
  height: auto;
  right: 10%;
  top: 220px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-26 {
    width: 160px;
    top: 310px;
  }
}
.kazari-27 {
  position: absolute;
  display: block;
  width: 210px;
  height: auto;
  left: 0%;
  top: -80px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-27 {
    width: 230px;
    top: -80px;
    left: 10%;
  }
}
.kazari-28 {
  position: absolute;
  display: block;
  width: 40px;
  height: auto;
  left: 32%;
  top: 0px;
  z-index: 20;
}
.kazari-29 {
  position: absolute;
  display: block;
  width: 130px;
  height: auto;
  right: 13%;
  top: -40px;
  z-index: 20;
}
.kazari-30 {
  position: absolute;
  display: block;
  width: 70px;
  height: auto;
  right: 3%;
  top: 0px;
  z-index: 20;
}
.kazari-31 {
  position: absolute;
  display: block;
  width: 190px;
  height: auto;
  right: 14%;
  top: -40px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-31 {
    width: 220px;
  }
}
.kazari-32 {
  position: absolute;
  display: block;
  width: 40px;
  height: auto;
  right: 22%;
  top: -50px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-32 {
    width: 50px;
  }
}
.kazari-33_2 {
  position: absolute;
  display: block;
  width: 50px;
  height: auto;
  left: 14%;
  top: 210px;
  z-index: 20;
}
.kazari-33 {
  position: absolute;
  display: block;
  width: 240px;
  height: auto;
  right: -60px;
  top: 120px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-33 {
    right: 0;
  }
}
.kazari-34 {
  position: absolute;
  display: block;
  width: 220px;
  height: auto;
  right: 10%;
  top: 0px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-34 {
    width: 290px;
    right: 10%;
    top: -30px;
  }
}
.kazari-35 {
  position: absolute;
  display: block;
  width: 120px;
  height: auto;
  left: 10%;
  top: 160px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .kazari-35 {
    width: 150px;
    left: 10%;
    top: 80px;
  }
}
.kazari-36 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  right: 17%;
  top: 140px;
  z-index: 30;
}
.kazari-37 {
  position: absolute;
  display: block;
  width: 80px;
  height: auto;
  right: 10%;
  top: 150px;
  z-index: 20;
}
.kazari-38 {
  position: absolute;
  display: block;
  width: 200px;
  height: auto;
  left: 50px;
  top: 80px;
  z-index: 20;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .kazari-38 {
    width: 390px;
    left: 50px;
    top: 80px;
  }
}
.kazari-39 {
  position: absolute;
  display: block;
  width: 100px;
  height: auto;
  left: 10%;
  top: 0px;
  z-index: 20;
}

@keyframes kazari-07-float-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.kazari-07-root {
  position: absolute;
  display: block;
  width: 120px;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.kazari-07-root.c-rise-in {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(var(--c-rise-y, 2rem));
  transition: opacity var(--c-rise-duration, 1.5s) cubic-bezier(0.25, 0.46, 0.45, 0.94), transform var(--c-rise-duration, 1.5s) cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kazari-07-root.c-rise-in--visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.kazari-07-root.c-rise-in--visible .kazari-07 {
  animation: kazari-07-float-y var(--kazari-07-float-duration, 3.2s) ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .kazari-07-root.c-rise-in {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: none;
  }
  .kazari-07-root.c-rise-in--visible .kazari-07 {
    animation: none;
  }
}

@keyframes c-rise-float-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--c-rise-float-distance, -8px));
  }
}
.c-rise-float-y.c-rise-in--visible {
  animation: c-rise-float-y var(--c-rise-float-duration, 3.6s) ease-in-out infinite;
  animation-delay: var(--c-rise-duration, 1.5s);
}

@keyframes c-rise-float-y-fine {
  0%, 100% {
    transform: translateY(0);
  }
  14.5833333333% {
    transform: translateY(var(--c-rise-float-distance, -3px));
  }
  29.1666666667% {
    transform: translateY(0);
  }
  43.75% {
    transform: translateY(var(--c-rise-float-distance, -3px));
  }
  58.3333333333%, 100% {
    transform: translateY(0);
  }
}
.c-rise-float-y--fine {
  --c-rise-float-distance: -3px;
  --c-rise-float-duration: 0.7s;
  --c-rise-float-pause: 1s;
}

.c-rise-float-y.c-rise-float-y--fine.c-rise-in--visible {
  animation: c-rise-float-y-fine 2.4s ease-in-out infinite;
  animation-delay: var(--c-rise-duration, 1.5s);
}

@media (prefers-reduced-motion: reduce) {
  .c-rise-float-y.c-rise-in--visible {
    animation: none;
  }
}
@keyframes kazari-11-rise-slide-right {
  0% {
    opacity: 0;
    transform: translate(0, var(--c-rise-y, 2rem));
  }
  62% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(var(--kazari-11-shift-x, 50px), 0);
  }
}
.kazari-11.c-rise-in {
  transition: none;
  opacity: 0;
  transform: translate(0, var(--c-rise-y, 2rem));
}

.kazari-11.c-rise-in--visible {
  animation: kazari-11-rise-slide-right var(--kazari-11-duration, 2.2s) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .kazari-11.c-rise-in,
  .kazari-11.c-rise-in--visible {
    animation: none;
    opacity: 1;
    transform: translate(var(--kazari-11-shift-x, 50px), 0);
    transition: none;
    will-change: auto;
  }
}
@keyframes kazari-25-rise-slide-left {
  0% {
    opacity: 0;
    transform: translate(0, var(--c-rise-y, 2rem));
  }
  62% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(var(--kazari-25-shift-x, -50px), 0);
  }
}
.kazari-25.c-rise-in {
  transition: none;
  opacity: 0;
  transform: translate(0, var(--c-rise-y, 2rem));
}

.kazari-25.c-rise-in--visible {
  animation: kazari-25-rise-slide-left var(--kazari-25-duration, 2.2s) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .kazari-25.c-rise-in,
  .kazari-25.c-rise-in--visible {
    animation: none;
    opacity: 1;
    transform: translate(var(--kazari-25-shift-x, -50px), 0);
    transition: none;
    will-change: auto;
  }
}
.c-modal-trigger {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}
.c-modal-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.c-modal-trigger__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

@keyframes p-model-kv-reveal-tilt {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--c-rise-y, 2rem), 0) rotate(0deg);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(5deg);
  }
}
.c-modal-trigger.model-01 .p-model-kv-img.c-rise-in {
  transition: none;
  opacity: 0;
  transform: translate3d(0, var(--c-rise-y, 2rem), 0) rotate(0deg);
}

.c-modal-trigger.model-01 .p-model-kv-img.c-rise-in--visible {
  animation: p-model-kv-reveal-tilt var(--p-model-kv-duration, 2s) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .c-modal-trigger.model-01 .p-model-kv-img.c-rise-in,
  .c-modal-trigger.model-01 .p-model-kv-img.c-rise-in--visible {
    animation: none;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(5deg);
    transition: none;
    will-change: auto;
  }
}
@keyframes p-model-kv-reveal-tilt-03 {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--c-rise-y, 2rem), 0) rotate(0deg);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(var(--p-model-kv-tilt-deg, -5deg));
  }
}
.c-modal-trigger.model-03 .p-model-kv-img.c-rise-in {
  transition: none;
  opacity: 0;
  transform: translate3d(0, var(--c-rise-y, 2rem), 0) rotate(0deg);
}

.c-modal-trigger.model-03 .p-model-kv-img.c-rise-in--visible {
  animation: p-model-kv-reveal-tilt-03 var(--p-model-kv-duration, 2s) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .c-modal-trigger.model-03 .p-model-kv-img.c-rise-in,
  .c-modal-trigger.model-03 .p-model-kv-img.c-rise-in--visible {
    animation: none;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(var(--p-model-kv-tilt-deg, -5deg));
    transition: none;
    will-change: auto;
  }
}
.model-01 {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
.model-02 {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
.model-03 {
  width: 70%;
  margin-left: 5%;
  display: block;
  position: relative;
  top: -50px;
  z-index: 10;
}
.model-04 {
  width: 70%;
  margin-left: 5%;
  display: block;
  position: relative;
  z-index: 10;
}
.model-05 {
  width: 70%;
  margin-left: auto;
  margin-right: 5%;
  display: block;
  position: relative;
  top: -30%;
  z-index: 10;
}
.model-06 {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
.model-07 {
  width: 100%;
  margin-inline: auto;
  display: block;
  position: relative;
  z-index: 10;
}
.model-08 {
  width: 70%;
  margin-left: auto;
  margin-right: 5%;
  display: block;
  position: relative;
  z-index: 10;
}
.model-09 {
  width: 70%;
  margin-left: 3%;
  top: -120px;
  display: block;
  position: relative;
  z-index: 10;
}
.model-10 {
  width: 70%;
  margin-left: 10%;
  display: block;
  position: relative;
  z-index: 10;
}
.model-11 {
  width: 60%;
  margin-left: 20%;
  display: block;
  position: relative;
  z-index: 10;
}

.c-product-modal {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  display: none;
}
.c-product-modal[open] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.c-product-modal[open]::backdrop {
  background: rgba(6, 120, 170, 0.9);
}
.c-product-modal__hit {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: default;
}
.c-product-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 0 1 auto;
  width: min(100%, 500px);
  max-height: 100dvh;
  margin: 0;
  padding: 2.75rem 0.5rem 0.75rem;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.96) translateY(0.5rem);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.c-product-modal[open] .c-product-modal__panel {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.c-product-modal__close {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.c-product-modal__close::before, .c-product-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.c-product-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-product-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-product-modal__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}
.c-product-modal__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 auto;
  min-height: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
}
.c-product-modal__photo {
  display: block;
  flex: 0 1 auto;
  width: auto;
  max-width: min(72%, 22rem);
  height: auto;
  max-height: calc(100dvh - 12.5rem);
  margin: 0 auto;
  object-fit: contain;
}
.c-product-modal__title {
  flex-shrink: 0;
  margin: clamp(0.35rem, 1.5vw, 0.5rem) 0 0;
  max-width: 100%;
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.9375rem);
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.c-product-modal__buy {
  display: block;
  flex-shrink: 0;
  width: clamp(4.75rem, 32vw, 6.25rem);
  height: auto;
  margin: 30px auto 0;
}
.c-product-modal__hint {
  flex-shrink: 0;
  margin: clamp(0.45rem, 1.5vw, 0.65rem) 0 0;
  font-size: clamp(0.75rem, 0.7rem + 0.15vw, 0.875rem);
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.l-header {
  position: relative;
}
.l-header__pc-deco {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__pc-deco {
    display: block;
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }
}
.l-header__pc-deco-base {
  display: block;
  position: relative;
  z-index: 0;
  width: auto;
  max-width: min(420px, 88vw);
  height: auto;
  margin-inline: auto;
  pointer-events: none;
}
.l-header__pc-deco-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: auto;
  max-width: 80%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 1.25rem));
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header__pc-deco-overlay.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media (prefers-reduced-motion: reduce) {
  .l-header__pc-deco-overlay {
    transition: none;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.l-header__pc-rogo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__pc-rogo {
    display: block;
    position: fixed;
    bottom: 5vh;
    left: 0;
    right: calc(50% + 250px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
  }
}
.l-header__inner {
  position: relative;
}
.l-header__title-img {
  width: 100%;
  max-width: min(250px, 88vw);
  height: auto;
  object-fit: contain;
  display: block;
  margin-inline: auto;
}
.l-header__kv-img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__lead {
  margin: 70px auto 0;
  font-weight: 400;
  text-align: center;
  color: #4d4d4d;
  letter-spacing: 0.04em;
  font-size: clamp(0.8125rem, 0.72rem + 0.35vw, 0.9375rem);
  line-height: 1.85;
  position: static;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__lead {
    font-size: clamp(0.875rem, 0.79rem + 0.2vw, 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__lead {
    font-size: clamp(0.875rem, 0.79rem + 0.2vw, 1rem);
    line-height: 2;
  }
}
.l-header__lead-sp {
  margin: 0 auto 30px;
}
.l-header__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__pc {
    display: block;
    padding-block: clamp(2rem, 4vw + 1rem, 3.125rem);
    padding-bottom: 0;
  }
}
.l-header__sp {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-block: clamp(1.25rem, 4vw, 2rem);
  background: url(/img/kp/2026summer_catalog/kpb/kpb26ms-sp_back.png) no-repeat center top/cover;
  background-color: #fce584;
}
@media screen and (min-width: 1024px) {
  .l-header__sp {
    display: none;
  }
}
.l-header__sp-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 0.875rem);
}
.l-header__sp-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.l-header__sp-img-01 {
  width: 80%;
}
.l-header__sp-img-02 {
  width: 80%;
}
.l-header__sp-img-03 {
  width: 20%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.l-footer {
  background: #fcfcfc;
  padding: 30px 0;
}
.l-footer__small {
  text-align: center;
  font-size: clamp(0.75rem, 0.7rem + 0.15vw, 0.875rem);
}
.l-footer__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.l-footer__icon {
  padding-top: 30px;
  text-align: center;
}
.l-footer__icon p {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.9375rem);
}
.l-footer__icon img {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 50px;
}
.l-footer__logo {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 60px;
}
.l-footer__archive-title {
  margin-bottom: 0.75rem;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: clamp(1.8rem, 1.5rem + 0.4vw, 2rem);
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #e9606e;
}
.l-footer__archive-link {
  display: block;
  width: 100%;
}
.l-footer__archive-img {
  display: block;
  width: 200px;
  margin: 0 auto 40px;
}
.l-footer__archive-img-2 {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.l-footer__slider {
  margin-top: 50px;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__slider {
    padding: 0 50px;
  }
}
.l-footer__slider-viewport {
  overflow: hidden;
  width: 100%;
}
.l-footer__slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.l-footer__slider-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}
.l-footer__slider-slide a {
  display: block;
  width: 100%;
}
.l-footer__slider-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  display: block;
}
.l-footer__slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #e9606e;
  opacity: 0.8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s ease;
  z-index: 100;
  border-radius: 50%;
  padding-bottom: 5px;
}
.l-footer__slider-arrow:hover {
  opacity: 1;
}
.l-footer__slider-arrow--prev {
  left: -20px;
}
@media screen and (min-width: 1024px) {
  .l-footer__slider-arrow--prev {
    left: 5px;
  }
}
.l-footer__slider-arrow--next {
  right: -20px;
}
@media screen and (min-width: 1024px) {
  .l-footer__slider-arrow--next {
    right: 5px;
  }
}