@charset "utf-8";

.c-btn {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-btn {
    text-align: center;
    width: auto;
    display: block;
  }
}
.c-btn:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .c-btn:hover {
    opacity: 1;
  }
}

.c-btn + .c-btn {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-btn + .c-btn {
    margin-left: 0;
  }
}

.c-btn.c-btn-general {
  color: #FFF;
}
.c-btn.c-btn-general:hover{
  text-decoration: none;
}
.c-btn.color01.c-btn-general{
  background: #fb9a00;
}
.c-btn.c-btn-general.c-disable{
  background: #999;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
.c-btn.color01.c-btn-general.c-btn-outline{
  border:solid 2px #fb9a00;
  background: #fff;
  color: #fb9a00;
}
.c-btn.color01.c-btn-general.c-btn-outline:hover{
  text-decoration: none;
}

}


/* メインイメージ */
.hero_campaign_01-wrap {
  position: relative;
  background:  #ffffff; /* fff100 */
  background-size: cover;
}
.hero_campaign_01-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff; /* fff100 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero_campaign_01 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero_campaign_01 .hero_campaign_01__campaign img {
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .hero_campaign_01 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px){
  .hero_campaign_01 img {
    display: block;
    max-width: 100%;
  }
}
.hero_campaign_01__campaign {
  text-align: center;
}

