/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=634802b8cd497c15fb93)
 * Config saved to config.json and https://gist.github.com/634802b8cd497c15fb93
 *
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
 */
html {
	font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
body {
	margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none
}
a {
	background-color: transparent
}
a:active,a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em; margin: 0.67em 0;
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
button,input,optgroup,select,textarea {
	-webkit-appearance: none;
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible
}
button,select {
	text-transform: none
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal
}
input[type="checkbox"],input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
:placeholder-shown {
    color: #ccc;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #ccc;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #ccc;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*
 * General
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	background: #000;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #2ab9d1;
	text-decoration: none;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a:focus {
	color: #2ab9d1;
	text-decoration: none;
	cursor: pointer;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 2em;
}
.video > iframe,
.video > object,
.video > embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
[role="button"] {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1,
h2,
h3 {
	margin-top: 1.5em;
}
h4,
h5,
h6 {
  margin: 1em 0;
}
h1 {
	font-size: 39px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
p {
	margin: 0 0 1em;
	line-height: 1.7;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 1.6em;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

/*
 * Grid
 */
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

/*
 * Table
 */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/*
 * Fonts
 */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-rvuocb');
	src:url('../fonts/icomoon.eot?#iefix-rvuocb') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?-rvuocb') format('truetype'),
		url('../fonts/icomoon.woff?-rvuocb') format('woff'),
		url('../fonts/icomoon.svg?-rvuocb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
	content: "\e90a";
}
.icon-hatena:before {
	content: "\e900";
}
.icon-chevron-down:before {
	content: "\e901";
}
.icon-chevron-left:before {
	content: "\e902";
}
.icon-chevron-right:before {
	content: "\e903";
}
.icon-chevron-thin-down:before {
	content: "\e604";
}
.icon-chevron-thin-left:before {
	content: "\e605";
}
.icon-chevron-thin-right:before {
	content: "\e606";
}
.icon-chevron-thin-up:before {
	content: "\e607";
}
.icon-chevron-up:before {
	content: "\e904";
}
.icon-open-book:before {
	content: "\e905";
}
.icon-calendar:before {
	content: "\e60a";
}
.icon-folder:before {
	content: "\e60f";
}
.icon-home:before {
	content: "\e906";
}
.icon-info:before {
	content: "\e611";
}
.icon-location-pin:before {
	content: "\e613";
}
.icon-magnifying-glass:before {
	content: "\e614";
}
.icon-map:before {
	content: "\e907";
}
.icon-message:before {
	content: "\e908";
}
.icon-pencil:before {
	content: "\e909";
}
.icon-phone:before {
	content: "\e90b";
}
.icon-popup:before {
	content: "\e90c";
}
.icon-share-alternitive:before {
	content: "\e61a";
}
.icon-ticket:before {
	content: "\e90d";
}
.icon-facebook:before {
	content: "\e61c";
}
.icon-instagram:before {
	content: "\e61d";
}
.icon-twitter:before {
	content: "\e61e";
}
.icon-margin {
	margin-right: 0.2em;
}

/*
 * HOVER ANIMATION
 */
.hover-line {
	position: relative;
}
.hover-line::after,
.hover-line::before,
.hover-line-inner::after,
.hover-line-inner::before {
	position: absolute;
	display: block;
	content: '';	
	z-index: 10;
	background-color: #2ab9d1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.hover-line::before {
	width: 0;
	height: 2px;
	bottom: -2px;
	left: -2px;
}
.hover-line:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}

/*
 * WAYPOINTS
 */
.wp0, .wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
	visibility: hidden;
}
.visible, .bounceInLeft, .bounceInRight, .fadeIn, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
	visibility: visible;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

/*
 * HEADER
 */
#masthead {
	display: block;
	position: fixed;
	width: 100%;
	height: 44px;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2000;
	background: transparent;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
    transition: all 200ms;
    background: rgba(0, 0, 0,0);
}
#masthead.scrolling {
	background: rgba(0, 0, 0,0.8);
}
.navigation {
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	padding: 0 10px;
	margin: 0 auto;
}
.site-branding{
	display: inline-block;
	position: relative;
	width: 198px;
	height: 34px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	border: none;
	opacity: 0;
}
#masthead.scrolling .site-branding{
	opacity: 1;
}
.site-branding img {
	width: 198px;
	height: 34px;
}
.site-branding:hover,
.site-branding:focus {
	border: none;
}
.site-branding:hover img {
	opacity: 0.8;
}
@media (min-width: 992px) {
	#masthead {
		background: rgba(0,0,0,0.2);
	}
	.site-navigation {
		position: relative;
		/*display: table;
		margin: 0 auto;
		padding: 0;*/
		margin: 0 0 0 50px;
	}
	.site-navigation li {
		float: left;
	    display: block;
	    margin: 0 15px 0 0;
	}
	.site-navigation li:last-child {
		margin-right: 0;
	}
}
a.link-home {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid rgba(87,87,87,0.4);
}
a.link-home:hover {
	color: #2ab9d1;
	text-decoration: none
}
.site-navigation li a{
	display: block;
	position: relative;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 44px;
	color: #fff;
	border: none;
}
.site-navigation li a:hover,
.site-navigation li a:focus {
	color: #2ab9d1;
	border: none;
}
.nav-toggle {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    z-index: 9999;
    cursor: pointer;
    border: none;
}
.nav-toggle.active {
	z-index: 9999;
}
.nav-toggle:hover,
.nav-toggle:focus {
    outline: none;
    border: none;
}
.nav-toggle span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	margin: -1px 0 0 -12px;
	background: #fff;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.nav-toggle span:before,
