*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-height: 100vh;
  padding-top: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    padding-top: 4rem;
  }
}

h1,
.h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-block: 0;
}

small {
  font-size: 0.875rem;
}

a {
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: underline;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 0.125rem solid #005fcc;
  outline-offset: 0.125rem;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

picture {
  display: block;
}

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

.l-container {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .l-container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .l-container {
    padding-inline: 2rem;
  }
}

.l-section {
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .l-section {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .l-section {
    padding-block: 5rem;
  }
}

.l-section--spacing-sm {
  padding-block: 2rem;
}
@media (min-width: 768px) {
  .l-section--spacing-sm {
    padding-block: 3rem;
  }
}

.l-section--spacing-lg {
  padding-block: 4rem;
}
@media (min-width: 768px) {
  .l-section--spacing-lg {
    padding-block: 5rem;
  }
}
@media (min-width: 1024px) {
  .l-section--spacing-lg {
    padding-block: 6.5rem;
  }
}

.l-section--no-spacing-top {
  padding-block-start: 0;
}

.l-section--no-spacing-bottom {
  padding-block-end: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .l-header {
    height: auto;
    pointer-events: auto;
  }
}

.c-skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 1rem 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.c-skip-link:focus,
.c-skip-link:focus-visible {
  transform: translateY(0);
  text-decoration: none;
}

.c-menu-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0.625rem;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease;
}
.c-menu-text:hover,
.c-menu-text:focus-visible {
  border-bottom-color: #000000;
  text-decoration: none;
}

.p-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4rem;
  background-color: #30b5d6;
}
.p-navi__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding-block: 1rem;
  padding-inline: 1rem;
  list-style: none;
}
@media (min-width: 768px) {
  .p-navi__list {
    flex-wrap: nowrap;
    gap: 4rem;
    padding: 0;
  }
}
.p-navi__item {
  display: flex;
}
.p-navi--pc {
  display: none;
}
@media (min-width: 768px) {
  .p-navi--pc {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 4rem;
    min-height: 4rem;
  }
  .p-navi--pc .p-navi__list {
    flex-wrap: nowrap;
    gap: clamp(1.25rem, -2rem + 7.5vw, 4rem);
    max-width: 100%;
    padding-inline: clamp(0.5rem, 2vw, 1rem);
    box-sizing: border-box;
  }
  .p-navi--pc .c-menu-text {
    font-size: clamp(1rem, 0.5rem + 1.25vw, 1.5rem);
    padding-inline: clamp(0.375rem, 0.25rem + 0.5vw, 0.625rem);
  }
}

.c-sp-menu-closed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background-color: #30b5d6;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.c-sp-menu-closed:hover,
.c-sp-menu-closed:focus-visible {
  opacity: 0.85;
}
.c-sp-menu-closed__icon {
  display: block;
  width: 1.375rem;
  height: 1.3125rem;
  object-fit: contain;
}

.p-header-sp {
  position: fixed;
  top: 1.875rem;
  right: 1.875rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  padding: 0;
  background-color: transparent;
  pointer-events: none;
}
.p-header-sp .c-sp-menu-closed {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .p-header-sp {
    display: none;
  }
}

.c-sp-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  width: 100%;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  text-align: center;
  word-break: break-word;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-sp-menu-item:hover,
.c-sp-menu-item:focus-visible {
  opacity: 0.7;
  text-decoration: none;
}

.c-sp-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background-color: #30b5d6;
  border: none;
  border-radius: 2.75rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.c-sp-menu-close:hover,
.c-sp-menu-close:focus-visible {
  opacity: 0.85;
}
.c-sp-menu-close__icon {
  display: block;
  width: 1.44rem;
  height: 1.38rem;
  object-fit: contain;
}

.p-sp-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-sp-menu {
    display: none;
  }
}
.p-sp-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}
.p-sp-menu__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-sp-menu__panel {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 24.375rem;
  height: 35rem;
  overflow: hidden;
  background-color: #ffffff;
  transform: translate(-50%, -100%);
  transition: transform 0.6s ease-in-out;
}
.p-sp-menu.is-open .p-sp-menu__panel {
  transform: translate(-50%, 0);
}
@media (prefers-reduced-motion: reduce) {
  .p-sp-menu__panel {
    transition: none;
  }
}
.p-sp-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: calc(100% - 1rem);
  margin-top: 6rem;
  margin-inline: auto;
}
.p-sp-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sp-menu__item {
  width: 100%;
}

