@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

*:focus {
	outline: none;
}

#wrap_main {
	width: 100%;
	background: url(../img/top/top_img.png) left top no-repeat;
}

/* header */
#wrap_all #header {
	width: 1200px;
	height: 525px;
	margin: 0px auto;
	position: relative;
}

#wrap_all #header #title {
	width: 595px;
	height: 263px;
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 1000;
}

#wrap_all #header #sns {
	position: absolute;
	top: 280px;
	left: 40px;
}
#wrap_all #header #sns li {
	float: left;
	margin-right: 10px;
}
#wrap_all #header #sns li:last-child {
	margin-right: 0px;
}
#wrap_all #header #tagcloud {
	width: 600px;
	height: 600px;
	position: absolute;
	top: -50px;
	left: 600px;
}

#wrap_all #header #topics_bg {
	width: 697px;
	height: 78px;
	background: url(../img/top/topics_bg.png) top center no-repeat;
	position: absolute;
	top: 350px;
	left: 20px;
	padding-left: 150px;
	z-index: 1000;
}
#wrap_all #header #goods_bg {
	width: 697px;
	height: 78px;
	background: url(../img/top/goods_bg.png) top center no-repeat;
	position: absolute;
	top: 413px;
	left: 20px;
	padding-left: 150px;
	z-index: 1000;
}
#wrap_all #header #special_bg {
	width: 697px;
	height: 78px;
	background: url(../img/top/special_bg.png) top center no-repeat;
	position: absolute;
	top: 413px;
	left: 20px;
	padding-left: 150px;
	z-index: 1000;
}
#wrap_all #header #topics_bg dl dt,
#wrap_all #header #goods_bg dl dt {
	float: left;
	line-height: 78px;
	color: #0b5b57;
}
#wrap_all #header #special_bg dl dt {
	float: left;
	line-height: 78px;
	color: #a40000;
}
#wrap_all #header #topics_bg dl dd,
#wrap_all #header #goods_bg dl dd,
#wrap_all #header #special_bg dl dd {
	margin-left: 20px;
	float: left;
	margin-top: 26px;
	color: #666;
	font-weight: bold;
}
#wrap_all #header #topics_bg dl dd a,
#wrap_all #header #goods_bg dl dd a {
	color: #0b5b57;
}
#wrap_all #header #special_bg dl dd a {
	color: #a40000;
}
#wrap_all #header #topics_bg dl dd a:hover,
#wrap_all #header #goods_bg dl dd a:hover {
	background-color: #56eede;
}
#wrap_all #header #special_bg dl dd a:hover {
	background-color: #fa8a8a;
}

/* special */
#wrap_all .special {
	width: 100%;
	background: #3ca0a0;
	xoverflow: hidden;
	color: #FFFFFF;
	position: relative;
}
#wrap_all .special .special_li {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px;
	xoverflow: hidden;
}

#wrap_all .special .special_li .item {
	display: block;
	float: left;
	xwidth: 366px;
	width: 275px;
	xwidth: 220px;
	overflow: hidden;
}
#wrap_all .special .special_li .item a {
	display: block;
	padding: 10px 20px 10px;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#wrap_all .special .special_li .item a:hover {
    background: #64b5b5;
}
#wrap_all .special .special_li .item img {
	xfloat: left;
	xmargin-right: 20px;
	border: 1px solid #FFF;
}
#wrap_all .special .special_li .item .sp_box {
	xfloat: right;
	xwidth: 326px;
	width: 235px;
	xwidth: 180px;
}
#wrap_all .special .special_li .item .date {
	font-size: 0.75rem;
}
#wrap_all .special .special_li .item .numb {
	display: inline-block;
	font-size: 0.75rem;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;  
	color: #FFF;
	padding: 0px 8px 0px 8px;
	background: #0b5b57;
}
#wrap_all .special .special_li .item .title {
	font-weight: bold;
}

/* campaign */
#wrap_all #campaign {
	width: 1100px;
	height: auto;
	margin: 30px auto 50px;
	overflow: hidden;
	position: relative;
}
#wrap_all #campaign .cam_img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#wrap_all #campaign #campaign_txt {
	width: 530px;	
}
#wrap_all #campaign #campaign_title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#wrap_all #campaign h3 {
	display: inline-block;
	background: #eb5405;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	border-radius: 15px;
}

