
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	line-height:1.8;
	color:#000000;
	-webkit-text-size-adjust: none; /* iPhone */
	color:#313131;
	min-width:640px;
}
a{
	color:#000000;
}
section{
	width:100%;
	position:relative;
}
section section{
	width:90.625%;
	margin:0 auto;
}
section section.clearfix{
	width:100%;
}
section section.clearfix section{
	float:left;
	width:50%;
}
section section.clearfix section *{
	padding:0;
}

.white{
	background-color:#ffffff;
}
.gray{
	background-color:#f2f2f2
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
p, li, h2, h3, dt, dd, caption, th, td, figcaption{
	background-image:url(image);
	max-height:99999px;
}
p{
	padding:0.5em 0;
}
p strong{
	font-size:32px;
	letter-spacing:2px;
}
p.font-small{
	font-size:20px;
}

ul.indent li{
	padding-left:1em;
	text-indent:-1em;
	font-size:18px;
}
ol.indent li{
	padding-left:3em;
	text-indent:-3em;
	font-size:18px;
}
sup {
vertical-align: super;
font-size: 70%;
}
ruby > rt{
	letter-spacing:0 !important;
}

figcaption,
caption{
	font-weight:bold;
	font-size:28px;
	margin-bottom:0.5em;
}

h1{
	border-bottom:4px solid #10813a;
	letter-spacing:8px;
	font-size:36px;
	line-height:82px;
	padding-top:30px;
	text-align:center;
	color:#10813a;
	font-weight:bold;
	position:relative;
}
h1 span[lang="en"]{
	font-size:16px;
	position:absolute;
	text-align:center;
	top:26px;
	left:0;
	letter-spacing:normal;
	line-height:normal;
	width:100%;
	display:block;
}
.movie h3{
	color:#008236;
	padding-left:65px;
	background:url(../img/feature/icon-movie.png) no-repeat left center;
	line-height:35px;
	font-weight:bold;
	font-size:26px;
	margin-bottom:20px;
}
.movie .video,
.movie iframe{
	display:block;
	margin:0 auto;
	width:580px; height:326px;
	position:relative;
}
.movie video{
	width:100%; height:100%;
	display:none;
	position:absolute;
	top:0; left:0;
}
.movie .video .play-btn{
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	background:url(../img/common/play.png) no-repeat;
	border:none;
	padding:0;
}
.movie .video .play-btn.play{
	background:none;
}
.button-type1,
.button-type2,
.button-type3{
	display:block;
	text-decoration:none;
}
.button-type1,
.button-type3{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:80px;
	line-height:80px;
	margin:0 auto; width:100%;
}
.button-type1{
	background:url(../img/common/arrow-icon.gif) no-repeat 20px center;
	font-size:36px;
	text-align:center;
	background-color:#008236;
	border-radius:8px;
	-webkit-border-radius:8px;
	color:#fff;
}
.button-type1:hover{
	background-color:#0b5e2a;
}
.button-type2{
	background:url(../img/common/arrow-icon2.gif) no-repeat left center;
	padding-left:60px;
	height:44px; width:7em;
	font-size:28px;
	line-height:44px;
	display:inline-block;
	color:#10813a;
}
.button-type2:hover{
	text-decoration:underline
}
.button-type3{
	font-weight:bold;
	font-size:30px;
	border:1px solid #a0a0a0;
	border-radius:8px;
	-webkit-border-radius:8px;
	background: rgb(255,255,255); /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(230,229,229))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(230,229,229) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(230,229,229) 100%); /* W3C */
	position:relative;
	color:#404040;
	text-align:center;
}
.button-type3:after{
	content:"";
	width:34px; height:28px;
	background:url(../img/common/icon-window.gif) no-repeat;
	position:absolute;
	top:27px; right:20px;
}
.button-type3:hover{
	opacity:0.7;
}

.btn-store{
	position:absolute;
	right:0;
}
footer .gray .btn-store,
section .btn-store{
	bottom:30px;
}
nav .btn-store{
	left:auto;
	top:8px; right:0;
}

.btn-store02{
	right:0;
}

.top-text{
	padding:30px 0;
}

#wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

