/*  RESET CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visbility: hidden;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END RESET CSS */
html,
body {
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'breettyregular';
  src: url('../fonts/breetty_regular.eot');
  src: url('../fonts/breetty_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/breetty_regular.woff2') format('woff2'), url('../fonts/breetty_regular.woff') format('woff'), url('../fonts/breetty_regular.ttf') format('truetype'), url('../fonts/breetty_regular.svg#breettyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #72bee6;
  color: white;
  font-family: 'Gotham-Book';
  font-size: 21px;
}
body video {
  width: 666px;
  height: 666px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -360px;
  margin-right: -620px;
  display: none;
}
body video.current {
  display: block;
}
body #snow-container2 {
  pointer-events: none;
  width: 80%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 10%;
  opacity: 0.2;
}
body #snow-container2 .snow {
  width: 100%;
  height: 100vh;
  background: url(../img/snow2.svg) no-repeat center center;
  background-size: cover;
}
body #snow-container3 {
  pointer-events: none;
  width: 80%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 10%;
  opacity: 0.2;
}
body #snow-container3 .snow {
  width: 100%;
  height: 100vh;
  background: url(../img/snow3.svg) no-repeat center center;
  background-size: cover;
}
body #snow-container {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
body #snow-container .snow {
  width: 100%;
  height: 100vh;
  background: url(../img/snow.svg) repeat center center;
  background-size: cover;
}
body .step {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body #step1 {
  background-color: #78c2e2;
}
body #step1 .logo img {
  width: 100px;
  height: 72px;
  position: absolute;
  top: 15px;
  left: 15px;
}
body #step1 .snowball {
  width: 666px;
  height: 666px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -360px;
  margin-right: -620px;
  cursor: pointer;
}
body #step1 .snowball img {
  width: 100%;
}
body #step1 .snowball p {
  text-align: center;
  margin-top: -120px;
}
body #step1 .txt-container {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -140px;
  margin-left: -400px;
}
body #step1 .txt-container p {
  margin-top: 10px;
}
body #step2 {
  background-color: #7dc5e9;
  opacity: 0;
  visibility: hidden;
}
body #step3 {
  background-color: #72bee6;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #step3 .step-container {
  padding-bottom: 100px;
}
body #step3 .wish {
  display: none;
  max-width: 489px;
}
body #step3 .wish.current {
  display: inline-block;
}
body #step3 p {
  margin: 0 0 22px;
}
body #step3 p.share {
  margin-bottom: 50px;
  margin-top: 22px;
}
body #step3 #wish-txt {
  margin-top: -60px;
}
body #step3 .left,
body #step3 .right {
  display: inline-block;
}
body #step3 #social a {
  width: 48px;
  height: 48px;
  display: inline-block;
}
body #step3 #social a svg {
  width: 100%;
  height: 100%;
}
body #step3 #social a:nth-child(2) {
  margin: 0 40px;
}
body #step3 #social a:hover svg path {
  fill: #fff;
}
body #step3 .right {
  margin-left: 40px;
}
body #step3 .right a {
  width: 48px;
  height: 48px;
  display: inline-block;
}
body #step3 .right a svg {
  width: 100%;
  height: 100%;
}
body #step3 .right a:nth-child(2) {
  margin: 0 40px;
}
body #step3 .right a:hover svg .replayst0,
body #step3 .right a:hover svg .replayst1 {
  stroke: #fff;
}
body #step3 .right a:hover svg .replayst2 {
  fill: #fff;
}
body h2 {
  font-family: 'breettyregular';
  font-size: 64px;
  font-weight: normal;
}
body h3 {
  text-transform: uppercase;
  font-family: 'GothamLight';
  font-size: 42px;
  line-height: 55px;
  margin: 35px 0 0;
  font-weight: normal;
}
body h3 span {
  font-family: 'Gotham-Book';
}
body p b {
  font-family: 'GothamBold';
}
body p.share {
  color: black;
  font-family: 'GothamBold';
}
body #footer {
  background-color: #222222;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
