html{
	
}

*{
	box-sizing: border-box;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
    background: #000;
    height: 100%;

	*font-size:small;
    *font:x-small;
	-webkit-text-size-adjust:none;
}

table {
    font-size:inherit;
    font:100%;
}

.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }



/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

img{
	border: none;
	vertical-align: bottom;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.section{
	text-align:center;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
}

img.over{
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

img.over:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/* Fadein */
.fadein {
	opacity : 0;
	
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
 	
	-webkit-transition : all 1000ms ease-out;
	transition : all 1000ms ease-out;
}
.fadein.scrollin {
	opacity : 1;
	
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}


.fadein02 {
	opacity : 0;
	
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
 	
	-webkit-transition : all 4000ms ease-out;
	transition : all 4000ms ease-out;
}
.fadein02.scrollin {
	opacity : 1;
	
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}


.fadein_y {
	opacity : 0;
	-webkit-transform : translate3d(0, 40px, 0);
	transform : translate3d(0, 40px, 0);
	
	-webkit-transition : all 500ms ease-out;
	transition : all 500ms ease-out;

}
.fadein_y.scrollin {
	opacity : 1;
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}

.fadein_y02 {
	opacity : 0;
	-webkit-transform : translate3d(0, 100px, 0);
	transform : translate3d(0, 100px, 0);
	
	-webkit-transition : all 2000ms ease-out;
	transition : all 2000ms ease-out;

}
.fadein_y02.scrollin {
	opacity : 1;
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}


.fadein_x {
	opacity : 0;
	-webkit-transform : translate3d(100px, 0, 0);
	transform : translate3d(100px, 0, 0);
	
	-webkit-transition : all 800ms ease-out;
	transition : all 800ms ease-out;

}
.fadein_x.scrollin {
	opacity : 1;
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}

.fadein_x02 {
	opacity : 0;
	-webkit-transform : translate3d(-100px, 0, 0);
	transform : translate3d(-100px, 0, 0);
	
	-webkit-transition : all 800ms ease-out;
	transition : all 800ms ease-out;

}
.fadein_x02.scrollin {
	opacity : 1;
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}

.fadein_x03 {
	opacity : 0;
	-webkit-transform : translate3d(100px, 0, 0);
	transform : translate3d(100px, 0, 0);
	
	-webkit-transition : all 1000ms ease-out;
	transition : all 1000ms ease-out;

}
.fadein_x03.scrollin {
	opacity : 1;
	-webkit-transform : translate3d(0, 0, 0); 
	transform : translate3d(0, 0, 0); 
}



iframe[name="google_conversion_frame"] { display: none; }


#scroll_top {
	position: fixed;
	z-index: 88;
	right: 15px;
	bottom: 15px;
	display: none;
}

#scroll_top a{
	display: block;
}

#scroll_top a:hover{
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#scroll_icon {
	position: fixed;
	right: 0;
	bottom: -10px;
	margin: auto;
	width: 80px;
	height: 100px;
	overflow: hidden;
	z-index: 88;
}


/* TOP */

#top{
	background: url(/astron/8x_chronogragh/img/bg_top.jpg) no-repeat scroll center center;
	background-size: cover;
	z-index: 0;
	width: 100%;
	margin-top:50px;
	overflow: hidden;
}

#top #scroll_icon {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 100px;
	overflow: hidden;
}

#top_txt_area{
	position:relative;
	height:750px;
}

#top_txt_area .logo_gps{
	margin-bottom: 40px;
	text-align: center;
}



#top_txt_area h3{
	margin-top: 30px;
	
}


#top_txt_area .top_text_box {
	width: 252px;
	height: 250px;
	position: absolute;
	left: 63%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top_txt_area .top_text_box p{
	font-size: 10px;
	margin-top: 20px;
}


#top .img_top_sp {
	display: none;
}


/* visual */
.visual {
	background: url(/astron/8x_chronogragh/img/img_visual_01.jpg) left center no-repeat #000;
	background-size:cover;
	background-attachment:fixed;
	z-index: 0;
	width: 100%;
	height: 550px;
}



/* Movie */

#movie{
box-sizing: border-box;
}

#movie h2{
background: #eaeaea;
	color: #000;
	font-size: 280%;
	text-align: center;
	padding: 50px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.movie_box ul{
	display: table;
	width: 100%;
}

.movie_box ul.single{
	width: 50%;
}

.movie_box li{
	display: table-cell;
	width: 50%;
}

.movie_box ul.single li{
	display: table-cell;
	width: 25%;
}

.player {
	z-index: 1;
	background:#000;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* visual -02*/

.visual-02 {
	background: url(/astron/8x_chronogragh/img/img_visual_02.jpg) center center no-repeat #000;
	background-size: contain;
	background-attachment:fixed;
	height: 490px;
}

#features h2, #movie h2, #design h2, #gps_solar h2, #lineup h2 {
	background: #eaeaea;
	color: #000;
	font-size: 280%;
	text-align: center;
	padding: 50px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}




/* features */
#features {
	background: #000;	
}
#features h3 {
	color: #fff;
	font-size:40px;
	text-align: center;
	padding: 60px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#features .features-inner {
	background: #000;
	color: #fff;
	width:100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:center;
}

#features p {
  font-size: 16px;
	line-height: 1.8em;
}

#features .features_tit{
	width:100%;
	text-align:left;
	font-size:108%;
	line-height:1.8;
	max-width: 850px;
	margin: 0 auto;
}


#features .features_tit .kome{
	font-size:12px;
	padding-top:30px;
}

#features .features-inner .features-01{
	width: 100%;
	text-align:center;
}



#features .features-inner .features-02{
	overflow:hidden;
	text-align:right;
	width:100%;
	position:relative;
	background: url(/astron/8x_chronogragh/img/img_features_02_bg.png) no-repeat;
	background-size: cover;
	overflow:hidden;
}

#features .features-inner .features-02 img{
	width:100%;
	height:auto;
	max-width: 944px;
}



@media screen and (max-width:1700px) {
	#features .features-inner .features-02 img{
		width:52.5%;
		height:auto;
	}
}


#features .features-inner .features-02 .features-02_box{
	position:absolute;
	top:25%;
	left:8%;
	color:#000;
	width:35%;
	text-align: left;
}

@media screen and (max-width:1600px) {
	#features .features-inner .features-02 .features-02_box {
		left: 4%;
	}
}

