/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*img {width: 100%;}*/
.campaign_inner {
  max-width: 1300px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner {
    width: 96%;
    padding: 0;
    margin-inline: auto;
  }
}
.campaign_inner .sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .sp {
    display: block;
  }
}
.campaign_inner .pc {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .pc {
    display: none;
  }
}
.campaign_inner .flex {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .flex {
    display: block;
  }
}
.campaign_inner picture {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.campaign_inner picture img {
  margin: 0;
  vertical-align: middle;
}
.campaign_inner img {
  width: 100%;
  height: auto;
}
.campaign_inner .ice-title {
  background-image: url(../img/title-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.campaign_inner .title {
  aspect-ratio: 1200/491;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .title {
    aspect-ratio: 720/335;
  }
}
.campaign_inner .point3 {
  aspect-ratio: 1200/285;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .point3 {
    aspect-ratio: 720/236;
  }
}
.campaign_inner .btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-area {
    flex-direction: column;
    gap: 10px;
  }
}
.campaign_inner .btn-appli-dl {
  aspect-ratio: 570/116;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-appli-dl {
    aspect-ratio: 655/140;
  }
}
.campaign_inner .btn-shoplist {
  aspect-ratio: 570/116;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-shoplist {
    aspect-ratio: 655/144;
  }
}
.campaign_inner .fade-in-up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.campaign_inner .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .campaign_inner .item {
    animation: none;
    transform: none;
    transition: none;
    opacity: 1;
  }
}
.campaign_inner .btnhv {
  transition: transform 0.2s ease;
}
.campaign_inner .btnhv:hover {
  transform: translateY(2px);
}
.campaign_inner .ice-camp-caption {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-camp-caption {
    font-size: 14px;
  }
}
.campaign_inner .btn-product,
.campaign_inner .btn-commitment {
  width: 28.5833333333%;
  height: auto;
  aspect-ratio: 343/56;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-product,
  .campaign_inner .btn-commitment {
    width: 87.5%;
    height: auto;
    aspect-ratio: 630/56;
  }
}
.campaign_inner .btn-product a,
.campaign_inner .btn-commitment a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-product a,
  .campaign_inner .btn-commitment a {
    font-size: 16px;
  }
}
.campaign_inner .btn-product a:after,
.campaign_inner .btn-commitment a:after {
  content: "";
  display: block;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-product a:after,
  .campaign_inner .btn-commitment a:after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
}
.campaign_inner .btn-commitment {
  aspect-ratio: 343/84;
}
.campaign_inner .btn-commitment a {
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.campaign_inner .btn-commitment a span {
  background-color: #fff;
  padding: 2px 40px;
  border-radius: 15px;
  display: inline-block;
  width: calc(100% - 30px);
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn-commitment a span {
    font-size: 12px;
    margin-block: 2px;
    padding: 0px 30px;
  }
}
.campaign_inner .btn--beige {
  background-color: #daa341;
}
.campaign_inner .btn--blue {
  background-color: #1EB5CC;
}
.campaign_inner .btn--blue span {
  color: #1EB5CC;
}
.campaign_inner .btn--bluemilk {
  background-color: #1595D4;
}
.campaign_inner .btn--bluemilk span {
  color: #1595D4;
}
.campaign_inner .btn--pink {
  background-color: #DA6A8C;
}
.campaign_inner .btn--pink span {
  color: #DA6A8C;
}
.campaign_inner .btn--orange {
  background-color: #F29500;
}
.campaign_inner .btn--pinkorange {
  background-color: #E85651;
}
.campaign_inner .btn--green {
  background-color: #50B89E;
}
.campaign_inner .ice-02, .campaign_inner .ice-03, .campaign_inner .ice-11 {
  position: relative;
}
.campaign_inner .ice-02 .btn-01, .campaign_inner .ice-02 .btn-02, .campaign_inner .ice-03 .btn-01, .campaign_inner .ice-03 .btn-02, .campaign_inner .ice-11 .btn-01, .campaign_inner .ice-11 .btn-02 {
  bottom: 20px;
}
.campaign_inner .ice-02 .btn-01, .campaign_inner .ice-03 .btn-01, .campaign_inner .ice-11 .btn-01 {
  left: 10.6666666667%;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-02 .btn-01, .campaign_inner .ice-03 .btn-01, .campaign_inner .ice-11 .btn-01 {
    left: 20px;
  }
}
.campaign_inner .ice-02 .btn-02, .campaign_inner .ice-03 .btn-02, .campaign_inner .ice-11 .btn-02 {
  left: 60.6666666667%;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-sp {
    position: relative;
  }
  .campaign_inner .ice-sp .btn-01 {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 343/56;
    width: 87.5%;
  }
  .campaign_inner .ice-sp .btn-01.btnhv:hover {
    transform: translateY(2px) translateX(-50%);
  }
}
.campaign_inner .ice-04 {
  position: relative;
  display: block;
  height: 100%;
}
.campaign_inner .ice-04 .btn-01 {
  left: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-04 .btn-01 {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 343/56;
    width: 87.5%;
  }
  .campaign_inner .ice-04 .btn-01.btnhv:hover {
    transform: translateY(2px) translateX(-50%);
  }
}
.campaign_inner .ice-05 {
  position: relative;
  display: block;
  height: 100%;
}
.campaign_inner .ice-05 .btn-01 {
  left: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-05 .btn-01 {
    bottom: 9.9864130435%;
  }
}
.campaign_inner .ice-05 .btn-02 {
  right: 30px;
  bottom: 30px;
}
.campaign_inner .ice-05 .btn-02 a:after {
  letter-spacing: 0;
  right: 10px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-05 .btn-02 {
    bottom: 30px;
    bottom: 2.0380434783%;
  }
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-05 .btn-01, .campaign_inner .ice-05 .btn-02 {
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 343/56;
    width: 87.5%;
  }
  .campaign_inner .ice-05 .btn-01.btnhv:hover, .campaign_inner .ice-05 .btn-02.btnhv:hover {
    transform: translateY(2px) translateX(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-05 .btn-02 {
    aspect-ratio: 343/76;
  }
}
.campaign_inner .ice-06, .campaign_inner .ice-07 {
  position: relative;
}
.campaign_inner .ice-06 .btn-01, .campaign_inner .ice-06 .btn-02, .campaign_inner .ice-07 .btn-01, .campaign_inner .ice-07 .btn-02 {
  position: absolute;
  height: auto;
  width: 100%;
}
.campaign_inner .ice-06 .btn-01 .btn-product, .campaign_inner .ice-06 .btn-01 .btn-commitment, .campaign_inner .ice-06 .btn-02 .btn-product, .campaign_inner .ice-06 .btn-02 .btn-commitment, .campaign_inner .ice-07 .btn-01 .btn-product, .campaign_inner .ice-07 .btn-01 .btn-commitment, .campaign_inner .ice-07 .btn-02 .btn-product, .campaign_inner .ice-07 .btn-02 .btn-commitment {
  width: 57.1666666667%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-06 .btn-01 .btn-product, .campaign_inner .ice-06 .btn-01 .btn-commitment, .campaign_inner .ice-06 .btn-02 .btn-product, .campaign_inner .ice-06 .btn-02 .btn-commitment, .campaign_inner .ice-07 .btn-01 .btn-product, .campaign_inner .ice-07 .btn-01 .btn-commitment, .campaign_inner .ice-07 .btn-02 .btn-product, .campaign_inner .ice-07 .btn-02 .btn-commitment {
    aspect-ratio: 343/66;
    width: 87.5%;
  }
}
.campaign_inner .ice-06 .btn-01, .campaign_inner .ice-07 .btn-01 {
  bottom: 27.0094134685%;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-06 .btn-01, .campaign_inner .ice-07 .btn-01 {
    bottom: 31.2775330396%;
  }
}
.campaign_inner .ice-06 .btn-02, .campaign_inner .ice-07 .btn-02 {
  bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-06 .btn-02, .campaign_inner .ice-07 .btn-02 {
    bottom: 20px;
    bottom: 7.8316201664%;
  }
}
.campaign_inner .ice-08, .campaign_inner .ice-09, .campaign_inner .ice-12, .campaign_inner .ice-13, .campaign_inner .ice-14, .campaign_inner .ice-15 {
  position: relative;
}
.campaign_inner .ice-08 .btn-01, .campaign_inner .ice-09 .btn-01, .campaign_inner .ice-12 .btn-01, .campaign_inner .ice-13 .btn-01, .campaign_inner .ice-14 .btn-01, .campaign_inner .ice-15 .btn-01 {
  left: 50%;
  bottom: 20px;
  position: absolute;
  transform: translateX(-50%);
  height: auto;
  aspect-ratio: 343/56;
  width: 57.1666666667%;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-08 .btn-01, .campaign_inner .ice-09 .btn-01, .campaign_inner .ice-12 .btn-01, .campaign_inner .ice-13 .btn-01, .campaign_inner .ice-14 .btn-01, .campaign_inner .ice-15 .btn-01 {
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 343/56;
    width: 87.5%;
  }
}
.campaign_inner .ice-10 {
  position: relative;
  display: block;
  height: 100%;
}
.campaign_inner .ice-10 .btn-01 {
  right: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-10 .btn-01 {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 343/56;
    width: 87.5%;
    bottom: 20px;
  }
  .campaign_inner .ice-10 .btn-01.btnhv:hover {
    transform: translateY(2px) translateX(-50%);
  }
}
.campaign_inner .ice-16 {
  position: relative;
  display: block;
  height: 100%;
}
.campaign_inner .ice-16 .btn-01 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-16 .btn-01 {
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 343/56;
    width: 87.5%;
    bottom: 20px;
  }
}
.campaign_inner .ice-02.pc {
  aspect-ratio: 1200/1273;
}
.campaign_inner .ice-03.pc {
  aspect-ratio: 1200/919;
}
.campaign_inner .ice-04 {
  aspect-ratio: 1200/505;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-04 {
    aspect-ratio: 720/1423;
  }
}
.campaign_inner .ice-05 {
  aspect-ratio: 1200/940;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-05 {
    aspect-ratio: 720/1913;
  }
}
.campaign_inner .ice-06 {
  aspect-ratio: 600/1381;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-06 {
    aspect-ratio: 720/2043;
  }
}
.campaign_inner .ice-07 {
  aspect-ratio: 600/1381;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-07 {
    aspect-ratio: 720/2019;
  }
}
.campaign_inner .ice-08 {
  aspect-ratio: 600/1291;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-08 {
    aspect-ratio: 720/1928;
  }
}
.campaign_inner .ice-09 {
  aspect-ratio: 600/1291;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-09 {
    aspect-ratio: 720/1767;
  }
}
.campaign_inner .ice-10 {
  aspect-ratio: 1200/856;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-10 {
    aspect-ratio: 720/1812;
  }
}
.campaign_inner .ice-11.pc {
  aspect-ratio: 1200/544;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-11-sp-1 .btnhv:hover, .campaign_inner .ice-11-sp-2 .btnhv:hover {
    transform: translateY(2px) translateX(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-11-sp-1 {
    aspect-ratio: 720/1106;
  }
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-11-sp-2 {
    aspect-ratio: 720/831;
  }
}
.campaign_inner .ice-12 {
  aspect-ratio: 600/490;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-12 {
    aspect-ratio: 720/1129;
  }
}
.campaign_inner .ice-13 {
  aspect-ratio: 600/490;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-13 {
    aspect-ratio: 720/773;
  }
}
.campaign_inner .ice-14 {
  aspect-ratio: 600/430;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-14 {
    aspect-ratio: 720/1016;
  }
}
.campaign_inner .ice-15 {
  aspect-ratio: 600/430;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-15 {
    aspect-ratio: 720/688;
  }
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ice-16 {
    aspect-ratio: 720/2291;
  }
}

.campaign_inner .camp_text {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .camp_text {
    margin-top: 60px;
  }
}
.campaign_inner .camp_text .title {
  margin-top: 120px;
}
.campaign_inner .camp_text h1 {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.5em;
  color: #5a2d14;
  letter-spacing: 0.08em;
}
.campaign_inner .camp_text h2 {
  color: #551937;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 auto 60px;
  font-size: 24px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .camp_text h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.campaign_inner .camp_text h3 {
  font-size: 25px;
  text-align: center;
  line-height: 1;
  color: #551937;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .camp_text h3 {
    font-size: 18px;
  }
}
.campaign_inner .camp_text h3 a {
  color: #c80059;
  height: 100px;
  display: block;
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 60px;
}
.campaign_inner .camp_text p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .camp_text p {
    font-size: 16px;
  }
}
.campaign_inner .camp_text h3 {
  font-size: 25px;
  text-align: center;
  line-height: 1;
}
.campaign_inner .camp_text h3 a {
  color: #c80059;
  height: 100px;
  display: block;
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 60px;
}
.campaign_inner .camp_text select,
.campaign_inner .camp_text input {
  font-size: 16px;
}
.campaign_inner .camp_text select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-right: 10px;
}
.campaign_inner .camp_text input {
  background-color: #551937;
  color: #fff;
  border-radius: 4px;
  padding: 10px 40px;
  cursor: pointer;
}
.campaign_inner .camp_text input:hover {
  background-color: #682948;
}
.campaign_inner .camp_text form {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 60px;
}
.campaign_inner .camp_text label {
  font-size: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .camp_text label {
    display: block;
    margin: 0 0 20px;
  }
}
.campaign_inner .shopList {
  width: 100%;
  margin-bottom: 100px;
  font-size: 14px;
  border-left: 1px solid #ede9ea;
}
.campaign_inner .shopList td,
.campaign_inner .shopList th {
  padding: 14.5px 0;
  border-bottom: 1px solid #ede9ea;
  width: 20%;
}
.campaign_inner .shopList th {
  border-top: 1px solid #ede9ea;
  background-color: #EAE2E6;
  border-right: 1px solid #fff;
  font-weight: bold;
  text-align: center;
}
.campaign_inner .shopList td {
  text-align: center;
  border-right: 1px solid #ede9ea;
}
.campaign_inner img {
  width: 100%;
}
.campaign_inner .ec-title {
  font-size: 22px;
  color: #e61c58;
  text-align: center;
  line-height: 1.6;
  margin: 60px auto 20px;
  font-weight: bold;
  max-width: 700px;
  width: 100%;
  position: relative;
}
.campaign_inner .ec-title br {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ec-title br {
    display: block;
  }
}
.campaign_inner .ec-title:before, .campaign_inner .ec-title:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  bottom: 0;
}
.campaign_inner .ec-title:before {
  left: 0;
  transform: rotate(-15deg);
  border-left: 2px solid #e61c58;
}
.campaign_inner .ec-title:after {
  right: 0;
  transform: rotate(15deg);
  border-right: 2px solid #e61c58;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ec-title {
    font-size: 16px;
    width: 95%;
    padding-right: 5px;
    padding-left: 5px;
    font-feature-settings: "palt";
  }
}
.campaign_inner .bnr {
  max-width: 480px;
  width: 90%;
  margin: 60px auto 20px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .bnr {
    margin-top: 30px;
  }
}
.campaign_inner .bnr a:hover img {
  opacity: 0.9;
}
.campaign_inner .ec-bnr-caption {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .ec-bnr-caption {
    font-size: 14px;
  }
}
.campaign_inner .btn {
  max-width: 480px;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #e61c58;
  border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .btn {
    width: 90%;
  }
}
.campaign_inner .btn a {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
  color: #e61c58;
  font-size: 16px;
}
.campaign_inner .btn a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #e61c58;
  border-top: 1px solid #e61c58;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.campaign_inner .campaign-button {
  margin: 30px auto;
  max-width: 430px;
  text-align: center;
  position: relative;
  width: 90%;
}
.campaign_inner .campaign-button a {
  display: block;
  color: #fff;
  background-color: #5A2D14;
  border-radius: 4px;
  letter-spacing: 0.06em;
  padding: 1em 0;
  line-height: 1;
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .campaign_inner .campaign-button a {
    font-size: 16px;
  }
}
.campaign_inner .campaign-button a:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(225deg);
  top: 20px;
  right: 20px;
  position: absolute;
}
.campaign_inner .campaign-button a:hover {
  background: #7b4223;
  color: #fff;
}
.campaign_inner .campaign-bnr {
  max-width: 480px;
  margin: 30px auto;
  width: 100%;
}
.campaign_inner .campaign-bnr img {
  width: 100%;
}
.campaign_inner .bnr-title {
  color: #551937;
  font-size: 3rem;
  line-height: 1.5em;
  margin: 60px auto 30px;
  text-align: center;
  font-weight: bold;
}

.forcms_block .campaign-caption p {
  line-height: 2;
}

.forcms_block .campaign-caption {
  padding-top: 30px;
}

body.campaign .main .forcms_block:last-child {
  padding-bottom: 80px;
}

.forcms_block .webreserve {
  border: 1px solid #fff;
  padding: 0 10px 10px;
  width: calc(100% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
}
.forcms_block .webreserve p {
  margin: 0;
}
.forcms_block .webreserve p strong {
  font-weight: bold;
  font-size: 120%;
}

ul.shop-list {
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
  flex-wrap: wrap;
  border: 5px solid #EAE2E6;
  padding: 30px;
}
@media only screen and (max-width: 1000px) {
  ul.shop-list {
    margin: 20px auto;
    padding: 10px;
    border: 3px solid #EAE2E6;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
}
ul.shop-list li {
  width: calc(25% - 20px);
  margin: 0.5em 10px;
  line-height: 1.6;
  font-size: 16px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  ul.shop-list li {
    width: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
}