@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #222222;
  --black-light: #31393B;
  --main: #FD610F;
  --orange-light: #FF9700;
  --green-light: #85B718;
  --bg: #F5F5F5;
  --leading-trim: calc((1em - 1lh) / 2);
  --m-plus-1: "M PLUS 1", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

html {
  font-size: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(2.6666666667vw, 14px);
  }
}
html {
  margin-top: 0 !important;
}

body {
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--m-plus-1);
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

main {
  flex: 1;
  position: relative;
  overflow: hidden;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.5s;
  }
}

.palt {
  font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 500;
  color: var(--black);
}

svg {
  width: 100%;
  height: 100%;
}

#wpadminbar {
  position: fixed !important;
  top: auto;
  bottom: 0;
  left: 0;
}

.w100p {
  width: 100%;
  padding-inline: 1.6rem;
  margin-inline: auto;
}

.header {
  background: var(--white);
  border-bottom: 3px solid var(--black);
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: 2px solid var(--black);
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2rem;
}
.header__logo a {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header__logo a small {
  font-size: max(1.4rem, 12px);
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    font-size: 2.4rem;
    gap: 0.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__logo a small {
    font-size: 1rem;
  }
}
.header__btn {
  width: max(24rem, 200px);
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: fit-content;
  }
}
.header__btn-link {
  width: 100%;
  font-size: max(2rem, 16px);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
  padding-block: 1.5rem;
  transition: 0.5s;
}
.header__btn-link:hover {
  transition: 0.5s;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .header__btn-link {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-block: 1rem;
    padding-inline: 1.6rem;
  }
}

.footer {
  padding-block: 8rem 4rem;
  background-color: var(--bg);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4.8rem 3.2rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__title {
  font-size: max(2rem, 16px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 1.6rem;
  }
}
.footer__btn {
  max-width: max(49rem, 300px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    max-width: 25rem;
    font-size: 2rem !important;
    letter-spacing: 0.05em !important;
  }
}
.footer__copy {
  font-size: max(1.4rem, 10px);
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}

.c-btn {
  width: 100%;
  font-size: max(3.2rem, 24px);
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.4375;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  padding-block: 1.7rem;
}
.c-btn--orange {
  background-color: var(--main);
  color: var(--white);
}
.c-btn--light-orange {
  background-color: var(--orange-light);
  color: var(--white);
}
.c-btn--black {
  background-color: var(--black);
  color: var(--white);
}
.c-btn--light-green {
  background-color: var(--green-light);
  color: var(--white);
}
.c-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    padding-block: 1.55rem;
  }
}

.c-btn__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-btn__list {
    gap: 0.8rem;
  }
}

.section {
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding-block: 4.8rem;
  }
}
.section__inner {
  max-width: max(120rem, 900px);
  width: 100%;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding-inline: 2rem;
  }
}
.section__title {
  font-size: max(3.6rem, 28px);
  font-weight: 900;
  line-height: 1;
  width: fit-content;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid var(--black);
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 2.4rem;
  }
}
.section__text {
  font-size: max(1.6rem, 13px);
  font-weight: 500;
  line-height: 1.6875;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .section__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2.4rem;
  }
}
.section__btn__list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .section__btn__list {
    margin-top: 4.8rem;
  }
}

.sns {
  background-color: var(--bg);
}

.book__list {
  display: flex;
  gap: 2.6rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .book__list {
    gap: 0;
  }
}
.book .splide__track {
  width: fit-content;
  margin-inline: auto;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .book .splide__track {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: 4.8rem;
  }
}
.book .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.book .splide__arrow {
  display: none;
  width: 4rem;
  top: 10rem;
  transform: none;
}
@media screen and (max-width: 768px) {
  .book .splide__arrow {
    display: block;
  }
}
.book .splide__arrow--prev {
  left: 2rem;
}
.book .splide__arrow--next {
  right: 2rem;
}
.book .splide__arrow--next img {
  scale: -1 1;
}
.book__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .book__item {
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .book__item + .book__item {
    margin-left: 0;
  }
}
.book__item-title, .book__item-text {
  font-size: max(1.6rem, 12px);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .book__item-title, .book__item-text {
    font-size: 1.4rem;
  }
}
.book__item-title {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .book__item-title {
    margin-top: 1.6rem;
  }
}
.book__item-text {
  margin-top: 0.3rem;
}
.book__item-img {
  padding-inline: 3rem;
  background: #F5F5F5;
}
.book__item-img img {
  box-shadow: 0 0 21.538px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .book__item-img {
    padding-inline: 2.3rem;
  }
}

