@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@media only screen and (max-width: 780px) {
  .wrap_info + .section.campaign {
    margin-top: 30px;
  }
}

.section.campaign {
  background-color: #000000;
  background-image: url("../img/bg_cam.png");
  background-size: cover;
}

.section.campaign .inner {
  width: 980px;
  padding-left: 10px;
}

.section.campaign .campaign_txt {
  float: left;
  width: 495px;
  margin-right: 50px;
  padding-top: 19px;
}

.section.campaign .campaign_txt .campaign_title img {
  width: 300px;
}

.section.campaign .campaign_txt .campaign_title img:first-child {
  display: inline-block;
  margin-right: 8px;
  width: 183.5px;
}

.section.campaign .campaign_txt .campaign_explain {
  font-size: 28px;
  color: #c9b044;
  line-height: 1.43;
  margin-top: 14px;
  letter-spacing: -0.03em;
}

.section.campaign .campaign_txt .campaign_explain .red {
  font-size: 28px;
  color: #ff0000;
  letter-spacing: -0.03em;
}

.section.campaign .campaign_txt .campaign_lmit {
  margin-top: 12px;
}

.section.campaign .campaign_txt .campaign_detail {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.56;
  margin-top: 17px;
}

.section.campaign .campaign_txt .campaign_attention {
  font-size: 12px;
  color: #cccccc;
  line-height: 1.83;
  margin-top: 10px;
  letter-spacing: -0.03em;
}

.section.campaign .campaign_txt .campaign_attention .indent {
  font-size: 12px;
}

.section.campaign .campaign_img {
  float: left;
  width: 340px;
}

.section.campaign .campaign_img .campaign_btn {
  width: 308px;
}

@media only screen and (max-width: 780px) {
  .section.campaign {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .section.campaign {
    padding-top: 34px;
    background-image: url("../img/sp_bg_cam.png");
  }
}

@media only screen and (max-width: 780px) {
  .section.campaign .campaign_txt {
    width: 50%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 400px) {
  .section.campaign .campaign_txt {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 780px) {
  .section.campaign .campaign_txt .campaign_title {
    text-align: center;
  }
  .section.campaign .campaign_txt .campaign_title img:first-child {
    margin-right: 0px;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 780px) {
  .section.campaign .campaign_txt .campaign_lmit img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 400px) {
  .section.campaign .campaign_txt .campaign_detail {
    letter-spacing: -0.03em;
  }
}

@media only screen and (max-width: 780px) {
  .section.campaign .campaign_txt .campaign_attention .indent {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 780px) {
  .section.campaign .campaign_img {
    float: right;
    width: 42%;
  }
  .section.campaign .campaign_img:before {
    content: "";
    display: block;
    margin-top: 25%;
  }
}

@media only screen and (max-width: 400px) {
  .section.campaign .campaign_img {
    width: 100%;
    margin-top: 34px;
  }
  .section.campaign .campaign_img:before {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  .section.campaign .campaign_img .campaign_btn {
    width: 100%;
  }
}

.coach_link {
  display: inline-block;
  height: 52px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6;
}

.coach_link:hover {
  opacity: 0.8;
}

.coach_link a {
  color: #85001d;
  display: inline-block;
  font-size: 23px;
  padding-top: 3px;
}

@media only screen and (max-width: 400px) {
  .coach_link a {
    font-size: 16px;
    padding-top: 10px;
  }
}

.coach_introduction {
  position: relative;
}

.coach_introduction a:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 74px;
  height: 74px;
  background-image: url("../img/icon_distribution_click.png");
  background-size: contain;
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media only screen and (max-width: 780px) {
  .coach_introduction {
    position: absolute;
  }
}

@media only screen and (max-width: 500px) {
  .coach_introduction {
    position: relative;
  }
}

@media only screen and (max-width: 780px) {
  .coach_introduction a:before {
    width: 50px;
    height: 50px;
    -webkit-animation-name: tab_shake;
    animation-name: tab_shake;
  }
}

@media only screen and (max-width: 500px) {
  .coach_introduction a:before {
    width: 74px;
    height: 74px;
    -webkit-animation-name: sp_shake;
    animation-name: sp_shake;
  }
}

@media only screen and (max-width: 500px) {
  .coach_introduction a {
    position: relative;
    display: inline-block;
  }
}

@-webkit-keyframes bound {
  0% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -6px;
  }
  50% {
    width: 78px;
    height: 78px;
    top: -17px;
    right: -8px;
  }
  100% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -6px;
  }
}

@keyframes bound {
  0% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -6px;
  }
  50% {
    width: 78px;
    height: 78px;
    top: -17px;
    right: -8px;
  }
  100% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -6px;
  }
}

@-webkit-keyframes shake {
  0% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -15px;
  }
  70% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -15px;
  }
  75% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -12px;
  }
  80% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -17px;
  }
  85% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -12px;
  }
  90% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -17px;
  }
  95% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -12px;
  }
  100% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -17px;
  }
}

@keyframes shake {
  0% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -15px;
  }
  70% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -15px;
  }
  75% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -12px;
  }
  80% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -17px;
  }
  85% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -12px;
  }
  90% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -17px;
  }
  95% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -12px;
  }
  100% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -17px;
  }
}

@-webkit-keyframes tab_shake {
  0% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 30px;
  }
  70% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 30px;
  }
  75% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 27px;
  }
  80% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 33px;
  }
  85% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 27px;
  }
  90% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 33px;
  }
  95% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 27px;
  }
  100% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 33px;
  }
}

@keyframes tab_shake {
  0% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 30px;
  }
  70% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 30px;
  }
  75% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 27px;
  }
  80% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 33px;
  }
  85% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 27px;
  }
  90% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 33px;
  }
  95% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 27px;
  }
  100% {
    width: 50px;
    height: 50px;
    top: 35px;
    right: 33px;
  }
}

@-webkit-keyframes sp_shake {
  0% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -16px;
  }
  70% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -16px;
  }
  75% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -18px;
  }
  80% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -14px;
  }
  85% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -18px;
  }
  90% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -14px;
  }
  95% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -18px;
  }
  100% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -14px;
  }
}

@keyframes sp_shake {
  0% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -16px;
  }
  70% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -16px;
  }
  75% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -18px;
  }
  80% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -14px;
  }
  85% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -18px;
  }
  90% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -14px;
  }
  95% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -18px;
  }
  100% {
    width: 74px;
    height: 74px;
    top: -15px;
    right: -14px;
  }
}
