@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@-webkit-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-moz-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-ms-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-o-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-webkit-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-moz-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-ms-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-o-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-webkit-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@-moz-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@-ms-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@-o-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

/* ! */
/* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) */
/* Richard Clark (http://richclarkdesign.com) */
/* http://cssreset.com */
/* line 6, ../../../../_core/_reset.sass */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../../../../_core/_reset.sass */
body {
  line-height: 1;
}

/* line 29, ../../../../_core/_reset.sass */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../../../../_core/_reset.sass */
ul {
  list-style: none;
}

/* line 36, ../../../../_core/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 39, ../../../../_core/_reset.sass */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* line 44, ../../../../_core/_reset.sass */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 52, ../../../../_core/_reset.sass */
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

/* line 58, ../../../../_core/_reset.sass */
mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

/* line 64, ../../../../_core/_reset.sass */
del {
  text-decoration: line-through;
}

/* line 67, ../../../../_core/_reset.sass */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 71, ../../../../_core/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 76, ../../../../_core/_reset.sass */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 84, ../../../../_core/_reset.sass */
input, select {
  vertical-align: middle;
}

/******************************************************************************
common.css
******************************************************************************/
/* line 6, ../../../../_core/_common.scss */
html, body {
  height: 100%;
}

/* line 10, ../../../../_core/_common.scss */
body {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
/* line 14, ../../../../_core/_common.scss */
.msie body {
  font-size: 62.5%;
}

/* line 19, ../../../../_core/_common.scss */
address {
  font-style: normal;
}

/* line 23, ../../../../_core/_common.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 28, ../../../../_core/_common.scss */
li {
  list-style: none;
}

/* line 32, ../../../../_core/_common.scss */
a {
  text-decoration: none;
}

/* line 38, ../../../../_core/_common.scss */
.hide-html {
  display: none;
}

/* margin
-----------------------------------------------------------------------------*/
/* line 58, ../../../../_core/_common.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* padding
-----------------------------------------------------------------------------*/
/* line 63, ../../../../_core/_common.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* align
-----------------------------------------------------------------------------*/
/* line 67, ../../../../_core/_common.scss */
.t-right {
  text-align: right !important;
}

/* line 68, ../../../../_core/_common.scss */
.t-center {
  text-align: center !important;
}

/* line 69, ../../../../_core/_common.scss */
.t-center * {
  text-align: center !important;
}

/* line 70, ../../../../_core/_common.scss */
.t-left {
  text-align: left !important;
}

/* float
-----------------------------------------------------------------------------*/
/* line 74, ../../../../_core/_common.scss */
.f-left {
  float: left;
}

/* line 75, ../../../../_core/_common.scss */
.f-right {
  float: right;
}

/* other
-----------------------------------------------------------------------------*/
/* line 80, ../../../../_core/_common.scss */
.relative {
  position: relative;
}

/* clear
-----------------------------------------------------------------------------*/
/* line 87, ../../../../_core/_common.scss */
.clearfix {
  zoom: 1;
}
/* line 88, ../../../../_core/_common.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 93, ../../../../_core/_common.scss */
.clearfix:after {
  clear: both;
}

/* line 100, ../../../../_core/_common.scss */
.clearboth {
  height: 0px;
  visibility: hidden;
  clear: both;
  line-height: 0;
  font-size: 0px;
  _zoom: 1;
}

/* line 109, ../../../../_core/_common.scss */
#jsWarning {
  position: absolute;
  top: 0px;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background-color: #900;
}

@-webkit-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-moz-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-ms-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-o-keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@keyframes yuge {
  /* line 4, ../../../../_core/_animate.scss */
  0% {
    top: 0px;
  }

  /* line 7, ../../../../_core/_animate.scss */
  50% {
    top: 10px;
  }

  /* line 10, ../../../../_core/_animate.scss */
  100% {
    top: 0px;
  }
}

@-webkit-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-moz-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-ms-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-o-keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@keyframes show {
  /* line 16, ../../../../_core/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 19, ../../../../_core/_animate.scss */
  to {
    opacity: 1;
  }
}

@-webkit-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@-moz-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@-ms-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@-o-keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

@keyframes bg {
  /* line 25, ../../../../_core/_animate.scss */
  0% {
    background-position: 0 0;
  }

  /* line 28, ../../../../_core/_animate.scss */
  100% {
    background-position: 500px 500px;
  }
}

/* ! */
/* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) */
/* Richard Clark (http://richclarkdesign.com) */
/* http://cssreset.com */
/* line 6, ../../../../_core/_reset.sass */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../../../../_core/_reset.sass */
body {
  line-height: 1;
}

