@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

html {}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
		margin: 0;
		padding: 0;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset, img {
		border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;
}

li {
		list-style: none;
}

caption, th {
		text-align: left;
}

h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
}

q:before, q:after {
		content: "";
}

abbr, acronym {
		border: 0;
		font-variant: normal;
}

sup {
		vertical-align: text-top;
}

sub {
		vertical-align: text-bottom;
}

input, textarea, select {
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
}

input, textarea, select {
		*font-size: 100%;
}

legend {
		color: #000000;
}

.sp-only {
	display: block;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMONlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bg-black {
background-color:#000;
}


/*----basicsetting_start----*/
.bg-black {
background-color:#000;
}

html {
		font-size: 62.5%;
}

body {
		background-color: #000000;
		color: #4e340c;
		font-size: 1.4rem;
		/*default14px*/
		line-height: 2.3rem;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		-webkit-text-size-adjust: 100%;
		/*viewport*/
}

.bg-all {
		width: 100%;
		height: 100%;
		background: url(/common/images/sp_mss_jp_bg.jpg) top center no-repeat;
		background-size: cover;
		opacity: 0.5;
}


/*----basicsetting_end----*/


.lang_button_wrap{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0;
	z-index: 10;
}
.lang_button_wrap li{
	display: inline-block;
}
.lang_button_wrap li .text{
	display: block;
	width: 53px;
	height: 28px;
	background: transparent center center no-repeat;
	background-size: 53px 28px;
}
.lang_button_wrap li.tw .text{
	background-image: url('/common/images/lang_button_tw_sp.png')
}
.lang_button_wrap li.jp .text{
	margin-left: 5px;
	background-image: url('/common/images/lang_button_jp_sp.png')
}
.lang_button_wrap li.tw a:hover{
	opacity: 1;
}


/*----ancher_start----*/

a:link {}

a:visited {}

a:active {}

a:hover {
		text-decoration: underline;
}

a {
		text-decoration: none;
}

object {
		outline: none;
}


/*----ancher_end----*/


/*----clear_start----*/


/*--clearfix--*/

.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

.clearfix {
		min-height: 1px;
}

* html .clearfix {
		height: 1px;
		/*\*/
		/*/
	height: auto;
	overflow: hidden;
	/**/
}


/*--clear--*/

.cf {
		clear: both;
		height: 0;
}


/*----clear_end----*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　COMMONlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAINlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*------contentwrapper_start------*/

#contentwrapper {
		position: relative;
		width: 375px;
		margin: 0 auto;
		font-size: 1.2rem;
		/*defaultOverRide*/
		line-height: 1.7rem;
}

#top #contentwrapper {
		background-color: #000000;
}


/*------contentwrapper_end------*/


/*------index_start------*/

#top {}

#top h1 {
		background-image: url(/common/images/sp_mss_index_vis.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 375px;
		height: 400px;
		text-indent: -9999px;
}


/*----NEWS_start----*/


/*--newslist--*/

#top .news_list {
		width: 330px;
		margin: 0 auto;
}

#top .news_list h2 {
		background-image: url(/common/images/sp_mss_index_info_title.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 290px;
		height: 35px;
		text-indent: -9999px;
}

#top .news_list ul {
		background: #ffffff;
		background: linear-gradient(#eeeeee, #ffffff) repeat scroll 0 0 #ffffff;
		width: 260px;
		margin: 0 auto;
		padding: 10px 15px;
}

#top .news_list li {
		padding: 10px 0;
		border-top: 1px #ffffff solid;
		border-bottom: 1px #cccccc solid;
}

#top .news_list li a {
		color: #000000;
}

#top .news_list li:first-child {
		padding: 0px 0 10px 0;
		border-top: none;
}

#top .news_list li:last-child {
		padding: 10px 0 0 0;
		border-bottom: none;
}

#top .news_list .meta {
		margin: 0 0 5px 0;
		text-align: left;
}

#top .news_list .summary {
		text-align: left;
}

#top .news_list .more a {
		display: block;
		background-image: url(/common/images/sp_mss_index_info_more.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 290px;
		height: 46px;
		text-indent: -9999px;
}


/*--pickup--*/

#top .news_pickup {
		background: #ad0000;
		background: linear-gradient(#ed3131, #ad0000) repeat scroll 0 0 #ad0000;
		color: #ffffff;
		font-weight: bold;
		width: 100%;
		padding: 0 0 15px 0;
}

