@charset "UTF-8";

/* shogaku/lp/character/local/sass/2026spring.scss */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body .is-modal-open {
  overflow: hidden;
}
:where(.p-character) {
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-image: url(../images/2026spring/pc_back.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
:where(.p-character) * {
  box-sizing: border-box;
}
:where(.p-character) section {
  position: relative;
}
:where(.p-character) a {
  transition: all 0.3s;
}
:where(.p-character) a:link {
  color: inherit;
  text-decoration: none;
}
:where(.p-character) a:hover,
:where(.p-character) a:active {
  text-decoration: none;
}
:where(.p-character) a:visited {
  color: inherit;
}
:where(.p-character) a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}
:where(.p-character) a:hover img {
  filter: alpha(opacity=90);
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}
:where(.p-character) a,
:where(.p-character) img {
  border: none;
}
:where(.p-character) figure {
  margin: 0;
}
:where(.p-character) img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
:where(.p-character) button,
:where(.p-character) input,
:where(.p-character) optgroup,
:where(.p-character) select,
:where(.p-character) textarea {
  width: 100%;
}
.l-inner {
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #ffebeb;
  container-type: inline-size;
  margin: 0 auto;
}
.content {
  padding-inline: 16px;
}
.fadein-up {
  translate: 0 20px;
  opacity: 0;
  will-change: opacity, translate;
  transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1), translate 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.fadein-up.is-visible {
  opacity: 1;
  translate: 0;
}
.pop {
  scale: 0;
  opacity: 0;
  transition: all 0.3s;
  transform-origin: right bottom;
}
.pop.is-visible {
  animation: pop 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes pop {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  80% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.slidein-left,
.slidein-right {
  will-change: opacity, translate;
  transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1), translate 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slidein-left.is-visible,
.slidein-right.is-visible {
  opacity: 1;
  translate: 0;
}
.slidein-right {
  translate: 60px 0;
}
.slidein-left {
  translate: -60px 0;
}
.btn-modal {
  --btn-color: #004098;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 700;
  border: 1px solid var(--btn-color);
  border-radius: calc(infinity * 1px);
  box-shadow: 0px 4px 0 0 var(--btn-color);
  background-color: #fff;
  padding: 13px 15px 12px;
  width: fit-content;
  min-width: 190px;
  margin-inline: auto;
  transition: 0.3s;
}
.btn-modal:hover {
  background-color: var(--btn-color);
  color: #fff;
}
.btn-modal__accent {
  position: relative;
  display: block;
  width: 13px;
  aspect-ratio: 1;
}
.btn-modal__accent::before,
.btn-modal__accent::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background-color: var(--btn-color);
  transition: background-color 0.3s;
}
.btn-modal:hover .btn-modal__accent::before,
.btn-modal:hover .btn-modal__accent::after {
  background-color: #fff;
}
.btn-modal__accent::before {
  width: 100%;
  height: 2px;
}
.btn-modal__accent::after {
  height: 100%;
  width: 2px;
}
.cta {
  position: relative;
}
.cta__button-unite {
  position: absolute;
  bottom: 10cqw;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  row-gap: 3.0769230769cqw;
  width: 76.2569832402%;
}
.cta__button-unite .cta__button {
  color: #fff;
}
.cta__button {
  position: relative;
  display: block;
  font-size: 4.1025641026cqw;
  font-weight: 700;
  text-align: center;
  border-radius: calc(infinity * 1px);
  background-color: #ff7400;
  box-shadow: 0px 5px 0 0 #c44c12;
  padding: 0.8em 15px;
}
.cta__button.cta__button--green {
  background-color: #71d530;
  box-shadow: 0px 5px 0 0 #409d04;
}
.cta__button::after {
  position: absolute;
  top: 50%;
  right: 6.5%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 8/13;
  background-image: url(../images/2026spring/cta_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta-foot {
  position: relative;
  margin-top: 85px;
}
.cta-foot .cta__button-unite {
  bottom: 18cqw;
}
.w-full {
  max-width: calc(100% + 32px);
  width: calc(100% + 32px);
  margin-inline: -16px;
}
.kv {
  position: relative;
}
.kv__title {
  position: absolute;
  top: 12.7%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.intro {
  margin-top: -18px;
}
.intro__heading {
  margin-top: -60px;
}
.intro__accent {
  max-width: 32px;
  margin: 25px auto 0;
}
.intro__text {
  position: relative;
  z-index: 2;
  max-width: 326px;
  margin: 31px auto 0;
}
.intro__img {
  margin-top: -11px;
}
.special {
  padding-bottom: 663px;
  margin-top: -52cqw;
}
.special .content {
  position: relative;
  z-index: 2;
  margin-top: -31.2820512821cqw;
}
.special::before,
.special::after {
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  background-image:
    linear-gradient(
      to bottom,
      #ffa3ac,
      #ffebeb);
}
.special::before {
  -webkit-mask-image: url(../images/2026spring/special_clip.webp);
  mask-image: url(../images/2026spring/special_clip.webp);
  -webkit-mask-size: cover;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.special::after {
  clip-path: polygon(0 32.8205128205cqw, 100% 32.8205128205cqw, 100% 100%, 0% 100%);
}
.special__back-accent {
  width: 60.7692307692%;
}
.special__accent {
  position: absolute;
  z-index: 2;
  top: 19.6cqw;
  left: 0;
}
.special__heading {
  color: #002c65;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.special__heading span {
  display: block;
  font-size: 0.75em;
  line-height: 1.1;
}
.special__button-unit {
  display: grid;
  row-gap: 12px;
  padding-inline: 16px;
  margin-top: 18px;
}
.item::after {
  position: absolute;
  top: 43.3333333333cqw;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 43.3333333333cqw);
  background:
    linear-gradient(
      180deg,
      #f7e7eb 0%,
      #f4fdff 16.35%,
      #dcf9ff 100%);
}
.item .content {
  position: relative;
  z-index: 2;
}
.item__heading {
  margin-top: -60px;
}
.pawpat {
  padding-bottom: 80px;
  margin-top: -10px;
}
.pawpat .cta {
  margin-top: 84px;
}
.pawpat__chara {
  width: 75%;
  margin: 29px auto 0;
}
.pawpat__copy-wrap {
  display: flex;
  align-items: center;
  column-gap: 2px;
  padding-inline: 30px;
  margin-top: 8px;
}
.pawpat__copy-wrap p {
  text-transform: uppercase;
  color: #666;
  font-size: 7px;
  line-height: 1.2;
}
.pawpat__copy-wrap img {
  flex-shrink: 0;
  width: 28.093645485%;
}
.pawpat__item-unit {
  margin-top: 30px;
}
.pawpat__item-01 {
  margin-top: 25px;
}
.pawpat__item-01 .btn-modal {
  margin-top: 13px;
}
.pawpat__item-01__main {
  position: relative;
  padding-top: 56cqw;
}
.pawpat__item-01__main.is-visible img:first-of-type {
  transform: translate(-114%, -69%);
}
.pawpat__item-01__main.is-visible img:nth-of-type(2) {
  transform: translate(-18%, -45%) rotate(0);
}
.pawpat__item-01__main img {
  position: absolute;
  transition: all 1s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pawpat__item-01__main img:first-of-type {
  z-index: 2;
  width: 47%;
}
.pawpat__item-01__main img:nth-of-type(2) {
  width: 61.17318436%;
  transform: translate(-50%, -50%) rotate(-8deg);
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.25));
}
.pawpat__item-01__main img:nth-of-type(3) {
  position: absolute;
  z-index: 3;
  width: 25.4189944134%;
  top: 48.8cqw;
  left: 2.5641025641cqw;
  filter: none;
  transform: none;
  animation-delay: 0.9s;
}
.pawpat__item-01__attention {
  display: block;
  font-size: 10px;
  text-align: right;
  color: #666;
  margin-top: 14cqw;
  margin-right: 10px;
}
.pawpat__item-02 {
  margin-top: 80px;
}
.pawpat__item-02 .btn-modal {
  margin-top: 32px;
}
.pawpat__item-02__main {
  position: relative;
  margin-top: 16px;
}
.pawpat__item-02__main img {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
.pawpat__item-02__main img:first-of-type {
  width: 94%;
  margin-right: -2px;
  margin-left: auto;
}
.pawpat__item-02__main img:nth-of-type(2) {
  width: 92%;
  margin-right: auto;
  margin-left: 0;
  margin-top: 9px;
}
.pawpat__item-02__main img:nth-of-type(3) {
  position: absolute;
  z-index: 3;
  width: 25.4189944134%;
  bottom: -2cqw;
  right: -1cqw;
  filter: none;
  animation-delay: 0.9s;
}
.pokemon {
  padding-bottom: 224px;
  margin-top: -592px;
}
.pokemon::after {
  background-image:
    linear-gradient(
      to bottom,
      #fff0e9 1.92%,
      #fffce7 20.67%,
      #fff7be 85.58%,
      #ffef7f 92.31%);
}
.pokemon .btn-modal {
  --btn-color: #763b00;
}
.pokemon .cta {
  margin-top: 84px;
}
.pokemon__chara {
  padding-inline: 16px;
  margin-top: 23px;
}
.pokemon__copy-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pokemon__copy-wrap p {
  text-transform: uppercase;
  color: #666;
  font-size: 8px;
  margin-bottom: 3px;
}
.pokemon__copy-wrap img {
  max-width: 97px;
}
.pokemon__item-unit {
  margin-top: 34px;
}
.pokemon__item-01 .btn-modal {
  margin-top: 21px;
}
.pokemon__item-01__main {
  margin-top: -31px;
}
.pokemon__item-01__main img:nth-of-type(2) {
  margin-top: 3px;
}
.pokemon__item-01__main img:nth-of-type(3) {
  margin-top: 4px;
}
.pokemon__item-01__main img:nth-of-type(4) {
  margin-top: 3px;
}
.pokemon__item-02 {
  margin-top: 40px;
}
.pokemon__item-02 .btn-modal {
  margin-top: 34.8cqw;
}
.pokemon__item-02__main {
  position: relative;
  padding-top: 58cqw;
}
.pokemon__item-02__main.is-visible img:first-of-type {
  transform: translate(-7%, -50%) rotate(0);
}
.pokemon__item-02__main.is-visible img:last-of-type {
  transform: translate(-73.5%, -30.2%) rotate(0);
}
.pokemon__item-02__main img {
  position: absolute;
  transition: all 1s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pokemon__item-02__main img:first-of-type {
  z-index: 2;
  width: 54.1899441341%;
  transform: translate(-50%, -50%) rotate(-9.97deg);
}
.pokemon__item-02__main img:last-of-type {
  width: 67.8770949721%;
  transform: translate(-50%, -50%) rotate(10deg);
}
.precure {
  padding-bottom: 80px;
  margin-top: -152px;
}
.precure::after {
  content: none;
}
.precure .btn-modal {
  --btn-color: #f0559e;
}
.precure .cta {
  margin-top: 95px;
}
.precure__chara {
  margin-top: 16px;
}
.precure__item-unit {
  margin-top: 29px;
}
.precure__item-01 .btn-modal {
  margin-top: 26px;
}
.precure__item-01__main {
  margin-top: 26px;
}
.prcure__item-02 {
  margin-top: 22px;
}
.prcure__item-02 .btn-modal {
  margin-top: 30cqw;
}
.precure__item-02__main {
  position: relative;
  padding-top: 50cqw;
}
.precure__item-02__main.is-visible img:first-of-type {
  transform: translate(-96.5%, -51.1%) rotate(0);
}
.precure__item-02__main.is-visible img:nth-of-type(2) {
  transform: translate(-10.5%, -23.2%) rotate(0);
}
.precure__item-02__main img {
  position: absolute;
  transition: all 1s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.precure__item-02__main img:first-of-type {
  z-index: 2;
  width: 56.7%;
  transform: translate(-50%, -50%) rotate(4.27deg);
}
.precure__item-02__main img:nth-of-type(2) {
  width: 56.7458100559%;
  transform: translate(-50%, -50%) rotate(-8.93deg);
}
.precure__item-02__main img:nth-of-type(3) {
  z-index: 3;
  width: 25.4189944134%;
  bottom: -26cqw;
  left: 0;
  left: auto;
  top: auto;
  transform: none;
  animation-delay: 0.9s;
}
.prcure__item-03 {
  margin-top: 32px;
}
.prcure__item-03 .btn-modal {
  margin-top: 41px;
}
.precure__item-03__main {
  position: relative;
  display: grid;
  row-gap: 2px;
  margin-top: 11px;
}
.precure__item-03__main img:nth-of-type(3) {
  position: absolute;
  z-index: 3;
  width: 23.3333333333%;
  bottom: -10.7cqw;
  right: 4.1025641026cqw;
  animation-delay: 0.9s;
}
.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  overscroll-behavior-y: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% + 1px);
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: relative;
  border-radius: 20px;
  max-width: 400px;
  max-height: 95%;
  width: 91.7948717949%;
  margin: auto;
  padding: 0;
  overflow-y: auto;
}
.modal-pawpat .modal-content {
  background-image:
    linear-gradient(
      to bottom,
      #ffa8b1 0%,
      #e9fbff 14.9%);
}
.modal-pokemon .modal-content {
  background-image:
    linear-gradient(
      to bottom,
      #ffa8b1 0%,
      #fffad3 25%);
}
.modal-precure .modal-content {
  background-image:
    linear-gradient(
      to bottom,
      #ffa8b1 0%,
      #ffebeb 25%);
}
.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: block;
  width: 15px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  color: #480a04;
  cursor: pointer;
}
.modal-close-btn::before,
.modal-close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #333;
  border-radius: calc(infinity * 1px);
}
.modal-close-btn::before {
  width: 2px;
  height: 100%;
}
.modal-close-btn::after {
  height: 2px;
  width: 100%;
}
.modal-head {
  padding: 32px 16px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.modal-main {
  padding-bottom: 0.5em;
}
.modal-main .slider {
  margin-bottom: 0 !important;
}
.modal-main .slick-prev,
.modal-main .slick-next {
  width: 24px;
  z-index: 2;
}
.modal-main .slick-prev {
  left: 16px;
}
.modal-main .slick-next {
  right: 16px;
}
.modal-main .slick-prev:before,
.modal-main .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-image: url(../images/2026spring/slide-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.modal-main .slick-next:before {
  rotate: 180deg;
}
.modal-main .slick-dots {
  display: none !important;
}
.modal-copy {
  padding: 0 16px;
  margin-top: 0.25em;
}
.modal-copy-pawpat {
  display: flex;
  align-items: flex-start;
  column-gap: 11px;
}
.modal-copy-pawpat p {
  text-transform: uppercase;
  color: #666;
  font-size: 7px;
  line-height: 1.2;
}
.modal-copy-pawpat img {
  flex-shrink: 0;
  width: 83px;
}
.modal-copy-pokemon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.modal-copy-pokemon p {
  text-transform: uppercase;
  color: #666;
  font-size: 8px;
  margin-top: 7px;
}
.modal-copy-pokemon img {
  max-width: 79px;
}
.modal-copy-precure {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
.modal-copy-precure img {
  max-width: 75px;
}
.modal-copy-mix {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 23px;
}
.modal-copy-mix .modal-copy__left {
  width: 24.6153846154%;
}
.modal-copy-mix .modal-copy__right {
  display: flex;
  align-items: center;
  column-gap: 5px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.modal-copy-mix .modal-copy__right p {
  text-transform: uppercase;
  color: #666;
  font-size: 7px;
  line-height: 1.2;
}
.modal-copy-mix .modal-copy__right img {
  flex-shrink: 0;
  width: 24%;
}
.modal-desc {
  padding: 20px 16px;
  text-align: left;
  background: #fff;
  overflow-y: auto;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.modal-desc p {
  margin: 0;
}
.modal-desc .detail-switch {
  width: max-content;
  padding: 5px 5px;
  border-radius: 5.122px;
  background-color: #d9d9d9;
  color: #333;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  margin-top: 14px;
  cursor: pointer;
}
.modal-desc .detail-switch:after {
  content: "\ff0b";
  margin-left: 4px;
  font-size: 10px;
  position: relative;
  top: -1px;
}
.modal-desc .detail-switch.is-open:after {
  content: "\30fc";
}
.modal-desc .detail-switch + ul {
  display: none;
}
.modal-desc ul {
  margin-top: 0.5em;
}
.modal-desc ul li {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.4px;
}
.modal-desc ul li:before {
  content: "\203b";
}
.modal-btn-wrap {
  padding: 24px 16px 44px;
}
.modal-btn-wrap .cta__button {
  color: #fff !important;
  font-size: 16px;
  max-width: 273px;
  margin-inline: auto;
}
