html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  background-image: -webkit-linear-gradient(rgba(210, 210, 210, 0.3) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(210, 210, 210, 0.3) 1px, transparent 1px);
  background-image: linear-gradient(rgba(210, 210, 210, 0.3) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.3) 1px, transparent 1px);
  background-size: 30px 30px;
  background-color: #fff;
  background-position: -14px 14px;
}
@media (max-width: 767px) {
  body {
    background-size: 24px 24px;
  }
}

main {
  position: relative;
}
main::before {
  content: "";
  background: url(../img/bg-confetti.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  main::before {
    background: url(../img/bg-confetti.png) repeat;
    background-size: 180%;
  }
}

a {
  text-decoration: underline;
  color: #e05979;
  word-break: break-all;
}
a:hover {
  color: #e05979;
  text-decoration: none;
  opacity: 0.9;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 1230px;
  }
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.list-icon li:last-child {
  margin-bottom: 0;
}
.list-icon li span {
  padding-right: 3px;
}

.color-red {
  color: #e05979;
}

.color-blue {
  color: #4a91cd;
}

header {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #8ab7c3;
  padding: 20px 0;
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header .inner-header {
  position: relative;
  max-width: 1200px;
  padding-left: 4px;
  margin: 0 auto;
}
header .img-logo {
  width: 160px;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 80px;
  }
}

.title-campaign {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .title-campaign {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .title-campaign {
    font-size: 20px;
  }
}
.title-campaign span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f6ee92));
  background: -webkit-linear-gradient(transparent 65%, #f6ee92 65%);
  background: linear-gradient(transparent 65%, #f6ee92 65%);
}
@media (max-width: 575px) {
  .title-campaign span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6ee92));
    background: -webkit-linear-gradient(transparent 70%, #f6ee92 70%);
    background: linear-gradient(transparent 70%, #f6ee92 70%);
  }
}

.text-target {
  font-size: 15px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .text-target {
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    margin: 8px auto 0;
  }
}

.area-kv {
  text-align: center;
  padding: 0 15px;
  margin: 24px auto 40px;
}
@media (max-width: 575px) {
  .area-kv {
    padding: 0;
    margin: 0 auto 20px;
  }
}

.area-link {
  width: 95%;
  margin: 0 auto;
}
.area-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .area-link ul {
    display: block;
    margin: 0 auto 60px;
  }
}
.area-link li {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 1%;
}
@media (max-width: 767px) {
  .area-link li {
    width: 80%;
    margin: 20px auto;
  }
}
.area-link li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  padding: 20px 30px 20px 30px;
}
@media (max-width: 767px) {
  .area-link li a {
    font-size: 14px;
    padding: 14px 20px 14px 20px;
  }
}
.area-link li a::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: solid 1px #dcdcdc;
  z-index: -1;
}
.area-link li:nth-of-type(1) a {
  background: #4a91cd url("../img/icon-anchor-blue.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 20px center;
}
@media (max-width: 575px) {
  .area-link li:nth-of-type(1) a {
    background-size: 15px auto;
    background-position: right 10px center;
  }
}
.area-link li:nth-of-type(2) a {
  background: #e05979 url("../img/icon-anchor-pink.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 20px center;
}
@media (max-width: 575px) {
  .area-link li:nth-of-type(2) a {
    background-size: 15px auto;
    background-position: right 10px center;
  }
}

