@charset "UTF-8";
body, h1, h2, h3, h4, h5, p, ul, ol, li, a, dl, dt, dd, table, tr, th, td, span, figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
  list-style: none;
  outline: none;
}

* {
  line-height: 1.2;
  letter-spacing: 0;
  box-sizing: border-box;
}

.slick-slide:focus {
  outline: none;
}

picture {
  display: block;
}

button, input, select, textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: var(--fc-main);
  font-family: var(--ff-main);
}

table {
  border-collapse: collapse;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: noto-sans;
  src: url(../fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: noto-sans;
  src: url(../fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: noto-sans;
  src: url(../fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: inter;
  src: url(../fonts/inter/Inter-Black.ttf) format("truetype");
  src: url(../fonts/inter/Inter-Black.otf) format("opentype");
  font-weight: normal;
}
:root {
  --fc-main: #000;
  --ff-main: noto-sans, serif;
  --ff-mincho: "ten-mincho-text", serif;
  --bc-form: rgba(46, 49, 146, 0.3);
}

html, body {
  font-size: 0.5208333333vw;
  font-family: var(--ff-main);
  position: relative;
  color: var(--fc-main);
}

a {
  display: inline-block;
  color: var(--c-main);
  transition: all 0.2s;
}

input {
  transition: all 0.2s;
}

a:hover, input[type=checkbox]:hover, [type=reset]:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

img, svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 2.5445292621vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#campaign {
  position: relative;
}
#campaign .js-anime.-up {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.6s, transform 0.6s ease;
}
#campaign .js-anime.-up.vis {
  transform: translateY(0);
  opacity: 1;
}
#campaign .cta-anime {
  animation-name: updown1;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#campaign .header {
  position: absolute;
  top: 1.6rem;
  left: 0;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #campaign .header {
    top: 1rem;
  }
}
#campaign .header .inner {
  padding-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  #campaign .header .inner {
    padding-left: 2.6rem;
  }
}
#campaign .header .inner .logo {
  width: 100%;
  max-width: 25.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .header .inner .logo {
    max-width: 16.5rem;
  }
}
#campaign .mv {
  aspect-ratio: 1920/1080;
  background: url(../images/mv_pc.jpg) top center/cover no-repeat;
  padding-top: 18.2rem;
}
@media screen and (max-width: 767px) {
  #campaign .mv {
    aspect-ratio: 393/852;
    background-image: url(../images/mv_sp.jpg);
    padding-top: 8.3rem;
  }
}
#campaign .mv .inner {
  padding-left: 7.3rem;
}
@media screen and (max-width: 767px) {
  #campaign .mv .inner {
    padding-inline: 1.6rem;
  }
}
#campaign .mv .inner .txtBox .txtImg {
  width: 100%;
  position: relative;
}
#campaign .mv .inner .txtBox .txtImg._01 {
  max-width: 104.3rem;
}
#campaign .mv .inner .txtBox .txtImg._02 {
  max-width: 78.1rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #campaign .mv .inner .txtBox .txtImg._02 {
    max-width: 15.4rem;
    margin-top: -0.7rem;
    padding-left: 1.3rem;
  }
}
#campaign .mv .inner .txtBox .txtImg._03 {
  max-width: 79.3rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .mv .inner .txtBox .txtImg._03 {
    margin-top: -0.1rem;
  }
}
#campaign .mv .inner .txtBox .txtImg._03 .link {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  bottom: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #campaign .mv .inner .txtBox .txtImg._03 .link {
    font-size: 1rem;
    bottom: 1.4rem;
  }
}
#campaign .mv .inner .txtBox .notes {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #fff;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .mv .inner .txtBox .notes {
    font-size: 1.1rem;
    margin-top: 0.9rem;
  }
}
#campaign .formWrap {
  width: 100%;
  position: absolute;
  top: 93.8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap {
    top: 65.1rem;
    overflow: hidden;
  }
}
#campaign .formWrap .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner {
    padding-inline: 0;
  }
}
#campaign .formWrap .inner .formBlk {
  background-color: #fff;
  border-radius: 1.7rem;
  position: relative;
  z-index: 1;
  padding-block: 5.6rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBlk {
    padding-block: 4rem 2.5rem;
    border-radius: 1.7rem 1.7rem 0 0;
  }
}
#campaign .formWrap .inner .formBlk::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 97.0909090909%;
  height: 100%;
  max-height: 92.5438596491%;
  border: 2px solid #003bf4;
  border-radius: 1.4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBlk::after {
    max-width: 89.8218829517%;
    max-height: 95.8333333333%;
    border-radius: 1.4rem 1.4rem 0 0;
    top: auto;
    bottom: 0;
  }
}
#campaign .formWrap .inner .formBlk .txtImg {
  width: 100%;
  max-width: 66.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBlk .txtImg {
    max-width: 23.1rem;
  }
}
#campaign .formWrap .inner .formBox {
  padding-inline: 6.8rem;
  margin-top: 3.7rem;
  display: none;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox {
    padding-inline: 4rem;
    margin-top: 1.8rem;
  }
}
#campaign .formWrap .inner .formBox.is-active {
  display: block;
  animation: stepFade 0.3s ease;
}
#campaign .formWrap .inner .formBox:nth-of-type(2).is-active .stepBar::after {
  width: 66.6666666667%;
}
#campaign .formWrap .inner .formBox:nth-of-type(3).is-active .stepBar::after {
  width: 100%;
}
#campaign .formWrap .inner .formBox .formCont {
  display: grid;
  grid-template-columns: 1fr 68.4rem;
  gap: 0 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 1.7rem;
  }
}
#campaign .formWrap .inner .formBox .formCont:nth-of-type(n+2) {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont:nth-of-type(n+2) {
    margin-top: 2.4rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTtl .txt {
  display: grid;
  grid-template-columns: 1fr 6.4rem;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5rem;
  font-weight: bold;
  border-left: 0.4rem solid #aa7847;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTtl .txt {
    font-size: 1.6rem;
    grid-template-columns: max-content 6.4rem;
    justify-content: flex-start;
    gap: 0 0.8rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt:has(> input) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt:not(:has(.radioBox)) {
    margin-top: 1rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox {
  display: grid;
  grid-template-columns: 3.4rem max-content;
  align-items: center;
  gap: 0 1rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .radioBox {
    grid-template-columns: 2rem max-content;
    gap: 0 0.7rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .radioBox::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2e3192;
  border: 2px solid #2e3192;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .radioBox::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox:nth-of-type(n+2) {
  margin-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .radioBox:nth-of-type(n+2) {
    margin-left: 2rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox:has(input[type=radio]:checked)::after {
  opacity: 1;
  visibility: visible;
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox input[type=radio] {
  display: none;
}
#campaign .formWrap .inner .formBox .formCont .formTxt .radioBox .txt {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .radioBox .txt {
    font-size: 1.6rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk {
    gap: 0.2rem 0.7rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk:nth-of-type(n+2) {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .txt, #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .unit {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .txt, #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .unit {
    font-size: 1.6rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .txt {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .txt {
    width: 100%;
    padding-right: 0;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox {
  display: grid;
  grid-template-columns: 9rem max-content;
  align-items: center;
  gap: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox {
    grid-template-columns: 7.4rem max-content;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox select {
  width: 100%;
  height: 100%;
  background: var(--bc-form);
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 9rem;
  height: 4rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox select {
    max-width: 7.4rem;
    font-size: 1.6rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox:has(.timeSelect) {
  display: block;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox:has(.timeSelect) {
    width: 100%;
    margin-top: 0.4rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .selectBlk .selectBox:has(.timeSelect) select {
  max-width: 100%;
  text-align: left;
  padding-left: 1.2rem;
  background: url(../images/arrow_select.png) center right 1.2rem/1.4rem no-repeat var(--bc-form);
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  align-items: center;
  gap: 0 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox {
    grid-template-columns: 2.4rem 1fr;
    gap: 0 1rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox::before {
    width: 2.2rem;
    height: 2.2rem;
    align-self: flex-start;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2e3192;
  border: 2px solid #2e3192;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
  visibility: visible;
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox input[type=checkbox] {
  display: none;
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox .txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox .txt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox .txt .small {
    display: block;
    font-size: 1.8rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .checkBlk .checkBox .txt .link {
  text-decoration: underline;
}
#campaign .formWrap .inner .formBox .formCont .formTxt .notes {
  font-size: 2rem;
  color: #ff0000;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.3333333333;
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-top: 2rem;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt .notes {
    font-size: 1.8rem;
  }
}
#campaign .formWrap .inner .formBox .formCont .formTxt .notes::before {
  content: "※";
}
#campaign .formWrap .inner .formBox .formCont .formTxt input {
  width: 100%;
  height: 3.6rem;
  border-radius: 0.4rem;
  background: var(--bc-form);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-inline: 1.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont .formTxt input {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont.agreement {
    margin-top: 0.2rem;
    justify-content: center;
  }
}
#campaign .formWrap .inner .formBox .formCont.agreement .formTxt {
  grid-column: 1/3;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont.agreement .formTxt .checkBlk .checkBox {
    grid-template-columns: 1.7rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont.agreement .formTxt .checkBlk .checkBox::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont.agreement .formTxt .checkBlk .checkBox::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .formCont.agreement .formTxt .checkBlk .checkBox .txt {
    font-size: 1.6rem;
  }
}
#campaign .formWrap .inner .formBox .btnBox {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .btnBox {
    margin-top: 1rem;
    gap: 1rem 0;
  }
}
#campaign .formWrap .inner .formBox .btnBox .formBtn {
  width: 100%;
  max-width: 35.2rem;
  height: 4.8rem;
  background-color: #f00;
  border: 2px solid #f00;
  border-radius: 60px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .btnBox .formBtn {
    height: 4.2rem;
  }
}
#campaign .formWrap .inner .formBox .btnBox .formBtn .button, #campaign .formWrap .inner .formBox .btnBox .formBtn input[type=submit] {
  width: 100%;
  height: 100%;
  font-size: 2.3rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  #campaign .formWrap .inner .formBox .btnBox .formBtn .button, #campaign .formWrap .inner .formBox .btnBox .formBtn input[type=submit] {
    font-size: 1.7rem;
  }
}
#campaign .formWrap .inner .formBox .btnBox .formBtn .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 2.5rem;
}
#campaign .formWrap .inner .formBox .btnBox .formBtn .arrow path {
  transition: fill 0.2s;
}
#campaign .formWrap .inner .formBox .btnBox .formBtn:hover {
  background-color: #fff;
}
#campaign .formWrap .inner .formBox .btnBox .formBtn:hover .button, #campaign .formWrap .inner .formBox .btnBox .formBtn:hover input[type=submit] {
  color: #f00;
}
#campaign .formWrap .inner .formBox .btnBox .formBtn:hover path {
  fill: #fff;
  stroke: #fff;
}
#campaign .formWrap .inner .formBox .btnBox .formBtn:hover path.circle {
  fill: #f00;
}
#campaign .formWrap .inner .formBox .btnBox .backBtn {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}
#campaign .formWrap .inner .formBox .btnBox .backBtn:hover {
  opacity: 0.6;
}
#campaign .formWrap .inner .formBox .stepBar {
  width: 100%;
  max-width: 35.2rem;
  height: 1rem;
  background-color: #999;
  border-radius: 60px;
  margin: 1.7rem auto 0;
  overflow: hidden;
  position: relative;
}
#campaign .formWrap .inner .formBox .stepBar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33.3333333333%;
  height: 100%;
  background-color: #2e3192;
  border-radius: 60px;
  transition: width 0.2s;
}
#campaign .sec01 {
  position: relative;
  background: url(../images/sec01_bg.jpg) top center/cover no-repeat;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 {
    background-image: url(../images/sec01_bg-sp.jpg);
    padding-bottom: 5.5rem;
  }
}
#campaign .sec01 .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner {
    padding-inline: 0;
  }
}
#campaign .sec01 .inner .txtArea {
  padding-top: 42.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner .txtArea {
    padding-top: 46rem;
  }
}
#campaign .sec01 .inner .txtArea .txtImg {
  width: 100%;
}
#campaign .sec01 .inner .txtArea .txtImg._01 {
  max-width: 55rem;
  position: absolute;
  top: 32rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner .txtArea .txtImg._01 {
    max-width: 26.7rem;
    left: 2.8rem;
  }
}
#campaign .sec01 .inner .txtArea .txtImg._02 {
  max-width: 83.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner .txtArea .txtImg._02 {
    max-width: 33.9rem;
  }
}
#campaign .sec01 .inner .txtArea .txtBlk {
  display: grid;
  grid-template-columns: 59.1rem 1fr;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner .txtArea .txtBlk {
    grid-template-columns: 1fr;
    margin-top: 1.4rem;
  }
}
#campaign .sec01 .inner .txtArea .txtBlk .txtBox .lead {
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner .txtArea .txtBlk .txtBox .lead {
    font-size: 1.6rem;
    padding-inline: 2.3rem;
    margin-top: 0.6rem;
  }
}
#campaign .sec01 .inner .txtArea .txtBlk .txtBox .btn {
  display: block;
  width: 100%;
  max-width: 49.6rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec01 .inner .txtArea .txtBlk .txtBox .btn {
    max-width: 34.2rem;
    margin: 2.5rem auto 0;
  }
}
#campaign .sec02 {
  background: url(../images/sec02_bg.png) top center/cover no-repeat;
  padding-block: 3rem 9.5rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 {
    background-image: url(../images/sec02_bg-sp.png);
    padding-block: 2rem 7.5rem;
  }
}
#campaign .sec02 .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner {
    padding-inline: 0;
  }
}
#campaign .sec02 .inner .ttlImg {
  width: 100%;
  max-width: 109.8rem;
  margin: 0 auto;
}
#campaign .sec02 .inner .list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .list {
    padding-inline: 1.3rem;
    grid-template-columns: 1fr;
    gap: 4rem 0;
    margin-top: 4.1rem;
  }
}
#campaign .sec02 .inner .list .blk {
  position: relative;
  background-color: #fff;
  border-radius: 1.2rem 0 1.2rem 0;
  padding-block: 2rem 2.8rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .list .blk {
    padding-block: 1.4rem 3.4rem;
  }
}
#campaign .sec02 .inner .list .blk .imgBlk {
  position: relative;
}
#campaign .sec02 .inner .list .blk .imgBlk .num {
  display: block;
  position: absolute;
  top: -2.4rem;
  left: 0;
  width: 100%;
  max-width: 11.2rem;
}
#campaign .sec02 .inner .list .blk .imgBlk .img {
  width: 100%;
  max-width: 31.6rem;
  margin: 0 auto;
}
#campaign .sec02 .inner .list .blk .txtBlk {
  padding-inline: 1.8rem;
  margin-top: 1.6rem;
}
#campaign .sec02 .inner .list .blk .txtBlk .txt {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.3043478261;
  color: #aa7847;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .list .blk .txtBlk .txt {
    font-size: 2.1rem;
  }
}
#campaign .sec02 .inner .list .blk .txtBlk .lead {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .list .blk .txtBlk .lead {
    font-size: 1.6rem;
  }
}
#campaign .sec02 .inner .list .blk .txtBlk .txtImg {
  width: 100%;
  margin-top: 1.5rem;
}
#campaign .sec02 .inner .list .blk .txtBlk .btn {
  width: 100%;
  height: 3.8rem;
  display: grid;
  grid-template-columns: max-content 1.6rem;
  align-items: center;
  justify-content: center;
  gap: 0 1.8rem;
  background-color: #aa7847;
  margin-top: 1.3rem;
}
#campaign .sec02 .inner .list .blk .txtBlk .btn .txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
}
#campaign .sec02 .inner .list .blk:nth-of-type(2) .txtBlk .lead {
  margin-top: 0.3rem;
}
#campaign .sec02 .inner .list .blk:nth-of-type(3) .txtBlk .txtImg {
  max-width: 21.7rem;
}
#campaign .sec02 .inner .imgSlide {
  overflow: hidden;
  padding-inline: 1.6rem;
}
#campaign .sec02 .inner .imgSlide .slideNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .imgSlide .slideNav {
    display: none;
  }
}
#campaign .sec02 .inner .imgSlide .slideNav .slideNavArrow {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0;
  background-color: #aa7847;
  position: relative;
}
#campaign .sec02 .inner .imgSlide .slideNav .slideNavArrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.8rem;
  height: 0.6rem;
}
#campaign .sec02 .inner .imgSlide .slideNav .slideNavArrow.slideNavPrev::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='6' viewBox='0 0 18 6' fill='none'%3E%3Cpath d='M17.1 5.5H0.499975L6.59998 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center/contain no-repeat;
}
#campaign .sec02 .inner .imgSlide .slideNav .slideNavArrow.slideNavNext::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='6' viewBox='0 0 18 6' fill='none'%3E%3Cpath d='M0.5 5.5H17.1L11 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center/contain no-repeat;
}
#campaign .sec02 .inner .imgSlide .slideNav .slideNavArrow.swiper-button-disabled {
  background-color: #ccc;
}
#campaign .sec02 .inner .imgSlide .swiper-wrapper {
  margin-top: 0.8rem;
  width: 33.5rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .imgSlide .swiper-wrapper {
    margin-top: 2.4rem;
  }
}
#campaign .sec02 .inner .imgSlide .swiper-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  #campaign .sec02 .inner .imgSlide .swiper-scrollbar {
    display: block;
    width: 100%;
    max-width: 30rem;
    height: 0.8rem;
    margin: 0 auto;
    background-color: #b3b3b3;
    border-radius: 60px;
    right: 0;
    left: 0;
    bottom: 1.3rem;
    margin: auto;
  }
}
#campaign .sec02 .inner .imgSlide .swiper-scrollbar .swiper-scrollbar-drag {
  background: #aa7847;
}
#campaign .sec03 {
  padding-block: 5.5rem 6.5rem;
  background: url(../images/sec03_bg.png) top left/2.5rem repeat;
}
@media screen and (max-width: 767px) {
  #campaign .sec03 {
    padding-block: 4.5rem 4.2rem;
  }
}
#campaign .sec03 .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec03 .inner {
    padding-inline: 0;
  }
}
#campaign .sec03 .inner .img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  #campaign .sec03 .inner .img {
    width: 100%;
    max-width: 34.3rem;
    margin: 0 auto;
  }
}
#campaign .sec03 .inner .notes {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5333333333;
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec03 .inner .notes {
    font-size: 1rem;
    padding-inline: 2.4rem;
  }
}
#campaign .sec04 {
  background: url(../images/sec04_bg.png) top center/cover no-repeat;
  padding-block: 4.4rem 8.5rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 {
    background-image: url(../images/sec04_bg-sp.png);
    padding-block: 4.5rem 2.5rem;
    overflow: hidden;
  }
}
#campaign .sec04 .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner {
    padding-inline: 0;
  }
}
#campaign .sec04 .inner .ttlImg {
  width: 100%;
  max-width: 65.8rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .ttlImg {
    max-width: 25.1rem;
  }
}
#campaign .sec04 .inner .txtImg {
  width: 100%;
  margin: 0 auto;
}
#campaign .sec04 .inner .txtImg._01 {
  max-width: 108rem;
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .txtImg._01 {
    max-width: 38rem;
    margin-top: 0.7rem;
  }
}
#campaign .sec04 .inner .txtImg._02 {
  max-width: 85rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .txtImg._02 {
    margin-top: -3.5rem;
  }
}
#campaign .sec04 .inner .graph {
  width: 100%;
  max-width: 109.9rem;
  margin: 0.1rem auto 0;
}
#campaign .sec04 .inner .blk {
  background: url(../images/sec03_bg.png) top left/2.5rem repeat;
  border-radius: 2rem;
  padding-block: 6.3rem 5.7rem;
  padding-inline: 6.2rem;
  display: grid;
  grid-template-columns: 1fr 47.8rem;
  gap: 0.6rem 4.8rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .blk {
    width: 100%;
    max-width: 34.4rem;
    margin: -2.1rem auto 0;
    grid-template-columns: 1fr;
    padding-inline: 1.1rem;
    padding-block: 1.7rem 2.5rem;
  }
}
#campaign .sec04 .inner .blk .txtBox {
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .blk .txtBox {
    grid-row: none;
    margin-top: 1.4rem;
    padding-inline: 1rem;
  }
}
#campaign .sec04 .inner .blk .txtBox .txtImg {
  max-width: 38.7rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .blk .txtBox .txtImg {
    max-width: 23.2rem;
  }
}
#campaign .sec04 .inner .blk .txtBox .lead {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .blk .txtBox .lead {
    font-size: 1.5rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .sec04 .inner .blk .img._01 {
    order: -1;
  }
}
#campaign .sec05 {
  background: url(../images/sec05_bg.jpg) top center/cover no-repeat;
}
#campaign .sec05 .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner {
    padding-inline: 0;
  }
}
#campaign .sec05 .inner .ttlImg {
  width: 100%;
  max-width: 41.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .ttlImg {
    max-width: 16.7rem;
  }
}
#campaign .sec05 .inner .faqWrap {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 400px;
  padding-block: 13rem 28rem;
  margin-top: -13.3rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap {
    padding-block: 4rem 0;
    margin-top: -2.3rem;
  }
}
#campaign .sec05 .inner .faqWrap .ttlTxt {
  font-size: 5rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: var(--ff-mincho);
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .ttlTxt {
    font-size: 4rem;
    line-height: 1.3;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk {
  padding-inline: 16.6rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk {
    padding-inline: 2.5rem;
    margin-top: 2.3rem;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox:nth-of-type(n+2) {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk .faqBox:nth-of-type(n+2) {
    margin-top: 2.8rem;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl {
  display: grid;
  grid-template-columns: 3.9rem 1fr 3rem;
  gap: 0 1rem;
  cursor: pointer;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl {
    grid-template-columns: 3.4rem 1fr 2.4rem;
    gap: 0 0.6rem;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .txt {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2608695652;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .txt {
    font-size: 1.8rem;
    padding-top: 0.2rem;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .icon {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  align-self: center;
  transition: transform 0.4s;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .icon::before, #campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .icon::before {
  transform: rotate(0);
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl .icon::after {
  transform: rotate(90deg);
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTtl.active .icon {
  transform: rotate(135deg);
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTxt {
  display: none;
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTxt .txtBox {
  display: grid;
  grid-template-columns: 3.9rem 1fr;
  gap: 0 1rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTxt .txtBox {
    grid-template-columns: 3.4rem 1fr;
    margin-top: 1.4rem;
  }
}
#campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTxt .txtBox .txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .faqBlk .faqBox .faqTxt .txtBox .txt {
    font-size: 1.5rem;
  }
}
#campaign .sec05 .inner .faqWrap .img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec05 .inner .faqWrap .txtImg {
    width: 100%;
    max-width: 36.3rem;
    margin: 2.8rem auto 0;
    position: relative;
    z-index: 1;
  }
}
#campaign .sec05 .inner .faqWrap .txtImg .link {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
}
#campaign .sec06 {
  position: relative;
  background: url(../images/sec06_bg.jpg) top center/cover no-repeat;
  height: 55.2rem;
  margin-top: -22.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec06 {
    margin-top: -1.8rem;
    height: auto;
    background: #1b1444;
    overflow: hidden;
    padding-top: 3rem;
  }
}
#campaign .sec06 .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec06 .inner {
    padding-inline: 0;
  }
}
#campaign .sec06 .formWrap {
  position: relative;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  #campaign .sec06 .formWrap {
    top: 0;
  }
}
#campaign .footer {
  background-color: #1b1444;
  padding-block: 7rem 2.7rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer {
    padding-block: 4.3rem 2.1rem;
  }
}
#campaign .footer .inner {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner {
    padding-inline: 0;
  }
}
#campaign .footer .inner .logo {
  width: 100%;
  max-width: 30.2rem;
  height: 8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .logo {
    max-width: 34.4rem;
    margin: 0 auto;
    padding-inline: 5rem;
    padding-block: 2rem;
  }
}
#campaign .footer .inner .blk {
  display: grid;
  grid-template-columns: 1fr 51rem;
  align-items: center;
  gap: 0 8rem;
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .blk {
    grid-template-columns: 1fr;
    padding-inline: 2.5rem;
    margin-top: 2.4rem;
  }
}
#campaign .footer .inner .blk .txtBlk .add, #campaign .footer .inner .blk .txtBlk .lead {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .blk .txtBlk .add, #campaign .footer .inner .blk .txtBlk .lead {
    font-size: 1.6rem;
  }
}
#campaign .footer .inner .blk .txtBlk .btn, #campaign .footer .inner .blk .txtBlk .lead {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .blk .txtBlk .btn, #campaign .footer .inner .blk .txtBlk .lead {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .blk .mapBlk {
    margin-top: 1.7rem;
  }
}
#campaign .footer .inner .blk .mapBlk .mapBox {
  width: 100%;
  height: 17.5rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .blk .mapBlk .mapBox {
    height: 19.1rem;
  }
}
#campaign .footer .inner .blk .mapBlk .mapBox iframe {
  width: 100%;
  height: 100%;
}
#campaign .footer .inner .blk .mapBlk .lead {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5555555556;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .blk .mapBlk .lead {
    font-size: 1.6rem;
    margin-top: 1.3rem;
  }
}
#campaign .footer .inner .ppLink {
  text-align: center;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .ppLink {
    margin-top: 2.5rem;
  }
}
#campaign .footer .inner .ppLink .link {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
#campaign .footer .inner .copy {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  #campaign .footer .inner .copy {
    font-size: 1.3rem;
    margin-top: 4.4rem;
  }
}
#campaign.thanks {
  background: url(../images/thansk_bg.jpg) top center/cover no-repeat;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #campaign.thanks {
    background-image: url(../images/thanks_bg-sp.jpg);
    height: auto;
  }
}
#campaign.thanks .header {
  background-color: #fff;
  padding-block: 1.4rem;
  top: 0;
}
#campaign.thanks .sec01 {
  background: transparent;
  color: #fff;
  padding-block: 36.7rem 27.3rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #campaign.thanks .sec01 {
    padding-block: 11.6rem 0;
    align-items: flex-start;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #campaign.thanks .sec01 .inner {
    padding-inline: 2.9rem;
  }
}
#campaign.thanks .sec01 .txt {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-family: var(--ff-mincho);
}
@media screen and (max-width: 767px) {
  #campaign.thanks .sec01 .txt {
    font-size: 2.9rem;
    line-height: 1.3928571429;
  }
}
#campaign.thanks .sec01 .lead {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
  #campaign.thanks .sec01 .lead {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 3rem;
  }
}
#campaign.thanks .sec01 .txtLink {
  text-align: center;
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  #campaign.thanks .sec01 .txtLink {
    margin-top: 1.4rem;
  }
}
#campaign.thanks .sec01 .txtLink .link {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #campaign.thanks .sec01 .txtLink .link {
    font-size: 1.6rem;
  }
}
#campaign.thanks .footer {
  background-color: transparent;
  padding-block: 7.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #campaign.thanks .footer {
    position: static;
    padding-block: 5.6rem 2rem;
  }
}
#campaign.thanks .footer .copy {
  margin-top: 0;
}

@keyframes stepFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.8rem);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */