@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Rampart+One&display=swap');

.max-height {
  height: 2000px !important;
  max-height: 2000px;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

/* main {
  overflow: hidden;
} */

.sp-br {
  display: none;
}

.fixed {
  width: 100%;
  position: fixed;
  bottom: 0; 
  /* padding: 10px; */
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  z-index: 20;
}

/* ------------------------------
 * section
 * ------------------------------ */
.sec-inner {
  transform: skewY(4deg);
  padding: 0 12px;
}

.sec-mv {
  position: relative;
}

.sec-about {
  background-image: url(../img/thunder_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: var(--size-xxl) 12px;
  text-align: center;
}

.sec-lead {
  background-color: var(--color-sub-black);
  transform: skewY(-4deg);
  padding: var(--size-l) 0 var(--size-xxl) 0;
}

.sec-lead-2 {
  transform: skewY(-4deg);
  padding: var(--size-l) 0 var(--size-xxl) 0;
}

.sec-point {
  background-color: var(--color-accent);
  transform: skewY(-4deg);
  padding: var(--size-xl) 0 clamp(8.75rem, 7.143rem + 7.14vw, 12.5rem) 0;
  margin-top: -30px;
}

.sec-dl {
  position: relative;
}

.dl-up {
  margin-top: -10px;
}


.dl-up-l {
  margin-top: -120px;
}

.sec-function {
  background-color: var(--color-primary);
  transform: skewY(-4deg);
  padding: 40px 0 80px 0;
}

.sec-campaign {
  padding: 160px 0 80px 0;
  margin-top:-100px;
  text-align: center;
}

.sec-column {
  padding: var(--size-l) 12px;
  background-color: var(--system-gray-extra-light-gray);
}

.sec-sns {
  padding: var(--size-l) 12px;
}

.sns-container {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  max-width: var(--width-m);
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------
 * bg
 * ------------------------------ */
/* .bg-thunder-r,
.bg-thunder-l {
  position: relative;
}

.bg-thunder-r::before {
  content: url(../img/thunder_r.png);
  position: absolute;
  width: 120px;
  z-index: 1;
  right: 0;
}

.bg-thunder-l::after {
  content: url(../img/thunder_l.png);
  position: absolute;
  width: 120px;
  z-index: 1;
} */

.bg-thunder {
  position: relative;
}

.thunder-r {
  position: absolute;
  top: -50px;
  right: 0;
  width: 200px;
}

.thunder-l {
  position: absolute;
  top: -50px;
  left: 0;
  width: 200px;
}

.bg-purple {
  color: var(--color-sub-white);
  background-color: var(--color-accent);
  font-weight: bold;
  padding: 2px 12px;
  font-size: var(--size-s);
  display: inline-block;
  margin-bottom: 4px;
}

.bg-black {
  background-color: var(--color-sub-black);
}

.bg-white {
  background-color: var(--color-sub-white);
}

/* ------------------------------
 * コンポーネント
 * ------------------------------ */

/* --------- app ---------- */
 .dl_container {
  background-color: var(--color-sub-black);
  text-align: center;
  padding-top: clamp(4.375rem, 3.571rem + 3.57vw, 6.25rem);
  padding-bottom: 12px;
  position: relative;
}

.dl_container .dl_text {
  width: 475px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
}

.dl_badge-container {
  background-color: #4E4E4E;
  padding: var(--size-ss);
  max-width: var(--width-ms);
  margin-right: auto;
  margin-left: auto;
}

.dl_badge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dl_badge-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 6px 8px;
}

.dl_badge-list li a {
  display: block;
  margin: 0 12px;
}

.dl_badge-list li img {
  width: auto;
  height: 60px;
}

.dl_badge-title {
  width: 20%;
}

.dl_badge-title img {
  width: 100%;
}

.dl_badge-macour {
  color: #adadad;
  font-size: var(--size-ssss);
  text-align: right;
  width: auto;
  height: 20px;
  vertical-align: middle;
}

.dl_badge-macour-img {
  width: auto;
  height: 20px;
}

.dl_logo-description {
  max-width: var(--width-ms);
  text-align: left;
  padding: 8px;
  margin: 0 auto;
}

.dl_logo-description p {
  width: 100%;
  color: var(--color-sub-white);
  font-size: var(--size-ssss);
  text-align: left;
  margin-top: 12px;
}

/* --------- h ---------- */

.headline {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--size-xxxl);
  line-height: 1.1;
  color: var(--color-sub-white);
  text-align: center;
}

.sec-lead-2 .headline {
  color: var(--color-accent);
}

.sec-campaign .headline {
  color: var(--color-accent);
  font-size: var(--size-xxl);
  margin-bottom: 20px;
}

.sec-column .headline {
  color: var(--color-sub-black);
  font-size: var(--size-xxl);
  margin-bottom: 20px;
}

/* ---------------------------------
 * animation
 * ------------------------------ */
/* 上から下へ */
.anim-text-down span {
  position: relative;
  opacity: 0;
}
.anim-text-down.is-animated span {
  animation: text-down 0.4s ease-out forwards;
}
@keyframes text-down {
  0% {
    opacity: 0;
    top: -50px;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

/* 上へ */
.anim-fadein-up {
  opacity: 0;
}
.anim-fadein-up.is-animated {
  animation: fadein-up 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 線 */
.anim-text-line {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.anim-text-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 20px;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  transition-delay: 0.4s;
  z-index: -1;
}
.anim-text-line.is-animated::after {
  transform: scaleX(1);
}

/* ---------------------------------
 * main-visual
 * ------------------------------ */
.mv img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ------------------------------
 * about
 * ------------------------------ */

.sec-about_text {
  font-weight: bold;
  font-size: var(--size-m);
  margin-bottom: 5px;
}

.ai-app-text {
  display: inline-block;
  font-weight: bold;
  font-size: var(--size-l);
}

/* ------------------------------
 * lead
 * ------------------------------ */

.lead-container {
  color: var(--color-sub-white);
  text-align: center;
}

.lead-container .headline {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--size-xxxl);
}

.lead-container p {
  font-weight: bold;
  /* font-size: 26px; */
}

.lead-container p:first-of-type {
  margin-bottom: 30px;
}

.lead-small {
  font-size: var(--size-ms);
}

.lead-big {
  font-size: var(--size-l);
}

/* ------------------------------
 * point
 * ------------------------------ */

.point-inner {
  max-width: var(--width-xl);
  display: flex;
  gap: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-top: var(--size-l);
  padding: 12px;
}

.point-list {
  background-color: var(--color-primary);
  border-radius: 40px;
  position: relative;
  text-align: center;
  width: 80%;
  max-width: var(--width-m);
  padding: 20px;
}

.point-list h3 {
  text-align: center;
}

.point-list h3 img {
  width: 90%;
  max-width: 320px;
  margin-top: -100px;
}

.point-list h4 {
  background: var(--color-sub-white);
  color: var(--color-sub-black);
  font-size: var(--size-xl);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 12px 0;
  margin-top: 12px;
}

.list-wrapper .point-text {
  width: 100%;
  text-align: left;
}

.list-wrapper img {
  width: 100%;
  max-width: 240px;
  padding-top: 20px;
}

.list-wrapper .point-text h5 {
  font-size: var(--size-l);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}

.list-wrapper .point-text p {
  font-size: var(--size-s);
  font-weight: bold;
}

.point-list.bg-orenge {
  background-color: var(--color-orange);
}

.point-text p.note {
  font-size: var(--size-ss);
  margin-top: 100px;
}

/* ------------------------------
 * function
 * ------------------------------ */
.sec-function h3 {
  font-size: var(--size-xxl);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  text-align: center;
}

.sec-function .title {
  font-size: var(--size-xxxl);
  line-height: 1.1;
  color: var(--color-accent);
  text-align: center;
}

.wrapper_bg {
  position: relative;
}

.wrapper_bg::before {
  content: "";
  display: inline-block;
  width: 320px;
  height: 190px;
  background-image: url('../img/thunder_l.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: -120px;
  left: 0;
}

.function-list {
  background-color: var(--color-sub-white);
  border: 6px solid var(--color-sub-black);
  border-radius: 40px;
  width: 100%;
  text-align: center;
  padding: 12px;
}

.function-list h4 {
  font-size: var(--size-l);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.function-description>span {
  display: inline-block;
  font-weight: bold;
  font-size: var(--size-sss);
}

.article-container {
  max-width: var(--width-xl);
  display: flex;
  gap: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  margin-right: auto;
  margin-left: auto;
  margin-top: var(--size-l);
}

.list-inner {
  background-color: var(--color-primary);
  border-radius: 20px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.list {
  display: flex;
  justify-content: space-between;
}

.list .inner-img {
  width: 30%;
  max-width: 100px;
  position: absolute;
  bottom: -4px;
  left: 15px;
}

.list .inner-img img {
  width: 100%;
}

.list .inner-text {
  width: 65%;
  margin-left: 40%;
  font-weight: bold;
  font-size: var(--size-sss);
}

.list .inner-text-s {
  font-size: var(--size-sss);
  line-height: 1.2;
}

.list .inner-text-m {
  font-size: var(--size-m);
  font-weight: bold;
  line-height: 1.2;
}

.list .inner-text-explain {
  font-size: var(--size-ssss);
  line-height: 1.2;
  margin-top: 8px;
  text-align: left;
}

.function-description {
  margin-bottom: 20px;
}

.function-description span {
  display: inline-block;
}

.function-description:last-child {
  margin-bottom: 0;
}

.list-inner.is-card {
  margin-top: var(--size-xxl);
}

.list-inner.is-list {
  margin-top: var(--size-xl);
  margin-bottom: var(--size-m);
}

.list-wrapper-vertical {
  background-color: var(--color-primary);
  padding: var(--size-ss);
  border-radius: 40px;
  max-width: 320px;
  margin: 0 auto;
}

.link-note {
  font-size: var(--size-ssss);
  margin-top: 12px;
}

.link-note span {
  display: inline-block;
}

/* ------------------------------
 * campaign
 * ------------------------------ */

.cam-description {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 27px;
}

.dl-gray {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 30px 15px;
  max-width: 700px;
  margin: 0 auto 20px;
}

.dl-gray .dl-text {
  font-weight: bold;
  font-size: var(--size-ms);
  margin-bottom: 12px;
}

.dl-gray .dl-text span {
  font-size: var(--size-m)
}

.dl-gray-inner {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
  gap: 70px;
}

.dl-gray-inner li a {
  display: block;
}

.sec-campaign .note {
  display: inline-block;
}

.sec-campaign .note>p {
  text-align: left;
  margin: 0 12px;
}

/* ------------------------------
 * sns
 * ------------------------------ */

.ichigeki-sns,
.macour-sns {
  text-align: center;
}

.ichigeki-sns h3,
.macour-sns h3 {
  font-size: var(--size-ss);
  font-weight: bold;
  margin-bottom: 12px;
}

.ichigeki-sns a,
.macour-sns a {
  display: inline-block;
}

.ichigeki-sns a>img,
.macour-sns a>img {
  width: 48px;
  margin-right: 16px;
}

.macour-sns a:last-child>img {
  margin-right: 0;
}

.l-card-containter {
  width:100%
}

.c-card-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 90%;
  max-width: var(--width-m);
  margin-left: auto;
  margin-right: auto;
}

.c-card-2 a {
  text-decoration: none;
}

.c-card-2.is-2col {
  grid-template-columns: repeat(2, 1fr);
  max-width: var(--width-m);
}

.column-inner {
  max-width: var(--width-xl);
  margin: 0 auto;
}

.c-card-2_item > a {
  display: block;
}

.c-card-link {
  display: inline-block;
  width: 100%;
  font-size: var(--size-ssss);
  color: var(--color-accent);
  margin-top: 8px;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-card-2_item {
  background-color: var(--color-sub-white);
  border: 2px solid var(--color-sub-black);
  border-radius: 12px;
}

.c-card-2_item-img img {
  border-radius: 11px 11px 0 0;
}

.c-card-2_item-body {
  position: relative;
  padding: 6px;
}

.c-card-2_item-body_title {
  font-size: var(--size-s);
  font-weight: bold;
  color: var(--color-sub-black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*IE対策*/
  line-height: 1.2;
  max-height: 3.3em;
  /* margin-bottom: 12px; */
}

.c-card-2_item-body_text {
  font-size: var(--size-sss);
  color: var(--system-gray-dark-gray);
}

.link-position {
  display: block;
  padding-bottom: 60px;
}

@media screen and (max-width: 900px) {

  .logo-description {
    width: 100%;
  }

  .logo-description p {
    font-size: var(--size-ssss);
  }

  .campaign::before {
    right: -100px;
    top: -180px;
  }

  .function-list {
    max-width: var(--width-s);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }

  .point-list {
    width: 100%;
    margin-bottom: var(--size-xxl);
  }

  .point-inner  {
    display: block;
    max-width: var(--width-s);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .point-inner::before {
    right: -100px;
  }

  .article-container {
    display: block;
  }

  .about::before {
    right: -100px;
  }

  .about::after {
    left: -100px;
  }

  .list-inner.is-list {
    margin-top: var(--size-xxxl);
    margin-bottom: var(--size-xl);
  }

  .thunder-r {
    display: none;
  }
  
  .thunder-l {
    display: none;
  }

  .list-inner {
    max-width: 320px;
  }
}

/* --------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .link-position {
    display: block;
    padding-bottom: 60px;
  }
  .sec-sns {
    flex-direction: column;
    gap: 12px;
    margin: 40px auto;
  }

  .lead-container .headline {
    font-size: 50px;
    line-height: 1.1;
  }

  .dl-container {
    margin-top: -8px;
    padding: 70px 16px 40px 16px;
  }

  .dl-container .dl-text {
    width: 350px;
  }

  .sp-br {
    display: block;
  }

  .pc-br {
    display: none;
  }

  .about-img img {
    width: 80%;
    margin-bottom: 30px;
  }

  .campaign h2 {
    font-size: 40px;
    margin: 52px auto 27px;
  }

  .cam-description {
    font-size: 16px;
  }

  .dl-gray {
    margin: 0 12px 20px;
  }

  .dl-gray-inner {
    width: 100%;
    gap: 12px;
  }

  .link-note {
    text-align: center;
  }

  .wrapper_bg {
    padding: 0 12px;
  }

  .function .title h2 {
    font-size: 50px;
    padding-top: 30px;
  }

  .function-list {
    border-radius: 40px;
    width: 100%;
    padding: 30px 12px;
  }

  .function-list h4 {
    font-size: 48px;
    line-height: 1;
  }

  .function-description>span {
    font-size: var(--size-s);
  }

  .list-wrapper-flex {
    width: 100%;
  }

  .list-inner {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .list .inner-text {
    width: 60%;
    margin-left: 40%;
  }

  .point {
    padding: 100px 0 60px 0;
  }

  .point-list {
    width: 100%;
  }

  .point-list h3 img {
    max-width: 300px;
    top: -30px;
  }

  .list-wrapper img {
    width: 100%;
    padding-top: 0;
  }

  .list-wrapper .point-text {
    width: 100%;
    text-align: left;
  }

  .list-wrapper .point-text h5 {
    text-align: center;
  }

  .list-wrapper .point-text h5 {
    margin-bottom: 12px;
  }

  .point-text p.note {
    margin-top: 12px;
  }

  .lead-container h2 {
    font-size: 50px;
    padding-top: 50px;
  }

  /* .lead-container p {
    font-size: 20px;
  } */

  .dl_badge-list li img {
    width: 100%;
    height: auto;
  }
/* 
  .dl_badge {
    display: block;
  } */

  .dl_badge-title {
    width: 100%;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .dl_badge-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 8px;
  }

  .dl_badge-container {
    padding: 8px;
}

  .dl_badge-list li a {
    margin: 0 4px;
}

  .badge-list li img {
    width: auto;
    height: auto;
  }

  .badge-container {
    padding: 12px;
  }

  .c-card-2 {
    display: block;
    max-width: var(--width-s);
    margin-left: auto;
    margin-right: auto;
  }
  
  .c-card-2_item {
    /* min-height: 120px; */
    margin: 12px 0;
  }
  
  .c-card-2_item a {

    display: flex;
    align-items: stretch;
  }
  
  .c-card-2_item-pic {
    width: 40%;
    position: relative;
  }

  .c-card-2_item-img {
    overflow: hidden;
  }
  
  .c-card-2_item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 117.5px;
    object-fit: cover;
    border-radius: 11px 0 0 12px;
  }
  
  .c-card-2_item-body {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 400px) {
  .sec-lead-2 .headline {
    font-size: var(--size-xxl);
  }

  .sec-campaign .headline {
    font-size: var(--size-l);
  }

  .list-inner.is-list {
    margin-top: var(--size-xxxl);
    margin-bottom: var(--size-xl);
  }
}

/* ------------------------------
 * 
 * ------------------------------ */

.fixed {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px;
}
.dl_link {
  text-align: center;
}
.dl_link-title {
  color: var(--color-sub-white);
  font-size: var(--size-ss);
  font-weight: bold;
}
.dl_link-btn {
  display: inline-block;
  width: 90%;
  max-width: 400px;
  background-color: var(--color-primary);
  color: var(--color-sub-black);
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
}

.dl_qr-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 24px;
}

.dl_qr-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dl_qr-icon {
  width: 80px;
  height: 80px;
  border-radius: 18px;
}

.dl_qr-caption {
  color: var(--color-sub-white);
  font-weight: bold;
  font-size: var(--size-m);
  line-height: 1.2;
  text-align: center;
}

.dl_qr-img {
  width: 150px;
  height: 150px;
}

.dl_sp-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .dl_qr-block {
    display: none;
  }

  .dl_sp-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
    gap: 12px;
  }

  .dl_sp-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
  }

  .dl_sp-caption {
    color: var(--color-sub-white);
    font-weight: bold;
    font-size: var(--size-m);
  }
}

.article-container.large {
  max-width: var(--width-l);
}
@media screen and (max-width: 767px) {
  .article-container.large {
    display: block;
  }
}

/* PC float QR */
.pc-floatqr {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 20;
}

.pc-floatqr img {
  display: block;
  width: 200px;
  height: auto;
}

.pc-floatqr-close {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .fixed {
    display: none;
  }

  .pc-floatqr {
    display: block;
  }
}

/* =============================================
   Feature card
============================================= */
.c-feature-card h4 {
  font-size: var(--size-l);
  color: var(--color-primary);
  line-height: 1.1;
}
.c-feature-card {
  background: var(--color-black);
  border: 4px solid var(--color-orange);
  border-radius: 12px;
  padding: 12px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.c-feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}
.c-feature-card__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-feature-card__icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.c-feature-card__name {
  font-size: var(--size-l);
  font-weight: var(--color-primary);
  color: var(--color-text);
  line-height: 1.1;
  text-align: center;
}
.c-feature-card__img-wrap {
  width: 100%;
  aspect-ratio: 432 / 260;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: gray;
}
.c-feature-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-feature-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.c-feature-card__headline {
  font-weight: bold;
  font-size: var(--size-s);
  color: var(--color-sub-white);
  line-height: 1.1;
}

/* =============================================
   Point list
============================================= */
.c-point-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.c-point {
  color: var(--color-sub-white);
  text-align: left;
}
.c-highlight {
  font-size: 1.1em;
  font-weight: bold;
  background: linear-gradient(transparent 40%, rgba(158, 0, 250, 0.6) 60%);
}