@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.headerArea {
  position: fixed;
  top: 0 !important;
  z-index: 1000;
}

.samiArea {
  text-align: center;
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  .samiArea {
    margin-top: 43px;
  }
}
.samiArea > .in {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .samiArea > .in {
    background-color: #f3f3f3;
    padding-bottom: 39px;
  }
}
.samiArea > .in .mv {
  margin-left: auto;
  width: 57%;
  display: block;
}
@media screen and (max-width: 640px) {
  .samiArea > .in .mv {
    position: static;
    margin-left: 0;
    width: 100%;
  }
}
.samiArea > .in .mv .img {
  aspect-ratio: 820 / 500;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 640px) {
  .samiArea > .in .mv .img {
    aspect-ratio: 640 / 390;
  }
}

.samiArea > .in .ttl_box {
  position: absolute;
  top: 70px;
  left: 0;
  width: 50%;
  height: calc(100% - 70px);
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea > .in .ttl_box {
    min-width: 400px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box {
    position: relative;
    z-index: 1;
    top: 0;
    aspect-ratio: 580 / 460;
    width: calc(91% - 27.5px);
    height: auto;
    padding: 30px 0 0 27.5px;
    margin-top: -30px;
    align-items: flex-start;
  }
}

.samiArea > .in .ttl_box .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 3.13vw;
}
@media screen and (min-width: 1367px) and (max-width: 1700px) {
  .samiArea > .in .ttl_box .wrap {
    padding-right: 45px;
  }
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box .wrap {
    display: contents;
  }
}

.samiArea > .in .ttl_box .ttl_img {
  aspect-ratio: 299 / 132;
  width: 60%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box .ttl_img {
    width: 75.6%;
  }
}

.samiArea .mod_tit03.tp02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.32em;
  line-height: 1.42;
  color: #3a0031;
  text-align: left;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea .mod_tit03.tp02 {
    font-size: 33px;
  }
}
@media screen and (max-width: 640px) {
  .samiArea .mod_tit03.tp02 {
    font-size: 26px;
    font-weight: 500;
  }
}
.samiArea .mod_tit03.tp02 span {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .samiArea .mod_tit03.tp02 span {
    margin-bottom: 5px;
  }
}

