@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/
body {
	xbackground: #000;
}

#wrap_all {
	font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 0.875rem;
    letter-spacing: 0.01em;
	line-height: 1.4;
    color: #333;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-style: -ms-autohiding-scrollbar;
	word-break: break-all;
	background: url(../img/bg.jpg) center top repeat-y;
	position: relative;
	overflow: hidden;
	xmargin-bottom: -121px;
}
#wrap_all ul {
	padding-left: 0px;
}
#wrap_all a:hover {
	opacity: 1.0;
}
#wrap_all.megadrive_bg {
	background: none;
	background: #000;
}
#wrap_all.dreamcast_bg {
	background: none;
	background: #ff8a02;
}

#wrap_all a:focus {
	outline: none;
}
#wrap_all a {
	text-decoration: none;
}

hr {
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrap_all .mb10 {
	margin-bottom: 10px;
}
#wrap_all .mb20 {
	margin-bottom: 20px;
}
#wrap_all .mb30 {
	margin-bottom: 30px;
}
#wrap_all .mb50 {
	margin-bottom: 50px;
}
#wrap_all .sp_only {
	display: none;
}
#wrap_all .none {
	display: none;
}


#wrap_all p {
	xfont-size: 1.0625rem;
	font-size: 0.95rem;
}
#wrap_all p.right_txt {
	text-align: right;
}
#wrap_all p font.font_md {
	font-weight: bolder;
	color: #f1144d;
}
#wrap_all p font.font_dc {
	font-weight: bolder;
	color: #ea5404;
}

#wrap_all p a {
	color: #FFD600;
	font-weight: bolder;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all p a:hover {
	background: #694f21;
}

#wrap_all p a.a_md {
	color: #f1144d;
}
#wrap_all p a.a_md:hover {
	background: #651437;
}
#wrap_all p a.a_dc {
	color: #ea5404;
}
#wrap_all p a.a_dc:hover {
	background: #662a22;
}
#wrap_all .bace_li li {
	font-size: 0.95rem;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#wrap_all .bace_li li a.a_md {
	color: #f1144d;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all .bace_li li a.a_md:hover {
	background: #651437;
}
#wrap_all .bace_li li a.a_dc {
	color: #ea5404;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all .bace_li li a.a_dc:hover {
	background: #662a22;
}
/* ------- atten_li ------- */
#wrap_all .atten_li {
	color: #FFF;
	font-size: 0.8rem;
	clear: both;
	line-height: 1.6;
}
#wrap_all.info_page .atten_li {
	color: #CCC;
}
#wrap_all .atten_li li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#wrap_all .atten_li li a {
	color: #FFD600;
	font-weight: bolder;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all .atten_li li a:hover {
	background: #694f21;
}

#wrap_all .atten_li_ol {
	font-size: 0.8rem;
	clear: both;
	line-height: 1.6;
}
#wrap_all .atten_li_ol li {
	text-indent: -2em;
	margin-left: 4em;
}

#wrap_all ::-webkit-scrollbar {
  width: 7px;
}
#wrap_all ::-webkit-scrollbar-track-piece {
  width: 7px;	
  background-color: #303030;
}
#wrap_all ::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #676767;
}
#wrap_all ::-webkit-scrollbar-corner {
	background: #2e182e;
}
 
/* ------- top ------- */
#wrap_all #megadrive_img {
	width: 558px;
	height: 720px;
	position: absolute;
	left: 0px;
	background: url(../img/bg_megadrive_img.png) top left no-repeat;
}
#wrap_all #dreamcast_img {
	width: 434px;
	height: 815px;
	position: absolute;
	right: 0px;
	background: url(../img/bg_dreamcast_img.png) top right no-repeat;
}
#wrap_all #megadrive_arrow {
	z-index: 400;
	width: 73px;
	height: 158px;
	position: absolute;
	left: 50px;
	top: 300px;
	background: url(../img/arrow_left.png) top left no-repeat;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
