@charset "utf-8";

#contents-inner h2,h3,h4,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner {
	border: none;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #000000;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #FFFFFF;
	border-left: 6px solid #000000;
	font-size: 12px;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard {
	width: 3.5em;
	/*margin-right: 10px;*/
	color: #000000;
}
#soft-title h1 .soft-title-name {
	line-height: 1.2;
	font-weight: bold;
}

/* main-title */
#main-title {
	background: url(../img/main_title_bg.png) left top no-repeat;
	background-size: 100%;
}

/* section */
.section-wrap {
	background: url(../img/section_wrap_bg.png) left top repeat-y;
	background-size: 100%;
	font-size: 14px;
}
#section01,
#section02 {
	padding: 0 0 1.2em 0;
}

.gy_ka01,
.gy_ka02,
.gy,
.ka,
#section02 h2,
#section03 h2,
.figure_box01,
.figure_box02 {
	margin: 0 0 1.2em 0;
}
.gy_ka01 {
	padding: 5.5% 0 35.583% 0;
	background: url(../img/gy_ka01.png) left top no-repeat;
	background-size: 100%;
}
.gy_ka01_txt {
	width: 67.1875%;
	margin: 0 auto;
}
.interval {
	width: 50.9375%;
	margin: 3em auto 1.2em;
}
.ka04 {
	padding: 17% 0 21% 11.5625%;
	background: url(../img/ka04.png) left top no-repeat;
	background-size: 100%;
}
.ka04_txt01 {
	width: 33%;
}
.ka04_txt02 {
	width: 68%;
	padding: 1.3% 0 0 0;
}
.figure_box01 {
	background: url(../img/figure_box01_bg.png) left top no-repeat;
	background-size: 100%;
}
.next,
.end{
	margin: 0;
	padding: 0;
}

.figure_box02 {
	position: relative;
	padding: 15px;
	background: url(../img/figure_box_bg.png) left top repeat-y;
	background-size: 100%;
}
.figure_box_inner {
	background-color: #FFFFFF;
}
.figure_click {
	position: absolute;
	width: 23.75%;
	top: 6px;
	left: 4px;
}

.figure03_movie,
.figure04_movie {
	width: 220px;
	margin: 0 auto;
}
.figure03_movie {
	min-height: 185px;
	background: transparent url(../img/figure03_movie.png) no-repeat top left;
}
.figure04_movie {
	height: 195px;
	padding: 0 0 10px 0;
	background: transparent url(../img/figure04_movie.png) no-repeat top left;
}

.gy26 {
	margin: -3.90625% 0 1.2em 0;
}
.gy_ka02 {
	padding: 5.14905% 0 36.8% 0;
	background: url(../img/gy_ka02.png) left top no-repeat;
	background-size: 100%;
}
.gy_ka02_txt {
	width: 60.3125%;
	margin: 0 auto;
}

/* scroll */
.scrImg {
	position: relative;
	right: -300px;
	display: none;
	margin: 0;
}

/* animation */
.zoom_start {
	animation: zoom 0.6s ease-in-out 0s infinite alternate;
	-webkit-animation: zoom 0.5s ease-in-out 0s infinite alternate;
}
.zoom_end {
	animation: zoom 1s ease-in-out 0s infinite alternate;
	-webkit-animation: zoom 0.5s ease-in-out 0s infinite alternate;
}
@keyframes zoom {
	0% { transform: scale(1);}
	100% { transform: scale(1.2);}
}
@-webkit-keyframes zoom {
	0% { transform: scale(1);}
	100% { transform: scale(1.2);}
}

/* spec
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #ff0b00;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
} */

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}