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

.tp_arr02 i {
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 50px;
}
.tp_arr02 i:after,
.tp_arr02 i:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: #646464;
}
.tp_arr02 i:before {
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -0.98rem;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scaleX(1) rotate(-45deg);
  -ms-transform: scaleX(1) rotate(-45deg);
  transform: scaleX(1) rotate(-45deg);
}
.tp_arr02 i:after {
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .tp_arr02 i {
    width: 37px;
  }
  .tp_arr02 i:before {
    right: 0;
    width: 0.14rem;
    height: 0.7rem;
    margin-top: -0.7rem;
  }
}
@-webkit-keyframes mvArrowIB {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 10px;
  }
  25% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 10px;
  }
  50% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    height: 0;
  }
  75% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    height: 0;
  }
  90% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(-10px, 5px);
    transform: rotate(-45deg) scaleX(1) translate(-10px, 5px);
    height: 0;
  }
}
@keyframes mvArrowIB {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 10px;
  }
  25% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 10px;
  }
  50% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    height: 0;
  }
  75% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    transform: rotate(-45deg) scaleX(0) translate(-10px, -5px);
    height: 0;
  }
  90% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(-10px, 5px);
    transform: rotate(-45deg) scaleX(1) translate(-10px, 5px);
    height: 0;
  }
}
@-webkit-keyframes mvArrowI {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  85% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes mvArrowI {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  85% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.no-touchevents .tp_arr02:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .tp_arr02:hover i:before {
  -webkit-animation: mvArrowIB 1.5s ease-in-out 0s infinite;
  animation: mvArrowIB 1.5s ease-in-out 0s infinite;
}
.no-touchevents .tp_arr02:hover i:after {
  -webkit-animation: mvArrowI 1.5s ease-in-out 0s infinite;
  animation: mvArrowI 1.5s ease-in-out 0s infinite;
}

.samiArea {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .samiArea {
    margin-top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .samiArea {
    margin-top: 50px;
  }
}
.samiArea > .in {
  position: relative;
  width: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.samiArea > .in .mv .img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.samiArea > .in .ttl_box {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-100%, -50%);
  max-width: calc(100vw * (350 / 1440));
}

@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -15%);
    max-width: calc(100vw * (406 / 640));
    width: 100%;
  }
}
.samiArea > .in .ttl_box .ttl_img {
  aspect-ratio: 351 / 164;
  width: 100%;
  height: auto;
}
.samiArea .mod_tit03.tp02 {
  font-family: source-han-sans-japanese;
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.18em;
  line-height: 1.42;
  color: #8e8066;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea .mod_tit03.tp02 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 640px) {
  .samiArea .mod_tit03.tp02 {
    font-size: 1.5rem;
  }
}
.samiArea .mod_tit03.tp02 span {
  font-size: 3.2rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 641px) and (max-width: 1366px) and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span {
    font-size: 1.1rem;
  }
}
.mod_tit03 .mod_tit03.tp02 span.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .mod_tit03 .mod_tit03.tp02 span.en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span.en {
    font-size: 1.7rem;
  }
}
.mod_tit03 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fin > .in {
  padding-top: 75px;
  padding-bottom: 100px;
}
@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: 3.5rem;
    padding-bottom: 5rem;
  }
}

.sec_campaign > .in .intro .wrap {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 85px 0 80px;
}
@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: 45px 0;
  }
}

.sec_campaign > .in .mod_wrap {
  background-color: #e4e0d7;
  padding-top: 63px;
  padding-bottom: 7rem;
}
@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: 13.2rem;
  }
}

.sec_campaign > .in .mod_wrap01 {
  max-width: 1240px;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #f9f9f7;
  border: 20px solid #fff;
  -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% - 3rem);
    padding: 2.7rem 0.7rem;
    border-width: 0.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .mod_wrap01 {
    max-width: 960px;
  }
}