main {
  display: contents;
}

.page--404 {
  background: var(--main);
  padding-block: 6rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page--404 {
    padding-block: 4.8rem;
  }
}
.page--404-head-title {
  color: var(--white);
  text-align: center;
  border-bottom: var(--white) 2px solid;
  width: fit-content;
  margin-inline: auto;
  font-size: max(5.6rem, 40px);
}
@media screen and (max-width: 768px) {
  .page--404-head-title {
    font-size: 2.6rem;
  }
}
.page--404-head-text {
  color: var(--white);
  text-align: center;
  margin-top: 2.4rem;
  font-size: max(1.8rem, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page--404-head-text {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
.page--404-head-btn {
  background: var(--white);
  color: var(--main);
  max-width: max(49rem, 300px);
  margin-top: 2.4rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .page--404-head-btn {
    max-width: 25rem;
    font-size: 2rem !important;
    letter-spacing: 0.05em !important;
    margin-top: 3.2rem;
  }
}

.fv {
  background-color: var(--main);
  padding-block: 6rem;
}
.fv__inner {
  display: flex;
  justify-content: center;
  gap: 8rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-left: 0;
    width: fit-content;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .fv__inner {
    margin-inline: auto;
  }
}
.fv__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 618px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__content {
    max-width: 100%;
    gap: 1.4rem;
  }
}
.fv__title {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 150%;
  width: fit-content;
  color: var(--white);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 2.6rem;
    line-height: 140%;
    font-weight: 900;
  }
}
.fv__text {
  font-size: max(1.8rem, 13px);
  font-weight: 700;
  line-height: 160%;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 1.3rem;
  }
}
.fv__img {
  width: 42.6rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 22.6rem;
    margin-left: auto;
    margin-right: 1.6rem;
  }
}

.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.8rem;
    padding-block: 4.8rem;
  }
}
.about__content {
  max-width: 44rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__content {
    max-width: 100%;
  }
}
.about__manga {
  align-self: center;
}
.about__manga img {
  width: max(43.2rem, 300px);
  aspect-ratio: 432/260;
}
@media screen and (max-width: 768px) {
  .about__manga img {
    width: 25rem;
    aspect-ratio: 250/150;
  }
}
.about__manga-text {
  font-size: max(1.6rem, 12px);
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 40%;
  text-underline-position: from-font;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .about__manga-text {
    font-size: 1.2rem;
  }
}

.about-manga-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  padding-top: 13.4rem;
  background: rgba(255, 250, 246, 0.7);
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 800px) {
  .about-manga-modal {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .about-manga-modal {
    padding-top: 4.8rem;
  }
}
.about-manga-modal[hidden] {
  display: none;
}
.about-manga-modal__wrap {
  position: relative;
  max-width: max(80rem, 600px);
}
.about-manga-modal__inner {
  width: 100%;
  max-height: 81vh;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .about-manga-modal__inner {
    max-width: 100%;
    width: 30rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.about-manga-modal__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-manga-modal__close {
  position: absolute;
  z-index: 1;
  top: -2.5rem;
  right: -2.5rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  border-radius: 50%;
  transition: opacity 0.2s;
  z-index: 1;
}
.about-manga-modal__close svg {
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .about-manga-modal__close:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-manga-modal__close {
    top: -4rem;
    right: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .about-manga-modal__close {
    top: -3.2rem;
    width: 4rem;
    height: 4rem;
  }
  .about-manga-modal__close svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.about__manga-trigger {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.production {
  background-color: var(--bg);
}
.production__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .production__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.8rem;
    padding-block: 4.8rem;
  }
}
.production__content {
  max-width: 44rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .production__content {
    max-width: 100%;
  }
}
.production__btn {
  width: fit-content;
}
.production__btn-link {
  padding-block: 2.1rem;
  padding-inline: 6.55rem;
  font-size: max(4rem, 20px);
  font-weight: 900;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--white);
  transition: 0.5s;
}
.production__btn-link:hover {
  transition: 0.5s;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .production__btn-link {
    padding: 1.5rem 3.5rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .production__btn {
    margin-inline: auto;
  }
}

/*# sourceMappingURL=style.css.map */