#top .news_pickup h2 {
		background-image: url(/common/images/sp_mss_index_pickup_title.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 375px;
		height: 35px;
		margin: 0 0 15px 0;
		text-indent: -9999px;
}

#top .news_pickup ul {
		width: 330px;
		margin: 0 auto;
}

#top .news_pickup li {
		padding: 10px 0;
		border-top: 1px #ce4d4d solid;
		border-bottom: 1px #8a0000 solid;
}

#top .news_pickup li:first-child {
		padding: 0px 0 10px 0;
		border-top: none;
}

#top .news_pickup li:last-child {
		padding: 10px 0 0 0;
		border-bottom: none;
}

#top .news_pickup .meta {
		color: #ffffff;
		margin: 0 0 5px 0;
		text-align: left;
}

#top .news_pickup .summary {
		text-align: left;
}

#top .news_pickup a {
		color: #ffffff;
		font-weight: bold;
}


/*--newslistclear--*/

.news_pickup li:after, .news_list li:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

.news_pickup li, .news_list {
		min-height: 1px;
}

*html .news_pickup, *html .news_list {
		height: 1px;
		/*\*/
		/*/
	height: auto;
	overflow: hidden;
	/**/
}

.btn-area {
		width: 100%;
		text-align: center;
margin-bottom:20px;
}

.btn-area a {
		display: inline-block;
		padding: 1rem;
}

.btn-area .news-list {
		width: 40%;
		color: #fff;
		font-weight: bold;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background: linear-gradient(#555555, #000000) repeat scroll 0 0 #000000;
		text-align: center;
		border: 1px #363636 solid;
		text-decoration: none;
		margin: 0 auto;
}

.btn-area .news-list:hover {
		background: linear-gradient(#000000, #555555) repeat scroll 0 0 #000000;
}


/*----NEWS_end----*/


/*--gnav--*/


/*top*/

.gnav {
		position: relative;                            
		display: block;
		background: url(/common/images/bg_gnav_sp.png) top center no-repeat;
		background-size: 100%;
		width: 375px;
		height: 90px;
		text-align: center;
		margin-top: -6px;
}

.gnav li {
		display: inline-block;
		margin: 15px 1px 0;
}

.gnav li a {
		display: block;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 84px;
		height: 53px;
		text-indent: -9999px;
}

.gnav li.gnav_0 a {
		background-image: url(/common/images/gnav/about_sp.png);
}

.gnav li.gnav_1 a {
		background-image: url(/common/images/gnav/playing_sp.png);
}

.gnav li.gnav_2 a {
		background-image: url(/common/images/gnav/faq_sp.png);
}

.gnav li.gnav_3 a {
		background-image: url(/common/images/gnav/esports_sp.png);
}

.gnav li a:hover {
		background-position: top center;
}


/*substr*/

/* .gnav {
		display: none;
} */


/*--download--*/

.download {
		margin: 0 auto 0 auto;
}

.download dt, .download dd a {
		background-position: top center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		background-size: 100%;
}

.download dt {
		background-image: url(/common/images/sp_mss_download_title.png);
		width: 375px;
		height: 74px;
}

.download dd {
		float: left;
}

.download dd a {
		display: block;
		width: 187.5px;
		height: 74px;
}

.download dd.ios a {
		background-image: url(/common/images/sp_mss_download_ios.png);
}

.download dd.android a {
		background-image: url(/common/images/sp_mss_download_android.png);
}

.credit-text {
	font-size: 9px;
	color: #fff;
    margin-top: 16px;
}

/*--banner--*/

.banner {
		background: url(/common/images/sp_mss_jp_hz_1.png) top center no-repeat;
		background-size: 100% 5px;
		width: 375px;
		margin: 20px auto 50px auto;
		padding-top: 15px
}

.banner img {
		max-width: 240px;
}

.banner ul {
		width: 240px;
		margin: 0 auto;
		padding: 20px 0;
}

.banner ul li {
		width: 100%;
		margin: 10px 0;
}

.banner ul li a {
		display: block;
		width: 240px;
		height: 96px;
}

.banner p.hz {
		background: url(/common/images/sp_mss_jp_hz_2.png) bottom center no-repeat;
		background-size: 100% 5px;
		height: 5px;
		width: 375px;
		margin: 5px auto 0 auto;
		text-indent: -9999px;
}


/*------index_end------*/


/*------header_start------*/

#header {
		z-index: 2;
		top: 0;
		left: 0;
		background: url(/common/images/sp_mss_jp_header.png) top center no-repeat;
		background-size: 100%;
		width: 375px;
		height: 79px;
}

#header a {
		display: block;
		width: 100px;
		height: 79px;
		margin: 0 auto;
		text-indent: -9999px;
}


