@charset "utf-8";
/* CSS Document */

/* key_v */
#astrocitymini-container #key_v {
	width: 100%;
	height: 367px;
	position: relative;
	background: url("../img/kay_v_other_bg.jpg") no-repeat center top;
}
#astrocitymini-container #key_v #key_v_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 367px;
	background-image: url("../img/kay_v_bottom_other_bg.png"), url("../img/kay_v_middle_bg.png");
	background-repeat: no-repeat, repeat-y;
	background-position: bottom right, top right;
}

#astrocitymini-container #key_v #logo {
	width: 450px;
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -25px;
	z-index: 200;
}
#astrocitymini-container #key_v #sega_logo {
	position: absolute;
	width: 100px;
	top: 20px;
	left: 20px;
	z-index: 300;
}

#astrocitymini-container #key_v #logo img,
#astrocitymini-container #key_v #sega_logo img {
	width: 100%;
	height: auto;
}

#astrocitymini-container #key_v #top_button {
	position: absolute;
	top: 180px;
	right: 50%;
	margin-right: 80px;
	z-index: 200;
}
#astrocitymini-container #key_v #page_title {
	position: absolute;
	bottom: 10px;
	left: 30px;
	z-index: 300;
}

#astrocitymini-container #key_v #menu_right {
	position: absolute;
	right: 0;
	top: 70px;
	width: 250px;
	overflow: hidden;
}

#astrocitymini-container #key_v #menu_right ul {
	overflow: hidden;
}
#astrocitymini-container #key_v #menu_right ul li {
	background: url("../img/menu_bg.png") left bottom;
	height: 45px;
	line-height: 33px;
	padding-left: 60px;
	margin-bottom: 0px;
	color: #FFF;
}
#astrocitymini-container #key_v #menu_right ul li.no_link {
	background: url("../img/menu_gray_bg.png") left bottom;
	margin-left: 40px;
}
#astrocitymini-container #key_v #menu_right ul a {
	display: block;
}
#astrocitymini-container #key_v #menu_right ul a.active li {
	background: url("../img/menu_act_bg.png") left bottom;
}
#astrocitymini-container #key_v #menu_right ul a li {
	display: block;
	color: #FFF;
	transition: .3s;
	transform: translate(40px,0px);
}
#astrocitymini-container #key_v #menu_right ul a:hover li {
	transform: translate(0px,0px);
}


/* other_content */
#astrocitymini-container .other_content {
	width: 100%;
	xbackground: linear-gradient(to right, #06ad80, #35a8bd);
	padding-top: 20px;
	padding-bottom: 20px;
}
#astrocitymini-container .other_content_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
}

#astrocitymini-container .content1 {
	background: url("../img/outline/content1_bg.jpg") center top;
	height: 487px;
}
#astrocitymini-container .other_content_box .content1_catch {
	font-size: 24px;
	color: #616161;
	line-height: 50px;
}
#astrocitymini-container .other_content_box .content1_catch .strong1 {
	font-size: 60px;
	font-weight: bolder;
	color: #ff00b0;
}
#astrocitymini-container .other_content_box .content1_catch .strong2 {
	font-size: 40px;
	font-weight: bolder;
	color: #ff00b0;
}

#astrocitymini-container .content2 {
}

#astrocitymini-container .other_content_box .bg_02 {
	width: 161px;
	height: 1173px;
	position: absolute;
	top: 100px;
	right: -100px;
}
#astrocitymini-container .other_content_box .bg_03 {
	width: 1134px;
	height: 1174px;
	position: absolute;
	top: 0px;
	left: -150px;
}
#astrocitymini-container .other_content_box .bg_04 {
	width: 203px;
	height: 680px;
	position: absolute;
	top: -150px;
	right: -150px;
}

#astrocitymini-container .other_content_box .content2_img {
	position: absolute;
	width: 70%;
	top: -150px;
	left: -50px;
}
#astrocitymini-container .other_content_box .content2_img img {
	width: 100%;
	height: auto;
}
#astrocitymini-container .other_content_box .content2_read {
	min-height: 450px;
	float: right;
	width: 40%;
	position: relative;
	z-index: 500;
	padding-top: 100px;
	padding-right: 100px;
	background: url("../img/intro_top_bg_sp.png") no-repeat top right;
}

#astrocitymini-container .content3 {
	background: url("../img/outline/content3_bg.jpg") no-repeat top center;
	min-height: 500px;
}
#astrocitymini-container .content3 h5 {
	width: 380px;
    color: #009800;
	font-size: 29px;
	font-weight: bolder;
	background: url("../img/outline/content3_h5_bg.png") no-repeat bottom right;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#astrocitymini-container .other_content_box .conten3_img1 {
	position: absolute;
	top: -60px;
	right: 200px;
	width: 330px;
}
#astrocitymini-container .other_content_box .conten3_img2 {
	position: absolute;
	top: 145px;
	right: 0px;
	width: 350px;
}
#astrocitymini-container .other_content_box .conten3_img3 {
	position: absolute;
	bottom: -180px;
	right: 280px;
	width: 350px;
}
#astrocitymini-container .other_content_box .conten3_img1 img,
#astrocitymini-container .other_content_box .conten3_img2 img,
#astrocitymini-container .other_content_box .conten3_img3 img {
	width: 100%;
	height: auto;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	border: 3px solid #00a445;
}