/* line 29, ../../../../_core/_reset.sass */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../../../../_core/_reset.sass */
ul {
  list-style: none;
}

/* line 36, ../../../../_core/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 39, ../../../../_core/_reset.sass */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* line 44, ../../../../_core/_reset.sass */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 52, ../../../../_core/_reset.sass */
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

/* line 58, ../../../../_core/_reset.sass */
mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

/* line 64, ../../../../_core/_reset.sass */
del {
  text-decoration: line-through;
}

/* line 67, ../../../../_core/_reset.sass */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 71, ../../../../_core/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 76, ../../../../_core/_reset.sass */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 84, ../../../../_core/_reset.sass */
input, select {
  vertical-align: middle;
}

/******************************************************************************
common.css
******************************************************************************/
/* line 6, ../../../../_core/_common.scss */
html, body {
  height: 100%;
}

/* line 10, ../../../../_core/_common.scss */
body {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
/* line 14, ../../../../_core/_common.scss */
.msie body {
  font-size: 62.5%;
}

/* line 19, ../../../../_core/_common.scss */
address {
  font-style: normal;
}

/* line 23, ../../../../_core/_common.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 28, ../../../../_core/_common.scss */
li {
  list-style: none;
}

/* line 32, ../../../../_core/_common.scss */
a {
  text-decoration: none;
}

/* line 38, ../../../../_core/_common.scss */
.hide-html {
  display: none;
}

/* margin
-----------------------------------------------------------------------------*/
/* line 58, ../../../../_core/_common.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 58, ../../../../_core/_common.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* padding
-----------------------------------------------------------------------------*/
/* line 63, ../../../../_core/_common.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 63, ../../../../_core/_common.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* align
-----------------------------------------------------------------------------*/
/* line 67, ../../../../_core/_common.scss */
.t-right {
  text-align: right !important;
}

/* line 68, ../../../../_core/_common.scss */
.t-center {
  text-align: center !important;
}

/* line 69, ../../../../_core/_common.scss */
.t-center * {
  text-align: center !important;
}

/* line 70, ../../../../_core/_common.scss */
.t-left {
  text-align: left !important;
}

/* float
-----------------------------------------------------------------------------*/
/* line 74, ../../../../_core/_common.scss */
.f-left {
  float: left;
}

/* line 75, ../../../../_core/_common.scss */
.f-right {
  float: right;
}

/* other
-----------------------------------------------------------------------------*/
/* line 80, ../../../../_core/_common.scss */
.relative {
  position: relative;
}

/* clear
-----------------------------------------------------------------------------*/
/* line 87, ../../../../_core/_common.scss */
.clearfix {
  zoom: 1;
}
/* line 88, ../../../../_core/_common.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 93, ../../../../_core/_common.scss */
.clearfix:after {
  clear: both;
}

/* line 100, ../../../../_core/_common.scss */
.clearboth {
  height: 0px;
  visibility: hidden;
  clear: both;
  line-height: 0;
  font-size: 0px;
  _zoom: 1;
}

/* line 109, ../../../../_core/_common.scss */
#jsWarning {
  position: absolute;
  top: 0px;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background-color: #900;
}

/* line 5, _cmn.scss */
html, body, #page {
  width: 100%;
  height: 100%;
}

/*loading*/
/* line 10, _cmn.scss */
#loader {
  width: 100px;
  height: 100px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 100;
}
/* line 20, _cmn.scss */
#loader img {
  width: 100%;
}

/* line 24, _cmn.scss */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

/* line 34, _cmn.scss */
#page {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "YuGothic", Meiryo, Osaka, "MS PGothic", sans-serif;
}

