/*
 * 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 {
	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
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0
}

/*
 * 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: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #3797e0;
	text-decoration: none;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a:focus {
	color: #3797e0;
	text-decoration: none;
}
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;
}
p {
	margin: 0 0 1em;
	line-height: 1.7;
}
.text-center {
	text-align: center;
}
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;
	width: 100%;
}
@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.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%;
  }
}

/*
 * 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: #3797e0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.hover-line::before {
	width: 0;
	height: 3px;
	bottom: -3px;
	left: -2px;
}
.hover-line:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}
.hover-line.hover::before {
	width: 100%;
	width: calc(100% + 2px);
}

/*
 * Waypoints
 */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
	visibility: hidden;
}
.bounceIn, .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-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

/*
 * html, body
 */
html,
body {
	min-height: 100%;
}
body.clear-last {
	background: #000;
}
body.q-list {
	background: linear-gradient(270deg, #ffffff, #f2fdff, #f4faff, #f5f4ff);
	background-size: 800% 800%;
	-webkit-animation: bgAnimation 21s ease infinite;
	-moz-animation: bgAnimation 21s ease infinite;
	animation: bgAnimation 21s ease infinite;
}
@-webkit-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes bgAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.clear01 {
	background: -moz-linear-gradient(90deg, #ffffff, #80cee8, #154e7f);
	background: -webkit-linear-gradient(90deg, #ffffff, #80cee8, #154e7f);
	background: -ms-linear-gradient(90deg, #ffffff, #80cee8, #154e7f);
	background: linear-gradient(90deg, #ffffff, #80cee8, #154e7f);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor1 40s ease infinite;
	-moz-animation: KeyColor1 40s ease infinite;
	animation: KeyColor1 40s ease infinite;
}
.clear02 {
	background: -moz-linear-gradient(90deg, #ffffff, #f9cfec, #cf7db5);
	background: -webkit-linear-gradient(90deg, #ffffff, #f9cfec, #cf7db5);
	background: -ms-linear-gradient(90deg, #ffffff, #f9cfec, #cf7db5);
	background: linear-gradient(90deg, #ffffff, #f9cfec, #cf7db5);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor2 40s ease infinite;
	-moz-animation: KeyColor2 40s ease infinite;
	animation: KeyColor2 40s ease infinite;
}
.clear03 {
	background: -moz-linear-gradient(90deg, #ffffff, #8fc797, #5eb9e3);
	background: -webkit-linear-gradient(90deg, #ffffff, #8fc797, #5eb9e3);
	background: -ms-linear-gradient(90deg, #ffffff, #8fc797, #5eb9e3);
	background: linear-gradient(90deg, #ffffff, #8fc797, #5eb9e3);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor3 40s ease infinite;
	-moz-animation: KeyColor3 40s ease infinite;
	animation: KeyColor3 40s ease infinite;
}
.clear04 {
	background: -moz-linear-gradient(90deg, #ffffff, #b8b8ea, #7b7aa4);
	background: -webkit-linear-gradient(90deg, #ffffff, #b8b8ea, #7b7aa4);
	background: -ms-linear-gradient(90deg, #ffffff, #b8b8ea, #7b7aa4);
	background: linear-gradient(90deg, #ffffff, #b8b8ea, #7b7aa4);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor4 40s ease infinite;
	-moz-animation: KeyColor4 40s ease infinite;
	animation: KeyColor4 40s ease infinite;
}
.clear05 {
	background: -moz-linear-gradient(90deg, #ffffff, #9dcef2, #9d98d8);
	background: -webkit-linear-gradient(90deg, #ffffff, #9dcef2, #9d98d8);
	background: -ms-linear-gradient(90deg, #ffffff, #9dcef2, #9d98d8);
	background: linear-gradient(90deg, #ffffff, #9dcef2, #9d98d8);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor5 40s ease infinite;
	-moz-animation: KeyColor5 40s ease infinite;
	animation: KeyColor5 40s ease infinite;
}
.clear06 {
	background: -moz-linear-gradient(90deg, #ffffff, #de857e, #9c9a9a);
	background: -webkit-linear-gradient(90deg, #ffffff, #de857e, #9c9a9a);
	background: -ms-linear-gradient(90deg, #ffffff, #de857e, #9c9a9a);
	background: linear-gradient(90deg, #ffffff, #de857e, #9c9a9a);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor6 40s ease infinite;
	-moz-animation: KeyColor6 40s ease infinite;
	animation: KeyColor6 40s ease infinite;
}
.clear07 {
	background: -moz-linear-gradient(90deg, #ffffff, #b9c2e8, #77c27a);
	background: -webkit-linear-gradient(90deg, #ffffff, #b9c2e8, #77c27a);
	background: -ms-linear-gradient(90deg, #ffffff, #b9c2e8, #77c27a);	
	background: linear-gradient(90deg, #ffffff, #b9c2e8, #77c27a);
	background-size: 600% 600%;
	-webkit-animation: KeyColor7 40s ease infinite;
	-moz-animation: KeyColor7 40s ease infinite;
	animation: KeyColor7 40s ease infinite;
}
.clear08 {
	background: -moz-linear-gradient(90deg, #ffffff, #f0b477, #c77373);
	background: -webkit-linear-gradient(90deg, #ffffff, #f0b477, #c77373);
	background: -ms-linear-gradient(90deg, #ffffff, #f0b477, #c77373);
	background: linear-gradient(90deg, #ffffff, #f0b477, #c77373);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor8 40s ease infinite;
	-moz-animation: KeyColor8 40s ease infinite;
	animation: KeyColor8 40s ease infinite;
}
.clear09 {
	background: -moz-linear-gradient(90deg, #ffffff, #e9e5a9, #b0874b);
	background: -webkit-linear-gradient(90deg, #ffffff, #e9e5a9, #b0874b);
	background: -ms-linear-gradient(90deg, #ffffff, #e9e5a9, #b0874b);
	background: linear-gradient(90deg, #ffffff, #e9e5a9, #b0874b);
	background-size: 600% 600%;
	
	-webkit-animation: KeyColor9 40s ease infinite;
	-moz-animation: KeyColor9 40s ease infinite;
	animation: KeyColor9 40s ease infinite;
}
.clear10 {
	background: -moz-linear-gradient(90deg, #ffffff, #76afde, #859ce1, #ce7fa8, #e7ab6f);
	background: -webkit-linear-gradient(90deg, #ffffff, #76afde, #859ce1, #ce7fa8, #e7ab6f);
	background: -ms-linear-gradient(90deg, #ffffff, #76afde, #859ce1, #ce7fa8, #e7ab6f);	
	background: linear-gradient(90deg, #ffffff, #76afde, #859ce1, #ce7fa8, #e7ab6f);
	background-size: 1000% 1000%;
	
	-webkit-animation: KeyColor10 40s ease infinite;
	-moz-animation: KeyColor10 40s ease infinite;
	animation: KeyColor10 40s ease infinite;
}
.clear11 {
	background: -moz-linear-gradient(90deg, #ffffff, #f2f0ba, #ecc3f2, #9fc4f4);
	background: -webkit-linear-gradient(90deg, #ffffff, #f2f0ba, #ecc3f2, #9fc4f4);
	background: -ms-linear-gradient(90deg, #ffffff, #f2f0ba, #ecc3f2, #9fc4f4);
	background: linear-gradient(90deg, #ffffff, #f2f0ba, #ecc3f2, #9fc4f4);
	background-size: 800% 800%;
	
	-webkit-animation: KeyColor11 40s ease infinite;
	-moz-animation: KeyColor11 40s ease infinite;
	animation: KeyColor11 40s ease infinite;
}
.clear12 {
	background: -moz-linear-gradient(90deg, #ffffff, #79c8e9, #8cb3d1, #d1a8e5, #f2dabd);
	background: -webkit-linear-gradient(90deg, #ffffff, #79c8e9, #8cb3d1, #d1a8e5, #f2dabd);
	background: -ms-linear-gradient(90deg, #ffffff, #79c8e9, #8cb3d1, #d1a8e5, #f2dabd);	
	background: linear-gradient(90deg, #ffffff, #79c8e9, #8cb3d1, #d1a8e5, #f2dabd);
	background-size: 1000% 1000%;
	
	-webkit-animation: KeyColor12 40s ease infinite;
	-moz-animation: KeyColor12 40s ease infinite;
	animation: KeyColor12 40s ease infinite;
}
.clear13 {
	background: -moz-linear-gradient(90deg, #ffffff, #9ae5dd, #a6d3ec, #e2eecf, #cbb4e7);
	background: -webkit-linear-gradient(90deg, #ffffff, #9ae5dd, #a6d3ec, #e2eecf, #cbb4e7);
	background: -ms-linear-gradient(90deg, #ffffff, #9ae5dd, #a6d3ec, #e2eecf, #cbb4e7);
	background: linear-gradient(90deg, #ffffff, #9ae5dd, #a6d3ec, #e2eecf, #cbb4e7);
	background-size: 1000% 1000%;
	
	-webkit-animation: KeyColor13 40s ease infinite;
	-moz-animation: KeyColor13 40s ease infinite;
	animation: KeyColor13 40s ease infinite;
}
.clear14 {
	background: -moz-linear-gradient(90deg, #ffffff, #e5d0c6, #b9dbde, #bfcfde);
	background: -webkit-linear-gradient(90deg, #ffffff, #e5d0c6, #b9dbde, #bfcfde);
	background: -ms-linear-gradient(90deg, #ffffff, #e5d0c6, #b9dbde, #bfcfde);
	
	background: linear-gradient(90deg, #ffffff, #e5d0c6, #b9dbde, #bfcfde);
	background-size: 800% 800%;
	
	-webkit-animation: KeyColor14 40s ease infinite;
	-moz-animation: KeyColor14 40s ease infinite;
	animation: KeyColor14 40s ease infinite;
}
.clear15 {
	background: -moz-linear-gradient(90deg, #ffffff, #c4d9ec, #8aa4c4, #6a7c93, #616161);
	background: -webkit-linear-gradient(90deg, #ffffff, #c4d9ec, #8aa4c4, #6a7c93, #616161);
	background: -ms-linear-gradient(90deg, #ffffff, #c4d9ec, #8aa4c4, #6a7c93, #616161);
	
	background: linear-gradient(90deg, #ffffff, #c4d9ec, #8aa4c4, #6a7c93, #616161);
	background-size: 1000% 1000%;
	
	-webkit-animation: KeyColor15 40s ease infinite;
	-moz-animation: KeyColor15 40s ease infinite;
	animation: KeyColor15 40s ease infinite;
}

@-webkit-keyframes KeyColor1 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor1 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor1 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes KeyColor2 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor2 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor2 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
	
@-webkit-keyframes KeyColor3 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor3 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor3 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColor4 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor4 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor4 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes KeyColor5 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor5 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor5 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes KeyColo6 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor6 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor6 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes KeyColo7 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor7 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor7 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColo8 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor8 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor8 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColo9 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor9 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor9 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColo10 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor10 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor10 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColor11 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor11 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor11 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColo12 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor12 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor12 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColo13 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor13 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor13 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColo14 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor14 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor14 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-webkit-keyframes KeyColor15 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes KeyColor15 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes KeyColor15 { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*
 * header
 */
.header {
	/*padding: 20px 0 0;*/
}
.header-subtitle {
	margin-bottom: 1em;
	padding: 8px 0;
	background: #000;
}
.header-subtitle img {
	max-width: 120px
}
.header-subtitle p {
	margin: 0.5em 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	color: #ccc;
}
.header-title h1 {
	margin: 1em 0 0;
}
@media (min-width: 768px) {
	.header {
		/*padding: 20px 0 0;*/
	}
	.header-subtitle img {
		max-width: 190px;
	}
	.header-title h1 {
		margin: 1em 0 0;
	}	
}
.header-about p {
	margin: 2em 0 0;
	text-align: center;
	color: #000;
}
.header-about p span {
	display: inline-block;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-weight: bold;
	letter-spacing: 0.15em;
}
@media (min-width:768px) {
	.header-about p span {
		padding: 2.5em;
	}
}


body.clear-last .header h1 {
	margin-top: 1em;
	margin-bottom: 0.2em;
}
body.clear-last .header h2 {
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #e7d90a;
	letter-spacing: 0.15em;
	text-align: center;
}
@media (min-width: 768px) {
	body.clear-last .header h1 {
		margin-top: 2em;
		margin-bottom: 0.2em;
	}
	body.clear-last .header h2 {
		margin: 0 0 1em;
		font-size: 18px;
	}

}

/* section */
.section {
	position: relative;
	padding: 2em 0 3em;
	overflow-x:hidden;
}
@media (min-width:768px) {
	.section {
		padding: 6em 0 8em;
	}
}
.container-fixed {
	width: 320px;
	margin: auto;
	padding: 0 5px 0;
}
@media (min-width: 414px) {
	.container-fixed {
		width: 414px;
	}
}
@media (min-width: 768px) {
	.container-fixed {
		width: 760px;
	}
}
.canvas-wrapper{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden
}
canvas {
    background: transparent;
    border: none;
}

/* question number */
.item {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}
.item-last {
	text-align: center;
}
.item-no a {
	display: block;
	color: #414141;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.item-no a:link,
.item-no a:visited,
.item-no a:active {
	outline: none;
}
@media (min-width: 768px) {
	.item-no a:hover {
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
		-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
		-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
		outline: none;
	}
}
.item-no a.hover {
	color: #fff;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	outline: none;
}
.item .number {
	display: inline-block;
	font-size: 38px;
	font-family: 'Yrsa', serif;
	letter-spacing: -0.1em;
	line-height: 1;
	-moz-transform: scale( 1 , 1.6 );
	-webkit-transform: scale( 1 , 1.6 );
	-o-transform: scale( 1 , 1.6 );
	-ms-transform: scale( 1 , 1.6 ); 
	transform: scale( 1 , 1.6 );
	margin-top: 0.4em;
	
	-moz-transform-origin: left bottom; 
	-webkit-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.item-last .number {
	display: inline-block;
	font-size: 38px;
	font-family: 'Yrsa', serif;
	letter-spacing: -0.05em;
	line-height: 1;
	-moz-transform: scale( 1 , 1.6 );
	-webkit-transform: scale( 1 , 1.6 );
	-o-transform: scale( 1 , 1.6 );
	-ms-transform: scale( 1 , 1.6 ); 
	transform: scale( 1 , 1.6 );
	margin-top: 0.4em;
	
	-moz-transform-origin: left bottom; 
	-webkit-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
@media (min-width: 768px) {
	.item {
		width: 20%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.item.item-last {
		width: 354px;
	}
	.item .number {
		font-size: 98px;
		margin-top: 0.8em;
	}
	.item-last .number {
		font-size: 68px;
		margin-top: 0.7em;
	}
}



/* content wrapper */
.img-wrapper {
	position: relative;
	width: 310px;
	height: 205px;
	border-radius: 4px;
	border: 2px solid #eee
}
@media (min-width: 414px) {
	.img-wrapper {
		position: relative;
		width: 404px;
		height: 268px;
	}
}
@media (min-width: 768px) {
	.img-wrapper {
		position: relative;
		width: 750px;
		height: 497px;
	}
}
.img-wrapper-01 {
	background: url(images/01.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-02 {
	background: url(images/02.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-03 {
	background: url(images/03.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-04 {
	background: url(images/04.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-05 {
	background: url(images/05.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-06 {
	background: url(images/06.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-07 {
	background: url(images/07.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-08 {
	background: url(images/08.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-09 {
	background: url(images/09.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-10 {
	background: url(images/10.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-11 {
	background: url(images/11.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-12 {
	background: url(images/12.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-13 {
	background: url(images/13.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-14 {
	background: url(images/14.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-15 {
	background: url(images/15.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-16 {
	background: url(images/16.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-true {
	background: url(images/true.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-true-last {
	background: url(images/true-last.jpg) no-repeat center center;
	background-size: 100%
}
.img-wrapper-false {
	background: url(images/false.jpg) no-repeat center center;
	background-size: 100%
}
#phoenix {
	position: absolute;
	left: 0;
    top: 78px;
    width: 36px;
    height: 36px;
	background: transparent;

}
@media (min-width: 414px) {
	#phoenix {
		left: 10px;
		top: 111px;
	    width: 36px;
	    height: 36px;
	}
}
@media (min-width: 768px) {
	#phoenix {
		position: absolute;
		left: 32px;
	    top: 224px;
	    width: 38px;
	    height: 38px;
	}
}
.content-wrapper h2 {
	margin: 0 0 1em;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 24px;
	text-align: center;
}
@media (min-width: 768px) {
	.content-wrapper h2 {
		font-size: 32px;
	}
}
body.clear .content-wrapper h2 {
	color:#e7d90a
}
body.false .content-wrapper h2 {
	color: #eee;
}
.content-wrapper h2 span {
	display: inline-block;
	padding: 0.2em 1em;
	background: rgba(0, 0, 0, 0.95);
	border-radius: 5px;	
	-moz-text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
	-webkit-text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
	-ms-text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
	text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
}
.content-wrapper p {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: center;
	letter-spacing: 0.15em;
}
.content-wrapper p.clear-note {
	margin-top: 3em;
}
.content-wrapper img.feedback {
	margin-bottom: 20px;
}
body.clear-last .content-wrapper p {
	color: #fff;
}
.content-banner {
	padding: 40px 0 0;
	text-align: center;
}
.content-banner img {
	display: inline-block;
}
.content-wrapper h3 {
	margin: 0;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 15px;
	text-align: center;
	color: #e7d90a;
}
.content-wrapperh3 span {
	display: inline-block;
	-moz-text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
	-webkit-text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
	-ms-text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
	text-shadow: -1px 0px 5px rgba(249, 255, 66, 0.8);
}
#playBtn {
	width: 44px;
	height: 44px;
	background: url(images/sound-on.png) center center no-repeat;
	background-size: 100%;
	margin: 10px auto 0;
	z-index: 10;
}
#playBtn.off {
	background: url(images/sound-off.png) center center no-repeat;
	background-size: 100%;
}
.crystal {
	position: relative;
}
.crystal img {
	margin-top: 0;
	z-index: 5;
}
.crystal .type-wrapper {
	position: relative;
	text-align: center;
}
@media (min-width: 768px) {
	.crystal .type-wrapper {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
}
.crystal .type-wrapper p {
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
	text-align: left;
}
@media (min-width: 414px) {
	.crystal .type-wrapper p {
		text-align: center;
	}
}
.back-top {
	margin: 40px 0 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

/*
 * form
 */
: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;
}
.form-wrapper {
	padding: 20px 0;
	text-align: center;
}
@media (min-width:768px) {
	.form-wrapper {
		padding: 20px 15px;
		text-align: center;
	}
}
.form-inline {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.input {
	float: none;
	margin: 0 0 20px 0;
	padding: 0 0.5em;	
    width: 300px;
    height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
	white-space: nowrap;
	vertical-align: middle;        
    background-color: #fff;
    background-image: none; 
    border: 2px solid #777777;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width:768px) {
	.input {
		float: left;
		margin: 0 30px 0 0;
		width: 300px;
		height: 60px;
		font-size: 22px;
	}
}
.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: none;
	margin: 0;
	padding: 0 0.5em;	
    width: 150px;
    height: 40px;
	color: #3797e0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-align: center;	
	white-space: nowrap;
	vertical-align: middle;
	background-color: #fff;
    background-image: none;
	border: 2px solid #3797e0;
	border-radius: 3px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
@media (min-width:768px) {
	.btn {
		float: left;
		width: 150px;
		height: 60px;
		font-size: 22px;
	}
}
.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #3797e0;
	text-decoration: none:
}

/*
 * share
 */
.list-socialbtns {
	display: table;
	margin: auto;
	padding: 20px 0;
}
.list-socialbtns a {
	display: block;
	height: 22px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}
.list-socialbtns a span {
	vertical-align: middle;
	line-height: 22px;
}
.list-socialbtns a.line-btn {
	background-color: #00C300;
	width: 85px;
}
.list-socialbtns a.tweet-btn {
	background-color: #55acee;
	width: 85px;
}
.list-socialbtns a.share-btn {
	background-color: #3B5999;
	width: 85px;
}
.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;
}
@media (min-width:768px) {
	.list-socialbtns a {
		height: 30px;
		font-size: 14px;
	}
	.list-socialbtns a span {
		line-height: 30px;
	}
	.list-socialbtns a.line-btn {
		width: 120px;
	}
	.list-socialbtns a.tweet-btn {
		width: 120px;
	}
	.list-socialbtns a.share-btn {
		width: 120px;
	}
}

/*
 * FOOTER
 */
.footer{
	border-top: 1px solid #636363;
	background: #000;
}
.footer-share {
	border-bottom: 1px solid #636363;
}
.footer-banner {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #636363;
}
.footer-banner img {
	display: inline-block;
}
.footer-banner p {
	margin: 20px 0 0;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer-scrap {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #636363;
}
.footer-scrap img {
	display: inline-block;
	margin-bottom: 20px;
}
.footer p.copyright{
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #ccc;
}
.footer-se {
	padding: 20px 0;
}

/*
 * 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;
}
.invisible {
	visibility: hidden;
}
.hidden {
	display: none !important;
}
@-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;
	}
}