#features .features-inner .features-02 .features-02_box h4{
	font-size:40px;
	margin-bottom:15%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}

/*
#features .features-inner .features-02 .features-02_box p{
	line-height:1.8;
	font-size:14px;
}
*/

#features .features-inner .features-02 .features-02_box h4 span{
	vertical-align:super;
	font-size:20px;
}

#features .features-inner .features-02 .features-02_box p span{
	font-size:12px;
}

#features .features-inner .features-03{
	overflow:hidden;
	text-align:left;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

#features .features-inner .features-03 img{
	width:100%;
	height:auto;
	z-index: 0;
	max-width: 1500px;
}


#features .features-inner .features-03 .features-03_box{
	position:absolute;
	top:15%;
	right:5%;
	color:#fff;
	width:35%;
	z-index: 10;
}

#features .features-inner .features-03 .features-03_box h4{
	font-size:40px;
	margin-bottom:15%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}

#features .features-inner .features-03 .features-03_box p{
	z-index: 9999999;
}




/* Design */

#design{
	width:100%;
	background:#000;
	z-index: 0;
}


#design .design_box{
	border-top:2px solid #888888;
	position:relative;
	width:1000px;
	margin:0 auto 52px auto;
}

#design h4{
	font-size:34px;
	color:#fff;
	padding:0 20px;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
}

#design h4 span{
	background:#000;
	padding:0 20px;
}


/**desighn-01**/
#design .design-01{
	text-align:center;
	padding:95px 0 0 0;
	margin: 0 auto;
}

#design .design-01 .description{
	max-width:865px;
	line-height:1.8;
	font-size:14px;
	position: relative;
		margin: 0 auto;
}

#design .design-01 img{
	margin-top:30px;
	max-width: 865px;
}

#design .design-01 .description .description_text{
	max-width:580px;
	text-align:left;
	z-index:10;
	font-size:16px;
	margin: 30px auto 0;
	padding: 0 15px;
}


/**desighn-02**/
#design .design-02{
	text-align:center;
	padding:95px 0 100px 0;
	overflow: hidden;
}

#design .design-02 .description{
	max-width:1100px;
	margin:0 auto;
	text-align:left;
/* 	overflow:hidden; */
	position:relative;
}

#design .design-02 .description .description_text{
	position:absolute;
	right:30px;
	top:195px;
	width:500px;
	text-align:left;
	z-index:10;
	font-size:16px;
}

#design .design-02 .description .description_text span{
	font-size:13px;
}


#design .design-02 img{
	margin-top:50px;
	max-width: 474px;
}


/**desighn-03**/
#design .design-03{
	text-align:center;
	padding:20px 0 60px 0;
	/*height: 695px;*/
	overflow:hidden;
}

#design .design-03 .description{
	max-width:1500px;
	margin:10px auto 0 auto;
	text-align:left;
/* 	overflow:hidden; */
	position:relative;

}

#design .design-03 .description .description_text {
	position:absolute;
	top:280px;
	left: 52%;
	width: 35%;
	z-index:1;
	padding-right: 40px;
	font-size:16px;
}

@media screen and (max-width:1360px) {
	#design .design-03 .description .description_text {
		width: 420px;
		right: 11%;
		left: auto;
		padding-right: 0;
	}
}

@media screen and (max-width:1270px) {
	#design .design-03 .description .description_text {
		width: 320px;
	}
}

@media screen and (max-width:1169px) {
	#design .design-03 .description .description_text {
		width: 50%;
    top: 70%;
	}
}

#design .design-03 .description .pic{
	position:inherit;
	top:-30px;
	left:0;
	z-index:0;
}

#design .design-03 .description .pic img{
max-width: 975px;
}

/**desighn-04**/
#design .design-04{
	text-align:center;
	padding:95px 0 0 0;
}

#design .design-04 .description{
	max-width: 1200px;
	margin: 10px auto 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 580px;
	z-index: 0;
}

#design .design-04 .description .description_text{
    position: absolute;
    width: 460px;
    left: 15%;
    top: 420px;
    text-align: left;
    z-index: 10;
    font-size: 16px;
}

#design .design-04 .description .description_text span{
	font-size:12px;
}

#design .design-04 img{
	margin-top: 0;
	position: absolute;
	right: 0;
	z-index: 5;
}

/**desighn-05**/
#design .design-05{
	text-align:center;
	padding:20px 0 0 0;
	overflow:hidden;
}

#design .design-05 .description{
	max-width:1100px;
	margin:10px auto 0 auto;
/* 	overflow:hidden; */
	position:relative;
	text-align:left;
}

#design .design-05 .description .description_text{
	position:absolute;
	width:520px;
	top:70px;
	right:0;
	z-index:10;
	padding-right: 40px;
	font-size:16px;
}


#design .design-05 img{
	margin-top:20px;
}


/**desighn-06**/
#design .design-06{
	text-align:center;
	padding:50px 0 0 0;
	overflow:hidden;
}

#design .design-06 .description{
	max-width:1100px;
	margin:10px auto 0 auto;
/* 	overflow:hidden; */
	position:relative;
	text-align:left;
	z-index: 0;
}

#design .design-06 .description .description_text{
	position:absolute;
	width:530px;
	top:100px;
	right:-30px;
	z-index:10;
	padding: 0 40px 0 15px;
	font-size:16px;
}

#design .design-06 .description .description_text h5{
	text-align:center;
	padding-bottom:105px;
}


#design .design-06 img{
	margin-top:20px;
	max-width: 595px;
}

#design .design-06 .description .description_text span{
	font-size:13px;
}


/* GPS Solar */

#gps_solar{
	background: #000;
	overflow: hidden;
	width: 100%;
}

#gps_solar h2 span{
	font-size: 40%;
	vertical-align: top;
	position: relative;
	top:8px;
}

#gps_solar #gps_solar_area{
	width:100%;
}

#gps_solar #gps_solar_area ul{
	display:table;
	width:100%;
	table-layout:fixed
}

#gps_solar #gps_solar_area .pc ul {
    font-size: 14px;
}

#gps_solar #gps_solar_area ul li{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	line-height:1.8;
}

#gps_solar #gps_solar_area ul li.perspective {
	-webkit-perspective: 1000px;
	        perspective: 1000px;
	        
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
#gps_solar #gps_solar_area ul li.perspective img{
	width:100%;
	height:auto;
	max-width:100%;
	
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	        
	-webkit-transform: rotateX(90deg);
	        transform: rotateX(90deg);
	        
	opacity: 0;
}

