.mainVisual {
  background: #FFE5E5;
  border-bottom: 1px solid #eeeeee;
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
}
.mainVisual__image {
  width: 100%;
}

.entry__container {
  max-width: 950px;
  margin: 0 auto;
}
.entry__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 325px;
  color: #ffffff;
  background: #ff0033;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 40px auto 0;
  border-radius: 8px;
}
.entry__button:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry__button {
  background: #FD5C5C;
}
@media screen and (max-width: 750px) {
  .entry__button {
    font-size: 2rem;
  }
}
.entry__link {
  color: #ffffff;
  text-decoration: none;
}
.entry__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry__link:visited {
  color: #ffffff;
}
.entry__link--main {
  display: block;
  padding: 16px 0;
}
.entry__text {
  text-align: center;
}
.entry__text--sup {
  position: relative;
  font-size: 1.2rem;
  vertical-align: top;
  top: 0.1em;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px;
}

.campaign__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .campaign__container {
    max-width: 375px;
  }
}
.campaign__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaign__title {
    font-size: 2rem;
  }
}
.campaign__title + * {
  margin-top: 40px;
}
.campaign__present {
  max-width: 520px;
  margin: 40px auto 0;
  padding: 32px 16px;
  background: #F4FFE5;
  border: solid 5px #A5D368;
  border-radius: 8px;
  text-align: center;
}
.campaign__text {
  text-align: center;
}
.campaign__conditions {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 32px;
}
.campaign__content, .campaign__content--end {
  position: relative;
  width: calc((100% - 192px) / 3);
  padding: 64px 8px 120px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .campaign__content, .campaign__content--end {
    width: auto;
    padding-bottom: 16px;
  }
}
.campaign__content + .campaign__content, .campaign__content--end + .campaign__content, .campaign__content + .campaign__content--end, .campaign__content--end + .campaign__content--end {
  position: relative;
  margin-left: 96px;
}
@media screen and (max-width: 750px) {
  .campaign__content + .campaign__content, .campaign__content--end + .campaign__content, .campaign__content + .campaign__content--end, .campaign__content--end + .campaign__content--end {
    margin: 72px auto 0;
  }
}
.campaign__content + .campaign__content::before, .campaign__content--end + .campaign__content::before, .campaign__content + .campaign__content--end::before, .campaign__content--end + .campaign__content--end::before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/ico_plus_01.png) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .campaign__content + .campaign__content::before, .campaign__content--end + .campaign__content::before, .campaign__content + .campaign__content--end::before, .campaign__content--end + .campaign__content--end::before {
    width: 40px;
    height: 40px;
    top: -56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.campaign__content--end {
  opacity: 0.7;
}
.campaign__content--end::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__label {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 8px;
  background: #A5D368;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.campaign__description {
  min-height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaign__description {
    width: calc(100% - 78px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.campaign__photo {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 110px;
  margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
  .campaign__photo {
    right: 8px;
    -webkit-transform: none;
            transform: none;
    max-width: 78px;
    margin: 0 0 0 16px;
  }
}
.campaign__list--annotation {
  display: table;
  margin: 24px auto 0;
  text-align: left;
}
.campaign__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.campaign__lead {
  margin: 40px auto 16px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}

.schedule__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .schedule__container {
    max-width: 375px;
  }
}
.schedule__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .schedule__title {
    font-size: 2rem;
  }
}
.schedule__title + * {
  margin-top: 40px;
}
.schedule__text {
  text-align: center;
}
.schedule__table {
  max-width: 523px;
  margin: 16px auto 8px;
}
.schedule__detail {
  margin-top: 32px;
}
.schedule__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.schedule__list--annotation {
  max-width: 523px;
  margin: 0 auto;
  text-align: right;
}