@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;
	text-align: center;
	font-weight: bold;
}

.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(../930e/img/bg-about-title.png) 0 0 no-repeat;
}

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

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

.about_image {
	padding: 0 184px 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(../930e/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(../930e/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 {
	position: relative;
	z-index: 1;
}

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

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

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

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

.spec_image {
	text-align: center;
}

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

.spec_fukidashi-height {
	left: 48px;
	top: -40px;
}

/* スペック：重さ */
.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: #010101 url(../930e/img/bg-engine.jpg) center bottom no-repeat;
	background-size: cover;
	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: #FF8000;
}

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

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

.capacity_text {
	text-align: center;
}

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

.capacity_image_930E {
	padding: 0 24px 0 0;
}

.capacity_image_children {
	position: absolute;
	z-index: 1;
	top: 22px;
	left: 192px;
}

.capacity_image_fukidashi {
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 40px;
}

/* タイヤ */
.tire {
	background: #EDEDED;
}

.tire_title {
	background-color: #21B300;
}

.tire_title:after {
	border-top-color: #21B300;
}

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

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

.tire_areaImage_930E {
	position: absolute;
	z-index: 1;
	top: 360px;
	left: 60px;
}

.tire_areaImage_fukidashi {
	position: absolute;
	z-index: 1;
	top: 36px;
	left: 106px;
}

.tire_areaImage_tire {
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 156px;
}

.tire_areaImage_elephant {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 439px;
}

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

.system_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: -199px;
	background: url(../930e/img/bg-system-title.png) 0 0 no-repeat;
}

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

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

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

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

.system_areaImage_satelite {
	position: absolute;
	z-index: 1;
	right: 60px;
	top: -23px;
}

.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: 480px;
	left: 450px;
}

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

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

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

.comeVisit_button {
	position: relative;
	z-index: 10;
}

.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: left bottom;
	transform-origin: left 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(../930e/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 1s;
	transition: transform 1s;
}

#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);
}

/* タブレット以下設定 */
@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;
	}

	.about_image {
		padding: 0 20px;
		margin: 30px 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: 80px 0 0;
		padding: 0;
	}

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

	.capacity_heading {
		font-size: 16px;
		margin: 100px 0 0;
	}

	.capacity_image {
		position: relative;
		z-index: 1;
		margin: 50px auto 0;
		width: 80%;
		max-width: 588px;
	}

	.capacity_image_930E {
		padding: 0;
	}

	.capacity_image_children {
		top: 22px;
		left: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.capacity_image_children img {
		max-width: 101%;
	}

	.capacity_image_fukidashi {
		top: 0px;
		left: -17%;
		width: 134%;
	}

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

	.tire_text {
		line-height: inherit;
		margin: 100px 0 0;
		font-size: inherit;
	}

	.tire_areaImage {
		margin: 20px 0 0;
		height: auto;
	}

	.tire_areaImage_930E {
		top: 57%;
		left: 6.2%;
		width: 33.6%;
	}

	.tire_areaImage_fukidashi {
		width: 27.9%;
		top: 6%;
		left: 11%;
	}

	.tire_areaImage_tire {
		width: 79.6%;
		top: 5.8%;
		left: 16.2%;
	}

	.tire_areaImage_elephant {
		width: 40.5%;
		left: 45.7%;
	}

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

	.system_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;
	}

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

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

	.system_text {
		font-size: inherit;
		line-height: inherit;		/* margin-bottom: 50px; */
	}

	.system_areaImage {
		position: relative;
		z-index: 1;
		padding: 0;
		width: 90%;
		max-width: 825px;
		margin: 21% auto 0;
	}

	.system_areaImage_satelite {
		right: 0%;
		top: -29%;
		width: 77.4%;
	}

	.system_areaImage_930E {
		width: 12%;
		height: auto;
	}

	.system_areaImage_930E-no1 {
		top: 13.8%;
		left: 20.2%;
	}

	.system_areaImage_930E-no2 {
		top: 23.8%;
		left: 74.8%;
	}

	.system_areaImage_930E-no3 {
		top: 54%;
		left: 28.2%;
	}

	.system_areaImage_930E-no4 {
		top: 70%;
		left: 10%;
	}

	/* 真ん中の930E以外 */
	#scene6 .system_areaImage_930E-no1.is-moved {
		-webkit-animation: none;
		animation: none;
	}

	#scene6 .system_areaImage_930E-no2.is-moved {
		-webkit-animation: none;
		animation: none;
	}

	#scene6 .system_areaImage_930E-no4.is-moved {
		-webkit-animation: none;
		animation: none;
	}

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

	.comeVisit_title {
		margin: 0 0 0;
		font-size: 28px;
		padding: 0;
		background: none;
	}

	.comeVisit_button {
		display: block;
		width: 300px;
		min-width: 0;
		margin: 20px auto;
	}

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

}

/* スマホ設定 */
@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;
	}

	/* 自己紹介 */
	.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_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;
	}

	/* エンジン */
	.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;
	}

	.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;
	}

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

	.tire_text {
		margin: 50px 0 0;
	}

	.tire_areaImage {
		margin: 30px 0 0;
	}

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

	.system_title {
		margin-left: -48px;
		top: -98px;
		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;
	}

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

	.comeVisit_title {
		font-size: 16px;
	}

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

	.comeVisit_image {
		margin: 30px 0 0;
	}

}