/*------header_end------*/


/*-----contents_start------*/

#contents {
		padding-bottom: 30px;
}

#contents * {
		opacity: 1 !important;
}

#contents.faq {
		padding: 0 20px 30px;
}


/*--section--*/

.section {}

.section h2 {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 375px;
		text-indent: -9999px;
}


/*------contents_end------*/


/*------footer_start------*/

#footer {
		width: 100%;
		height: auto;
		background: url(/common/images/sp_mss_jp_footer.png) top center no-repeat;
		background-size: 100%;
		position: relative;
		padding: 10px 0 30px;
}

#footer .back a {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		background: url(/common/images/sp_mss_jp_backtotop.png) top center no-repeat;
		background-size: 100%;
		width: 129px;
		height: 40px;
		margin: 0 0 0 -64px;
		text-indent: -9999px;
		cursor: pointer;
}

#footer ul {
		width: 100%;
		text-align: center;
		overflow: hidden;
		position: relative;
		top: 50px;
}

#footer li {
		display: inline-block;
		background: #4a5187;
		margin: 0 2px;
		padding: 4px 0.5rem 2px 0.5rem;
		border-radius: 11px;
		box-shadow: 1px 1px #edeef4;
}

#footer li a {
		color: #ffffff;
		font-size: 1rem;
}

#footer small {
		display: block;
		color: #ffffff;
		font-size: 12px;
		font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
}

.symboll-area {
		width: 100%;
		height: 100%;
}

#footer .symbollogo {
		width: 52px;
		height: 60px;
		margin: 72px auto 20px;
}

#footer .symbollogo a {
		width: 52px;
		height: 60px;
		display: block;
		background: url(//mixi.co.jp/app/themes/mixi/assets/img/logo-main_black.svg) center center no-repeat;
		background-size: 100%;
		text-indent: -9999px;
}


/*------footer_end------*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　MAINlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SUBSTRUCTURE PAGE CONTENTWRAPPER(CONETNS)layout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*----How To Play_start----*/

.section.set1 p, .section.set2 p, .section.set3 p, .section.set4 p {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 375px;
		text-indent: -9999px;
}


/*-- set1--*/

.set1 {}

.set1 h2 {
		background-image: url(/common/images/sp_mss_jp_howto_title_1.png);
		height: 70px;
		background-color: #000;
}

.set1 p {
		background-image: url(/common/images/sp_mss_jp_howto_vis_1.jpg);
		height: 666px;
}


/*-- set2--*/

.set2 {}

.set2 h2 {
		background-image: url(/common/images/sp_mss_jp_howto_title_2.jpg);
		height: 91px;
}

.set2 p {
		background-image: url(/common/images/sp_mss_jp_howto_vis_2.jpg);
		height: 667px;
}

.set2 ul {
		position: relative;
		width: 375px;
		height: 569px;
}

.set2 li {
		position: absolute;
		top: 0;
		left: 0;
		width: 375px;
		height: 569px;
		text-indent: -9999px;
		cursor: pointer;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
}

.set2 li.view1 {
		z-index: 3;
		background-image: url(/common/images/sp_mss_jp_howto_vis_2.jpg);
}

.set2 li.view2 {
		z-index: 2;
		background-image: url(/common/images/sp_mss_jp_howto_vis_2_off.jpg);
}


/*-- set3--*/

.set3 {}

.set3 h2 {
		background-image: url(/common/images/sp_mss_jp_howto_title_3.png);
		height: 92px;
}


/*------------------------------
block
-------------------------------*/


/*--block共通 --*/

.block_wrap {
		width: 375px;
		margin: 0 auto;
		text-align: center;
		text-indent: -9999px;
}


/*--block01--*/

#block01_wrap {}


/*.block01{
	height: 300px;}*/

h3.block01_mainttl {
		height: 130px;
		background-image: url(/common/images/howto/sp/sp_howto_block01_head.jpg);
		background-size: 100%;
		background-repeat: none;
		height: 99px;
}

