@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

html {
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
	background: url(../img/bg.jpg) top center repeat fixed;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.font_tetris {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
hr {
	border-bottom: none;
}
.hr_big {
	border-bottom: 4px solid #1F1F21;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
*:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: #1F1F21;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
	color: #c63f5d;
}
p a {
	color: #c63f5d;
	text-decoration: underline;
	font-weight: bold;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
p a:hover {
	background: #F3C4C5;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_70 {
	margin-bottom: 70px;
}
.td_only {
	display: none;
}
.tb-sp {
	display: none;
}
.tb-sp_txt {
	display: none;
}
.sp_only {
	display: none;
}
span.red {
	color: #E40003;
	font-weight: bold;
}

/*----------------------------------------------------------------------*/
/*ハンバーガーメニュー
/*----------------------------------------------------------------------*/

.l_main {
  height: auto; }

.main_cover {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s; }

.main_cover.active {
  height: 100%;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }

.header_inner {
  width: 500px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  xbackground: #000;
  z-index: 10000; }

.header_wrap {
  position: relative;
  width: 100%;
  height: 60px; }

/*nav=====*/
.nav {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 10000; }

ul.nav_list li {
  background: #323232;
  xborder-bottom: 1px solid #000;
  z-index: 10000;}

ul.nav_list li a {
  background: #2d83cc;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  text-decoration: underline;
  z-index: 10000; }

ul.nav_list li a:hover {
  color: #ffd32c;
  background: #5da6e4;
}
ul.nav_list li a.active {
  color: #ffd32c;
  background: #5da6e4;
}
ul.nav_list li.titlelist_soft a {
  color: #ffd32c;
  background: #5da6e4;
}
ul.nav_list li.support_doc a {
  color: #ffd32c;
  background: #5da6e4;
}

ul.nav_list li.no_link {
  height: 50px;
  line-height: 50px;
  color: #6a6a6a;
}
/*header_nav=====*/
header {
	z-index: 10000;
}
.nav_box {
  width: 60px;
  height: 50px;
  position: fixed;
  top: 0px;
  right: 0px;
	background: #000;
	overflow: hidden;
  z-index: 10000; 
}
.header_nav {
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  cursor: pointer;
}

.nav_line {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s; }

.nav_line1 {
  top: 0;
  bottom: auto;
  margin-bottom: 10px; }

.nav_line2 {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.nav_line3 {
  bottom: 0;
  top: auto; }

.header_nav.active .nav_line2 {
  right: -60px; }
.header_nav.active .nav_line1 {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg); }
.header_nav.active .nav_line3 {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg); }


h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #c63f5d;
	text-align: center;
}
h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
h2 img {
	max-width: 90%;
	height: auto;
}
h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 4px solid #1F1F21;
}
h4.kandume_title {
	width: 100%;
	font-size: 20px;
	color: #ffd32c;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 4px solid #FFF;
}
.content_black h4 {
	border-bottom: 4px solid #818181;
}
p.p_center {
	text-align: center;
}
span.through {
	text-decoration: line-through;
}
p.txt_s {
	font-size: 14px;
}
span.txt_s {
	font-size: 12px;
}
span.txt_b {
	font-size: 26px;
	font-weight: bold;
	color: #a40000;
}
ul.base_li li {
	text-indent: -1em;
	margin-left: 1em;
}
ul.txt_s_li2 li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
}
ul.txt_s_li li {
	text-indent: -2em;
	margin-left: 2em;
	font-size: 14px;
}
ul.base_li li a {
	color: #c63f5d;
	text-decoration: underline;
	font-weight: bold;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
ul.base_li li a:hover {
	background: #F3C4C5;
}

ul.atten_li li {
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
}

.img_center {
	width: 100%;
	text-align: center;
}
.img_center img {
	max-width: 90%;
	height: auto;
}
.img_twitter {
	width: 350px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.img_twitter twitter-tweet {
	width: 350px;
}
.img_2 {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.img_2 li {
	float: left;
	width: 48%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 10px;
}
.img_2 li:nth-child(even) {
	margin-right: 0%;
}
.img_2 li img {
	width: 100%;
	height: auto;
}
#main_kv {
	width: 100%;
	background: #000 url(../img/header_bg_other.jpg) bottom center no-repeat;
	position: relative;
	overflow: hidden;
	xborder-bottom: 18px solid #c63f5d;
}
#main_kv #sega_logo {
	position: absolute;
	top: 15px;
	left: 30px;
}
/* トップページ-top */
#main_kv.top_kv {
	width: 100%;
	background: #000 url(../img/header_bg_top.jpg) bottom center no-repeat;
	position: relative;
	overflow: hidden;
	border-bottom: none;
}

