.hajimete-guide {
  --hajimete-ink: #123e4c;
  --hajimete-ink-deep: #083342;
  --hajimete-paper: #fffdf6;
  --hajimete-white: #fff;
  --hajimete-yellow: #ffd928;
  --hajimete-yellow-soft: #fff4a8;
  --hajimete-turquoise: #3eb8bd;
  --hajimete-coral: #ef725f;
  --hajimete-line: rgba(18, 62, 76, 0.16);
  --hajimete-shadow: 0 22px 60px rgba(11, 74, 83, 0.13);
  background: var(--hajimete-paper);
  color: var(--hajimete-ink);
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  overflow: hidden;
}

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

.hajimete-guide h1,
.hajimete-guide h2,
.hajimete-guide h3,
.hajimete-guide p,
.hajimete-guide ul,
.hajimete-guide ol,
.hajimete-guide figure {
  margin-top: 0;
}

.hajimete-guide a {
  color: inherit;
  text-decoration: none;
}

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

.hajimete-guide .hero {
  background: radial-gradient(circle at 42% 14%, rgba(255, 255, 255, 0.45), transparent 22%), var(--hajimete-yellow);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  min-height: 710px;
  overflow: hidden;
  padding: clamp(64px, 8vw, 110px) clamp(24px, 7vw, 112px);
  position: relative;
}

.hajimete-guide .hero::after {
  background: var(--hajimete-paper);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  bottom: -57px;
  content: "";
  height: 86px;
  left: -2%;
  position: absolute;
  width: 104%;
}

.hajimete-guide .hero-copy {
  align-self: center;
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hajimete-guide .eyebrow,
.hajimete-guide .section-kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.hajimete-guide .hero h1 {
  color: var(--hajimete-ink-deep);
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.22;
  margin-bottom: 0;
}

.hajimete-guide .lead {
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 600;
  line-height: 1.9;
  margin: 30px 0 0;
  max-width: 610px;
}

.hajimete-guide .hero-actions,
.hajimete-guide .final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.hajimete-guide .hero-actions {
  margin-top: 38px;
}

.hajimete-guide .button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  gap: 18px;
  justify-content: center;
  min-height: 58px;
  padding: 15px 28px;
  transition: box-shadow 0.18s, transform 0.18s;
}

.hajimete-guide .button:hover,
.hajimete-guide .button:focus {
  box-shadow: 0 10px 26px rgba(8, 51, 66, 0.18);
  color: inherit;
  transform: translateY(-2px);
}

.hajimete-guide .button-primary {
  background: var(--hajimete-coral);
  color: var(--hajimete-white);
}

.hajimete-guide .button-dark {
  background: var(--hajimete-ink);
  color: var(--hajimete-white);
}

.hajimete-guide .button-primary:hover,
.hajimete-guide .button-primary:focus,
.hajimete-guide .button-dark:hover,
.hajimete-guide .button-dark:focus {
  color: var(--hajimete-white);
}

.hajimete-guide .text-link {
  border-bottom: 2px solid;
  font-weight: 800;
}

.hajimete-guide .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.hajimete-guide .hero-points li {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(18, 62, 76, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
}

.hajimete-guide .hero-art {
  align-self: center;
  min-height: 470px;
  position: relative;
}

.hajimete-guide .hero-image-wrap {
  background: var(--hajimete-white);
  border: 13px solid var(--hajimete-white);
  border-radius: 48% 48% 46% 44%;
  box-shadow: var(--hajimete-shadow);
  height: min(37vw, 520px);
  max-height: 520px;
  min-height: 400px;
  overflow: hidden;
  position: absolute;
  right: -5%;
  top: 0;
  transform: rotate(2.5deg);
  width: min(42vw, 590px);
}

.hajimete-guide .hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hajimete-guide .hand-note {
  background: var(--hajimete-white);
  border: 2px solid var(--hajimete-ink);
  border-radius: 999px;
  bottom: 2%;
  box-shadow: 7px 8px 0 var(--hajimete-ink);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 12px 22px;
  position: absolute;
  transform: rotate(-3deg);
}

.hajimete-guide .about-band {
  align-items: center;
  background: var(--hajimete-turquoise);
  color: var(--hajimete-white);
  display: grid;
  gap: clamp(30px, 6vw, 84px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  padding: 115px clamp(24px, 7vw, 112px) 100px;
}

.hajimete-guide .about-map {
  border-radius: 26px;
  box-shadow: 12px 14px rgba(8, 51, 66, 0.2);
  transform: rotate(-1.5deg);
}

.hajimete-guide .about-copy {
  max-width: 690px;
}

.hajimete-guide .about-copy h2,
.hajimete-guide .section-heading h2,
.hajimete-guide .style-heading h2,
.hajimete-guide .friends-copy h2,
.hajimete-guide .instagram-copy h2,
.hajimete-guide .cancel-card h2,
.hajimete-guide .line-copy h2,
.hajimete-guide .final-inner h2 {
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.35;
  margin-bottom: 0;
}

.hajimete-guide .about-copy > p:last-child {
  font-size: 18px;
  margin: 25px 0 0;
}

.hajimete-guide .section {
  padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px);
}

.hajimete-guide .section-heading {
  margin: 0 auto 56px;
  max-width: 760px;
  text-align: center;
}

.hajimete-guide .section-heading > p:last-child {
  margin: 18px 0 0;
}

.hajimete-guide .feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 auto;
  max-width: 1220px;
}