nav.main-nav{
	position:fixed;
	width:100%; height:100%;
	left:0; top:0;
	z-index:110;
	background-color:#10813a;
	transform:translate3d(100%, 0px, 0px);
	-webkit-transform:translate3d(100%, 0px, 0px);
	transition:-webkit-transform ease 500ms;
	-webkit-transition:-webkit-transform ease 500ms;
}
nav.main-nav.open{
	transform:translate3d(0px, 0px, 0px);
	-webkit-transform:translate3d(0px, 0px, 0px);
}
nav.main-nav button{
	background:url(../img/common/headmenu-icon.gif) no-repeat;
	width:100px; height:100px;
	overflow:hidden;
	border:none;
	position:absolute;
	top:0; left:-100px;
	z-index:110;
	transition:all ease 500ms;
	-webkit-transition:all ease 500ms;
}
nav.main-nav.open button{
	background-position:-100px 0;
	transform:translate3d(100px, 0px, 0px);
	-webkit-transform:translate3d(100px, 0px, 0px);
}

nav.main-nav .nav-container{
	height:100%;
	overflow:auto;
	position:relative;
}
nav.main-nav ul{
	padding:0 30px 0;
	background-color:#64a70a;
}
nav.main-nav ul .go_store{
	height:100px;
	width:100%;
	margin-left:30px;
	position:relative;
}
nav.main-nav ul li{
	border-top:1px solid #b0d481;
	border-bottom:1px solid #518709;
}
nav.main-nav ul li:hover,
nav.main-nav ul li.visit{
	background-color:#10813a;
}
nav.main-nav ul li.top{	border-top:none;}
nav.main-nav ul li:last-child{	border-bottom:none;}
nav.main-nav ul li a,
nav.main-nav ul li span{
	color:#fff;
	display:block;
	width:100%; height:100px;
	line-height:100px;
	text-decoration:none;
	padding:0 10px;
	font-size:24px;
}
nav.main-nav ul li ul {
	padding:0 2em;
	border-top:1px solid #b0d481;
}
nav.main-nav ul li ul li{
	border-top:1px solid #76af8b;
	border-bottom:1px solid #0d6f32;
}
nav.main-nav ul li ul li.top{
	border-top:none;
}
/*
nav.main-nav ul li ul li:hover,
nav.main-nav ul li ul li.visit{
	background-color:#094d22;
}
*/

/* header */
#header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 640px;
	min-width: 100px;
	margin: 0 auto;
	font-size:87.5%;
	background:#ffffff;
	border-top:6px solid #4e8828;
	overflow: visible;
	z-index:1000;
}
#header_area{
	width: auto;
	height: auto;
	padding-top: 0;
}
#header_area h1,
#header_area .logo{
	float: none;
	width: 38.43%;
	margin: 0 3.12%;
	padding: 3.90% 0 3.75%;
}
#header_area h1 img,
#header_area .logo img{
	width: auto;
}
#header_area .menu{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15.62%;
	padding:0;
	background:url(/img/btn_close.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header_area .menu.act img{
	opacity: 0;
}
#header .menu_area{
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.95);
}
#header .menu_area .sns{
	display: block;
	padding: 52px 0;
	text-align: center;
	letter-spacing: -0.4em;
}
#header .menu_area .sns li{
	display: inline-block;
	width: 14.06%;
	margin: 0 2.34%;
	letter-spacing: 0;
	vertical-align: top;
}
#header #gnav{
	float: none;
	width: 100%;
	border-bottom: 2px solid #cccccc;
	margin: 0;
}
#gnav li{
	float: none;
	padding: 0;
	font-size:125%;
	text-align:center;
	border-top: 2px solid #cccccc;
}
#gnav li span {
	font-size:77%;
	line-height:1.2;
}

#gnav li a{
	display: block;
	margin-left: 0;
	padding: 28px 3.12%;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration:none;
	line-height:1.5;
	background:url(/img/blt_01.png) no-repeat 96.8% center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
#gnav li.lh a {
	line-height:70px;
}

.movie a{
	display:block;
}

/*about*/
.about .first{
	background:url(../img/about/img1.jpg) no-repeat;
	background-size:100% auto;
	padding:140px 0 20px;
}
.about .first .copy{
	font-size:40px;
	margin-bottom:1em;
	padding:0;
}
.about .first .movie{
	margin-top:2em;
}
.about .white section{
	padding-bottom:65px;
}
.about .white img{
	margin-bottom:1.5em;
}
.about h2{
	padding-top:40px;
	color:#10813a;
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	padding:58px 0 18px 1em;
	vertical-align:bottom;
	letter-spacing:2px;
}
.about h2:before{
	content:"";
	display:inline-block;
	width:8px; height:32px;
	background-color:#10813a;
	margin-right:0.5em;
	vertical-align:middle;
	border-radius:3px;
	-webkit-border-radius:3px;
	
}