#wrap_all #dreamcast_arrow {
	z-index: 400;
	width: 73px;
	height: 158px;
	position: absolute;
	right: 50px;
	top: 300px;
	background: url(../img/arrow_right.png) top left no-repeat;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#wrap_all #title {
	width: 982px;
	margin: 20px auto 10px;
	overflow: hidden;
	position: relative;
}
#wrap_all #title #megadrive_litle {
	width: 481px;
	float: left;
}
#wrap_all #title #dreamcast_litle {
	width: 481px;
	float: right;
}
#wrap_all #megadrive_logo {
	width: 481px;
	height: 100px;
	background: url(../img/bg_megadrive_logo.png) top left no-repeat;
	float: right;
}
#wrap_all #megadrive_30logo {
	width: 291px;
	height: 311px;
	background: url(../img/bg_megadrive_30logo.png) top left no-repeat;
	float: right;
}
#wrap_all #dreamcast_logo {
	width: 481px;
	height: 100px;
	background: url(../img/bg_dreamcast_logo.png) top left no-repeat;
}
#wrap_all #dreamcast_20logo {
	width: 291px;
	height: 311px;
	background: url(../img/bg_dreamcast_20logo.png) top left no-repeat;	
}

#wrap_all #pickup_bnr {
	width: 592px;
	height: 132px;
	margin: 20px auto 25px;
	border: #ccc solid 1px;
	position: relative;
}

#wrap_all #sns_li {
	width: 120px;
	height: 30px;
	margin: 20px auto 25px;
	position: relative;	
}
#wrap_all #sns_li li {
	float: left;
}
#wrap_all #sns_li li img {
	width: 30px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
}

#wrap_all #news {
	z-index: 300;
	position: relative;
	width: 861px;
	height: 50px;
	margin: 0px auto 30px;
	background: url(../img/news_bg.png) no-repeat center top;
}
#wrap_all #news dt {
	float: left;
	margin-left: 140px;
	line-height: 50px;
}
#wrap_all #news dd {
	float: left;
	margin-left: 20px;
	line-height: 50px;
}
#wrap_all #news dd a {
	color: #C10042;
	text-decoration: underline;
	font-weight: bolder;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all #news dd a:hover {
	background: #FFEE83;
}

/* ------- topics ------- */
#wrap_all #topics {
	width: 990px;
	margin: 0px auto 50px;
	overflow: hidden;
	padding-top: 30px;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

#wrap_all .topics_content {
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-left: 5px;
	margin-right: 5px;
	border: #ccc solid 1px;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
#wrap_all .topics_content a {
	display: block;
	color: #ccc;
	background: #2e182e;
	padding: 50px 20px 15px;
}
#wrap_all .topics_content a:hover {
	xbackground: #423044;
	background: url(../img/on_mouse.gif) top center no-repeat;
}

#wrap_all .type1 {
	width: 320px;
}
#wrap_all .type2 {
	width: 650px;
}

#wrap_all .topics_content .topics_genre {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 45px 5px 20px;
	color: #FFF;
	font-size: 0.95rem;
}
#wrap_all .topics_content .topics_category {
	position: absolute;
	top: -30px;
	right: 18px;
}
#wrap_all .topics_content .topics_category img {
	margin-left: 5px;
}
#wrap_all .topics_content .goods {
	background: url(../img/topics/genre_goods.png) bottom right no-repeat;
}
#wrap_all .topics_content .info {
	background: url(../img/topics/genre_info.png) bottom right no-repeat;
}
#wrap_all .topics_content .event {
	background: url(../img/topics/genre_event.png) bottom right no-repeat;
}
#wrap_all .topics_content .etc {
	background: url(../img/topics/genre_etc.png) bottom right no-repeat;
}

#wrap_all .topics_content .topics_img {
	margin-bottom: 5px;
}
#wrap_all .topics_content .date {
	font-size: 0.75rem;
	margin-bottom: 5px;
}