#gps_solar #gps_solar_area ul li.perspective:nth-child(1) img{
	-webkit-transition : all 500ms ease-out 0s;
			transition : all 500ms ease-out 0s;
}
#gps_solar #gps_solar_area ul li.perspective:nth-child(2) img{
	-webkit-transition : all 500ms ease-out 0.5s;
			transition : all 500ms ease-out 0.5s;
}
#gps_solar #gps_solar_area ul li.perspective:nth-child(3) img{
	-webkit-transition : all 500ms ease-out 1s;
			transition : all 500ms ease-out 1s;
}

#gps_solar #gps_solar_area ul li.perspective.scrollin img{
	opacity: 1;
	
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg);
}

#gps_solar #gps_solar_area ul li .gps_tit{
	width:80%;
	margin:25px auto;
	font-size:153.9%;
}

#gps_solar #gps_solar_area ul li .gps_text{
	width:80%;
	margin:0 auto;
	text-align:left;
}

#gps_solar #gps_solar_area ul li .gps_text_c{
	width:80%;
	margin:0 auto;
	text-align: left;
}

#gps_solar #gps_solar_area ul li ul{
	width:80%;
	margin:0 auto;
}

#gps_solar #gps_solar_area ul li ul li {
    font-size: 12px;
    padding-top: 40px;
    text-align: left;
    display: inherit;
    margin-left: 10px;
    text-indent: -0.5em;
}

#gps_solar #gps_solar_area ul li ul li:before { content:"* " }

#gps_solar #gps_solar_area ul.next_01{
	display:table;
	width:100%;
	table-layout:fixed;
	margin:140px 0 0 0;
}

#gps_solar #gps_solar_area ul.next_01 li{
	border-top:1px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
}

#gps_solar #gps_solar_area ul.next_02{
	margin-bottom: 60px;
}

#gps_solar #gps_solar_area ul.texts li.fadein_y:nth-child(1),
#gps_solar #gps_solar_area ul.next_02 li.fadein_y:nth-child(1) {
	-webkit-transition : all 500ms ease-out 0s;
			transition : all 500ms ease-out 0s;
}
#gps_solar #gps_solar_area ul.texts li.fadein_y:nth-child(2),
#gps_solar #gps_solar_area ul.next_02 li.fadein_y:nth-child(2) {
	-webkit-transition : all 500ms ease-out 0.5s;
			transition : all 500ms ease-out 0.5s;
}
#gps_solar #gps_solar_area ul.texts li.fadein_y:nth-child(3),
#gps_solar #gps_solar_area ul.next_02 li.fadein_y:nth-child(3) {
	-webkit-transition : all 500ms ease-out 1s;
			transition : all 500ms ease-out 1s;
}




/* line-up */
#lineup{
	background: #000;
	padding-bottom: 40px;
}
.line-up {
	width: 100%;
	position: relative;
	background: #000;
	padding-bottom: 30px;
}

.line-up .title_area{
	background: #f4f4f4;
}

.line-up .title_area .box{
	display: table;
	width: 100%;
	height: 155px;
}

.line-up .title_area .logo_gps{
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	padding: 8px 50px 0 0;
}