.hajimete-guide .feature-card {
  background: var(--hajimete-white);
  border: 1px solid var(--hajimete-line);
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(10, 62, 76, 0.08);
  grid-column: span 2;
  padding: 30px;
}

.hajimete-guide .feature-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.hajimete-guide .feature-number,
.hajimete-guide .step-number {
  align-items: center;
  background: var(--hajimete-yellow);
  border-radius: 50%;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
}

.hajimete-guide .feature-number {
  font-size: 13px;
  height: 42px;
  width: 42px;
}

.hajimete-guide .feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  margin: 20px 0 10px;
}

.hajimete-guide .feature-card p,
.hajimete-guide .style-card p,
.hajimete-guide .flow-list p {
  color: #41616b;
  font-size: 15px;
  margin: 0;
}

.hajimete-guide .frames-window {
  height: 210px;
  margin: 64px auto -35px;
  max-width: 1040px;
  overflow: hidden;
}

.hajimete-guide .frames-window img {
  width: 100%;
}

.hajimete-guide .style-section {
  background: var(--hajimete-yellow-soft);
}

.hajimete-guide .style-heading {
  margin: 0 auto 48px;
  max-width: 820px;
  text-align: center;
}

.hajimete-guide .style-heading > p:last-child {
  margin: 20px auto 0;
  max-width: 700px;
}

.hajimete-guide .style-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1080px;
}

.hajimete-guide .style-card {
  align-items: flex-start;
  background: var(--hajimete-white);
  border: 2px solid var(--hajimete-ink);
  border-radius: 24px;
  box-shadow: 9px 10px 0 var(--hajimete-ink);
  display: flex;
  gap: 22px;
  padding: 30px;
}

.hajimete-guide .style-icon {
  align-items: center;
  background: var(--hajimete-turquoise);
  border-radius: 50%;
  color: var(--hajimete-white);
  display: flex;
  flex: none;
  font-size: 14px;
  font-weight: 900;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.hajimete-guide .style-icon-coral {
  background: var(--hajimete-coral);
}

.hajimete-guide .style-card h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 3px 0 10px;
}

.hajimete-guide .style-note {
  font-weight: 700;
  margin: 44px auto 0;
  max-width: 860px;
  text-align: center;
}

.hajimete-guide .friends-section {
  align-items: center;
  background: var(--hajimete-paper);
  display: grid;
  gap: clamp(48px, 8vw, 120px);
  grid-template-columns: 0.75fr 1.25fr;
}

.hajimete-guide .friends-stat {
  align-items: center;
  aspect-ratio: 1;
  background: var(--hajimete-turquoise);
  border: 9px solid var(--hajimete-white);
  border-radius: 50%;
  box-shadow: 12px 14px 0 var(--hajimete-ink);
  color: var(--hajimete-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 360px;
  text-align: center;
  transform: rotate(-2deg);
  width: 100%;
}

.hajimete-guide .friends-stat strong {
  font-size: clamp(68px, 8vw, 116px);
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.hajimete-guide .friends-stat strong span {
  font-size: 0.4em;
  margin-left: 5px;
}

.hajimete-guide .friends-stat p {
  font-weight: 800;
  margin: 16px 0 0;
}

.hajimete-guide .friends-copy {
  max-width: 730px;
}

.hajimete-guide .friends-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
}

.hajimete-guide .instagram-section {
  align-items: center;
  background: radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.45), transparent 23%), linear-gradient(135deg, #ffef7a, var(--hajimete-yellow) 52%, #ffbc7c);
  display: grid;
  gap: clamp(50px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  overflow: hidden;
  padding: clamp(82px, 9vw, 130px) clamp(24px, 7vw, 112px);
}

.hajimete-guide .instagram-copy {
  max-width: 650px;
}

.hajimete-guide .instagram-copy > p:not(.section-kicker) {
  margin: 24px 0 34px;
}

.hajimete-guide .instagram-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  position: relative;
}