/* ------- collabo_goods ------- */
#wrap_all #collabo_goods {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all #collabo_goods_frame {
	width: 980px;
	margin: 0px auto 40px;
	overflow: hidden;
	border: #ccc solid 1px;
	background: #2e182e;
	padding: 43px 20px 15px;
	position: relative;
}
#wrap_all #collabo_goods #collabo_goods_title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 45px 5px 20px;
	color: #FFF;
	font-size: 0.95rem;
	background: url(../img/topics/genre_goods.png) bottom right no-repeat;
}
#wrap_all #collabo_goods ul.collabo_goods_li {
	height: 600px;
	width: 100%;
	overflow: auto;
}
#wrap_all #collabo_goods ul.collabo_goods_li li {
	clear: both;
	border-bottom: 1px #CCC dotted;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 10px;
	overflow: hidden;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_img {
	float: left;
	width: 300px;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt {
	float: right;
	width: 600px;
	color: #CCC;
	margin-bottom: 5px;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt .date {
	font-size: 0.75rem;
	margin-bottom: 5px;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt .goods_name {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt a {
	background: #ab0e2f;
	color: #FFF;
	padding: 3px 15px 3px 10px;
    border-radius: 15px;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt a:hover {
	background: #ff5075;
}

#wrap_all h3 {
	width: 1000px;
	margin: 0px auto 20px;
}
#wrap_all h3.title_memory {
	height: 44px;
	background: url(../img/title_memory.png) top center no-repeat;
}

#wrap_all.megadrive_bg h3.title_photo {
	height: 61px;
	background: url(../img/title_photo_md.png) top center no-repeat;
	z-index: 300;
	position: relative;
}
#wrap_all.dreamcast_bg h3.title_photo {
	height: 61px;
	background: url(../img/title_photo_dc.png) top center no-repeat;
	z-index: 300;
	position: relative;
}

/* ------- memory ------- */
#wrap_all #memory {
	width: 930px;
	clear: both;
	margin: 0px auto 0px;
}
#wrap_all #memory_megadrive {
	width: 440px;
	float: left;
	text-align: center;
}
#wrap_all #memory_dreamcast {
	width: 440px;
	float: right;
	text-align: center;
	padding-bottom: 50px;
}
#wrap_all h4.title_memory_megadrive {
	height: 65px;
	margin-bottom: -5px;
	width: 100%;
	background: url(../img/title_memory_megadrive.png) top left no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#wrap_all h4.title_memory_dreamcast {
	height: 65px;
	margin-bottom: -5px;
	width: 100%;
	background: url(../img/title_memory_dreamcast.png) top left no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* ------- link ------- */
#wrap_all #link {
	clear: both;
	width: 1000px;
	margin: 20px auto 50px;
	text-align: center;
}
#wrap_all #link img {
	margin: 0px 5px;
}

/* ------- megadrive & dreamcast ------- */
#wrap_all.megadrive_bg #megadrive_img_02 {
	width: 396px;
	height: 720px;
	position: absolute;
	right: 0px;
	background: url(../img/bg_megadrive_img_02.png) top left no-repeat;
}
#wrap_all.dreamcast_bg #dreamcast_img_02 {
	width: 260px;
	height: 851px;
	position: absolute;
	left: 0px;
	background: url(../img/bg_dreamcast_img_02.png) top right no-repeat;
}
#wrap_all.megadrive_bg #back_arrow {
	z-index: 400;
	width: 73px;
	height: 158px;
	position: absolute;
	right: 50px;
	top: 300px;
	background: url(../img/arrow_right.png) top left no-repeat;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#wrap_all.dreamcast_bg #back_arrow {
	z-index: 400;
	width: 73px;
	height: 158px;
	position: absolute;
	left: 50px;
	top: 300px;
	background: url(../img/arrow_left.png) top left no-repeat;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

/* ------- photo ------- */
#wrap_all #photo {
	width: 990px;
	xmargin: 0px auto 50px;
	margin: 0px auto 300px;
	overflow: hidden;
	padding-top: 10px;
	z-index: 300;
	position: relative;
}
#wrap_all.megadrive_bg #photo {
	color: #ccc;
}
#wrap_all.dreamcast_bg #photo {
	color: #333;
}
#wrap_all ul#photo_li li {
	overflow: hidden;
	width: 188px;
	height: 188px;
	position: relative;
	float: left;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	border: #ccc solid 1px;
}
#wrap_all ul#photo_li li img {
	display: block;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all ul#photo_li li img:hover {
	transform: scale(1.1);
}

