.l-main::before {
  background-image: url("../image/visual_02.jpg");
}
.campaign {
  margin-bottom: 60px;
  overflow: hidden;
}
.campaign__title {
  margin-bottom: 40px;
}
.campaign__body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 430px;
  margin-inline: 5%;
}
.campaign__subtitle {
  width: 53.5185185185%;
  margin-bottom: 20px;
}
.campaign__card {
  width: 50%;
  margin-bottom: 20px;
}
.campaign__note {
  paint-order: stroke;
  -webkit-text-stroke: 2px #FFFFFF;
  font-weight: 700;
  font-size: 14px;
}
.campaign-image__note.note--01 {
  position: absolute;
  bottom: 0;
  left: 52%;
  color: #000000;
  font-size: 18px;
  filter: drop-shadow(0 0 5px #FFFFFF) drop-shadow(0 0 5px #FFFFFF) drop-shadow(0 0 5px #FFFFFF);
}
.campaign-image__note.note--02 {
  position: absolute;
  bottom: 0;
  left: calc(52% + 400px);
  padding: 2px 6px;
  border: 1px solid #004da0;
  border-radius: 6px 6px;
  color: #004da0;
  font-weight: 500;
  font-size: 14px;
  filter: drop-shadow(0 0 2px #FFFFFF) drop-shadow(0 0 2px #FFFFFF) drop-shadow(0 0 2px #FFFFFF);
}
.campaign__badge {
  position: absolute;
  bottom: 360px;
  left: calc(50% + 450px);
  width: 152px;
  transform: translate(-50%, 50%);
  filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.4));
}
.campaign__end {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 800px);
  padding: 60px 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 77, 160, 0.85);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  text-align: center;
}
.details__body {
  padding: 10px 5% 60px;
  background: #FFFFFF;
}
.details__title {
  margin-inline: calc(-5.5555555556% + 10px);
  padding: 15px 30px;
  background: #004da0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.details__list {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
.details__list > li {
  margin-top: 56px;
}
.details__list h3 {
  font-weight: 900;
  font-size: 20px;
}
.details__list h3 + .note {
  margin-top: 0;
}
.details__list .bold {
  background: #b6fbff;
  font-weight: 900;
}
.details__list .note {
  margin-top: 8px;
  font-size: 14px;
}
.details__list .note li {
  display: inline;
}
.details__list a {
  text-decoration: underline;
}
.p-ice .item--01 {
  top: 9.4285714286%;
  left: -250px;
}
.p-ice .item--02 {
  top: 15.1428571429%;
  left: -130px;
}
.p-ice .item--03 {
  top: 18%;
  left: -160px;
}
.p-ice .item--04 {
  top: 22.5714285714%;
  left: -300px;
}
.p-ice .item--05 {
  top: 30.5714285714%;
  left: -130px;
}
.p-ice .item--06 {
  top: 46.5714285714%;
  left: -340px;
}
.p-ice .item--07 {
  top: 81.7142857143%;
  left: -100px;
}
.p-ice .item--08 {
  top: -0.2857142857%;
  right: 30px;
}
.p-ice .item--09 {
  top: 7.4285714286%;
  right: -180px;
}
.p-ice .item--10 {
  top: 19.4285714286%;
  right: -200px;
}
.p-ice .item--11 {
  top: 23.1428571429%;
  right: -80px;
}
.p-ice .item--12 {
  top: 28.8571428571%;
  right: -330px;
}
.p-ice .item--13 {
  top: 43.7142857143%;
  right: -100px;
}
.p-ice .item--14 {
  top: 62.8571428571%;
  right: -200px;
}
.p-ice .item--15 {
  top: 75.1428571429%;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .l-main::before {
    height: 166.6666666667vw;
    background-image: url("../image/visual_02_sp.jpg");
    background-size: cover;
  }
  .l-main::after {
    top: 146.6666666667vw;
    height: calc(100% - 146.6666666667vw);
  }
  .visual .c-title--h1 .text {
    width: 34.2028985507%;
  }
  .campaign {
    margin-bottom: 45px;
  }
  .campaign__title {
    width: 91.3043478261%;
    margin: 0 auto 20px;
  }
  .campaign__body {
    height: auto;
    margin-inline: 0;
  }
  .campaign__subtitle {
    width: 95.3623188406%;
    margin-bottom: 60vw;
  }
  .campaign__card {
    width: 100%;
    margin-bottom: 10px;
  }
  .campaign__note {
    font-size: 9px;
    text-align: center;
  }
  .campaign-image__note.note--01 {
    bottom: calc(45px + 36vw);
    left: 8%;
    font-size: 9px;
  }
  .campaign-image__note.note--02 {
    right: 8%;
    bottom: calc(45px + 36vw);
    left: auto;
    font-size: 9px;
  }
  .campaign__badge {
    bottom: 89.3333333333vw;
    left: 79.3333333333%;
    width: 22.6666666667%;
  }
  .campaign__end {
    width: max(290px, 80%);
    padding: 32px 0;
    font-size: 20px;
  }
  .details__body {
    padding: 10px 4.7619047619% 30px;
  }
  .details__title {
    margin-inline: 0;
    padding: 8px 30px;
    font-size: 16px;
  }
  .details__list {
    font-size: 14px;
  }
  .details__list > li {
    margin-top: 28px;
  }
  .details__list h3 {
    font-size: 16px;
  }
  .details__list .note {
    font-size: 10px;
  }
  .p-ice .item--01 {
    left: -60px;
    width: 94px;
  }
  .p-ice .item--02 {
    left: -50px;
    width: 84px;
  }
  .p-ice .item--03 {
    left: -10px;
    width: 61px;
  }
  .p-ice .item--04 {
    left: -120px;
    width: 155px;
  }
  .p-ice .item--05 {
    left: -50px;
    width: 82px;
  }
  .p-ice .item--06 {
    left: -130px;
    width: 181px;
  }
  .p-ice .item--07 {
    left: -50px;
    width: 84px;
  }
  .p-ice .item--08 {
    right: -30px;
    width: 133px;
  }
  .p-ice .item--09 {
    right: -50px;
    width: 83px;
  }
  .p-ice .item--10 {
    right: -50px;
    width: 102px;
  }
  .p-ice .item--11 {
    right: -50px;
    width: 66px;
  }
  .p-ice .item--12 {
    right: -140px;
    width: 181px;
  }
  .p-ice .item--13 {
    right: -50px;
    width: 78px;
  }
  .p-ice .item--14 {
    right: -90px;
    width: 123px;
  }
  .p-ice .item--15 {
    right: -50px;
    width: 83px;
  }
}
@media screen and (max-width: 320px) {
  .campaign__badge {
    bottom: 96vw;
  }
}
@media screen and (min-width: 1935px) {
  .l-main::before {
    height: 51.0416666667vw;
  }
  .l-main::after {
    top: 40.625vw;
    height: calc(100% - 51.0416666667vw);
  }
  .campaign__body {
    height: calc(51.0416666667vw - 450px - 5.2083333333vw);
  }
  .campaign-image__note.note--02 {
    left: calc(78.125% - 102px);
  }
  .campaign__badge {
    bottom: calc(52.8301886792% + 76px);
    left: 73.4375%;
  }
}
@media (any-hover: hover) {
  .details__list a:hover {
    text-decoration: none;
  }
}