.nav-toggle span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.nav-toggle span:before {
	margin-top: -8px;
}
.nav-toggle span:after {
	margin-top: 6px;
}
.nav-toggle span.close{
	background: transparent;
}
.nav-toggle span.close:before, 
.nav-toggle span.close:after {
	margin-top: 0;
}
.nav-toggle span.close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle span.close:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* Overlay style */
.overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1900;
}
/* Menu style */
.overlay nav {
    position: relative;
    top: 44px;
}
.overlay ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    border-bottom: 1px solid #222;
}
.overlay ul li:first-child {
	border-top: 1px solid #222;
}
.overlay ul li a {
	display: block;	
	padding: 14px 10px;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-align: left;
	color: #eee;
    border: none;
}
/* Effects */
.overlay-nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -ms-transform: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-nav.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -ms-transform: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-nav nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -ms-transform: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-nav.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
 * Get Ticket Anchor
 */
.anchor-ticket-header {
	position: absolute;    
    top: 7px;
    right: 15px;
}
a.get-ticket-btn {
	display: inline-block;
    width: 150px;
    height: 30px;
    background: #2ab9d1;
    border-radius: 4px;    
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;  
    cursor: pointer;
    border: none;
}
a.get-ticket-btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	text-decoration: none;
	color: #fff;
	border: none;
}

.fixed-footer{
	position: fixed;
	display: none;
	width: 100%;
	height: 50px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	text-align: center;
}
.fixed-footer a.get-ticket-btn {
	margin: 10px auto;
}

/*
 * MAIN
 */
body.home .bg,
body.page .bg {
	position: fixed;
	top: 0;
	left: 0;
}
body.home .bg {
	width: 100%;
	height: 100%;
	background: url(../images/bg-index.jpg) center center no-repeat;
	background-size: contain;
	z-index: -1;
	overflow: hidden
}
body.page .bg{
	width: 100%;
	height: 100%;
	background: url(../images/bg-page.jpg) center center no-repeat;
	background-size: cover;
	z-index: -1;
	overflow: hidden
}
.mgn-btm-xs {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.mgn-btm-xs {
		margin-bottom: 0;
	}
}

/*
 * HERO
 */