/* ------- info page ------- */
#wrap_all.info_page #megadrive_logo {
	width: 70%;
	height: 0px;
	padding-bottom: 14%;
	background: url(../img/bg_megadrive_logo.png) top left no-repeat;
	background-size: cover;
	float: left;
}
#wrap_all.info_page #megadrive_30logo {
	width: 30%;
	height: 0px;
	padding-bottom: 30%;
	background: url(../img/bg_megadrive_30logo.png) top left no-repeat;
	background-size: contain;
	float: left;
}
#wrap_all.info_page #dreamcast_logo {
	width: 70%;
	height: 0px;
	padding-bottom: 14%;
	background: url(../img/bg_dreamcast_logo.png) top left no-repeat;
	background-size: cover;
	float: right;
}
#wrap_all.info_page #dreamcast_20logo {
	width: 30%;
	height: 0px;
	padding-bottom: 30%;
	background: url(../img/bg_dreamcast_20logo.png) top left no-repeat;	
	background-size: contain;
	float: right;
}
#wrap_all.info_page #gototop {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#wrap_all #info {
	position: relative;
	width: 980px;
	margin: 0px auto 50px;
	overflow: hidden;
	padding: 15px 20px 15px;
	border: #ccc solid 1px;
	color: #ccc;
	background: #2e182e;
}
#wrap_all #info h4.title_info {
	width: 940px;
	height: 61px;
	margin-bottom: 20px;
	z-index: 300;
	position: relative;
}
#wrap_all #info h4.info_180910 {
	background: url(../img/info/title_info_180910.png) top left no-repeat;
}
#wrap_all #info h4.info_181029 {
	background: url(../img/info/title_info_181029.png) top left no-repeat;
}
#wrap_all #info h4.info_181126 {
	background: url(../img/info/title_info_181126.png) top left no-repeat;
}

#wrap_all #info h5 {
	font-size: 120%;
	font-weight: bolder;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}

#wrap_all #info_content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all .youtube {
	width: 350px;
	height: 197px;
	float: right;
	margin-left: 20px;
    position: relative;
}

#wrap_all .details_tb th {
	font-size: 120%;
	font-weight: bolder;
	text-align: left;
}
#wrap_all .details_tb td {
	font-size: 140%;
	font-weight: bolder;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 1em;
}

#wrap_all .image_box_2 {
	overflow: hidden;
	
}
#wrap_all .image_box_2 li {
	float: left;
	width: 48%;
	margin-right: 4%;
	text-align: center;
	
}
#wrap_all .image_box_2 li:nth-child(even) {
	margin-right: 0%;	
}
#wrap_all .image_box_2 li img {
	width: 100%;
	height: auto;
}

#wrap_all .image_box_center {
	width: 100%;
	text-align: center;
}
#wrap_all .image_box_center img.big {
	width: 100%;
	height: auto;
}
#wrap_all #tw_box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.md_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #C9195B;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-size: 1.2rem;
    font-weight: bold;
    border: solid 2px #96023a;/*線色*/
}
.md_btn:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	background: #ee3379;
}

.dc_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #ea5404;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-size: 1.2rem;
    font-weight: bold;
    border: solid 2px #bf4504;/*線色*/
}
.dc_btn:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	background: #fa7935;
}
.tweet_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 1.5em;
    text-decoration: none;
    color: #FFF;
    background: #1da1f2;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-size: 1.2rem;
    font-weight: bold;
    border: solid 2px #1b7bb5;/*線色*/
}
.tweet_btn:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	background: #5dbef9;
}

/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:1200px) {
#wrap_all {
	width: 1200px;
}
}


/*-----------------------------------------------------	*/
/*	for - 669px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:669px) {
#wrap_all {
	width: 100%;
}
#wrap_all .sp_only {
	display: inline-block;
}
#wrap_all .pc_only {
	display: none;
}

/* ------- top ------- */
#wrap_all #megadrive_arrow {
	z-index: 400;
	width: 15%;
	height: 0px;
	padding-bottom: 33%;
	left: 3%;
	top: 1.7%;
	background: url(../img/arrow_left.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #dreamcast_arrow {
	z-index: 400;
	width: 15%;
	height: 0px;
	padding-bottom: 33%;
	right: 3%;
	top: 1.7%;
	background: url(../img/arrow_right.png) top left no-repeat;
	background-size: contain;
}

#wrap_all #megadrive_img {
	width: 52%;
	height: 0px;
	padding-bottom: 67%;
	background: url(../img/bg_megadrive_img.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #dreamcast_img {
	width: 42%;
	height: 0px;
	padding-bottom: 79%;
	background: url(../img/bg_dreamcast_img.png) top right no-repeat;
	background-size: contain;
}

