@charset "UTF-8";

.cmnpt {
	display: none;
}

.link {
	max-width: 1154px;
	padding: 40px 15px;
	z-index: 1;
	margin: 0 auto;
}

/* 基本設定 */
.pageFooter {
	margin: 0;
	padding-top: 20px;
	background: #fff;
}

.backGround {
	background: none;
}

.pageBody {
	background: #fff;
}

/* パンクズ */
.pankuzu {
	margin-top: 0;
	padding-top: 22px;
	color: #333;
}

.pankuzu_list a {
	color: #333;
}

/* シーンナビ */
.area930E_sceneList {
	position: fixed;
	z-index: 10;
	top: 40%;
	right: 1%;
}

.area930E_sceneList li a {
	display: block;
	background: #bbb;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.area930E_sceneList li a.is-current {
	background-color: #FF4000;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.area930E_sceneList li {
	padding: 8px;
	cursor: pointer;
}

.area930E_sceneList li:hover a {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

/* 930Eとは */
.about {
	padding: 24px 0 77px;
}

.about_title {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

.about_circle {
	width: 207px;
	height: 207px;
	position: absolute;
	z-index: 2;
	right: -5px;
	top: 60px;
	border: 16px solid #E8E7E8;
	border-radius: 207px;
}

.is-ltIE8 .about_circle {
	width: 239px;
	height: 239px;
	border: none;
	background: url(/pc4000/img/bg-about-title.png) 0 0 no-repeat;
}

.about_circle_text {
	padding: 42px 0 0 16px;
	font-size: 16px;
	font-weight: bold;
}

.about_circle_text strong {
	color: #FF3D5D;
	font-weight: bold;
}

.about_image {
	padding: 30px 135px 0 0;
	margin: 18px 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}

/* 自己紹介 */
.introduce {
	height: 684px;
	padding: 100px 0;
	background: url(/pc4000/img/bg-introduce.jpg) center top no-repeat;
	background-size: cover;
}

.introduce_title {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 1;
	color: #fff;
	width: 172px;
	height: 181px;
	padding: 60px 0 0;
	left: 50%;
	margin-left: -86px;
	top: -237px;
	background: url(/pc4000/img/bg-introduce-title.png) 0 0 no-repeat;
}

.introduce_title strong {
	font-size: 18px;
}

.introduce_table {
	width: 770px;
	margin: 52px auto 0;
	border-collapse: separate;
	border-spacing: 2px;
}

.introduce_table td,
.introduce_table th {
	padding: 7px 10px;
	background: rgba(255, 255, 255, .8);
}

.is-ltIE8 .introduce_table td,
.is-ltIE8 .introduce_table th {
	background-color: #fff;
}

.introduce_table th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
}

/* 汎用タイトルスタイル */
.area930E_title {
	background: #666;
	height: 50px;
	padding: 40px 0 50px;
	font-size: 35px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

.area930E_title:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -700px;
	top: 90px;
	border: 90px solid #666;
	border-left-width: 700px;
	border-right-width: 700px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

/* スペック */
.spec {
	padding: 0 0 152px;
}

.spec_section_cnt {
	display: flex;
	align-items: flex-end;
	margin: 50px 0 0 50px;
}

.spec_section {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.spec_title {
	background-color: #E55858;
	margin: 0 0 185px;
}

.spec_title:after {
	border-top-color: #E55858;
}

.spec_heading {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.spec_fukidashi {
}

.spec_fukidashi.-fukidashi01 {
	width: 156px;
	margin-right: -32px;
}

.spec_fukidashi.-fukidashi01 img,
.spec_fukidashi.-fukidashi02 img {
	width: 100%;
	height: auto;
}

.spec_fukidashi.-fukidashi02 {
	width: 260px;
	margin-left: -108px;
}

.spec_image {
	text-align: center;
}

.spec_image.-image01 {
	width: 432px;
	margin-left: -1px;
}

.spec_image.-image02 {
	margin: 0 0 -30px -50px;
}

/* スペック：高さ */
.spec_image-height {
}

.spec_fukidashi-height {
}

/* スペック：重さ */
.spec_section-weight {
	margin: 80px 0 0px;
}

.spec_text-weight {
	text-align: center;
	font-size: 12px;
}

.spec_image-weight {
	margin: 20px 0 0;
}

.spec_fukidashi-weight {
	top: 18px;
	left: 44px;
}

/* エンジン */
.engine {
	background-image: url(/pc4000/img/bg-engine.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 64%;
	color: #fff;
	text-align: center;
	padding: 116px 0 0;
	height: 780px;
}

.engine_title {
	font-size: 35px;
	margin: 0 0 33px;
	font-weight: bold;
}

.engine_text {
	font-size: 15px;
	line-height: 1.8;
}

.engine_image {
	margin: 100px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 1;
}

/* 小学生が乗っても */
.capacity {
	padding: 0 0 80px;
}

.capacity_title {
	background-color: #F2BA00;
}

.capacity_title:after {
	border-top-color: #F2BA00;
}

.capacity_heading {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 145px 0 0;
}

.capacity_text {
	text-align: center;
}

.capacity_image {
	margin: 150px 0 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.capacity_image_cnt {
	display: flex;
	align-items: flex-end;
}

.capacity_image_930E {
	position: absolute;
	right: 105px;
	top: -100px;
}

.capacity_image_children {
	margin-right: 40px;
}

.capacity_image_fukidashi {
}

/* タイヤ */
.tire {
}

.tire_title {
	background-color: #085A9B;
}

.tire_title:after {
	border-top-color: #085A9B;
}

.tire_text {
	font-weight: bold;
	line-height: 1.8;
	margin: 132px 0 0;
	text-align: center;
	font-size: 25px;
}

.tire_text span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.tire_areaImage {
	margin: 100px 0 0;
	height: 720px;
	position: relative;
	z-index: 1;
}

.tire_areaImage_930E {
	position: absolute;
	z-index: 10;
	top: 310px;
	left: 10px;
}

.tire_areaImage_fukidashi {
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 0;
}

.tire_areaImage_tire {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
}

.tire_areaImage_elephant {
	position: absolute;
}

.tire_areaImage_elephant.-human01 {
	top: 110px !important;
	right: 210px;
	z-index: 10;
}

.tire_areaImage_elephant.-human02 {
	top: -35px !important;
	right: 100px;
	z-index: 1;
}

/* システム */
.system {
	padding: 120px 0 112px;
	background: #937C5F;
	color: #fff;
	text-align: center;
}

.system_title {
	background-size: 100% auto;
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 1;
	color: #fff;
	width: 172px;
	height: 181px;
	padding: 60px 0 0;
	left: 50%;
	margin-left: -86px;
	top: -199px;
	background: url(/pc4000/img/bg-introduce-title.png) 0 0 no-repeat;
}

.system_title strong {
	font-size: 18px;
}

.system_heading {
	font-size: 35px;
	margin: 0 0 30px;
	font-weight: bold;
}

.system_text {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 130px;
}

.system_areaImage {
	position: relative;
	z-index: 1;
	padding: 163px 0 0;
}

.system_areaImage_satelite {
	position: absolute;
	z-index: 1;
	left: 49.5%;
	top: -56px;
	transform: translateX(-50%) !important;
	width: 100%;
	max-width: 920px;
}

.system_areaImage_930E {
	position: absolute;
	z-index: 1;
}

.system_areaImage_930E-no1 {
	top: 249px;
	left: 283px;
}

.system_areaImage_930E-no2 {
	top: 310px;
	left: 686px;
}

.system_areaImage_930E-no3 {
	top: 320px;
	left: 130px;
}

.system_areaImage_930E-no4 {
	top: 600px;
	left: 181px;
}

/* 会いに来てね */
.comeVisit {
	text-align: center;
	height: 1000px;
	padding: 130px 0 0;
	background-image: url(/pc4000/img/bg-come-visit_2106@2x.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.comeVisit_title {
	position: relative;
	z-index: 1;
	color: #FFF;
	line-height: 1.5;
	margin: 0 0 -40px;
	font-size: 35px;
	padding: 0px 0 60px;
	background: url(/pc4000/img/bg-come-visit-title.png) center bottom no-repeat;
	font-weight: bold;
}

.comeVisit_button {
	position: relative;
	z-index: 10;
	background-image: -moz-linear-gradient(46% 0% -90deg, #4CACBC 0%, #348F9E 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, #4CACBC), color-stop(1, #348F9E));
	background-image: -webkit-linear-gradient(-90deg, #4CACBC 0%, #348F9E 100%);
	background-image: linear-gradient(180deg, #4CACBC 0%, #348F9E 100%) !important;
}

.comeVisit_image {
	position: absolute;
	z-index: 1;
	top: 109px;
	left: -83px;
}

/* アニメーション設定 */
.scene_element {
	visibility: hidden;
}

.loading {
	position: fixed;
	z-index: 0;
	width: 50px;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* 930Eとは？ */
#scene1 .scene_element-01 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene1 .scene_element-01.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#scene1 .scene_element-02 {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene1 .scene_element-02.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 自己紹介 */
#scene2 {
	visibility: hidden;
}

#scene2 .scene_element-01 {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene2 .scene_element-01.is-animated {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#scene2 .scene_element-02 {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene2 .scene_element-02.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#scene3 .scene_element-06,
#scene3 .scene_element-03 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene3 .scene_element-06.is-animated,
#scene3 .scene_element-03.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#scene3 .scene_element-04,
#scene3 .scene_element-07 {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene3 .scene_element-04.is-animated,
#scene3 .scene_element-07.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 小学生が乗っても */
#scene4 .scene_element-03 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
}

#scene4 .scene_element-03.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#scene4 .scene_element-04 {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
}

#scene4 .scene_element-04.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* タイヤ */
#scene5 {
	visibility: hidden;
}

#scene5 .scene_element-04 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene5 .scene_element-04.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#scene5 .scene_element-05 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
}

#scene5 .scene_element-05.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 無人運行 */
#scene6 {
	visibility: hidden;
}

#scene6 .scene_element-01 {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene6 .scene_element-01.is-animated {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#scene6 .scene_element-05 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
}

#scene6 .scene_element-05.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.system_areaImage_930E-no3.is-moved {
	-webkit-animation: movedLong 8s ease-in-out infinite;
	animation: movedLong 8s ease-in-out infinite;
}

/* 縦向きの930E */
.system_areaImage_930E-portrait {
	width: 82px;
	height: 73px;
	background: url(/pc4000/img/img-system-930e-portrait.png) 0 0 no-repeat;
	background-size: 100% auto;
}

.system_areaImage_930E-portrait img {
	visibility: hidden;
}

/* 真ん中の930E以外 */
.system_areaImage_930E-no1.is-moved {
	-webkit-animation: movedPortRait 8s ease-in-out infinite;
	animation: movedPortRait 8s ease-in-out infinite;
}

.system_areaImage_930E-no2.is-moved {
	-webkit-animation: movedInvert 6s ease-in-out infinite;
	animation: movedInvert 6s ease-in-out infinite;
}

.system_areaImage_930E-no4.is-moved {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation: movedInvert 5.5s ease-in-out infinite;
	animation: movedInvert 5.5s ease-in-out infinite;
}

@-webkit-keyframes moved {
	from {
		-webkit-transform: translateX(0px);
	}

	48% {
		-webkit-transform: translateX(50px);
	}

	50% {
		-webkit-transform: translateX(50px) rotateY(180deg);
	}

	98% {
		-webkit-transform: translateX(0px) rotateY(180deg);
	}

	to {
		-webkit-transform: translateX(0px) rotateY(0deg);
	}

}

@keyframes moved {
	from {
		transform: translateX(0px);
	}

	48% {
		transform: translateX(50px);
	}

	50% {
		transform: translateX(50px) rotateY(180deg);
	}

	98% {
		transform: translateX(0px) rotateY(180deg);
	}

	to {
		transform: translateX(0px) rotateY(0deg);
	}

}

@-webkit-keyframes movedInvert {
	from {
		-webkit-transform: translateX(0px);
	}

	48% {
		-webkit-transform: translateX(-50px);
	}

	50% {
		-webkit-transform: translateX(-50px) rotateY(180deg);
	}

	98% {
		-webkit-transform: translateX(0px) rotateY(180deg);
	}

	to {
		-webkit-transform: translateX(0px) rotateY(0deg);
	}

}

@keyframes movedInvert {
	from {
		transform: translateX(0px);
	}

	48% {
		transform: translateX(-50px);
	}

	50% {
		transform: translateX(-50px) rotateY(180deg);
	}

	98% {
		transform: translateX(0px) rotateY(180deg);
	}

	to {
		transform: translateX(0px) rotateY(0deg);
	}

}

@-webkit-keyframes movedLong {
	from {
		-webkit-transform: translateX(0px);
	}

	48% {
		-webkit-transform: translateX(150px);
	}

	50% {
		-webkit-transform: translateX(150px) rotateY(180deg);
	}

	98% {
		-webkit-transform: translateX(0px) rotateY(180deg);
	}

	to {
		-webkit-transform: translateX(0px) rotateY(0deg);
	}

}

@keyframes movedLong {
	from {
		transform: translateX(0px);
	}

	48% {
		transform: translateX(150px);
	}

	50% {
		transform: translateX(150px) rotateY(180deg);
	}

	98% {
		transform: translateX(0px) rotateY(180deg);
	}

	to {
		transform: translateX(0px) rotateY(0deg);
	}

}

@-webkit-keyframes movedPortRait {
	from {
		-webkit-transform: translateY(0px);
	}

	49% {
		-webkit-transform: translateY(150px);
		background-position: 0 0;
	}

	50% {
		-webkit-transform: translateY(150px);
		background-position: 0 100%;
	}

	99% {
		-webkit-transform: translateY(0px);
		background-position: 0 100%;
	}

	to {
		-webkit-transform: translateY(0px);
		background-position: 0 0;
	}

}

@keyframes movedPortRait {
	from {
		transform: translateY(0px);
	}

	49% {
		transform: translateY(150px);
		background-position: 0 0;
	}

	50% {
		transform: translateY(150px);
		background-position: 0 100%;
	}

	99% {
		transform: translateY(0px);
		background-position: 0 100%;
	}

	to {
		transform: translateY(0px);
		background-position: 0 0;
	}

}

/* 930E */
#scene7 {
	visibility: hidden;
}

#scene7 .scene_element-03 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
}

#scene7 .scene_element-03.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 930E */
#scene8 {
	visibility: hidden;
}

#scene8 .scene_element-03 {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

#scene8 .scene_element-03.is-animated {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.u-button {
	max-width: 294px;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {

	/* 基本設定 */
	.pageFooter {
		padding-top: 16px;
	}

	/* パンクズ */
	.pankuzu {
		padding-top: 18px;
	}

	.area930E_sceneList {
		opacity: 0.8;
	}

	/* 930Eとは */
	.about {
		padding: 18px 0 50px;
	}

	.about_title {
		font-size: 27px;
	}

	.about_circle {
		margin: 10px 0;
		position: static;
		border-width: 6px;
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		display: inline-block;
	}

	.about_circle_text {
		padding: 10px;
		text-align: center;
		font-size: 20px;
	}

	.about_image {
		padding: 0 20px;
		margin: 15px 0 0;
	}

	/* 自己紹介 */
	.introduce {
		height: auto;
		margin: 30px 0 0;
		padding: 70px 0;
	}

	.introduce_title {
		padding: 60px 0 0;
		left: 50%;
		margin-left: -68px;
		top: -140px;
		padding: 45px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 137px;
		height: 145px;
		background-size: 100% auto;
	}

	.introduce_title strong {
		font-size: 16px;
	}

	.introduce_table {
		width: 770px;
		margin: 0 auto 0;
		border-spacing: 2px;
		width: 100%;
	}

	.introduce_table td,
	.introduce_table th {
		padding: 5px 8px;
	}

	.introduce_table th {
		font-size: inherit;
	}

	/* 汎用タイトルスタイル */
	.area930E_title {
		height: 30px;
		padding: 20px 0 0;
		line-height: 1.2;
		font-size: 28px;
	}

	.area930E_title:after {
		top: 30px;
		z-index: -1;
	}

	/* スペック */
	.spec {
		padding: 0 0 100px;
	}

	.spec_title {
		margin: 0 0 150px;
	}

	.spec_heading {
		font-size: 20px;
	}

	/* スペック：高さ */
	.spec_image-height {
		margin: 50px 0 0;
		padding: 0 0 0 40px;
	}

	.spec_fukidashi-height {
		left: 0;
		top: auto;
		bottom: 0;
		width: 15.3%;
	}

	/* スペック：重さ */
	.spec_section-weight {
		margin: 60px 0 0px;
	}

	.spec_image-weight {
		margin: 50px 0 0;
	}

	.spec_fukidashi-weight {
		top: 30px;
		left: 0;
		width: 15.3%;
		height: auto;
	}

	/* エンジン */
	.engine {
		padding: 80px 0;
		height: auto;
	}

	.engine_title {
		font-size: 28px;
		margin: 0 0 25px;
	}

	.engine_text {
		font-size: inherit;
		line-height: inherit;
	}

	.engine_image {
		margin: 20px 0 0;
		padding: 0;
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.cmnft {
		position: absolute !important;
		bottom: 20px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	/* 基本設定 */
	.pageFooter {
		padding-top: 10px;
	}

	/* パンクズ */
	.pankuzu {
		padding-top: 10px;
	}

	.area930E_sceneList {
		display: none;
	}

	/* 930Eとは */
	.about {
		padding: 13px 0 40px;
	}

	.about_title {
		font-size: 16px;
	}

	.about_circle {
		border-width: 4px;
		border-radius: 4px;
	}

	.about_circle_text {
		padding: 6px;
		font-size: 18px;
	}

	/* 自己紹介 */
	.introduce {
		padding: 50px 0;
	}

	.introduce_title {
		margin-left: -48px;
		top: -98px;
		padding: 30px 0 0;
		font-size: 13px;
		width: 96px;
		height: 101px;
		line-height: 1.3;
	}

	.introduce_title strong {
		font-size: 14px;
	}

	.introduce_table {
		border-spacing: 1px;
		font-size: 12px;
	}

	.introduce_table td,
	.introduce_table th {
		padding: 5px;
	}

	/* 汎用タイトルスタイル */
	.area930E_title {
		font-size: 16px;
		height: auto;
		padding: 10px 0;
	}

	.area930E_title:after {
		display: none;
	}

	/* スペック */
	.spec {
		padding: 0 0 80px;
	}

	.spec_section_cnt {
		max-width: 330px;
		margin: 20px auto 0;
	}

	.spec_title {
		margin: 0 0 40px;
	}

	.spec_heading {
		font-size: 15px;
	}

	/* スペック：高さ */
	.spec_image-height {
		margin: 40px 0 0;
	}

	/* スペック：重さ */
	.spec_section-weight {
		margin: 50px 0 0px;
	}

	.spec_image-weight {
		margin: 30px 0 0;
	}

	.spec_fukidashi-weight {
		top: 70px;
	}

	.spec_fukidashi.-fukidashi01 {
		width: 66px;
		margin-right: -48px;
		margin-left: -13px;
	}

	.spec_fukidashi.-fukidashi02 {
		width: 231px;
		margin-left: -42px;
	}

	.spec_image.-image01 {
		width: 215px;
	}

	.spec_image.-image02 {
		margin: 0 0 -14px -80px;
	}

	/* エンジン */
	.engine {
		padding: 50px 0;
	}

	.engine_title {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.engine_text {
		font-weight: bold;
		text-align: left;
		text-shadow: 0 0 2px #000;
		font-size: 13px;
	}

	.engine_image {
		margin: 60px 0 0;
	}

	.engine_image img {
		width: 80%;
		max-width: 353px;
	}

	/* 小学生が乗っても */
	.capacity {
		padding: 0 0 50px;
	}

	.capacity_text {
		font-size: 12px;
	}

	.capacity_heading {
		font-size: 14px;
		margin: 50px 0 0;
	}

	.capacity_image {
		margin-top: 110px;
	}

	.capacity_image_930E {
		right: 25px;
		top: -80px;
	}

	.capacity_image_930E img {
		width: 90px;
	}

	.capacity_image_children {
		margin-left: 10px;
	}

	/* タイヤ */
	.tire {
		padding: 0 0 80px;
	}

	.tire_text {
		margin: 50px 0 0;
		font-size: 15px;
	}

	.tire_text span {
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.7;
	}

	.tire_areaImage {
		height: 250px;
		max-width: 320px;
		margin: 30px auto 0;
	}

	.tire_areaImage_fukidashi {
		top: 6px;
		right: -30px;
		width: 150px;
	}

	.tire_areaImage_930E {
		top: auto;
		left: -9px;
		width: 190px;
		bottom: -20px;
	}

	.tire_areaImage_tire {
		top: auto;
		right: -30px;
		width: 210px;
		bottom: -50px;
	}

	.tire_areaImage_elephant {
	}

	.tire_areaImage_elephant.-human01 {
		width: 110px;
		top: 100px !important;
		right: 10px;
	}

	.tire_areaImage_elephant.-human02 {
		width: 210px;
		top: 27px !important;
		right: -60px;
	}

	/* システム */
	.system {
		padding: 80px 0 50px;
	}

	.system_title {
		background-size: 100% auto;
		margin-left: -48px;
		top: -118px;
		padding: 30px 0 0;
		font-size: 13px;
		width: 96px;
		height: 101px;
		line-height: 1.3;
	}

	.system_title strong {
		font-size: 14px;
	}

	.system_heading {
		font-size: 16px;
		margin: 0 0 30px;
	}

	.system_text {
		text-align: left;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.system_areaImage_satelite {
		max-width: 640px;
		top: auto;
		bottom: 0;
	}

	.system_areaImage_930E-no2 {
		top: 210px;
		right: 20px;
		left: auto;
	}

	.system_areaImage_930E-no3 {
		top: 210px;
		left: 0;
	}

	.system_areaImage_930E-no2 img,
	.system_areaImage_930E-no3 img {
		width: 50px;
		height: auto;
	}

	/* 会いに来てね */
	.comeVisit {
		height: auto;
		padding: 10% 0 250px 0;
	}

	.comeVisit_title {
		font-size: 16px;
		background-image: none;
	}

	.comeVisit_button {
		width: 100%;
		max-width: 300px;
	}

	.comeVisit_image {
		margin: 30px 0 0;
		position: static;
	}

}
