@charset "utf-8";

/* ご注文から納品までの流れ */

#noveltyFlow {
  background: #ffffff;
}

#noveltyFlow .flow-page {
  color: #333333;
  line-height: 1.9;
}

#noveltyFlow .flow-page * {
  box-sizing: border-box;
}

#noveltyFlow .flow-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

#noveltyFlow .flow-inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 24px;
  width: 100%;
}

#noveltyFlow .flow-section {
  padding: 82px 0;
  scroll-margin-top: 84px;
}

#noveltyFlow .flow-section.is-soft {
  background: #f6f8f2;
}

#noveltyFlow .flow-section.is-sage {
  background: #eef3e6;
}

#noveltyFlow .flow-kicker {
  align-items: center;
  color: #2d5c8a;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#noveltyFlow .flow-kicker::before {
  background: #2d5c8a;
  content: "";
  display: block;
  height: 1px;
  width: 24px;
}

#noveltyFlow .flow-heading {
  margin-bottom: 34px;
}

#noveltyFlow .flow-heading.is-with-art {
  align-items: center;
  display: flex;
  gap: 44px;
  justify-content: space-between;
}

#noveltyFlow .flow-heading-main {
  flex: 1 1 560px;
}

#noveltyFlow .flow-heading-art {
  flex: 0 0 210px;
}

#noveltyFlow .flow-heading-art img {
  width: 100%;
}

#noveltyFlow .flow-heading h2 {
  color: #333333;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.45;
}

#noveltyFlow .flow-heading p {
  color: #6f6a61;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 14px;
  max-width: 740px;
}

#noveltyFlow .flow-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#noveltyFlow .flow-button {
  align-items: center;
  border: 1px solid #2d5c8a;
  border-radius: 6px;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-height: 56px;
  padding: 14px 28px;
  text-align: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#noveltyFlow .flow-button:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}

#noveltyFlow .flow-button.is-primary {
  background: #2d5c8a;
  color: #ffffff;
}

#noveltyFlow .flow-button.is-outline {
  background: #ffffff;
  color: #234a70;
}

#noveltyFlow .flow-button.is-plain {
  background: #ffffff;
  border-color: #e6e0d4;
  color: #333333;
}

#noveltyFlow .flow-hero {
  background: #ffffff;
  padding: clamp(50px, 7vw, 92px) 0 clamp(40px, 5vw, 60px);
}

#noveltyFlow .flow-hero-content {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

#noveltyFlow .flow-badge {
  background: #ffffff;
  border: 1px solid #2d5c8a;
  border-radius: 6px;
  color: #234a70;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 24px;
  padding: 8px 14px;
}

#noveltyFlow .flow-hero h1 {
  color: #333333;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 700;
  line-height: 1.4;
}

#noveltyFlow .flow-hero h1 span {
  color: #2d5c8a;
  white-space: nowrap;
}

#noveltyFlow .flow-hero-lead {
  color: #5f5a51;
  font-size: 1.6rem;
  line-height: 2.1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 40em;
}

#noveltyFlow .flow-hero-actions {
  margin-top: 34px;
}

#noveltyFlow .flow-hero-actions .flow-button-row {
  justify-content: center;
}

#noveltyFlow .flow-hero-note {
  color: #8a8278;
  font-size: 1.25rem;
  margin-top: 14px;
}

#noveltyFlow .flow-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

#noveltyFlow .flow-overview {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

#noveltyFlow .flow-card {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  padding: 24px;
}

#noveltyFlow .flow-card-head {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
}

#noveltyFlow .flow-number {
  align-items: center;
  background: #2d5c8a;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  width: 46px;
}

#noveltyFlow .flow-step-label {
  color: #2d5c8a;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#noveltyFlow .flow-card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.45;
}

#noveltyFlow .flow-card p {
  color: #6f6a61;
  font-size: 1.4rem;
  line-height: 1.85;
}

#noveltyFlow .flow-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#noveltyFlow .flow-detail {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  display: grid;
  gap: 34px;
  grid-template-columns: 170px 1fr;
  padding: 34px;
}

#noveltyFlow .flow-detail-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#noveltyFlow .flow-detail-side img {
  width: 145px;
}

#noveltyFlow .flow-detail-number {
  align-items: center;
  background: #2d5c8a;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 72px;
  justify-content: center;
  width: 72px;
}