#main_kv #header_box {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#mdmini_catch {
	width: 95%;
	max-width: 490px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	xpadding-top: 160px;
	xpadding-top: 210px;
	padding-top: 240px;
}
#mdmini_img {
	width: 90%;
	max-width: 427px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 50px;
	margin-bottom: 10px;
}
#main_kv #header_box #mdmini_reserve {
	width: 96%;
	max-width: 538px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#main_kv #header_box #mdmini_date {
	width: 90%;
	max-width: 435px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}


#main_kv #header_box #mdmini_logo {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100px;
	max-width: 20%;
}
#main_kv #header_box #mdmini_title {
	position: absolute;
	top: 60px;
	right: 0px;
	max-width: 75%;
}
#main_kv img {
	width: 100%;
	height: auto;
}
#main_kv #header_box #mdt_zero {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#main_kv #header_box #kotodaman {
	position: absolute;
	bottom: 300px;
	right: 0px;
}
#main_kv #header_box #toyshow {
	position: absolute;
	bottom: 300px;
	right: 0px;
}
#main_kv #header_box #album {
	position: absolute;
	width: 207px;
	bottom: 400px;
	xbottom: 190px;
	right: 0px;
}
#main_kv #header_box #mdm_asia {
	position: absolute;
	width: 207px;
	bottom: 320px;
	right: 0px;
}


#main_kv #header_box #netabattle {
	position: absolute;
	bottom: 190px;
	right: 0px;
}
#main_kv #header_box #mdmini_price_1 {
	position: absolute;
	bottom: 95px;
	right: 0px;
}
#main_kv #header_box #mdmini_price_2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#main_kv #header_box #mdmini_price_3 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#main_kv #header_box #sega-vote {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#main_kv #header_box #vote_result {
	position: absolute;
	width: 30%;
	max-width: 255px;
	top: 460px;
	left: -15px;
	z-index: 9999;
}
#main_kv #header_box #vote_result a {
	display: block;
	overflow: hidden;
	height: 228px;
}
#main_kv #header_box #vote_result a img {
}

#main_kv #header_box #new_title {
	position: absolute;
	width: 30%;
	max-width: 301px;
	top: 200px;
	left: 0px;
	z-index: 9999;
  opacity: 0;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}
#main_kv #header_box #new_title a {
	display: block;
	overflow: hidden;
	height: 247px;
}

/* top menu */
.top_menu {
	width: 100%;
	background: #c63f5d;
	color: #FFF;
}
.top_menu ul.menu_li {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.top_menu ul.menu_li li {
	display: block;
	xwidth: 160px;
	margin-right: 40px;
	text-align: center;
}
.top_menu ul.menu_li li:last-child {
	margin-right: 0px;
}
.top_menu ul.menu_li li a {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
	color: #FFF;
}
.top_menu ul.menu_li li a:hover {
	color: #ffd32c;
}
.top_menu ul.menu_li li a.active {
	color: #ffd32c;
}
.top_menu ul.menu_li li.titlelist_soft a {
  color: #ffd32c;
}
.top_menu ul.menu_li li.support_doc a {
  color: #ffd32c;
}
.top_menu ul.menu_li li.no_link {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #AFAFAF;
}

/* その他のページ-top */
#main_kv #header_box_other {
	width: 1100px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#main_kv #header_box_other #mdmini_logo {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100px;
	max-width: 20%;
}
#main_kv #header_box_other #mdmini_title {
	position: absolute;
	top: 60px;
	right: 0px;
	max-width: 75%;
}