.hajimete-guide .insta-card {
  background: var(--hajimete-white);
  border: 10px solid var(--hajimete-white);
  box-shadow: var(--hajimete-shadow);
  margin: 0;
  padding-bottom: 42px;
  position: absolute;
  width: min(310px, 55%);
}

.hajimete-guide .insta-card img {
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.hajimete-guide .insta-card figcaption {
  bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  left: 10px;
  letter-spacing: 0.14em;
  position: absolute;
}

.hajimete-guide .insta-card-one {
  left: 0;
  top: 10px;
  transform: rotate(-6deg);
  z-index: 2;
}

.hajimete-guide .insta-card-two {
  right: 0;
  top: 65px;
  transform: rotate(6deg);
  z-index: 1;
}

.hajimete-guide .insta-card-three {
  bottom: 0;
  left: 28%;
  transform: rotate(-1deg);
  z-index: 3;
}

.hajimete-guide .art-strip-crop {
  height: 190px;
  overflow: hidden;
}

.hajimete-guide .art-strip-crop img {
  height: auto;
  max-width: none;
  transform: translate(-18%, -2%);
  width: 160%;
}

.hajimete-guide .flow-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
}

.hajimete-guide .flow-list li {
  align-items: center;
  border-bottom: 1px solid var(--hajimete-line);
  display: grid;
  gap: 28px;
  grid-template-columns: 72px 1fr;
  padding: 24px 0;
}

.hajimete-guide .flow-list li:first-child {
  border-top: 1px solid var(--hajimete-line);
}

.hajimete-guide .step-number {
  font-size: 20px;
  height: 58px;
  width: 58px;
}

.hajimete-guide .flow-list h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 4px;
}

.hajimete-guide .payment-note {
  align-items: center;
  background: var(--hajimete-white);
  border: 2px solid var(--hajimete-ink);
  border-radius: 24px;
  display: grid;
  gap: 30px;
  grid-template-columns: 0.9fr 1.1fr;
  margin: 54px auto 0;
  max-width: 980px;
  padding: 28px 34px;
}

.hajimete-guide .mini-label {
  color: #178f98;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hajimete-guide .payment-note h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 0;
}

.hajimete-guide .payment-note p {
  font-size: 14px;
  margin: 0;
}

.hajimete-guide .cancel-section {
  background: var(--hajimete-turquoise);
  padding: clamp(76px, 8vw, 118px) clamp(24px, 7vw, 112px);
}

.hajimete-guide .cancel-card {
  align-items: flex-start;
  background: var(--hajimete-white);
  border-radius: 28px;
  display: grid;
  gap: 34px;
  grid-template-columns: 90px 1fr;
  margin: 0 auto;
  max-width: 1080px;
  padding: clamp(30px, 5vw, 66px);
}

.hajimete-guide .cancel-mark {
  align-items: center;
  background: var(--hajimete-coral);
  border-radius: 50%;
  color: var(--hajimete-white);
  display: flex;
  font-family: Georgia, serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.hajimete-guide .cancel-card p:not(.section-kicker) {
  margin: 24px 0 30px;
}

.hajimete-guide .faq-list {
  margin: 0 auto;
  max-width: 920px;
}

.hajimete-guide .faq-list details {
  border-bottom: 1px solid var(--hajimete-line);
}

.hajimete-guide .faq-list details:first-child {
  border-top: 1px solid var(--hajimete-line);
}

.hajimete-guide .faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  min-height: 78px;
  padding: 18px 6px;
}

.hajimete-guide .faq-list summary::-webkit-details-marker {
  display: none;
}

.hajimete-guide .faq-plus {
  align-items: center;
  background: var(--hajimete-yellow);
  border-radius: 50%;
  display: flex;
  flex: none;
  height: 38px;
  justify-content: center;
  margin-left: 20px;
  transition: transform 0.18s;
  width: 38px;
}

.hajimete-guide .faq-list details[open] .faq-plus {
  transform: rotate(45deg);
}

.hajimete-guide .faq-list details > p {
  color: #41616b;
  margin: 0;
  padding: 0 70px 26px 6px;
}

