.campaign_page .kv {
  padding: 16.8rem 0 20.4rem;
  background: url(../img/campaign/kv.jpg) center/cover no-repeat;
}
.campaign_page .kv .in {
  position: relative;
}
.campaign_page .kv .kv_ttl {
  width: max-content;
  text-align: center;
  color: var(--color-white);
}
.campaign_page .kv .kv_ttl .ttl_h1 {
  font-size: 6rem;
  line-height: 1.4;
  margin: 0;
}
.campaign_page .kv .kv_ttl .ttl_lead {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.campaign_page .kv .kv_ttl .ttl_lead span {
  position: relative;
  padding: 0 3.6rem;
}
.campaign_page .kv .kv_ttl .ttl_lead span::before,
.campaign_page .kv .kv_ttl .ttl_lead span::after {
  position: absolute;
  top: 60%;
  content: "";
  display: block;
  width: 0.2rem;
  height: 4rem;
  background: var(--color-white);
}
.campaign_page .kv .kv_ttl .ttl_lead span::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
.campaign_page .kv .kv_ttl .ttl_lead span::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.campaign_page .kv img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 69.9rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .campaign_page .kv {
    padding: 9rem 0 35rem;
    background-image: url(../img/campaign/kv_sp.jpg);
  }
  .campaign_page .kv .kv_ttl {
    width: 100%;
  }
  .campaign_page .kv .kv_ttl .ttl_lead span {
    padding: 0 2.3rem;
  }
  .campaign_page .kv .kv_ttl .ttl_lead span::before, 
  .campaign_page .kv .kv_ttl .ttl_lead span::after {
    height: 2.4rem;
  }
  .campaign_page .kv .kv_ttl .ttl_lead {
    margin-bottom: 2.9rem;
    font-size: 1.6rem;
  }
  .campaign_page .kv .kv_ttl .ttl_h1 {
    font-size: 3.6rem;
    line-height: 1.3;
  }
  .campaign_page .kv img {
    width: 35.9rem;
    left: 50%;
    top: auto;
    right: auto;
    bottom: -28.2rem;
    transform: translateX(-50%);
  }
}