#wrap_all #campaign #campaign_link {
	margin: 30px auto 0px;
	width: 800px;
}
#wrap_all #campaign #campaign_link li {
	float: left;
	text-align: center;
	margin: 0px 10px 0px;
	width: 380px;
	height: 60px;
}
#wrap_all #campaign #campaign_link li a {
	display: block;
	width: 380px;
	height: 60px;
}
#wrap_all #campaign #campaign_link li.link1 a {
	background: url(../img/top/cam_link1_off.png);
}
#wrap_all #campaign #campaign_link li.link1 a:hover {
	background: url(../img/top/cam_link1_on.png);	
}
#wrap_all #campaign #campaign_link li.link2 a {
	background: url(../img/top/cam_link2_off.png);
}
#wrap_all #campaign #campaign_link li.link2 a:hover {
	background: url(../img/top/cam_link2_on.png);	
}

/* top_link */
#wrap_all #top_link {
	clear: both;
	margin-top: 20px;
	text-align: center;
	position: relative;
}
#wrap_all #top_link img {
	margin: 0px 10px;
}


/* history */
#wrap_all #history {
	width: 1200px;
	height: 3000px;
	margin: 30px auto 20px;
	padding-bottom: 30px;
	position: relative;
	background: url(../img/top/history_line.png) top center repeat-y;
	overflow: hidden;
}
#wrap_all #history #dreamcast_hist {
	position: absolute;
	width: 550px;
	height: 455px;
	top: 20px;
	left: 0px;
}
#wrap_all #history #dreamcast_hist a {
	display: block;
	width: 550px;
	height: 455px;
	background: url(../img/top/dreamcast_off.png) center top no-repeat;
}
#wrap_all #history #dreamcast_hist a:hover {
	background: url(../img/top/dreamcast_on.png) center top no-repeat;
}

#wrap_all #history #super32x_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 600px;
	right: 0px;
}
#wrap_all #history #super32x_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/super32x_off.png) center top no-repeat;
}
#wrap_all #history #super32x_hist a:hover {
	background: url(../img/top/super32x_on.png) center top no-repeat;
}

#wrap_all #history #segasaturn_hist {
	position: absolute;
	width: 550px;
	height: 455px;
	top: 610px;
	left: 0px;
}
#wrap_all #history #segasaturn_hist a {
	display: block;
	width: 550px;
	height: 455px;
	background: url(../img/top/segasaturn_off.png) center top no-repeat;
}
#wrap_all #history #segasaturn_hist a:hover {
	background: url(../img/top/segasaturn_on.png) center top no-repeat;
}

#wrap_all #history #mega-cd_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 1200px;
	right: 0px;
}
#wrap_all #history #mega-cd_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/mega-cd_off.png) center top no-repeat;
}
#wrap_all #history #mega-cd_hist a:hover {
	background: url(../img/top/mega-cd_on.png) center top no-repeat;
}

#wrap_all #history #gamegear_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 1300px;
	left: 0px;
}
#wrap_all #history #gamegear_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/gamegear_off.png) center top no-repeat;
}
#wrap_all #history #gamegear_hist a:hover {
	background: url(../img/top/gamegear_on.png) center top no-repeat;
}

#wrap_all #history #megadrive_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 1700px;
	right: 0px;
}
#wrap_all #history #megadrive_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/megadrive_off.png) center top no-repeat;
}
#wrap_all #history #megadrive_hist a:hover {
	background: url(../img/top/megadrive_on.png) center top no-repeat;
}

#wrap_all #history #mastersystem_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 1800px;
	left: 0px;
}
#wrap_all #history #mastersystem_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/mastersystem_off.png) center top no-repeat;
}
#wrap_all #history #mastersystem_hist a:hover {
	background: url(../img/top/mastersystem_on.png) center top no-repeat;
}

#wrap_all #history #segamark3_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 2100px;
	right: 0px;
}
#wrap_all #history #segamark3_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/segamark3_off.png) center top no-repeat;
}
#wrap_all #history #segamark3_hist a:hover {
	background: url(../img/top/segamark3_on.png) center top no-repeat;
}

