@charset "UTF-8";

.nozkzar-campaign {
  --nozkzar-navy: #0b3472;
  --nozkzar-blue: #2459b8;
  --nozkzar-text: #26364d;
  --nozkzar-border: #c7d9f2;
  --nozkzar-pale-blue: #f1f6fd;
  --nozkzar-orange: #ff5a0a;
}

.nozkzar-main {
  overflow-x: clip;
  color: var(--nozkzar-text);
  letter-spacing: 0;
}

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

.nozkzar-main p,
.nozkzar-main h1,
.nozkzar-main h2,
.nozkzar-main h3,
.nozkzar-main dl,
.nozkzar-main dd,
.nozkzar-main ol,
.nozkzar-main ul {
  margin: 0;
}

.nozkzar-break--sp {
  display: none;
}

.nozkzar-main img {
  display: block;
  max-width: 100%;
}

.nozkzar-main-visual {
  display: block;
  width: 100%;
}

.nozkzar-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.nozkzar-visual__title-wrap {
  width: min(100% - 32px, 1100px);
}

.nozkzar-visual__title {
  color: var(--nozkzar-text);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.nozkzar-visual__title span {
  display: block;
}

.nozkzar-visual__link {
  display: block;
  width: min(100%, 1100px);
  transition: transform .3s ease;
}

.nozkzar-visual__link:focus-visible {
  outline: 3px solid #0054d8;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .nozkzar-visual__link:hover {
    transform: scale(1.1);
  }
}

.nozkzar-visual__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1100 / 268;
  object-fit: cover;
}

.nozkzar-overview {
  padding-top: 80px;
}

.nozkzar-inner {
  width: min(100% - 32px, 1100px);
  margin: 0 auto;
}

.nozkzar-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.nozkzar-section-heading__line {
  flex: 1 1 0;
  width: auto;
  height: 2px;
}

.nozkzar-section-heading__title.ta-h1 {
  flex: 0 0 auto;
  color: var(--nozkzar-navy);
  font-size: 40px;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
}

.nozkzar-overview__lead,
.nozkzar-about__text,
.nozkzar-notes__body {
  font-size: 20px;
}

.nozkzar-overview__lead {
  width: min(100%, 1100px);
  margin-top: 40px;
  color: var(--nozkzar-text);
  line-height: 1.5;
}

.nozkzar-overview__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.nozkzar-summary-card {
  height: 240px;
  overflow: hidden;
  border: 1px solid var(--nozkzar-border);
  border-radius: 10px;
  background: #fff;
}

.nozkzar-summary-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 79px;
  border-radius: 10px 10px 0 0;
  background: var(--nozkzar-navy);
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.nozkzar-summary-card__body {
  height: 159px;
}

.nozkzar-summary-card__body--pair {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 11px 10px;
}

.nozkzar-summary-card__pair-copy {
  display: flex;
  flex: 0 0 288px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--nozkzar-navy);
}

.nozkzar-summary-card__pair-code,
.nozkzar-summary-card__cashback-amount {
  font-family: "Barlow Condensed", var(--ta-font-family-ja);
}

.nozkzar-summary-card__pair-code {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.nozkzar-summary-card__pair-name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.nozkzar-summary-card__flags {
  position: relative;
  flex: 0 0 104px;
  height: 78px;
}

.nozkzar-summary-card__flag {
  position: absolute;
  width: 68px;
  height: 45px;
  border: 2px solid #cecece;
  object-fit: cover;
}

.nozkzar-summary-card__flag--norway {
  z-index: 1;
  top: 0;
  left: 0;
}

.nozkzar-summary-card__flag--south-africa {
  right: 0;
  bottom: 0;
}

.nozkzar-summary-card__body--cashback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: var(--nozkzar-navy);
}

.nozkzar-summary-card__cashback-unit {
  flex: 0 0 132px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.nozkzar-summary-card__cashback-amount {
  display: flex;
  align-items: baseline;
  flex: 0 0 192px;
  line-height: 1;
}

.nozkzar-summary-card__cashback-amount strong {
  font-size: 96px;
  font-weight: 700;
}

.nozkzar-summary-card__cashback-amount span {
  font-size: 48px;
  font-weight: 700;
}

.nozkzar-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 750px;
  min-height: 86px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 66px;
  border-radius: 15px;
  background: var(--nozkzar-orange);
  color: #fff;
  text-decoration: none;
}