#noveltyFlow .flow-detail-number span {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

#noveltyFlow .flow-detail-number b {
  font-size: 2.7rem;
  line-height: 1;
}

#noveltyFlow .flow-detail h3 {
  color: #333333;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.45;
}

#noveltyFlow .flow-detail p {
  color: #6f6a61;
  font-size: 1.5rem;
  line-height: 1.95;
  margin-top: 10px;
}

#noveltyFlow .flow-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

#noveltyFlow .flow-chip {
  background: #edf3e6;
  border-radius: 6px;
  color: #234a70;
  display: inline-flex;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 14px;
}

#noveltyFlow .flow-callout {
  background: #f6f8f2;
  border: 1px solid #e6e0d4;
  border-left: 4px solid #2d5c8a;
  border-radius: 6px;
  margin-top: 18px;
  padding: 18px 20px;
}

#noveltyFlow .flow-callout.is-alert {
  background: #fbf0ee;
  border-color: #eccfc9;
  border-left-color: #c15a4e;
}

#noveltyFlow .flow-callout strong {
  color: #234a70;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 4px;
}

#noveltyFlow .flow-callout.is-alert strong {
  color: #a74c42;
}

#noveltyFlow .flow-duo {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
}

#noveltyFlow .flow-duo-box {
  background: #f6f8f2;
  border: 1px solid #e6e0d4;
  border-radius: 6px;
  padding: 20px;
}

#noveltyFlow .flow-duo-box h4 {
  color: #234a70;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

#noveltyFlow .flow-duo-box p {
  font-size: 1.38rem;
}

#noveltyFlow .flow-mid-cta {
  align-items: center;
  background: #edf3e6;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 30px;
}

#noveltyFlow .flow-mid-cta h3 {
  color: #234a70;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

#noveltyFlow .flow-mid-cta p {
  color: #4f5f44;
  font-size: 1.42rem;
  line-height: 1.8;
  margin-top: 6px;
}

#noveltyFlow .flow-check {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: 1.2fr 0.8fr;
}

#noveltyFlow .flow-check-list {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

#noveltyFlow .flow-check-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 6px;
  color: #333333;
  display: flex;
  font-size: 1.45rem;
  gap: 12px;
  line-height: 1.5;
  padding: 14px 16px;
}

#noveltyFlow .flow-check-mark {
  align-items: center;
  background: #edf3e6;
  border: 1px solid #819841;
  border-radius: 6px;
  color: #819841;
  display: inline-flex;
  flex: 0 0 24px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  width: 24px;
}

#noveltyFlow .flow-check-aside {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  padding: 28px;
}

#noveltyFlow .flow-check-aside h3 {
  color: #234a70;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}

#noveltyFlow .flow-check-aside p {
  color: #6f6a61;
  font-size: 1.45rem;
  line-height: 1.9;
  margin-top: 12px;
}

#noveltyFlow .flow-check-aside .flow-button {
  margin-top: 20px;
  width: 100%;
}

#noveltyFlow .flow-compare {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

#noveltyFlow .flow-compare-box {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  overflow: hidden;
}

#noveltyFlow .flow-compare-box h3 {
  background: #f6f8f2;
  border-bottom: 1px solid #e6e0d4;
  color: #333333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 22px 24px;
}

#noveltyFlow .flow-compare-body {
  padding: 24px;
}

#noveltyFlow .flow-compare-body p {
  color: #6f6a61;
  font-size: 1.45rem;
  line-height: 1.9;
}

#noveltyFlow .flow-compare-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

#noveltyFlow .flow-compare-body li {
  color: #333333;
  font-size: 1.38rem;
  line-height: 1.7;
  padding-left: 1.3em;
  position: relative;
}

#noveltyFlow .flow-compare-body li::before {
  color: #819841;
  content: "●";
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  top: 0.2em;
}

#noveltyFlow .flow-note-bar {
  background: #f6f8f2;
  border: 1px dashed #d8d0c0;
  border-radius: 6px;
  color: #6f6a61;
  display: grid;
  font-size: 1.35rem;
  gap: 8px;
  line-height: 1.8;
  margin-top: 22px;
  padding: 18px 22px;
}

#noveltyFlow .flow-proof {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 18px;
}