#wrap_all #history #sg1000-2_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 2200px;
	left: 0px;
}
#wrap_all #history #sg1000-2_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/sg1000-2_off.png) center top no-repeat;
}
#wrap_all #history #sg1000-2_hist a:hover {
	background: url(../img/top/sg1000-2_on.png) center top no-repeat;
}
#wrap_all #history #sg1000_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 2600px;
	right: 0px;
}
#wrap_all #history #sg1000_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/sg1000_off.png) center top no-repeat;
}
#wrap_all #history #sg1000_hist a:hover {
	background: url(../img/top/sg1000_on.png) center top no-repeat;
}
#wrap_all #history #sc3000_hist {
	position: absolute;
	width: 550px;
	height: 351px;
	top: 2600px;
	left: 0px;
}
#wrap_all #history #sc3000_hist a {
	display: block;
	width: 550px;
	height: 351px;
	background: url(../img/top/sc3000_off.png) center top no-repeat;
}
#wrap_all #history #sc3000_hist a:hover {
	background: url(../img/top/sc3000_on.png) center top no-repeat;
}

/* atten */
#wrap_all #atten {
	width: 1000px;
	margin: 0px auto 0px;
	padding-bottom: 50px;
	position: relative;
}
#wrap_all #atten .img_right {
	clear: both;
	height: auto;
	float: right;
	margin-left: 20px;
	text-align: center;
	font-size: 0.75rem;
}
#wrap_all #atten .atten_li {
	margin-left: 70px;
	margin-right: 50px;
}
#wrap_all #atten .atten {
	margin-left: 70px;
	margin-right: 50px;
}

/*-----------------------------------------------------	*/
/*	for - 669px以下の記述　*/
/*-----------------------------------------------------	*/
@media only screen and (max-width:669px) {
/* header */
#wrap_all #header {
	width: 100%;
	height: auto;
	xpadding-bottom: 80%;
	margin: 0px auto;
}

#wrap_all #header #title {
	width: 70%;
	height: auto;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}
#wrap_all #header #title img {
	width: 100%;
	height: auto;
}
#wrap_all #header #sns {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	overflow: hidden;
}
#wrap_all #header #tagcloud {
	display: none;
}
	
#wrap_all #header #topics_bg,
#wrap_all #header #goods_bg,
#wrap_all #header #special_bg {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: none;
	position: static;
	padding-left: 0%;
}
#wrap_all #header #goods_bg,
#wrap_all #header #special_bg {
	margin-bottom: 20px;
}
#wrap_all #header #topics_bg #topics_title,
#wrap_all #header #goods_bg #goods_title,
#wrap_all #header #special_bg #special_title {
	xmargin-bottom: -7px;
}
#wrap_all #header #topics_bg #topics_title img,
#wrap_all #header #goods_bg #goods_title img,
#wrap_all #header #special_bg #special_title img {
	width: auto;
}
#wrap_all #header #topics_bg dl,
#wrap_all #header #goods_bg dl,
#wrap_all #header #special_bg dl {
	background: #FFF;
	overflow: hidden;
	padding: 2% 5%;
}
#wrap_all #header #topics_bg dl dt,
#wrap_all #header #goods_bg dl dt {
	float: none;
	line-height: 1.2;
	color: #0b5b57;
}
#wrap_all #header #special_bg dl dt {
	float: none;
	line-height: 1.2;
	color: #a40000;
}
#wrap_all #header #topics_bg dl dd,
#wrap_all #header #goods_bg dl dd,
#wrap_all #header #special_bg dl dd {
	margin-left: 0px;
	float: none;
	margin-top: 5px;
}

/* special */
#wrap_all .special .special_li {
	width: 96%;
}
#wrap_all .special .special_li .item {
	width: 100%;
}
#wrap_all .special .special_li .item a {
	padding: 10px 2% 10px;
}
#wrap_all .special .special_li .item img {
	float: left;
	width: 30%;
	height: auto;
	margin-right: 2%;
}
#wrap_all .special .special_li .item .sp_box {
	float: right;	
	width: 67%;
}
#wrap_all .special .special_li .item p {
	font-size: 1.0625rem;
}

/* campaign */
#wrap_all #campaign {
	width: 96%;
}
#wrap_all #campaign .cam_img {
	position: sticky;
}
#wrap_all #campaign img {
	width: 100%;
	height: auto;
}
#wrap_all #campaign #campaign_txt {
	width: 100%;	
}

#wrap_all #campaign #campaign_link {
	width: 90%;
}
#wrap_all #campaign #campaign_link li {
	margin: 0px 10px 10px;
	width: 94%;
	height: 0px;
	padding-bottom: 20%;
	}
