@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  background-position: 50% 50%;
  color: #475056;
  font-family: "Rounded Mplus 1c",'Helvetica Neue','Yu Gothic','YuGothic','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
}

body {
  min-width: 1024px;
}

img {
  vertical-align: bottom;
}

a {
  color: #63a8cc;
  -webkit-transition: opacity 0.3s ease, color 0.2s ease;
  -webkit-transition-delay: 0, 0;
  -moz-transition: opacity 0.3s ease 0, color 0.2s ease 0;
  -o-transition: opacity 0.3s ease 0, color 0.2s ease 0;
  transition: opacity 0.3s ease 0, color 0.2s ease 0;
}

a:hover {
  color: #dd6595;
}

#container {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/container_bk.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

#jumbotron {
  width: 100%;
  height: 939px;
  overflow: hidden;
}

#jumbotron .inner {
  position: fixed;
  width: 980px;
  height: 939px;
  top: 0;
  left: 50%;
  margin-left: -490px;
  z-index: 2;
}

#jumbotron .inner h1 {
  position: absolute;
  top: 715px;
  left: 114px;
  width: 751px;
  height: 117px;
  background-image: url(../img/header_h1.png);
  background-size: cover;
  font-size: 0;
  z-index: 2;
}

#jumbotron .inner h2 {
  position: absolute;
  top: 806px;
  left: 196px;
  width: 587px;
  height: 91px;
  background-image: url(../img/header_h2.png);
  background-size: cover;
  font-size: 0;
  z-index: 2;
}

#jumbotron .inner h3 {
  position: absolute;
  top: 664px;
  left: 195px;
  width: 590px;
  height: 90px;
  background-image: url(../img/header_h3.png);
  background-size: cover;
  font-size: 0;
  z-index: 2;
}

#jumbotron .inner .copy_right {
  position: absolute;
  top: 35px;
  right: -20px;
  width: 100px;
  height: 695px;
  background-image: url(../img/header_copy_right.png);
  background-size: cover;
  font-size: 0;
  z-index: 3;
}

#jumbotron .inner .copy_left {
  position: absolute;
  top: 33px;
  left: -14px;
  width: 100px;
  height: 713px;
  background-image: url(../img/header_copy_left.png);
  background-size: cover;
  font-size: 0;
  z-index: 3;
}

#jumbotron .inner .line {
  position: absolute;
  top: 779px;
  left: 46px;
  width: 934px;
  height: 76px;
  z-index: 2;
}

#jumbotron .inner .line .left {
  position: absolute;
  width: 467px;
  height: 76px;
  top: 0;
  right: 50%;
  background-image: url(../img/header_line_left.png);
  background-size: 467px 76px;
  background-position: 0 0;
}

#jumbotron .inner .line .right {
  position: absolute;
  width: 467px;
  height: 76px;
  top: 0;
  left: 50%;
  background-image: url(../img/header_line_right.png);
  background-size: 467px 76px;
  background-position: 100% 0;
}

#jumbotron .inner #particle {
  position: absolute;
  top: 0;
  left: -470px;
  z-index: 1;
}

#jumbotron .inner .white_bk {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}

#character {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1210px;
  height: 1080px;
  margin-left: -665px;
  background-image: url(../img/header_character.png);
  background-size: cover;
  z-index: 1;
}

#character.animation_on {
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  -moz-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#character_blur {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1210px;
  height: 1080px;
  margin-left: -665px;
  background-image: url(../img/header_character_b.png);
  background-size: cover;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 0.7s ease 0;
  -o-transition: opacity 0.7s ease 0;
  transition: opacity 0.7s ease 0;
}

#character_blur.animation_on {
  -webkit-animation: fuwafuwa 8s ease-in-out infinite alternate;
  -moz-animation: fuwafuwa 8s ease-in-out infinite alternate;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#character_blur.active_blur {
  -webkit-transition: opacity 1.5s ease;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 1.5s ease 0;
  -o-transition: opacity 1.5s ease 0;
  transition: opacity 1.5s ease 0;
  opacity: 1;
}

#jumbotron_blur {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/container_bk_b.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 0.7s ease 0;
  -o-transition: opacity 0.7s ease 0;
  transition: opacity 0.7s ease 0;
}

#jumbotron_blur.active_blur {
  -webkit-transition: opacity 1.5s ease;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 1.5s ease 0;
  -o-transition: opacity 1.5s ease 0;
  transition: opacity 1.5s ease 0;
  opacity: 1;
}

#navigation {
  position: relative;
  width: 100%;
  height: 91px;
  background-image: url(../img/nav_bk.png);
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 1680px 91px;
  z-index: 10;
}

#navigation ul {
  width: 850px;
  height: 51px;
  margin: 0 auto;
  padding-top: 17px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