/*abour irobot*/
.irobot .first img{
	margin-bottom:50px;
}
.irobot .first{
	padding-bottom:100px;
}
.irobot .about_irobot .button-type3{
	margin-top:692px;
}
.irobot .about_irobot{
	background:url(../img/irobot/img2.jpg) no-repeat #f6f6f7 center bottom;
	padding-bottom:60px;
	padding-top:70px;
}
.irobot .about_irobot .logo{
	margin-bottom:70px;
}
.irobot .about_irobot h2{
	font-weight:bold;
}


/* footer */
#footer{
	min-width: 100px;
	background:#f3f4f5;
}
#footer_area{
	position: relative;
	width: auto;
	height: auto;
	background: none;
}
#footer_top{
	height: auto;
	padding: 0;
}
#footer_top dl{
	float: none;
	width: auto;
	padding: 50px 3.12% 40px;
}
#footer_top dt{
	padding-top: 20.66%;
	background:url(/img/bg_sp_01.jpg) no-repeat center top;
	-webkit-background-size: contain;
	background-size: contain;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 150%;
	line-height: 1.3;
	text-align:center;
}
#footer_top dd{
	margin-top: 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 1.7;
}
#footer_top .btn a{
	display: block;
	padding: 16px 3.33%;
	border: 1px solid #64a70b;
	text-align: center;
	text-decoration:none;
	color: #64a70b;
	line-height: 1.3;
}
#footer_top .btn a span{
	display: block;
	padding: 0 24px;
	background:url(/img/blt_01.png) no-repeat right center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	color: #64a70b;
}
#footer_top .fnav01{
	float: none;
	width: auto;
	padding-top: 0;
	border-top: 2px solid #cccccc;
}
#footer_top .fnav01 li{
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-bottom: 2px solid #cccccc;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 117%;
}
#footer_top .fnav01 li a{
	display: block;
	padding: 24px 3.12%;
	text-decoration:none;
	line-height:1.36;
	background:url(/img/blt_01.png) no-repeat 96.8% center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
#footer_middle{
	position: relative;
	padding: 0;
}
#footer_middle .fnav02{
	width: auto;
	margin: 60px 3.12% 0;
	padding-top: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	overflow:hidden;
}
#footer_middle .fnav02 li{
	float: left;
	width: 60%;
	margin-right: 0;
}
#footer_middle .fnav02 li:nth-child(2n){
	width: 40%;
}
#footer_middle .fnav02 li a {
	text-decoration:none;
}

#footer_middle .sns{
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 8.12%;
	text-align: center;
	letter-spacing: -0.4em;
}

#footer_middle .sns li{
	float: none;
	display: inline-block;
	width: 9.2%;
	margin: 0 2%;
	letter-spacing: 0;
	vertical-align: top;
}
#footer_middle .sns li img {
	max-width:100%;
	height:auto;
}

#footer_middle .sns li.first{
	float: none;
	display: inline-block;
	width: 34.5%;
	margin: 0 2%;
	letter-spacing: 0;
	vertical-align: top;
}

#footer_middle .sns li img{
	width: auto;
}
#footer_middle p{
	width: auto;
	margin: 0 3.12%;
}
#footer_bottom{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding: 30px 0;
	text-align: center;
	background:#333333;
}
#footer_bottom p{
	padding: 0;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height:134%;
}
.upper {
	width:6.56%;
	margin:0 4.68% 0 auto;
}

.change_button{
	padding:30px;
	text-align:center;
}
.change_button button{
	height:100px;
	color:#10813a;
	font-size:32px;
	font-weight:bold;
	vertical-align:middle;
	width:100%;
	background-color:#fff;
	border:3px solid #10813a;
	border-radius:8px;
	-webkit-border-radius:8px;
}
.change_button button:hover{
	background-color:#f2f2f2;
}
.change_button button:before{
	background:url(../img/common/icon-pc.gif);
	display:inline-block;
	content:"";
	width:54px; height:47px;
	vertical-align:middle;
	margin-right:20px;
}