/* 共通-content */
.content_white {
	width: 100%;
}
.content_white_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.content_white_box_s {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.content_black {
	width: 100%;
	background: #000;
	color: #FFF;
}
.content_black_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.content_black_box_s {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.content_gray {
	width: 100%;
	background: #e0e0e0;
}
.content_gray_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.content_gray_box_s {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.content_vote_sky {
	width: 100%;
	background: url(../img/top_bg.png) top center no-repeat;
}
.content_vote {
	width: 100%;
	xbackground: url(../img/bottom_bg.png) bottom center no-repeat;
}
.content_vote_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.content_mdm_asia {
	width: 100%;
	background: url(../img/mdm_asia/top_bg.png) top center no-repeat;
}
.content_mdm_asia_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	xpadding-top: 50px;
	padding-top: 700px;
	padding-bottom: 50px;
	position: relative;
}
.content_mdm_asia_box h5 {
	font-weight: bolder;
	font-size: 20px;
	text-align: left;
	border-bottom: none;
	margin-bottom: 20px;
}
.content_mdm_asia_box .txt_box_right {
	width: 55%;
	float: right;
}
.content_mdm_asia_box .img_box_left {
	width: 38%;
	float: left;
}

.content_twitter {
	width: 100%;
	background: url(../img/bg_twitter.jpg) top center repeat fixed;
}
.content_twitter2 {
	width: 100%;
	background: url(../img/bg_twitter2.jpg) top center repeat fixed;
}
.content_twitter3 {
	width: 100%;
	background: url(../img/bg_twitter3.jpg) top center repeat fixed;
}
.content_twitter4 {
	width: 100%;
	background: url(../img/bg_twitter4.jpg) top center repeat fixed;
}

.content_twitter4 .spec_box {
	background: #e0dbcc;
}

.txt_box_left {
	width: 45%;
	float: left;
}
.txt_box_right {
	width: 45%;
	float: right;
}
.img_box_left {
	width: 48%;
	float: left;
	text-align: center;
}
.img_box_left_logo {
	max-width: 100px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.img_box_right {
	width: 48%;
	float: right;
	text-align: center;
}
.img_box_left img,
.img_box_left_logo img,
.img_box_right img {
	max-width: 100%;
	height: auto;
}
.img_box_left img,
.img_box_right img {
	max-width: 100%;
	height: auto;
}
.img_box_right #ss-slide,
.img_box_right #ss-slide .bjq,
.img_box_right #ss-slide .bjq li,
.img_box_right #ss-slide .bjq li img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.gray_txt_box {
	background: #e0e0e0;
	padding: 20px 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 80%;
}
.content_black .gray_txt_box {
	background: #2B2B2B;
}
.content_gray .gray_txt_box {
	background: #c6c6c6;
}
.btn {
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 50px;
}
.btn a {
	display: inline-block;
	border: 1px solid;
	padding: 10px 30px;
}
.btn_support {
	width: 100%;
	font-size: 14px;
}
.btn_support a {
	display: inline-block;
	border: 1px solid;
	padding: 5px 10px;
	font-weight: bold;
}
.spec_box .btn_support a:hover {
	background: none;
}
.content_black .btn a {
	color: #FFF;
}
.content_black .btn a:hover {
	color: #c63f5d;
}
#feature_07_box .btn {
	position: static;
	text-align: center;
}
/* トップページ-content */
#content_1 {
	width: 100%;
	background: url(../img/content_1_bg.png) bottom center no-repeat;
}
#content_1_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 250px;
	position: relative;
}

#content_3 {
	width: 100%;
	background: url(../img/content_3_bg.png) bottom center no-repeat;
}
#content_3_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	position: relative;
}
#content_4 {
	width: 100%;
	background: url(../img/content_4_bg.png) bottom center no-repeat;
}
#content_4_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#content_5 {
	width: 100%;
	background: url(../img/content_5_bg.png) bottom center no-repeat;
}
#content_5_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#content_5_box .img_right {
	width: 50%;
	float: right;
	margin-left: 10px;
}
#content_5_box .img_right img {
	width: 100%;
	height: auto;
}

#sns_li {
	width: 140px;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}
#sns_li li {
	float: left;
	margin-right: 10px;
}
#sns_li li:last-child {
	margin-right: 0px;
}

.movie {
  float: right;
  margin-left: 30px;
  width: 400px;
	overflow: hidden;
}
.movie .movie_box {
  position: relative;
  float: right;
  margin-left: 30px;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie2 {
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  overflow: hidden;
}
.movie2 .movie_box {
  position: relative;
  float: left;
  margin-right: 4%;
  width: 48%;
  padding-top: 26%;
}
.movie2 .movie_box:last-child {
  margin-right: 0%;
}
.movie2 .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_center {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
	overflow: hidden;
}
.movie_center .movie_box {
  position: relative;
  float: right;
  margin-left: 30px;
  width: 100%;
  padding-top: 56.25%;
}
.movie_center .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#content_1_box .btn {
	text-align: left;
}
#content_3_box .btn {
	text-align: left;
}

#content_2_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	position: relative;
}
#coverflow {
	width: 100%;
}
#coverflow .flip-items li img {
	width: 200px;
	height: auto;
}
.details_dl {
	width: 100%;
	display: table;
	overflow: hidden;
}
.details_dl dt,
.details_dl dd {
	float: left;
}
.details_dl dt {
	clear: both;
	display: table-cell;
}
.details_dl dd {
	display: table-cell;
}
.details_table {
	margin-top: -1.6em;
}
/* 本体の特徴 */
#content_feature {
	width: 100%;
	background: url(../img/feature_bg.png) top center no-repeat;
	padding-top: 300px;
}
#feature_01 {
	width: 100%;
	background: url(../img/feature_01_bg.png) bottom center no-repeat;
}
#feature_01_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 140px;
}
#feature_02 {
	width: 100%;
	background: url(../img/feature_02_bg.png) bottom center no-repeat;
}
#feature_02_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 140px;
}
#feature_03 {
	width: 100%;
	background: url(../img/feature_03_bg.png) bottom center no-repeat;
}
#feature_03_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
#feature_04 {
	width: 100%;
	background: url(../img/feature_04_bg.png) bottom center no-repeat;
}
#feature_04_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
#feature_05 {
	width: 100%;
	background: url(../img/feature_05_bg.png) bottom center no-repeat;
}
#feature_05_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