body #footer p {
  font-size: 14px;
}
body #footer p a {
  color: white;
  text-decoration: none;
  display: inline;
}
body #footer .content {
  margin: 0px auto;
  transform: scale(1);
  display: table;
  margin-top: -5px;
}
body #footer .content p {
  display: table-cell;
  vertical-align: middle;
}
body #footer div.separator {
  width: 1px;
  background: #bbb;
  height: 32px;
  margin-top: 30px;
}
body #footer img {
  display: block;
  margin: 0 0px;
}
body #footer #footer1 {
  width: 49px;
  margin-right: 10px;
  height: 49px;
}
body #footer #footer2 {
  width: 52px;
  margin-left: 10px;
  height: 52px;
}
body #footer #footer3 {
  width: 52px;
  margin-left: 10px;
  height: 52px;
}
body #footer #footer4 {
  width: 98px;
  margin-left: 10px;
  height: 98px;
}
body #footer #footer5 {
  width: 38px;
  margin-left: 10px;
  height: 38px;
}
body #footer #footer6 {
  width: 60px;
  height: 60px;
}
body #footer #footer7 {
  width: 70px;
  height: 70px;
}
body #footer #footer8 {
  width: 60px;
  margin-right: 10px;
  height: 60px;
}
body #footer #footer9 {
  width: 57px;
  height: 57px;
}
body #footer #footer10 {
  width: 56px;
  margin-left: 10px;
  height: 56px;
}
body #footer #footer11 {
  width: 56px;
  margin-left: 10px;
  height: 56px;
}
body #footer #footer12 {
  width: 50px;
  margin-left: 10px;
  height: 50px;
}
body #footer #footer13 {
  width: 46px;
  margin-left: 10px;
  height: 46px;
}
body #footer #footer14 {
  width: 44px;
  margin-left: 10px;
  height: 44px;
}
body #footer #footer15 {
  width: 60px;
  margin-left: 15px;
  height: 60px;
}
@media all and (max-width: 1000px), all and (max-device-width: 1000px) {
  body #step1 {
    display: table;
  }
  body #step1 .snowball {
    position: relative;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    top: -55px;
    right: 0;
    width: 60vw;
  }
  body #step1 .txt-container {
    position: relative;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    top: -41px;
    left: 50px;
  }
  body #footer img {
    max-width: 4vw;
  }
}
@media all and (max-width: 800px), all and (max-device-width: 800px) {
  body .step {
    min-height: 100vh;
    padding-bottom: 10px;
  }
  body #step1 {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  body #step1 .snowball {
    display: block;
    margin: 0 auto;
    width: 100vw;
    right: inherit;
    top: inherit;
    height: auto;
    padding-bottom: 0px;
  }
  body #step1 .snowball img {
    margin-top: -70px;
  }
  body #step1 .snowball p {
    margin-top: -50px;
    font-size: 4.5vw;
  }
  body #step1 .txt-container {
    display: block;
    top: inherit;
    left: inherit;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    padding-top: 80px;
  }
  body #step1 .txt-container h2 {
    font-size: 46px;
  }
  body #step1 .txt-container h3 {
    font-size: 23px;
    line-height: 28px;
    margin: 15px 0;
  }
  body #step1 .txt-container p {
    font-size: 16px;
  }
  body #step3 {
    padding-bottom: 40px;
  }
  body #step3 .step-container {
    padding-bottom: 20px;
  }
  body #step3 .wish {
    width: 90vw;
  }
  body #step3 #wish-txt {
    margin-top: 20px;
    font-size: 18px;
    padding: 0 40px;
    line-height: 22px;
  }
  body #step3 p.share {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  body #step3 .right {
    margin-left: 0px;
  }
  body #step3 .left,
  body #step3 .right {
    display: block;
  }
  body video {
    width: 100%;
    height: auto;
    top: initial;
    right: initial;
    margin: 0 auto;
    position: relative;
  }
  body #footer {
    position: relative;
  }
  body #footer .content {
    margin: 0px auto;
    transform: scale(1);
    margin-top: 0px;
    padding-left: 10px;
  }
  body #footer img {
    max-width: 10vw;
  }
}