#wrap_all #title {
	width: 96%;
	margin: 20px auto 10px;
	overflow: hidden;
	position: relative;
}
#wrap_all #title #megadrive_litle {
	width: 50%;
	float: left;
}
#wrap_all #title #dreamcast_litle {
	width: 50%;
	float: right;
}
#wrap_all #megadrive_logo {
	width: 96%;
	height: 0px;
	padding-bottom: 20%;
	background: url(../img/bg_megadrive_logo.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #megadrive_30logo {
	width: 80%;
	height: 0px;
	padding-bottom: 80%;
	background: url(../img/bg_megadrive_30logo.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #dreamcast_logo {
	width: 96%;
	height: 0px;
	padding-bottom: 20%;
	background: url(../img/bg_dreamcast_logo.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #dreamcast_20logo {
	width: 80%;
	height: 0px;
	padding-bottom: 80%;
	background: url(../img/bg_dreamcast_20logo.png) top left no-repeat;	
	background-size: contain;
}

#wrap_all #pickup_bnr {
	width: 90%;
	height: auto;
	margin: 20px auto 25px;
	border: none;
	position: relative;
}
#wrap_all #pickup_bnr img {
	width: 100%;
	height: auto;
	border: #ccc solid 1px;
}

#wrap_all #news {
	width: 96%;
	height: auto;
	margin: 0px auto 30px;
	background: #FFF url(../img/news_bg_sp.png) no-repeat center top;
	border: #2d182f solid 5px;
	padding: 50px 2% 2%;
	overflow: hidden;
}
#wrap_all #news dt {
	float: left;
	min-width: 5em;
	margin-left: 0%;
	line-height: 1.4;
}
#wrap_all #news dd {
	float: right;
	width: 80%;
	margin-left: 0%;
	line-height: 1.4;
}

/* ------- topics ------- */
#wrap_all #topics {
	width: 96%;
	margin: 0px auto 50px;
	overflow: hidden;
	padding-top: 30px;
}

#wrap_all .topics_content {
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-left: 1%;
	margin-right: 1%;
}
#wrap_all .topics_content a {
	display: block;
	color: #ccc;
	background: #2e182e;
	padding: 50px 10px 15px;
}
	
#wrap_all .type1 {
	width: 48%;
}
#wrap_all .type2 {
	width: 98%;
}
#wrap_all .topics_content .topics_genre {
	padding: 5px 35px 5px 10px;
}
	
#wrap_all .topics_content .topics_category {
	top: -20px;
	right: 10px;
}
#wrap_all .topics_content .topics_category img {
	width: 50px;
	height: auto;
}
#wrap_all .topics_content .topics_img img {
	width: 100%;
	height: auto;
}

#wrap_all h3 {
	width: 100%;
	margin: 0px auto 20px;
}
#wrap_all h3.title_memory {
	height: 71px;
	background: url(../img/title_memory_sp.png) top center no-repeat;
}
#wrap_all.megadrive_bg h3.title_photo {
	height: 71px;
	background: url(../img/title_photo_md_sp.png) top center no-repeat;
}
#wrap_all.dreamcast_bg h3.title_photo {
	height: 71px;
	background: url(../img/title_photo_dc_sp.png) top center no-repeat;
}

/* ------- collabo_goods ------- */
#wrap_all #collabo_goods {
	width: 96%;
}
#wrap_all #collabo_goods_frame {
	width: 98%;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_img {
	width: 30%;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_img img {
	width: 100%;
	height: auto;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt {
	width: 65%;
}
#wrap_all #collabo_goods ul.collabo_goods_li li .collabo_goods_txt a {
	display: flex;
	padding-left: 2em;
	text-indent: -1em;
}
	
/* ------- memory ------- */
#wrap_all #memory {
	width: 94%;
}
#wrap_all #memory_megadrive {
	width: 100%;
	float: none;
	padding-bottom: 20px;
	xpadding-left: 7px;
	xpadding-right: 7px;
}
#wrap_all #memory_dreamcast {
	width: 100%;
	float: none;
	padding-left: 7px;
	padding-right: 7px;
}
	