/******************************************************************************
footer
******************************************************************************/
/* line 41, _cmn.scss */
footer {
  z-index: 3;
  position: fixed;
  bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 787px) {
  /* line 41, _cmn.scss */
  footer {
    position: relative;
    background: url(../img/dot.png) repeat-x left top white;
    bottom: 0;
    padding: 30px 0;
  }
}
/* line 52, _cmn.scss */
footer .bottom {
  display: table;
  margin: 0 30px;
}
/* line 55, _cmn.scss */
footer .bottom h1 {
  width: 50px;
  height: 40px;
  text-indent: -9999px;
  display: table-cell;
  background: url(/feature/chaichaiyose/actor/design/img/bottom-logo.png) no-repeat left center;
  background-size: contain;
}
/* line 63, _cmn.scss */
footer .bottom p {
  padding: 0 10px;
}
/* line 65, _cmn.scss */
footer .bottom p.copyright {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  font-family: 'Gloria Hallelujah', cursive;
}
/* line 70, _cmn.scss */
footer .bottom p.copyright a {
  color: #00c;
}
/* line 74, _cmn.scss */
footer .bottom p.link {
  display: table-cell;
  vertical-align: middle;
}
/* line 77, _cmn.scss */
footer .bottom p.link a {
  font-size: 1.2em;
  display: block;
  background-color: white;
  border: solid 1px #ccc;
  padding: 4px 8px;
  text-decoration: none;
}
/* line 84, _cmn.scss */
footer .bottom p.link a:hover {
  opacity: 0.7;
}
/* line 87, _cmn.scss */
footer .bottom p.link a:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #333;
}
@media only screen and (max-width: 787px) {
  /* line 52, _cmn.scss */
  footer .bottom {
    display: block;
    margin: 0 15px;
    text-align: center;
  }
  /* line 101, _cmn.scss */
  footer .bottom h1 {
    height: 30px;
    display: block;
    margin: 0 auto 5px;
  }
  /* line 106, _cmn.scss */
  footer .bottom p {
    display: block;
    padding-right: 10px;
  }
  /* line 109, _cmn.scss */
  footer .bottom p.copyright {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}

/*btn-sns*/
/* line 119, _cmn.scss */
.btn-sns {
  position: absolute;
  right: 30px;
  bottom: 10px;
  overflow: hidden;
  z-index: 3;
}
/* line 125, _cmn.scss */
.btn-sns li {
  width: 100px;
  float: right;
}
@media only screen and (max-width: 787px) {
  /* line 119, _cmn.scss */
  .btn-sns {
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
  }
  /* line 137, _cmn.scss */
  .btn-sns li {
    display: inline-block;
  }
}

/*totop*/
/* line 143, _cmn.scss */
#totop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

/******************************************************************************
cont
******************************************************************************/
/* line 153, _cmn.scss */
#cont {
  background: #fff;
  padding: 0 20px;
}
/* line 156, _cmn.scss */
#cont header {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 85%;
}
@media only screen and (max-width: 787px) {
  /* line 156, _cmn.scss */
  #cont header {
    max-width: 100% !important;
  }
}
/* line 163, _cmn.scss */
#cont header a {
  color: #333;
  text-decoration: underline;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 169, _cmn.scss */
#cont header a:hover {
  color: #999;
  text-decoration: none;
}
/* line 174, _cmn.scss */
#cont header h1 {
  margin-bottom: 30px;
  padding-bottom: 50px;
  padding: 10px;
  background: url(../img/bg-slash.jpg);
}
/* line 179, _cmn.scss */
#cont header h1 img {
  width: 100%;
}
/* line 183, _cmn.scss */
#cont header .lead {
  text-align: center;
  padding-bottom: 20px;
  background: url(../img/dot.png) repeat-x left bottom;
}
/* line 187, _cmn.scss */
#cont header .lead h2 {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.6;
}
/* line 192, _cmn.scss */
#cont header .lead p {
  font-size: 1.6em;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "YuGothic", Meiryo, Osaka, "MS PGothic", sans-serif;
  line-height: 2;
  margin-bottom: 15px;
}
/* line 197, _cmn.scss */
#cont header .lead p.day {
  margin-bottom: 30px;
  font-weight: bold;
}
/* line 201, _cmn.scss */
#cont header .lead p img {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  max-width: 100%;
  height: auto;
}
/* line 210, _cmn.scss */
#cont header .lead p a:hover img {
  opacity: 0.7;
}
/* line 217, _cmn.scss */
#cont .hitokoma {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 80px;
}
@media only screen and (max-width: 787px) {
  /* line 217, _cmn.scss */
  #cont .hitokoma {
    width: 100% !important;
  }
}
/* line 224, _cmn.scss */
#cont .hitokoma a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 228, _cmn.scss */
#cont .hitokoma a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
/* line 232, _cmn.scss */
#cont .hitokoma li {
  position: relative;
}
/* line 234, _cmn.scss */
#cont .hitokoma li.item {
  margin: 30px auto;
}
/* line 236, _cmn.scss */
#cont .hitokoma li.item .thum {
  padding: 10px;
  background: url(../img/bg-slash.jpg) white;
}
/* line 239, _cmn.scss */
#cont .hitokoma li.item .thum img {
  width: 100%;
}
/* line 243, _cmn.scss */
#cont .hitokoma li.item .outline {
  margin-top: 20px;
}
/* line 245, _cmn.scss */
#cont .hitokoma li.item .outline h2 {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 15px;
}
/* line 249, _cmn.scss */
#cont .hitokoma li.item .outline h2 span {
  border-bottom: solid 3px #1bb38a;
}
/* line 253, _cmn.scss */
#cont .hitokoma li.item .outline p {
  text-align: left;
  font-size: 1.4em;
  line-height: 1.7;
  margin-bottom: 10px;
}
/* line 260, _cmn.scss */
#cont .hitokoma li.item.small {
  width: 200px;
  position: relative;
}
/* line 263, _cmn.scss */
#cont .hitokoma li.item.small .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 277, _cmn.scss */
#cont .hitokoma li.item.small .cover h2 {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -0.8em;
}
@media only screen and (max-width: 787px) {
  /* line 263, _cmn.scss */
  #cont .hitokoma li.item.small .cover {
    position: relative;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    color: #333;
  }
  /* line 294, _cmn.scss */
  #cont .hitokoma li.item.small .cover h2 {
    position: relative;
    top: auto;
    text-align: center;
    font-size: 2.0em;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