.hajimete-guide .line-section {
  align-items: center;
  background: var(--hajimete-ink);
  color: var(--hajimete-white);
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px);
}

.hajimete-guide .line-art {
  background: var(--hajimete-yellow);
  border: 12px solid var(--hajimete-white);
  border-radius: 50%;
  box-shadow: 14px 15px 0 var(--hajimete-turquoise);
  height: min(37vw, 450px);
  overflow: hidden;
  transform: rotate(-3deg);
  width: min(37vw, 450px);
}

.hajimete-guide .line-art img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
  width: 100%;
}

.hajimete-guide .line-copy {
  max-width: 700px;
}

.hajimete-guide .line-copy > p:not(.section-kicker) {
  margin: 24px 0 34px;
}

.hajimete-guide .button-light {
  background: var(--hajimete-white);
  color: var(--hajimete-ink);
}

.hajimete-guide .button-light:hover,
.hajimete-guide .button-light:focus {
  color: var(--hajimete-ink);
}

.hajimete-guide .line-notice {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin-top: 30px;
  padding-top: 24px;
}

.hajimete-guide .line-notice h3 {
  color: var(--hajimete-white);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 14px;
}

.hajimete-guide .line-notice p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 12px;
}

.hajimete-guide .line-notice-links {
  display: grid;
  gap: 4px;
  margin-bottom: 0 !important;
}

.hajimete-guide .line-notice-links span {
  display: block;
}

.hajimete-guide .line-notice a,
.hajimete-guide .line-notice a:hover,
.hajimete-guide .line-notice a:focus {
  color: var(--hajimete-white);
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.hajimete-guide .line-notice a:hover,
.hajimete-guide .line-notice a:focus {
  text-decoration: none;
}

.hajimete-guide .final-cta {
  background: radial-gradient(circle at 80% 24%, rgba(255, 255, 255, 0.42), transparent 28%), var(--hajimete-yellow);
  padding: clamp(88px, 10vw, 150px) 24px;
  text-align: center;
}

.hajimete-guide .final-inner {
  margin: 0 auto;
  max-width: 960px;
}

.hajimete-guide .final-inner > p:not(.section-kicker) {
  margin: 24px auto 36px;
  max-width: 760px;
}

.hajimete-guide .final-actions {
  gap: 14px;
  justify-content: center;
}

.hajimete-guide .button-outline {
  background: transparent;
  border: 2px solid var(--hajimete-ink);
  color: var(--hajimete-ink);
}

@media (max-width: 900px) {
  .hajimete-guide .hero {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .hajimete-guide .hero h1 br {
    display: none;
  }

  .hajimete-guide .hero-art {
    margin-top: 54px;
    min-height: 430px;
  }

  .hajimete-guide .hero-image-wrap {
    height: 410px;
    min-height: 0;
    right: 2%;
    width: 94%;
  }

  .hajimete-guide .about-band,
  .hajimete-guide .friends-section,
  .hajimete-guide .instagram-section,
  .hajimete-guide .line-section {
    grid-template-columns: 1fr;
  }

  .hajimete-guide .feature-card,
  .hajimete-guide .feature-card:nth-child(4) {
    grid-column: span 3;
  }

  .hajimete-guide .friends-stat {
    max-width: 300px;
  }

  .hajimete-guide .instagram-section {
    padding-bottom: 100px;
  }

  .hajimete-guide .instagram-gallery {
    margin: 0 auto;
    max-width: 660px;
    min-height: 520px;
    width: 100%;
  }

  .hajimete-guide .line-art {
    height: min(70vw, 430px);
    margin: 0 auto;
    width: min(70vw, 430px);
  }
}

@media (max-width: 700px) {
  .hajimete-page {
    overflow: hidden;
    width: 100%;
  }

  .hajimete-page header {
    height: 160px;
    padding: 0;
    width: 100%;
  }

  .hajimete-page header .title_area_img {
    height: auto;
    left: 18px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 185px;
  }

  .hajimete-page header .title_area_img img.title {
    height: auto;
    margin: 0;
    width: 185px;
  }

  .hajimete-page header > p.pc_dispnone:not(.title_area_img) {
    display: none;
  }

  .hajimete-page header nav.header_lang {
    bottom: 12px;
    float: none;
    left: 18px;
    position: absolute;
    top: auto;
  }

  .hajimete-page header nav.header_lang ul {
    align-items: center;
    display: flex;
    gap: 12px;
  }

  .hajimete-page header .lang {
    font-size: 16px;
  }

  .hajimete-page header nav li span.login_btn {
    font-size: 14px;
    padding: 7px 34px 7px 12px;
  }

  .hajimete-page #toggle {
    height: 76px;
    right: 14px;
    top: 22px;
    width: 76px;
  }

  .hajimete-page #toggle .trigger {
    height: 26px;
    width: 38px;
  }

  .hajimete-page #toggle .trigger span {
    height: 4px;
  }

  .hajimete-page #toggle .trigger span:nth-of-type(2) {
    top: 11px;
  }

  .hajimete-page .pagetop,
  .hajimete-page .sns,
  .hajimete-page footer {
    width: 100%;
  }

  .hajimete-page footer {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hajimete-guide {
    padding-top: 160px;
  }
}