.line-up .title_area h2{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 50px;
	color: #000;
	font-size: 220%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.line-up .ttl-line {
	background: url(/astron/img/top/img_lineup_line.gif) repeat-x center center;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}

.line-up h3 {
	text-align: center;
	font-size: 185%;
	line-height: 2;
	margin: 50px 0 20px;
	font-family: 'Lato', sans-serif;
}

.line-up h4 {
	text-align: center;
	font-size: 142%;
	line-height: 2;
	margin: 0 0 40px;
	font-family: 'Lato', sans-serif;
}

.line-up h4 span {
	display: inline-block;
	background: #000;
	text-align: center;
	margin: 0 auto;
	padding: 0 40px;
}

.ttl-line-long {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 30px 0 50px 0;
}


.line-up .line-up-inner .box-00 {
	margin:0 auto;
	margin-bottom: 40px;
	letter-spacing: -0.4em;
	overflow:hidden;
	
	
	max-width: 900px;
}

.line-up .line-up-inner .box-00 .item {
	text-align: center;
	width: 400px;
	padding:20px;
	margin: 0 25px 20px 25px;
	vertical-align: top;
	letter-spacing: normal;
	border: 1px solid #858585;
	float:left;
}


.line-up .line-up-inner .box-00 .box_img{
	display:table-cell;
	margin-bottom: 20px;
}

.line-up .line-up-inner .box-00 .item img{
	width: 200px;
	height: auto;
}

.line-up .line-up-inner .box-00 .item_tit {
	display:table-cell;
	width:100%;
	line-height: 1.6;
	vertical-align:middle;
	text-align:center;
	padding-left:20px;
}

.line-up .line-up-inner .box-00 .main_tit{
	font-size:140%;
	font-family: 'Lato', sans-serif;
}

.line-up .line-up-inner .box-00 .price{
	padding:0 0 10px 0;
	font-size:108%;
	font-family: 'Lato', sans-serif;
}
.line-up .line-up-inner .box-00 .pro_no{
	padding:10px 0 0 0;
	font-size:108%;
	font-family: 'Lato', sans-serif;
}

.line-up .line-up-inner .box-00 .limit{
	border:1px solid #fff;
	padding:5px;
	font-size:108%;
}

.line-up .line-up-inner .box-01 {
	margin:0 auto;
	margin-bottom: 40px;
	width: 850px;
	/*width:400px;*/
	letter-spacing: -0.4em;
	overflow:hidden;
	text-align:center;
}

.line-up .line-up-inner .box-01 .item_l {
	text-align: center;
	width: 400px;
	padding:20px;
	margin: 0 50px 20px 0;
	display:inline-block;
	vertical-align: top;
	letter-spacing: normal;
	border: 1px solid #858585;
	min-height:420px;
}

.line-up .line-up-inner .box-01 .item_r {
	text-align: center;
	width: 400px;
	padding:20px;
	margin: 0 0 20px 0;
	display:inline-block;
	vertical-align: top;
	letter-spacing: normal;
	border: 1px solid #858585;
	min-height:420px;
}


.pb30{
	padding-bottom:30px;
}

.line-up .line-up-inner .box-01 .box_img{
	display:table-cell;
}

.line-up .line-up-inner .box-01 .item_l img, 
.line-up .line-up-inner .box-01 .item_r img{
	width: 150px;
	height: auto;
}

.line-up .line-up-inner .box-01 .item_tit {
	display:table-cell;
	width:100%;
	line-height: 1.6;
	vertical-align:middle;
	text-align:center;
	padding-left:20px;
}

.line-up .line-up-inner .box-01 .main_tit{
	font-size:140%;
	font-family: 'Lato', sans-serif;
}

.line-up .line-up-inner .box-01 .pro_no{
	padding:10px 0;
	font-size:108%;
	font-family: 'Lato', sans-serif;
}

.line-up .line-up-inner .box-01 .limit{
	border:1px solid #fff;
	padding:5px;
	font-size:108%;
}

.line-up .line-up-inner .box-02 ul,
.line-up .line-up-inner .models ul {
	width: 1050px;
	margin: 0 auto 40px auto;
}

.line-up .line-up-inner .btn {
	display: block;
	text-align: center;
	border: 3px solid #fff;
	width: 300px;
	padding: 9px 35px 9px 50px;
	margin: 20px auto 25px;
	color: #fff;
	font-size: 110%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-decoration: none;
	background: url(/astron/img/top/icon_triangle02.png) no-repeat 38px center;
    background-size: 12px 12px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.line-up .line-up-inner .btn-spec {
	display: block;
	text-align: center;
	border: 3px solid #fff;
	width: 200px;
	padding: 9px 10px 9px 25px;
	margin: 20px auto;
	color: #fff;
	font-size: 110%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-decoration: none;
	background: url(/astron/img/top/icon_triangle02.png) no-repeat 22px center;
    background-size: 12px 12px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.line-up .line-up-inner .btn:hover,
.line-up .line-up-inner .btn-spec:hover {
	text-decoration: none;
	opacity: .65;
}

.ios .line-up .line-up-inner .btn:hover,
.ios .line-up .line-up-inner .btn-spec:hover {
	opacity: 1;
}

.line-up .line-up-inner .btn02 {
	width: 310px;
}

.line-up .line-up-inner .models ul {
	width: 1020px;
	margin: 0 auto 40px auto;
	letter-spacing: -0.4em;
}

.line-up .line-up-inner .models li {
	border: 1px #858585 solid;	
	width: 300px;
	min-height: 410px;
	padding: 25px 0 28px;
	text-align: center;
	margin: 0 20px 20px 20px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.line-up .line-up-inner .models li img {
	padding-bottom: 15px;
}


.line-up .line-up-inner .models p {
	font-size: 140%;
	font-family: 'Lato', sans-serif;
}
.line-up .line-up-inner .models .price{
	padding:0;
	font-size:108%;
	font-family: 'Lato', sans-serif;
}

.line-up .manual {
	text-decoration: underline;
	background: url(/astron/img/top/img_icon_acrobat.png) no-repeat 25px center;
	background-size: 20px 20px;
	padding: 25px 20px 25px 50px;
}

.line-up .manual:hover {
	text-decoration: none;
}

.line-up .line-up-inner .box-02 {
	margin: 0 auto 30px;
	text-align: center;
}

.line-up .line-up-inner .box-02 li span {
	max-width: 260px;
}

.popup-scroll{
  /* Overflow Scroll */
  overflow-y: scroll;
  max-height: 600px;
  padding:0 1em 0 0;
  
}

/* POPUP */

#popup_detail {
	position: relative;
	margin:10px auto;

	width: 70%;
	background: #fff;
	padding: 40px;
	
	color: #000;
}

#popup_detail a{
	color: #333;
	text-decoration: underline;
}



#popup_detail table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	color: #000;
}

#popup_detail th {
	border: 1px solid #999999;
	background: #cdcdcd;
	padding: 2px 5px;
	vertical-align: top;
	white-space: nowrap;
}

#popup_detail td {
	border: 1px solid #999999;
	padding: 2px 5px;
}

#popup_detail .name{
	font-weight: bold;
	padding-top: 20px;
	border-top: 1px dotted #000;
}

#popup_detail .price{
	font-weight: bold;
}

#popup_detail h2{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: 'Lato', serif;
	font-weight: 300;
}

#popup_detail h3{
	margin-top: 10px;
}

#popup_detail .limited span{
	color: #ff0000;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}


/* POP UP for ZOOM*/

.zoomContainer{
	z-index: 9999;
}
.lineup_zoom{
	width: 630px;
	height: 400px;
	padding: 40px 30px 30px 30px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}
.zoom_table{
	width: 630px;
	display: table;
}
.zoom_img_box{
	display: table-cell;
	width: 330px;
}
.lineup_zoom div.zoom_box{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	background: #f6f6f6;
	border: 4px solid #333;
	text-align: center;
	color: #333;
}

.close_string {
	position: absolute;
	font-size: 13px;
	top: -17px;
	right: 50px;
	color: #000;
}
.popup-modal img:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* FOOTER */
#footer{
	margin: 0 0 0 0;
	padding: 50px 0 20px 0;
	text-align: center;
}

#footer ul{
	margin-bottom: 40px;
	letter-spacing: -0.4em;
}

#footer li{
	display: inline-block;
	
	background: url(/astron/img/top/icon_gt.png) no-repeat left top;
	background-size: 11px 15px;
	
	letter-spacing: normal;
}

#footer .logo_gps {
	margin-bottom: 40px;
}

.footer_box {
	background: #000;
}

#footer_link{
	display: none;
}


#band_link {
	overflow:hidden;
	border:1px solid #666;
	background:#23272d;
	padding:20px 30px;
	width:755px;
	margin:0 auto 0 auto;
	display: table;
}
#band_link .text_area {
	display: table-cell;
	vertical-align: top;
}
#band_link h3 {
	padding-bottom:15px;
	font-family: 'Lato', sans-serif;
	font-size: 142%;
	color: #888;
}

#band_link div.btn_band {
	width:220px;
	display: table-cell;
	vertical-align: top;
}

#band_link div.btn_band_sp {
	display:none;
}

#band_link div.btn_band a{
	display: block;
	text-align: center;
	border: 3px solid #fff;
	width: 200px;
	padding: 9px 10px 9px 25px;
	margin: 20px auto;
	color: #fff;
	font-size: 110%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-decoration: none;
	background: url(/astron/img/top/icon_triangle02.png) no-repeat 22px center;
    background-size: 12px 12px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

#band_link div.btn_band a:hover {
	text-decoration: none;
	opacity: .65;
}

