@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
}

.sp-link {
  width: 940px;
  text-align: center;
  /*margin-top: 1rem; */
}

.sp-link a {
  /*background: #666; */
  /* padding: 0.5rem 2rem; */
  color: #fff;
  text-decoration: none;
}

.if-wrap {
  display: block;
  text-align: center;
}

.sp-link {
  display: none;
}

/*
@media screen and (max-width: 960px) {
  .if-wrap {
    position: relative;
    width: 100%;
    padding: calc(640 / 960 * 70%) 0 0;
  }
  .if-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
*/

/*
@media screen and (min-width:640px) {
  .if-wrap {
    margin-top: 0;
  }
}*/

/* sp */
@media (max-width: 639px) {
  .sp-link {
    display: block;
    width: 100%;
  }

  .if-wrap {
    display: none;
  }
}