<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* index
-------------------------------------------------------------------------------*/

h1 {
	width: 96em;
	margin: 0 -10.5em;
}

h1 + div {
	position: relative;
	width: 96em;
	height: 84.3em;
	margin: 3.7em -10.5em 0;
	overflow: hidden;
}

h1 + div img {
	position: absolute;
}

h1 + div h2 img {
	top: 0;
	left: 8em;
	width: 80em;
}

h1 + div h2 img:first-child {
	overflow: hidden;
	border-radius: 50%;
	transform: translate3d(0, 0, 0);
	animation: rotate 12s infinite linear;
	-webkit-animation: rotate 12s infinite linear;
	-moz-animation: rotate 12s infinite linear;
	-ms-animation: rotate 12s infinite linear;
}

@keyframes rotate {
	0%   {transform: rotate(0);}
	100%  {transform: rotate(-360deg);}
}

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

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

@-ms-keyframes rotate {
	0%   {-ms-transform: rotate(0);}
	100% {-ms-transform: rotate(-360deg);}
}

h1 + div p img {
	top: 75.4em;
	left: 10.5em;
	width: 18.8em;
}

h1 + div p img + img {
	top: 76.1em;
	left: 77.7em;
	width: 14.3em;
}

ul[role="navigation"] {
	width: 96em;
	height: 29.4em;
	margin: 0 -10.5em;
	overflow: hidden;
	position: relative;
}

ul[role="navigation"] li {
	position: absolute;
	width: 18.9em;
	top: .1em;
	left: 5em;
}

ul[role="navigation"] li + li {
	width: 19em;
	top: 6.8em;
	left: 25.5em;
}

ul[role="navigation"] li + li + li {
	top: .1em;
	left: 46em;
}

ul[role="navigation"] li + li + li + li {
	width: 24.4em;
	top: 3em;
	left: 66.8em;
}

#wrapper &gt; a[href*="about"] {
	display: block;
	margin: 9.8em 0;
}

/* section
-------------------------------------------------------------------------------*/

#s01 {
	height: 127.2em;
}

#s01 h3 {
	margin: 2.8em 0 4em;
}

#s01 p {
	text-align: center;
}

#s02 {
	height: 68.5em;
}

#s02 h3 {
	margin: 3em 0 3.9em;
}

#s02 a {
	width: 25.2em;
	position: absolute;
	top: 32em;
	left: 44.5em;
}

#s03 {
	height: 244.7em;
}

#s03 div {
	padding-left: 17.3em;
	position: relative;
}

#s03 div:first-child {
	padding: 0 0 11em 17.3em;
	position: relative;
	background-image: url(../images/ico_star_01.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: 4.1em 3.1em;
}

#s03 h3 {
	width: 65em;
	margin: 3.3em 0  -4.4em -17.3em;
}

#s03 div + div h3 {
	margin: 6.8em 0  -3.9em -17.3em;
}

#s03 h3 + img {
	margin-bottom: 3em;
}

#s04 {
	height: 107.7em;
}

#s04 h3 {
	margin: 2.1em 0 4.3em;
}

#s04 img {
	display: block;
}

#s04 span {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	white-space: nowrap;
}

#s04 dl {
	margin-right: -.8em;
}

#s04 dd {
	float: left;
}

#s04 dd + dd {
	width: 23.9em;
	float: right;
	margin-top: 1.7em;
}

#s04 dd + dd + dd {
	margin-top: 4em;
}

#s04 dd + dd img {
	margin-bottom: 1.1em;
}

#s04 dd + dd + dd img {
	margin-bottom: 2.3em;
}

#s05 {
	height: 88em;
}

#s05 h3 {
	margin: -5.1em -5em 0;
	position: relative;
	z-index: 1;
}

#s05 ul {
	/*margin: 1.5em 0 0 .9em;*/
	margin: 1.5em 0 0 .7em;
}

#s05 li {
	width: 20em;
	float: left;
	margin: 0 .6em 1.3em;
}

#s06 {
	height: 88.1em;
}

#s06 h3 {
	margin: 2.8em 0 4.9em;
}

#s06 ul {
	margin: 0 -.7em 0 .8em;
}

#s06 li {
	width: 11.8em;
	float: left;
	margin: 0 2.2em 5.5em;
}

#s06 li a {
	display: block;
}

#s06 li a[href*="toss"] {
	margin-top: 3.6em;
}

#s07 {
	height: 97.8em;
	padding-left: 5.5em;
}

#s07 h4 {
	margin: 4.9em 0 2.4em;
}

#s07 h4:first-child {
	margin: 4em 0 2.4em;
}

#s07 p {
	font-size: 14px;
	line-height: 1.43;
	font-weight: normal;
}</pre></body></html>