/* 製品情報 */
.spec_box {
	width: 60%;
	background: #e0e0e0;
	padding: 20px 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 90%;
}
.spec_box a {
	color: #c63f5d;
}
.spec_box a:hover {
	background: #d6b3bb;
}

.content_black .spec_box {
	background: #2B2B2B;
}
.content_gray .spec_box {
	background: #c6c6c6;
}
.content_black .spec_box a:hover {
	background: #503b40;
}
.spec_box .spec_list_1 dt {
	xline-height: 40px;
	margin-bottom: 20px;
	clear: left;
    float: left;
	width: 70%;
}
.spec_box .spec_list_1 dd {
	xline-height: 40px;
	margin-bottom: 20px;
	float: left;
	margin-left: 10%;
	width: 20%;
	text-align: right;
}
.spec_box .spec_list_2 dt {
	xline-height: 40px;
	margin-bottom: 20px;
	clear: left;
    float: left;
	width: 35%;
}
.spec_box .spec_list_2 dd {
	xline-height: 40px;
	margin-bottom: 20px;
	float: left;
	margin-left: 5%;
	width: 60%;
}
.spec_box .spec_list_3 {
	text-align: center;
}
.spec_box .spec_list_3 a {
	display: inline-block;
}
.spec_box .spec_list_4 dt {
	xline-height: 40px;
	margin-bottom: 20px;
	clear: left;
    float: left;
	width: 30%;
}
.spec_box .spec_list_4 dd {
	xline-height: 40px;
	margin-bottom: 20px;
	float: left;
	margin-left: 5%;
	width: 65%;
}

/* タイトル一覧 */
.title_list {
	xoverflow: hidden;
	width: 100%;
    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;
}

.title_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
}
.title_list li a {
	display: block;
	width: 90%;
	height: 100%;
	background: #2B2B2B;
	text-align: center;
	padding: 5% 5% 0% 5%;
	position: relative;
}

.title_list li:nth-child(3n+2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.title_list li:nth-child(3n) {
	margin-right: 0%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.title_list li img {
	width: 100%;
	height: auto;
}
.title_list li h3 {
	color: #c63f5d;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

.title_list li a .winner {
	position: absolute;
	top: -40px;
	width: 90%;
	height: 0px;
	padding-bottom: 18%;
	background: url(../img/winner.png) center top no-repeat;
	background-size: contain;
	z-index: 999;
}
.title_list li a .new {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 30%;
	height: 0px;
	padding-bottom: 25%;
	background: url(../img/new.png) left top no-repeat;
	background-size: contain;
	z-index: 999;
}

.icon_left_content {
	width: 48%;
	float: left;
}
.icon_right_content {
	width: 48%;
	float: right;
}
.icon_li li {
	height: 30px;
	width: 100%;
	padding-bottom: 10px;
}
.icon_li li img {
	width: auto;
	height: 30px;
	margin-right: 20px;
	float: left;
}
.icon_li li p {
	float: left;
	height: 30px;
	line-height: 30px;
}

/* インタビュー一覧 */
.interview_list {
	width: 100%;
    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;
}

.interview_list li {
	float: left;
	width: 49%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 3%;
	overflow: visible;
}
.interview_list li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #2B2B2B;
	color: #FFF;
	overflow: hidden;
}

.interview_list li:nth-child(even) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0%;
}

.interview_list li .interview_img {
	display: block;
	float: left;
	width: 30%;
	height: 100%;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}
.interview_list li .interview_txt {
	display: block;
	float: left;
	width: 66%;
	height: 100%;
	padding: 2% 2% 3% 2%;
}

.interview_list li .interview_img div {
	width: 100%;
	height: 100%;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}
.interview_list li .interview_img div:hover {
	transform: scale(1.1);
}
.interview_list li .interview_01 {
	background: url(../img/interview/interview_01.jpg) center;
    background-size: cover;
}
.interview_list li .interview_02 {
	background: url(../img/interview/interview_02.jpg) center;
    background-size: cover;
}
.interview_list li .interview_03 {
	background: url(../img/interview/interview_03.jpg) center;
    background-size: cover;
}
.interview_list li .interview_04 {
	background: url(../img/interview/interview_04.jpg) center;
    background-size: cover;
}
.interview_list li .interview_05 {
	background: url(../img/interview/interview_05.jpg) center;
    background-size: cover;
}
.interview_list li .interview_06 {
	background: url(../img/interview/interview_06.jpg) center;
    background-size: cover;
}
.interview_list li .interview_07 {
	background: url(../img/interview/interview_07.jpg) center;
    background-size: cover;
}
.interview_list li .interview_08 {
	background: url(../img/interview/interview_08.jpg) center;
    background-size: cover;
}
.interview_list li .interview_09 {
	background: url(../img/interview/interview_09.jpg) center;
    background-size: cover;
}
.interview_list li .interview_10 {
	background: url(../img/interview/interview_10.jpg) center;
    background-size: cover;
}
.interview_list li .interview_11 {
	background: url(../img/interview/interview_11.jpg) center;
    background-size: cover;
}
.interview_list li .interview_12 {
	background: url(../img/interview/interview_12.jpg) center;
    background-size: cover;
}

.interview_list span {
	display: inline-block;
	font-size: 14px;
	padding: 0px 5px;
	margin-right: 10px;
	border-radius: 10px;
}
.interview_list .icon_gw {
	background: #40cc61;
	color: #FFF;
}
.interview_list .icon_ign {
	background: #ca1e24;
	color: #FFF;
}
.interview_list .icon_ascii {
	background: #f4cd00;
	color: #000;
}
.interview_list .icon_dengeki {
	background: #3369ad;
	color: #FFF;
}
.interview_list .icon_four_gamer {
	background: #d8d8d8;
	color: #000;
}
.interview_list .icon_igcc {
	background: #FFF;
	color: #408fcb;
}
.interview_list .icon_famitsu {
	background: #FF0004;
	color: #FFF;
}
.interview_list .icon_niko_gamer {
	background: #2f90bb;
	color: #FFF;
}

.interview_list li h3 {
	color: #c63f5d;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}

.video {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
    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;
}
.video li {
  float: left;
  margin-right: 4%;
  width: 48%;
  height: auto;
  background: #2B2B2B;
  margin-bottom: 30px;
}
.video li:nth-child(even) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0%;
}
.video li .video_about {
	padding: 3%;
	width: 94%;
	height: auto;
	color: #FFF;
}
.video li .video_about h3 {
	font-size: 18px;
	color: #c63f5d;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}
.video li .movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
}

.video .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#comic_content {
    margin-top:-70px;
    padding-top:70px;
}
.comic {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  overflow: hidden;
}
.comic li {
  width: 100%;
  height: auto;
  background: #2B2B2B;
  margin-bottom: 30px;
  overflow: hidden;
}
.comic li .comic_box {
	float: left;
	width: 30%;
	padding: 2% 0% 2% 2%;
	color: #FFF;
}
.comic li .comic_box img {
	width: 100%;
	height: auto;
}
.comic li .comic_about {
	float: right;
	width: 62%;
	color: #FFF;
	padding: 2% 2% 3% 2%;
	font-size: 16px;
}
.comic li .comic_about h3 {
	font-size: 18px;
	color: #c63f5d;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}
.comic li .comic_about p {
	font-weight: normal;
}
.comic li .btn_manual {
    overflow: visible;
    margin-bottom: 0px;
	margin-top: 10px;
	font-size: 14px;
}
.comic li .btn_manual a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #fff;
	background: #c63f5d;
}