.ios #band_link div.btn_band a:hover {
	opacity: 1;
}

/* PhotoSwipe */
.pswp__caption__center {
	text-align: center;	
}

.photoswipe:hover {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}

.ios .photoswipe:hover {
	-webkit-animation: inherit;
	animation: inherit;
}



.pswp {
	z-index: 300010;
}

.pswp__bg{
	background: #333;
}

.pswp__button--arrow--right{
	right: 2%;
}

.pswp__button--arrow--left{
	left: 2%;
}



.sp{
	display:none;
}




@media screen and (min-width: 768px)  and (max-width: 860px) {
	.line-up .line-up-inner .box-00 {
		width: 450px;
	}	

	
	
	
}

@media screen and (min-width: 861px) and (max-width: 1024px) {
	
	.line-up .line-up-inner .box-00 {
		width: 900px;
	}

}

@media screen and (max-width:899px) {
	.line-up .line-up-inner .box-00 {
		width: 450px;
	}
}

@media screen and (max-width: 767px) {
	
	.pc{
		display:none;
	}
	
	#scroll_top,
	#scroll_icon {
		display: none;
	}
	
	/* // header // */
	
	div#header_sp_area{
		display: block;
	}
	
	div#header_sp {
		position:fixed;
		display:table;
		width:100%;
		height:40px;
		background:#000;
		z-index:300005;
	}
	

	div#header_sp #logo_astron {
		padding: 2px 0 0 10px;
		display:table-cell;
		text-align:left;
		vertical-align:middle;
		width: 110px;
	}
	
	div#header_sp #logo_seiko {
		padding: 0 0 5px 0;
		display:table-cell;
		text-align:right;
		vertical-align:middle;
	}
	
	div#header_sp #nav_icon {
		padding:0 5px 0 0;
		display:table-cell;
		vertical-align:middle;
		text-align:right;
		width: 55px;
	}
	

	
	/*nav*/
	#nav {
		z-index:300000;
		position:fixed;
		top:40px;
		left:0;
		width:100%;
		height:auto;
	}
	
	#nav li {
		list-style:none;
		font-size:0;
	}
	
	#nav img {
		width:100%;
	}
	
	#nav li ul li {
		list-style:none;
		width:50%;
		float:left;
		font-size:0;
	}
	
	#nav li ul li.btnl{
		list-style:none;
		width:100%;
		font-size:0;
	}
	
	#nav li ul {
		overflow:hidden;
	}
	
	
	a.menu {
		z-index: 3;
	}
	nav ul {
		list-style:none;
	}
	
	/*SP nav*/
	#nav li {
		list-style:none;
		font-size:15px;
		background: #888;
		border-bottom: 1px solid #999;
	}
	
	#nav li a{
		text-align: left;
		text-decoration: none;
		color: #fff;
		display: block;
		padding: 5px 8px 5px 30px;
	}
	
	#nav li ul li {
		font-size: 15px;
	}
	
	#nav li ul li.btnl{
		font-size:15px;
	}

	
	#header_sp_area #nav ul.sub {
		margin-left: 2em;
	}
	
	#header_sp_area #nav li ul li{
		width: auto;
		border: none;
		background: #666;
		margin: 0 5px 5px 0;
	}
	
	#header_sp_area #nav li ul li a {
		padding: 5px 8px;
	}
	
	.line-up .ttl-line {
		width: 80%;	
	}
		
	.line-up .line-up-inner .box-01 ul, .line-up .line-up-inner .box-02 ul {
		width: 350px;
		margin: 0 auto;
	}
	
	.line-up .line-up-inner .models ul {
		width: 350px;
	}
	
	
	#band_link {
		padding:20px 30px;
		width:80%;
		margin:0 auto 0 auto;
		display: block;
	}
	#band_link .text_area {
		display: block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	#band_link h3 {
		padding-bottom:15px;
		font-size: 142%;
		color: #888;
	}
	
	#band_link div.btn_band {
		width:100%;
		display:block;
		text-align: center;
	}
	
#band_link div.btn_band_sp a {
    display: block;
    text-align: center;
    border: 3px solid #fff;
    width: 200px;
    padding: 9px 10px 9px 25px;
    margin: 20px auto;
    color: #fff;
    font-size: 110%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-decoration: none;
    background: url(/astron/img/top/icon_triangle02.png) no-repeat 22px center;
    background-size: 12px 12px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

	#top {
		min-height: inherit;
		margin-top:0;
		padding: 0;
		background: none;
		background-color: #7d8c9b;
	}
	
	#top_txt_area {
		display: none;
	}
	
	#top .img_top_sp {
		display: inline-block;
		width: 100%;
		height: auto;
	}
	
	.visual {
		background: url(/astron/8x_chronogragh/img/img_visual_01_sp.jpg) center top no-repeat;
		background-size: cover;
	    background-attachment: inherit;
	    width: auto;
		height: 300px;
	}
	.visual-02 {
		background: url(/astron/8x_chronogragh/img/img_visual_02_sp.jpg) 0 30% no-repeat;
		background-size: cover;
	    background-attachment: inherit;
		height: 300px;
	}

/* features */
#features p {
    font-size: 13px;
}

#features .features_tit {
    width: 90%;
}

#features .features-inner .features-02 .features-02_box p,
#features .features-inner .features-03 .features-03_box p{
	font-size: 13px;
	z-index: 9999999;
}

#features .features-inner {
	background: #000;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 0 0;
	
}


#features .features-inner .features-01{
	margin-bottom:50px;
	width:90%;
}

#features .features-inner .features-01 img{
	width:100%;
	height:auto;
}

#features .features_tit .kome {
    padding-top: 10px;
}

#features h3{
	font-size:20px;
	padding:0;
	margin:20px 0;
	text-align: left;
}
	
	
	

#features .features-inner .features-02 .features-02_box h4,
#features .features-inner .features-03 .features-03_box h4,
#features .features-inner .features-04 .features-04_box h4 {
	font-size:20px;
	margin-bottom: 10px;
}

#features .features-inner .features-02 {
	padding-top:200px;
    width: 100%;
    background: #d5d5d5;
}

#features .features-inner .features-02 img{
	width:100%;
	height:auto;
	min-width: 100%;
}

#features .features-inner .features-02 .features-02_box {
    position: absolute;
    top: 3%;
    left:5%;
    color: #000;
    width: 90%;
}

#features .features-inner .features-02 .features-02_box h4 span {
    font-size: 10px;
}

