:root {
  --manga-m-navy: #102b7d;
  --manga-m-blue: #1264b4;
  --manga-m-pink: #ee3f7b;
  --manga-m-line: #aac4ed;
  --manga-m-soft: #f7f9ff
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

.manga-m-body {
  margin: 0;
  color: var(--manga-m-navy);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  background: #fff
}

.manga-m-body img {
  max-width: 100%;
  height: auto;
  display: block
}

.manga-m-body a {
  color: inherit;
  text-decoration: none
}

.manga-m-container {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto
}

.manga-m-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.manga-m-header {
  background: #fff
}

.manga-m-header__top {
  min-height: 88px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 24px
}

.manga-m-brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 230px
}

.manga-m-brand__ja {
  font-family: serif;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -.08em
}

.manga-m-brand__en {
  font: italic 15px cursive;
  color: #f04080;
  margin-left: 28px;
  margin-top: 4px
}

.manga-m-partners {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 27px;
  color: #2864a7
}

.manga-m-partners__image {
  color: #f15b2a
}

.manga-m-account {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-self: flex-start
}

.manga-m-button {
  color: #fff !important;
  border-radius: 7px;
  padding: 10px 24px;
  font-size: 15px;
  box-shadow: 0 1px 6px #bbb
}

.manga-m-button--login {
  background: #0860ac
}

.manga-m-button--register {
  background: linear-gradient(90deg, #ef5da1, #f13e76)
}

.manga-m-nav {
  margin-left: auto;
  margin-right: 18px;
  margin-top: -47px;
  width: max-content;
  display: flex;
  border: 1px solid #d6dcea;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: #fff
}

.manga-m-nav a {
  width: 74px;
  min-height: 82px;
  border-right: 1px solid #e0e3eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.25
}

.manga-m-nav a:last-child {
  border: 0
}

.manga-m-nav a span {
  font-size: 23px;
  margin-bottom: 6px
}

.manga-m-nav__active {
  color: var(--manga-m-pink) !important;
  background: #fff1f7;
  border-bottom: 3px solid var(--manga-m-pink) !important
}

.manga-m-breadcrumb {
  background: #f2f5ff;
  border-top: 1px solid #d9e1f0;
  padding: 7px 25px;
  font-size: 12px
}

.manga-m-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px
}

.manga-m-breadcrumb li+li:before {
  content: "›";
  margin-right: 10px
}

.manga-m-menu-button {
  display: none
}

.manga-m-hero {
  width: 100%;
  overflow: hidden
}

.manga-m-hero img {
  width: 100%
}

.manga-m-intro {
  border: 1.5px solid var(--manga-m-line);
  border-radius: 20px;
  margin-top: 62px;
  padding: 42px 22px 18px;
  position: relative
}

.manga-m-ribbon {
  position: absolute;
  left: 8px;
  top: -25px;
  margin: 0;
  background: linear-gradient(90deg, #2c58c4, #5d44bd);
  color: white;
  padding: 9px 28px;
  border-radius: 8px;
  font-size: 18px;
  box-shadow: 0 2px 7px #aaa
}

.manga-m-intro__grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px
}

.manga-m-intro__copy p {
  font-size: 16px;
  line-height: 1.7;
  margin: 8px 0 14px
}

.manga-m-intro__logo {
  width: 150px
}

.manga-m-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.8;
  font-size: 14px
}

.manga-m-check-list li:before {
  content: "✓";
  color: #247aca;
  border: 1px solid #247aca;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 13px;
  padding: 0 4px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

.manga-m-steps {
  border: 1px solid var(--manga-m-line);
  border-radius: 12px;
  padding: 20px 10px 10px;
  position: relative
}

.manga-m-steps h3 {
  position: absolute;
  top: -24px;
  left: 0;
  margin: 0;
  width: 250px;
  background: linear-gradient(90deg, #e6ecff, #f0ecff);
  border-radius: 16px;
  padding: 7px;
  text-align: center;
  font-size: 15px !important;
  left: 50%;
  transform: translateX(-50%)
}

.manga-m-steps ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px
}

.manga-m-steps li {
  border: 1px solid #ccd6e9;
  border-radius: 8px;
  padding: 8px;
  position: relative
}

.manga-m-steps li img {
  width: 100%;
  height: auto;
}

.manga-m-steps li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -29px;
  top: 45%;
  border: 12px solid transparent;
  border-left-color: #534ac4
}

.manga-m-steps span {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-bottom: 5px
}

.manga-m-scenes {
  padding-top: 22px
}

.manga-m-scenes h2,
.manga-m-benefits h2 {
  font-size: 20px;
  margin: 0 0 8px 14px
}

.manga-m-scenes__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px
}

.manga-m-scenes article {
  border: 1px solid var(--manga-m-line);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: white
}

.manga-m-scenes h3 {
  font-size: 16px;
  margin: 7px 4px
}

.manga-m-scenes p {
  font-size: 12px;
  margin: 0 4px 8px
}

.manga-m-scenes article img {
  width: 100%
}

.manga-m-benefits {
  display: grid;
  grid-template-columns: 3fr 1.8fr;
  gap: 22px;
  margin-top: 22px
}