/* システム */
.content_system h4 {
	text-align: left;
}
.content_system .spec_box {
	width: 80%;
	padding: 10px 3%;
}
.content_system .base_table {
	width: 100%;
}
.content_system .base_table td {
	padding: 10px;
	border-bottom: 1px solid #777;
}

.content_system .soft_li {
    display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
}
.content_system .soft_li li {
	display: block;
	width: 20%;
	margin-left: 1%;
	margin-right: 1%;
}
.content_system .soft_li li img {
	width: 100%;
	height: auto;
}

/* マニュアル */
.h-manual_list {
	overflow: hidden;
	width: 100%;
}
.h-manual_list li {
	background: #acacac;
	color: #FFF;
	width: 60%;
	height: auto;
	min-height: 100px;
	margin: 0% auto 2% auto;
	overflow: hidden;
	position: relative;
}
.t-manual_list {
	xoverflow: hidden;
	width: 100%;
    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;
}

.t-manual_list li {
	float: left;
	background: #acacac;
	color: #FFF;
	width: 49%;
	height: auto;
	min-height: 100px;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	position: relative;
}
.t-manual_list li:nth-child(even) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0%;
}

.manual_img {
	float: left;
	width: auto;
	padding: 10px 10px 5px 10px;
	margin-right: 2%;
}

.manual_txt {
	padding: 10px;
}
.manual_txt h3 {
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-bottom: 0px;
}
.manual_txt h3 a {
	text-decoration: underline;
}
.h-manual_list .btn_manual,
.t-manual_list .btn_manual {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
}
.h-manual_list .btn_manual a,
.t-manual_list .btn_manual a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #fff;
	background: #c63f5d;
	font-weight: normal;
	text-decoration: none;
}

/* サポート */
.content_support h4 {
	text-align: left;
    margin-top:-70px;
    padding-top:70px;
}
#eula,
#oss,
#faq {
    margin-top:-70px;
    padding-top:70px;
}
.content_support h5 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.content_support h6 {
	margin-bottom: 10px;
	font-size: 15px;
}
.content_support hr {
	border-top: 2px solid;
	border-left: none;
	border-right: none;
	padding-bottom: 10px;
}

