/*! sanitize.css v2.0.0 | CC0 1.0 Public Domain | github.com/jonathantneal/sanitize.css */

/*
 * Normalization
 */

:root {
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
	display: none;
}

button {
	overflow: visible;
}

details {
	display: block;
}

input[type='number'] {
	width: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

main {
	display: block;
}

summary {
	display: block;
}

pre {
	overflow: auto;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

template {
	display: none;
}

textarea {
	overflow: auto;
}

[hidden] {
	display: none;
}

/*
 * Universal inheritance
 */

*,
::before,
::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	font-size: inherit;
	line-height: inherit;
}

::before,
::after {
	vertical-align: inherit;
	text-decoration: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
	border-width: 0;
	border-style: solid;
}

* {
	margin: 0;
	padding: 0;
}

:root {
	font: 100%/1.5 sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	text-rendering: optimizeLegibility;
}

html {
	color: #000;
	background-color: #fff;
}

a {
	text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

button,
input,
select,
textarea {
	background-color: transparent;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
	min-height: 1.5em;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

nav ol,
nav ul {
	list-style: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

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

textarea {
	resize: vertical;
}

::-moz-selection {
	color: #4c2b03;
	background-color: #b3d4fc;
	text-shadow: none;
}

::selection {
	color: #4c2b03;
	background-color: #b3d4fc;
	text-shadow: none;
}

[aria-busy='true'] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

[hidden][aria-hidden='false'] {
	position: absolute;
	display: inherit;
	clip: rect(0 0 0 0);
}

[hidden][aria-hidden='false']:focus {
	clip: auto;
}

li {
	list-style: none;
}

html {
	height: 100%;
}

body {
	min-width: 960px;
	height: 100%;
	min-height: 785px;
	background-repeat: no-repeat;
	background-position: center 0;
}

body.hide {
	background-image: url(../images/bg_defa_hide.gif);
}

.loading-container {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 975px;
	height: 785px;
}

.loading-container.hidden {
	display: none;
}

.loading-container .loading-block {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 300px;
	height: 52px;
	margin: 0 0 0 -150px;
	-webkit-transition: all 400ms cubic-bezier(.33, -.5, .86, .4);
	-moz-transition: all 400ms cubic-bezier(.33, -.5, .86, .4);
	-o-transition: all 400ms cubic-bezier(.33, -.5, .86, .4);
	transition: all 400ms cubic-bezier(.33, -.5, .86, .4);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: load 1000ms infinite ease-out;
	-moz-animation: load 1000ms infinite ease-out;
	-o-animation: load 1000ms infinite ease-out;
	animation: load 1000ms infinite ease-out;
	opacity: 1;
	filter: alpha(opacity=100);
}

.loading-container .loading-block.hidden {
	opacity: 0;
	filter: alpha(opacity=0);
}

.bg-container .bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	min-width: 960px;
	height: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: alpha(opacity=0);
}

.bg-container .bg.disp {
	z-index: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg-container .bg .content {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.bg-container .bg .content p {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-container .bg .content p img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-container .bg-yabai .content .eyes {
	position: absolute;
	width: 605px;
	height: 127px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.bg-container .bg-yabai .content .eyes p.action {
	-webkit-animation: blink 3000ms infinite ease-in-out;
	-moz-animation: blink 3000ms infinite ease-in-out;
	-o-animation: blink 3000ms infinite ease-in-out;
	animation: blink 3000ms infinite ease-in-out;
}

.bg-container .bg-yabai .content .eyes.action {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg-container .bg-yabai .content .eyes1 {
	top: 7%;
	left: -200px;
	-webkit-transform: translateX(-1000px);
	-moz-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	-o-transform: translateX(-1000px);
	transform: translateX(-1000px);
}

.bg-container .bg-yabai .content .eyes2 {
	top: 30%;
	right: -200px;
	-webkit-transform: translateX(1000px);
	-moz-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	-o-transform: translateX(1000px);
	transform: translateX(1000px);
}

.bg-container .bg-yabai .content .eyes3 {
	top: 55%;
	left: 0;
	-webkit-transform: translateX(-1000px);
	-moz-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	-o-transform: translateX(-1000px);
	transform: translateX(-1000px);
}

.bg-container .bg-yabai .content .eyes4 {
	top: 75%;
	right: -500px;
	-webkit-transform: translateX(1000px);
	-moz-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	-o-transform: translateX(1000px);
	transform: translateX(1000px);
}

.bg-container .bg-yayoi .content .plant {
	position: absolute;
	width: 5px;
	height: 525px;
	-webkit-transition: all 300ms cubic-bezier(.17, .67, .63, 1.46);
	-moz-transition: all 300ms cubic-bezier(.17, .67, .63, 1.46);
	-o-transition: all 300ms cubic-bezier(.17, .67, .63, 1.46);
	transition: all 300ms cubic-bezier(.17, .67, .63, 1.46);
}

.bg-container .bg-yayoi .content .plant .rice {
	position: absolute;
	-webkit-transition: all 120ms cubic-bezier(.17, .67, .63, 1.46);
	-moz-transition: all 120ms cubic-bezier(.17, .67, .63, 1.46);
	-o-transition: all 120ms cubic-bezier(.17, .67, .63, 1.46);
	transition: all 120ms cubic-bezier(.17, .67, .63, 1.46);
	-webkit-transform: scaleX(.2);
	-moz-transform: scaleX(.2);
	-ms-transform: scaleX(.2);
	-o-transform: scaleX(.2);
	transform: scaleX(.2);
}

.bg-container .bg-yayoi .content .plant .stem {
	position: absolute;
}

.bg-container .bg-yayoi .content .plant1 {
	bottom: -170px;
	left: 60px;
	-webkit-transform: translateY(340px);
	-moz-transform: translateY(340px);
	-ms-transform: translateY(340px);
	-o-transform: translateY(340px);
	transform: translateY(340px);
}

.bg-container .bg-yayoi .content .plant1 .rice {
	top: 14px;
	left: -37px;
}

.bg-container .bg-yayoi .content .plant1 .stem {
	top: 220px;
	left: 0;
}

.bg-container .bg-yayoi .content .plant1.action {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.bg-container .bg-yayoi .content .plant1 .rice.action {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.bg-container .bg-yayoi .content .plant2 {
	bottom: -240px;
	left: -20px;
	-webkit-transform: translateY(340px);
	-moz-transform: translateY(340px);
	-ms-transform: translateY(340px);
	-o-transform: translateY(340px);
	transform: translateY(340px);
}

.bg-container .bg-yayoi .content .plant2 .rice {
	top: 14px;
	left: -37px;
}

.bg-container .bg-yayoi .content .plant2 .stem {
	top: 220px;
	left: 0;
}

.bg-container .bg-yayoi .content .plant2.action {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.bg-container .bg-yayoi .content .plant2 .rice.action {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.bg-container .bg-yayoi .content .plant3 {
	top: -170px;
	right: 60px;
	-webkit-transform: translateY(-340px);
	-moz-transform: translateY(-340px);
	-ms-transform: translateY(-340px);
	-o-transform: translateY(-340px);
	transform: translateY(-340px);
}

.bg-container .bg-yayoi .content .plant3 .stem {
	top: 14px;
	left: 0;
}

.bg-container .bg-yayoi .content .plant3 .rice {
	top: 220px;
	left: -37px;
}

.bg-container .bg-yayoi .content .plant3.action {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.bg-container .bg-yayoi .content .plant3 .rice.action {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.bg-container .bg-yayoi .content .plant4 {
	top: -240px;
	right: -20px;
	-webkit-transform: translateY(-340px);
	-moz-transform: translateY(-340px);
	-ms-transform: translateY(-340px);
	-o-transform: translateY(-340px);
	transform: translateY(-340px);
}

.bg-container .bg-yayoi .content .plant4 .stem {
	top: 14px;
	left: 0;
}

.bg-container .bg-yayoi .content .plant4 .rice {
	top: 220px;
	left: -37px;
}

.bg-container .bg-yayoi .content .plant4.action {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.bg-container .bg-yayoi .content .plant4 .rice.action {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.bg-container .bg-yayoi .content .himiko {
	position: absolute;
	width: 638px;
	height: 702px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.bg-container .bg-yayoi .content .himiko .body {
	position: absolute;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.bg-container .bg-yayoi .content .himiko .face {
	position: absolute;
	width: 215px;
	height: 476px;
	-webkit-animation: himikoface 3000ms infinite ease-in-out;
	-moz-animation: himikoface 3000ms infinite ease-in-out;
	-o-animation: himikoface 3000ms infinite ease-in-out;
	animation: himikoface 3000ms infinite ease-in-out;
}

.bg-container .bg-yayoi .content .himiko.action {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.bg-container .bg-yayoi .content .himiko1 {
	right: -300px;
	bottom: -120px;
	-webkit-transform: translate(0px, 400px);
	-moz-transform: translate(0px, 400px);
	-ms-transform: translate(0px, 400px);
	-o-transform: translate(0px, 400px);
	transform: translate(0px, 400px);
}

.bg-container .bg-yayoi .content .himiko1 .body {
	top: 0;
	left: 0;
}

.bg-container .bg-yayoi .content .himiko1 .face {
	top: 10px;
	left: 248px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transform-origin: center 315px;
	-moz-transform-origin: center 315px;
	-ms-transform-origin: center 315px;
	-o-transform-origin: center 315px;
	transform-origin: center 315px;
}

.bg-container .bg-yayoi .content .himiko2 {
	top: -120px;
	left: -300px;
	-webkit-transform: translate(0px, -400px);
	-moz-transform: translate(0px, -400px);
	-ms-transform: translate(0px, -400px);
	-o-transform: translate(0px, -400px);
	transform: translate(0px, -400px);
}

.bg-container .bg-yayoi .content .himiko2 .body {
	top: 0;
	left: 0;
}

.bg-container .bg-yayoi .content .himiko2 .face {
	top: 218px;
	left: 170px;
	-webkit-transform-origin: center 125px;
	-moz-transform-origin: center 125px;
	-ms-transform-origin: center 125px;
	-o-transform-origin: center 125px;
	transform-origin: center 125px;
}

.bg-container .bg-yasai .content .char1 {
	position: absolute;
	top: 400px;
	left: -270px;
	width: 370px;
	height: 575px;
	-webkit-transition: all 1500ms ease-out;
	-moz-transition: all 1500ms ease-out;
	-o-transition: all 1500ms ease-out;
	transition: all 1500ms ease-out;
	-webkit-transform: translate(0px, -500px);
	-moz-transform: translate(0px, -500px);
	-ms-transform: translate(0px, -500px);
	-o-transform: translate(0px, -500px);
	transform: translate(0px, -500px);
	opacity: 0;
	filter: alpha(opacity=0);
}

.bg-container .bg-yasai .content .char1 img {
	width: 370px;
}

.bg-container .bg-yasai .content .char1.action {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg-container .bg-yasai .content .char2 {
	position: absolute;
	top: -70px;
	left: -110px;
	width: 421px;
	height: 835px;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	-webkit-transform: translate(-500px, 0px);
	-moz-transform: translate(-500px, 0px);
	-ms-transform: translate(-500px, 0px);
	-o-transform: translate(-500px, 0px);
	transform: translate(-500px, 0px);
}

.bg-container .bg-yasai .content .char2 img {
	width: 350px;
	-webkit-transition: all 800ms cubic-bezier(.59, 1.02, .82, 1.11);
	-moz-transition: all 800ms cubic-bezier(.59, 1.02, .82, 1.11);
	-o-transition: all 800ms cubic-bezier(.59, 1.02, .82, 1.11);
	transition: all 800ms cubic-bezier(.59, 1.02, .82, 1.11);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	transform: rotate(-50deg);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}

.bg-container .bg-yasai .content .char2.action {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.bg-container .bg-yasai .content .char2.action img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.bg-container .bg-yasai .content .char3 {
	position: absolute;
	top: -130px;
	right: -550px;
	width: 962px;
	height: 1076px;
	-webkit-transform-origin: 310px 90px;
	-moz-transform-origin: 310px 90px;
	-ms-transform-origin: 310px 90px;
	-o-transform-origin: 310px 90px;
	transform-origin: 310px 90px;
	-webkit-animation: cabbage 3000ms infinite ease-in-out;
	-moz-animation: cabbage 3000ms infinite ease-in-out;
	-o-animation: cabbage 3000ms infinite ease-in-out;
	animation: cabbage 3000ms infinite ease-in-out;
}

.bg-container .bg-yasai .content .char3 img {
	width: 850px;
}

.bg-container .bg-yatai .wrap {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}

.bg-container .bg-yatai .inner {
	width: 100%;
	height: 100%;
	-webkit-animation: perspect 5000ms infinite ease-in-out;
	-moz-animation: perspect 5000ms infinite ease-in-out;
	-o-animation: perspect 5000ms infinite ease-in-out;
	animation: perspect 5000ms infinite ease-in-out;
	background: url(../images/bg_yatai.jpg) center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-container .bg-yasei .content .animal {
	position: absolute;
}

.bg-container .bg-yasei .content .animal1 {
	top: -70px;
	left: -300px;
	width: 583px;
	height: 654px;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
	-webkit-transform: translate(0px, -800px);
	-moz-transform: translate(0px, -800px);
	-ms-transform: translate(0px, -800px);
	-o-transform: translate(0px, -800px);
	transform: translate(0px, -800px);
}

.bg-container .bg-yasei .content .animal1 img {
	-webkit-transform-origin: center 265px;
	-moz-transform-origin: center 265px;
	-ms-transform-origin: center 265px;
	-o-transform-origin: center 265px;
	transform-origin: center 265px;
	-webkit-animation: elephant 1000ms infinite ease-in-out;
	-moz-animation: elephant 1000ms infinite ease-in-out;
	-o-animation: elephant 1000ms infinite ease-in-out;
	animation: elephant 1000ms infinite ease-in-out;
}

.bg-container .bg-yasei .content .animal1.action {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.bg-container .bg-yasei .content .animal2 {
	right: -380px;
	bottom: -50px;
	width: 571px;
	height: 531px;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
	-webkit-transform: translate(500px, 0px);
	-moz-transform: translate(500px, 0px);
	-ms-transform: translate(500px, 0px);
	-o-transform: translate(500px, 0px);
	transform: translate(500px, 0px);
}

.bg-container .bg-yasei .content .animal2 .body {
	-webkit-animation: lion 400ms infinite ease-in;
	-moz-animation: lion 400ms infinite ease-in;
	-o-animation: lion 400ms infinite ease-in;
	animation: lion 400ms infinite ease-in;
}

.bg-container .bg-yasei .content .animal2 .ro {
	position: absolute;
	top: 10px;
	left: -25px;
	-webkit-animation: lion_ro 300ms infinite linear;
	-moz-animation: lion_ro 300ms infinite linear;
	-o-animation: lion_ro 300ms infinite linear;
	animation: lion_ro 300ms infinite linear;
}

.bg-container .bg-yasei .content .animal2 .face {
	position: absolute;
	top: 92px;
	left: 64px;
}

.bg-container .bg-yasei .content .animal2.action {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.bg-container .bg-yasui .content .mark {
	position: absolute;
	top: 120px;
	-webkit-transition: all 300ms cubic-bezier(.72, 1.83, .6, .64);
	-moz-transition: all 300ms cubic-bezier(.72, 1.83, .6, .64);
	-o-transition: all 300ms cubic-bezier(.72, 1.83, .6, .64);
	transition: all 300ms cubic-bezier(.72, 1.83, .6, .64);
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.bg-container .bg-yasui .content .mark.action {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg-container .bg-yasui .content .mark img {
	width: 160px;
}

.bg-container .bg-yasui .content .mark1 {
	left: -60px;
	-webkit-transform-origin: 70px center;
	-moz-transform-origin: 70px center;
	-ms-transform-origin: 70px center;
	-o-transform-origin: 70px center;
	transform-origin: 70px center;
}

.bg-container .bg-yasui .content .mark2 {
	right: -80px;
	-webkit-transform-origin: 90px center;
	-moz-transform-origin: 90px center;
	-ms-transform-origin: 90px center;
	-o-transform-origin: 90px center;
	transform-origin: 90px center;
}

.bg-container .bg-yasui .content .char {
	position: absolute;
	bottom: -190px;
	-webkit-transition: all 550ms cubic-bezier(.59, 1.02, .82, 1.11);
	-moz-transition: all 550ms cubic-bezier(.59, 1.02, .82, 1.11);
	-o-transition: all 550ms cubic-bezier(.59, 1.02, .82, 1.11);
	transition: all 550ms cubic-bezier(.59, 1.02, .82, 1.11);
	-webkit-transform: translate(0px, 250px);
	-moz-transform: translate(0px, 250px);
	-ms-transform: translate(0px, 250px);
	-o-transform: translate(0px, 250px);
	transform: translate(0px, 250px);
}

.bg-container .bg-yasui .content .char p {
	position: absolute;
}

.bg-container .bg-yasui .content .char.action {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.bg-container .bg-yasui .content .char1 {
	left: -250px;
	width: 316px;
	height: 455px;
}

.bg-container .bg-yasui .content .char1 .mouth {
	top: 150px;
	left: 130px;
}

.bg-container .bg-yasui .content .char1 .eyes {
	top: 83px;
	left: 113px;
}

.bg-container .bg-yasui .content .char2 {
	left: -75px;
	width: 307px;
	height: 409px;
}

.bg-container .bg-yasui .content .char2 .mouth {
	top: 116px;
	left: 102px;
}

.bg-container .bg-yasui .content .char2 .eyes {
	top: 65px;
	left: 87px;
}

.bg-container .bg-yasui .content .char3 {
	right: -230px;
	width: 316px;
	height: 455px;
}

.bg-container .bg-yasui .content .char3 .mouth {
	top: 150px;
	left: 130px;
}

.bg-container .bg-yasui .content .char3 .eyes {
	top: 83px;
	left: 113px;
}

.bg-container .bg-yasui .content .char4 {
	right: -80px;
	width: 307px;
	height: 409px;
}

.bg-container .bg-yasui .content .char4 .mouth {
	top: 116px;
	left: 102px;
}

.bg-container .bg-yasui .content .char4 .eyes {
	top: 65px;
	left: 87px;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}

.header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 120px;
	padding: 10px 0 0 0;
	text-align: center;
}

.header .title {
	margin: 0 0 4px 0;
}

.header .title img {
	height: 65px;
}

.header .subtitle img {
	height: 22px;
}

.header .shares {
	font-size: 0;
	position: fixed;
	z-index: 1;
	top: 10px;
	right: 10px;
}

.header .shares .share {
	display: inline-block;
	margin: 0 4px 0 4px;
	*display: inline;
	*zoom: 1;
}

.header .shares .share a {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 54px;
	height: 26px;
	padding: 7px 0 0 0;
	text-align: center;
	vertical-align: top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*display: inline;
	*zoom: 1;
}

.header .shares .share a.facebook {
	background: #3b5997;
	-webkit-box-shadow: 0 2px 0 #0c1d55;
	-moz-box-shadow: 0 2px 0 #0c1d55;
	box-shadow: 0 2px 0 #0c1d55;
}

.header .shares .share a.twitter {
	background: #5ca8f4;
	-webkit-box-shadow: 0 2px 0 #0253a4;
	-moz-box-shadow: 0 2px 0 #0253a4;
	box-shadow: 0 2px 0 #0253a4;
}

.header .shares .share a.line {
	background: #2cc014;
	-webkit-box-shadow: 0 2px 0 #127501;
	-moz-box-shadow: 0 2px 0 #127501;
	box-shadow: 0 2px 0 #127501;
}

.header .shares .share a:hover {
	top: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.content .yt-area {
	width: 800px;
	height: 450px;
	margin: 0 auto 20px auto;
}

.content .yt-area .yts {
	position: relative;
}

.content .yt-area .yts .yt {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 800px;
	height: 0;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
	opacity: 0;
	filter: alpha(opacity=0);
}

.content .yt-area .yts .yt.disp {
	height: 450px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.content .yt-controller {
	overflow: hidden;
	height: 140px;
}

.content .yt-controller .btns {
	font-size: 0;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.content .yt-controller .btns.disp {
	opacity: 1;
	filter: alpha(opacity=100);
}

.content .yt-controller .btns .btnwrap {
	font-size: 10px;
	display: inline-block;
	width: 155px;
	height: 140px;
	margin: 0 0 0 6px;
	cursor: pointer;
	vertical-align: top;
	color: #fff;
	background: #000;
	*display: inline;
	*zoom: 1;
}

.content .yt-controller .btns .btnwrap:first-child {
	margin: 0 0 0 0;
}

.content .yt-controller .btns .btn {
	position: relative;
	width: 155px;
	height: 140px;
}

.content .yt-controller .btns .btn .font {
	position: absolute;
	top: 25px;
	left: 31px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.content .yt-controller .btns .btn .curr {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 155px;
	height: 140px;
	border: 0 solid #00f;
}

.content .yt-controller .btns .btn .curr .state {
	position: absolute;
	top: 56px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 52px;
	left: 0;
	overflow: hidden;
	width: 43px;
	height: 43px;
	margin: auto;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.content .yt-controller .btns .btn:hover .curr {
	border: 4px solid #00f;
}

.content .yt-controller .btns .btn:hover .font {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.content .yt-controller .btns .btn.disp {
	cursor: default;
	background: #ccc;
}

.content .yt-controller .btns .btn.disp .curr {
	border: 4px solid #00f;
	background-color: rgba(0, 0, 0, .8);
}

.content .yt-controller .btns .btn.disp .curr .state {
	opacity: 1;
	filter: alpha(opacity=100);
}

.content .yt-controller .btns .btn.disp .curr .state.play img {
	position: relative;
	top: -43px;
}

.content .yt-controller .btns .btn.disp .curr .state.pause img {
	position: relative;
	top: -0;
}

.content .yt-controller .btns .btn.disp:hover .font {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.footer {
	padding: 20px 0 20px 0;
}

.footer .copy {
	font-size: 10px;
	text-align: right;
	text-shadow: 0 0 15px #fff;
}

@-webkit-keyframes load {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

80% {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-moz-keyframes load {

0% {
	-moz-transform: scale(1);
	transform: scale(1);
}

80% {
	-moz-transform: scale(.6);
	transform: scale(.6);
}

100% {
	-moz-transform: scale(1);
	transform: scale(1);
}

}

@-o-keyframes load {

0% {
	-o-transform: scale(1);
	transform: scale(1);
}

80% {
	-o-transform: scale(.6);
	transform: scale(.6);
}

100% {
	-o-transform: scale(1);
	transform: scale(1);
}

}

@keyframes load {

0% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

80% {
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-o-transform: scale(.6);
	transform: scale(.6);
}

100% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes blink {

0% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

10% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

40% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

42% {
	-webkit-transform: scaleY(.05);
	transform: scaleY(.05);
}

44% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

100% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

}

@-moz-keyframes blink {

0% {
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

10% {
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

40% {
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

42% {
	-moz-transform: scaleY(.05);
	transform: scaleY(.05);
}

44% {
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

100% {
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

}

@-o-keyframes blink {

0% {
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

10% {
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

40% {
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

42% {
	-o-transform: scaleY(.05);
	transform: scaleY(.05);
}

44% {
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

100% {
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

}

@keyframes blink {

0% {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

10% {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

40% {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

42% {
	-webkit-transform: scaleY(.05);
	-moz-transform: scaleY(.05);
	-o-transform: scaleY(.05);
	transform: scaleY(.05);
}

44% {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

100% {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

}

@-webkit-keyframes himikoface {

0% {
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
}

50% {
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
}

}

@-moz-keyframes himikoface {

0% {
	-moz-transform: rotate(7deg);
	transform: rotate(7deg);
}

50% {
	-moz-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-moz-transform: rotate(7deg);
	transform: rotate(7deg);
}

}

@-o-keyframes himikoface {

0% {
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}

50% {
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}

}

@keyframes himikoface {

0% {
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}

50% {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}

}

@-webkit-keyframes cabbage {

0% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

50% {
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

}

@-moz-keyframes cabbage {

0% {
	-moz-transform: rotate(20deg);
	transform: rotate(20deg);
}

50% {
	-moz-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-moz-transform: rotate(20deg);
	transform: rotate(20deg);
}

}

@-o-keyframes cabbage {

0% {
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

50% {
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

}

@keyframes cabbage {

0% {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

50% {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

100% {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

}

@-webkit-keyframes perspect {

0% {
	-webkit-transform: rotateY(7deg);
	transform: rotateY(7deg);
}

50% {
	-webkit-transform: rotateY(-7deg);
	transform: rotateY(-7deg);
}

100% {
	-webkit-transform: rotateY(7deg);
	transform: rotateY(7deg);
}

}

@-moz-keyframes perspect {

0% {
	-moz-transform: rotateY(7deg);
	transform: rotateY(7deg);
}

50% {
	-moz-transform: rotateY(-7deg);
	transform: rotateY(-7deg);
}

100% {
	-moz-transform: rotateY(7deg);
	transform: rotateY(7deg);
}

}

@-o-keyframes perspect {

0% {
	transform: rotateY(7deg);
}

50% {
	transform: rotateY(-7deg);
}

100% {
	transform: rotateY(7deg);
}

}

@keyframes perspect {

0% {
	-webkit-transform: rotateY(7deg);
	-moz-transform: rotateY(7deg);
	transform: rotateY(7deg);
}

50% {
	-webkit-transform: rotateY(-7deg);
	-moz-transform: rotateY(-7deg);
	transform: rotateY(-7deg);
}

100% {
	-webkit-transform: rotateY(7deg);
	-moz-transform: rotateY(7deg);
	transform: rotateY(7deg);
}

}

@-webkit-keyframes elephant {

0% {
	-webkit-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

45% {
	-webkit-transform: rotate(20deg) scale(1);
	transform: rotate(20deg) scale(1);
}

50% {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

95% {
	-webkit-transform: rotate(0deg) scale(.7);
	transform: rotate(0deg) scale(.7);
}

100% {
	-webkit-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

}

@-moz-keyframes elephant {

0% {
	-moz-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

45% {
	-moz-transform: rotate(20deg) scale(1);
	transform: rotate(20deg) scale(1);
}

50% {
	-moz-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

95% {
	-moz-transform: rotate(0deg) scale(.7);
	transform: rotate(0deg) scale(.7);
}

100% {
	-moz-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

}

@-o-keyframes elephant {

0% {
	-o-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

45% {
	-o-transform: rotate(20deg) scale(1);
	transform: rotate(20deg) scale(1);
}

50% {
	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

95% {
	-o-transform: rotate(0deg) scale(.7);
	transform: rotate(0deg) scale(.7);
}

100% {
	-o-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

}

@keyframes elephant {

0% {
	-webkit-transform: rotate(20deg) scale(.7);
	-moz-transform: rotate(20deg) scale(.7);
	-o-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

45% {
	-webkit-transform: rotate(20deg) scale(1);
	-moz-transform: rotate(20deg) scale(1);
	-o-transform: rotate(20deg) scale(1);
	transform: rotate(20deg) scale(1);
}

50% {
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

95% {
	-webkit-transform: rotate(0deg) scale(.7);
	-moz-transform: rotate(0deg) scale(.7);
	-o-transform: rotate(0deg) scale(.7);
	transform: rotate(0deg) scale(.7);
}

100% {
	-webkit-transform: rotate(20deg) scale(.7);
	-moz-transform: rotate(20deg) scale(.7);
	-o-transform: rotate(20deg) scale(.7);
	transform: rotate(20deg) scale(.7);
}

}

@-webkit-keyframes lion {

0% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50% {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

@-moz-keyframes lion {

0% {
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50% {
	-moz-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

100% {
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

@-o-keyframes lion {

0% {
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50% {
	-o-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

100% {
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

@keyframes lion {

0% {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50% {
	-webkit-transform: translate(0px, 5px);
	-moz-transform: translate(0px, 5px);
	-o-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

100% {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

@-webkit-keyframes lion_ro {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

99% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@-moz-keyframes lion_ro {

0% {
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

99% {
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

100% {
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@-o-keyframes lion_ro {

0% {
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

99% {
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

100% {
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@keyframes lion_ro {

0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

99% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

100% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