@media (max-width: 600px) {
  .hajimete-guide {
    font-size: 17px;
  }

  .hajimete-guide .hero {
    min-height: auto;
    padding: 60px 20px 86px;
  }

  .hajimete-guide .hero h1 {
    font-size: 40px;
  }

  .hajimete-guide .lead {
    line-height: 1.8;
  }

  .hajimete-guide .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hajimete-guide .button {
    min-height: 58px;
    width: 100%;
  }

  .hajimete-guide .text-link {
    align-self: center;
  }

  .hajimete-guide .hero-art {
    min-height: 350px;
  }

  .hajimete-guide .hero-image-wrap {
    height: 330px;
  }

  .hajimete-guide .hand-note {
    bottom: -2%;
    font-size: 14px;
    left: 3%;
  }

  .hajimete-guide .about-band {
    padding: 90px 20px 74px;
  }

  .hajimete-guide .about-copy h2,
  .hajimete-guide .section-heading h2,
  .hajimete-guide .style-heading h2,
  .hajimete-guide .friends-copy h2,
  .hajimete-guide .instagram-copy h2,
  .hajimete-guide .cancel-card h2,
  .hajimete-guide .line-copy h2,
  .hajimete-guide .final-inner h2 {
    font-size: 32px;
  }

  .hajimete-guide .about-copy > p:last-child {
    font-size: 17px;
  }

  .hajimete-guide .section {
    padding: 76px 20px;
  }

  .hajimete-guide .section-heading,
  .hajimete-guide .style-heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .hajimete-guide .feature-grid,
  .hajimete-guide .style-grid {
    grid-template-columns: 1fr;
  }

  .hajimete-guide .feature-card,
  .hajimete-guide .feature-card:nth-child(4) {
    grid-column: auto;
    padding: 26px;
  }

  .hajimete-guide .frames-window {
    height: 110px;
    margin-top: 44px;
  }

  .hajimete-guide .style-card {
    box-shadow: 6px 7px 0 var(--hajimete-ink);
    gap: 16px;
    padding: 24px 20px;
  }

  .hajimete-guide .style-icon {
    height: 58px;
    width: 58px;
  }

  .hajimete-guide .style-note {
    text-align: left;
  }

  .hajimete-guide .friends-section {
    gap: 52px;
  }

  .hajimete-guide .friends-stat {
    max-width: 260px;
  }

  .hajimete-guide .instagram-section {
    padding: 76px 20px 86px;
  }

  .hajimete-guide .instagram-copy h2 br,
  .hajimete-guide .line-copy h2 br {
    display: none;
  }

  .hajimete-guide .instagram-gallery {
    min-height: 390px;
  }

  .hajimete-guide .insta-card {
    border-width: 7px;
    padding-bottom: 34px;
    width: 58%;
  }

  .hajimete-guide .flow-list li {
    align-items: flex-start;
    gap: 18px;
    grid-template-columns: 48px 1fr;
  }

  .hajimete-guide .step-number {
    height: 44px;
    width: 44px;
  }

  .hajimete-guide .payment-note {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .hajimete-guide .cancel-section {
    padding: 66px 20px;
  }

  .hajimete-guide .cancel-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .hajimete-guide .cancel-mark {
    height: 64px;
    width: 64px;
  }

  .hajimete-guide .faq-list summary {
    font-size: 17px;
  }

  .hajimete-guide .faq-list details > p {
    padding-right: 6px;
  }

  .hajimete-guide .line-section {
    padding: 80px 20px;
  }

  .hajimete-guide .line-art {
    height: min(82vw, 350px);
    width: min(82vw, 350px);
  }

  .hajimete-guide .final-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hajimete-guide *,
  .hajimete-guide *::before,
  .hajimete-guide *::after {
    transition-duration: 0.01ms !important;
  }
}