/* ------- link ------- */
#wrap_all #link {
	clear: both;
	width: 80%;
	margin: 20px auto 50px;
	text-align: center;
}
#wrap_all #link img {
	margin: 0px 1% 5px;
	width: 47%;
	height: auto;
}
#wrap_all #megadrive_img {
	width: 52%;
	height: 0px;
	padding-bottom: 67%;
	background: url(../img/bg_megadrive_img.png) top left no-repeat;
	background-size: contain;
	
}
/* ------- megadrive & dreamcast ------- */
#wrap_all.megadrive_bg #megadrive_img_02 {
	width: 35%;
	height: 0px;
	padding-bottom: 67%;
	right: 0px;
	background: url(../img/bg_megadrive_img_02.png) top left no-repeat;
	background-size: contain;
}
#wrap_all.dreamcast_bg #dreamcast_img_02 {
	width: 26%;
	height: 0px;
	padding-bottom: 88%;
	left: 0px;
	background: url(../img/bg_dreamcast_img_02.png) top right no-repeat;
	background-size: contain;
}
#wrap_all.megadrive_bg #back_arrow {
	width: 15%;
	height: 0px;
	padding-bottom: 33%;
	right: 3%;
	top: 1%;
	background: url(../img/arrow_right.png) top left no-repeat;
	background-size: contain;
}
#wrap_all.dreamcast_bg #back_arrow {
	width: 15%;
	height: 0px;
	padding-bottom: 33%;
	left: 3%;
	top: 1%;
	background: url(../img/arrow_left.png) top left no-repeat;
	background-size: contain;
}
	
/* ------- photo ------- */
#wrap_all #photo {
	width: 96%;
	margin: 0px auto 50px;
	overflow: hidden;
	padding-top: 10px;
}
#wrap_all ul#photo_li li {
	overflow: hidden;
	width: 31%;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 1%;
	border: #ccc solid 1px;
}
#wrap_all ul#photo_li li img {
	width: 100%;
	height: auto;
}
/* ------- info ------- */
#wrap_all #info {
	width: 96%;
	margin: 0px auto 50px;
	overflow: hidden;
	padding-top: 30px;
}
#wrap_all #info h4.title_info {
	width: 100%;
	height: 0px;
	padding-bottom: 10%;ｓ
	margin-bottom: 20px;
}
#wrap_all #info h4.info_180910 {
	background: url(../img/info/title_info_sp_180910.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #info h4.info_181029 {
	background: url(../img/info/title_info_sp_181029.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #info h4.info_181126 {
	background: url(../img/info/title_info_sp_181126.png) top left no-repeat;
	background-size: contain;
}
#wrap_all #info_content {
	width: 96%;
}
	
#wrap_all .youtube {
	width: 92%;
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
    padding-top: 51.75%;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
	
#wrap_all .details_tb tr {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#wrap_all .details_tb td {
	font-size: 120%;
	width: 100%;
	display: block;
}
#wrap_all #tw_box {
	width: 100%;
}
.md_btn {
	font-size: 0.95rem;
}
.dc_btn {
	font-size: 0.95rem;
}

}

/*-----------------------------------------------------	*/
/*	for - 429px以下の記述　*/
/*-----------------------------------------------------	*/
@media only screen and (max-width:429px) {
#wrap_all #news dd {
	float: right;
	width: 70%;
	margin-left: 0%;
	line-height: 1.4;
}
#wrap_all .topics_content .topics_category {
	display: none;
}
#wrap_all h3 {
	margin: 0px auto 10px;
}
#wrap_all h3.title_memory {
	height: 0px;
	padding-bottom: 18%;
	background: url(../img/title_memory_sp_s.png) top center no-repeat;
	background-size: contain;
}
#wrap_all.megadrive_bg h3.title_photo {
	height: 0px;
	padding-bottom: 18%;
	background: url(../img/title_photo_md_sp_s.png) top center no-repeat;
	background-size: contain;
}
#wrap_all.dreamcast_bg h3.title_photo {
	height: 0px;
	padding-bottom: 18%;
	background: url(../img/title_photo_dc_sp_s.png) top center no-repeat;
	background-size: contain;
}
#wrap_all.info_page #title {
	min-height: 65px;
}
	
}