.nozkzar-cta__text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

.nozkzar-arrow-box {
  display: flex;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 30px;
}

.nozkzar-main .nozkzar-arrow {
  width: 30px;
  max-width: none;
  height: 14px;
  transform: rotate(-90deg);
}

.nozkzar-arrow--white,
.nozkzar-arrow--blue {
  flex: 0 0 30px;
}

.nozkzar-about {
  width: 100%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 53px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--nozkzar-pale-blue);
}

.nozkzar-about__title.ta-h1 {
  color: var(--nozkzar-blue);
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
}

.nozkzar-about__title-main,
.nozkzar-about__title-subline {
  display: block;
}

.nozkzar-about__title-sub {
  font: var(--ta-type-body-sm);
}

@media (min-width: 768px) {
  .nozkzar-about__title.ta-h1 {
    position: relative;
    width: 374px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 40px;
    line-height: 1.2;
  }

  .nozkzar-about__title-main {
    width: 297px;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
  }

  .nozkzar-about__title-suffix {
    position: absolute;
    top: 19.5px;
    left: 259px;
    width: 115px;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }

  .nozkzar-about__title-sub {
    width: 297px;
    display: inline;
  }

  .nozkzar-about__title-subline {
    width: 297px;
    margin-top: 10px;
    text-align: center;
    font: 700 16px/1.2 var(--ta-font-family-ja);
  }
}

.nozkzar-about__text {
  margin-top: 50px;
  color: var(--nozkzar-text);
  line-height: 1.45;
}

.nozkzar-about__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.nozkzar-about-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  padding: 20px 22px;
  border: 1px solid var(--nozkzar-border);
  border-radius: 10px;
  background: #fff;
  color: var(--nozkzar-blue);
  text-decoration: none;
}

a.nozkzar-about-link:hover {
  opacity: .8;
}

.nozkzar-about-link:focus-visible {
  outline: 3px solid #0054d8;
  outline-offset: 3px;
}

.nozkzar-about-link__text.ta-h3 {
  flex: 1;
  color: var(--nozkzar-blue);
  font-size: 24px;
  line-height: 1.45;
  text-align: center;
}

.nozkzar-details {
  margin-top: 80px;
}

.nozkzar-main .nozkzar-details__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.nozkzar-details__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nozkzar-details__term.ta-h2 {
  width: fit-content;
  padding-left: 20px;
  border-left: 2px solid var(--nozkzar-blue);
  color: var(--nozkzar-blue);
  font-size: 28px;
  line-height: 1.7;
}

