@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	|

*/


/* @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: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	}

/* @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-family: "minion-pro-caption", serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #221815;
	text-decoration: underline;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.40); 
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: none;
	}

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 {
	}

a.behavior-style {
	}

.behavior-style img {
	transition: opacity 0.2s ease-out;
	}

.behavior-style:hover img {
	opacity: 0.6;
/* 	filter: alpha(opacity=80); */
	cursor: pointer;
	}


/* @end */


/* @group 共通 */


html {
	height: 100%;
	}

body {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	color: #171717;
	font-size: 26px;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	}


.page {
	min-height: 100%;
	background: #ffffff;
	}


.lang-en {
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	}

.fluid-std,
.fluid-min,
.fluid-full {
	box-sizing: border-box;
	margin: 0 auto;
	}

.fluid-std {
	box-sizing: border-box;
	margin: 0 auto;
	}

.text-std {
	font-size: 24px;
	line-height: 1.7;
	}


.button:hover {
	cursor: pointer;
/* 	opacity: 0.8; */
	}

.has-image {
	opacity: 0;
	}

.has-image.image-loaded {
	opacity: 1;
	}

svg {
	fill: currentColor;
	}



@media screen and (max-width: 960px), screen and (max-device-width: 480px) {

 
body {
	overflow-y: scroll;
	font-size: 13px;
	}

/* @end */


/* @group page-body */

.page-body {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	}


/* @end */


/* @group home */

.home {
	}


.home figure {
	width: 100%;
	margin: 0;
	padding: 0;
}

.home figure img {
	width: 100%;
	-webkit-filter: grayscale(95%);
	filter: grayscale(95%);
	-webkit-transition: .1s linear;
	transition: .1s linear;
	display: block;
}


.home figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.home small {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Hind', sans-serif;
	font-size: 1em;
}

	
/* @end */
	
	

/* @group mkak */

.mkak {
	}

.mkak #muvas {
	width: 50%;
	margin: auto;
	padding-top: 35vh;
	padding-bottom: 15vh;
	}

.mkak #title {
	width: 100%;
	text-align: center;
	}

.mkak #makuake {
	width: 100%;
	text-align: center;
	padding-bottom: 20vh;
	}
	
.mkak #makuake img{
	width: 40%;
	margin: auto;
	text-align: center;
	}


.mkak ul {

	}
	
.mkak li {
	display: inline-block;
	width: 100%;
	text-align: center;
	}
	
.mkak ul li img {
	width: 100%;
	padding-bottom: 10vh;
	}
	
	
.lazyload{
 opacity: 0;
}

.lazyloaded{
  opacity: 1;
}


.mkak small {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 3vh;
	font-family: 'Hind', sans-serif;
	font-size: 1em;
}

}
/* @end */



@media screen and (min-width: 961px){

 
body {
	overflow-y: scroll;
	font-size: 13px;
	}

/* @end */


/* @group page-body */

.page-body {
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 1;
	}


/* @end */

/* @group home */

.home {
	}


.home h1 {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
		padding-bottom: 200px;
}


.home figure {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.home figure img {
	width: 100%;
	-webkit-filter: grayscale(95%);
	filter: grayscale(95%);
	-webkit-transition: .1s linear;
	transition: .1s linear;
	display: block;
}


.home figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.home small {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
	font-family: 'Hind', sans-serif;
	font-size: 1.2em;
}


/* @end */


/* @group mkak */

.mkak {
	}

.mkak #muvas {
	width: 256px;
	margin: auto;
	padding-top: 320px;
	padding-bottom: 160px;
	}

.mkak #title {
	width: 256px;
	text-align: center;
	}

.mkak #makuake {
	width: 100%;
	text-align: center;
	padding-bottom: 160px;
	}
	
.mkak #makuake img{
	width: 160px;
	margin: auto;
	text-align: center;
	}
	
.mkak ul {

	}
	
.mkak li {
	display: inline-block;
	width: 100%;
	text-align: center;
	}
	
.mkak ul li img {
	width: 640px;
	padding-bottom: 200px;
	}

.mkak small {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 200px;
	font-family: 'Hind', sans-serif;
	font-size: 1.2em;
}
}