#noveltyFlow .flow-proof-panel {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  padding: 42px;
  text-align: center;
}

#noveltyFlow .flow-proof-label {
  align-items: center;
  background: #ffffff;
  border: 1px solid #2d5c8a;
  border-radius: 5px;
  color: #234a70;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 7px 14px;
}

#noveltyFlow .flow-proof-panel h2 {
  color: #333333;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px 0 12px;
}

#noveltyFlow .flow-proof-panel p {
  color: #6f6a61;
  font-size: 1.45rem;
  line-height: 1.95;
  margin: 0 auto;
  max-width: 52em;
}

#noveltyFlow .flow-proof-card {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  padding: 24px;
}

#noveltyFlow .flow-proof-card h3 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
}

#noveltyFlow .flow-proof-card .flow-proof-tag {
  background: #2d5c8a;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 700;
  margin-left: 8px;
  padding: 2px 8px;
  vertical-align: 0.12em;
}

#noveltyFlow .flow-proof-card p {
  color: #6f6a61;
  font-size: 1.38rem;
  line-height: 1.85;
  margin-top: 10px;
}

#noveltyFlow .flow-delivery-note {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-left: 4px solid #2d5c8a;
  border-radius: 6px;
  color: #333333;
  font-size: 1.52rem;
  line-height: 1.95;
  padding: 22px 24px;
}

#noveltyFlow .flow-delivery-note strong {
  color: #234a70;
}

#noveltyFlow .flow-delivery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

#noveltyFlow .flow-delivery-card {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 8px;
  padding: 24px;
}

#noveltyFlow .flow-delivery-card h3 {
  color: #333333;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.45;
}

#noveltyFlow .flow-delivery-card .flow-estimate {
  color: #234a70;
  font-size: 1.45rem;
  font-weight: 700;
  margin-top: 8px;
}

#noveltyFlow .flow-delivery-card p {
  color: #6f6a61;
  font-size: 1.35rem;
  line-height: 1.8;
  margin-top: 6px;
}

#noveltyFlow .flow-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

#noveltyFlow .flow-faq details {
  background: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 6px;
  overflow: hidden;
}

#noveltyFlow .flow-faq summary {
  cursor: pointer;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  padding: 18px 22px;
}

#noveltyFlow .flow-faq summary::-webkit-details-marker {
  display: none;
}

#noveltyFlow .flow-faq summary::before {
  background: #edf3e6;
  border-radius: 50%;
  color: #2d5c8a;
  content: "Q";
  display: inline-flex;
  font-size: 1.35rem;
  height: 28px;
  justify-content: center;
  margin-right: 12px;
  width: 28px;
}

#noveltyFlow .flow-faq-answer {
  border-top: 1px solid #e6e0d4;
  color: #6f6a61;
  font-size: 1.45rem;
  line-height: 1.9;
  padding: 18px 22px 22px 62px;
}

#noveltyFlow .flow-faq-answer a {
  color: #234a70;
  text-decoration: underline;
}

#noveltyFlow .flow-notice {
  background: #fbf0ee;
  border: 2px solid #eccfc9;
  border-radius: 8px;
  padding: 26px;
}

#noveltyFlow .flow-notice h3 {
  color: #a74c42;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

#noveltyFlow .flow-notice p {
  color: #7d4a43;
  font-size: 1.45rem;
  line-height: 1.9;
  margin-top: 10px;
}

#noveltyFlow .flow-notice ul {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

#noveltyFlow .flow-notice li {
  background: #ffffff;
  border: 1px solid #eccfc9;
  border-radius: 6px;
  color: #333333;
  font-size: 1.38rem;
  line-height: 1.75;
  padding: 16px 18px;
}

#noveltyFlow .flow-final-cta {
  background: #2d5c8a;
  color: #ffffff;
  text-align: center;
}

#noveltyFlow .flow-final-cta h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

#noveltyFlow .flow-final-cta p {
  font-size: 1.55rem;
  line-height: 2;
  margin: 16px auto 0;
  max-width: 720px;
}

#noveltyFlow .flow-final-roles {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  text-align: left;
}

#noveltyFlow .flow-final-role {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

#noveltyFlow .flow-final-role h3 {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.5;
}