.block01_img01 {
		width: 375px;
		height: 251px;
		background-image: url(/common/images/howto/sp/sp_howto_block01_content01.png);
		background-size: 100%;
		background-repeat: no-repeat;
}

.block01_img02 {
		width: 375px;
		height: 301px;
		background-image: url(/common/images/howto/sp/sp_howto_block01_content02.png);
		background-size: 100%;
		background-repeat: no-repeat;
}

.block01_img03 {
		display: none;
}


/*--block02--*/
.featureBlock {
		padding-top: 15px;
		background-color: #000000;
}

.featureBlock_inner {
		background-image: url(/common/images/howto/sp/sp_howto_feature_bg.png);
		background-repeat: repeat-y;
		width: 340px;
		margin: 0 auto;
}


.featureBlock_inner + .block_cont_footer {
		width: 340px;
		height: 11px;
		background-image: url(/common/images/howto/sp/sp_howto_feature_bottom.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}



h3.block02_mainttl {
		width: 340px;
		height: 53px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_title.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-color: #000000;
}

h4.block02_ttl {
		width: 317px;
		height: 90px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_01_01.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block02_img {
		width: 317px;
		height: 243px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_01_02.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block02_txt {
		width: 317px;
		height: 64px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_01_03.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}


/*--block03--*/
#block03_wrap {
  padding-top: 10px;
}
h4.block03_ttl {
		width: 317px;
		height: 72px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_02_01.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block03_img01 {
		width: 317px;
		height: 453px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_02_02.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block03_txt {
		width: 317px;
		height: 107px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_02_03.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}


.block03_img02, .block03_img03, .block03_img04, .block03_img05 {
		display: none;
}


/*--block04--*/
#block04_wrap {
  padding-top: 10px;
}
h4.block04_ttl {
		width: 317px;
		height: 95px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_03_01.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;}

.block04_img01 {
		width: 317px;
		height: 184px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_03_02.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;}

.block04_txt {
		width: 317px;
		height: 87px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_03_03.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;}

.block04_img_l01, .block04_img_l02, .block04_img_r01, .block04_img_r02, .block04_img_r03, .block04_img02, .block04_img03, .block04_img03_01, .block04_img04, .block04_img05 {
		display: none;
}


/*--block05--*/
#block05_wrap {
		padding-top: 10px;
}

h4.block05_ttl {
		width: 317px;
		height: 105px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_04_01.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;}

.block05_img01 {
		width: 317px;
		height: 201px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_04_02.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block05_txt01 {
		width: 317px;
		height: 83px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_04_03.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block05_img03 {
		width: 317px;
		height: 204px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_04_04.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block05_txt02 {
		width: 317px;
		height: 75px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_04_05.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block05_txt {
		width: 317px;
		height: 125px;
		background-image: url(/common/images/howto/sp/sp_howto_block02_04_06.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin: 0 auto;
}

.block05_img01_01, .block05_img01_02, .block05_img02, .block05_img02_01, .block05_img02_02, .block05_img03_01, .block05_img03_02, .block05_img04_01, .block05_img04_02, .block05_img04_03, .block05_img04, .block05_img05 {
		display: none;
}


/*--block06--*/
#block06_wrap {
		background-color: #000000;
}
.block06_img {
		width: 375px;
		height: 592px;
		background-image: url(/common/images/howto/sp/sp_howto_block06_img.png);
		background-size: 100%;
		background-repeat: no-repeat;
}

.block06_txt {
		display: none;
}


/*----How To Play_end----*/


/*----faq(help)_start----*/

#faqwrapper {
		width: 300px;
		margin: 10px auto 0;
		text-align: left;
		background-color: rgba(0, 0, 0, 0.8);
		padding: 20px;
}

.faq h1 {
		background: url(/common/images/sp_mss_jp_h1_title_faq.jpg) top center no-repeat;
		background-size: 100%;
		width: 280px;
		height: 50px;
		margin: 0 auto;
		text-indent: -9999px;
}

#faqwrapper h3.qtitle {
		background: #ffffff url(/common/images/sp_mss_jp_faq_icon_q.png) left center no-repeat;
		padding: 10px 10px 10px 80px;
		width: 190px;
		margin: 0 0 1rem 0;
		font-size: 1.2rem;
		font-weight: bold;
		/*border*/
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
}


/*faqDetail*/

#faqwrapper dl {
		width: 100%;
}

#faqwrapper dt, #faqwrapper dd {
		/*border*/
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
}

#faqwrapper dt {
		background: #ffffff url(/common/images/sp_mss_jp_faq_icon_arrow.png) 104% center no-repeat;
		color: #363636;
		margin: 0 0 8px 0;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 2rem;
		cursor: pointer;
}

#faqwrapper dt.jqa_active {
		background: #ffffff url(/common/images/sp_mss_jp_faq_icon_arrow_active.png) center right no-repeat;
}

