@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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;
}

html {
  overflow-x: hidden;
}
@media screen and (min-width: 500px) {
  html {
    overflow-x: visible;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 500px) {
  body {
    overflow-x: visible;
  }
}

.bg-image {
  display: none;
}
@media screen and (min-width: 500px) {
  .bg-image {
    display: block;
    background: url(/img/kp/2026spring_catalog/kpb/kpb26s-pc.png) no-repeat left center/cover;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

header,
main,
footer {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: 10vw;
}

img {
  width: 100%;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeInWithShadow {
  0% {
    opacity: 0;
    filter: drop-shadow(0px 0px 0px rgba(255, 140, 0, 0));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0px 0px 0px rgba(255, 140, 0, 0));
  }
  100% {
    opacity: 1;
    filter: drop-shadow(8px 8px 0px rgba(255, 140, 0, 0.6));
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swingFly {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(350px, 150px) scale(1);
  }
}
@keyframes swingFly2 {
  0% {
    opacity: 0;
    transform: translate(150px, -150px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes swingFly3 {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(200px, -20px) scale(1);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
.l-hidden-sp {
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (min-width: 500px) {
  .l-hidden-sp {
    overflow-x: visible;
    overflow-y: visible;
  }
}
.l-inner {
  padding: 0px 40px;
}
.l-inner_small {
  padding: 0px 20px;
}
.l-img6 {
  padding-left: 10px;
  width: 170px;
  transform: rotate(7deg);
  object-fit: cover;
  filter: drop-shadow(8px 8px 0px rgba(255, 140, 0, 0));
  will-change: filter, opacity;
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .l-img6 {
    width: 230px;
  }
}
.l-img6.is-visible {
  animation: fadeInWithShadow 1s ease-out forwards;
}
.l-img6-container {
  padding-left: 40px;
}
.l-img7 {
  position: absolute;
  bottom: 170px;
  right: 50px;
  width: 170px;
  transform: rotate(-6deg);
  z-index: 20;
  filter: drop-shadow(8px 8px 0px rgba(255, 140, 0, 0));
  will-change: filter, opacity;
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .l-img7 {
    width: 230px;
  }
}
.l-img7.is-visible {
  animation: fadeInWithShadow 1s ease-out forwards;
}
.l-img8 {
  width: 170px;
  transform: rotate(-7deg);
  object-fit: contain;
  filter: drop-shadow(8px 8px 0px rgba(255, 140, 0, 0));
  will-change: filter, opacity;
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .l-img8 {
    width: 230px;
  }
}
.l-img8.is-visible {
  animation: fadeInWithShadow 1s ease-out forwards;
}
.l-img8-container {
  padding-left: 40px;
}
.l-img10 {
  position: absolute;
  top: -250px;
  right: 40px;
  width: 150px;
  object-fit: contain;
  opacity: 0;
}
.l-img10.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
}
.l-img11 {
  width: 100%;
  object-fit: contain;
}
.l-img12 {
  width: 100%;
  object-fit: contain;
}
.l-img15 {
  width: 100%;
  object-fit: contain;
}
.l-img15-container {
  width: 80%;
  margin-left: auto;
  text-align: right;
}
.l-img16 {
  position: absolute;
  top: -120px;
  left: 10px;
  width: 240px;
  object-fit: contain;
  opacity: 0;
}
.l-img16.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
}
.l-img19 {
  position: absolute;
  bottom: -140px;
  right: 40px;
  width: 170px;
  z-index: 10;
}
.l-img20 {
  width: 90%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.l-top_orange {
  position: relative;
  background: linear-gradient(to bottom, rgba(245, 166, 35, 0.6), transparent);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  padding: 200px 0 0;
  margin-top: -80px;
  overflow: visible;
}
.l-top_orange__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333333;
  text-align: right;
  margin-top: 50px;
}
.l-top_blue {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 145, 180, 0.6), transparent);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  padding: 250px 0 0;
  margin-top: -80px;
  overflow: visible;
}
.l-main1 {
  position: relative;
  background-color: #eddfc9;
  padding: 20px 0 0;
}
@media screen and (min-width: 500px) {
  .l-main1 {
    padding: 30px 0 0;
  }
}
.l-main1__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #d35485;
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}

.c-cost-text {
  padding: 30px 40px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #d35b26;
  position: relative;
  z-index: 10;
}
.c-cost-text-2 {
  color: #0d6799;
}
.c-cost-text-left {
  text-align: left;
}
.c-cost-text-right {
  text-align: right;
}
.c-cost-text-small {
  color: #e55e8d;
}
.c-cost-btn {
  display: block;
  margin-top: 10px;
  width: 100px;
}
.c-cost-btn-left {
  margin-right: auto;
}
.c-cost-btn-right {
  margin-left: auto;
}
.c-cost-btn img {
  width: 100%;
}
.c-anime-clip {
  position: relative;
  overflow: hidden;
}
.c-anime-clip::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eddfc9;
  transform: translateX(0);
  transition: transform 1.2s ease-out;
}
.c-anime-clip--active::after {
  transform: translateX(-101%);
}
.c-anime-clip.clip2::after {
  background: #f5a623;
}
.c-anime-clip.clip3::after {
  background: #0091b4;
}
.c-anime-clip.clip_small_right {
  width: 60%;
  margin-left: auto;
}
.c-anime-clip.clip_small_left {
  width: 60%;
  margin-right: auto;
}
.c-anime-swing.is-visible {
  animation: swingFly 1.2s ease-out forwards;
}
.c-anime-swing2 {
  opacity: 0;
}
.c-anime-swing2.is-visible {
  animation: swingFly2 1.2s ease-out forwards;
}
.c-anime-swing3 {
  opacity: 1;
}
.c-anime-swing3.is-visible {
  animation: swingFly3 1.2s ease-out forwards;
}

.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}

.h-50 {
  height: 50px;
}
.h-100 {
  height: 100px;
}

.sp-only {
  display: inline;
}
@media screen and (min-width: 500px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 500px) {
  .pc-only {
    display: inline;
  }
}

.p-cta {
  display: none;
}
@media screen and (min-width: 500px) {
  .p-cta {
    position: fixed;
    bottom: 0;
    left: 50px;
    width: 20vw;
    z-index: 100;
    display: block;
    transition: opacity 0.3s ease;
  }
  .p-cta:hover {
    opacity: 0.7;
  }
}
.p-relative {
  position: relative;
}
.p-align-center {
  text-align: center;
}
.p-anime-float {
  animation: float 3s ease-in-out infinite;
}
.p-deco1 {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
}
@media screen and (min-width: 500px) {
  .p-deco1 {
    width: 140px;
  }
}
.p-deco2 {
  position: absolute;
  bottom: 60px;
  left: 30px;
  width: 3px;
  z-index: 10;
  rotate: -50deg;
}
.p-deco2_2 {
  position: absolute;
  top: -60px;
  right: 100px;
  width: 5px;
  z-index: 10;
  rotate: 110deg;
}
@media screen and (min-width: 500px) {
  .p-deco2_2 {
    top: -50px;
    right: 160px;
  }
}
.p-deco3 {
  position: absolute;
  bottom: 100px;
  left: 55px;
  width: 4px;
  z-index: 10;
  rotate: -120deg;
}
@media screen and (min-width: 500px) {
  .p-deco3 {
    bottom: 110px;
  }
}
.p-deco4 {
  position: absolute;
  bottom: 60px;
  left: 70px;
  width: 4px;
  z-index: 10;
  rotate: 20deg;
}
@media screen and (min-width: 500px) {
  .p-deco4 {
    width: 4px;
    left: 90px;
  }
}
.p-deco5 {
  position: absolute;
  bottom: 220px;
  right: 0;
  width: 120px;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .p-deco5 {
    width: 150px;
  }
}
.p-deco6 {
  position: absolute;
  bottom: 60px;
  right: 0px;
  width: 100px;
  z-index: 10;
  animation-duration: 4s;
  animation-delay: 1s;
}
@media screen and (min-width: 500px) {
  .p-deco6 {
    bottom: 60px;
    right: 30px;
    width: 110px;
  }
}
.p-deco7 {
  position: absolute;
  bottom: -80px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .p-deco7 {
    width: 100%;
    bottom: -100px;
  }
}
.p-deco8_gif {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 210px;
  z-index: 10;
}
.p-deco8 {
  position: absolute;
  top: -170px;
  right: 30px;
  width: 150px;
  z-index: 10;
}
.p-deco9 {
  position: absolute;
  top: 370px;
  left: 20px;
  width: 70px;
  z-index: 10;
}
.p-deco10 {
  position: absolute;
  top: 480px;
  left: -20px;
  width: 70px;
  z-index: 20;
  animation-duration: 4s;
}
.p-deco11 {
  position: absolute;
  top: -80px;
  right: 70px;
  width: 80px;
  z-index: 30;
}
@media screen and (min-width: 500px) {
  .p-deco11 {
    top: -40px;
    right: 80px;
    width: 100px;
  }
}
.p-deco12 {
  position: absolute;
  top: 80px;
  right: 120px;
  width: 50px;
  z-index: 20;
  rotate: -20deg;
}
@media screen and (min-width: 500px) {
  .p-deco12 {
    top: 150px;
  }
}
.p-deco12_2 {
  position: absolute;
  top: 250px;
  right: 80px;
  width: 50px;
  z-index: 10;
  rotate: -30deg;
}
.p-deco12_3 {
  position: absolute;
  top: -200px;
  left: 10px;
  width: 60px;
  z-index: 10;
  rotate: 40deg;
}
@media screen and (min-width: 500px) {
  .p-deco12_3 {
    top: -240px;
  }
}
.p-deco13 {
  position: absolute;
  bottom: 0px;
  right: 40px;
  width: 80px;
  z-index: 20;
  rotate: 10deg;
  animation-duration: 4s;
  animation-delay: 1s;
}
.p-deco13_2 {
  position: absolute;
  top: 200px;
  left: 140px;
  width: 60px;
  z-index: 10;
  rotate: 40deg;
  animation-delay: 1s;
}
.p-deco14 {
  position: absolute;
  top: -390px;
  right: 30px;
  width: 160px;
  z-index: 20;
  rotate: 10deg;
  opacity: 0;
}
.p-deco14.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 0.5s;
}
.p-deco15 {
  position: absolute;
  top: -360px;
  right: 44px;
  width: 120px;
  z-index: 20;
  opacity: 0;
}
.p-deco15.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 1s;
}
.p-deco16 {
  position: absolute;
  top: -280px;
  right: 40px;
  width: 50px;
  z-index: 10;
  transform-origin: top center;
  animation: swing 3s ease-in-out infinite;
}
.p-deco16-text {
  position: absolute;
  top: 40px;
  left: 20px;
  line-height: 1.8;
  z-index: 10;
}
.p-deco17 {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 100px;
  z-index: 10;
}
.p-deco18 {
  position: absolute;
  top: -50px;
  left: 110px;
  width: 40px;
  rotate: -20deg;
  z-index: 10;
}
.p-deco18_2 {
  position: absolute;
  top: 120px;
  right: 210px;
  width: 30px;
  z-index: 10;
  rotate: 20deg;
  animation-delay: 1s;
}
.p-deco18_3 {
  position: absolute;
  top: -130px;
  left: 160px;
  width: 40px;
  z-index: 10;
  rotate: -30deg;
}
.p-deco19 {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 90px;
  rotate: -30deg;
  z-index: 10;
}
.p-deco20 {
  position: absolute;
  top: 100px;
  left: 120px;
  width: 130px;
  z-index: 10;
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .p-deco20 {
    top: 50px;
    left: 160px;
    width: 150px;
  }
}
.p-deco20.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 0.5s;
}
.p-deco21 {
  position: absolute;
  top: 140px;
  left: 145px;
  width: 100px;
  z-index: 20;
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .p-deco21 {
    top: 86px;
    left: 190px;
    width: 110px;
  }
}
.p-deco21.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 1s;
}
.p-deco22 {
  position: absolute;
  top: -100px;
  left: 90px;
  width: 100px;
  z-index: 10;
}
.p-deco23 {
  position: absolute;
  top: -100px;
  right: -50px;
  width: 120px;
  z-index: 10;
}
.p-deco24 {
  position: absolute;
  top: -50px;
  left: 10px;
  width: 130px;
  z-index: 10;
  opacity: 0;
}
.p-deco24.is-visible {
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 1.5s;
}
.p-deco25 {
  position: absolute;
  bottom: -30px;
  left: 90px;
  width: 90px;
  z-index: 10;
}

.l-header {
  background-color: #eddfc9;
}
.l-header__top-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 800px;
  object-fit: cover;
}
.l-header__top-text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.l-footer {
  background: #fff;
  padding: 60px 0 30px;
}
.l-footer__small {
  text-align: center;
  font-size: 0.8rem;
}
.l-footer__textimg {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
.l-footer__textimg-container {
  text-align: center;
  margin-top: 50px;
}
.l-footer__textimg-text {
  font-size: 14px;
  margin-top: 10px;
}
.l-footer__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.l-footer__icon {
  padding-top: 100px;
  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: 14px;
}
.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__slider1 {
  margin-top: 50px;
  position: relative;
  padding: 0 50px;
}
.l-footer__slider1-container {
  overflow: hidden;
  width: 100%;
}
.l-footer__slider1-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.l-footer__slider1-item {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}
.l-footer__slider1-item a {
  display: block;
  width: 100%;
}
.l-footer__slider1-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.l-footer__slider1-prev, .l-footer__slider1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #d35485;
  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: 10px;
}
.l-footer__slider1-prev:hover, .l-footer__slider1-next:hover {
  opacity: 1;
}
.l-footer__slider1-prev {
  left: 5px;
}
.l-footer__slider1-next {
  right: 5px;
}