#astrocitymini-container .content4 .other_content_box {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 345px;
	box-sizing: border-box;
	padding: 30px 30px;
	background: #c0d1ff url("../img/outline/content4_bg.jpg") no-repeat center top;
	background-size: 100%;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#astrocitymini-container .content4 h5 {
	font-size: 29px;
	font-weight: bolder;
	margin-bottom: 10px;
}
#astrocitymini-container .content4 p {
	width: 65%;
}
#astrocitymini-container .other_content_box .conten4_img {
	position: absolute;
	bottom: -30px;
	right: 50px;
	width: 248px;
}
#astrocitymini-container .other_content_box .conten4_img img,
#astrocitymini-container .other_content_box .conten5_img img {
	width: 100%;
	height: auto;
}

#astrocitymini-container .content5 {
	border-top: solid 1px #6e6e6e;
	margin-bottom: 40px;
}
#astrocitymini-container .content5 p {
	position: relative;
	z-index: 500;
}
#astrocitymini-container .other_content_box .conten5_img {
	width: 450px;
	margin-left: 80px;
}
#astrocitymini-container .other_content_box .conten5_txt {
	position: absolute;
	top: 250px;
	right: 150px;
	font-size: 29px;
	font-weight: bolder;
	border-bottom: 1px solid #6e6e6e;
	width: 400px;
	text-align: right;
}
#astrocitymini-container .other_content_box .content5_catch {
	color: #009800;
	font-size: 24px;
	text-align: right;
}

#astrocitymini-container .content6 {
	background: url("../img/outline/content6_bg.jpg") no-repeat center top;
	width: 100%;
	margin-bottom: 30px;
}
#astrocitymini-container .content6_sub {
	background: rgba(255, 174, 204, .5);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#astrocitymini-container .other_content_box .content6_img1 {
	width: 600px;
	margin-top: 20px;
}
#astrocitymini-container .other_content_box .content6_img2 {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 330px;
	font-size: 14px;
}
#astrocitymini-container .other_content_box .content6_img3 {
	position: absolute;
	top: 240px;
	right: 50px;
	width: 200px;
	font-size: 14px;
}

#astrocitymini-container .other_content_box .content6_img1 img,
#astrocitymini-container .other_content_box .content6_img3 img {
	width: 100%;
	height: auto;
}
#astrocitymini-container .other_content_box .content6_img2 img {
	width: 100%;
	height: auto;
	border: solid 2px #6e6e6e;
	box-sizing: border-box;
}

/* spec */
#astrocitymini-container .gray {
	background: #ccc;
	padding: 20px 30px;
}
#astrocitymini-container .gray table.product_spec {
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#astrocitymini-container .gray table.product_spec tr td {
	padding: 5px 20px;
	vertical-align: top;
	font-size: 80%;
}
#astrocitymini-container .gray table.product_spec tr td.t_center {
	text-align: center;
	border-bottom: 1px solid;
	font-size: 110%;
}
/*-----------------------------------------------------	*/
/*	for - 1024px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1024px) {
	
#astrocitymini-container #key_v #logo {
	top: 60px;
	width: 400px;
	margin-right: -30px;
}
#astrocitymini-container #key_v #top_button {
	top: 170px;
	margin-right: 55px;
}
#astrocitymini-container #key_v #page_title {
	left: 2%;
}
	

/* other_content */
#astrocitymini-container .other_content_box {
	width: 96%;
}

#astrocitymini-container .other_content_box .content2_img {
	position: absolute;
	width: 70%;
	top: -50px;
	left: -50px;
}
#astrocitymini-container .other_content_box .content2_read {
	padding-right: 60px;
}
	
#astrocitymini-container .content3 {
	background: #a2eea1 url("../img/outline/content3_bg_tb.jpg") no-repeat top center;
	background-size: 100%;
	min-height: auto;
}
#astrocitymini-container .content3 .other_content_box {
	width: 85%;
}
#astrocitymini-container .content3 .content3_txt {
	width: 60%;
	float: left;
}
#astrocitymini-container .content3 .content3_img {
	width: 30%;
	float: right;
}

#astrocitymini-container .other_content_box .conten3_img1 {
	position: static;
	width: 100%;
	margin-bottom: 1%;
}
#astrocitymini-container .other_content_box .conten3_img2 {
	position: static;
	width: 100%;
	margin-bottom: 1%;
}
#astrocitymini-container .other_content_box .conten3_img3 {
	position: static;
	width: 100%;
}
#astrocitymini-container .content4 p {
	width: 60%;
}
#astrocitymini-container .other_content_box .conten4_img {
	right: 30px;
}
#astrocitymini-container .other_content_box .conten5_img {
	width: 55%;
	margin-left: 10px;
}
#astrocitymini-container .other_content_box .conten5_txt {
	width: 40%;
	right: 5%;
}
#astrocitymini-container .content6 {
	background: url("../img/outline/content6_bg_tb.jpg") no-repeat center top;
	background-size: 100%;
	width: 100%;
	overflow: hidden;
}