#faqwrapper dt span {
		display: block;
		background: url(/common/images/sp_mss_jp_faq_icon_q.png) left center no-repeat;
		background-size: 10%;
		padding: 10px 30px 10px 40px;
		/*border*/
		border-radius: 10px 0 0 10px;
		-moz-border-radius: 10px 0 0 10px;
		-webkit-border-radius: 10px 0 0 10px;
		-o-border-radius: 10px 0 0 10px;
		-ms-border-radius: 10px 0 0 10px;
}

#faqwrapper dd {
		background: #333333;
		color: #ffffff;
		margin: 0 0 10px 0;
		padding: 15px;
		border: 1px #737aac solid;
}

#faqwrapper dd p {
		margin: 0 0 1rem 0;
}


/*faqList*/

#faqwrapper .faqlist {
		background: #333333;
		color: #ffffff;
		width: 100%;
		margin: 0 auto;
		border: 10px #363636 solid;
		box-sizing: border-box;
}

#faqwrapper .faqlist ul {
		width: 100%;
}

#faqwrapper .faqlist li {
		background: #cccccc;
		background: linear-gradient(#ffffff, #cccccc) repeat scroll 0 0 #cccccc;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
}

#faqwrapper .faqlist li:last-child {
		margin-bottom: 0;
}

#faqwrapper .faqlist li a {
		display: block;
		color: #333333;
		line-height: 1.8rem;
		vertical-align: middle;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 1em;
}

#faqwrapper .faqlist li:hover, #faqwrapper .faqlist li a:hover, #faqwrapper .faqlist li a.current {
		background: #737aac;
		color: #000000;
		text-decoration: none;
}

#faqwrapper .faqlist, #faqwrapper .faqlist li, #faqwrapper .faqlist li a:hover, #faqwrapper .faqlist li a.current {
		/*border*/
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
}


/*--faqclear--*/

#faqwrapper dt:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

#faqwrapper dt {
		min-height: 1px;
}

*html #faqwrapper dt {
		height: 1px;
		/*\*/
		/*/
	height: auto;
	overflow: hidden;
	/**/
}


/*--faq_img--*/

#faqwrapper dd img {
		padding: 0px 0px;
		width: 100%;
		height: auto;
}


}
#faqwrapper dd table img {
		padding: 0px;
}

/*--faq_tabel--*/
.faq_tabelebox {
		background: #222222;
		font-size: 12px;
}
.faq_tabelebox table {
		border-top: 1px #666666 solid;
		border-left: 1px #666666 solid;
}
.faq_tabelebox th, .faq_tabelebox td {
		text-align: center;
		font-weight: bold;
		padding: 10px;
		border-bottom: 1px #666666 solid;
		border-right: 1px #666666 solid;
}
.faq_tabelebox th img {
		width: 60px;
		height: 60px;
		padding: 5px 0;
}
.faq_tabelebox td {
		color: #A063DC;
		width: 40em;
}
.faq_tabelebox td:last-child {
		color: #EDEDED;
		width: 100em;
		font-weight: normal;
		text-align: left;
}
.faq_tabelebox thead th {
		background: #000000;
}

/*----faq(help)_end----*/

/*----title_start----*/

/*----title_end----*/


/*
Howto
*/
/*COMMON*/
.is-pc {display:none;}
.is-sp {display:block;}

.howto-all img {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: bottom;
}

#contents .title {
		margin-top: 20px;
}

.part .sub-title {
		margin-bottom: 10px;
}


/*NAVIGATION*/

.sub-nav {
		width: 100%;
		height: 40px;
		position: relative;
		overflow: hidden;
		background: url("/common/images/howto/renewal/snav_bg_sp.png") top center no-repeat;
		background-size: 100%;
		top: -8px;
		text-align: center;
}