.area-campaign01 {
  position: relative;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background-position: left 10px top 10px, right 10px top 10px;
  background-repeat: no-repeat;
  background-size: 172px auto;
  padding: 80px 40px 40px 40px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .area-campaign01 {
    background-size: 120px auto;
    padding: 60px 40px 40px 40px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 {
    font-size: 15px;
    border-radius: 6px;
    background-size: 80px auto;
    padding: 45px 14px 40px;
    margin-top: 60px;
  }
}
.area-campaign01 {
  background-image: url("../img/bg-garland-blue-left.png"), url("../img/bg-garland-blue-right.png");
}
.area-campaign01::before {
  background: url("../img/title-campaign01.png") no-repeat center top;
  position: absolute;
  content: "";
  background-size: contain;
  top: -24px;
  right: 0;
  left: 0;
  width: 170px;
  height: 84px;
  margin: auto;
}
@media (max-width: 767px) {
  .area-campaign01::before {
    top: -20px;
    width: 140px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .area-campaign01::before {
    top: -13px;
    width: 90px;
    height: 45px;
  }
}
.area-campaign01 .box-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .area-campaign01 .box-campaign {
    display: block;
  }
}
.area-campaign01 .box-campaign .item-campaign {
  position: relative;
  width: 50%;
  max-width: 400px;
  background: #f0f4f6;
  border-radius: 5px;
  padding: 80px 0 60px 0;
  margin: 60px 0 0 80px;
  background-image: -webkit-linear-gradient(135deg, transparent 0 20px, #4a91cd 10px 35px, transparent 30px calc(100% - 55px), #4a91cd calc(100% - 55px) calc(100% - 40px), transparent calc(100% - 40px));
  background-image: linear-gradient(-45deg, transparent 0 20px, #4a91cd 10px 35px, transparent 30px calc(100% - 55px), #4a91cd calc(100% - 55px) calc(100% - 40px), transparent calc(100% - 40px));
}
@media (max-width: 1199px) {
  .area-campaign01 .box-campaign .item-campaign {
    width: 100%;
    margin: 100px auto 0;
  }
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .item-campaign {
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .item-campaign {
    background-image: -webkit-linear-gradient(135deg, transparent 0 20px, #4a91cd 10px 35px, transparent 30px calc(100% - 35px), #4a91cd calc(100% - 35px) calc(100% - 20px), transparent calc(100% - 40px));
    background-image: linear-gradient(-45deg, transparent 0 20px, #4a91cd 10px 35px, transparent 30px calc(100% - 35px), #4a91cd calc(100% - 35px) calc(100% - 20px), transparent calc(100% - 40px));
    padding: 50px 10px 35px 10px;
    margin: 60px auto 0;
  }
}
.area-campaign01 .box-campaign .item-campaign .text-coupon {
  position: relative;
  color: #4a91cd;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .item-campaign .text-coupon {
    font-size: 24px;
  }
}
.area-campaign01 .box-campaign .item-campaign .text-coupon::before {
  position: absolute;
  content: "";
  top: -70px;
  right: 10px;
  background: url("../img/bg-coupon.png") no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .item-campaign .text-coupon::before {
    top: -60px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .item-campaign .text-coupon::before {
    top: -30px;
    right: 0;
    width: 32px;
    height: 32px;
  }
}
.area-campaign01 .box-campaign .item-campaign .text-coupon span {
  display: block;
  font-size: 15px;
}
.area-campaign01 .box-campaign .item-campaign .list-icon {
  display: table;
  font-size: 14px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .item-campaign .list-icon {
    font-size: 13px;
  }
}
.area-campaign01 .box-campaign .item-campaign .balloon-campaign01 {
  position: absolute;
  top: -90px;
  left: -60px;
  width: 147px;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .item-campaign .balloon-campaign01 {
    top: -70px;
    left: 0;
    width: 130px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .item-campaign .balloon-campaign01 {
    top: -50px;
    left: -5px;
    width: 90px;
  }
}
.area-campaign01 .box-campaign .entry-campaign {
  width: 48%;
  max-width: 550px;
  text-align: center;
}
@media (max-width: 1199px) {
  .area-campaign01 .box-campaign .entry-campaign {
    width: 100%;
    margin: 40px auto 0;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry {
    font-size: 18px;
    line-height: 1.1;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry::before, .area-campaign01 .box-campaign .entry-campaign .title-entry::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 27px;
  height: 32px;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry::before, .area-campaign01 .box-campaign .entry-campaign .title-entry::after {
    width: 20px;
    height: 24px;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry::before, .area-campaign01 .box-campaign .entry-campaign .title-entry::after {
  bottom: 10px;
  background: url(../img/bg-entry-blue.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry::before, .area-campaign01 .box-campaign .entry-campaign .title-entry::after {
    bottom: 2px;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry::before {
  left: -40px;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry::before {
    left: -30px;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry::after {
  right: -40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry::after {
    right: -30px;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry .small {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry .small {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry .small {
    font-size: 15px;
  }
}
.area-campaign01 .box-campaign .entry-campaign .title-entry .number {
  font-size: 38px;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry .number {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign .title-entry .number {
    font-size: 28px;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl {
  display: table;
  border-radius: 5px;
  width: 100%;
  margin: 0;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl {
    display: block;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .entry-campaign dl dt {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl dt {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl dt span {
  font-size: 36px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .entry-campaign dl dt span {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl dt span {
    font-size: 24px;
    line-height: 1.5;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 0 15px 0;
}
@media (max-width: 767px) {
  .area-campaign01 .box-campaign .entry-campaign dl dd {
    padding: 15px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl dd {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 12px 0 12px 0;
    margin: 0;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl dd .small {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl dd .small {
    font-size: 14px;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl {
  border: solid 3px #4a91cd;
}
.area-campaign01 .box-campaign .entry-campaign dl dt {
  background: #4a91cd;
}
.area-campaign01 .box-campaign .entry-campaign dl.step01 {
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl.step01 {
    margin-bottom: 45px;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl.step01::after {
  position: absolute;
  content: "";
  bottom: -46px;
  left: 60px;
  width: 32px;
  height: 21px;
}
@media (max-width: 1199px) {
  .area-campaign01 .box-campaign .entry-campaign dl.step01::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .area-campaign01 .box-campaign .entry-campaign dl.step01::after {
    bottom: -36px;
    width: 24px;
    height: 18px;
  }
}
.area-campaign01 .box-campaign .entry-campaign dl.step01::after {
  background: url("../img/arrow-blue.png") no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .area-campaign01 .box-campaign .entry-campaign dl.step01::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.area-campaign02 {
  position: relative;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background-position: left 10px top 10px, right 10px top 10px;
  background-repeat: no-repeat;
  background-size: 172px auto;
  padding: 80px 40px 40px 40px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .area-campaign02 {
    background-size: 120px auto;
    padding: 60px 40px 40px 40px;
  }
}
@media (max-width: 575px) {
  .area-campaign02 {
    font-size: 15px;
    border-radius: 6px;
    background-size: 80px auto;
    padding: 45px 14px 40px;
    margin-top: 60px;
  }
}
.area-campaign02 {
  background-image: url("../img/bg-garland-pink-left.png"), url("../img/bg-garland-pink-right.png");
}
.area-campaign02::before {
  background: url("../img/title-campaign02.png") no-repeat center top;
  position: absolute;
  content: "";
  background-size: contain;
  top: -24px;
  right: 0;
  left: 0;
  width: 170px;
  height: 84px;
  margin: auto;
}
@media (max-width: 767px) {
  .area-campaign02::before {
    top: -20px;
    width: 140px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .area-campaign02::before {
    top: -13px;
    width: 90px;
    height: 45px;
  }
}
.area-campaign02 .box-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .area-campaign02 .box-campaign {
    display: block;
  }
}
.area-campaign02 .box-campaign .item-campaign {
  position: relative;
  width: 50%;
  max-width: 400px;
  text-align: center;
  margin: 0 0 0 80px;
}
@media (max-width: 1199px) {
  .area-campaign02 .box-campaign .item-campaign {
    width: 100%;
    margin: 60px auto 0;
  }
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .item-campaign {
    margin: 40px auto 0;
  }
}
.area-campaign02 .box-campaign .item-campaign .balloon-campaign02 {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 200px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .item-campaign .balloon-campaign02 {
    top: -30px;
    left: -5px;
    width: 140px;
  }
}
.area-campaign02 .box-campaign .item-campaign .img-metalcover {
  border: 1px solid #dddddd;
}
.area-campaign02 .box-campaign .item-campaign .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 12px 0 6px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .item-campaign .name {
    font-size: 18px;
    margin: 12px 0 8px;
  }
}
.area-campaign02 .box-campaign .item-campaign .name span {
  display: block;
  font-size: 18px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .item-campaign .name span {
    font-size: 15px;
  }
}
.area-campaign02 .box-campaign .item-campaign .note {
  color: #e05979;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .item-campaign .note {
    text-align: left;
    padding-left: 12px;
    text-indent: -12px;
  }
}
.area-campaign02 .box-campaign .item-campaign .note img {
  position: relative;
  top: -3px;
  left: -3px;
  width: 13px;
}
.area-campaign02 .box-campaign .entry-campaign {
  width: 48%;
  max-width: 550px;
  text-align: center;
}
@media (max-width: 1199px) {
  .area-campaign02 .box-campaign .entry-campaign {
    width: 100%;
    margin: 40px auto 0;
  }
}
.area-campaign02 .box-campaign .entry-campaign {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign {
    margin-top: 40px;
  }
}
.area-campaign02 .box-campaign .entry-campaign .title-entry {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .area-campaign02 .box-campaign .entry-campaign .title-entry {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign .title-entry {
    font-size: 18px;
    line-height: 1.1;
  }
}
.area-campaign02 .box-campaign .entry-campaign .title-entry::before, .area-campaign02 .box-campaign .entry-campaign .title-entry::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 27px;
  height: 32px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign .title-entry::before, .area-campaign02 .box-campaign .entry-campaign .title-entry::after {
    width: 20px;
    height: 24px;
  }
}
.area-campaign02 .box-campaign .entry-campaign .title-entry::before, .area-campaign02 .box-campaign .entry-campaign .title-entry::after {
  bottom: 6px;
  background: url(../img/bg-entry-pink.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign .title-entry::before, .area-campaign02 .box-campaign .entry-campaign .title-entry::after {
    bottom: 2px;
  }
}
.area-campaign02 .box-campaign .entry-campaign .title-entry::before {
  left: -40px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign .title-entry::before {
    left: -30px;
  }
}
.area-campaign02 .box-campaign .entry-campaign .title-entry::after {
  right: -40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign .title-entry::after {
    right: -30px;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl {
  border: solid 3px #e05979;
}
.area-campaign02 .box-campaign .entry-campaign dl dt {
  background: #e05979;
}
.area-campaign02 .box-campaign .entry-campaign dl dd {
  line-height: 1.1;
}
.area-campaign02 .box-campaign .entry-campaign dl dd a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl dd a {
    font-size: 16px;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl {
  display: table;
  border-radius: 5px;
  width: 100%;
  margin: 0;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl {
    display: block;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .area-campaign02 .box-campaign .entry-campaign dl dt {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl dt {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl dt span {
  font-size: 36px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .area-campaign02 .box-campaign .entry-campaign dl dt span {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl dt span {
    font-size: 24px;
    line-height: 1.5;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 0 15px 0;
}
@media (max-width: 767px) {
  .area-campaign02 .box-campaign .entry-campaign dl dd {
    padding: 15px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl dd {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 12px 0 12px 0;
    margin: 0;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl dd .small {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl dd .small {
    font-size: 14px;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl.step01::after {
  background: url("../img/arrow-pink.png") no-repeat;
  background-size: contain;
}
.area-campaign02 .box-campaign .entry-campaign dl.step01 {
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl.step01 {
    margin-bottom: 45px;
  }
}
.area-campaign02 .box-campaign .entry-campaign dl.step01::after {
  position: absolute;
  content: "";
  bottom: -46px;
  left: 60px;
  width: 32px;
  height: 21px;
}
@media (max-width: 1199px) {
  .area-campaign02 .box-campaign .entry-campaign dl.step01::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .entry-campaign dl.step01::after {
    bottom: -36px;
    width: 24px;
    height: 18px;
  }
}
.area-campaign02 .box-campaign .entry-campaign .list-icon {
  margin-top: 24px;
}
.area-campaign02 .box-campaign .entry-campaign .list-icon li {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .area-campaign02 .box-campaign .entry-campaign .list-icon li {
    text-align: left;
  }
}
.area-campaign02 .box-campaign .button-post {
  position: relative;
  display: block;
  width: 90%;
  max-width: 360px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #000000;
  padding: 20px 0 18px 0;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .area-campaign02 .box-campaign .button-post {
    font-size: 15px;
    padding: 17px 0 14px 0;
    margin: 30px auto 0;
  }
}
.area-campaign02 .box-campaign .button-post img {
  position: relative;
  left: -8px;
  top: -2px;
}
.area-campaign02 .box-campaign .button-post::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: solid 1px #dcdcdc;
}
.area-campaign02 hr {
  border: 0;
  height: 8px;
  background-image: -webkit-repeating-linear-gradient(135deg, #e0e0e0 0px, #e0e0e0 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: repeating-linear-gradient(-45deg, #e0e0e0 0px, #e0e0e0 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  margin: 40px 0;
}
.area-campaign02 .box-brand {
  text-align: center;
}
.area-campaign02 .box-brand .title-brand {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #00a0c9;
  border-radius: 100px;
  padding: 10px 45px 10px 45px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-brand {
    font-size: 15px;
    padding: 7px 35px 7px 35px;
  }
}
.area-campaign02 .box-brand .title-brand::before, .area-campaign02 .box-brand .title-brand::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  width: 13px;
  height: 17px;
  background: url(../img/icon-light-white.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-brand::before, .area-campaign02 .box-brand .title-brand::after {
    top: 7px;
    width: 10px;
    height: 14px;
  }
}
.area-campaign02 .box-brand .title-brand::before {
  left: 10px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-brand::before {
    left: 8px;
  }
}
.area-campaign02 .box-brand .title-brand::after {
  right: 10px;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-brand::after {
    right: 8px;
  }
}
.area-campaign02 .box-brand .title-badge {
  position: relative;
  max-width: 420px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-badge {
    max-width: 360px;
    font-size: 22px;
  }
}
.area-campaign02 .box-brand .title-badge::before, .area-campaign02 .box-brand .title-badge::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -30px;
  width: 34px;
  height: 38px;
  background: url(../img/bg-brand.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-badge::before, .area-campaign02 .box-brand .title-badge::after {
    top: -25px;
    width: 22px;
    height: 25px;
  }
}
.area-campaign02 .box-brand .title-badge::before {
  left: 10px;
}
.area-campaign02 .box-brand .title-badge::after {
  right: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.area-campaign02 .box-brand .title-badge span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f6ee92));
  background: -webkit-linear-gradient(transparent 65%, #f6ee92 65%);
  background: linear-gradient(transparent 65%, #f6ee92 65%);
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .title-badge span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f6ee92));
    background: -webkit-linear-gradient(transparent 70%, #f6ee92 70%);
    background: linear-gradient(transparent 70%, #f6ee92 70%);
  }
}
.area-campaign02 .box-brand .img-metal {
  margin-top: 20px;
}
.area-campaign02 .box-brand .button-itemlist {
  position: relative;
  display: block;
  width: 90%;
  max-width: 520px;
  color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #8ab7c3;
  padding: 24px 0 24px 0;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .area-campaign02 .box-brand .button-itemlist {
    font-size: 18px;
    padding: 14px 0 14px 0;
  }
}
.area-campaign02 .box-brand .button-itemlist::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: solid 1px #dcdcdc;
}

.area-attention {
  position: relative;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 40px;
  margin-top: 100px;
}
@media (max-width: 575px) {
  .area-attention {
    font-size: 15px;
    border-radius: 8px;
    padding: 30px 14px;
    margin: 60px 0 0 0;
  }
}
.area-attention .title-attention {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background: url("../img/icon-attention.png") no-repeat center top;
  background-size: 38px auto;
  padding-top: 48px;
  margin: 0;
}
@media (max-width: 575px) {
  .area-attention .title-attention {
    font-size: 18px;
    background-size: 28px auto;
    padding-top: 34px;
  }
}
.area-attention h3 {
  color: #8ab7c3;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #8ab7c3;
  padding-bottom: 10px;
  margin: 40px 0 14px 0;
}
@media (max-width: 575px) {
  .area-attention h3 {
    font-size: 15px;
    padding-bottom: 6px;
    margin: 30px 0 12px 0;
  }
}
.area-attention .list-icon li {
  font-size: 15px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media (max-width: 575px) {
  .area-attention .list-icon li {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.area-attention .list-icon li span {
  padding-right: 6px;
}

.area-keyword {
  width: 100%;
  max-width: 800px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #f4d2da;
  padding: 0;
  margin: 100px auto;
}
@media (max-width: 575px) {
  .area-keyword {
    border-radius: 8px;
    margin: 60px auto;
  }
}
.area-keyword .title-keyword {
  color: #e05979;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: #f4d2da;
  padding: 18px 0 14px 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .area-keyword .title-keyword {
    font-size: 18px;
    border-radius: 6px 6px 0 0;
    padding: 14px 0 10px 0;
  }
}
.area-keyword .text-keyword {
  font-size: 16px;
  padding: 30px;
}
@media (max-width: 575px) {
  .area-keyword .text-keyword {
    font-size: 15px;
    padding: 14px 14px 30px 14px;
  }
}
@media (max-width: 575px) {
  .area-keyword .text-keyword p:nth-of-type(1) {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .area-keyword .text-keyword .list-icon li {
    font-size: 13px;
    text-align: left;
  }
}
.area-keyword .xkeyword {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #b7bdc2;
  border-radius: 5px;
  background: #f6f7f7;
  padding: 16px 50px 12px 50px;
}
@media (max-width: 575px) {
  .area-keyword .xkeyword {
    font-size: 18px;
    padding: 16px 50px 15px 50px;
  }
}

footer {
  position: relative;
  color: #5e818a;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #8ab7c3;
  padding: 24px 0;
}
@media (max-width: 575px) {
  footer {
    padding: 20px 0;
  }
}
footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 30px;
  }
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .copyright {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}