.sec_campaign > .in .mod_wrap01:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #e2e0d6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .mod_wrap01:before {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border: 0.5px solid #e2e0d6;
  }
}
.sec_campaign > .in .en {
  font-family: "ltc-bodoni-175", serif;
  font-style: normal;
  font-weight: 400;
}
.sec_campaign > .in .intro .read {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
    YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2.12;
  color: #505050;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .read {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.66;
  }
}
@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;
    margin-top: 45px;
    max-width: 1000px;
    margin: 75px auto 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box {
    margin-top: 34px;
    width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box {
    margin-top: 3.6rem;
    padding: 0 2.75rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail {
  max-width: 480px;
  height: 210px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail {
    max-width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail {
    width: 100%;
    height: 11.5rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border: 0.6387px solid #e4e0d7;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail:before {
    background-size: 28px 28px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail.silver {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .txt_box {
  position: relative;
  z-index: 1;
}
.sec_campaign > .in .intro .detail_box .detail .catch {
  display: inline-block;
  margin: 0 auto;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 15px;
  color: #8e8066;
  position: relative;
  white-space: nowrap;
  padding-top: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .catch {
    font-size: 1.9rem;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 8px;
  }
}

.sec_campaign > .in .intro .detail_box .detail .catch .en {
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-size: 2.9rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .catch .en {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch .en {
    font-size: 1.5rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .catch:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 46px;
  height: 1px;
  background-color: #8e8066;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch:before {
    width: 25px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read {
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .read {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.5rem;
    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;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .price {
  font-size: 2.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  color: #b65369;
  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: 1.4rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .price .num {
  font-size: 5.3rem;
  color: #b65369;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .price .num {
    font-size: 2.9rem;
    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;
  }
}

.sec_campaign > .in .intro .step_wrap {
  background-color: #e4e0d7;
  padding: 84px 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: 40px 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: block;
    padding: 0 0 0 1.5rem;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li {
  display: block;
  position: relative;
  background-color: #e4e0d7;
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    width: 188px;
    height: 188px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    margin-bottom: 2rem;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li:last-child {
    margin-bottom: 0;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  display: block;
  width: 68px;
  height: 18px;
  background-image: url(../img/arr.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:before {
    right: -68px;
    width: 45px;
    height: 14px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:before {
    top: auto;
    bottom: 0.4rem;
    left: 4.8rem;
    right: auto;
    width: 2.4rem;
    height: 0.8rem;
    background-size: 2.4rem auto;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li:last-child:before {
  content: none;
}

.sec_campaign > .in .intro .step_wrap .step_box li:after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 50%;
  transform: translate(50%, 0);
  display: block;
  max-width: 873px;
  width: 90%;
  aspect-ratio: 873 / 437;
  background-image: url(../img/title_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:after {
    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: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dl {
  }
}
@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 dl::before {
  content: "";
  position: absolute;
  background-color: #e4e0d7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.4;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dl::before {
    content: none;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li dt {
  font-size: 3.1rem;
  letter-spacing: 0.13em;
  line-height: 1;
  /* margin-bottom: 30px; */
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt {
    font-size: 2.1rem;
    /* margin-bottom: 11px; */
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt {
    display: inline-block;
    text-align: center;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.37;
    margin-bottom: 0;
    padding-top: 2.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li dt::before,
  .sec_campaign > .in .intro .step_wrap .step_box li dt::after {
    content: "";
    position: absolute;
    width: 100%;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li dt::before {
    background-color: #e4e0d7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.4;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li dt::after {
    bottom: 5%;
    right: 50%;
    transform: translate(50%, 0);
    display: block;
    max-width: 873px;
    width: 90%;
    aspect-ratio: 873 / 437;
    background-image: url(../img/title_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.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: 2rem;
    line-height: 1;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li dt span {
  position: relative;
  padding: 0 28px 0 34px;
  font-family: sofia-pro, sans-serif;
  color: #9d814c;
}
@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 {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li dd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
    YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #666666;
  z-index: 2;
  height: 11rem;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dd {
    font-size: 1.2rem;
    height: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dd {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.66;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    display: inline-block;
    width: calc(100% - 9rem);
    margin-left: 1rem;
    height: auto;
  }
}
.sec_campaign > .in .formArea .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN,
    "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.13em;
  line-height: 1.41;
  color: #aa914b;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .title {
    font-size: 1.8rem;
    line-height: 1.38;
    margin-bottom: 1.3rem;
  }
}
.sec_campaign > .in .formArea .txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
    YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #313131;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .txt {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .txt {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1.81;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .txt {
    font-size: 1.2rem;
    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: 1.3rem;
  }
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .confirm .formlist.in .formlistTit span {
    font-size: 1.4rem;
  }
  .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: 1.1rem;
    font-weight: 600;
  }
}
.sec_campaign > .in .errorWrap + .formlistWrap {
  margin-top: 20px;
}
.sec_campaign > .in .formlistWrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  color: #666666;
  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: 4.5rem;
  }
}
.sec_campaign > .in .formlistWrap .title {
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
    YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #a7c961;
  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: 1.2rem;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formlistWrap .title {
    text-align: center;
    font-size: 1.2rem;
  }
}
.sec_campaign > .in .formlistWrap .title span {
  color: #666666;
  margin-left: 0.25em;
}
/*# sourceMappingURL=campaign.css.map */