#features .features-inner .features-03{
	position:relative;
	width:100%;
	padding-top: 200px;
}

#features .features-inner .features-03 img{
	width:150%;
	height:auto;
	min-width: 150%;
}

#features .features-inner .features-03 .features-03_box{
	position: absolute;
    top:20px;
    left:5%;
    color: #fff;
    width: 90%;
	z-index: 600;
}



/* Design*/




#design .design_box{
	width:100%;
	margin:0 auto 52px auto;
}

#design h4{
	font-size:19px;
	top:50%;
	width:80%;
	text-align:center;
	padding:0 5px;
	background:#000;
	margin:0 auto;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



#design h4 span{
	padding: 0 5px;
}
	
#design .design-01 img,
#design .design-02 img,
#design .design-03 img,
#design .design-04 img,
#design .design-05 img,
#design .design-06 img{
	margin-top:20px;
	width:100%;
	height:auto;
}

/***design-01***/
#design .design-01{
	padding:50px 0 0 0;
}
	
	


#design .design-01 .description .description_text{
	width:90%;
	margin:0 auto;
	padding: 0;
	text-align:left;
	font-size: 13px;
}


/***design-02***/
#design .design-02{
	text-align:center;
	padding:50px 0;
}

#design .design-02 .description{
	width:90%;;
	margin:0 auto;
	text-align:left;
	position: inherit;
}

#design .design-02 .description .description_text{
	position:inherit;
	width:100%;
	text-align:left;
	padding-right: 0;
	font-size: 13px;
}

#design .design-02 img {
	max-width: 100%;
	height: auto;
}

/***design-03***/
#design .design-03{
	text-align:center;
	padding:50px 20px;
}

#design .design-03 .description{
	width:90%;
	margin:10px auto 0 auto;
	text-align:left;
	position:inherit;
}

#design .design-03 .description .description_text{
	position:inherit;
	width:100%;
	padding-right: 0;
	font-size: 13px;
}

	
/***design-04***/	
#design .design-04{
	text-align:center;
	padding:20px 0 50px 0;
}

#design .design-04 .description{
	width:90%;
	margin:10px auto 0 auto;
	position:inherit;
	padding-bottom: 60%;
	height: inherit;
}

#design .design-04 .description .description_text{
	position:inherit;
	width:100%;
	text-align:left;
	padding-right: 0;
	font-size: 13px;
}

#design .design-04 .description .description_text span{
	font-size:12px;
}


/***design-05***/	
#design .design-05{
}

#design .design-05 .description{
	width:90%;
	margin:10px auto 0 auto;
	position:inherit;
}

#design .design-05 .description .description_text{
	position:inherit;
	width:100%;
	padding-right: 0;
	font-size: 13px;
}



	
/***design-06***/	
#design .design-06{
}

#design .design-06 .description{
	width:90%;
	margin:10px auto 0 auto;
	position:inherit;
}

#design .design-06 .description .description_text{
	position:inherit;
	width:100%;
	padding-right: 0;
	font-size: 13px;
}

#design .design-06 .description .description_text h5{
	text-align:center;
	padding-bottom:50px;
}

#design .design-06 .description .description_text h5 img{
	max-width:200px;
}

#design .design-06 .description .description_text span{
	font-size:12px;
}
	







/*GPS */

#gps_solar{
	width:100%;
	border-bottom:1px solid #4c4c4c;
}

#gps_solar #gps_solar_area ul li{
	display:inherit;
	border-bottom:1px solid #4c4c4c;
	padding-bottom:60px;
}

#gps_solar #gps_solar_area ul li:last-child{
	border-bottom:none;
	width: 100%;
}

#gps_solar #gps_solar_area ul li .gps_tit {
    width: 95%;
	min-height: inherit;
}

#gps_solar #gps_solar_area ul li .gps_text {
    width: 80%;
}

#gps_solar #gps_solar_area ul li img{
	width: 100%;
	height: auto;
}





/* line-up */

#lineup {
	padding-bottom: 0;
}

.line-up {
	width: 100%;
	position: relative;
	background: #000;
	padding-bottom: 0;
/*	z-index: 4;*/
}


.line-up .line-up-inner .box-02 ul,
.line-up .line-up-inner .models ul {
	width:300px;
	margin: 0 auto 40px auto;
}

.line-up .title_area .box img{
	width:90%;
	max-width:150px;
	height:auto;
}

.line-up .title_area .logo_gps{
	padding:0px;
	text-align:center;
}

.line-up .title_area h2{
	padding-left: 0px;
	text-align:center;
}

.line-up h3 {
	text-align: center;
	font-size: 172%;
	line-height: 2;
	margin: 50px 0 20px;
	font-family: 'Lato', sans-serif;
}

.line-up h4 {
	text-align: center;
	font-size: 142%;
	line-height: 2;
	margin: 0 0 40px;
	font-family: 'Lato', sans-serif;
}