.samiArea .mod_tit03.tp02 span:first-of-type {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 640px) {
  .samiArea .mod_tit03.tp02 span:first-of-type {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span {
    font-size: 11px;
  }
}
.samiArea .mod_tit03.tp02 span.en {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 0.26em;
  display: inline-block;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea .mod_tit03.tp02 span.en {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .samiArea .mod_tit03.tp02 span.en {
    font-size: 29px;
  }
}

.samiArea > .in .ttl_box .read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 2.12;
  color: #382b32;
  text-align: left;
  margin-top: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea > .in .ttl_box .read {
    font-size: 15px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box .read {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.85;
    margin-top: 15px;
  }
}

.mod_tit03 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fin > .in {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .fin > .in {
    padding-top: 56px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 640px) {
  .fin > .in {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.sec_campaign > .in .intro .wrap {
  background-color: #f3f3f3;
  width: 100%;
  padding: 100px 0;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .wrap {
    padding: 65px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .wrap {
    padding: 0 0 50px;
  }
}

.sec_campaign > .in .mod_wrap {
  background-color: #ffffff;
  padding-top: 62px;
  padding-bottom: 86px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .mod_wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .mod_wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.sec_campaign > .in .mod_wrap01 {
  max-width: 1240px;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .mod_wrap01 {
    width: calc(100% - 30px);
    padding: 28px 12.5px;
    border-width: 5px;
    text-align: justify;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .mod_wrap01 {
    max-width: 960px;
  }
}

.sec_campaign > .in .en {
  font-family: "ltc-bodoni-175", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.26em;
}

@media screen and (min-width: 641px) {
  .sec_campaign > .in .intro .detail_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box {
    width: 750px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box {
    padding: 0 27.5px;
  }
}
.sec_campaign > .in .intro .detail_box .detail {
  max-width: 480px;
  height: 210px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail {
    height: 190px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail {
    height: calc(100vw * (232 / 640));
    max-width: 100%;
  }
}

.sec_campaign > .in .intro .detail_box .detail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.6387px solid #cac1c7;
  mix-blend-mode: multiply;
  opacity: 0.75;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
}

@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail.silver {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .txt_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sec_campaign > .in .intro .detail_box .detail .catch {
  display: inline-block;
  margin: 0 auto 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  padding: 10px 10px 10px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .catch {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch {
    font-size: 11px;
    margin-bottom: 15px;
    padding: 0;
    padding-left: 15px;
    background-size: cover;
    background-position: center;
  }
}

.sec_campaign > .in .intro .detail_box .detail .catch::after {
  position: absolute;
  content: "";
  background-image: url(../img/flag.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 363 / 49;
  max-width: 363px;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .catch::after {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch::after {
    max-width: 200px;
    left: -4px;
  }
}

.sec_campaign > .in .intro .detail_box .detail .catch .en {
  font-family: adobe-caslon-pro, serif;
  font-size: 25px;
  letter-spacing: 0.18em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch .en {
    font-size: 14px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #382b32;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .read {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read {
    font-size: 14px;
    line-height: 1;
  }
}

.sec_campaign > .in .intro .detail_box .detail .read .inner {
  display: flex;
  align-items: center;
}
.sec_campaign > .in .intro .detail_box .detail .read .txt {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .read .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .txt {
    font-size: 10px;
    padding-bottom: 6px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .price {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  color: #3a0031;
  letter-spacing: 0.1em;
  padding-left: 7px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .price {
    font-size: 14px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .price .num {
  font-size: 53px;
  color: #3a0031;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 10px;
  display: inline-block;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  vertical-align: sub;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .price .num {
    font-size: 29px;
    padding-right: 6px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .present {
  display: block;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .present {
    margin-top: 8px;
    font-size: 15px;
  }
}

.sec_campaign > .in .intro .step_wrap {
  background-color: #ffffff;
  padding: 80px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap {
    padding: 25px 0 0;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box {
    width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 32.5px;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li {
  display: block;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  border: 0.5433px solid #333333;
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    text-align: center;
    aspect-ratio: 1 /1;
    width: 240px;
    height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 5px 0;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateX(50%);
  display: block;
  width: 43px;
  height: 12px;
  background-image: url(../img/arr.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:before {
    right: -20%;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:before {
    content: none;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li:last-child:before {
  content: none;
}
.sec_campaign > .in .intro .step_wrap .step_box li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
/* @media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dl {
    background-color: rgba(#fff, 0.5);
    border-radius: 50%;
    width: 100%;
  }
} */
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dl {
    flex-direction: inherit;
    margin-top: 0;
    width: 100%;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li dt {
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1;
  /* margin-bottom: 20px; */
  position: relative;
}
.sec_campaign > .in .intro .step_wrap .step_box li dt .step_img {
  aspect-ratio: 98 / 52;
  width: 98px;
  height: auto;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt {
    font-size: 21px;
    /* margin-bottom: 20px; */
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt {
    display: inline-block;
    text-align: center;
    max-width: 100px;
    width: calc(100vw * (177 / 640));
    height: auto;
    aspect-ratio: 1 /1;
    text-align: center;
    font-size: 21px;
    line-height: 1.37;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    border: 0.5px solid #333333;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li dt .step_img {
    width: calc(100vw * (112 / 640));
    max-width: 660px;
  }
}

@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt:before {
    content: "";
    position: absolute;
    background-image: url(../img/arr.png);
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
    left: 52%;
    right: auto;
    aspect-ratio: 70 / 19;
    width: 32px;
    height: auto;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    z-index: 3;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li:last-child > dl dt:before {
    content: none;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li dt em {
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt em {
    font-size: 20px;
    line-height: 1;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li dt span {
  position: relative;
  padding: 0 28px 0 34px;
  font-family: adobe-caslon-pro, serif;
  font-size: 24px;
  color: #611f20;
  margin-right: -0.26em;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt span {
    padding: 0 21px 0 26px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt span {
    font-size: 17px;
    display: block;
    text-align: center;
    padding: 0;
    padding-top: 6px;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-right: -0.15em;
  line-height: 1.75;
  color: #382b32;
  z-index: 2;
  height: 120px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dd {
    font-size: 13px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dd {
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.75;
    display: inline-block;
    width: calc(100% - 90px);
    max-width: 200px;
    margin-left: 14px;
    height: auto;
  }
}
.sec_campaign > .in .formArea .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.32em;
  line-height: 1.41;
  color: #3a0031;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .title {
    font-size: 18px;
    line-height: 1.38;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}

.sec_campaign > .in .formArea .title span:first-of-type {
  font-size: 21px;
  letter-spacing: 0.24em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .title span:first-of-type {
    font-size: 13px;
  }
}

.sec_campaign > .in .formArea .title .en {
  font-family: petersburg-web, serif;
  font-weight: 400;
  font-size: 34px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .title .en {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .title .en {
    font-size: 20px;
    letter-spacing: 0.26em;
  }
}

.sec_campaign > .in .formArea .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #382b32;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .txt {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .txt {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.81;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .txt {
    font-size: 12px;
    text-align: center;
  }
}
.sec_campaign > .in .confirm .noresult {
  background-color: transparent;
}
.sec_campaign > .in .confirm .result {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .result {
    font-size: 13px;
  }
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .confirm .formlist.in .formlistTit span {
    font-size: 14px;
  }
  .sec_campaign > .in .confirm .formlist.in .formlistTit span:after {
    content: "：";
    display: inline-block;
    background-color: transparent;
    color: #313131;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .formlist.in .formlistTit span {
    font-size: 11px;
    font-weight: 600;
  }
}
.sec_campaign > .in .errorWrap + .formlistWrap {
  margin-top: 20px;
}
.sec_campaign > .in .formlistWrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  color: #382b32;
  text-align: left;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formlistWrap {
    max-width: 750px;
  }
}
.sec_campaign > .in .formlistWrap + .formlistWrap {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formlistWrap + .formlistWrap {
    margin-top: 45px;
  }
}
.sec_campaign > .in .formlistWrap .title {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #611f20;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formlistWrap .title {
    font-size: 12px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formlistWrap .title {
    text-align: center;
    font-size: 12px;
  }
}
.sec_campaign > .in .formlistWrap.tp02 .title span {
  color: #2d2d2d;
  margin-left: 0.25em;
  font-size: 15px;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formlistWrap.tp02 .title span {
    color: #382b32;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
/*# sourceMappingURL=campaign.css.map */