#navigation ul li {
  display: block;
}

#navigation ul li a {
  display: block;
  height: 51px;
  background-image: url(../img/nav_icons.png);
  background-size: 418px 51px;
  font-size: 0;
}

#navigation ul li a:hover {
  opacity: 0.5;
}

#navigation ul li a.information {
  width: 114px;
  background-position: 0 0;
}

#navigation ul li a.ticket {
  width: 59px;
  background-position: -114px 0;
}

#navigation ul li a.artist {
  width: 57px;
  background-position: -173px 0;
}

#navigation ul li a.goods {
  width: 59px;
  background-position: -230px 0;
}

#navigation ul li a.attention {
  width: 92px;
  background-position: -289px 0;
}

#navigation ul li a.faq {
  width: 37px;
  background-position: -381px 0;
}

#navigation.nav_fixed {
  position: fixed;
  top: -8px;
  left: 0;
}

#contents {
  position: relative;
  background-image: url(../img/content_bk_2.png);
  z-index: 5;
}

#contents.nav_fixed {
  margin-top: 91px;
}

#pickup {
  width: 100%;
  margin-top: -15px;
}

#pickup section {
  position: relative;
  float: left;
  width: 50%;
  height: 200px;
}

#pickup:after {
  display: block;
  clear: both;
  content: "";
}

#pickup #headline {
  background-color: rgba(240, 234, 234, 0.5);
}

#pickup #headline .inner {
  position: absolute;
  width: 475px;
  height: 200px;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#pickup #headline .inner dl {
  padding: 26px 0 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  font-size: 14px;
  line-height: 150%;
}

#pickup #headline .inner dl dt {
  float: left;
  width: 100px;
  padding-top: 20px;
  color: #c56e91;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#pickup #headline .inner dl dd {
  float: left;
  width: 340px;
  padding-top: 20px;
  text-align: justify;
}

#pickup #headline .inner dl dd a {
  color: #475056;
}

#pickup #headline .inner dl dd a:hover {
  color: #dd6595;
}

#pickup #presale {
  background-image: url(../img/presale_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
}

#pickup #presale .inner {
  position: absolute;
  width: 216px;
  height: 160px;
  top: 40px;
  left: 35px;
}

#pickup #presale .inner h1 {
  display: block;
  width: 101px;
  height: 20px;
  margin: 0 auto;
  background-image: url(../img/presale_h1.png);
  background-size: cover;
  font-size: 0;
}

#pickup #presale .inner p {
  padding: 25px 23px 15px 18px;
  color: #fff;
  font-size: 12px;
  line-height: 200%;
}

#pickup #presale .inner a {
  position: relative;
  display: block;
  padding: 7px 0 6px 16px;
  background-color: #dfab3b;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
}

#pickup #presale .inner a:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 9px;
  right: 14px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

#pickup #presale .inner a:hover {
  opacity: 0.5;
}

#pickup #presale .inner span {
  position: relative;
  display: block;
  padding: 7px 0 6px 0;
  background-color: #aaa;
  color: #777;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.section_box {
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
}

.section_box .wrapper {
  width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.section_box .wrapper > .header {
  float: left;
  width: 340px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

.section_box .wrapper > .inner {
  float: left;
  width: 630px;
}

.section_box .wrapper:after {
  display: block;
  clear: both;
  content: "";
}

#information .header {
  background-image: url(../img/information_h1.png);
  background-size: 230px 27px;
}

#information .inner {
  padding: 50px 0 40px;
}

#information .inner h2 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#information .inner h2 .week {
  color: #dd6595;
  letter-spacing: -0.05em;
}

#information .inner .indent {
  margin: 25px 0 0;
  padding: 5px 0 5px 20px;
  border-left: 4px solid #e9a3bf;
  font-size: 16px;
  line-height: 100%;
}

#information .inner .indent dl {
  display: block;
  margin-top: 15px;
}

#information .inner .indent dl:first-child {
  margin-top: 0;
}

#information .inner .indent dt, #information .inner .indent dd {
  display: inline-block;
}

#information .inner .indent dt:after {
  display: inline-block;
  padding: 0 5px 0 5px;
  content: "-";
}

#information .inner .indent dd {
  padding-right: 15px;
}

#information .inner .tip {
  display: block;
  padding: 15px 0 0;
  color: #e9a3bf;
  font-size: 14px;
  line-height: 100%;
}

#information .inner .place {
  padding-top: 20px;
  font-size: 16px;
}

#information .inner .place dt {
  display: inline-block;
  padding-right: 10px;
}

#information .inner .place dd {
  display: inline-block;
  padding-right: 25px;
}

#ticket .header {
  background-image: url(../img/ticket_h1.png);
  background-size: 109px 25px;
}

#ticket .wrapper > .inner {
  padding: 33px 0 45px;
}