.c-hero-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .c-hero-badge {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .c-hero-badge__row {
    display: contents;
  }
}
.c-hero-badge__row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-hero-badge__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.0625rem;
  min-height: 2.15625rem;
  height: auto;
  padding: 0.234375rem 0.46875rem;
  margin-left: -0.046875rem;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff100;
  border: 0.75px solid #000000;
}
.c-hero-badge__cell:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .c-hero-badge__cell {
    min-width: 2.75rem;
    height: auto;
    padding: 0.3125rem 0.625rem;
    margin-left: -0.0625rem;
    font-size: 1.5rem;
    border-width: 1px;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  min-height: 43.75rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-hero {
    min-height: 39.375rem;
  }
}
.p-hero__inner {
  position: relative;
  width: 100%;
  max-width: 24.375rem;
  min-height: inherit;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-hero__inner {
    max-width: 90rem;
  }
}
.p-hero__illustrations {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-hero__ill {
  position: absolute;
  display: block;
  object-fit: contain;
  pointer-events: none;
}
.p-hero__ill--kitchen {
  top: 5%;
  left: 8.97%;
  width: 20.49%;
  aspect-ratio: 79.899 / 50.845;
}
.p-hero__ill--presentation {
  top: 3.86%;
  left: 42.08%;
  width: 16.47%;
  aspect-ratio: 64.225 / 39.758;
}
.p-hero__ill--direction {
  top: 13.71%;
  left: 42.82%;
  width: 17.55%;
  aspect-ratio: 68.43 / 64.607;
}
.p-hero__ill--knife-board {
  top: 19.29%;
  left: 7.69%;
  width: 9.31%;
  aspect-ratio: 36.318 / 52.374;
}
.p-hero__ill--elderly-couple {
  top: 19.43%;
  left: 79.49%;
  width: 13.53%;
  aspect-ratio: 52.756 / 36.7;
}
.p-hero__ill--brain {
  top: 72.14%;
  left: 12.05%;
  width: 14.99%;
  aspect-ratio: 58.491 / 56.579;
}
.p-hero__ill--clock-bicycle {
  top: 70.86%;
  left: 66.67%;
  width: 18.13%;
  aspect-ratio: 70.724 / 61.167;
}
.p-hero__ill--ideco-nisa {
  top: 86.14%;
  left: 17.44%;
  width: 25.97%;
  aspect-ratio: 101.307 / 74.165;
}
.p-hero__ill--globe {
  top: 86.14%;
  left: 57.95%;
  width: 23.33%;
  aspect-ratio: 90.985 / 68.43;
}
@media (min-width: 768px) {
  .p-hero__ill--elderly-couple {
    top: 28.73%;
    left: 2.64%;
    width: 7.19%;
    aspect-ratio: 103.5 / 72;
  }
  .p-hero__ill--kitchen {
    top: 15.08%;
    left: 12.71%;
    width: 10.89%;
    aspect-ratio: 156.75 / 99.75;
  }
  .p-hero__ill--knife-board {
    top: 40.79%;
    left: 15.63%;
    width: 4.95%;
    aspect-ratio: 71.25 / 102.75;
  }
  .p-hero__ill--brain {
    top: 52.38%;
    left: 3.26%;
    width: 7.97%;
    aspect-ratio: 114.75 / 111;
  }
  .p-hero__ill--ideco-nisa {
    top: 73.17%;
    left: 8.4%;
    width: 13.8%;
    aspect-ratio: 198.75 / 145.5;
  }
  .p-hero__ill--direction {
    top: 17.46%;
    left: 85.76%;
    width: 9.32%;
    aspect-ratio: 134.25 / 126.75;
  }
  .p-hero__ill--presentation {
    top: 37.62%;
    left: 77.01%;
    width: 8.75%;
    aspect-ratio: 126 / 78;
  }
  .p-hero__ill--clock-bicycle {
    top: 47.62%;
    left: 86.46%;
    width: 9.64%;
    aspect-ratio: 138.75 / 120;
  }
  .p-hero__ill--globe {
    top: 73.81%;
    left: 79.58%;
    width: 12.4%;
    aspect-ratio: 178.5 / 134.25;
  }
}
.p-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 12.5rem 2.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hero__content {
    padding-block: 5.625rem 4.8125rem;
  }
}
.p-hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.5;
}
.p-hero__catch {
  margin: 1rem 0;
  font-size: 2.038875rem;
  font-weight: 700;
  color: #039edc;
}
@media (min-width: 768px) {
  .p-hero__catch {
    margin: 1.9375rem 0;
    font-size: 4rem;
  }
}
.p-hero__main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: -0.25rem;
  font-size: 7.32725rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-hero__main {
    margin-top: -0.5rem;
    font-size: 14.375rem;
  }
}
.p-hero__main-accent {
  color: #fff100;
  -webkit-text-stroke: 0.1875rem #000000;
  paint-order: stroke fill;
}
@media (min-width: 768px) {
  .p-hero__main-accent {
    -webkit-text-stroke: 0.25rem #000000;
  }
}
.p-hero__main-text {
  color: #000000;
}
.p-hero__series {
  margin-top: 0.625rem;
  font-size: 2.038875rem;
  font-weight: 700;
  color: #039edc;
}
@media (min-width: 768px) {
  .p-hero__series {
    margin-top: 1rem;
    font-size: 4rem;
  }
}

