@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
campaign
----------------------------------------*/
.c_hero_line {
  background-color: var(--line_color);
}
.c_hero_line img {
  width: 100%;
}

.c_btn_campaign {
  font-size: 2rem;
  max-width: 384px;
  min-height: 70px;
}

.c_code {
  text-align: center;
}
.c_code_label {
  border: 4px solid;
  display: inline-block;
  font-size: 2rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  padding: 15px 40px;
}
@media screen and (max-width: 768px) {
  .c_code_label {
    border-width: 2px;
    display: block;
    font-size: 1.8rem;
    padding: 10px;
  }
}
.c_code_line .c_code_label {
  border-color: var(--line_color);
}

.c_flow_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 160px;
}
@media screen and (max-width: 1080px) {
  .c_flow_lists {
    gap: 160px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_flow_lists {
    gap: 90px;
  }
}
.c_flow_list {
  display: grid;
}
@media screen and (min-width: 1081px) {
  .c_flow_list:nth-child(even) {
    position: relative;
  }
  .c_flow_list:nth-child(even)::before {
    background: center/contain no-repeat;
    bottom: 0;
    content: "";
    height: 50px;
    left: -125px;
    margin-block: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 90px;
  }
  .c_flow_lists_line .c_flow_list:nth-child(even)::before {
    background-image: url(/library/images/campaign/line/flow_arrow.svg);
  }
}
@media screen and (max-width: 1080px) {
  .c_flow_list:not(:last-child) {
    position: relative;
  }
  .c_flow_list:not(:last-child)::before {
    background: center/contain no-repeat;
    bottom: -105px;
    content: "";
    height: 50px;
    left: 0;
    margin-inline: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    width: 90px;
  }
  .c_flow_lists_line .c_flow_list:not(:last-child)::before {
    background-image: url(/library/images/campaign/line/flow_arrow.svg);
  }
}
@media screen and (max-width: 768px) {
  .c_flow_list:not(:last-child)::before {
    bottom: -63px;
    height: 35px;
    width: 63px;
  }
}
.c_flow_item {
  background-color: var(--gray_lt);
  border-radius: 20px;
  display: grid;
  gap: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c_flow_item {
    border-radius: 10px;
    gap: 20px;
    padding: 25px 20px;
  }
}
.c_flow_item_ttl {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 0;
}
.c_flow_item_img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_flow_item_img img {
    width: 80%;
  }
}

.c_buyer {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_buyer {
    gap: 20px;
  }
}
.c_buyer_img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c_buyer_img {
    width: 140px;
  }
}
.c_buyer_img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_buyer_ttl {
  font-size: 3.4rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c_buyer_ttl {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=common.css.map */