#select_faq {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#select_faq select {
	width: 100%;
	padding: 10px;
	x-webkit-appearance: none;
	x-moz-appearance: none;
	xappearance: none;
	font-size: 16px;
	border: 2px solid #000;
}

.faq_list dt {
	background: url(../img/icon_q.png) top left no-repeat;
	min-height: 42px;
	padding-left: 47px;
	margin-bottom: 10px;
	font-weight: bold;
}
.faq_list dd {
	background: #e0e0e0 url(../img/icon_a.png) top left no-repeat;
	min-height: 42px;
	padding: 10px 5px 10px 52px;
	margin-bottom: 30px;
	font-size: 14px;
}
/* ソフト情報 */
.content_black_box_s #soft_img {
	position: absolute;
	width: 460px;
	top: 30px;
	left: 0;
}
.content_black_box_s #soft_img img {
	max-width: 100%;
	height: auto;
}

.soft_details {
	width: 580px;
	float: right;
}
h1.h1_soft {
	color: #ffd32c;
	text-align: right;
}

.soft_details #soft_info {
	width: 100%;
	xoverflow: hidden;
	font-size: 14px;
}
.soft_details #soft_info1 {
	float: left;
	padding-bottom: 30px;
}
.soft_details #soft_info2 {
	float: right;
	padding-bottom: 30px;
}
.soft_details #soft_info2 li {
	float: left;
	width: 127px;
	margin-left: 15px;
	position: relative;
}
.soft_details #soft_info2 li span.remark {
    display: none;
}
.soft_details #soft_info2 li:hover span.remark {
    background: #000;
    border: 1px solid #ccc;
    color: #FFF;
    display: block;
	overflow: visible;
    padding: 0.5em;
    position: absolute;
    top: -20px;
	left: -30px;
    width: auto;
}

.soft_details #soft_info2 li img {
	width: 100%;
	height: auto;
}
.soft_details .atten_li {
	text-align: right;
	clear: both;
}
.clear {
	clear: both;
}
.soft_details .game_img {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.soft_details .game_img li {
	width: 48%;
	margin-right: 4%;
}
.soft_details .game_img li:last-child {
	margin-right: 0%;
}
.soft_details .game_img img {
	max-width: 100%;
	height: auto;
}
.soft_details .btn_manual {
	margin-top: 10px;
}
.soft_details .btn_manual a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #fff;
	background: #c63f5d;
}

p.copy {
	font-size: 14px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.copy_tetlis {
	font-size: 12px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_prev {
	float: left;
}
.btn_next {
	float: right;
}
.btn_prev a,
.btn_next a {
	display: block;
}

/* かんずめ */
ul.kandume_content {
	margin-top: 50px;
	overflow: hidden;
    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;
}
ul.kandume_content li {
	float: left;
	width: 44%;
	margin-right: 4%;
	margin-bottom: 50px;
	background: #000;
	color: #fff;
	padding: 2%;
}
ul.kandume_content li:nth-child(even) {
	margin-right: 0%;
}
ul.kandume_content .game_img {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
ul.kandume_content .game_img li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0px;
	padding: 0%;
}
ul.kandume_content .game_img li:last-child {
	margin-right: 0%;
}
ul.kandume_content .game_img img {
	max-width: 100%;
	height: auto;
}
/* twitterキャンペーン */
.content_twitter .details_box {
	width: 80%;
	background: #cae7ff;
	padding: 20px 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.content_twitter2 .details_box {
	width: 80%;
	background: #facce4;
	padding: 20px 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.content_twitter3 .details_box {
	width: 80%;
	background: #c5ffe5;
	padding: 20px 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.content_twitter h2 img {
	max-width: 100%;
	height: auto;
}
.content_twitter2 h2 img {
	max-width: 100%;
	height: auto;
}

footer {
	width: 100%;
	padding-bottom: 100px;
	background: #000;
	color: #FFF;
	margin-top: auto;
}
footer ul.menu_li {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #0082ca;
}
footer ul.menu_li li {
	display: block;
	xwidth: 160px;
	margin-right: 40px;
	text-align: center;
}
footer ul.menu_li li:last-child {
	margin-right: 0px;
}
footer ul.menu_li li a {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
	color: #FFF;
}
footer ul.menu_li li a:hover {
	color: #ffd32c;
}
footer ul.menu_li li a.active {
	color: #ffd32c;
}
footer ul.menu_li li.titlelist_soft a {
  color: #ffd32c;
}
footer ul.menu_li li.support_doc a {
  color: #ffd32c;
}
footer ul.menu_li li.no_link {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #AFAFAF;
}
footer .copy {
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#copy_box {
	width: 100%;
	background: #e0e0e0;
	color: #000;
	padding: 30px 0px;
}
#copy_box .copy_s {
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
body {
	background: url(../img/bg.jpg) top center repeat;
}
.pc_only {
	display: none;
}
.td_only {
	display: inherit;
}
.tb-sp {
	display: inherit;
}
.tb-sp_txt {
	display: inline;
}
.hr_big {
	width: 96%;
}
	
#main_kv {
	background: #000 url(../img/header_bg_other_tb.jpg) bottom right no-repeat;
}
#main_kv #sega_logo {
	left: 2%;
}
#main_kv #header_box {
	width: 96%;
	height: auto;
}
/* トップページ-top */
#main_kv.top_kv {
	background: #000 url(../img/header_bg_top_tb.jpg) top right no-repeat;
}
#mdmini_catch {
	padding-top: 190px;
}
#main_kv #header_box #vote_result {
	width: 30%;
	top: 310px;
	left: 0px;
}
#main_kv #header_box #new_title {
	position: static;
	width: 100%;
	max-width: 1100px;
}
#main_kv #header_box #new_title a {
	display: block;
	overflow: hidden;
	height: auto;
}
#main_kv #header_box #mdt_zero {
	position: static;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#main_kv #header_box #kotodaman {
	position: static;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main_kv #header_box #toyshow {
	position: static;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main_kv #header_box #sega-vote {
	position: static;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#main_kv #header_box #netabattle {
	position: static;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#main_kv #header_box .goods,
