@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

.c-heading2-01.c-heading2-mov span {
    background-color: #0895e6;
    box-shadow: 12px 0 0 #0895e6, -12px 0 0 #0895e6;
}

/* ========== icon ========== */
.icon-mov {
    position: relative;
    padding-left: 24px;
}
@media screen and (min-width: 640px) {
    .icon-mov {
        padding-left: 38px;
    }
}

.icon-mov:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    margin-top: 3px;
}
@media screen and (min-width: 640px) {
    .icon-mov:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: 0;
    }
}

.icon-mov:before {
    background-image: url(/landing/howto_movie/img/icon_01.png);
}

/* ========== movie ========== */
.movie-wrap{
  margin: 0 54px;
}
@media only screen and (max-width: 640px) {
    .movie-wrap {
      margin: 0 10px;
    }
}

.movie {
  height: 0;
  margin-top: 1.25em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media only screen and (max-width: 640px) {
    .movie {
        margin-top: .75em;
    }
}

.movie iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}