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

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
  background-color: #fff19b;
  background-image: url(../images/dot.png);
  background-size: 8%;
}
@media (max-width: 767px) {
  body {
    background-size: 16%;
  }
}

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

.inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 767px) {
  p br {
    display: none;
  }
}
a :hover {
  opacity: 0.4;
  transition: 0.2s;
  cursor: pointer;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(146, 146, 146, 0.3);
}
@media (max-width: 767px) {
  header {
    height: 64px;
  }
}
header .headerContents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  header .headerContents {
    padding: 0 16px;
  }
}
header .logoArea {
  display: flex;
  cursor: pointer;
}
header .langArea {
  display: flex;
  align-items: center;
}
header .langText {
  font-size: 19px;
  font-weight: 700;
  color: #d9d9d9;
  text-decoration: none;
  cursor: pointer;
}
header .selected {
  color: var(--main-text);
}
header .rightArea {
  height: 35px;
  top: 18px;
  left: 925.23px;
  opacity: 1;
  gap: 20px;
  display: flex;
  align-items: center;
}
header .icons {
  width: 99;
  height: 35;
  opacity: 1;
  gap: 12px;
  display: flex;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv {
  margin-top: 64px;
  background-image: url(../images/background_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fffde8;
  aspect-ratio: 1760/900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv__inner {
  width: 60%;
  padding: 0 32px;
  animation: fadein 1s ease-in-out;
}
@media (max-width: 767px) {
  .fv__inner {
    width: 100%;
  }
}
.fv__title {
  width: 100%;
}

.intro {
  margin-top: 60px;
}
.intro p {
  font-size: 1.25rem;
  line-height: 2;
  text-align: left;
}

.manga {
  margin-top: 60px;
}
.manga .inner {
  padding: 70px 32px;
  background: #fff;
  border-radius: 4px;
}
.manga__heading {
  margin: 0 0 40px;
}
.manga__heading img {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}
.manga__image {
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
}

.feature .inner {
  padding: 40px 100px;
  background: #fff;
}
@media (max-width: 767px) {
  .feature .inner {
    padding: 40px 20px;
  }
}
.feature + .feature {
  padding-top: 0;
}
.feature__heading {
  margin: 0 0 32px;
}
.feature__heading img {
  width: 100%;
  margin: 0 auto;
}
.feature__text {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 32px;
}
.feature__text p + p {
  margin-top: 1.2em;
}
.feature__image img {
  width: 100%;
}
.feature--2 .inner {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .feature--2 .inner {
    padding-bottom: 40px;
  }
}

.app-download .inner {
  background: #fff;
  margin-bottom: 64px;
  padding: 40px 100px 80px;
}
@media (max-width: 767px) {
  .app-download .inner {
    padding: 0px 20px 40px;
  }
}
.app-download__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  border: 2px solid #F3D200;
  border-radius: 20px;
  padding: 24px;
}
.app-download__description {
  display: flex;
  align-items: start;
  gap: 16px;
  flex-shrink: 0;
}
.app-download__description p {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
}
.app-download__text {
  max-width: 300px;
}
.app-download__text p {
  text-align: left;
}
.app-download__text p + p {
  margin-top: 0.6rem;
  font-size: 0.6rem;
}
.app-download__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.app-download__icon {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  overflow: hidden;
}
.app-download__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.app-download__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.app-download__store {
  display: none;
}
.app-download__badge {
  display: block;
}
.app-download__badge img {
  height: 44px;
  width: auto;
}
.app-download__qr-wrap {
  width: 88px;
  height: 88px;
}
.app-download__qr {
  width: 88px;
  height: 88px;
}
.app-download__qr-label {
  margin: 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
  .fv {
    background-image: url(../images/background_sp.png);
    aspect-ratio: 1/1;
  }
  .fv__inner {
    padding: 0 20px;
  }
  .intro .inner {
    max-width: 100%;
  }
  .intro p {
    font-size: 1rem;
    text-align: left;
  }
  .manga .inner {
    padding: 0;
  }
  .manga__heading {
    padding: 40px 32px 0;
  }
  .manga__heading img {
    width: 100%;
    margin: 0;
  }
  .feature .inner {
    max-width: 100%;
  }
  .feature__heading img {
    width: 100%;
  }
  .feature--2 .inner {
    padding-top: 0px;
  }
  .app-download .inner {
    max-width: 100%;
  }
  .app-download__inner {
    flex-direction: column;
    gap: 20px;
  }
  .app-download__store {
    display: flex;
    justify-content: baseline;
    width: 100%;
    gap: 12px;
  }
  .app-download__text-qr {
    display: none;
  }
  .app-download__qr-wrap {
    display: none;
  }
}
footer {
  background-color: #F7F6F6;
  border: 1px solid #F7F6F6;
  color: #767676;
}
footer a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #767676;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer hr {
  border: 0.5px solid #D9D9D9;
}

.footer-inner {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  width: min(100% - 64px, 64rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .footer-inner {
    width: min(100% - 8rem, 64rem);
  }
}
.footer-inner hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  border: 0.5px solid #D9D9D9;
}

.footer-link {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 600px) {
  .footer-link {
    font-size: 1.4rem;
    width: min(40rem, 100%);
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .footer-link {
    width: 100%;
  }
}
.footer-link ul {
  display: grid;
  grid-auto-flow: column;
  grid-template: repeat(3, 1fr)/repeat(3, auto);
  justify-content: space-between;
  width: 100%;
  row-gap: 0.8rem;
}

@media (min-width: 992px) {
  .footer-link ul {
    display: flex;
    justify-content: flex-start;
    gap: 0rem 2rem;
    flex-wrap: wrap;
  }
}
.footer-link a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.footer-copyright {
  font-size: 0.6rem;
  width: min(100% - 0px, 128rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .footer-copyright {
    width: min(100% - 8rem, 128rem);
  }
}
@media (min-width: 600px) {
  .footer-copyright {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.footer-copyright ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

@media (min-width: 992px) {
  .footer-copyright ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-copyright li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright li:not(:last-child):after {
  content: "|";
  position: relative;
  bottom: 1px;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 992px) {
  .footer-copyright li:not(:last-child):after {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.footer-copyright .footer-copyright-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .footer-copyright .footer-copyright-name {
    flex-direction: row;
    gap: 1.2rem;
  }
}
.footer-copyright img {
  width: 68px;
}

.footer-copyright .footer-copyright-name span {
  font-size: 0.6rem;
}

@media (min-width: 992px) {
  .footer-copyright .footer-copyright-name span {
    position: relative;
    top: 2px;
  }
}/*# sourceMappingURL=style.css.map */