.p-header-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.p-header-nav__item {
  display: flex;
}

.c-book-tab-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  padding-inline: 2.25rem;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
  border: none;
  transition: color 0.2s ease;
}
.c-book-tab-text:hover,
.c-book-tab-text:focus-visible {
  color: #0077b8;
  text-decoration: none;
}
.c-book-tab-text[aria-selected=true] {
  color: #0077b8;
  text-decoration: none;
}
.c-book-tab-text--sp {
  min-width: 1.5rem;
  min-height: 2.75rem;
  padding-block: 0.270625rem;
  padding-inline: 0.609375rem;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease,
    border-color 0.2s ease;
}
.c-book-tab-text--sp:hover,
.c-book-tab-text--sp:focus-visible,
.c-book-tab-text--sp[aria-selected=true] {
  border-bottom-color: #0077b8;
}

.p-book-tab-menu-sp {
  display: block;
  width: 100%;
  max-width: 21.875rem;
  margin-inline: auto;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .p-book-tab-menu-sp {
    display: none;
  }
}
.p-book-tab-menu-sp__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-book-tab-menu-sp__item {
  display: flex;
}

.p-book-tab-menu-pc {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: min(100%, 1107px);
  margin-inline: auto;
  border-bottom: 1px solid #000000;
  overflow-x: visible;
}
@media (min-width: 768px) {
  .p-book-tab-menu-pc {
    display: block;
  }
}
.p-book-tab-menu-pc__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0.25rem, -0.25rem + 1vw, 0.5rem);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-inline: clamp(0.5rem, 2vw, 1rem);
  box-sizing: border-box;
  list-style: none;
}
.p-book-tab-menu-pc__item {
  display: flex;
}
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp) {
  position: relative;
  padding-inline: clamp(0.5rem, -0.125rem + 2.2vw, 1.625rem);
  padding-top: clamp(0.625rem, 0.375rem + 0.8vw, 1rem);
  padding-bottom: clamp(0.875rem, 0.5rem + 1.25vw, 1.5rem);
  font-size: clamp(0.875rem, 0.25rem + 1.56vw, 1.5rem);
  border-bottom: none;
}
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp)::after {
  content: "";
  position: absolute;
  right: clamp(0.25rem, -0.125rem + 1vw, 0.625rem);
  bottom: 0;
  left: clamp(0.25rem, -0.125rem + 1vw, 0.625rem);
  height: 0.5rem;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp):hover,
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp):focus-visible,
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp)[aria-selected=true] {
  color: #0077b8;
  border-bottom: none;
  text-decoration: none;
}
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp):hover::after,
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp):focus-visible::after,
.p-book-tab-menu-pc .c-book-tab-text:not(.c-book-tab-text--sp)[aria-selected=true]::after {
  background-color: #0077b8;
}

.c-cta-lineup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  padding-inline: 3rem;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
  background-color: #ffffff;
  border: 3px solid #30b5d6;
  border-radius: 4.3125rem;
  transition: background-color 0.2s ease;
}
.c-cta-lineup:hover,
.c-cta-lineup:focus-visible {
  background-color: #30b5d6;
  text-decoration: none;
}
.c-cta-lineup--sp {
  padding-block: 0.375rem;
  padding-inline: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-width: 2px;
}