#noveltyFlow .flow-final-role p {
  font-size: 1.32rem;
  line-height: 1.8;
  margin: 8px 0 18px;
}

#noveltyFlow .flow-final-role .flow-button {
  margin-top: auto;
  width: 100%;
}

#noveltyFlow .flow-final-role .flow-button.is-primary,
#noveltyFlow .flow-final-role .flow-button.is-outline {
  background: #ffffff;
  color: #234a70;
}

@media screen and (max-width: 920px) {
  #noveltyFlow .flow-section {
    padding: 56px 0;
  }

  #noveltyFlow .flow-heading.is-with-art,
  #noveltyFlow .flow-mid-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  #noveltyFlow .flow-heading-main {
    flex: none;
    width: 100%;
  }

  #noveltyFlow .flow-heading-art {
    flex-basis: auto;
    max-width: 210px;
  }

  #noveltyFlow .flow-check {
    grid-template-columns: 1fr;
  }

  #noveltyFlow .flow-overview,
  #noveltyFlow .flow-proof,
  #noveltyFlow .flow-delivery-grid,
  #noveltyFlow .flow-final-roles {
    grid-template-columns: 1fr 1fr;
  }

  #noveltyFlow .flow-detail {
    grid-template-columns: 145px 1fr;
    padding: 28px;
  }
}

@media screen and (max-width: 640px) {
  #noveltyFlow .flow-inner {
    padding: 0 18px;
  }

  #noveltyFlow .flow-section {
    padding: 42px 0;
    scroll-margin-top: 72px;
  }

  #noveltyFlow .flow-hero {
    padding: 38px 0 34px;
  }

  #noveltyFlow .flow-badge {
    margin-bottom: 18px;
  }

  #noveltyFlow .flow-hero h1 {
    font-size: 3rem;
  }

  #noveltyFlow .flow-hero-lead {
    line-height: 1.95;
    margin-top: 18px;
  }

  #noveltyFlow .flow-hero-actions {
    margin-top: 26px;
  }

  #noveltyFlow .flow-hero-tags {
    gap: 8px;
    margin-top: 22px;
  }

  #noveltyFlow .flow-heading {
    margin-bottom: 24px;
  }

  #noveltyFlow .flow-heading.is-with-art {
    gap: 18px;
  }

  #noveltyFlow .flow-heading-art {
    max-width: 150px;
  }

  #noveltyFlow .flow-heading h2,
  #noveltyFlow .flow-final-cta h2 {
    font-size: 2.4rem;
  }

  #noveltyFlow .flow-heading p {
    line-height: 1.85;
    margin-top: 8px;
  }

  #noveltyFlow .flow-button,
  #noveltyFlow .flow-button-row {
    width: 100%;
  }

  #noveltyFlow .flow-button-row {
    gap: 10px;
  }

  #noveltyFlow .flow-button {
    min-height: 52px;
    padding: 12px 22px;
  }

  #noveltyFlow .flow-overview,
  #noveltyFlow .flow-duo,
  #noveltyFlow .flow-check-list,
  #noveltyFlow .flow-compare,
  #noveltyFlow .flow-proof,
  #noveltyFlow .flow-delivery-grid,
  #noveltyFlow .flow-notice ul,
  #noveltyFlow .flow-final-roles {
    grid-template-columns: 1fr;
  }

  #noveltyFlow .flow-overview,
  #noveltyFlow .flow-steps,
  #noveltyFlow .flow-proof,
  #noveltyFlow .flow-delivery-grid,
  #noveltyFlow .flow-final-roles {
    gap: 14px;
  }

  #noveltyFlow .flow-card,
  #noveltyFlow .flow-proof-card,
  #noveltyFlow .flow-delivery-card,
  #noveltyFlow .flow-check-aside,
  #noveltyFlow .flow-compare-body {
    padding: 20px;
  }

  #noveltyFlow .flow-detail {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  #noveltyFlow .flow-detail-side {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }

  #noveltyFlow .flow-detail-side img {
    max-width: 104px;
  }

  #noveltyFlow .flow-mid-cta {
    margin-top: 28px;
    padding: 20px;
  }

  #noveltyFlow .flow-proof-panel {
    padding: 24px 18px;
  }

  #noveltyFlow .flow-faq-answer {
    padding-left: 22px;
  }
}