.sub-nav-in {
		padding: 5px 0 0;
}

.sub-nav li {
		display: inline-block;
}

.sub-nav li:nth-child(even) {
		margin: 0 6px;
}

.sub-nav li a {
		display: block;
		width: 110px;
		height: 32px;
		text-indent:-9999px;
}

.sub-nav li.howto a {
		background: url("/common/images/howto/renewal/snav_howto_sp.png") bottom center no-repeat;
		background-size: 100%;
}

.sub-nav li.multiplay a {
		background: url("/common/images/howto/renewal/snav_multiplay_sp.png") bottom center no-repeat;
		background-size: 100%;
}

.sub-nav li.battleplay a {
		background: url("/common/images/howto/renewal/snav_battleplay_sp.png") bottom center no-repeat;
		background-size: 100%;
}

.sub-nav li a:hover, .sub-nav li.active a {
		background-position: top center;
}


/*LAYOUT*/

.part-wrapper {
		padding: 30px 20px;
}

.part-wrapper.solo {
		padding-top: 10px;
}

.parts .part {
		width: 100%;
		position: relative;
		margin-top: 54px;
}

.parts .part:first-of-type {
		margin-top: 0;
}

.parts .part:last-of-type {
		margin-bottom: 20px;
}

.part-in {
		background: url(/common/images/howto/renewal/content_repeat_sp.png) center center repeat-y;
		background-size: 100%;
}

.part-in::before {
		content: "";
		display: block;
		background: url(/common/images/howto/renewal/content_header_sp.png) top center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 20px;
		position: absolute;
		top: -17px;
		left: 0;
}

.part-in::after {
		content: "";
		display: block;
		background: url(/common/images/howto/renewal/content_footer_sp.png) top center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 20px;
		position: absolute;
		bottom: -20px;
		left: 0;
}

.inner {
		padding: 20px;
}

.inner.solo-01 {
    padding-top: 7px;
    padding-bottom: 12px;
}

.bg-blue {
		background: url(/common/images/howto/renewal/figure_bg_sp.png) center center no-repeat;
		background-size: 90%;
}


/*
SOLO
*/

#TA {
    position: absolute;
    top: -77px;
    height: 43px;
    width: 100%;
}

.ank-list-wrap {
    margin-top: 1px;
}

.ank-list {
    display: flex;
    justify-content: center;
}

.ank-list-link {
    display: block;
    width: 169px;
    height: 41px;
    background-size: cover;
}

.ank-list-link.solo-01 {
    display: block;
    width: 169px;
    height: 41px;
    background: url(/common/images/howto/renewal/btn_ranking_off_sp.png) center center no-repeat;
    background-size: cover;
}

.ank-list-link.solo-01:hover {
    background: url(/common/images/howto/renewal/btn_ranking_on_sp.png) center center no-repeat;
    background-size: cover;
}

.ank-list-link.solo-02 {
    display: block;
    width: 169px;
    height: 41px;
    background: url(/common/images/howto/renewal/btn_attack_off_sp.png) center center no-repeat;
    background-size: cover;
    margin-left: 4px;
}

.ank-list-link.solo-02:hover {
    background: url(/common/images/howto/renewal/btn_attack_on_sp.png) center center no-repeat;
    background-size: cover;
}

.solo-list-wrap {
    display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: center;
    z-index: 1;
}

.solo-term-note {
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-top: 9px;
}

.solo-list-item + .solo-list-item {
    margin-top: 5px;
}

.solo-link {
    font-size: 0.8333em;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    height: 34px;
    background: url(/common/images/howto/renewal/btn_ranking_off_sp_01.png) center center no-repeat;
    background-size: cover;
}

.solo-link:hover {
    background: url(/common/images/howto/renewal/btn_ranking_on_sp_01.png) center center no-repeat;
    background-size: cover;
    text-decoration: none;
}

.solo-link.is-disabled {
    color: #79778c;
    background: url(../images/howto/renewal/btn_ranking_disabled_sp_01.png) center center no-repeat;
    background-size: cover;
    pointer-events: none;
}


.solo-h01 .part-in::before {
		content: "";
		display: block;
		background: url(../images/howto/renewal/content_header01_sp.png) top center no-repeat;
		background-size: 100%;
        width: 100%;
        height: 121px;
		position: absolute;
		top: -59px;
		left: 0;
		pointer-events: none;
}