.c-book-lineup-sp {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 21.875rem;
  padding: 1rem;
  background-color: #f7f5f5;
  border-radius: 0.375rem;
}
.c-book-lineup-sp[hidden] {
  display: none !important;
}
.c-book-lineup-sp__cover {
  flex-shrink: 0;
  width: 6.08125rem;
  height: 8.62525rem;
  margin: 0;
  border: 0.5px solid #000000;
  overflow: hidden;
}
.c-book-lineup-sp__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-book-lineup-sp__body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.c-book-lineup-sp__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  word-break: break-word;
  white-space: pre-wrap;
}
.c-book-lineup-sp__text-line {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-book-lineup-sp__title {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.1;
}
.c-book-lineup-sp__title-line {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-book-lineup-sp .c-cta-lineup--sp {
  flex-shrink: 0;
  line-height: 1.5;
}

.c-book-lineup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 23.125rem;
  padding-block: 1.25rem;
  padding-inline: 1.875rem;
  background-color: #f7f5f5;
  border-radius: 1rem;
}
.c-book-lineup__cover {
  flex-shrink: 0;
  width: 15rem;
  height: 21.25rem;
  margin: 0;
  border: 1px solid #000000;
  overflow: hidden;
}
.c-book-lineup__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-book-lineup__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c-book-lineup__text {
  width: 100%;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  word-break: break-word;
}
.c-book-lineup__text-line {
  margin-block: 0;
}
.c-book-lineup__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.c-book-lineup__title-line {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-book-lineup-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
}
@media (min-width: 768px) {
  .p-book-lineup-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .p-book-lineup-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-book-lineup-list__item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-book-lineup-list__sp {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .p-book-lineup-list__sp {
    display: none;
  }
}
.p-book-lineup-list__pc {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .p-book-lineup-list__pc {
    display: flex;
  }
}

.c-x-logo {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem;
  background-color: #000000;
  transition: background-color 0.2s ease;
}
.c-x-logo:hover,
.c-x-logo:focus-visible {
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.c-x-logo__image {
  display: block;
  width: 3rem;
  height: 3.125rem;
  object-fit: cover;
}

.c-contents-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 0.125rem #000000;
  paint-order: stroke fill;
}
@media (min-width: 768px) {
  .c-contents-title {
    font-size: 3rem;
    -webkit-text-stroke-width: 3px;
  }
}

.p-news-section {
  background-color: #dffeff;
}
.p-news-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  max-width: 90rem;
  margin-inline: auto;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .p-news-section__inner {
    gap: 3.125rem;
    padding: 2.5rem 7.5rem;
  }
}
.p-news-section__list {
  display: grid;
  grid-template-columns: minmax(0, 71px) minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 21.875rem;
  margin: 0;
  padding-inline: 0;
}
@media (min-width: 768px) {
  .p-news-section__list {
    grid-template-columns: minmax(0, 106px) minmax(0, 1fr);
    gap: 1.25rem 1.875rem;
    max-width: none;
    padding-inline: 6.25rem;
  }
}
.p-news-section__entry-link {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}
.p-news-section__entry-link:hover,
.p-news-section__entry-link:focus-visible {
  opacity: 0.7;
  text-decoration: underline;
}
.p-news-section__date,
.p-news-section__text {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  word-break: break-word;
}
@media (min-width: 768px) {
  .p-news-section__date,
  .p-news-section__text {
    font-size: 1.5rem;
  }
}

.p-lineup {
  background-color: #ffffff;
}
.p-lineup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  max-width: 90rem;
  margin-inline: auto;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .p-lineup__inner {
    gap: 3.125rem;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .p-lineup__inner {
    padding-inline: 7.5rem;
  }
}
.p-lineup__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-lineup__pc {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lineup__pc {
    display: flex;
  }
}

.p-features {
  background: linear-gradient(180deg, rgba(198, 242, 255, 0.5) 0%, rgba(243, 255, 233, 0.5) 100%);
}
.p-features__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  max-width: 90rem;
  margin-inline: auto;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .p-features__inner {
    padding: 3.125rem 7.5rem;
  }
}
@media (min-width: 768px) {
  .p-features__inner .c-contents-title {
    max-width: 18rem;
  }
}
.p-features__visual {
  width: 100%;
  margin: 0;
  aspect-ratio: 350 / 539;
}
@media (min-width: 768px) {
  .p-features__visual {
    aspect-ratio: 1300 / 1318;
  }
}
.p-features__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-features__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-features__lead {
  width: 100%;
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 768px) {
  .p-features__lead {
    width: auto;
    font-size: 2rem;
  }
}
.p-features__lead-accent {
  font-weight: 700;
  color: #0077b8;
}

