:root {
  --pink: #f39ac5;
  --deep-pink: #f93b8a;
  --cta-pink: #ff6eaa;
  --cream: #fffddd;
  --ink: #4b4747;
  --purple: #b54ed1;
  --yellow: #fff94f;
  --content-width: 1300px;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-synthesis: none;
}

body.is-store-modal-open {
  overflow: hidden;
}

.store-modal[hidden] {
  display: none;
}

.store-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px;
  background: rgba(75, 71, 71, 0.55);
  overscroll-behavior: contain;
}

.store-modal__panel {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  border-radius: 24px;
  outline: none;
  background: #f164a8;
}

.store-modal__body {
  max-height: calc(100dvh - 48px);
  padding: 32px 35px;
  overflow-y: auto;
}

.store-modal__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 3px solid #f39ac5;
  border-radius: 50%;
  background: #fffddd;
  color: #f164a8;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  place-items: center;
}

.store-modal__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.store-modal__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 56px;
  margin: 0 auto;
  border: 3px solid #f39ac5;
  border-radius: 5px;
  background: #fffddd;
  color: #f164a8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.08px;
  text-align: center;
  white-space: nowrap;
}

.store-modal__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.store-modal__card {
  position: relative;
  aspect-ratio: 225 / 200;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.store-modal__link {
  position: absolute;
  inset: 0;
  display: block;
}

.store-modal__logo {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .store-modal {
    padding: 12px;
  }

  .store-modal__panel {
    width: min(400px, 100%);
    max-height: calc(100dvh - 24px);
    border-radius: 18px;
  }

  .store-modal__body {
    max-height: calc(100dvh - 24px);
    padding: 24px 18px;
  }

  .store-modal__title {
    width: 116px;
    height: 50px;
    font-size: 21px;
    line-height: 46px;
    letter-spacing: 0.63px;
    transform: none;
  }

  .store-modal__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 24px;
  }

  .store-modal__card {
    border-radius: 2px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--pink);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.page {
  width: 100%;
  overflow: hidden;
  background: var(--pink);
}

.section__inner,
.story__inner,
.fair__inner {
  width: min(calc(100% - 40px), var(--content-width));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-only,
.mobile-label {
  display: none;
}

.hero {
  position: relative;
  min-height: 980px;
  padding-top: 347px;
  background: var(--pink);
}

.hero__panel {
  position: relative;
  display: flow-root;
  width: min(calc(100% - 140px), 1300px);
  height: 564px;
  margin-inline: auto;
  background:
    url("./assets/images/pc/imgBg8.svg") center / 100% 100% no-repeat,
    url("./assets/images/pc/imgBg7.svg") center / 100% 100% no-repeat,
    url("./assets/images/pc/imgBg6.svg") center / 100% 100% no-repeat;
  border-radius: 26px;
  box-shadow: 0 0 15px #f164a8;
}

.hero__heart {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.hero__heart picture {
  display: contents;
}

.hero__heart img {
  position: absolute;
  top: -492px;
  left: 50%;
  width: 2744px;
  max-width: none;
  height: 2397px;
  object-fit: cover;
  opacity: 0.7;
  transform: translateX(-50%);
}

.hero__logo {
  position: absolute;
  z-index: 2;
  top: -290px;
  left: 50%;
  width: min(68vw, 818px);
  transform: translateX(-50%);
}

.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1148px, calc(100% - 80px));
  height: 275px;
  margin: 217px auto 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
}

.hero__copy::before {
  position: absolute;
  top: 53px;
  left: 50%;
  width: 890px;
  height: 218px;
  background: url("./assets/images/pc/imgLines.svg") 0 0 / 890px 218px no-repeat;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.hero__copy-lines {
  position: relative;
  z-index: 1;
}

.hero__copy-lines--sp {
  display: none;
}

.hero__copy p {
  position: relative;
  margin: 0;
  white-space: nowrap;
}

.characters {
  width: min(100%, 1300px);
  height: 4069px;
  margin-inline: auto;
  padding: 55px 0 0;
  overflow: hidden;
  border-radius: 29px;
  background: #f164a8;
}

.section-title {
  display: flex;
  width: 475px;
  height: 70px;
  min-width: 0;
  margin: 0 auto 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: var(--cream);
  box-shadow: 0 0 0 3px var(--pink);
  color: #f164a8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.03em;
  text-align: center;
}

.characters__lead {
  width: 1148px;
  height: 92px;
  margin: 0 auto 49px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(2, 548px);
  column-gap: 10px;
  row-gap: 12px;
  width: 1106px;
  height: 3706px;
  max-width: 100%;
  margin-inline: auto;
}

.character-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.character-card picture,
.character-card picture img {
  width: 100%;
}

.card-ctas {
  position: absolute;
  right: 28px;
  bottom: 21px;
  left: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.card-ctas a,
.story__ctas a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 56px 0 18px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--cta-pink);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.card-ctas a {
  padding: 0 36px;
  line-height: 54px;
}

.story__ctas a::after {
  position: static;
  width: 46px;
  height: 46px;
  background: url("./assets/images/pc/imgGroup13.svg") center / contain no-repeat;
  content: "";
  flex: 0 0 auto;
  transform: none;
}

.card-ctas a::after {
  display: none;
}

.character-card--pc-purple .card-ctas a {
  background: #e57bff;
}

.manga-intro {
  position: relative;
  width: min(100%, 1300px);
  height: 342px;
  margin-inline: auto;
  padding: 72px 20px 0;
  overflow: hidden;
  background: linear-gradient(218.7435deg, #ffbede 40.323%, #c0c3ed 60.805%, #83baf5 93.484%);
}

.manga-intro::before,
.fair::before {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.manga-intro::before {
  inset: auto;
  top: -8px;
  left: 0;
  width: 1300px;
  height: 350px;
  background: #f9d3e5;
  opacity: 0.55;
  -webkit-mask: url("./assets/images/pc/imgMangaIntroMask.png") -645px -980px / 2591px 1330px no-repeat;
  mask: url("./assets/images/pc/imgMangaIntroMask.png") -645px -980px / 2591px 1330px no-repeat;
}

.fair--ebook::before {
  background: linear-gradient(180deg, #5e85f3 6.194%, #f9d3e5 13.764%);
  opacity: 0.55;
  -webkit-mask: url("./assets/images/pc/imgFairMask.png") -649px 0 / 2636.532px 2089px no-repeat;
  mask: url("./assets/images/pc/imgFairMask.png") -649px 0 / 2636.532px 2089px no-repeat;
}

.fair--book::before {
  background: linear-gradient(180deg, #5e85f3 3.208%, #f9d3e5 13.764%);
  opacity: 0.55;
  -webkit-mask: url("./assets/images/pc/imgFairMask.png") -649px 0 / 2581px 2045px no-repeat;
  mask: url("./assets/images/pc/imgFairMask.png") -649px 0 / 2581px 2045px no-repeat;
}

.manga-intro__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1148px);
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(243, 154, 197, 0.95);
}

.manga-intro h2,
.fair__header h2 {
  display: flex;
  width: 793px;
  height: 70px;
  margin: 0 auto 30px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--pink);
  border-radius: 5px;
  background: var(--cream);
  color: var(--cta-pink);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.03em;
  overflow: hidden;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
}

.manga-intro p {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 49px;
}

.manga-intro h2 {
  border: 0;
}

.fair__header h2 {
  border: 0;
  box-shadow: 0 0 0 5px var(--pink);
}

.story {
  width: min(100%, 1300px);
  margin-inline: auto;
  background: var(--story-bg);
}

.story__inner {
  padding: 38px 0 92px;
  color: #fff;
}

.story__diagnosis {
  position: relative;
  width: 1190px;
  max-width: 100%;
  min-height: 808px;
  margin-inline: auto;
  padding: 170px 70px 45px;
  background-image: var(--panel-bg);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.story__type {
  position: absolute;
  top: -8px;
  left: 50%;
  width: min(800px, 74%);
  min-height: 162px;
  padding: 32px 42px 20px;
  transform: translateX(-50%);
  background: var(--balloon-bg-pc) center / 100% 100% no-repeat;
  color: var(--purple);
  text-align: center;
}

.story__type h2 {
  display: inline;
  margin: 0;
  background: linear-gradient(transparent 67%, var(--yellow) 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  line-height: 1.25;
}

.story__type p {
  margin: 10px 0 0;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.mascot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 950px;
  max-width: 100%;
  margin: 0 auto 32px;
}

.mascot-grid figure {
  margin: 0;
  text-align: center;
}

.mascot-grid picture {
  display: block;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
}

.mascot-grid img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: contain;
}

.mascot-grid figcaption {
  min-height: 58px;
  padding-top: 7px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
}

.story__lead {
  max-width: 920px;
  margin: 0 auto 18px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.story__lead strong {
  font-weight: 900;
}

.story__worry {
  max-width: 980px;
  margin: auto;
  text-align: center;
}

.story__worry h3 {
  margin: 0 0 16px;
  color: #ff6eaa;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 42px;
  line-height: 1.25;
  -webkit-text-stroke: 12px #fff;
  paint-order: stroke fill;
}

.story__worry p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}

.manga-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 900px;
  max-width: calc(100% - 160px);
  margin: 42px auto 48px;
}

.manga-grid--5 .manga-panel:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 5px);
  margin-inline: auto;
}

.manga-panel img {
  width: 100%;
  height: auto;
}

.story__closing {
  margin: 0 auto 44px;
  padding-inline: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}

.story__closing p {
  margin: 4px 0;
}

.story__closing > .story__closing-pc {
  display: block;
}

.story__closing > .story__closing-sp {
  display: none;
}

.story__closing strong {
  color: #ff6eaa;
  font-size: 30px;
}

.story__book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.story__cover {
  width: 220px;
  max-height: 350px;
  object-fit: contain;
}

.story__ctas {
  display: grid;
  gap: 34px;
  width: 410px;
}

.story__ctas a {
  gap: 6px;
  min-height: 78px;
  padding: 0 18px;
  border: 0;
  background: #ff6eaa;
  font-size: 27px;
}

.outline-link::after {
  width: 23.1526px;
  height: 23.1527px;
  background: url("./assets/images/pc/imgGroup15.svg") center / contain no-repeat;
  content: "";
  flex: none;
}

.fair {
  position: relative;
  width: min(100%, 1300px);
  margin-inline: auto;
  padding: 80px 0 0;
  overflow: hidden;
}

.fair--ebook {
  background: linear-gradient(239.8226deg, #ffbede 25.114%, #c0c3ed 39.294%, #83baf5 57.358%);
}

.fair--book {
  background: linear-gradient(238.1324deg, #ffa8af 25.114%, #ebed92 57.358%);
}

.fair__inner {
  position: relative;
  z-index: 1;
}

.fair__header {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px var(--pink);
}

.fair__header h2 {
  width: 793px;
  height: 70px;
  max-width: 86%;
  margin-bottom: 30px;
  font-size: 47px;
}

.fair__header p {
  height: 98px;
  margin: 0 0 43px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 49px;
  word-break: break-word;
}

.fair-card {
  width: 1140px;
  max-width: calc(100% - 160px);
  margin-inline: auto;
  padding: 30px 80px 44px;
  border-radius: 25px;
  background: var(--cream);
}

.fair--ebook {
  height: 2089px;
}

.fair--ebook .fair-card {
  height: 1660px;
}

.fair--book {
  height: 1954px;
}

.fair--book .fair-card {
  height: 1174px;
}

.fair-info {
  margin: 0;
}

.fair-info__row {
  display: grid;
  grid-template-columns: 213px 1fr;
  align-items: center;
  gap: 56px;
  margin-bottom: 27px;
}

.fair-info__row--start {
  align-items: start;
}

.fair-info dt {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--pink);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-align: center;
}

.fair-info dd {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}

.outline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px 7px;
  border: 3px solid #ff6eaa;
  border-radius: 999px;
  background: #fff;
  color: #ff6eaa;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.comic-list {
  margin: 0;
  padding-left: 1.5em;
}

.ebook-present {
  width: 980px;
  max-width: 100%;
  margin: 16px auto 0;
}

.ebook-present > img {
  width: 443px;
  margin-inline: auto;
}

.ebook-present__note {
  margin: 0;
  text-align: center;
}

.ebook-present__copy {
  max-width: 705px;
  margin: 18px auto 0;
  font-size: 19px;
  line-height: 1.55;
}

.ebook-present__copy p {
  margin: 16px 0;
}

.credits {
  width: 971px;
  height: 269px;
  margin: 80px auto 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 30px;
}

.link-notice {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(75, 71, 71, 0.94);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
}

.link-notice.is-visible {
  opacity: 1;
}

@media (max-width: 1100px) {
  body {
    min-width: 0;
  }

  .page {
    width: 440px;
    margin-inline: auto;
  }

  .desktop-only,
  .desktop-label {
    display: none;
  }

  .mobile-only,
  .mobile-label {
    display: inline;
  }

  .section__inner,
  .story__inner,
  .fair__inner {
    width: 100%;
  }

  .hero {
    min-height: 758px;
    padding-top: 258px;
  }

  .hero__panel {
    width: min(calc(100% - 68px), 372px);
    height: 460px;
    background:
      url("./assets/images/sp/imgBg4.svg") center / 100% 100% no-repeat,
      url("./assets/images/sp/imgBg3.svg") center / 100% 100% no-repeat,
      url("./assets/images/sp/imgBg2.svg") center / 100% 100% no-repeat;
  }

  .hero__heart img {
    top: -561px;
    left: calc(50% - 65px);
  }

  .hero__logo {
    top: -186px;
    width: 440px;
    height: 273px;
    max-width: none;
  }

  .hero__copy {
    width: min(calc(100% - 62px), 310px);
    height: 310px;
    margin-top: 103px;
    color: #646364;
    font-size: 15px;
    line-height: 31px;
  }

  .hero__copy::before {
    top: 31px;
    width: 310px;
    height: 281px;
    background-image: url("./assets/images/sp/imgLines.svg");
    background-size: 310px 281px;
  }

  .hero__copy-lines--pc {
    display: none;
  }

  .hero__copy-lines--sp {
    display: block;
  }

  .hero__copy p {
    padding: 0;
  }

  .characters {
    width: 100%;
    height: 5170px;
    padding: 40px 0 0;
    border-radius: 0;
  }

  .section-title {
    width: 202px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    box-shadow: 0 0 0 3px var(--pink);
    font-size: 21px;
    line-height: 46px;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  .characters__lead {
    width: 350px;
    height: 108px;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
  }

  .character-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 350px;
    height: 4929px;
    align-content: start;
  }

  .character-card {
    height: 289px;
    order: var(--sp-order);
    border-radius: 12px;
  }

  .character-card--boss {
    height: 290px;
  }

  .character-card--baby {
    height: 292px;
  }

  .character-card--senior {
    height: 290px;
  }

  .character-card--last {
    height: 296px;
  }

  .character-card--last .card-ctas {
    bottom: 14px;
  }

  .character-card picture,
  .character-card picture img {
    height: 289px;
    object-fit: cover;
  }

  .card-ctas {
    right: 14px;
    bottom: 7px;
    left: 14px;
    gap: 10px;
  }

  .card-ctas a {
    height: 50px;
    min-height: 0;
    padding: 0 10px;
    border-width: 3px;
    font-size: 14px;
    line-height: 54px;
  }

  .character-card--sp-pink .card-ctas a {
    background: #ff6eaa;
  }

  .character-card--sp-purple .card-ctas a {
    background: #e57bff;
  }

  .story__ctas a::after {
    width: 25.415px;
    height: 25.4151px;
    background-image: url("./assets/images/sp/imgGroup13.svg");
  }

  .story__ctas a:first-child::after {
    background-image: url("./assets/images/sp/imgGroup14.svg");
  }

  .manga-intro {
    width: 100%;
    height: 264px;
    padding: 40px 44px 0;
    background: none;
  }

  .manga-intro::before {
    inset: auto;
    top: -1px;
    left: -431px;
    width: 1300px;
    height: 350px;
    border-radius: 30px 30px 0 0;
    background: linear-gradient(218.7435deg, #ffbede 40.323%, #c0c3ed 60.805%, #83baf5 93.484%);
    opacity: 1;
    -webkit-mask: none;
    mask: none;
  }

  .manga-intro::after {
    position: absolute;
    top: -1px;
    left: -431px;
    width: 1300px;
    height: 350px;
    border-radius: 30px 30px 0 0;
    background: #f9d3e5;
    opacity: 0.55;
    content: "";
    pointer-events: none;
    -webkit-mask: url("./assets/images/sp/imgMangaIntroMask.png") -361px -757px / 2023px 1038px no-repeat;
    mask: url("./assets/images/sp/imgMangaIntroMask.png") -361px -757px / 2023px 1038px no-repeat;
  }

  .fair--ebook,
  .fair--book {
    background: none;
  }

  .fair::before {
    inset: auto;
    top: 0;
    left: -430px;
    width: 1300px;
    height: 2089px;
    border-radius: 29px;
    opacity: 1;
    -webkit-mask: none;
    mask: none;
  }

  .fair--ebook::before {
    background: linear-gradient(239.8226deg, #ffbede 26.398%, #9abdf2 37.569%);
  }

  .fair--book::before {
    background: linear-gradient(239.8226deg, #ffa8af 25.114%, #ebed92 57.358%);
  }

  .fair::after {
    position: absolute;
    top: 0;
    left: -430px;
    width: 1300px;
    height: 2089px;
    border-radius: 29px;
    background: linear-gradient(180deg, #5e85f3 6.194%, #f9d3e5 13.764%);
    opacity: 0.55;
    content: "";
    pointer-events: none;
    -webkit-mask: url("./assets/images/pc/imgFairMask.png") -649px 0 / 2636.532px 2089px no-repeat;
    mask: url("./assets/images/pc/imgFairMask.png") -649px 0 / 2636.532px 2089px no-repeat;
  }

  .fair--book::after {
    background: #fbd4db;
    opacity: 1;
  }

  .manga-intro h2,
  .fair__header h2 {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 12px;
    border-width: 3px;
    font-size: 21px;
    line-height: 46px;
  }

  .manga-intro h2 {
    width: 352px;
    max-width: 100%;
    box-shadow: 0 0 0 3px var(--pink);
    color: #f164a8;
  }

  .manga-intro p {
    width: 344px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
  }

  .story__inner {
    position: relative;
    height: 100%;
    padding: 0;
  }

  .story__diagnosis {
    position: absolute;
    top: 99px;
    left: 17px;
    width: 406px;
    max-width: none;
    height: 871px;
    min-height: 871px;
    margin: 0;
    padding: 106px 30px 32px;
    background:
      linear-gradient(to bottom, #f39ac5 0 846px, transparent 846px);
    border-radius: 20px;
  }

  .story__diagnosis::after {
    position: absolute;
    top: 824.5px;
    bottom: auto;
    left: 50%;
    width: 47.84px;
    height: 41.7334px;
    background: var(--diagnosis-tail) center / 100% 100% no-repeat;
    content: "";
    transform: translateX(-50%) rotate(180deg);
  }

  .story--pe .story__diagnosis {
    background:
      linear-gradient(to bottom, #b54ed1 0 871px, transparent 871px);
  }

  .story--ro .story__diagnosis {
    background:
      linear-gradient(to bottom, #9697fc 0 846px, transparent 846px);
  }

  .story--re .story__diagnosis {
    background:
      linear-gradient(to bottom, #ffa4d0 0 871px, transparent 871px);
  }

  .story--po {
    min-height: 3939px;
  }

  .story--pe {
    min-height: 5147px;
  }

  .story--ro {
    min-height: 3964px;
  }

  .story--re {
    min-height: 4515px;
  }

  .story__type {
    top: -59px;
    width: 328px;
    min-height: 137.399px;
    padding: 0;
    background-image: var(--balloon-bg-sp);
  }

  .story__type h2 {
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    width: 304px;
    height: 39px;
    background: linear-gradient(#fff94f, #fff94f) center 24px / 260px 13px no-repeat;
    font-size: 20px;
    font-weight: 700;
    line-height: 38.238px;
    letter-spacing: 0.1em;
  }

  .story__type p {
    position: absolute;
    top: 56px;
    left: 12px;
    width: 304px;
    margin: 0;
    font-size: 15px;
    line-height: 15.295px;
    letter-spacing: 0.051em;
  }

  .story__type p span {
    display: block;
  }

  .story__type .story__trait-separator {
    font-size: 12px;
  }

  .mascot-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px;
    width: 345px;
    height: 398px;
    margin-bottom: 30px;
  }

  .mascot-grid picture {
    height: 148px;
    padding: 0;
  }

  .mascot-grid img {
    height: 148px;
    object-fit: contain;
  }

  .mascot-grid figcaption {
    position: relative;
    top: 0.197px;
    height: 47px;
    min-height: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 33.916px;
    white-space: nowrap;
  }

  .story--po .mascot-grid figcaption {
    top: -5.177px;
    line-height: 42.661px;
  }

  .story--po .mascot-grid figure:nth-child(3) figcaption {
    top: 6.415px;
    line-height: 20.403px;
  }

  .story--pe .mascot-grid figure:nth-child(2) figcaption {
    top: -0.72px;
  }

  .story--pe .mascot-grid figure:nth-child(3) figcaption {
    top: 2.944px;
    line-height: 20.517px;
  }

  .story--ro .mascot-grid figcaption {
    top: -0.247px;
    line-height: 33.814px;
  }

  .story--ro .mascot-grid figure:nth-child(3) figcaption {
    top: 3.429px;
    line-height: 20.583px;
  }

  .story--re .mascot-grid figcaption {
    top: 0.377px;
    line-height: 33.957px;
  }

  .story--re .mascot-grid figure:nth-child(2) figcaption {
    top: 4.807px;
    line-height: 20.669px;
  }

  .story--re .mascot-grid figure:nth-child(3) figcaption {
    top: 4.067px;
    line-height: 20.669px;
  }

  .story__lead {
    position: absolute;
    top: 534px;
    left: 38px;
    width: 330px;
    height: 112px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .story__lead strong {
    font-size: 21px;
  }

  .story__worry {
    position: absolute;
    top: 656px;
    left: 32px;
    width: 341px;
    max-width: none;
    margin: 0;
  }

  .story__worry h3 {
    height: 46px;
    margin: 0;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.03em;
    white-space: nowrap;
    -webkit-text-stroke-width: 8px;
  }

  .story__worry p {
    width: 316px;
    margin: 14px auto 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .manga-grid {
    position: absolute;
    top: 985px;
    left: 36px;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 370px;
    max-width: none;
    margin: 0;
  }

  .manga-grid--5 .manga-panel:last-child {
    grid-column: auto;
    width: 100%;
  }

  .story--ro .manga-panel:nth-child(1),
  .story--ro .manga-panel:nth-child(1) img,
  .story--ro .manga-panel:nth-child(3),
  .story--ro .manga-panel:nth-child(3) img {
    height: 568px;
  }

  .story--ro .manga-panel:nth-child(2),
  .story--ro .manga-panel:nth-child(2) img,
  .story--ro .manga-panel:nth-child(4),
  .story--ro .manga-panel:nth-child(4) img {
    width: 369px;
    height: 567px;
    object-fit: cover;
  }

  .story--re .manga-panel:nth-child(1),
  .story--re .manga-panel:nth-child(1) img,
  .story--re .manga-panel:nth-child(3),
  .story--re .manga-panel:nth-child(3) img,
  .story--re .manga-panel:nth-child(5),
  .story--re .manga-panel:nth-child(5) img {
    height: 568px;
  }

  .story--re .manga-panel:nth-child(2),
  .story--re .manga-panel:nth-child(2) img {
    width: 369px;
    height: 567px;
    object-fit: cover;
  }

  .story--re .manga-panel:nth-child(4),
  .story--re .manga-panel:nth-child(4) img {
    width: 369px;
    height: 566.6px;
    object-fit: cover;
  }

  .story__closing {
    position: absolute;
    top: 3318px;
    left: 53px;
    width: 336px;
    height: 120px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }

  .story__closing strong {
    color: #ffbede;
    font-size: 20px;
    font-weight: 900;
  }

  .story--pe .story__closing strong {
    color: #b54ed1;
  }

  .story--ro .story__closing strong {
    color: #f93b8a;
  }

  .story__closing p {
    margin: 0;
  }

  .story__closing > .story__closing-pc {
    display: none;
  }

  .story__closing > .story__closing-sp {
    display: block;
  }

  .story__book {
    position: absolute;
    top: 3318px;
    left: 53px;
    display: block;
    width: 336px;
    height: 581px;
  }

  .story__cover {
    position: absolute;
    top: 152px;
    left: 82px;
    width: 172px;
    height: 264px;
    max-height: none;
  }

  .story__ctas {
    position: absolute;
    top: 448px;
    left: 57px;
    gap: 28px;
    width: 221px;
  }

  .story__ctas a {
    height: 52.4875px;
    min-height: 52.4875px;
    gap: 3.315px;
    padding: 11.05px 19.89px;
    font-size: 17.68px;
    line-height: 29.835px;
  }

  .fair {
    width: 100%;
    padding: 40px 0 0;
  }

  .fair__inner {
    padding-inline: 0;
  }

  .fair__header h2 {
    max-width: none;
    padding: 0;
    box-shadow: 0 0 0 3px var(--pink);
    font-size: 21px;
  }

  .fair__header p {
    width: 344px;
    height: 84px;
    margin: 0 auto 39px;
    font-size: 16px;
    line-height: 28px;
  }

  .fair-card {
    width: 360px;
    max-width: none;
    padding: 30px 20px 13px;
    border-radius: 25px;
  }

  .fair--ebook {
    height: 1817px;
  }

  .fair--ebook .fair__header h2 {
    width: 187px;
  }

  .fair--ebook .fair-card {
    height: 1534px;
  }

  .fair--book {
    height: 1792px;
  }

  .fair--book .fair__header h2 {
    width: 231px;
  }

  .fair--book .fair-card {
    height: 964px;
  }

  .fair-info__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .fair-info__row--start {
    align-items: center;
  }

  .fair-info dt {
    width: 124.3px;
    min-width: 124.3px;
    min-height: 36.18px;
    padding-inline: 14px;
    border-radius: 6px;
    font-size: 16.34px;
  }

  .fair-info dd {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .fair-info__row:not(.fair-info__row--start) dd {
    text-align: center;
  }

  .outline-link {
    font-size: 14px;
  }

  .outline-link::after {
    width: 15.2894px;
    height: 15.2894px;
    background-image: url("./assets/images/sp/imgGroup15.svg");
  }

  .comic-list {
    padding-left: 1.2em;
  }

  .fair--ebook .fair-card,
  .fair--book .fair-card {
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  .fair--ebook .fair-info,
  .fair--book .fair-info {
    position: absolute;
    inset: 0;
  }

  .fair--ebook .fair-info__row,
  .fair--book .fair-info__row {
    position: absolute;
    display: flex;
    gap: 12px;
    margin: 0;
  }

  .fair--ebook .fair-info__row:nth-child(1) {
    top: 30px;
    left: 74px;
    width: 213px;
    height: 65.104px;
  }

  .fair--ebook .fair-info__row:nth-child(2) {
    top: 125.104px;
    left: 33px;
    width: 295px;
    height: 65.181px;
  }

  .fair--ebook .fair-info__row:nth-child(3) {
    top: 220.285px;
    left: 90.689px;
    width: 179.623px;
    height: 83.181px;
  }

  .fair--ebook .fair-info__row:nth-child(4) {
    top: 333.466px;
    left: 20px;
    width: 321px;
    height: 240px;
    overflow: hidden;
  }

  .fair--ebook .fair-info__row:nth-child(1) dd {
    width: 213px;
    white-space: nowrap;
  }

  .fair--ebook .fair-info__row:nth-child(2) dd {
    width: 295px;
    white-space: nowrap;
  }

  .fair--ebook .fair-info__row:nth-child(3) dd {
    display: flex;
    width: 179.623px;
    height: 35px;
    align-items: center;
    justify-content: center;
  }

  .fair--ebook .fair-info__row:nth-child(4) dd {
    width: 299px;
    height: 220px;
  }

  .fair--book .fair-info__row:nth-child(1) {
    top: 30px;
    left: 25px;
    width: 311px;
    height: 71.181px;
  }

  .fair--book .fair-info__row:nth-child(2) {
    top: 130.182px;
    left: 33px;
    width: 295px;
    height: 65.181px;
  }

  .fair--book .fair-info__row:nth-child(3) {
    top: 224.361px;
    left: 37.5px;
    width: 286px;
    height: 212.181px;
  }

  .fair--book .fair-info__row:nth-child(4) {
    top: 466px;
    left: 20px;
    width: 321px;
    height: 468px;
    overflow: hidden;
  }

  .fair--book .fair-info__row:nth-child(1) dd {
    width: 311px;
    white-space: nowrap;
  }

  .fair--book .fair-info__row:nth-child(2) dd {
    width: 295px;
    white-space: nowrap;
  }

  .fair--book .fair-info__row:nth-child(3) dd {
    width: 286px;
    height: 164px;
    letter-spacing: 1.82px;
  }

  .fair--book .fair-info__row:nth-child(4) dd {
    width: 299px;
    height: 424px;
  }

  .fair--book .comic-list {
    margin: 0;
    padding-left: 21px;
  }

  .fair--ebook .fair-info dd,
  .fair--book .fair-info dd,
  .fair--book .comic-list {
    font-size: 14px;
    line-height: 20px;
  }

  .fair--ebook .outline-link {
    width: 173.019px;
    height: 27.736px;
    gap: 5.15px;
    padding: 0 0 0 17.17px;
    border-width: 2.109px;
    border-radius: 21.089px;
    box-shadow: 0 0 0 3.302px #fff;
    font-size: 12.653px;
    letter-spacing: 2.5307px;
    white-space: nowrap;
  }

  .ebook-present {
    position: absolute;
    top: 603.466px;
    left: 32px;
    width: 297px;
    height: 935px;
    margin: 0;
  }

  .ebook-present > img {
    width: 100%;
  }

  .ebook-present__note {
    position: absolute;
    top: 528px;
    left: 130px;
    width: 167px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .ebook-present__copy {
    position: absolute;
    top: 563px;
    left: 0;
    width: 297px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .ebook-present__copy p {
    margin: 0;
  }

  .ebook-present__copy p:first-child {
    min-height: 60px;
    margin: 0 0 45px;
    font-size: 14px;
    line-height: 20px;
  }

  .ebook-present__copy p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
  }

  .ebook-present__copy a {
    font-size: 16px;
    line-height: 30px;
  }

  .credits {
    width: 313px;
    height: 480px;
    margin: 40px auto 0;
    font-size: 13px;
    line-height: 20px;
  }

  .story--ro .story__closing,
  .story--ro .story__book {
    top: 3318px;
  }

  .story--ro .story__closing {
    height: 149px;
  }

  .story--ro .story__book {
    height: 606px;
  }

  .story--ro .story__cover {
    top: 179px;
  }

  .story--ro .story__ctas {
    top: 473px;
  }

  .story--re .story__diagnosis {
    height: 902px;
    min-height: 902px;
  }

  .story--pe .story__diagnosis {
    height: 969px;
    min-height: 969px;
  }

  .story--re .story__diagnosis {
    height: 902px;
    min-height: 902px;
  }

  .story__diagnosis {
    --diagnosis-bg: #f39ac5;
    background: none;
    border-radius: 0;
  }

  .story__diagnosis::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 406px;
    height: 846px;
    border-radius: 20px;
    background: var(--diagnosis-bg);
    content: "";
  }

  .story--pe .story__diagnosis {
    --diagnosis-bg: #b54ed1;
  }

  .story--ro .story__diagnosis {
    --diagnosis-bg: #9697fc;
  }

  .story--re .story__diagnosis {
    --diagnosis-bg: #ffa4d0;
  }

  .story--pe .story__diagnosis::before {
    height: 889px;
  }

  .story--re .story__diagnosis::before {
    height: 871px;
  }

  .story__diagnosis > * {
    z-index: 1;
  }

  .story--pe .story__diagnosis::after {
    top: 873.5px;
  }

  .story--re .story__diagnosis::after {
    top: 855.5px;
  }

  .story--re .story__worry {
    top: 629px;
  }

  .story--pe .manga-grid {
    top: 1040px;
  }

  .story--pe .story__closing,
  .story--pe .story__book {
    top: 4526px;
  }

  .story--pe .story__closing {
    height: 120px;
  }

  .story--pe .story__book {
    height: 581px;
  }

  .story--pe .story__cover {
    top: 152px;
  }

  .story--pe .story__ctas {
    top: 448px;
  }

  .story--re .manga-grid {
    top: 1016px;
  }

  .story--re .story__closing,
  .story--re .story__book {
    top: 3924px;
  }

  .story--re .story__closing {
    height: 89px;
  }

  .story--re .story__book {
    height: 546px;
  }

  .story--re .story__cover {
    top: 119px;
  }

  .story--re .story__ctas {
    top: 413px;
  }

  .fair--ebook {
    margin-top: -2px;
  }

  .fair--book {
    margin-top: 2px;
  }
}

@media (max-width: 439px) {
  .page {
    margin-inline: 0;
    zoom: calc(100vw / 440px);
  }
}

@media (min-width: 1101px) {
  .page {
    padding-bottom: 68px;
  }

  .story__inner,
  .fair__inner {
    width: 1300px;
  }

  .characters .section-title {
    transform: translateX(-11.5px);
  }

  .hero__logo {
    height: 507px;
  }

  .manga-intro {
    border-radius: 30px 30px 0 0;
  }

  .fair {
    border-radius: 29px;
  }

  .fair--ebook .fair__header p {
    width: 838px;
    margin-right: auto;
    margin-left: auto;
  }

  .fair--book .fair__header p {
    width: 992px;
    margin-right: auto;
    margin-left: auto;
  }

  .fair__header h2,
  .credits {
    transform: translateX(0.5px);
  }

  .story:not(.story--po) .story__worry p {
    line-height: 39px;
  }

  .fair-info {
    width: 942px;
  }

  .fair-info dd {
    line-height: 35px;
  }

  .character-grid {
    align-content: start;
  }

  .character-card {
    height: 453px;
  }

  .character-card--boss {
    height: 451px;
    margin-top: 1px;
  }

  .character-card--baby,
  .character-card--lead,
  .character-card--tsundere {
    height: 452px;
  }

  .character-card--boss .card-ctas,
  .character-card--baby .card-ctas,
  .character-card--lead .card-ctas,
  .character-card--tsundere .card-ctas {
    bottom: 20px;
  }

  .story__inner {
    position: relative;
    height: 100%;
    padding: 0;
  }

  .story__diagnosis {
    --diagnosis-bg: #f39ac5;
    position: absolute;
    top: 100px;
    left: 55px;
    width: 1190px;
    height: 808px;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: none;
  }

  .story--po .story__diagnosis {
    height: 787px;
  }

  .story--pe .story__diagnosis {
    --diagnosis-bg: #b54ed1;
  }

  .story--ro .story__diagnosis {
    --diagnosis-bg: #9697fc;
  }

  .story--re .story__diagnosis {
    --diagnosis-bg: #ffa4d0;
  }

  .story__diagnosis::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1190px;
    height: 767px;
    border-radius: 20px;
    background: var(--diagnosis-bg);
    content: "";
  }

  .story--po .story__diagnosis::before {
    height: 746px;
  }

  .story__diagnosis::after {
    position: absolute;
    top: 761.5px;
    left: 50%;
    width: 47.84px;
    height: 41.7334px;
    background: var(--diagnosis-tail) center / 100% 100% no-repeat;
    content: "";
    transform: translateX(-50%) rotate(180deg);
  }

  .story--po .story__diagnosis::after {
    top: 740.5px;
  }

  .story__diagnosis > * {
    z-index: 1;
  }

  .story--ro .story__diagnosis {
    top: 103px;
    left: 57px;
  }

  .story__type {
    top: -70px;
    width: 800px;
    height: 163px;
    min-height: 0;
    padding: 0;
  }

  .story__type h2 {
    position: absolute;
    top: 18px;
    left: 40px;
    display: block;
    width: 720px;
    height: 45px;
    background: linear-gradient(#fff94f, #fff94f) center 31px / 448px 15px no-repeat;
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 0.1em;
  }

  .story__type p {
    position: absolute;
    top: 69px;
    left: 40px;
    width: 720px;
    margin: 0;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.05em;
  }

  .story__type p span {
    display: inline;
  }

  .story__type .story__trait-separator::before,
  .story__type .story__trait-separator::after {
    content: " ";
  }

  .mascot-grid {
    position: absolute;
    top: 144px;
    left: 123px;
    grid-template-columns: repeat(4, 225px);
    gap: 15px;
    width: 945px;
    height: 272px;
    margin: 0;
  }

  .mascot-grid picture {
    height: 200px;
    padding: 0;
    border-radius: 5px;
  }

  .mascot-grid img {
    width: 225px;
    height: 200px;
    object-fit: contain;
  }

  .mascot-grid figcaption {
    position: relative;
    top: 1px;
    height: 72px;
    min-height: 0;
    padding-top: 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 46px;
    white-space: nowrap;
  }

  .story--po .mascot-grid figure:nth-child(3) figcaption,
  .story--pe .mascot-grid figure:nth-child(3) figcaption,
  .story--ro .mascot-grid figure:nth-child(3) figcaption,
  .story--re .mascot-grid figure:nth-child(3) figcaption {
    top: 6px;
    line-height: 28px;
  }

  .story--re .mascot-grid figure:nth-child(2) figcaption {
    top: 7px;
    line-height: 28px;
  }

  .story__lead {
    position: absolute;
    top: 436px;
    left: 21px;
    width: 1148px;
    max-width: none;
    height: 89px;
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 46px;
  }

  .story__lead strong {
    font-size: 33px;
    font-weight: 900;
  }

  .story__worry {
    position: absolute;
    top: 549px;
    left: 21px;
    width: 1148px;
    max-width: none;
    margin: 0;
  }

  .story:not(.story--po) .story__worry {
    top: 546px;
  }

  .story__worry h3 {
    height: 57px;
    margin: 0;
    font-size: 47px;
    line-height: 46px;
    letter-spacing: 0.03em;
  }

  .story__worry p {
    width: 1148px;
    min-height: 92px;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 46px;
  }

  .manga-grid {
    position: absolute;
    top: 922px;
    left: 178px;
    grid-template-columns: 465px 466px;
    gap: 15px;
    width: 946px;
    max-width: none;
    margin: 0;
  }

  .manga-grid .manga-panel,
  .manga-grid .manga-panel img {
    width: 100%;
    height: 715px;
    object-fit: cover;
  }

  .manga-grid--5 .manga-panel:last-child {
    width: 466px;
  }

  .story--po .manga-panel:nth-child(3),
  .story--ro .manga-panel:nth-child(3) {
    grid-column: 2;
  }

  .story--po .manga-panel:nth-child(4),
  .story--ro .manga-panel:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .story--pe .manga-grid {
    top: 945px;
  }

  .story--ro .manga-grid {
    top: 946px;
  }

  .story--re .manga-grid {
    top: 945px;
  }

  .story__closing {
    position: absolute;
    top: 2416px;
    left: 179px;
    width: 944px;
    height: 110px;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 54px;
  }

  .story__closing p {
    margin: 0;
  }

  .story__closing strong {
    color: #ffbede;
    font-size: 39px;
    font-weight: 500;
    line-height: 59px;
  }

  .story--pe .story__closing strong {
    color: #b54ed1;
  }

  .story--ro .story__closing strong {
    color: #f93b8a;
  }

  .story__book {
    position: absolute;
    top: 2417px;
    left: 178px;
    display: block;
    width: 945px;
    height: 510px;
  }

  .story__cover {
    position: absolute;
    top: 163px;
    left: 99px;
    width: 226px;
    height: 347px;
    max-height: none;
    object-fit: cover;
  }

  .story__ctas {
    position: absolute;
    top: 217px;
    left: 434px;
    gap: 50px;
    width: 400px;
  }

  .story__ctas a {
    height: 95px;
    min-height: 95px;
    gap: 6px;
    padding: 20px 36px;
    font-size: 32px;
    line-height: 54px;
  }

  .story--ro .story__closing {
    top: 2440px;
    height: 218px;
  }

  .story--ro .story__book {
    top: 2441px;
    height: 599px;
  }

  .story--ro .story__cover {
    top: 252px;
  }

  .story--ro .story__ctas {
    top: 306px;
  }

  .story--re .story__closing {
    top: 3169px;
  }

  .story--pe .story__closing {
    top: 3172px;
    left: 148px;
    width: 1006px;
    height: 110px;
  }

  .story--pe .story__book {
    top: 3173px;
  }

  .story--re .story__book {
    top: 3170px;
  }

  .fair-info dt {
    font-size: 28px;
  }

  .fair-info dd {
    font-size: 24px;
  }

  .fair--book .fair-info__row {
    margin-bottom: 50px;
  }

  .fair--ebook .fair-card {
    position: relative;
  }

  .ebook-present {
    position: absolute;
    top: 529px;
    left: 80px;
    height: 1096px;
    margin: 0;
  }

  .ebook-present > img {
    position: absolute;
    top: 0;
    left: 399px;
    margin: 0;
  }

  .ebook-present__note {
    position: absolute;
    top: 788px;
    left: 591px;
    width: 222px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }

  .ebook-present__copy {
    position: absolute;
    top: 833px;
    left: 262px;
    width: 705px;
    margin: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .ebook-present__copy p {
    margin: 0;
  }

  .ebook-present__copy p:first-child {
    min-height: 54px;
    margin-bottom: 31px;
    font-size: 20px;
    line-height: 27px;
  }

  .fair--book .fair-info__row:last-child {
    grid-template-columns: 213px 1fr;
    gap: 56px;
  }

  .fair--book .fair-info__row:last-child dt {
    padding-inline: 20px;
    font-size: 25px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .characters + .manga-intro,
  .story + .story,
  .story-list + .fair,
  .fair + .fair {
    margin-top: 40px;
  }

  .characters + .manga-intro {
    margin-top: 40px;
  }

  .story-list {
    display: flow-root;
  }

  .story--po {
    min-height: 3006px;
  }

  .story--pe {
    min-height: 3762px;
  }

  .story--ro {
    min-height: 3119px;
  }

  .story--re {
    min-height: 3759px;
  }

  .fair--book {
    min-height: 1954px;
  }
}