/* line 306, _cmn.scss */
#cont .hitokoma li.item.small:hover img {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
/* line 309, _cmn.scss */
#cont .hitokoma li.item.small:hover .cover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 787px) {
  /* line 260, _cmn.scss */
  #cont .hitokoma li.item.small {
    width: 100% !important;
  }
}
/* line 317, _cmn.scss */
#cont .hitokoma li.item.small .thum {
  padding: 0;
  background: none;
}
/* line 322, _cmn.scss */
#cont .hitokoma li.item.large {
  width: 600px;
}
@media only screen and (max-width: 787px) {
  /* line 322, _cmn.scss */
  #cont .hitokoma li.item.large {
    width: 100%;
  }
  /* line 326, _cmn.scss */
  #cont .hitokoma li.item.large img {
    width: 100%;
  }
}
/* line 330, _cmn.scss */
#cont .hitokoma li.item.large .ic {
  z-index: 3;
  position: absolute;
  top: -50px;
  left: -15px;
  width: 150px;
  height: 132px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 787px) {
  /* line 330, _cmn.scss */
  #cont .hitokoma li.item.large .ic {
    width: 120px;
    height: 107px;
  }
}
/* line 344, _cmn.scss */
#cont .hitokoma li.item.large .ic img {
  border-radius: 0;
}
/* line 352, _cmn.scss */
#cont .message {
  padding: 60px 0 100px;
  text-align: center;
  background: url(../img/dot.png) repeat-x left top;
}
/* line 356, _cmn.scss */
#cont .message h3 {
  width: 100px;
  height: 80px;
  text-indent: -9999px;
  background: url(/feature/chaichaiyose/actor/design/img/bottom-logo.png) no-repeat left top;
  background-size: contain;
  margin: 0 auto;
}
/* line 364, _cmn.scss */
#cont .message p {
  font-size: 1.6em;
  line-height: 2.2;
}

/******************************************************************************
bg
******************************************************************************/
/* line 374, _cmn.scss */
#bg {
  /*block-info*/
}
/* line 375, _cmn.scss */
#bg.h-fit {
  display: table;
  position: relative;
  width: 100%;
}
/* line 379, _cmn.scss */
#bg.h-fit .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 387, _cmn.scss */
#bg a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 393, _cmn.scss */
#bg a:hover {
  color: #ccc;
  text-decoration: none;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
/* line 400, _cmn.scss */
#bg .block-info {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  zoom: 1;
}
/* line 2, ../../../../_core/_mixin.scss */
#bg .block-info:before, #bg .block-info:after {
  content: " ";
  display: table;
}
/* line 6, ../../../../_core/_mixin.scss */
#bg .block-info:after {
  clear: both;
}
/* line 405, _cmn.scss */
#bg .block-info .image {
  padding: 5px;
  background: #000;
  line-height: 1.0;
}
/* line 409, _cmn.scss */
#bg .block-info .image img {
  width: 100%;
  height: auto;
}
/* line 414, _cmn.scss */
#bg .block-info .f-left {
  width: 45%;
  margin-bottom: 40px;
}
/* line 418, _cmn.scss */
#bg .block-info .f-right {
  width: 45%;
  margin-bottom: 40px;
}
/* line 422, _cmn.scss */
#bg .block-info h4 {
  font-size: 2em;
  margin-bottom: 15px;
}
/* line 426, _cmn.scss */
#bg .block-info p {
  font-size: 1.6em;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 787px) {
  /* line 433, _cmn.scss */
  #bg .block-info .f-left,
  #bg .block-info .f-right {
    width: 100%;
    float: none;
  }
}
/* line 439, _cmn.scss */
#bg .credit {
  width: 90%;
  margin: 0 auto;
  color: #ccc;
  font-size: 1.4em;
  line-height: 2.2;
}
/* line 445, _cmn.scss */
#bg .credit p {
  margin-bottom: 20px;
}
/* line 449, _cmn.scss */
#bg .credit ul li {
  display: inline;
  padding: 0 10px;
}
