@charset "UTF-8";

/* chugaku/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;
}
.font-en {
  font-family: "Roboto", sans-serif;
}
.font-en2 {
  font-family: "Roboto Condensed", sans-serif;
}
.content {
  padding-inline: 32px;
  margin-bottom: 0;
}
.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: #480a04;
  position: relative;
  z-index: 3;
  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: 100%;
  max-width: 257px;
  margin-inline: auto;
  transition: 0.3s;
}
.btn-modal:hover {
  background-color: var(--btn-color);
  color: #fff;
}
.btn-modal__accent {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  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__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;
}
.w-full {
  max-width: calc(100% + 64px);
  width: calc(100% + 64px);
  margin-inline: -32px;
}
.wrap {
  background-color: #ffebeb;
  padding-block: 54px 22.5641025641cqw;
}
.wrap--blue {
  background-color: #d6f4f6;
  padding-block: 53px 64.358974359cqw;
}
.item {
  position: relative;
}
.item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}
.item__head--reverse {
  flex-direction: row-reverse;
  column-gap: 18px;
}
.item__head-left {
  flex-shrink: 0;
  color: #ff6a6e;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 2px;
}
.wrap--blue .item__head-left {
  color: #375988;
}
.item__head-left::before {
  display: block;
  content: attr(data-number);
  font-family: "Roboto", sans-serif;
  font-size: 3.4285714286em;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-left: 3px;
}
.item__head_right {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  max-width: 202px;
  width: 100%;
  text-align: center;
  margin-top: -8px;
}
.item__head_right span {
  display: block;
  color: #ea5357;
  font-size: 15px;
  font-weight: 700;
}
.item__head_right p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  aspect-ratio: 202/55;
  background-image: url(../images/2026spring/label.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 0.5em;
}
.wrap--blue .item__head_right p {
  font-size: 20px;
  background-image: url(../images/2026spring/label-blue.svg);
}
.item__head-heading {
  position: absolute;
  top: 137px;
  left: 50%;
  transform: translateX(40px);
  color: #480a04;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  width: fit-content;
}
.item__main {
  position: relative;
  z-index: 1;
  margin-top: 31px;
}
.item_main_badge {
  position: absolute;
  top: 9.5cqw;
  right: -1cqw;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #ff6a6e;
  font-size: 15px;
  font-weight: 700;
  width: 83px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ff6f73;
  padding-top: 11px;
}
.item_main_badge span {
  transform: translateY(3px);
  font-size: 2.56em;
  font-weight: 900;
}
.item__sakura {
  position: absolute;
  z-index: -2;
  width: 105.7791411043%;
  max-width: unset;
  top: -12cqw;
  left: -1.3cqw;
}
.item__hero {
  filter: drop-shadow(-1px 5px 10px rgba(13, 19, 26, 0.27));
}
.item__accent {
  position: absolute;
  z-index: -1;
  top: 36cqw;
  right: -18cqw;
  width: 70.8588957055%;
}
.item_copy-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 6px;
}
.item_copy-wrap img {
  max-width: 23px;
  width: 100%;
}
.item_copy-wrap .item_copy {
  margin-top: 0;
  margin-right: 0;
}
.item_copy {
  display: block;
  color: #aeacac;
  font-size: 10px;
  letter-spacing: -0.04em;
  text-align: right;
  margin-top: 16cqw;
  margin-right: -16px;
}
.item_copy span {
  margin-left: 0.5em;
}
.item01 .btn-modal {
  margin-top: 16px;
}
.item02 {
  margin-top: 67px;
}
.item02 .item__head_right {
  max-width: 202px;
  margin-top: 12px;
}
.item02 .item__head-heading {
  top: 141px;
  transform: translateX(-163px);
}
.item02 .item__main {
  margin-top: 58px;
}
.item02 .item__sakura {
  top: 43cqw;
  left: -5.5cqw;
  width: 104.2944785276%;
}
.item02 .item__accent {
  top: 1.2cqw;
  z-index: 3;
  width: 50.3067484663%;
  right: 14.5%;
  animation-delay: 0.1s;
}
.item02 .item__accent--02 {
  top: 7.4cqw;
  width: 42.3312883436%;
  right: 67%;
  animation-delay: 0.4s;
}
.item02 .item__accent--03 {
  top: 37cqw;
  width: 35.8%;
  right: 54.6%;
  animation-delay: 0.7s;
}
.item02 .item_copy {
  margin-top: -12px;
}
.item02 .btn-modal {
  margin-top: 11px;
}
.item03 .item__head {
  column-gap: 19px;
}
.item03 .item__head_right {
  margin-top: -27px;
  margin-right: -7px;
}
.item03 .item__head-heading {
  top: 200px;
  transform: translateX(-163px);
}
.item03 .item__main {
  margin-top: 32px;
}
.item03 .item__main.is-visible .item__hero {
  transform: translateX(0) rotate(0);
}
.item03 .item__main.is-visible .item__accent {
  transform: translateX(0) rotate(0);
}
.item03 .item__hero {
  position: relative;
  filter: none;
  width: 135.7208588957%;
  max-width: unset;
  right: -14cqw;
  transform: translateX(-18%) rotate(-4.86deg);
  margin-top: -6cqw;
  transition: all 1s;
}
.item03 .item__sakura {
  top: -10.8cqw;
  left: -4cqw;
  width: 102.4539877301%;
}
.item03 .item__accent {
  z-index: 2;
  top: 22.75cqw;
  right: 48.5cqw;
  transform: translateX(50%) rotate(5.5deg);
  width: 74.236196319%;
  max-width: unset;
  transition: all 1s;
}
.item03 .item__accent--02 {
  z-index: 3;
  top: 38cqw;
  right: 20cqw;
  transform: translateX(25%) rotate(-9.61deg);
  width: 94.9233128834%;
}
.item03 .item_copy {
  margin-top: -12px;
}
.item03 .btn-modal {
  margin-top: 24px;
}
.special {
  position: relative;
  z-index: 1;
  padding-block: 59.7435897436cqw 80px;
  margin-top: -246px;
}
.special::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 390/233.28;
  background-image: url(../images/2026spring/special_head.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.special::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 59.7435897436cqw);
  background-image:
    linear-gradient(
      to bottom,
      #ffebeb,
      #fff),
    url(../images/2026spring/special_back_texture.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.special__heading {
  color: #ea5357;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-top: -23.3cqw;
}
.special__heading span {
  font-size: 1.125em;
}
.special__date {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #ea5357;
  text-align: center;
  font-size: 19.37px;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.special__date span.-date {
  color: #d9253a;
  font-size: 2.6164171399em;
  transform: translateY(0.1em);
  margin-right: 8px;
}
.special__date span.-circle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 0.8750645328em;
  background-color: #d9253a;
  width: 1.4312684366em;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: -0.5em;
  margin-right: 3px;
}
.special__button-unit {
  display: grid;
  row-gap: 20px;
  margin-top: 25px;
}
.special__button {
  position: relative;
  display: block;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: calc(infinity * 1px);
  background-color: #ff7400;
  box-shadow: 0px 4px 0 0 #c44c12;
  padding: 1.1em 15px;
}
.special__button.special__button--green {
  background-color: #71d530;
  box-shadow: 0px 4px 0 0 #409d04;
}
.special__button::after {
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 9.41px;
  aspect-ratio: 8/13;
  background-image: url(../images/2026spring/special_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.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%;
  background-color: #fff;
  background-image: url(../images/2026spring/modal_back.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  overflow-y: auto;
}
.modal--blue .modal-content {
  background-image: url(../images/2026spring/modal_back_blue.webp);
}
.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 {
  position: relative;
  z-index: 2;
  padding-bottom: 0.5em;
}
.modal[data-modal="02"] .modal-main .slick-dots {
  display: none !important;
}
.modal-main {
}
.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 {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 20px;
}
.modal-main .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.modal-main .slick-dots li.slick-active button {
  background-color: #ff6a6e;
}
.modal-main .slick-dots li button {
  background-color: #b4b4b4;
  transition: background-color 0.3s;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0;
}
.modal-main .slick-dots li button::before {
  content: none !important;
}
.modal-copy {
  color: #000;
  display: flex;
  justify-content: flex-end;
  column-gap: 6px;
  padding: 0 16px;
  margin-top: 12px;
}
.modal[data-modal="03"] .modal-copy {
  margin-top: 22px;
}
.modal-copy p {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  font-size: 10px;
}
.modal-copy img {
  width: 23px;
}
.modal-desc {
  position: relative;
  padding: 20px 16px;
  text-align: left;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.modal-desc::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 358/81;
  background-image: url(../images/2026spring/modal_accent.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modal--blue .modal-desc::before {
  background-image: url(../images/2026spring/modal_accent_blue.webp);
}
.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;
}