#main_kv #header_box .goods_b {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#main_kv #header_box .goods_b #album {
	position: static;
	width: 49%;
	float: right;
	padding-bottom: 20px;
}
#main_kv #header_box .goods_b #mdm_asia {
	position: static;
	width: 49%;
	float: left;
}
#main_kv #header_box .goods_b #album a,
#main_kv #header_box .goods_b #mdm_asia a,
#main_kv #header_box .goods_b #album a img,
#main_kv #header_box .goods_b #mdm_asia a img {
	width: 100%;
	height: auto;
}
#main_kv #header_box #mdmini_price_1 {
	position: static;
	width: 49%;
	float: right;
	padding-bottom: 30px;
}
#main_kv #header_box #mdmini_price_2 {
	position: static;
	width: 49%;
	float: left;
}
#main_kv #header_box #price2 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#main_kv #header_box #mdmini_price_3 {
	position: static;
	clear: both;
	width: 49%;
	margin-left: auto;
	margin-right: auto;
}
#main_kv #header_box #mdmini_price_3 a {
	display: block;
	width: 100%;
}
#main_kv #header_box_other {
	width: 96%;
}
.content_white_box {
	width: 96%;
}
.content_white_box_s {
	width: 96%;
}
.content_black_box {
	width: 96%;
}
.content_black_box_s {
	width: 96%;
}	
.content_gray_box {
	width: 96%;
}
.content_gray_box_s {
	width: 96%;
}
.content_vote_box {
	width: 96%;
}
.content_mdm_asia {
	width: 100%;
	background: url(../img/mdm_asia/top_bg_tb.png) top center no-repeat;
	background-size: 100%;
}
.content_mdm_asia_box {
	width: 96%;
	padding-top: 65%;
}
.gray_txt_box {
	padding: 4% 5%;
}
.txt_box_left {
	width: 100%;
	float: none;
}
.txt_box_right {
	width: 100%;
	float: none;
}
.img_box_left {
	width: 100%;
	float: none;
}
.img_box_right {
	width: 100%;
	float: none;
}
.btn {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.btn_support {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#feature_07_box .btn {
	text-align: left;
}
/* トップページ-content */
#sns_li {
	margin-right: 20px;
}
#content_1 {
	width: 100%;
	background: url(../img/content_1_bg_tb.png) bottom center no-repeat;
	background-size: contain;
}
#content_1_box {
	width: 96%;
	padding-bottom: 50%;
}
#content_2_box {
	width: 96%;
}
#content_3 {
	width: 100%;
	background: url(../img/content_3_bg_tb.png) bottom center no-repeat;
	background-size: contain;
}
#content_3_box {
	width: 96%;
	padding-bottom: 50%;
}
#content_4 {
	width: 100%;
	background: url(../img/content_4_bg_tb.png) bottom center no-repeat;
	background-size: contain;
}
#content_4_box {
	width: 96%;
	padding-bottom: 50%;
}
#content_5 {
	width: 100%;
	background: url(../img/content_5_bg_tb.png) bottom center no-repeat;
	background-size: contain;
}
#content_5_box {
	width: 96%;
	padding-bottom: 50%;
}

.movie2 {
  width: 100%;
}
	
/* 本体の特徴 */
#feature_01 {
	width: 100%;
	background: url(../img/feature_01_bg_sp.png) bottom center no-repeat;
	background-size: contain;
}
#feature_01_box {
	width: 96%;
	padding-bottom: 50%;
}
#feature_02 {
	width: 100%;
	background: url(../img/feature_02_bg_sp.png) bottom center no-repeat;
	background-size: contain;
}
#feature_02_box {
	width: 96%;
	padding-bottom: 45%;
}
#feature_03 {
	width: 100%;
}
#feature_03_box {
	width: 96%;
	padding-bottom: 0%;
}
#feature_04 {
	width: 100%;
}
#feature_04_box {
	width: 96%;
	padding-bottom: 0%;
}
#feature_05 {
	width: 100%;
}
#feature_05_box {
	width: 96%;
	padding-bottom: 0%;
}
	