.line-up h4 span {
	display: inline-block;
	background: #000;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}

.ttl-line-long {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 30px 0 50px 0;
}

.line-up .line-up-inner{
	width:90%;
	margin:0 auto;
	text-align:center;
}

.line-up .line-up-inner .box-00{
	width: 90%;
}
.line-up .line-up-inner .box-00 .item {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
.line-up .line-up-inner .box-00 .box_img {
	display: block;
}
.line-up .line-up-inner .box-00 .item_tit {
	display: block;
}

.line-up .line-up-inner .box-01 {
	width: 100%;
}

.line-up .line-up-inner .box-01 .item_l {
	width: 100%;
	padding:20px 0;
	margin: 0 0 20px 0;
	display:inherit;
	float:inherit;
}

.line-up .line-up-inner .box-01 .item_r {
	width: 100%;
	padding:20px 0;
	margin: 0 0 20px 0;
	display:inherit;
}

.line-up .line-up-inner .box-01 .box_img {
    display:inherit;
}

.line-up .line-up-inner .box-01 .item_l img, 
.line-up .line-up-inner .box-01 .item_r img{
	width: 150px;
	height: auto;
}

.line-up .line-up-inner .box-01 .item_tit {
	display:inherit;
	width:100%;
	line-height: 1.6;
	padding-left:0;
}

.line-up .line-up-inner .box-01 .main_tit {
	padding-top:20px;
}

.line-up .line-up-inner .box-01 .limit{
	padding:10px;
	width:200px;
	margin:0 auto;
}

.line-up .line-up-inner .box-03 {
	margin-bottom: 40px;
}

.line-up .line-up-inner .box-03 ul{
	letter-spacing: -0.4em;
	width:100%;
	max-width:300px;
	height:auto;
}

.line-up .line-up-inner .box-03 li {
	text-align: center;
	width:100%;
	margin: 0 0 20px 0;
	display: inline-block;
	letter-spacing: normal;
}

.line-up .line-up-inner .box-03 li img {
	border: 1px solid #858585;
	max-width: 298px;
	width: 100%;
	height: auto;
}

.line-up .line-up-inner .box-03 li span {
	display: inline-block;
	max-width: 200px;
	margin: 0 auto;
	text-align: left;
	background: url(/astron/img/top/icon_triangle02.png) no-repeat left 26px;
    background-size: 12px 12px;
    padding: 20px 0 0 20px;
	font-size: 122%;
	line-height: 1.6;
	padding-left: 20px;
}

.line-up .line-up-inner .btn {
	width: 90%;
	padding: 9px 10px 9px 30px;
	background: url(/astron/img/top/icon_triangle02.png) no-repeat 15px center;
    background-size: 12px 12px;
}

.line-up .line-up-inner .btn-spec {
	display: block;
	text-align: center;
	border: 3px solid #fff;
	width: 200px;
	padding: 9px 10px 9px 25px;
	margin: 20px auto;
	color: #fff;
	font-size: 110%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-decoration: none;
	background: url(/astron/img/top/icon_triangle02.png) no-repeat 22px center;
    background-size: 12px 12px;
}

.line-up .line-up-inner .btn02 {
	width: 90%;
}

.models{
	width:100%;
	text-align:center;
}

.line-up .line-up-inner .models ul {
	width:100%;
	margin: 0 auto 40px auto;
	letter-spacing: -0.4em;
}

.line-up .line-up-inner .models li {
	border: 1px #858585 solid;	
	width:100%;
	max-width:300px;
	padding: 25px 0 28px;
	text-align: center;
	margin: 0 0 20px 0;
	display: inline-block;
	letter-spacing: normal;
}

.line-up .line-up-inner .models li img {
	padding-bottom: 15px;
}

.line-up .line-up-inner .models p {
	font-size: 140%;
	font-family: 'Lato', sans-serif;
}
.line-up .manual {
	text-decoration: underline;
	background: url(/astron/img/top/img_icon_acrobat.png) no-repeat 25px center;
	background-size: 20px 20px;
	padding: 25px 20px 25px 50px;
}

.line-up .manual:hover {
	text-decoration: none;
}

.line-up .line-up-inner .box-02 {
	margin: 0 auto 30px;
	text-align: center;
}

.line-up .line-up-inner .box-02 li span {
	max-width: 260px;
}

.line-up .line-up-inner .box-01 .item_l,
.line-up .line-up-inner .box-01 .item_r{
    min-height:inherit;
}

.pb30{
	padding-bottom:0;
}


/* footer */
.sp{
	display:inherit;
}

.footer_box{
	background:#fff;
	color:#000;
	overflow: hidden;
}

#footer .logo_gps img{
/*     filter: invert(100%); */
	display: none;
}

#footer {
	width:100%;
    margin:0px;
    padding:0 0 30px 0;
    text-align: center;
    border-top: 1px solid #FFF;
}


#footer ul{
	width: 93%;
	margin:20px auto;
	text-align:left;
}

#footer li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 20px;
	background: url(/astron/img/top/icon_triangle.png) no-repeat left center;
    background-size: 12px 12px;
	padding-left: 18px;
	line-height: 2.6;
}

#footer li a {
	color: #000;
	font-size: 110%;	
}

#footer_link {
	display: table;
	width: 95%;
	margin: 20px auto;
	color: #333;
}

#footer_link .btn_home {
	display: table-cell;
}

#footer_link .btn_up {
	display: table-cell;
	text-align: right;
}

#footer_link .btn_home span{
	color: #fff;
	background: #000;
	
	height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    
    font-size: 5px;
    padding: 2px 0 0 3px;
    vertical-align: middle;
}

#footer_link .btn_up span{
	color: #fff;
	background: #000;
	
	height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    
    font-size: 5px;
    padding: 2px 3px 0 0;
    vertical-align: middle;
}

#footer_link a {
	color: #333;
}

#footer_sns {
	display: table;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 95%;
	padding: 5px 0;
}

#footer_sns .tw_icon {
	display: table-cell;
	vertical-align: middle;
	padding-top: 4px;
	width: 50%;
	text-align: right;
	padding-right: 20px;
}
#footer_sns .fb_icon {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-left:20px;
}
#footer_sns .icon {
	margin-right: 5px;
}

#footer .logo_gps {
    margin: 20px 0 30px 0;
	text-align:center;
	
	border-top: 1px solid #000;
}

}



@media screen and (max-width: 1050px) and (min-width: 768px) {

	.line-up .line-up-inner .box-01 ul, .line-up .line-up-inner .box-02 ul {
		width: 700px;
		margin: 0 auto;
	}

	.line-up .line-up-inner .models ul {
		width: 700px;
	}

	.ttl-line-long {
		padding: 30px 0 50px;
	}
	

}






@media screen and (min-width: 768px)  and (max-width: 860px) {

.tb{
	display:none;
}

#top {
		min-height: inherit;
		margin-top:0;
		padding-top:40px;
		background: url(/astron/8x_chronogragh/img/bg_top.jpg) no-repeat scroll 55% 10%;
		background-size: cover;
	}

	
#top_txt_area .top_text_box {
	top: 60%;
	left: 55%;
	width: 300px;
}	
	
.visual {
	height:400px;
}

.visual-02 {
    height: 400px;
/*     background-size: cover; */
}




/* features */

#features .features_tit {
    width: 90%;
}

#features h3 {
	font-size:34px;
}


#features .features-inner .features-01 img{
	width:60%;
	height:auto;
}

#features .features-inner .features-02 img{
	width: 53%;
	}
#features .features-inner .features-03 img {
    width: 100%;
    height: auto;
    min-width:60%;
}

#features .features-inner .features-02 .features-02_box{
    top: 10%;
    left: 2%;
    width: 42%;
}
	


#features .features-inner .features-02 .features-02_box h4,
#features .features-inner .features-03 .features-03_box h4 {
    margin-bottom: 15px;
    font-size:30px;
}

