/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  margin: 0;
  text-align: center;
  background-color: #fff;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1d1d;
}

img {
  vertical-align: top;
  line-height: 0;
  margin: 0;
  width: 100%;
}

.yt {
  padding: 0 6%;
}
.yt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.cta {
  padding-top: 3.7%;
  padding-bottom: 7.3%;
  background-color: #f6e6ea;
}
.cta img {
  -webkit-animation: bounce 0.5s ease 0s infinite alternate;
  animation: bounce 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
footer {
  padding: 20px 0;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  footer {
    font-size: 14px;
  }
}
/*# sourceMappingURL=base.css.map */