.p-inquiry {
  background-color: #fff9e6;
}
.p-inquiry__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  max-width: 90rem;
  margin-inline: auto;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .p-inquiry__inner {
    gap: 3.125rem;
    padding: 2.5rem 7.5rem;
  }
}
.p-inquiry__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  width: 100%;
  max-width: 21.875rem;
}
@media (min-width: 768px) {
  .p-inquiry__content {
    gap: 5rem;
    max-width: none;
    padding-inline: 12.5rem;
  }
}
.p-inquiry__mail {
  width: 100%;
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  word-break: break-word;
}
@media (min-width: 768px) {
  .p-inquiry__mail {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-inquiry__mail-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: from-font;
}
.p-inquiry__mail-link:hover,
.p-inquiry__mail-link:focus-visible {
  opacity: 0.7;
  text-decoration: underline;
}
.p-inquiry__mail-br {
  display: none;
}
@media (min-width: 768px) {
  .p-inquiry__mail-br {
    display: block;
  }
}
.p-inquiry__sns {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-inquiry__sns {
    width: auto;
    justify-content: center;
  }
}
.p-inquiry__sns-text {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  word-break: break-word;
}
@media (min-width: 768px) {
  .p-inquiry__sns-text {
    flex: none;
    font-size: 1.5rem;
    text-align: right;
  }
}
.p-inquiry .c-x-logo {
  flex-shrink: 0;
  padding: 0.367625rem;
}
@media (min-width: 768px) {
  .p-inquiry .c-x-logo {
    padding: 0.625rem;
  }
}
.p-inquiry .c-x-logo__image {
  width: 1.764687rem;
  height: 1.83825rem;
}
@media (min-width: 768px) {
  .p-inquiry .c-x-logo__image {
    width: 3rem;
    height: 3.125rem;
  }
}

.p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.338562rem;
  max-width: 90rem;
  margin-inline: auto;
  padding-block: 1.015625rem;
  padding-inline: 1rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-footer {
    gap: 1.25rem;
    padding-block: 3.75rem;
    padding-inline: 7.5rem;
  }
}
.p-footer__copyright {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1rem;
  }
}
.p-footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-footer__logo-link:hover,
.p-footer__logo-link:focus-visible {
  opacity: 0.7;
  text-decoration: none;
}
.p-footer__logo-link svg,
.p-footer__logo {
  display: block;
  width: 6.25rem;
  height: auto;
  fill: #333;
}
@media (min-width: 768px) {
  .p-footer__logo-link svg,
  .p-footer__logo {
    width: 11.75rem;
  }
}

.p-book-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
.p-book-category__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
  padding-block: 1.25rem;
  background-color: #ffffff;
}
.p-book-category__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 1.25rem;
  width: 100%;
  padding-inline: 1.25rem;
}
.p-book-category__row .c-book-lineup {
  box-sizing: border-box;
  width: 100%;
  max-width: 23.125rem;
  margin-inline: auto;
}
.p-book-category__row .c-book-lineup__cover {
  width: 100%;
  max-width: 15rem;
  height: auto;
  aspect-ratio: 240 / 340;
}

.p-book-category-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.338562rem;
  width: 100%;
  max-width: 21.875rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-book-category-sp {
    display: none;
  }
}
.p-book-category-sp__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  padding-block: 0.338562rem;
  background-color: #ffffff;
}
.p-book-category-sp .p-book-tab-menu-sp {
  width: 100%;
  max-width: none;
}
.p-book-category--pc {
  display: none;
}
@media (min-width: 768px) {
  .p-book-category--pc {
    display: flex;
  }
}
.c-book-lineup-sp--full {
  width: 100%;
  max-width: none;
}