#features .features-inner .features-02 .features-02_box h4 span {
    vertical-align: super;
    font-size: 24px;
}

/* design */

#design .design_box {
    width: 100%;
}



#design h4 {
    font-size: 30px;
    top: -25px;}


#design .design-01,
#design .design-02,
#design .design-03,
#design .design-04,
#design .design-05,
#design .design-06{
	width:100%;
	overflow:hidden;
}


	
#design .design-01 img,
#design .design-03 img,
#design .design-04 img,
#design .design-05 img{
	width:80%;
	height:auto;
}


	
#design .design-02 img,
#design .design-06 img
{
	width:60%;
	height:auto;
}	


#design .design-03 .description,
#design .design-04 .description,
#design .design-06 .description {
    width: 90%;
    margin:0 auto;
    text-align:left;
}




	
#design .design-02 .description .description_text{
	left:60%;
	bottom:2%;
	width: 40%;
	text-align: left;
	padding-right: 0;
}	
	
	
#design .design-03 .description .description_text{
	left: 0;
	top:90%;
	width: 100%;
	text-align: left;
	padding-right: 0;
}

#design .design-04 .description .description_text{
	width: 70%;
	top: 65%;
	right: 0;
	padding-right: 0;
}

#design .design-05 .description .description_text{
	width: 100%;
	right: auto;
	top: 5%;
	text-align: left;
	padding: 0 5%;
}

#design .design-06 .description .description_text{
	width: 40%;
	top: 21%;
	right: 0;
	padding-right: 0;
}

#design .design-06 .description .description_text h5{
	padding-bottom:30px;
}

#design .design-06 .description .description_text h5 img{
	max-width:200px;
}


/* gps_solar */

#gps_solar #gps_solar_area ul.next_01 {
    margin: 70px 0 0 0;
}


/* line-up */
.line-up .line-up-inner .box-01 {
	width:400px;
}

.line-up .line-up-inner .box-01 .item_l,
.line-up .line-up-inner .box-01 .item_r{
    min-height:inherit;
}

.pb30{
	padding-bottom:0;
}


}

@media screen and (min-width: 1025px) and (max-width: 1100px) {

#design .design-06 .description .description_text{
	width: 42.5%;
}

}


@media screen and (min-width: 861px) and (max-width: 1024px) {

.tb{
	display:none;
}

.visual{
	height:450px;
}

.visual-02{
	height:450px;
}

#top_txt_area {
    height: 500px;
}

#top_txt_area .top_text_box {
	top: 40%;
	right: 5%;
}


/* design */

#design .design_box {
    width: 100%;
}

/* features */

#features .features_tit {
    width: 90%;
}

#features h3 {
	font-size:34px;
}


#features .features-inner .features-01 img{
	width:60%;
	height:auto;
}

#features .features-inner .features-02 img{
	width: 53%;
	}
#features .features-inner .features-03 img {
    width: 100%;
    height: auto;
    min-width:100%;
}

#features .features-inner .features-02 .features-02_box {
    top: 20%;
    left: 5%;
    width: 40%;
}
	


#features .features-inner .features-02 .features-02_box h4,
#features .features-inner .features-03 .features-03_box h4 {
    margin-bottom: 15px;
    font-size:30px;
}

#features .features-inner .features-02 .features-02_box h4 span {
    vertical-align: super;
    font-size: 24px;
}

/* design */

#design .design_box {
    width: 100%;
}



#design h4 {
    font-size: 30px;
    top: -25px;}

#design .design-01 .design-01_box h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

	
#design .design-01,	
#design .design-02,
#design .design-03,
#design .design-04,
#design .design-05,
#design .design-06{
	width:100%;
	overflow:hidden;
}

#design .design-01 img,
#design .design-02 img
{
	width:100%;
	height:auto;
}

#design .design-05 img{
	width:90%;
	height:auto;
}

#design .design-03 img,
#design .design-06 img{
	width:60%;
	height:auto;
}

#design .design-03 .description,
#design .design-04 .description,
#design .design-06 .description {
    width: 90%;
    margin:0 auto;
    text-align:left;
}

#design .design-05 .description{
    width: 90%;
    margin:0 auto;
    text-align: right;
}

#design .design-04 img{
	width:80%;
	height:auto;
}
	
#design .design-02 .description .description_text{
	width: 45%;
	text-align: left;
	right: 0;
	top:25%;
}	

#design .design-03 .description .description_text{
	left: 40%;
	top:95%;
	width: 60%;
	text-align: left;
}

#design .design-04 .description .description_text{
	width: 50%;
	top: 68%;
	right: 0;
}

#design .design-05 .description .description_text{
	width:100%;
	left:0;
	top:8%;
	text-align: left;
}

#design .design-06 .description .description_text{
	width: 55%;
	top: 60%;
	right: 0;
}

#design .design-06 .description .description_text h5{
	padding-bottom:50px;
}

#design .design-06 .description .description_text h5 img{
	max-width:200px;
}


/* gps_solar */

#gps_solar #gps_solar_area ul.next_01 {
    margin: 70px 0 0 0;
}


}

@media screen and (min-width: 1025px) and (max-width: 1169px) {
	
.display_n{
	display:none;	
}

#features .features_tit {
    width: 90%;
}

#features .features-inner .features-02 .features-02_box{top: 15%;}

	
#design .design-03 img,
#design .design-06 img{
	width:50%;
	height:auto;
}	
	
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {

#top_txt_area .top_text_box {
	top: 40%;
	right: 5%;
}
	
#design .design-03 img,
#design .design-06 img{
	width:60%;
	height:auto;
}		
	


}

@media screen and (min-width: 1101px) and (max-width: 1344px) {


#top_txt_area .top_text_box {
	top: 40%;
}
}


@media screen and (max-width:1024px) {
	
	
	#menu {
		text-align: left;
	}
	
	#logo_astron_pc{
		width: 80px;
	}
	
	#logo_astron_pc img{
		width: 90px;
		height: 53px;
	}
	
	#logo_seiko_pc{
		padding: 15px 10px 15px 0;
		width:100px;
	}
	
	#menu ul{
		width: 482px;
	}
	
	#menu li a span{
		padding: 15px 10px;
	}
	#menu li a.two_line span{
		padding: 5px 10px;
	}
	

}


@media screen and (min-width: 1025px) and (max-width: 1355px) {


#design .design-01 .design-01_box{
	top:28%;
	right: 8%;
	width:38%;
}
	
	

}



/* Flash */

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