/* 製品情報 */
.spec_box {
	width: 70%;
	padding: 15px 30px;
}

/* 収録タイトル */
.title_list li h3 {
	font-size: 18px;
}
.title_list li a .winner {
	top: -30px;
}
.title_list li a .new {
	width: 35%;
}
/* インタビュー */	
.interview_list li {
	width: 100%;
	margin-right: 0%;
}
.video {
  width: 100%;
}

.comic {
  width: 100%;
}
	
/* ソフト情報 */
.content_black_box_s #soft_img {
	width: 35%;
}
.soft_details {
	width: 60%;
}
h1.h1_soft {
	text-align: left;
}
.soft_details #soft_info2 {
	width: 50%;
}
.soft_details #soft_info2 li {
	width: 45%;
	margin-left: 5%;
}
.soft_details .atten_li {
	text-align: left;
}
	
#copy_box .copy_s {
	width: 80%;
}
/* Twitterキャンペーン */
.content_twitter .details_box {
	width: 80%;
	padding: 20px 5%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.content_twitter2 .details_box {
	width: 80%;
	padding: 20px 5%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.content_twitter3 .details_box {
	width: 80%;
	padding: 20px 5%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
	
}

/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
body {
	font-size: 14px;
}
h1 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
.img_twitter {
	width: 80%;
}
.img_twitter twitter-tweet {
	width: 100%;
}
.pc-tb {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: inherit;
}
.header_inner {
  width: 100%;
  background: #000; }
	
#main_kv {
	margin-top: 55px;
	border-bottom: 18px solid #c63f5d;
}
#mdmini_catch {
	padding-top: 180px;
}
#main_kv #header_box #vote_result {
	width: 35%;
	top: 290px;
	left: 0px;
}
#main_kv #header_box #mdt_zero {
	width: 80%;
}
#main_kv #header_box .goods_b {
	width: 80%;
}

#main_kv #header_box #netabattle {
	width: 80%;
}
#main_kv #header_box #price {
	width: 80%;
}
#main_kv #header_box #price2 {
	width: 80%;
}
/* トップページ-top */
#main_kv.top_kv {
	border-bottom: 18px solid #c63f5d;
}
/* トップページ-content */
#content_1 {
	width: 100%;
	background: url(../img/content_1_bg_sp.png) bottom center no-repeat;
	background-size: contain;
}
#content_1_box {
	padding-bottom: 68%;
}

#content_3_box {
	padding-bottom: 45%;
}
	
#content_5_box {
	padding-bottom: 45%;
}
.content_mdm_asia_box h5 {
	font-size: 16px;
}
.content_mdm_asia_box .txt_box_right {
	width: 100%;
	float: none;
}
.content_mdm_asia_box .img_box_left {
	width: 100%;
	float: none;
}
	
.movie {
  float: none;
  margin-left: 0px;
  width: 100%;
}

/* 製品情報 */
.spec_box {
	width: 85%;
	padding: 10px 15px;
}
/* インタビュー */
.video li {
	width: 100%;
	margin-right: 0%;
}
/* 収録タイトル */
.title_list li h3 {
	font-size: 14px;
}
.title_list li a .winner {
	top: -20px;
}
.title_list li a .new {
	width: 40%;
}
.icon_left_content {
	width: 50%;
}
.icon_right_content {
	width: 50%;
}
.icon_li li {
	height: 20px;
	clear: both;
}
.icon_li li img {
	height: 20px;
	margin-right: 5px;
}
.icon_li li p {
	height: 20px;
	line-height: 20px;
}
/* システム */
.img_2 {
	width: 96%;
}
/* サポート */
#select_faq {
	width: 96%;
}
/* マニュアル */
.h-manual_list li {
	width: 100%;
}
.t-manual_list li {
	width: 100%;
	margin-right: 0%;
}

/* ソフト情報 */
.content_black_box_s #soft_img {
	width: 96%;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.content_black_box_s #soft_img img {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.soft_details {
	width: 100%;
	float: none;
}
/* かんづめ*/
ul.kandume_content li {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
	background: #000;
	color: #fff;
	padding: 4%;
}
ul.kandume_content .game_img li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0px;
	padding: 0%;
}

}

/*-----------------------------------------------------	*/
/*	for - 450px以下の記述　*/
/*-----------------------------------------------------	*/
@media screen and (max-width:480px) {
.icon_left_content {
	width: 100%;
	float: none;
}
.icon_right_content {
	width: 100%;
	float: none;
}

}