#astrocitymini-container .other_content_box .content6_img1 {
	width: 55%;
	float: left;
	margin-top: 20px;
	margin-left: 5%;
}
#astrocitymini-container .other_content_box .content6_img_r {
	width: 35%;	
	float: right;
	margin-top: 20px;
}
#astrocitymini-container .other_content_box .content6_img2 {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	margin-bottom: 10px;
}
#astrocitymini-container .other_content_box .content6_img3 {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 70%;
	margin-right: 15%;
	margin-bottom: 20px;
}
	
}


/*-----------------------------------------------------	*/
/*	for - 767px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:767px) {

#astrocitymini-container #key_v {
	background: url("../img/kay_v_other_bg_sp.jpg") no-repeat center top;
	background-size: 100%;
	height: 0px;
	padding-bottom: 45%;
}
#astrocitymini-container #key_v #key_v_bg {
	height: 0px;
	background-image: url("../img/kay_v_bottom_other_bg.png"), url("../img/kay_v_middle_bg.png");
	background-repeat: no-repeat, repeat-y;
	background-position: bottom right, top right;
	padding-bottom: 45%;
}
#astrocitymini-container #key_v #logo {
	width: 50%;
	top: 20%;
}
#astrocitymini-container #key_v #sega_logo {
	width: 13%;
	top: 2%;
	left: 2%;
}
	
/* other_content */
#astrocitymini-container .content1 {
	background: url("../img/outline/content1_bg_sp.jpg") center top;
	background-size: 100%;
	height: 0px;
	padding-bottom: 43%;
}

	
#astrocitymini-container .other_content_box .content1_catch {
	font-size: 18px;
	line-height: 30px;
}
#astrocitymini-container .other_content_box .content1_catch .strong1 {
	font-size: 40px;
	font-weight: bolder;
	color: #ff00b0;
}
#astrocitymini-container .other_content_box .content1_catch .strong2 {
	font-size: 30px;
	font-weight: bolder;
	color: #ff00b0;
}

#astrocitymini-container .content2 {
	background: url(../img/intro_top_bg_sp.png) no-repeat top right;
}
#astrocitymini-container .other_content_box .content2_img {
	position: absolute;
	width: 80%;
	top: -15%;
	left: -2%;
}
#astrocitymini-container .other_content_box .content2_read {
	min-height: auto;
	float: none;
	width: 100%;
	position: relative;
	z-index: 500;
	padding-top: 55%;
	padding-right: 0px;
	background:none;
}
	
#astrocitymini-container .content3 h5 {
	xwidth: 100%;
	font-size: 20px;
	margin-bottom: 5px;
}

#astrocitymini-container .content3 .content3_txt {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#astrocitymini-container .content3 .content3_img {
	width: 100%;
	float: none;
}

#astrocitymini-container .other_content_box .conten3_img1 {
	position: static;
    float: left;
	width: 32%;
	margin-bottom: 0%;
	margin-right: 2%;
}
#astrocitymini-container .other_content_box .conten3_img2 {
	position: static;
    float: left;
	width: 32%;
	margin-bottom: 0%;
	margin-right: 2%;
}
#astrocitymini-container .other_content_box .conten3_img3 {
	position: static;
    float: left;
	width: 32%;
}
#astrocitymini-container .content4 h5 {
    font-size: 20px;
	}
#astrocitymini-container .content4 p {
	width: 60%;
}
#astrocitymini-container .other_content_box .conten4_img {
	right: 2%;
	width: 35%;
}

#astrocitymini-container .other_content_box .conten5_img {
	width: 55%;
	float: left;
	margin-left: 0px;
	position: relative;
	z-index: 500;
}
#astrocitymini-container .other_content_box .conten5_txt {
	width: 43%;
	float: right;
	font-size: 18px;
	position: relative;
	z-index: 500;
	top: 0px;
	right: 0px;
	margin-top: 50px;
}
#astrocitymini-container .other_content_box .content5_catch {
	clear: both;
	color: #009800;
	font-size: 18px;
	text-align: left;
	position: relative;
	z-index: 500;
}
	
#astrocitymini-container .other_content_box .content6_img1 {
	width: 55%;
	float: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#astrocitymini-container .other_content_box .content6_img_r {
	width: 100%;	
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#astrocitymini-container .other_content_box .content6_img2 {
	position: relative;
	float: left;
	width: 48%;
	font-size: 12px;
	margin-bottom: 0px;
}
#astrocitymini-container .other_content_box .content6_img3 {
	position: relative;
	float: right;
	width: 48%;
	margin-right: 0%;
	font-size: 12px;
	margin-bottom: 0px;
}
#astrocitymini-container .other_content_box .content6_img3 img {
	border: solid 2px #6e6e6e;
	box-sizing: border-box;
}
	
/* spec */
#astrocitymini-container .gray table.product_spec {
	width: 96%;
}
	
}