<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* -----------------------------------------------------------------------------
ã‚¢ãƒ‹ãƒ¡
----------------------------------------------------------------------------- */
@keyframes fuwafuwa {
	0% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}

@keyframes fuwafuwa_shadow {
	0% {
		transform: scale(1.05);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.00);
		opacity: 0.3;
	}
}

@keyframes yurayura {
	0% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(5px);
	}
}

@keyframes furifuri {
	0% {
		transform: rotate(-5deg)
	}

	100% {
		transform: rotate(5deg)
	}
}

@keyframes tokotoko {
	0% {
		transform: translateY(0);
	}

	5% {
		transform: translateY(-1px);
	}

	10% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-1px);
	}

	30% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(0);
	}

	45% {
		transform: translateY(-1px);
	}

	50% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(0);
	}
}

/* -----------------------------------------------------------------------------
ãƒšãƒ¼ãƒ³
----------------------------------------------------------------------------- */
html {
	font-size: 16px;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.logo__kaiyukan {
	padding: 5px;
	position: fixed;
	top: 5px;
	left: 5px;
	width: 107px;
	height: 28px;
	background-color: #fff;
	border-radius: 3px;
	z-index: 4;
}

.logo__kaiyukan img {
	max-width: 100%;
	height: auto;
}

.copy {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #656464;
	font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, YakuHanJP, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	letter-spacing: 1px;
}

.wrapper {
	width: calc(100% - 40px);
	height: calc(100vh - 40px);
	padding: 20px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.wrapper.scroll_disabled {
	overflow: hidden;

}

.pane {
	min-width: 1280px;
	min-height: 1024px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pane_inner {
	width: 1280px;
	height: 960px;
	position: relative;
}

.items {
	width: 990px;
	height: 600px;
	position: absolute;
	top: 175px;
	left: 147px;
}

@media screen and (max-width:640px) {
	html {
		font-size: 3.125vw;
	}

	.pane {
		min-height: 900px;
	}

	.pane_inner {
		transform: scale(0.8);
	}

	.items {
		left: 144px;
	}

	.copy {
		font-size: 1.375rem;
		bottom: -10vw;
	}
}

@media screen and (max-width:320px) {
	.pane {
		min-height: 800px;
	}

	.pane_inner {
		transform: scale(0.7);
	}

	.copy {
		font-size: 1.571rem;
	}
}

/* -----------------------------------------------------------------------------
ã‚¿ã‚¤ãƒˆãƒ«
----------------------------------------------------------------------------- */
.pane_title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition-property: top;
	transition-duration: 2.5s;
	z-index: 2;
}

.pane_title img {
	max-width: 90vw;
}

.pane_signboard {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.pane_signboard img {
	max-width: 90vw;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚°åˆæœŸåŒ–æ™‚ */
body.is_opening.init .pane_title {
	top: 680px;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚° step1 */
body.is_opening.step1 .pane_title {
	top: 0;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚° step2 */
body.is_opening.step2 .pane_title {}


/* -----------------------------------------------------------------------------
æ³¡
----------------------------------------------------------------------------- */
.bubbles_wrap {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1.5s;
}

body.is_opening .bubbles_wrap {
	opacity: 0;
}

.bubbles {
	position: absolute;
	top: 300px;
	left: 0;
}

.bubbles1 {
	top: 350px;
	left: 170px;
}

.bubbles2 {
	top: 820px;
	left: 380px;
}

.bubbles3 {
	top: 420px;
	left: 1240px;
}

.bubbles4 {
	top: 680px;
	left: 1010px;
}

.bubbles5 {
	top: 880px;
	left: 863px;
}

.bubble {
	position: absolute;
	top: 0;
	left: 0;
	animation: bubble_up 5s ease-in infinite normal;
	opacity: 0;
}


.bubble&gt;span {
	display: block;
	width: 8px;
	height: 8px;
	border: solid 2px #656464;
	background-color: #ffe45f;
	border-radius: 50%;
	animation: bubble_yurayura 2s ease-in-out infinite alternate;
}

.bubbles2 .bubble&gt;span {
	animation-duration: 1.2s;
}

.bubbles3 .bubble&gt;span {
	animation-duration: 1.4s;
}

.bubbles4 .bubble&gt;span {
	animation-duration: 0.8s;
}

.bubbles5 .bubble&gt;span {
	animation-duration: 1.1s;
}


.bubbles .bubble:nth-child(2) {
	animation-delay: 1s;
}

.bubbles .bubble:nth-child(2)&gt;span {
	animation-delay: 0.6s;
	animation-name: bubble_yurayura2;
}

.bubbles .bubble:nth-child(3) {
	animation-delay: 2s;
}

.bubbles .bubble:nth-child(3)&gt;span {
	animation-delay: 1.2s;
}

.bubbles .bubble:nth-child(4) {
	animation-delay: 3s;
}

.bubbles .bubble:nth-child(4)&gt;span {
	animation-delay: 1.8s;
	animation-name: bubble_yurayura2;
}

.bubbles .bubble:nth-child(5) {
	animation-delay: 4s;
}

.bubbles .bubble:nth-child(5)&gt;span {
	animation-delay: 2.4s;
}

/* ã‚¢ãƒ‹ãƒ¡ */
@keyframes bubble_up {
	0% {
		transform: translateY(0) scale(0.5);
		opacity: 0;
	}

	10% {
		transform: translateY(-5px) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateY(-100px) scale(1.4);
		opacity: 0;
	}
}

@keyframes bubble_yurayura {
	0% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(5px);
	}
}

@keyframes bubble_yurayura2 {
	0% {
		transform: translateX(5px);
	}

	100% {
		transform: translateX(-5px);
	}
}

/* -----------------------------------------------------------------------------
é­š
----------------------------------------------------------------------------- */
.fish_wrap {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1.5s;
}

body.is_opening .fish_wrap {
	opacity: 0;
}

.fish_school {
	position: absolute;
}

.fish img {
	animation: fish_swim 5s ease-in infinite normal;
}

.fish {
	position: absolute;
	animation: fish_move 5s ease-in-out infinite normal;
}

.fish_school .fish:nth-child(2) {
	animation-delay: 0.2s;
}

.fish_school .fish:nth-child(3) {
	animation-delay: 0.4s;
}

.fish_school .fish:nth-child(4) {
	animation-delay: 0.6s;
}

.fish_school .fish:nth-child(5) {
	animation-delay: 0.8s;
}

.fish_school .fish:nth-child(2) img {
	animation-delay: 0.2s;
}

.fish_school .fish:nth-child(3) img {
	animation-delay: 0.4s;
}

.fish_school .fish:nth-child(4) img {
	animation-delay: 0.6s;
}

.fish_school .fish:nth-child(5) img {
	animation-delay: 0.8s;
}

.fish_school1 {
	top: 207px;
	left: 1090px;
}

.fish_school1 .fish:nth-child(2) {
	top: 0;
	left: 70px;
}

.fish_school1 .fish:nth-child(3) {
	top: -15px;
	left: 100px;
}

.fish_school1 .fish:nth-child(4) {
	top: 10px;
	left: 130px;
}

.fish_school2,
.fish_school3 {
	transform: scale(-1, 1);
}

.fish_school2 {
	left: 480px;
	top: 160px;
}

.fish_school2 .fish,
.fish_school2 .fish img {
	animation-duration: 5.2s;
}

.fish_school2 .fish:nth-child(2) {
	left: 30px;
	top: 30px;
}

.fish_school2 .fish:nth-child(3) {
	left: 70px;
	top: 10px;
}

.fish_school2 .fish:nth-child(4) {
	left: 190px;
	top: 10px;
}

.fish_school2 .fish:nth-child(5) {
	left: 215px;
	top: -20px;
}

.fish_school3 {
	left: 1130px;
	top: 730px;
}

.fish_school3 .fish,
.fish_school3 .fish img {
	animation-duration: 4.8s;
}

.fish_school3 .fish:nth-child(2) {
	left: 25px;
	top: -30px;
}

.fish_school3 .fish:nth-child(3) {
	left: 80px;
	top: 10px;
}

.fish_school3 .fish:nth-child(4) {
	left: 115px;
	top: -5px;
}

.fish_school3 .fish:nth-child(5) {
	left: 140px;
	top: 20px;
}

.fish_school1.fish_school4 {
	top: 640px;
	left: 0px;
}

@keyframes fish_swim {
	0% {
		transform: scale(1.0, 1.0)
	}

	4% {
		transform: scale(0.9, 1.0)
	}

	8% {
		transform: scale(1.0, 1.0)
	}

	12% {
		transform: scale(0.9, 1.0)
	}

	16% {
		transform: scale(1.0, 1.0)
	}

	20% {
		transform: scale(0.9, 1.0)
	}

	24% {
		transform: scale(1.0, 1.0)
	}

	28% {
		transform: scale(0.9, 1.0)
	}

	32% {
		transform: scale(1.0, 1.0)
	}

	65% {
		transform: scale(0.9, 1.0)
	}

	100% {
		transform: scale(1.0, 1.0)
	}
}

@keyframes fish_move {
	0% {
		transform: translateX(0)
	}

	32% {
		transform: translateX(-50px)
	}

	100% {
		transform: translateX(0)
	}
}

/* -----------------------------------------------------------------------------
ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚°
----------------------------------------------------------------------------- */
.building {
	display: none;
	position: absolute;
	top: 124px;
	left: 404px;
	z-index: 1;
	transition-property: top, opacity;
	transition-duration: 2.5s;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚°åˆæœŸåŒ–æ™‚ */
body.is_opening .building {
	display: block;
}

body.is_opening.init .building {}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚° step1 */
body.is_opening.step1 .building {
	opacity: 0;
	top: -500px;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚° step2 */
body.is_opening.step2 .building {
	opacity: 0;
}

@media screen and (max-width:640px) {
	.building {
		left: 401px;
	}
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; å°åº§
----------------------------------------------------------------------------- */
.item {
	width: 218px;
	height: 150px;
	position: absolute;
}

img {
	vertical-align: bottom;
}

#svgmask {
	position: fixed;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.pedestal {
	-webkit-clip-path: url(#pedestal_mask);
	clip-path: url(#pedestal_mask);
	width: 218px;
	height: 150px;
	position: relative;
	cursor: pointer;
}

.pedestal_up {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	height: 150px;
	background: url(../images/pedestal_up.svg) center center no-repeat;
	background-size: contain;
	transition-property: top;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.pedestal_down {
	width: 218px;
	height: 150px;
	background: url(../images/pedestal_down.svg) center center no-repeat;
	background-size: contain;
	opacity: 0;
	position: relative;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
}

.item .char:hover~.pedestal .pedestal_up,
.item .pedestal:hover .pedestal_up {
	transition-delay: 0s;
	top: 25px;
}

.item .char:hover~.pedestal .pedestal_down,
.item .pedestal:hover .pedestal_down {
	transition-delay: 0.3s;
	opacity: 1;
}

.item .char_shadow {
	position: absolute;
	left: 70px;
	top: 55px;
	transition-property: top, transform, opacity;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.item .char_shadow_inner {
	width: 78px;
	height: 18px;
	border-radius: 50%;
	background-color: #656464;
	opacity: 0.3;
}

.item .char:hover~.char_shadow {
	transition-delay: 0.3s;
	top: 80px;
	transform: scale(1.05);
	opacity: 0.75;
	transition-delay: 0s;
}

/*
.item:hover .pedestal_up {
	transition-delay: 0s;
	top: 25px;
}

.item:hover .pedestal_down {
	transition-delay: 0.3s;
	opacity: 1;
}
*/

.item .char {
	cursor: pointer;
}

.item .char,
.item .serif {
	position: absolute;
	z-index: 1;
}

.item .serif {
	transform: scale(0);
	_opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 0.5s;
	pointer-events: none;
}

.item.is_hover .serif {
	transition-duration: 0.2s;
	transform: scale(1);
	opacity: 1;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚°åˆæœŸåŒ–æ™‚ */
body.is_opening .item {
	pointer-events: none;
}

body.is_opening .item:not(.item_aquarium) {
	opacity: 0;
	transform: translateY(-10px);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
}

/* ã‚ªãƒ¼ãƒ—ãƒ‹ãƒ³ã‚° step2 */
body.is_opening.step2 .item {
	opacity: 1;
	transform: translateY(0);
}

body.is_opening .item_informations {
	transition-delay: 0s;
}

body.is_opening .item_forest,
body.is_opening .item_harisenbon {
	transition-delay: 0.1s;
}

body.is_opening .item_octopus {
	z-index: 1
}

body.is_opening .item_octopus,
body.is_opening .item_whaleshark {
	transition-delay: 0.2s;
}

body.is_opening .item_ray,
body.is_opening .item_penguin {
	transition-delay: 0.3s;
}

body.is_opening .item_kawauso,
body.is_opening .item_transport {
	transition-delay: 0.4s;
}

body.is_opening .item_shark,
body.is_opening .item_signal {
	transition-delay: 0.5s;
}

body.is_opening .item_health {
	transition-delay: 0.6s;
}


/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; å°åº§å¤§
----------------------------------------------------------------------------- */
.item_aquarium {
	width: 480px;
	height: 304px;
}

.item_aquarium .pedestal {
	-webkit-clip-path: url(#largepedestal_mask);
	clip-path: url(#largepedestal_mask);
	width: 480px;
	height: 304px;
	position: relative;
}

.item_aquarium .pedestal_up {
	width: 480px;
	height: 304px;
	background-image: url(../images/largepedestal_up.svg);
}

.item_aquarium .pedestal_down {
	width: 480px;
	height: 304px;
	background-image: url(../images/largepedestal_down.svg);
}


/* -----------------------------------------------------------------------------
ãƒ¢ãƒ¼ãƒ€ãƒ«
----------------------------------------------------------------------------- */
.modal {
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.modal_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.modal_content_wrapper {
	max-width: 500px;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	width: 90%;
	color: #656464;
	line-height: 1.75;
}

.modal_content {
	display: none;
}

.modal_content h3 {
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.56;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}

.modal_content .figure {
	margin-bottom: 2rem;
}

.modal_content .figure img {
	max-width: 100%;
}

.modal_content .explain {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}

.modal_pager {
	display: flex;
	/* 	justify-content: space-between; */
	justify-content: center;
	margin-top: 2rem;
}

.modal_pager .button_prev img {
	transform: rotate(180deg);
}


/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; æƒ…å&nbsp;±
----------------------------------------------------------------------------- */
.item_informations {
	top: 0px;
	left: 389px;
}

.item_informations .char {
	top: 0px;
	left: 67px;
}

.item_informations .serif {
	top: -70px;
	left: 5px;
	transform-origin: 20% 100%;
}

.modal_informations {
	border: solid 16px #656464;
	background-color: #ffe45f;
	padding: 60px 40px 40px 40px;
}

.modal_informations h3 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.modal_informations p {
	margin-bottom: 1em;
}

.modal_informations th {
	text-indent: -0.5em;
}

.modal_informations th::before {
	content: 'ã€';
}

.modal_informations th::after {
	content: 'ã€‘';
}

.modal_informations .note {
	text-indent: -1em;
	padding-left: 0.7em;
	font-size: 0.875rem;
}

.modal_informations .note::before {
	content: 'â€»';
}

@media screen and (max-width:640px) {
	.modal_inner {
		align-items: flex-start;
	}

	.modal_content_wrapper {
		width: 75%;
		margin-top: 10vw;
		max-height: calc(100vh - 20vw);
	}

	.modal_content h3 {
		width: 100%;
		font-size: 1.66rem;
		margin-bottom: 1rem;
	}

	.modal_informations {
		padding: 1.5em;
		border-width: 2vw;
	}

	.modal_content .figure {
		margin-bottom: 1rem;
	}

	.modal_content .explain {
		width: 100%;
	}

	.modal_pager {
		margin-top: 1rem;
	}

}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; æ£®æž—
----------------------------------------------------------------------------- */
.item_forest {
	top: 74px;
	left: 259px;
}

.item_forest .char {
	top: -16px;
	left: 48px;
}

.item_forest .serif {
	top: -72px;
	left: -117px;
	transform-origin: 80% 100%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ãƒãƒªã‚»ãƒ³ãƒœãƒ³
----------------------------------------------------------------------------- */
.item_harisenbon {
	top: 75px;
	left: 519px;
}

.item_harisenbon .char {
	top: -27px;
	left: 60px;
	animation: fuwafuwa 0.9s ease-in-out infinite alternate;
}

.item_harisenbon .char_shadow_inner {
	animation: fuwafuwa_shadow 0.9s ease-in-out infinite alternate;
}

.item_harisenbon .serif {
	top: -72px;
	left: 144px;
	transform-origin: 20% 100%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ã‚¿ã‚³
----------------------------------------------------------------------------- */
.item_octopus {
	top: 150px;
	left: 129px;
}

.item_octopus .char {
	top: 5px;
	left: 57px;
	animation: yurayura 1.3s ease-in-out infinite alternate;
}

.item_octopus .serif {
	top: -68px;
	left: -117px;
	transform-origin: 80% 100%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ã‚¸ãƒ³ãƒ™ã‚¤ã‚¶ãƒ¡
----------------------------------------------------------------------------- */
.item_whaleshark {
	top: 150px;
	left: 649px;
}

.item_whaleshark .char {
	top: -9px;
	left: 55px;
	animation: furifuri 1.6s ease-in-out infinite alternate;
}

.item_whaleshark .serif {
	top: -68px;
	left: 129px;
	transform-origin: 15% 100%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ã‚¨ã‚¤
----------------------------------------------------------------------------- */
.item_ray {
	top: 225px;
	left: 0;
}

.item_ray .char {
	top: 19px;
	left: 49px;
	animation: yurayura 1.5s ease-in-out infinite alternate;
}

.item_ray .serif {
	top: 123px;
	left: -140px;
	transform-origin: 80% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ãƒšãƒ³ã‚®ãƒ³
----------------------------------------------------------------------------- */
.item_penguin {
	top: 225px;
	left: 780px;
}

.item_penguin .char {
	top: -39px;
	left: 76px;
	transform-origin: 50% 100%;
	animation: furifuri 1.3s ease-in-out infinite alternate;
}

.item_penguin .serif {
	top: 123px;
	left: 149px;
	transform-origin: 20% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ã‚«ãƒ¯ã‚¦ã‚½
----------------------------------------------------------------------------- */
.item_kawauso {
	top: 300px;
	left: 129px;

}

.item_kawauso .char {
	top: -9px;
	left: 51px;
	animation: fuwafuwa 1.5s ease-in-out infinite alternate;
}

.item_kawauso .char_shadow_inner {
	animation: fuwafuwa_shadow 1.5s ease-in-out infinite alternate;
}

.item_kawauso .serif {
	top: 124px;
	left: -138px;
	transform-origin: 80% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; è¼¸é€
----------------------------------------------------------------------------- */
.item_transport {
	top: 300px;
	left: 649px;
}

.item_transport .char {
	top: -49px;
	left: 5px;
	animation: tokotoko 1s ease-in-out infinite alternate;
}

.item_transport .serif {
	top: 124px;
	left: 149px;
	transform-origin: 16% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ã‚µãƒ¡
----------------------------------------------------------------------------- */
.item_shark {
	top: 375px;
	left: 259px;
}

.item_shark .char {
	top: -22px;
	left: 42px;
	animation: fuwafuwa 1.0s ease-in-out infinite alternate;
}

.item_shark .char_shadow_inner {
	animation: fuwafuwa_shadow 1.0s ease-in-out infinite alternate;
}

.item_shark .serif {
	top: 127px;
	left: -174px;
	transform-origin: 84% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; åˆå›³
----------------------------------------------------------------------------- */
.item_signal {
	top: 375px;
	left: 519px;
}

.item_signal .char {
	top: -51px;
	left: 35px;
	animation: fuwafuwa 1.3s ease-in-out infinite alternate;
}

.item_signal .char_shadow_inner {
	animation: fuwafuwa_shadow 1.3s ease-in-out infinite alternate;
}

.item_signal .serif {
	top: 127px;
	left: 142px;
	transform-origin: 20% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; å¥åº·ç®¡ç†
----------------------------------------------------------------------------- */
.item_health {
	top: 450px;
	left: 389px;
}


.item_health .char {
	top: 0px;
	left: 77px;
}

.item_health .serif {
	top: 93px;
	left: 7px;
	transform-origin: 20% 0%;
}

/* -----------------------------------------------------------------------------
ã‚¢ã‚¤ãƒ†ãƒ&nbsp; ä¸­å¤®
----------------------------------------------------------------------------- */
.item_aquarium {
	top: 148px;
	left: 255px;
}

.item_aquarium .char {
	top: -2px;
	left: 137px;
}

.item_aquarium_shark1 {
	position: absolute;
	top: 33px;
	left: 59px;
	animation: furifuri 1.3s ease-in-out infinite alternate;
}

.item_aquarium_shark2 {
	position: absolute;
	top: 93px;
	left: 70px;
	animation: furifuri 1.5s ease-in-out infinite alternate;
}

.item_aquarium .serif {
	top: -68px;
	left: 139px;
	transform-origin: 20% 100%;
}</pre></body></html>