.manga-m-benefits__main {
  border: 1px solid #cedaf2;
  border-radius: 14px;
  padding: 14px 10px;
  background: linear-gradient(#fff, #f7f9ff)
}

.manga-m-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.manga-m-benefits__grid article {
  text-align: center;
  border: 1px solid #ced8eb;
  border-radius: 8px;
  margin-left: 7px;
  padding: 8px 5px
}

.manga-m-benefits__grid article:first-child {
  margin-left: 0
}

.manga-m-benefits__grid img {
  height: 74px;
  width: auto;
  margin: auto
}

.manga-m-benefits__grid h3 {
  color: var(--manga-m-pink);
  font-size: 18px !important;
  min-height: 30px;
  margin: 6px 0
}

.manga-m-benefits__grid p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0
}

.manga-m-members {
  border: 1px solid #f2d6df;
  border-radius: 14px;
  padding: 18px 22px 0;
  background: #fff9fa;
  overflow: visible;
  position: relative
}

.manga-m-ill2 {
  position: absolute;
  bottom: -145px;
  right: -30px;
  width: 110% !important;
  height: auto !important;
}

.manga-m-foot-ill {
  position: absolute;
  bottom: -129px;
  right: 0;
}

.manga-m-members h2 {
  color: var(--manga-m-pink);
  margin-left: 0
}

.manga-m-members img {
  margin-top: 8px;
  width: 100%
}

.manga-m-cta {
  display: grid;
  grid-template-columns: 1.55fr .9fr;
  align-items: end;
  margin-top: 20px;
  position: relative;
}

.manga-m-cta__copy {
  text-align: center;
  padding-bottom: 12px
}

.manga-m-cta h2 {
  font-size: 18px
}

.manga-m-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ed337b, #ff6d22);
  color: #fff !important;
  padding: 20px;
  border-radius: 8px;
  font-size: 20px;
  box-shadow: 0 3px 8px #ddd;
  text-decoration: none;
  transition: .3s;
}

.manga-m-cta__button:hover {
  opacity: .7;
}

.manga-m-cta__button span {
  margin-left: auto;
  font-size: 34px
}

.manga-m-cta p {
  font-size: 13px;
  margin-bottom: 0
}

.manga-m-cta p a {
  font-weight: 800
}

.manga-m-cta>img {
  margin: auto
}

.manga-m-footer {
  background: #f4f6fc;
  padding: 18px 0
}

.manga-m-footer__inner {
  display: flex;
  gap: 60px;
  align-items: center
}

.manga-m-footer__message {
  line-height: 1.6
}

.manga-m-footer__inner img {
  width: 310px
}

.manga-m-footer__inner div p {
  font-size: 12px;
  line-height: 1.6
}

@media(max-width:900px) {
  .manga-m-header__top {
    min-height: 72px;
    padding: 8px 16px
  }

  .manga-m-brand {
    min-width: 0
  }

  .manga-m-brand__ja {
    font-size: 28px
  }

  .manga-m-brand__en {
    font-size: 11px;
    margin-left: 15px
  }

  .manga-m-partners {
    font-size: 18px
  }

  .manga-m-account {
    display: none
  }

  .manga-m-menu-button {
    display: flex;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 0;
    background: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px
  }

  .manga-m-menu-button span:not(.manga-m-sr-only) {
    display: block;
    height: 3px;
    background: var(--manga-m-navy);
    border-radius: 4px
  }

  .manga-m-nav {
    display: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
    flex-wrap: wrap
  }

  .manga-m-nav.manga-m-nav--open {
    display: flex
  }

  .manga-m-nav a {
    width: 33.333%;
    min-height: 64px
  }

  .manga-m-breadcrumb {
    padding-inline: 15px;
    overflow: auto;
    white-space: nowrap
  }

  .manga-m-intro__grid {
    grid-template-columns: 1fr
  }

  .manga-m-scenes__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .manga-m-benefits {
    grid-template-columns: 1fr
  }

  .manga-m-ribbon {
    font-size: 18px
  }
}

@media(max-width:600px) {
  .manga-m-container {
    width: min(100% - 24px, 1220px)
  }

  .manga-m-partners {
    display: none
  }

  .manga-m-hero img {
    width: 124%;
    max-width: none;
    margin-left: -2%
  }

  .manga-m-intro {
    margin-top: 52px;
    padding: 42px 12px 14px
  }

  .manga-m-ribbon {
    top: -35px;
    left: 8px;
    right: 8px;
    font-size: 15px;
    padding: 9px 12px;
    text-align: center
  }

  .manga-m-intro__copy p {
    font-size: 14px
  }

  .manga-m-steps ol {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .manga-m-steps li:not(:last-child):after {
    right: auto;
    top: auto;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg)
  }

  .manga-m-scenes__grid {
    grid-template-columns: 1fr
  }

  .manga-m-scenes h2,
  .manga-m-benefits h2 {
    font-size: 17px;
    margin-left: 4px
  }

  .manga-m-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px
  }

  .manga-m-benefits__grid article {
    margin: 0
  }

  .manga-m-cta {
    grid-template-columns: 1fr
  }

  .manga-m-cta h2 {
    font-size: 15px
  }

  .manga-m-cta__button {
    font-size: 15px;
    padding: 15px 10px
  }

  .manga-m-cta>img {
    max-width: 290px
  }

  .manga-m-footer__inner {
    display: block
  }

  .manga-m-footer__message br {
    display: none
  }

  .manga-m-footer__inner img {
    width: 260px
  }
  .manga-m-ill2 {
  display: none;
}

.manga-m-foot-ill {
  display: none;
}

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}