.hero {
	position: relative;
	width: 100%;
	height: auto;
	background: #000;
	overflow: hidden;	
}
.grad {
	position: absolute;
	height: 45%;
	width: 100%;
	left: 0;
	bottom: 0;		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, transparent, #000000);
	background-image: -ms-linear-gradient(top, transparent, #000000);
	background-image: -o-linear-gradient(top, transparent, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), to(#000000));
	background-image: -webkit-linear-gradient(top, transparent, #000000);
	background-image: linear-gradient(top, transparent, #000000);
}
img.mv-img{
	display: block;
	width: 100%;
	height: auto
}
.mv-xxs {
	display: block!important;
}
.mv-xs, .mv-sm, .mv-md, .mv-tagline, .mv-title, .grad {
	display: none!important;
}
@media (min-width:414px) { /* xs */
	.mv-xs {
		display: block!important;
	}
	.mv-xxs, .mv-sm, .mv-md, .mv-tagline, .mv-title, .grad {
		display: none!important;
	}
}
@media (min-width:768px) { /* sm */
	.mv-sm {
		display: block!important;
	}
	.mv-xxs, .mv-xs , .mv-md, .mv-tagline, .mv-title, .grad {
		display: none!important;
	}
}

@media (min-width: 992px) { /* md */
	.hero {	
		height: 780px;
	}
	.mv-md, .mv-tagline, .mv-title, .grad {
		display: block!important;
	}
	.mv-xxs, .mv-xs, .mv-sm {
		display: none!important;
	}
	
	.mv-md {
		-webkit-animation: slide 100s linear 1;
		-moz-animation: slide 100s linear 1;
		animation: slide 100s linear 1;
        -webkit-animation-fill-mode:forwards;
	}
	@keyframes slide {
		0%{
			transform: translate3d(0, -10%, 0);
		}
		100%{
			transform: translate3d(0, -30%, 0);
		}
	}
	.mv-tagline {
		position: absolute;
		top: 0;
		right: 12%;
	}
	.mv-title {
		position: absolute;
		width: 100%;
		bottom: 2em;
		padding: 0 10px;
		text-align: center;
	}
	.mv-logo, .mv-note {
		margin-bottom: 1em;
	}
}
.hero img {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

/*
 * SHARE
 */
.share {
	background: #000;
}
.list-socialbtns {
	display: table;
	margin: 0 auto;
	padding-bottom: 0.7em;
	height: 24px;
}
.list-socialbtns a {
	display: block;
	height: 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	border: none!important;
}
.list-socialbtns a span {
	vertical-align: middle;
	line-height: 20px;
}
.list-socialbtns a.hatena-btn {
	background-color: #008FDE;
	width: 90px;
}
.list-socialbtns a.tweet-btn {
	background-color: #55acee;
	width: 90px;
}
.list-socialbtns a.share-btn {
	background-color: #3B5999;
	width: 90px;
}
.list-socialbtns .icon {
	margin :0 5px 0 0;
}
.list-socialbtns a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border: none!important;
}

/*
 * SCROLL
 */
.anchor-wrapper {
	text-align: center;
	background: #000;
}
.toscroll {
	position:relative;
	display:inline-block;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	border: none;
	-webkit-animation: 3s arrow infinite ease;
	-moz-animation: 3s arrow infinite ease;
	animation: 3s arrow infinite ease;
}
.toscroll:hover,
.toscroll:focus {
	color: #fff;
	border: none;
}

@-webkit-keyframes arrow {
	0%,100% {
		top: 0px;
	}
	50% {
		top: 10px;
	}
}
@keyframes arrow {
	0%,100% {
		top: 0px;
	}
	50% {
		top: 10px;
	}
}

/*
 * NEWS & BANNERS
 */
.news {
	padding: 2em 0;
	background: #000;
}
.news-wrapper {
	margin-bottom: 15px;
	overflow-y: scroll;
	position: relative;
	height: 95px;
	border: 1px solid #ccc;
}
.news-wrapper::-webkit-scrollbar {
	all:unset;
    -webkit-appearance: none;
    width: 7px;
    background-color: rgba(57, 57, 57, 1);
}
.news-wrapper::-webkit-scrollbar-thumb {
	all:unset;
    border-radius: 0;
    background: #ff0000;
    box-shadow: none;
}
.news ul {
	padding: 1em;
	margin-bottom: 0;
}
.news ul li {
	display: block;
    margin: 0 0 0.8em 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    clear: both;
}
.news ul li:last-child {
	margin-bottom: 0;
}
.news ul li .news-date {
	display: block;
	float: left;
    width: 98px;
	font-family: 'Playfair Display', serif;
	line-height: 1;
	letter-spacing: 0.1em;	
}
.news ul li .text {
	display: block;
	overflow: hidden;
}
.video-pv {
	margin: 3em auto 0;
}

.banner-item {
	display: block;
	margin-bottom: 15px;
}

/*
 * SITE SECTIONS
 */
.home .content-section,
.page .content-section {
	position: relative;
	padding: 1em 0;
	z-index: 2;
}
@media (min-width:768px) {
	.home .content-section {
		padding: 5em 0;
	}
}
.box-inner {
	position: relative;
	padding: 0.8em 0.8em;
}
@media (min-width: 768px) {
	.box-inner {
		padding: 2em 2.5em;
	}
}

#story {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = 'transparent');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = 'transparent')";
	background-image: -moz-linear-gradient(top, #000000, transparent);
	background-image: -ms-linear-gradient(top, #000000, transparent);
	background-image: -o-linear-gradient(top, #000000, transparent);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#000000), to(transparent));
	background-image: -webkit-linear-gradient(top, #000000, transparent);
	background-image: linear-gradient(top, #000000, transparent);
}


.home .box-inner {
	background: transparent;
}
.page .box-inner {
	background: rgba(255,255,255,0.95);
}

.home .box-inner h2,
.home .box-inner h3,
.home .box-inner p{
	color: #fff;
}
@media (min-width:768px) {
	.home .story .box-inner p {
		font-size: 18px
	}
}

.content-section h2 {
	margin: 1em 0 1.8em;
	padding: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	color: #5e4c13;
	text-align: center;
}
@media (min-width: 768px) {
	.content-section h2 {
		font-size: 34px;
		font-size: 3.4rem;
	}
}
.content-section h3 {
	margin: 1em 0 0.8em;
	padding: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.content-section h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/* schedule */
.schedule h3 {
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
.schedule a {
	display: block;
	margin-bottom: 0.5em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	border-bottom: 1px solid #ccc
}
.schedule-box {
	position: relative;
	padding: 0.7em 1em 0.7em 0;
}
.schedule .icon-chevron-right {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.schedule .place,
.schedule .date {
	display: block;
	padding: 0.3em 0;
}
@media (min-width: 375px) {
	.schedule a {
		font-size: 13px;
	}
	.schedule .place {
		float: left;
		padding: 0;
	}
	.schedule .date {
		float: right;
		padding: 0;
	}
}
@media (min-width: 414px) {
	.schedule h3 {
		font-size: 20px;
	}
	.schedule a {
		font-size: 14px;
	}
}
@media (min-width:768px) {
	.schedule h3 {
		font-size: 22px;
	}
	.schedule a {
		font-size: 16px;
	}
}
/* about real escape game */
ul.link2site {
	display: table;
	margin: 2em auto 1em;
	padding: 0;
	list-style: none;
}
ul.link2site li {
	float: left;
	margin-right: 0.7em;
}
ul.link2site li:last-child {
	margin-right: 0;
}
ul.link2site li a {
	display: block;
	padding: 0.8em;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	border-radius: 16px;
	line-height: 1;
}
ul.link2site li.link-item-web a {
	background: #2fbb7e;
}
ul.link2site li.link-item-twitter a {
	background: #00acf0;
}
ul.link2site li.link-item-facebook a {
	background: #1d72c2;
}

/*
 * PAGE
 */
@media (min-width:768px) {
	.smog-1 {
		background: url(../images/smog-1.png) center center repeat-x;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 300%;
		-webkit-animation: smog_one 150s linear infinite;
		-moz-animation: smog_one 150s linear infinite;
		-o-animation: smog_one 150s linear infinite;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		z-index: 0;
	}
	@-webkit-keyframes smog_one {
		0% {
			left: 0
		}
		100% {
			left: -200%
		}
	}
	.smog-2 {
		background: url(../images/smog-2.png) center center repeat-x;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 300%;
		-webkit-animation: smog_two 100s linear infinite;
		-moz-animation: smog_two 100s linear infinite;
		-o-animation: smog_two 100s linear infinite;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		z-index: 0;
	}
	@-webkit-keyframes smog_two {
		0% {
			left: 0
		}
		100% {
			left: -200%
		}
	} 
}
.page h1 {
	padding: 0.8em 1.5em;
}
.content-main h3,
.content-main h4,
.content-main h5 {
	margin-top: 2em;
	margin-bottom: 0.8em; 
	font-weight: 700;
	line-height: 1.2;
}
.content-main h3 {
	font-size: 18px;
}
.content-main h4,
.content-main h5 {
	font-size: 16px;
}
.content-main p {
	margin-bottom: 1.6em;
}
.content-main a {
	border-bottom: 1px solid #2ab9d1;
}
.content-main a:hover,
.content-main a:focus {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.content-main h3 {
	position: relative;
	display: block;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #eee;
}
.content-main h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: auto;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #e3692d;
}
.content-main .underline {
	text-decoration: underline;
}



.talk-imgwrap {
	margin-right: -0.8em;
	margin-left: -0.8em;
}
.talk-img {
	width: 100%;
	margin-bottom: 3.2em;
}
figure figcaption {
	margin-bottom: 2em;
	font-size: 9px;
	color: #575757;
	text-align: left;
}
.page-talk .content-main p.lead {
	margin: 2em 0;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.02em;
	text-align: justify
}
.page-talk .content-main p {
	margin-bottom: 2.2em;
	font-size: 14px;
	line-height: 1.8;
	word-wrap: break-word
}
@media (min-width:768px) {
	.talk-imgwrap {
		margin-right: 0;
		margin-left: 0;
	}
	figure figcaption {
		font-size: 13px;
		text-align: center;
	}
	.page-talk .content-main p.lead {
		font-size: 18px;

	}
	.page-talk .content-main p {
		font-size: 16px;
	}
}





.rhombus {
	position: relative;
    margin: 60px auto 40px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 10px solid #81C7D4;
    top: -20px;
}
.rhombus::after {
	content: '';
    position: absolute;
    left: -4px;
    top: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 10px solid #81C7D4;
}

.talk-k {
	font-weight: bold;
	color: #333;
}
.talk-y {
	font-weight: bold;
	color: #333;
	
}

a.btn-tckt {
    display: block;
    margin-bottom: 0.5em;
    max-width: 280px;
    height: 44px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 44px;
    border-radius: 6px;
    border: none;
}
a.btn-tckt.btn-eplus {
    background: #e85298;
}

a.btn-tckt.btn-pia {
    background: #3366cc;
}

a.btn-tckt.btn-lawson {
    background: #009ee0;
}
a.btn-tckt:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	text-decoration: none;
	border: none;
}

.play-time {
	position: relative;
}
.sold {
	display: inline-block;
	padding: 2px 3px;
	position: absolute;
	top: 0;
	left: -1px;
	color: #fff;
	background: rgba(57, 57, 57, 0.7);
	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

/*
 * FOOTER
 */
.footer{
	padding: 3em 0 5em;
}

.list-credit {
	display: table;
	margin: 0 auto 30px;
}
.list-credit li {
	padding: 0 15px;
}
.list-credit a {
	display: block;
}
.list-credit img {
	width: 114px;
}
@media (min-width:768px) {
	.list-credit img {
		width: 200px;
	}
}

.footer-scrap {
	margin-bottom: 2em;
}
.footer p.support {
	margin-bottom: 2em;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
}
.footer p.copyright{
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #ccc;
}

/*
 * GET TICKET
 */
#get-ticket-pc:hover,
#get-ticket-pc:focus {
	text-decoration: none;
	border: none;
}
#get-ticket-pc img {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
    transition: all 200ms;
}
#get-ticket-pc:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#get-ticket-pc {
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	width: 140px;
	height: 66px;
	z-index: 100;
}
/*
 {
	position: fixed;
	display: block;
	left: 50%;
	bottom: 5px;
	width: 94px;
	height: 44px;
	z-index: 100;
	
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
}
*/

/*
 * Get Ticket Anchor
 */


a#get-ticket-sp {
	display: inline-block;
    width: 150px;
    height: 30px;
    background: #2ab9d1;
    border-radius: 4px;    
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;  
    cursor: pointer;
    border: none;
    margin-top: 10px;
}
a#get-ticket-sp:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	text-decoration: none;
	color: #fff;
	border: none;
}

.fixed-footer{
	position: fixed;
	display: none;
	width: 100%;
	height: 50px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
.fixed-footer a.get-ticket-btn {
	margin: 10px auto;
}










/*
 * GOODS
 */
.goods-main h3 {
	display: block;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 4px solid #eee;
	text-align: center;
}
.goods-main h3::after {
	position: absolute;
	bottom: -4px;
	left: 30%;
	z-index: auto;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #e3692d;
}
.goods-item,
.character-item {
	margin-bottom: 30px;
}
.goods-item img {
	width: 100%;
	border: 2px solid #ccc;
}
.goods-item h4 {
	margin: 1em 0 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.goods-item h5 {
	margin: 0.5em 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.goods-item p,
.character-item p.cv-profile {
	margin: 0.5em 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
@media (min-width:768px) {
	.goods-item h4 {
		font-size: 15px;
	}
	.goods-item h5 {
		font-size: 14px;
	}
}

.campaign-item {
	position: relative;
}
.campaign-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1em;
	text-align: center;
	background: #eee;
}

.form-wrapper {
	margin : 1em 0;
}
.input {
	float: left;
	
	margin: 0;
	padding: 0 1em;	
    
    width: 70%;
    height: 36px;
    color: #333;
    font-size: 12px;
    
    font-weight: normal;
    line-height: 1;
    
    text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	       
    background-color: #fff;
    background-image: none;
    
    border: 1px solid #777777;
    border-right-color: #fff;
    
    border-radius: 3px 0px 0px 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn {
	float: left;
	margin: 0;
	padding: 0;	
    width: 30%;
    height: 36px;
	color: #3797e0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: center;	
	white-space: nowrap;
	vertical-align: middle;
	background-color: transparent;
    background-image: none;
    
	border: 1px solid #3797e0;
	
	
	border-radius: 0px 3px 3px 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #3797e0;
	text-decoration: none:
}

.goods-item-o:nth-child(3n+1) {
	clear: left;
}



.hint-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.row-hint {
	margin: 0 -5px;
}
.hint-item {
	float: left;
	width: 50%;
	margin: 0 0 5px;
	padding: 0 5px;
}
.hint-item a,
.forward-btn {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #2ab9d1;
	border-radius: 2px;
	color: #2ab9d1;
}
.hint-item a:hover,
.hint-item a:focus,
.forward-btn:hover,
.forward-btn:focus {
	color: #fff;
	background: #2ab9d1;
	border: 1px solid #2ab9d1;
	cursor: pointer;
}
.hint_modal p {
	color: #fff;
	text-align: left;
}
.false_modal p {
	color: #fff;
	text-align: center;
}


/*
 * HELPERS
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}