@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/noto-sans-jp.9c557c9d4996.woff2") format("woff2");
}
:root {
  --blue: #0f5ec9;
  --navy: #073f9b;
  --yellow: #ffe548;
  --ice: #eaf3ff;
  --dark: #122a48;
  --muted: #53657b;
  --line: #dce6f3;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--dark);
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}
h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--blue);
}
h3 {
  font-size: 36px;
  line-height: 1.5;
  color: var(--blue);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container {
  width: calc(100% - 96px);
  max-width: 1240px;
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-180%);
  padding: 12px 24px;
  z-index: 10;
  color: #fff;
  background: var(--navy);
}
.skip-link:focus {
  transform: none;
}
.brand {
  display: block;
  flex: none;
}
.brand img {
  width: 100%;
}
.site-header {
  background: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
}
.header-brand {
  width: 172px;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  transition:
    background-color 0.16s,
    transform 0.16s;
}
.button:hover {
  background: #0d54b4;
  text-decoration: none;
  transform: translateY(-2px);
}
.button-yellow {
  background: var(--yellow);
  color: var(--dark);
}
.button-yellow:hover {
  background: #ffed7d;
}
.header-register {
  width: 184px;
  flex: none;
}
.mobile-label,
.mobile-break {
  display: none;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
}
.hero {
  color: #fff;
  background: var(--blue);
}
.hero-banner {
  width: 100%;
  aspect-ratio: 2.5;
  object-fit: cover;
}
.hero-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 28px 36px;
}
.hero-introduction {
  display: grid;
  gap: 8px;
}
.hero-tagline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.hero-small {
  font-size: 13px;
  line-height: 1.7;
}
.hero-actions {
  display: grid;
  gap: 12px;
  text-align: center;
  width: 326px;
  flex: none;
}
.hero-mobile {
  display: none;
}
.section {
  padding-block: 80px;
}
.section-read,
.section-create {
  padding-block: 88px;
}
.section-intro {
  text-align: center;
  display: grid;
  gap: 12px;
  color: var(--blue);
}
.eyebrow {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--blue);
}
.feature-grid {
  display: grid;
  gap: 88px;
  align-items: center;
}
.read-grid {
  grid-template-columns: 596fr 556fr;
  margin-top: 40px;
}
.create-grid {
  grid-template-columns: 556fr 596fr;
}
.feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
}
.feature-copy p {
  max-width: 510px;
}
.muted {
  color: var(--muted);
}
.screen-panel {
  min-width: 0;
  border-radius: 24px;
  padding: 18px;
  overflow: hidden;
}
.screen-panel-read {
  background: var(--ice);
}
.screen-panel figcaption {
  padding: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  background: #fff;
  border-radius: 12px;
}
.screen-crop {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.screen-crop img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: auto;
  left: 0;
}
.crop-detail {
  aspect-ratio: 1;
}
.crop-detail img {
  top: 0;
  transform: translateY(-18.41004%);
}
.feature-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
}
.feature-tags li {
  padding: 8px;
  background: var(--ice);
  border-radius: 8px;
}
.section-create {
  background: var(--ice);
}
.publish-steps {
  display: grid;
  gap: 16px;
  color: var(--blue);
  font-weight: 700;
  counter-reset: step;
}
.publish-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  counter-increment: step;
}
.publish-steps li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
}
.feature-button {
  width: 342px;
  max-width: 100%;
}
.screen-panel-create {
  background: #fff;
  border: 1px solid var(--line);
}
.crop-create {
  aspect-ratio: 560/660;
}
.crop-create img {
  transform: translateY(-14.95817%);
}
.section-community {
  background: var(--blue);
  color: #fff;
}
.community-inner {
  display: grid;
  gap: 32px;
}
.section-community .section-intro h2 {
  font-size: 42px;
  color: #fff;
}
.section-community .eyebrow,
.section-join .eyebrow {
  color: var(--yellow);
}
.community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.community-card {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  color: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
}
.community-card h3 {
  font-size: 28px;
}
.community-card .follow-heading {
  font-size: 25px;
}
.community-card .text-link {
  color: var(--blue);
  font-size: 16px;
}
.crop-profile {
  width: 100%;
  aspect-ratio: 556/474;
  border-radius: 16px;
}
.crop-profile img {
  transform: translateY(-6.29121%);
}
.ranking-banner {
  width: 100%;
  aspect-ratio: 2.5;
}
.character-row {
  display: flex;
  gap: 12px;
}
.avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: contain;
  width: 64px;
  height: 64px;
}
.sample-note {
  font-size: 12px;
  line-height: 1.7;
}
.faq-grid {
  display: grid;
  grid-template-columns: 344fr 816fr;
  gap: 80px;
}
.faq-intro {
  display: grid;
  align-content: start;
  gap: 12px;
}
.faq-intro h2 {
  font-size: 36px;
}
.faq-list > div {
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}
.faq-list dt {
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 12px;
}
.section-join {
  background: var(--navy);
  color: #fff;
}
.join-grid {
  display: grid;
  grid-template-columns: 660px 356px;
  gap: 72px;
  align-items: center;
}
.join-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.join-copy h2 {
  font-size: 42px;
  color: #fff;
}
.join-copy .button {
  width: 342px;
  max-width: 100%;
}
.brand-dog {
  width: 356px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.brand-dog img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
  left: -75.8427%;
  top: 0;
}
.site-footer {
  padding-block: 40px;
  background: #fff;
  font-size: 12px;
  color: var(--muted);
}
.footer-inner {
  display: grid;
  gap: 24px;
}
.footer-top {
  display: flex;
  gap: 64px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.footer-brand {
  width: 164px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--dark);
}
.site-footer small {
  font-size: 11px;
}
@media (min-width: 1600px) {
  .hero-banner {
    max-width: 1600px;
    margin-inline: auto;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .header-nav {
    gap: 18px;
    font-size: 12px;
  }
  .header-brand {
    width: 150px;
  }
  .feature-grid {
    gap: 48px;
  }
  h2,
  .feature-copy h3 {
    font-size: 32px;
  }
  .community-card h3,
  .community-card .follow-heading {
    font-size: 23px;
  }
  .join-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
  }
  .brand-dog {
    width: 300px;
  }
  .join-copy h2 {
    font-size: 36px;
  }
}
@media (max-width: 899px) {
  .container {
    width: calc(100% - 48px);
    max-width: 600px;
  }
  .header-inner {
    padding-block: 16px;
    gap: 16px;
  }
  .header-brand {
    width: 130px;
  }
  .header-nav,
  .desktop-label,
  .hero-desktop {
    display: none;
  }
  .header-register {
    width: 128px;
    padding-inline: 18px;
    gap: 12px;
  }
  .mobile-label,
  .mobile-break {
    display: initial;
  }
  .hero-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-block: 40px;
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }
  .hero .eyebrow {
    color: #fff;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
  }
  .hero-lead {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--yellow);
  }
  .hero-copy .button {
    width: 100%;
  }
  .phone-composition {
    height: 556px;
    width: 342px;
    max-width: 100%;
    position: relative;
  }
  .phone {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    padding: 8px;
    border-radius: 30px;
    background: var(--dark);
    box-shadow: 0 16px 40px #081f471f;
  }
  .phone img {
    border-radius: 23px;
    width: 244px;
    aspect-ratio: 1320/2868;
  }
  .phone-composition .avatar {
    position: absolute;
    width: 56px;
    height: 56px;
  }
  .phone-avatar-left {
    left: 0;
    top: 130px;
  }
  .phone-avatar-right {
    right: 0;
    top: 357px;
  }
  .section,
  .section-read,
  .section-create {
    padding-block: 56px;
  }
  h2,
  .section-intro h2 {
    font-size: 28px;
  }
  .feature-copy h3 {
    font-size: 28px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .read-grid {
    margin-top: 40px;
  }
  .read-grid .feature-copy {
    grid-row: 1;
  }
  .read-grid .screen-panel {
    grid-row: 2;
  }
  .screen-panel {
    padding: 12px;
    border-radius: 24px;
  }
  .feature-copy {
    gap: 24px;
  }
  .feature-copy p {
    width: 100%;
  }
  .feature-tags {
    gap: 8px;
  }
  .feature-button {
    width: 100%;
  }
  .crop-create {
    aspect-ratio: 318/373;
  }
  .crop-create img {
    transform: translateY(-14.9075%);
  }
  .community-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .community-card {
    padding: 16px;
    gap: 24px;
  }
  .section-community .section-intro h2 {
    font-size: 30px;
  }
  .community-card h3,
  .community-card .follow-heading {
    font-size: 24px;
  }
  .community-card p {
    font-size: 15px;
  }
  .crop-profile {
    aspect-ratio: 310/269;
  }
  .crop-profile img {
    transform: translateY(-6.23566%);
  }
  .character-row .avatar {
    width: 56px;
    height: 56px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-intro h2 {
    font-size: 28px;
  }
  .join-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 32px;
  }
  .join-copy {
    width: 100%;
  }
  .join-copy h2 {
    font-size: 28px;
  }
  .join-copy .eyebrow {
    font-size: 14px;
  }
  .join-copy .button {
    width: 100%;
  }
  .brand-dog {
    width: 236px;
  }
  .brand-dog img {
    left: -76.2712%;
  }
  .site-footer {
    padding-block: 32px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .footer-brand {
    width: 150px;
  }
  .footer-nav {
    flex-direction: column;
    gap: 0;
  }
  .footer-nav a {
    min-height: 38px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 374px) {
  .hero-heading {
    font-size: 35px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .button {
    font-size: 14px;
    padding-inline: 16px;
    gap: 10px;
  }
  .section-intro h2 {
    font-size: 24px;
  }
  .feature-copy h3 {
    font-size: 25px;
  }
  .community-card h3 {
    font-size: 22px;
  }
  .join-copy .eyebrow {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