.nozkzar-details__description {
  color: var(--nozkzar-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.nozkzar-details__conditions {
  padding: 0;
  list-style: none;
}

.nozkzar-details__conditions li {
  padding-left: 1em;
  text-indent: -1em;
}

.nozkzar-details__conditions li::before {
  content: "・";
}

.nozkzar-notes {
  width: 100%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}

.nozkzar-section-heading__line--notes-left {
  flex: 1 1 0;
  width: auto;
}

.nozkzar-section-heading__line--notes-right {
  flex: 1 1 0;
  width: auto;
}

.nozkzar-notes__body {
  margin-top: 40px;
  color: var(--nozkzar-text);
  line-height: 1.45;
}

.nozkzar-notes__list {
  padding-left: 24px;
}

.nozkzar-notes__steps {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .nozkzar-main-visual {
    display: block;
    width: 100%;
  }

  .nozkzar-main-visual__image {
    width: 100%;
    height: auto;
  }

  .nozkzar-main-visual + .nozkzar-visual {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .nozkzar-main-visual {
    display: block;
    width: 100%;
  }

  .nozkzar-main-visual__image {
    width: 100%;
    height: auto;
  }

  .nozkzar-main-visual + .nozkzar-visual {
    margin-top: 40px;
  }

  .nozkzar-inner {
    width: min(100% - 32px, 1100px);
    margin: 0 auto;
  }

  .nozkzar-visual {
    gap: 20px;
  }

  .nozkzar-visual__title-wrap {
    width: 100%;
  }

  .nozkzar-visual__title {
    font-size: 20px;
    line-height: 1.5;
  }

  .nozkzar-visual__title span {
    display: block;
  }

  .nozkzar-visual__link {
    width: calc(100% - 32px);
  }

  .nozkzar-overview {
    padding-top: 40px;
  }

  .nozkzar-section-heading {
    gap: 12px;
  }

  .nozkzar-section-heading__line,
  .nozkzar-section-heading__line--notes-left,
  .nozkzar-section-heading__line--notes-right {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .nozkzar-section-heading__title.ta-h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .nozkzar-overview__lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
  }

  .nozkzar-overview__cards {
    grid-template-columns: minmax(0, 450px);
    gap: 20px;
    margin-top: 24px;
  }

  .nozkzar-summary-card {
    height: 210px;
  }

  .nozkzar-summary-card__title {
    height: 64px;
    font-size: 24px;
  }

  .nozkzar-summary-card__body {
    height: 144px;
  }

  .nozkzar-summary-card__body--pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    align-content: center;
    align-items: center;
    gap: 4px;
    padding: 12px;
  }

  .nozkzar-summary-card__pair-copy {
    display: flex;
    min-width: 0;
  }

  .nozkzar-summary-card__pair-code {
    font-size: 44px;
    text-align: center;
  }

  .nozkzar-summary-card__pair-name {
    margin-top: 0;
    font: var(--ta-type-body-sm);
    white-space: nowrap;
  }

  .nozkzar-summary-card__flags {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 104px;
    height: 78px;
  }

  .nozkzar-summary-card__body--cashback {
    display: grid;
    grid-template-columns: auto auto;
    gap: 16px;
    padding: 12px;
  }

  .nozkzar-summary-card__cashback-unit {
    flex-basis: auto;
    font-size: 16px;
  }

  .nozkzar-summary-card__cashback-amount {
    flex-basis: auto;
    min-width: 0;
  }

  .nozkzar-summary-card__cashback-amount strong {
    font-size: 68px;
  }

  .nozkzar-summary-card__cashback-amount span {
    font-size: 32px;
  }

  .nozkzar-break--sp {
    display: inline;
  }

  .nozkzar-cta {
    width: 100%;
    max-width: 450px;
    min-height: 60px;
    margin-top: 40px;
    padding: 0 16px;
    border-radius: 10px;
  }

  .nozkzar-cta__text {
    font-size: 18px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .nozkzar-about {
    margin-top: 40px;
    padding: 24px 16px;
  }

  .nozkzar-about__title.ta-h1 {
    position: relative;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    font-size: 32px;
    line-height: 1.2;
  }

  .nozkzar-about__title-main {
    width: calc(100% - 54px);
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .nozkzar-about__title-pair {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }

  .nozkzar-about__title-subline {
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font: var(--ta-type-body-sm);
    line-height: 1.7;
    white-space: nowrap;
  }

  .nozkzar-about__title-sub {
    display: inline;
    width: auto;
  }

  .nozkzar-about__title-suffix {
    position: relative;
    left: -50px;
    display: inline-block;
    width: 54px;
    text-align: center;
    font: 700 26px/1.2 var(--ta-font-family-ja);
    vertical-align: bottom;
  }

  .nozkzar-about__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .nozkzar-about__links {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .nozkzar-about-link {
    min-height: 72px;
    padding: 14px 16px;
  }

  .nozkzar-about-link__text.ta-h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .nozkzar-details {
    margin-top: 40px;
  }

  .nozkzar-main .nozkzar-details__list {
    gap: 32px;
    margin-top: 24px;
  }

  .nozkzar-details__item {
    gap: 12px;
  }

  .nozkzar-details__term.ta-h2 {
    padding-left: 12px;
    font-size: 20px;
    line-height: 1.5;
  }

  .nozkzar-details__description {
    font-size: 16px;
    line-height: 1.7;
  }

  .nozkzar-notes {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .nozkzar-notes__body {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 340px) {
  .nozkzar-about__title-suffix {
    left: -40px;
  }
}