@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/

.open-sans-400 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.in-progress {
	margin: 2rem 2rem;
	color: white;
	font-size: 1rem;
}

/* @group Animations */

@-webkit-keyframes billboard-0 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.1, 1.1);
	}
	16.6% {
		opacity: 0;
	}
	33.3% {
		opacity: 1;
	}
	83.4% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes billboard-1 {
	0% {
		opacity: 1;
	}
	16.6% {
		opacity: 1;
	}
	33.3% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes billboard-2 {
	0% {
		opacity: 1;
	}
	16.6% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes billboard-3 {
	0% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
	}
	88% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes billboard-0 {
	0% {
		opacity: 0;
	}
	16.6% {
		opacity: 0;
	}
	33.3% {
		opacity: 1;
	}
	83.4% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes billboard-1 {
	0% {
		opacity: 1;
	}
	16.6% {
		opacity: 1;
	}
	33.3% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes billboard-2 {
	0% {
		opacity: 1;
	}
	16.6% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes billboard-3 {
	0% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
	}
	88% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* @end */

/* @group Reset Style */

body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

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

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
	list-style-position: outside;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup,
sub {
	line-height: 1px;
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
}

/* @end */

/* @end */

/* @group Text Module */

strong {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.notice {
}

.require {
}

.lang-ja {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.lang-cn {
	font-family: "Hei Regular", "SimHei", sans-serif;
}

sup {
	font-size: 77%;
	line-height: 0.8;
}

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#copyright,
.copyright-sign {
	font-size: 109%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Hypertext Module */

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
}

.columns-row:before,
.columns-row:after {
	    content: "";
	    display: block;
	    overflow: hidden;
}

.columns-row:after {
	    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.columns-row {
	zoom: 1;
}

.columns-row .column {
	float: left;
}

.columns-row .first {
}

.columns-row .last {
}

.split .column {
	float: none;
}

.split .columns-row .column {
	float: left;
}

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after,
.columns-row:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
	zoom: 1;
}

/* @end */

/* @group separator */

div.separator {
}

div.separator hr {
	display: none;
}

/* @end */

/* @group button */

.button-image {
}

.button-style {
}

.button-style:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

/* @end */
/* @end */

body {
	background: #b077b1;
}

.image-size-adjust {
	width: 100%;
	height: auto;
}

.page {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.page-header {
	position: fixed;
	top: 38px;
	float: none;
	width: 282px;
	padding-left: 18px;
}

.page-header .container {
	padding: 50px 0 0;
}

.page-header .title img {
	width: 282px;
	height: auto;
}

.page-body {
	float: right;
	width: 550px;
	background: #ffffff;
	letter-spacing: 2px;
}

.page-body .icon {
	display: table;
	margin-bottom: 4.6em;
}

.page-body .icon span {
	display: table-cell;
	width: 42px;
	height: 42px;
	color: #ffffff;
	border-radius: 100%;
	background: #b077b1;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
}

.page-body .container {
}

.page-body .introduction {
	padding: 50px 70px;
	color: #b077b1;
	font-size: 14px;
}

.page-body .introduction p {
	margin-bottom: 2em;
	line-height: 2.4;
	text-align: justify;
}

.page-body .incorporated {
	margin-bottom: 4em;
	padding: 0 70px;
	color: #b077b1;
}

.page-body .incorporated a {
	color: #b077b1;
	text-decoration: none;
}

.page-body .incorporated .icon i {
	width: 20px;
}

.page-body .incorporated img.desktop {
	width: 180px;
	display: block;
	padding-bottom: 20px;
}

.page-body .incorporated img.mobile {
	display: none;
}

.page-body .incorporated .heading {
	margin-bottom: 3em;
	font-size: 14px;
	font-weight: bold;
}

.page-body .incorporated p {
	margin-bottom: 2em;
	line-height: 1.6;
	text-align: justify;
}

.page-body .incorporated .icon {
	margin-bottom: 3em;
}

.page-body .incorporated ul {
	line-height: 1.6;
	text-align: justify;
}

.page-body .incorporated ul a {
	text-decoration: underline;
}

.page-body .profile {
	overflow: hidden;
	margin: 0 70px 136px;
	padding: 30px 30px 10px;
	color: #ffffff;
	border-radius: 9px;
	background: #b077b1;
}

.page-body .profile .heading {
	margin-bottom: 0.2em;
	font-weight: bold;
	line-height: 1.6;
}

.page-body .profile p {
	margin-bottom: 2em;
	line-height: 1.6;
	text-align: justify;
}

.page-body .profile .photo {
	margin: 0 0 20px 20px;
	float: right;
}

.page-body .profile .photo img {
	width: 102px;
}

.page-body .concept {
	margin-bottom: 8em;
	padding: 0 70px;
	color: #b077b1;
	font-size: 14px;
}

.page-body .concept .heading {
	margin-bottom: 3em;
}

.page-body .concept .heading img {
	width: 144px;
	height: auto;
}

.page-body .concept p {
	margin-bottom: 2em;
	line-height: 1.6;
	text-align: justify;
}

.page-body .record {
	margin-bottom: 4em;
	padding: 0 70px;
	color: #b077b1;
	font-size: 13px;
	text-align: justify;
}

.page-body .record .icon i {
	width: 28px;
	height: 22px;
}

.page-body .record .heading {
	font-weight: bold;
	margin-bottom: 2.6em;
}

.page-body .record .heading span {
	font-weight: normal;
}

.page-body .record .section {
	margin-bottom: 2.6em;
	line-height: 1.8;
}

.page-body .record .section .heading {
	margin-bottom: 0;
}

.page-body .message {
	padding: 136px 70px;
	color: #ffffff;
	background: #b077b1;
	font-size: 14px;
}

.page-body .message .heading {
	margin-bottom: 2.2em;
	font-size: 18px;
	line-height: 2.2;
	font-weight: normal;
}

.page-body .message p {
	margin-bottom: 2.6em;
	line-height: 2.6;
	/* 	letter-spacing: 2px; */
	text-align: justify;
}

.page-body .facebook {
	text-align: center;
	background: #b077b1;
}

.page-body .button {
	display: inline-block;
	width: 120px;
	text-align: center;
	background: #b077b1;
	border: 1px solid #ffffff;
	border-radius: 3px;
}

.page-body .button img {
	width: 120px;
}

.page-footer {
	clear: both;
	width: 100%;
}

.page-footer .container {
	float: right;
	width: 550px;
	padding: 220px 0;
	text-align: center;
}

.page-footer img {
	width: 138px;
	height: auto;
}

.page-footer #copyright {
	margin-top: 2em;
	color: #ffffff;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
	body {
		background: #b077b1;
	}

	.image-size-adjust {
		width: 100%;
		height: auto;
	}

	.page {
		overflow: hidden;
		width: 640px;
		margin: 0 auto;
		padding: 30px 0 0;
	}

	.page-header {
		position: static;
		float: none;
		width: auto;
	}

	.page-header .container {
		padding: 150px 100px 300px;
	}

	.page-header .title img {
		width: auto;
		height: auto;
		margin-left: -10px;
	}

	.page-body {
		float: none;
		width: 640px;
		background: #b077b1;
	}

	.page-body .icon {
		display: table;
		margin-bottom: 4.6em;
	}

	.page-body .icon span {
		display: table-cell;
		width: 60px;
		height: 60px;
		color: #b077b1;
		border-radius: 100%;
		background: #ffffff;
		line-height: 42px;
		text-align: center;
		vertical-align: middle;
	}

	.page-body .icon i {
		font-size: 40px;
	}

	.page-body .container {
		width: 640px;
	}

	.page-body .introduction {
		padding: 50px 70px 300px;
		color: #ffffff;
		background: #b077b1;
		font-size: 28px;
	}

	.page-body .introduction p {
		margin-bottom: 2em;
		line-height: 2.4;
		text-align: justify;
	}

	.page-body .incorporated {
		margin-bottom: 100px;
		color: #ffffff;
		background: #b077b1;
	}

	.page-body .incorporated img.mobile {
		width: 340px;
		display: block;
		padding-bottom: 20px;
	}

	.page-body .incorporated img.desktop {
		display: none;
	}

	.page-body .incorporated a {
		color: #ffffff;
		text-decoration: none;
	}

	.page-body .incorporated .icon i {
		width: 31px;
	}

	.page-body .incorporated .heading {
		margin-bottom: 3em;
		font-size: 28px;
		font-weight: bold;
	}

	.page-body .incorporated p {
		margin-bottom: 2em;
		font-size: 26px;
		line-height: 1.6;
		text-align: justify;
	}

	.page-body .incorporated .icon {
		margin-bottom: 3em;
	}

	.page-body .incorporated ul {
		font-size: 26px;
		line-height: 1.6;
		text-align: justify;
	}

	.page-body .incorporated ul a {
		text-decoration: underline;
	}

	.page-body .profile {
		overflow: hidden;
		margin: 50px 50px 300px;
		padding: 50px 50px 10px;
		color: #b077b1;
		border-radius: 9px;
		background: #ffffff;
		font-size: 26px;
	}

	.page-body .profile .heading {
		margin-bottom: 0.2em;
		font-weight: bold;
		line-height: 1.6;
	}

	.page-body .profile p {
		margin-bottom: 2em;
		line-height: 1.6;
		text-align: justify;
	}

	.page-body .profile .photo {
		margin: 0 0 20px 20px;
		float: right;
	}

	.page-body .profile .photo img {
		width: auto;
	}

	.page-body .concept {
		padding: 0 50px 0;
		margin-bottom: 300px;
		color: #ffffff;
		font-size: 28px;
	}

	.page-body .concept .heading {
		display: block;
		width: 228px;
		height: 72px;
		margin: 0 auto 3em;
		background: #ffffff;
		-webkit-mask-image: url(../images/heading_kate.png);
	}

	.page-body .concept .heading img {
		width: auto;
		height: auto;
		opacity: 0;
	}

	.page-body .concept p {
		margin-bottom: 2em;
		line-height: 1.6;
		text-align: justify;
	}

	.page-body .record {
		margin-bottom: 150px;
		color: #ffffff;
		font-size: 26px;
		text-align: justify;
	}

	.page-body .record .icon i {
		width: 40px;
		height: 34px;
	}

	.page-body .record .heading {
		font-weight: bold;
		margin-bottom: 2.6em;
	}

	.page-body .record .heading span {
		font-weight: normal;
	}

	.page-body .record .section {
		margin-bottom: 2.6em;
		line-height: 1.8;
	}

	.page-body .record .section .heading {
		margin-bottom: 0;
	}

	.page-body .message {
		padding: 136px 100px;
		color: #b077b1;
		background: #ffffff;
		font-size: 28px;
	}

	.page-body .message .heading {
		margin-bottom: 2.6em;
		font-size: 30px;
		font-weight: bold;
		line-height: 2.2;
		letter-spacing: 10px;
	}

	.page-body .message .heading .row {
		display: block;
	}

	.page-body .message p {
		margin-bottom: 2.6em;
		line-height: 2.2;
		/* 	letter-spacing: 2px; */
		text-align: justify;
	}

	.page-body .facebook {
		margin: -2px 0;
		background: #ffffff;
		text-align: center;
		line-height: 1;
	}

	.page-body .facebook .button {
		display: inline-block;
		width: 216px;
		height: 64px;
		border: 2px solid #b077b1;
		border-radius: 5px;
		background: #ffffff;
	}

	.page-body .button a {
		display: block;
		width: 216px;
		height: 64px;
		margin: -1px auto;
		background: #b077b1;
		-webkit-mask-image: url(../images/button_facebook.png);
	}

	.page-body .button img {
		width: auto;
		height: auto;
		opacity: 0;
	}

	.page-footer {
		clear: both;
		width: 100%;
		background: #ffffff;
	}

	.page-footer .container {
		float: right;
		width: 640px;
		padding: 220px 0;
		text-align: center;
		background: #ffffff;
	}

	.page-footer .logo {
		display: block;
		width: 246px;
		height: 122px;
		margin: 0 auto 3em;
		background: #b077b1;
		-webkit-mask-image: url(../images/footer_kate.png);
	}

	.page-footer .logo img {
		width: auto;
		height: auto;
		opacity: 0;
	}

	.page-footer #copyright {
		margin-top: 2em;
		color: #b077b1;
		font-size: 30px;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
}