#ticket #goods .wrapper > .inner {
  padding: 15px 0 0;
}

#ticket .wrapper > .inner .ticket_type {
  position: relative;
  display: block;
  height: 78px;
  margin-bottom: 8px;
  padding: 30px 0 0 96px;
}

#ticket .wrapper > .inner .ticket_type h1 {
  position: absolute;
  display: block;
  width: 63px;
  height: 108px;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#ticket .wrapper > .inner .ticket_type h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

#ticket .wrapper > .inner .ticket_type h2 .tax {
  font-size: 16px;
  line-height: 100%;
}

#ticket .wrapper > .inner .ticket_type p {
  padding-top: 15px;
  font-size: 12px;
  line-height: 150%;
}

#ticket .wrapper > .inner .ticket_type#ticket_s {
  border: 1px solid #eacece;
  background-color: #f8f2f2;
  height: 150px;
}

#ticket .wrapper > .inner .ticket_type#ticket_s h1 {
  background-size: 33px 21px;
  background-image: url(../img/ticket_h2_01.png);
  background-color: #eacece;
  height: 180px;
}

#ticket .wrapper > .inner .ticket_type#ticket_s h2 {
  color: #dd6595;
}

#ticket .wrapper > .inner .ticket_type#ticket_a {
  border: 1px solid #d2ceec;
  background-color: #f2f3f9;
  height: 130px;
}

#ticket .wrapper > .inner .ticket_type#ticket_a h1 {
  background-size: 35px 21px;
  background-image: url(../img/ticket_h2_02.png);
  background-color: #d2ceec;
  height: 160px;
}

#ticket .wrapper > .inner .ticket_type#ticket_a h2 {
  color: #958ebf;
}

#ticket .wrapper > .inner .ticket_type#ticket_b {
  border: 1px solid #c6d8aa;
  background-color: #f5f9f2;
}

#ticket .wrapper > .inner .ticket_type#ticket_b h1 {
  background-size: 33px 21px;
  background-image: url(../img/ticket_h2_03.png);
  background-color: #c6d8aa;
}

#ticket .wrapper > .inner .ticket_type#ticket_b h2 {
  color: #92a96f;
}

#ticket .wrapper > .inner .tip {
  display: block;
  padding: 17px 0 0;
  color: #e9a3bf;
  font-size: 14px;
  line-height: 130%;
}

#ticket .wrapper > .inner > h2 {
  padding-top: 43px;
  color: #dd6595;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

#ticket .wrapper > .inner .indent {
  margin: 15px 0 15px 0;
  padding: 5px 0 5px 20px;
  border-left: 4px solid #e9a3bf;
  font-size: 14px;
  line-height: 100%;
}

#ticket .wrapper > .inner .indent p {
  padding-bottom: 12px;
}

#ticket .wrapper > .inner .indent ul li {
  display: block;
  padding-bottom: 12px;
}

#ticket .wrapper > .inner .indent ul li:before {
  content: "・";
}

#ticket .wrapper > .inner .indent h3 {
  padding-bottom: 12px;
}

#ticket .wrapper > .inner .indent h3:before {
  content: "・";
}

#ticket .wrapper > .inner .indent ol li {
  display: block;
  padding-bottom: 12px;
}

#ticket .wrapper > .inner .indent ol li:before {
  display: inline-block;
  padding-right: 2px;
  color: #e9a3bf;
  content: attr(data-number);
}

#ticket .wrapper > .inner .indent ol li:last-child {
  padding-bottom: 0;
}

#ticket .wrapper > .inner > a.boxlink {
  width: 600px; 
  display: block;
  padding: 17px 0 16px 0;
  background-color: #dd6595;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -webkit-transition-delay: 0;
  -moz-transition: background-color 0.3s ease 0;
  -o-transition: background-color 0.3s ease 0;
  transition: background-color 0.3s ease 0;

}
#ticket .wrapper > .inner > a.boxlink:hover {
  background-color: #63a8cc;
}
#ticket .wrapper > .inner > a.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #b1b7bb;
}


#artist .header {
  background-image: url(../img/artist_h1.png);
  background-size: 107px 26px;
}

#artist .inner {
  padding-top: 33px;
}

#artist .inner .artist {
  float: left;
  width: 115px;
  height: 200px;
  margin-right: 46px;
}

#artist .inner .artist:nth-of-type(4n) {
  margin-right: 0;
}

#artist .inner .artist .thumbnail {
  width: 107px;
  height: 97px;
  box-shadow: 0 1px 3px #e3dddf;
  border: 4px solid #ffffff;
  background-image: url(../img/artist_img_00.png);
  background-size: cover;
}

#artist .inner .artist h1 {
  padding-top: 24px;
  color: #a08d93;
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
}