#wrap_all #campaign #campaign_link li a {
	width: 100%;
	height: 0px;
	padding-bottom: 17%;
}
#wrap_all #campaign #campaign_link li.link1 a {
	background: url(../img/top/cam_link1_off.png) no-repeat;
	background-size: contain;
}
#wrap_all #campaign #campaign_link li.link1 a:hover {
	background: url(../img/top/cam_link1_on.png) no-repeat;	
	background-size: contain;
}
#wrap_all #campaign #campaign_link li.link2 a {
	background: url(../img/top/cam_link2_off.png) no-repeat;
	background-size: contain;
}
#wrap_all #campaign #campaign_link li.link2 a:hover {
	background: url(../img/top/cam_link2_on.png) no-repeat;
	background-size: contain;
}
	
/* top_link */
#wrap_all #top_link {
	margin-top: 20px;
	text-align: center;
}
#wrap_all #top_link img {
	max-width: 45%;
	height: auto;
	margin: 0px 1% 5px;
}	
	
/* history */
#wrap_all #history {
	width: 100%;
	height: auto;
	margin: 30px auto 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: static;
	background: url(../img/top/history_line.png) top center repeat-y;
	overflow: hidden;
}
#wrap_all #history #dreamcast_hist,
#wrap_all #history #segasaturn_hist,
#wrap_all #history #gamegear_hist,
#wrap_all #history #mastersystem_hist,
#wrap_all #history #sg1000-2_hist,
#wrap_all #history #sc3000_hist {
	position: static;
	width: 80%;
	height: auto;
	xtext-align: right;
	float: right;
	clear: both;
	}
#wrap_all #history #dreamcast_hist img,
#wrap_all #history #segasaturn_hist img,
#wrap_all #history #gamegear_hist img,
#wrap_all #history #mastersystem_hist img {
	width: 100%;
	height: auto;
}
#wrap_all #history #super32x_hist,
#wrap_all #history #mega-cd_hist,
#wrap_all #history #megadrive_hist,
#wrap_all #history #segamark3_hist,
#wrap_all #history #sg1000_hist {
	position: static;
	width: 80%;
	height: auto;
	float: left;
	clear: both;
}
#wrap_all #history #super32x_hist img,
#wrap_all #history #mega-cd_hist img,
#wrap_all #history #megadrive_hist img,
#wrap_all #history #segamark3_hist img {
	width: 100%;
	height: auto;
}

#wrap_all #history #dreamcast_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	background: url(../img/top/dreamcast_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #dreamcast_hist a:hover {
	background: url(../img/top/dreamcast_on.png) center top no-repeat;
	background-size: contain;
}
	
#wrap_all #history #super32x_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/super32x_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #super32x_hist a:hover {
	background: url(../img/top/super32x_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #segasaturn_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	background: url(../img/top/segasaturn_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #segasaturn_hist a:hover {
	background: url(../img/top/segasaturn_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #gamegear_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/gamegear_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #gamegear_hist a:hover {
	background: url(../img/top/gamegear_on.png) center top no-repeat;
	background-size: contain;
}
	
#wrap_all #history #mega-cd_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/mega-cd_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #mega-cd_hist a:hover {
	background: url(../img/top/mega-cd_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #megadrive_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/megadrive_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #megadrive_hist a:hover {
	background: url(../img/top/megadrive_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #mastersystem_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/mastersystem_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #mastersystem_hist a:hover {
	background: url(../img/top/mastersystem_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #segamark3_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/segamark3_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #segamark3_hist a:hover {
	background: url(../img/top/segamark3_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #sg1000-2_hist a {
	position: static;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/sg1000-2_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #sg1000-2_hist a:hover {
	background: url(../img/top/sg1000-2_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #sg1000_hist a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/sg1000_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #sg1000_hist a:hover {
	background: url(../img/top/sg1000_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #history #sc3000_hist a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	background: url(../img/top/sc3000_off.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #history #sc3000_hist a:hover {
	background: url(../img/top/sc3000_on.png) center top no-repeat;
	background-size: contain;
}
	
/* atten */
#wrap_all #atten {
	width: 100%;
}
#wrap_all #atten .img_right {
	float: none;
	margin-left: 0px;
}
#wrap_all #atten .img_right img {
	width: 40%;
	height: auto;
}

#wrap_all #atten .atten_li {
	margin-left: 7%;
	margin-right: 5%;
}
}