.parts .solo-h01:first-of-type {
		margin-top: 59px;
}

.solo-h02 .part-in::before {
		content: "";
		display: block;
		background: url(../images/howto/renewal/content_header02_sp.png) top center no-repeat;
		background-size: 100%;
        width: 100%;
        height: 121px;
		position: absolute;
		top: -59px;
		left: 0;
}

.parts .solo-h02 {
		margin-top: 96px;
}

/*
MULTIPLAY
*/

.multiplay-h01 .part-in::before {
		content: "";
		display: block;
		background: url(/common/images/howto/renewal/multiplay/content_header01_sp.png) top center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 63px;
		position: absolute;
		top: -63px;
		left: 0;
}

.parts .multiplay-h01:first-of-type {
		margin-top: 50px;
}

.multiplay-h02 .part-in::before {
		content: "";
		display: block;
		background: url(/common/images/howto/renewal/multiplay/content_header02_sp.png) top center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 63px;
		position: absolute;
		top: -63px;
		left: 0;
}

.parts .multiplay-h02 {
		margin-top: 100px;
}


/*
3-6
*/

.multiplay-h03 .part-in::before, .multiplay-h04 .part-in::before, .multiplay-h05 .part-in::before, .multiplay-h06 .part-in::before {
		height: 30px;
		background: url(/common/images/howto/renewal/multiplay/content_line_sp.png) top center no-repeat;
		background-size: 100%;
}

.multiplay-h03 .part-in::after, .multiplay-h04 .part-in::after, .multiplay-h05 .part-in::after {
		height: 30px;
		background: url(/common/images/howto/renewal/multiplay/content_line_sp.png) top center no-repeat;
		background-size: 100%;
}

.parts .multiplay-h03, .parts .multiplay-h04, .parts .multiplay-h05, .parts .multiplay-h06 {
		margin-top: 10px;
}

/*
BATTLEIPLAY
*/

.parts .battleplay-h05 {
		margin-top: 0;
}

.arrow-down {
		width: 100%;
		height: 78px;
		display: block;
		margin: 10px 0;
		background: url(/common/images/howto/renewal/battleplay/arrow_down_sp.png) center center no-repeat;
		background-size: 100%;
		border: none;
}

.battleplay-h05 .part-in {
		background: url(/common/images/howto/renewal/battleplay/content_repeat_sp.png) center center repeat-y;
		background-size: 100%;
}

.battleplay-h05 .part-in::before {
		content: "";
		display: block;
		background: url(/common/images/howto/renewal/battleplay/content_header_sp.png) top center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 20px;
		position: absolute;
		top: -17px;
		left: 0;
}

.battleplay-h05 .part-in::after {
		content: "";
		display: block;
		background: url(/common/images/howto/renewal/battleplay/content_footer_sp.png) top center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 20px;
		position: absolute;
		bottom: -20px;
		left: 0;
}

/*----error_start----*/

.errorwrapper {
	width: 336.5px;
		margin: 50px auto 26px;
		background: url(/common/common/images/sp_error_content_middle.png) repeat;
		background-size: 100%;
		position: relative;
		padding: 26px 0;
}

.errorwrapper::before {
		content: "";
		width: 336.5px;
		background: url(/common/common/images/sp_error_content_top.png) no-repeat;
		background-size: 100%;
		height: 10px;
		display: inline-block;
		z-index: 20;
		position: absolute;
		top: -9px;
		left: 0;
}
.errorwrapper::after {
		content: "";
		width: 336.5px;
		background: url(/common/common/images/sp_error_content_bottom.png) no-repeat;
		background-size: 100%;
		height: 10px;
		display: inline-block;
		z-index: 20;
		position: absolute;
		bottom: -9px;
		left: 0;
}
.error .error-text {
		color: #fff;
		width: 290px;
		text-align: justify;
		margin: 18px auto 10px;
		font-size: 1.25rem;
		line-height: 2.6rem;
}
.error .error-text a {
	color: #53a0ff;
	text-decoration: underline;
}
.error .error-title img {
	width: 211px;
		margin: 0 auto;
}

.button-backtotop img {
	width: 157.5px;
}
/*----error_end----*/

/*------contentwrapper_end------*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　SUBSTRUCTURE PAGE CONTENTWRAPPER(CONETNS)layout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/