/* ----------------------------------
merit
---------------------------------- */
.campaign_page .offer {
  padding: 15.5rem 0 14rem;
  margin-top: -15.9rem;
  background: url(../img/campaign/offer_bg.jpg) center/cover no-repeat;
}
.campaign_page .offer .df_ttl.center + .txt {
  text-align: center;
}
.campaign_page .offer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
.campaign_page .offer .links .link {
  width: 40rem;
}
.campaign_page .offer .links .link a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 18rem;
  padding: 4rem 2rem 4rem 3rem;
  border-radius: 2rem;
  border: 1px solid rgb(204 204 240 / 0.2);
  background: var(--color-white);
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.2);
}
.campaign_page .offer .links .link .number {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: var(--color-gr-green-yoko);
  font-size: 2.4rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
  font-style: italic;
  line-height: 6rem;
  color: var(--color-white);
  text-align: center;
}
.campaign_page .offer .links .link .ttl_h3 {
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.campaign_page .offer .links .link a::before,
.campaign_page .offer .links .link a::after {
  position: absolute;
  content: "";
  display: block;
}
.campaign_page .offer .links .link a::before {
  top: 49%;
  right: 4rem;
  width: 0.9rem;
  height: 0.9rem;
  background: none;
  border-radius: 0;
  border-top: 0.2rem solid var(--color-white);
  border-right: 0.2rem solid var(--color-white);
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
}
.campaign_page .offer .links .link a::after {
  right: 3rem;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: var(--color-blue);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .campaign_page .offer {
    padding: 10.3rem 0 7rem;
    margin-top: -10.9rem;
  }
  .campaign_page .offer .links {
    gap: 1rem;
    margin-top: 4rem;
  }
  .campaign_page .offer .links .link {
    width: 100%;
  }
  .campaign_page .offer .links .link a {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
    height: 10.6rem;
  }
  .campaign_page .offer .links .link .number {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .campaign_page .offer .links .link .flex_txt {
    width: calc(100% - 1.5rem - 5rem);
  }
  .campaign_page .offer .links .link .ttl_h3 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .campaign_page .offer .links .link .txt {
    font-size: 1.2rem;
  }
  .campaign_page .offer .links .link a::after {
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
  }
  .campaign_page .offer .links .link a::before {
    width: 0.7rem;
    height: 0.7rem;
    right: 2.1rem;
  }
}



.campaign_page .contents {
  padding: 6rem 8rem 8rem;
  margin-top: 12rem;
  border-radius: 2rem;
  border: 1px solid rgb(204 204 240 / 0.2);
  background: var(--color-white);
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 0.2);
}
.campaign_page .contents + .contents {
  margin-top: 7rem;
}
.campaign_page .contents .ttl_h3 {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding-bottom: 2rem;
  margin-bottom: 8rem;
  border-bottom: 1px solid #dcdcef;
}
.campaign_page .contents .ttl_h3 .number {
  font-family: var(--font-en2);
  font-size: 12rem;
  color: var(--color-blue);
  letter-spacing: -0.05em;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.campaign_page .contents .ttl_h3 .number .en {
  display: block;
  font-family: var(--font-en);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.campaign_page .contents .ttl {
  display: flex;
  align-items: center;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
}
.campaign_page .contents .ttl .marker {
  margin: 0 1.4rem;
  padding: 0 1.8rem;
  background: #fedd5a linear-gradient(-90deg, #fedd5a 0%, #fcd223 100%);
  font-size: 6rem;
  font-family: var(--font-en);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.2;
}
.campaign_page .contents .ttl .marker small {
  font-size: 3rem;
  font-family: var(--font-ja);
  font-style: normal;
  font-weight: var(--bold);
}
.campaign_page .contents .ttl .marker .ja {
  display: inline-block;
  padding-right: 1rem;
  font-size: 4.8rem;
  font-family: var(--font-ja);
  font-style: normal;
  transform: translateY(-0.4rem);
}
.campaign_page .contents .flex {
  justify-content: space-between;
  align-items: center;
}
.campaign_page .contents .flex_img {
  width: 40rem;
}
.campaign_page .contents .flex_txt {
  width: 64rem;
}
.campaign_page .contents .flex_txt .txt {
  font-size: 2rem;
  line-height: 1.8;
}
.campaign_page .contents .flex_txt table {
  width: 100%;
  margin-top: 3rem;
}
.campaign_page .contents .flex_txt table th,
.campaign_page .contents .flex_txt table td {
  border: 1px solid #c5c6e7;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 2.5rem 2rem;
}
.campaign_page .contents .flex_txt table th {
  padding: 1.6rem;
  font-weight: var(--medium);
  width: 16rem;
  background: #dcdcfa;
}
.campaign_page .contents .flex_txt table td span {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.campaign_page .contents .box {
  margin-top: 7rem;
  padding: 4rem;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
} 
.campaign_page .contents ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.4rem;
  margin-top: 3.4rem;
}
.campaign_page .contents ul li {
  list-style: inside;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  width: 50%;
  text-indent: -1em;
  padding-left: 1em;
}
.campaign_page .contents:not(:nth-of-type(1)) ul li {
  width: 100%;
}
.campaign_page .contents ul li::marker {
  content: "・ ";
  color: var(--color-blue);
}
.campaign_page .contents.note_wrap h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .campaign_page .contents {
    margin-top: 7rem;
    padding: 3rem 2rem 4rem;
  }
  .campaign_page .contents .ttl_h3 {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
  }
  .campaign_page .contents .ttl_h3 .number {
    font-size: 6rem;
    line-height: 1.1;
  }
  .campaign_page .contents .ttl_h3 .number .en {
    font-size: 1.2rem;
  }
  .campaign_page .contents .ttl {
    display: block;
    font-size: 3rem;
    line-height: 2;
    margin: 0 -1rem;
  }
  .campaign_page .contents .ttl .marker {
    font-size: 4rem;
    padding: 0 1rem;
    margin: 0 1rem 0 0;
  }
  .campaign_page .contents .ttl .marker small {
    font-size: 2rem;
  }
  .campaign_page .contents .flex {
    display: block;
  }
  .campaign_page .contents .flex_img {
    width: 24rem;
    margin: 0 auto 4rem;
  }
  .campaign_page .contents .flex_txt {
    width: 100%;
  }
  .campaign_page .contents .flex_txt .txt {
    font-size: 1.6rem;
  }
  .campaign_page .contents .flex_txt table th, 
  .campaign_page .contents .flex_txt table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .campaign_page .contents .flex_txt table th {
    padding: 1.5rem;
    text-align: center;
    border-bottom: none;
    line-height: 1;
  }
  .campaign_page .contents .flex_txt table tr:not(:first-of-type) th {
    border-top: none;
  }
  .campaign_page .contents .flex_txt table td {
    padding: 2rem 1.5rem;
    border-top: none;
  }
  .campaign_page .contents .box {
    margin-top: 3rem;
    padding: 2rem;
  }
  .campaign_page .contents ul {
    margin-top: 2rem;
  }
  .campaign_page .contents ul li {
    font-size: 1.4rem;
    width: 100% !important;
  }
  .campaign_page .contents .ttl .marker .ja {
    font-size: 3rem;
    padding-right: 0.5rem;
  }
}


.campaign_page .bottom {
  padding: 14rem 0;
  text-align: center;
}
.campaign_page .bottom .lead {
  font-size: 4.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
.campaign_page .bottom .button {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .campaign_page .bottom {
    padding: 7rem 0;
  }
  .campaign_page .bottom .lead {
    font-size: 3rem;
  }
  .campaign_page .bottom .button {
    margin-top: 2rem;
  }
}