#artist .inner .etc {
  float: left;
  width: 115px;
  height: 155px;
  padding-top: 45px;
  color: #e17ba3;
  text-align: center;
  line-height: 100%;
}

#artist .inner:after {
  display: block;
  clear: both;
  content: "";
}

#goods .header {
  background-image: url(../img/goods_h1.png);
  background-size: 130px 25px;
}

#goods .inner {
  padding: 28px 0 50px;
}


#goods .inner p {
  width: 304px;
  height: 121px;
  background-image: url(../img/goods_comingsoon.png);
  background-size: cover;
  font-size: 0;
}

#goods .inner .goods {
  float: left;
  width: 169px;
  height: 280px;
  margin-right: 46px;
  box-shadow: 0 1px 3px #e3dddf;
  background: #fff;
  margin-bottom: 40px; 
}

#goods .inner .goods:nth-of-type(3n) {
  margin-right: 0;
}

#goods .inner .goods .thumbnail {
  width: 140px;
  height: 140px;
  border: 1px solid #d2c2c7;
  /*box-shadow: 0 1px 3px #e3dddf;*/
  margin: 15px;
  background-image: url(../img/goods_img_00.png);
  background-size: cover;
}

#goods .inner .goods h1 {
  padding-top: 5px;
  color: #a08d93;
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
}
#goods .inner .goods h2 {
  padding-top: 5px;
  color: #a08d93;
  font-size: 12px;
  line-height: 150%;
  /*font-weight: bold;*/
  text-align: center;
}
#goods .inner .etc {
  float: left;
  width: 169px;
  height: 250px;
  padding-top: 45px;
  color: #e17ba3;
  text-align: center;
  line-height: 100%;
}

#goods .inner:after {
  display: block;
  clear: both;
  content: "";
}

#attention .header {
  background-image: url(../img/attention_h1.png);
  background-size: 190px 27px;
}

#attention .inner {
  padding: 33px 0 50px;
}

#attention .inner ul {
  padding: 0 0 0 14px;
}

#attention .inner ul li {
  display: block;
  padding-bottom: 18px;
  text-align: justify;
  font-size: 14px;
  line-height: 200%;
}

#attention .inner ul li:before {
  color: #e9a3bf;
  content: "●";
}

#attention .inner p {
  padding: 12px 0 0 14px;
  text-align: justify;
  font-size: 14px;
  line-height: 100%;
}

#faq .header {
  background-image: url(../img/faq_h1.png);
  background-size: 66px 26px;
}

#faq .inner {
  padding: 45px 0 58px;
}

#faq .inner dl {
  padding-left: 14px;
}

#faq .inner dl dt {
  display: block;
  color: #dd6595;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
  text-align: justify;
}

.new {
  background-color: #dd6595;
  color: #ffffff;
  font-size: 12px;
}

.box {
  width: 569px;
  padding: 15px;
  margin-bottom: 40px;
  background-color: #fff;
  line-height: 170%;
  font-size: 12px;
  color: #a08d93;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.box strong {
  line-height: 170%;
  font-size: 16px;
  font-weight: 700;

}
.min {
  font-size: 10px;
  line-height: 100%;
}

#faq .inner dl dt:before {
  content: "Q.";
}

#faq .inner dl dd {
  display: block;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 200%;
  text-align: justify;
}

#faq .inner dl dd:before {
  color: #53b7e5;
  content: "A.";
}

#faq .inner p {
  padding: 20px 0 0 14px;
  font-size: 14px;
  line-height: 100%;
  text-align: justify;
}

#footer {
  padding: 63px 0 100px;
}

#footer .inner {
  text-align: center;
}

#footer .inner a {
  display: inline-block;
  width: 210px;
  height: 49px;
  background-image: url(../img/footer_logo.png);
  background-size: cover;
  font-size: 0;
}

#footer .inner a:hover {
  opacity: 0.5;
}

#footer .inner p {
  padding-top: 20px;
  font-size: 16px;
  color: #999;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

#loading .inner {
  position: absolute;
  width: 500px;
  height: 4px;
  top: 50%;
  right: 50%;
  margin-right: -250px;
}

#loading .inner .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #dd6595;
}

.no-js #loading {
  display: none;
}

.csstransforms #jumbotron .copy,
.csstransforms #jumbotron h1, .csstransforms #jumbotron h2, .csstransforms #jumbotron h3 {
  opacity: 0;
}

.csstransforms #jumbotron #character {
  opacity: 0;
}

.csstransforms #jumbotron .white_bk {
  opacity: 1;
}

.csstransforms #jumbotron .line .right, .csstransforms #jumbotron .line .left {
  opacity: 0;
  width: 0;
}

.csstransforms .section_box,
.csstransforms #footer {
  opacity: 0;
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}