@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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-family:'Cabin',Verdana,Arial,Geneva,Tahoma,sans-serif;*/
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.08em;
}

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;
}

legend {
	color: #000;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
html,
body {
	font-family:
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		sans-serif;
}

.description {
	text-indent: -9999px;
}

.relative {
	position: relative;
	width: inherit;
	height: inherit;
}

.popup {
	cursor: pointer;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
sp共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* iOS端末を横から縦にしても、文字が拡大表示されないようにする処理 */
@media screen and (orientation: portrait) {
	body * {
		-webkit-text-size-adjust: none;
	}
}

a {
	font-weight: bold;
	color: #2a1b97;
	text-decoration: none;
}

a:hover {
	color: #dc1820;
	text-decoration: underline;
}

footer {
	width: 100%;
	background: #ffffff;
}

.border {
	width: 100%;
	min-width: 320px;
	height: 8px;
	background: url(../images/common/sp_common_border.jpg) center repeat-x;
	background-size: 330px 8px;
}

.pc-only {
	/*display:none !important;*/
	position: absolute;
	display: inline-block !important;
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.sp-only {
	display: block !important;
}

.carousel-box img {
	width: 220px;
	height: 88px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.top {
	background:
        /*url(../images/top/sp_top_headerbg.jpg)*/ top center repeat-y #fff;
	background-size: 640px 1px;
}

/*----------------ヘッダー----------------*/
.top header {
	width: 100%;
	position: relative;
	/*min-width:320px; 
    height:261px;*/
	background:
        /*url(../images/top/sp_top_vis.jpg)*/ top center no-repeat;
	background-size: 640px 400px;
	padding: 182px 0 0px;
}

/*----ジャック用----*/
.top header[data-is-takeover-kv] {
	background-image: url(../images/takeover/sp_top_vis_241228.png) !important;
	background-color: #001933 !important;
}

.top header[data-is-takeover] {
	padding: 197px 0 0px;
	background-image: url(../images/takeover/sp_top_vis_241228.png) !important;
	background-color: #001933 !important;
}

.top header[data-is-takeover-kv] .hipparitxt,
.top header[data-is-takeover] .hipparitxt,
.top header[data-is-takeover] .logo {
	height: 0;
}

.top header[data-is-takeover] .topbanner-takeover {
	position: relative;
	display: block;
	width: 320px;
	height: 106px;
}

.top header[data-is-takeover] .topbanner-takeover img {
	width: 100%;
	height: auto;
}

.top header[data-is-takeover] .top-sp-download-info {
	margin: -4px 0 0;
}
/*----ジャック用----*/

.top header .contentswrapper {
	width: 100%;
	margin: 0 auto;
}

.top header .wrap-priority-info {
	background-color: rgb(184, 1, 9);
	padding-bottom: 10px;
}

/*---- モンストロゴ 下位置小さめ----*/
.top header.is-logo-small .hipparitxt {
	top: 108px;
	left: 64%;
	transform: scale(0.7);
}

.top header.is-logo-small .toppatxt {
	transform: scale(0.8);
	top: 42px;
	left: -7%;
}

/*----***万人突破！----*/
.top header .toppatxt {
	width: 92px;
	height: 58px;
	position: absolute;
	top: 149px;
	left: 50%;
	margin-left: 56px;
	background:
        /*url(../images/top/common_top_toppatxt.png)*/ top center no-repeat;
	background-image: url(../images/top/common_toppabg.png);
	background-size: 92px 58px;
	font-size: 0px;
}

/*----***万人突破！----*/
/*.top header .toppatxt{
    width: 184px;
    height: 114px;
    position: absolute;
    top: 51px;
    left: 50%;
    margin-left: 173px;}*/

/*----***万人突破！ アトラス化画像用----*/
.top header .toppatxt .num {
	width: 21px;
	height: 35px;
	display: block;
	float: left;
	margin: 8px -2px 0;
	background: url(../images/top/common_breakthroughtext.png) no-repeat top;
	background-size: 21px 350px;
}

.top header .toppatxt .num0 {
	background-position: 0px 0px;
}

.top header .toppatxt .num1 {
	background-position: 0px -35px;
	margin-right: -4px;
	margin-left: -4px;
	margin-top: 7px;
}

.top header .toppatxt .num2 {
	background-position: 0px -70px;
	margin-top: 7px;
}

.top header .toppatxt .num3 {
	background-position: 0px -105px;
	margin-top: 8px;
	margin-left: -2px;
	margin-right: -2px;
}

.top header .toppatxt .num4 {
	background-position: 0px -140px;
	margin-right: -2px;
}

.top header .toppatxt .num5 {
	background-position: 0px -175px;
}

.top header .toppatxt .num6 {
	background-position: 0px -210px;
}

.top header .toppatxt .num7 {
	background-position: 0px -245px;
	margin-right: -4px;
	margin-left: -3px;
	margin-top: 8px;
}

.top header .toppatxt .num8 {
	background-position: 0px -280px;
}

.top header .toppatxt .num9 {
	background-position: 0px -315px;
}

.top header .mannin {
	width: 24px;
	height: 13px;
	/* position: absolute; */
	/* top: 47px; */
	/* left: 50%; */
	/* margin-left: 38px; */
	background: url(../images/top/common_mannin.png) top center no-repeat;
	display: block;
	float: left;
	margin-top: 23px;
	margin-left: -4px;
	background-size: 24px 13px;
}

.top header .toppa {
	width: 40px;
	height: 17px;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -10px;
	background: url(../images/top/common_toppa.png) top center no-repeat;
	background-size: 40px 17px;
}

/*----引っ張りハンティングRPG----*/
.top header .hipparitxt {
	width: 77px;
	height: 47px;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -160px;
	background: url(../images/top/common_top_hipparitxt.png) top center no-repeat;
	background-size: 77px 47px;
}

/*----Webショップ----*/
.top header .webshop__link {
	display: block;
	width: 294px;
	height: 147px;
	margin: 17px auto 0;
	box-shadow:
		0px 0px 0px 2px #000000,
		0px 0px 0px 4px #ffffff,
		0px 0px 20px 5px #000000;
	-moz-box-shadow:
		0px 0px 0px 2px #000000,
		0px 0px 0px 4px #ffffff,
		0px 0px 20px 5px #000000;
	-webkit-box-shadow:
		0px 0px 0px 2px #000000,
		0px 0px 0px 4px #ffffff,
		0px 0px 20px 5px #000000;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.top header .webshop__link > img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

/*----モンストニュース----*/
.top header .movie {
	width: 228px;
	height: 128px;
	background: top center no-repeat;
	cursor: pointer;
	margin: 17px auto 0;
	box-shadow:
		0px 0px 0px 2px #000000,
		0px 0px 0px 4px #ffffff,
		0px 0px 20px 5px #000000;
	-moz-box-shadow:
		0px 0px 0px 2px #000000,
		0px 0px 0px 4px #ffffff,
		0px 0px 20px 5px #000000;
	-webkit-box-shadow:
		0px 0px 0px 2px #000000,
		0px 0px 0px 4px #ffffff,
		0px 0px 20px 5px #000000;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	background-size: 228px 142px;
	background-size: 100% auto;
}

.top header .movie .moviedescription {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 11px;
	width: 228px;
	padding: 0px;
	color: #d5d5d5;
}

.top header .movie .moviedescription p {
	padding: 5px;
}

.top header .movie .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -28px;
	width: 56px;
	height: 39px;
}

.top header .movie .moviedescription strong {
	font-weight: bold;
	color: #ffff00;
}

/*----バナーエリア----*/
.top header .topbanner {
	width: 253px;
	height: 73px;
	/*position: absolute;
    top: 389px;
    left: 50%;*/
	margin: 6px auto 0;
	background:
        /*url(../images/top/common_topbanner_160518_00.png)*/ top center no-repeat;
	background-size: 253px 146px;
	position: relative;
}

.top header .topbanner a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

/*----スマホのみ表示エリア----*/
.top header .top-sp-download-info {
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin: 10px 0 0;
}

.top header .top-sp-download-info ul {
	margin: 0 auto;
	width: 320px;
}

.top header .top-sp-download-info li {
	float: left;
}

.top header .top-sp-download-info .top-iosdownload-link {
	position: relative;
	width: 160px;
	height: 64px;
	background: url(../images/common/sp_top_headeriosbtn.png) top center no-repeat;
	background-size: 160px 64px;
}

.top header .top-sp-download-info .top-iosdownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

.top header .top-sp-download-info .top-androiddownload-link {
	position: relative;
	width: 160px;
	height: 64px;
	background: url(../images/common/sp_top_headerandroidbtn.png) top center no-repeat;
	background-size: 160px 64px;
}

.top header .top-sp-download-info .top-androiddownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

/*----ピックアップニュース----*/
.top header .top-pickup {
	width: 300px;
	height: auto;
	/*position: absolute;
    top: 504px;
    left: 50%;
    margin-left: -500px;*/
	font-size: 14px;
	margin: 15px auto 0;
}

.top header .top-pickup .top-pickup-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_pickup_header.png) top center no-repeat;
	background-size: 300px 40px;
}

.top header .top-pickup .top-pickup-content {
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commonlight_content.png) top center repeat-y;
	background-size: 300px 1px;
}

.top header .top-pickup .top-pickup-content ul {
	width: 260px;
	padding: 15px 20px 2px;
}

.top header .top-pickup .top-pickup-content li {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px #e7e7e7 solid;
	padding: 10px 0px;
	position: relative;
}

/* .top header .top-pickup .top-pickup-content p{
    } */
.top header .top-pickup .top-pickup-content .posttime {
	margin: 0 6px;
	font-size: 12px;
}

.top header .top-pickup .top-pickup-content .articletitle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.6em;
	flex: 0 0 100%;
	margin-top: 5px;
}

.top header .top-pickup .top-pickup-content .newicon img {
	vertical-align: text-bottom;
}

.top header .top-pickup .top-pickup-footer {
	width: 100%;
	height: 11px;
	background: url(../images/top/sp_top_pickup_footer.png) top center no-repeat;
	background-size: 300px 9px;
}

.top header .top-pickup .top-pickup-content .add-text-icon,
.top header .top-pickup .top-pickup-content .add-info-icon {
}

.webshop-banner {
	position: fixed;
	width: calc(320 / 750 * 100%);
	right: 0;
	bottom: 0;
	z-index: 50;
}

.webshop-banner img {
	width: 100%;
	vertical-align: bottom;
}

/*----------------コンテンツ----------------*/
section {
	width: 100%;
	height: auto;
	background: url(../images/common/sp_top_bg.jpg) top center no-repeat #2d2d2d;
	background-size: 768px auto;
}

section .contentswrapper {
	width: 320px;
	margin: 0 auto;
}

/*----ナビゲーション----*/
section .global-navi {
	padding: 20px 0;
	width: 308px;
	margin: 0 auto;
}

section .global-navi li {
	cursor: pointer;
	float: left;
	position: relative;
}

section .global-navi li a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

section .global-navi .nav0 {
	width: 77px;
	height: 77px;
	background: url(../images/common/sp_top_nav0.png) top center no-repeat;
	background-size: 77px 77px;
}

section .global-navi .nav0:hover {
	background-position: bottom;
}

section .global-navi .nav1 {
	width: 77px;
	height: 77px;
	background: url(../images/common/sp_top_nav1.png) top center no-repeat;
	background-size: 77px 77px;
}

section .global-navi .nav1:hover {
	background-position: bottom;
}

section .global-navi .nav2 {
	width: 77px;
	height: 77px;
	background: url(../images/common/sp_top_nav2.png) top center no-repeat;
	background-size: 77px 77px;
}

section .global-navi .nav2:hover {
	background-position: bottom;
}

section .global-navi .nav3 {
	width: 77px;
	height: 77px;
	background: url(../images/common/sp_top_nav3.png) top center no-repeat;
	background-size: 77px 77px;
}

section .global-navi .nav3:hover {
	background-position: bottom;
}

/*----最新情報（バナー）----*/
.top section .top-newsbanner .top-newsbanner-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_newsbanner_header.png) top center no-repeat;
	background-size: 300px 40px;
}

.top section .top-newsbanner .top-newsbanner-content {
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commonlight_content.png) top center repeat-y;
	background-size: 300px 1px;
}

.top section .top-newsbanner .top-newsbanner-content .carousel-box {
	width: 240px;
	padding: 15px 20px 2px;
	margin: 0 auto;
}

.top section .top-newsbanner .top-newsbanner-content li {
	position: relative;
	text-align: center;
}

.top section .top-newsbanner .top-newsbanner-content li img {
	margin: 0px;
	display: inline;
}

.top section .top-newsbanner .top-newsbanner-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -28px;
	width: 56px;
	height: 39px;
}

/*----バナー文言----*/
.top section .top-newsbanner .top-newsbanner-content li .banner-message {
	display: none;
	position: absolute;
	top: 0;
	left: 7px;
	width: 300px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.top section .top-newsbanner .top-newsbanner-content li .banner-message p {
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	height: 80px;
	text-align: center;
	padding: 20px;
}

.top section .top-newsbanner .top-newsbanner-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commonlight_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----お知らせ----*/
.top section .top-news {
	width: 100%;
	font-size: 13px;
	/*float:left;*/
	padding: 20px 0 0;
	position: relative;
}

.top section .top-news .top-news-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_news_header.png) top center no-repeat;
	background-size: 300px 40px;
}

.top section .top-news .top-news-content {
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commonlight_content.png) top center repeat-y;
	/*height:377px;*/
	background-size: 300px 1px;
	padding: 0 0 10px;
}

.top section .top-news .top-news-content ul {
	width: 260px;
	padding: 15px 30px 2px;
}

.top section .top-news .top-news-content li {
	width: 260px;
	border-bottom: 1px #e7e7e7 solid;
	padding: 4px 0px 4px;
}

/* .top section .top-news .top-news-content p{
    } */
.top section .top-news .top-news-content .article-head {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.top section .top-news .top-news-content .posttime {
	line-height: 1.3em;
	margin: 0 6px;
	font-size: 12px;
}

.top section .top-news .top-news-content .articletitle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.6em;
}

.top section .top-news .top-news-content .newicon img {
	vertical-align: text-bottom;
}

/*----一覧を見るボタン----*/
.top section .top-news .top-news-content .top-news-link {
	position: relative;
	width: 141px;
	height: 40px;
	margin: 10px auto 0;
	background: url(../images/top/sp_top_ichiranbtn.png) top center no-repeat;
	background-size: 141px 40px;
}

.top section .top-news .top-news-content .top-news-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

.top section .top-news .top-news-content .top-news-link:hover {
	background-position: bottom;
}

.top section .top-news .top-news-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commonlight_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----twitter----*/
section .top-twitter {
	width: 100%;
	font-size: 13px;
	padding: 20px 0 0;
	position: relative;
}

section .top-twitter .top-twitter-header {
	width: 100%;
	height: 40px;
	background: url(../images/common/sp_top_twitter_header.png) top center no-repeat;
	background-size: 300px 40px;
}

section .top-twitter .top-twitter-content {
	width: 100%;
	background: url(../images/top/sp_top_commonlight_content.png) top center repeat-y;
	background-size: 300px 1px;
	padding: 0 0 10px;
	overflow: hidden;
}

section .top-twitter .top-twitter-content .twitterwidget-container {
	position: relative;
	overflow: hidden;
	width: 280px;
	margin: 0 auto 0;
	margin: 15px 20px 4px !important;
}

.twitterTimeline__widget {
	display: block;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

section .top-twitter .top-twitter-content iframe {
	position: relative;
	-webkit-overflow-scrolling: touch;
}

/*----Twitterアカウントをフォローするボタン----*/
section .top-twitter .top-twitter-content .top-twitter-follow {
	position: relative;
	width: 280px;
	height: 40px;
	margin: 10px auto 0;
	background: url(../images/common/sp_top_followbtn.png) top center no-repeat;
	background-size: 280px 40px;
}

section .top-twitter .top-twitter-content .top-twitter-follow a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

section .top-twitter .top-twitter-content .top-twitter-follow:hover {
	background-position: bottom;
}

section .top-twitter .top-twitter-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commonlight_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----モンストとは----*/
.top section .top-aboutmonst {
	width: 100%;
	padding: 20px 0 0;
}

.top section .top-aboutmonst .top-aboutmonst-header {
	width: 100%;
	height: 66px;
	background: url(../images/top/sp_top_aboutmonst_header.png) top center no-repeat;
	background-size: 300px 66px;
}

.top section .top-aboutmonst .top-aboutmonst-header .lead {
	position: relative;
	width: 215px;
	height: 55px;
	margin: 10px auto 0;
	background: url(../images/top/sp_top_aboutmonst_lead.png) bottom center no-repeat;
	background-size: 215px 55px;
	padding: 6px 0 0;
}

.top section .top-aboutmonst .top-aboutmonst-content {
	position: relative;
	width: 100%;
	height: auto;
	padding: 1px 0 5px;
	background: url(../images/top/sp_top_aboutmonst_content.png) top center repeat-y;
	background-size: 300px 1px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 {
	position: relative;
	width: 280px;
	height: auto;
	margin: 10px auto 0;
}

/*.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-header {
    position:relative;
    width:280px;
    height:5px;
    background: url(../images/top/sp_top_aboutmonst_txt_header.png) top center no-repeat ;
    background-size:280px 5px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content {
    position:relative;
    width:280px;
    height:auto;
    padding:1px 0;
    background: url(../images/top/sp_top_aboutmonst_txt_content.png) top center repeat-y;
    background-size:280px 1px;
}*/

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content .txt0 {
	/*position:absolute;
    top: 2px;
    left: 19px;*/
	width: 272px;
	height: 46px;
	margin: 6px 0 6px 2px;
	background: url(../images/top/sp_top_aboutmonst_txt0.png) top center no-repeat;
	background-size: 272px 46px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content .txt1 {
	/*position:absolute;
    top: 66px;
    left: 16px;*/
	width: 250px;
	height: 89px;
	margin: 6px 0 6px 2px;
	background: url(../images/top/sp_top_aboutmonst_txt1.png) top center no-repeat;
	background-size: 250px 89px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content .txt2 {
	/*position:absolute;
        top: 130px;
    left: 16px;*/
	width: 260px;
	height: 65px;
	margin: 6px 0 6px 2px;
	background: url(../images/top/sp_top_aboutmonst_txt2.png) top center no-repeat;
	background-size: 260px 65px;
}

/*----詳しい遊び方を見るボタン----*/
.top section .top-aboutmonst .top-aboutmonst-content .top-howto-link {
	width: 280px;
	height: 40px;
	margin: 270px auto 0;
	background: url(../images/top/sp_top_howtobtn.png) top center no-repeat;
	background-size: 280px 40px;
	position: relative;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-howto-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

/* .top section .top-aboutmonst .top-aboutmonst-content .top-howto-link:hover{} */
/*.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-footer {
    position:relative;
    width:280px;
    height:5px;
    background: url(../images/top/sp_top_aboutmonst_txt_footer.png) top center no-repeat;
    background-size:280px 5px;
}*/

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 {
	position: relative;
	width: 280px;
	height: auto;
	margin: 20px auto 0;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 .txt-header {
	position: relative;
	width: 280px;
	height: 5px;
	background: url(../images/top/sp_top_aboutmonst_txt_header.png) top center no-repeat;
	background-size: 280px 5px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 .txt-content {
	position: relative;
	width: 280px;
	height: 131px;
	padding: 1px 0 5px;
	background: url(../images/top/sp_top_aboutmonst_txt_content.png) top center repeat-y;
	background-size: 280px 1px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 .txt-content .txt3 {
	/*position:absolute;
    top: 0px;
    left: 19px;*/
	width: 261px;
	height: 27px;
	margin: 6px 0 7px 10px;
	background: url(../images/top/sp_top_aboutmonst_txt3.png) top center no-repeat;
	background-size: 261px 27px;
}

/*----iOSはこちらボタン----*/
.top section .top-aboutmonst .top-aboutmonst-content .top-iosdownload-link {
	width: 109px;
	height: 40px;
	background: url(../images/top/top_iosbtn.png) top center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -125px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-iosdownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

/* .top section .top-aboutmonst .top-aboutmonst-content .top-iosdownload-link:hover{} */

/*----Androidはこちらボタン----*/
.top section .top-aboutmonst .top-aboutmonst-content .top-androiddownload-link {
	width: 135px;
	height: 40px;
	background: url(../images/top/top_androidbtn.png) top center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -10px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-androiddownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

/* .top section .top-aboutmonst .top-aboutmonst-content .top-androiddownload-link:hover{} */
/*----amazonはこちらボタン----*/
.top section .top-aboutmonst .top-aboutmonst-content .top-amazondownload-link {
	width: 136px;
	height: 40px;
	background: url(../images/top/top_amazonbtn.png) top center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -68px;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-amazondownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

/* クレジット表記 */
.top section .top-aboutmonst .top-aboutmonst-content .top-credit-text {
	position: absolute;
	top: 98px;
	left: 50%;
	margin-left: -127px;
	/* text-align: center;
    font-size: 9px; */
	width: 254px;
	height: 26px;
	background: url(../images/top/sp_top_aboutmonst_credit.png) top center no-repeat;
	background-size: 254px 26px;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
}

/* .top section .top-aboutmonst .top-aboutmonst-content .top-amazondownload-link:hover{} */

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 .txt-footer {
	position: relative;
	width: 280px;
	height: 5px;
	background: url(../images/top/sp_top_aboutmonst_txt_footer.png) top center no-repeat;
	background-size: 280px 5px;
}

.top section .top-aboutmonst .top-aboutmonst-content .red {
	width: 69px;
	height: 78px;
	position: absolute;
	top: 397px;
	left: 50%;
	margin-left: -128px;
	background: url(../images/top/sp_top_aboutmonst_red.png) top center no-repeat;
	background-size: 69px 78px;
}

.top section .top-aboutmonst .top-aboutmonst-content .green {
	width: 67px;
	height: 58px;
	position: absolute;
	top: 239px;
	left: 50%;
	margin-left: -22px;
	background: url(../images/top/sp_top_aboutmonst_green.png) top center no-repeat;
	background-size: 67px 58px;
}

.top section .top-aboutmonst .top-aboutmonst-content .blue {
	width: 55px;
	height: 64px;
	position: absolute;
	top: 412px;
	left: 50%;
	margin-left: 65px;
	background: url(../images/top/sp_top_aboutmonst_blue.png) top center no-repeat;
	background-size: 55px 64px;
}

.jump {
	animation: jump 0.6s linear 0s 1 normal;
	-webkit-animation: jump 0.6s linear 0s 1 normal;
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -13px);
		transform: translate(0px, -13px);
	}

	50% {
		-webkit-transform: translate(0px, -15px);
		transform: translate(0px, -15px);
	}

	80% {
		-webkit-transform: translate(0px, -13px);
		transform: translate(0px, -13px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -13px);
		transform: translate(0px, -13px);
	}

	50% {
		-webkit-transform: translate(0px, -15px);
		transform: translate(0px, -15px);
	}

	80% {
		-webkit-transform: translate(0px, -13px);
		transform: translate(0px, -13px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.top section .top-aboutmonst .top-aboutmonst-content .capture {
	width: 247px;
	height: 233px;
	position: absolute;
	top: 243px;
	left: 50%;
	margin-left: -123px;
	background: url(../images/top/sp_top_aboutmonst_capture.png) top center no-repeat;
	background-size: 247px 234px;
}

.top section .top-aboutmonst .top-aboutmonst-content .trajectory {
	width: 241px;
	height: 239px;
	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: -117px;
	background: url(../images/top/sp_top_aboutmonst_trajectory.png) top center no-repeat;
	background-size: 241px 239px;
}

.top section .top-aboutmonst .top-aboutmonst-content .kankan0 {
	width: 90px;
	height: 127px;
	position: absolute;
	top: 217px;
	left: 50%;
	margin-left: 69px;
	background: url(../images/top/sp_top_aboutmonst_kankan0.png) top center no-repeat;
	background-size: 90px 127px;
}

.top section .top-aboutmonst .top-aboutmonst-content .kankan1 {
	width: 101px;
	height: 136px;
	position: absolute;
	top: 246px;
	left: 50%;
	margin-left: -169px;
	background: url(../images/top/sp_top_aboutmonst_kankan1.png) top center no-repeat;
	background-size: 101px 136px;
}

.top section .top-aboutmonst .top-aboutmonst-content .kankan2 {
	width: 220px;
	height: 167px;
	position: absolute;
	top: 326px;
	left: 50%;
	margin-left: -75px;
	background: url(../images/top/sp_top_aboutmonst_kankan2.png) top center no-repeat;
	background-size: 220px 167px;
}

.top section .top-aboutmonst .top-aboutmonst-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_aboutmonst_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----オススメ情報----*/
.top section .top-recommendbanner {
	padding: 20px 0 0;
}

.top section .top-recommendbanner .top-recommendbanner-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_recommendbanner_header.png) top center no-repeat;
	background-size: 300px 40px;
}

.top section .top-recommendbanner .top-recommendbanner-content {
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commondark_content.png) top center repeat-y;
	background-size: 300px 1px;
}

.top section .top-recommendbanner .top-recommendbanner-content .carousel-box {
	width: 240px;
	padding: 15px 20px 2px;
	margin: 0 auto;
}

.top section .top-recommendbanner .top-recommendbanner-content li {
	position: relative;
	text-align: center;
}

.top section .top-recommendbanner .top-recommendbanner-content li img {
	margin: 0px;
	display: inline;
}

.top section .top-recommendbanner .top-recommendbanner-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -28px;
	width: 56px;
	height: 39px;
}

/*----バナー文言----*/
.top section .top-recommendbanner .top-recommendbanner-content li .banner-message {
	display: none;
	position: absolute;
	top: 0;
	left: 7px;
	width: 300px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.top section .top-recommendbanner .top-recommendbanner-content li .banner-message p {
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	height: 80px;
	text-align: center;
	padding: 20px;
}

.top section .top-recommendbanner .top-recommendbanner-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commondark_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----Youtubeモンスト公式アカウント----*/
.top section .top-youtube {
	padding: 20px 0 0;
}

.top section .top-youtube .top-youtube-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_youtube_header.png) top center no-repeat;
	background-size: 300px 40px;
}

.top section .top-youtube .top-youtube-content {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commondark_content.png) top center repeat-y;
	background-size: 300px 1px;
	padding-bottom: 14px;
}

.top section .top-youtube .top-youtube-content .carousel-box {
	width: 240px;
	padding: 15px 20px 2px;
	margin: 0 auto;
}

.top section .top-youtube .top-youtube-content li {
	position: relative;
	text-align: center;
}

.top section .top-youtube .top-youtube-content li img {
	width: 220px;
	height: 124px;
	margin: 0px;
	display: inline;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.top section .top-youtube .top-youtube-content li .youtubeplayicon {
	position: absolute;
	/*top: 50%; */
	left: 50%;
	margin-top: 47px;
	margin-left: -28px;
	width: 56px;
	height: 39px;
}

/*----公式SNSアカウント----*/
.top section .top-sns {
	padding: 20px 0 0;
}

.top section .top-sns .top-sns-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_sns_header.png) top center no-repeat;
	background-size: 300px 40px;
}

.top section .top-sns .top-sns-content {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commondark_content.png) top center repeat-y;
	background-size: 300px 1px;
	padding-bottom: 14px;
}

/*----バナー文言----*/
.top section .top-youtube .top-youtube-content li .banner-message {
	display: block;
	/* position: absolute; */
	/* top: 0; */
	/* left: 7px; */
	/* width: 300px; */
	/* height: 169px; */
	/* background-color: rgba( 0, 0, 0, 0.8 ); */
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	/* font-size: 14px; */
	/* text-align: left; */
}

.top section .top-youtube .top-youtube-content li .banner-message p {
	/* display: table-cell; */
	/* vertical-align: middle; */
	/* height: 129px; */
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0 auto 10px;
	width: 220px;
}

/*----公式youtubeアカウントへのリンクボタン----*/
.top section .top-youtube .top-youtube-content .top-youtube-link {
	position: relative;
	width: 229px;
	height: 61px;
	margin: 7px auto 0;
	background: url(../images/top/sp_top_youtubechannelbtn.png) top center no-repeat;
	background-size: 229px 61px;
}

.top section .top-youtube .top-youtube-content .top-youtube-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

.top section .top-youtube .top-youtube-content .top-youtube-link:hover {
	background-position: bottom;
}

.top section .top-youtube .top-youtube-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commondark_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----公式snsアカウント----*/
.top section .top-information {
	padding: 10px 0 0;
	width: 260px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top section .top-information .description {
	width: 125px;
	height: 46px;
	margin-top: 10px;
}

.top section .top-sns .top-sns-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commondark_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*----公式snsアカウントボタン----*/
.top section .top-information .top-x-link a,
.top section .top-information .top-line-link a,
.top section .top-information .top-tiktok-link a,
.top section .top-information .top-insta-link a {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto 10px;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/*----公式twitterアカウントボタン----*/
.top section .top-information .top-x-link a {
	background: url(../images/top/sp_top_xbtn.png) top center no-repeat;
	background-size: contain;
}

/*----公式LINEアカウントボタン----*/
.top section .top-information .top-line-link a {
	background: url(../images/top/sp_top_linebtn.png) top center no-repeat;
	background-size: contain;
}

/*----公式tiktokアカウントボタン----*/
.top section .top-information .top-tiktok-link a,
.top section .top-information .top-insta-link a {
	background: url(../images/top/sp_top_tiktokbtn.png) top center no-repeat;
	background-size: contain;
}

/*----公式instagramアカウントボタン----*/
.top section .top-information .top-insta-link a {
	background: url(../images/top/sp_top_instabtn.png) top center no-repeat;
	background-size: contain;
}

/*----アプリの説明----*/
.top section .top-information-app .aboutapp {
	width: 280px;
	font-size: 11px;
	color: #fff;
	margin: 15px auto 0;
}

.top section .top-information .aboutapp a {
	color: #e8e641;
	text-decoration: none;
}

/*----固定バナー----*/
.top section .top-fixedbanner {
	text-align: center;
	padding: 20px 0 0;
}

.top section .top-fixedbanner img {
	width: 280px;
	height: auto;
	margin: 0 auto;
	padding: 0px 10px 5px;
}

/*----バナー文言----*/
.top section .top-fixedbanner li .banner-message {
	display: none;
}

/*----ソーシャルボタン----*/
section .footer-social-area {
	width: 300px;
	margin: 0px auto 50px;
	text-align: center;
	vertical-align: top;
	line-height: 8px;
}

section .footer-social-area div {
	line-height: 8px;
	vertical-align: top;
	display: inline-block;
	padding: 0px 5px 10px 3px;
}

section .footer-social-area .tw {
	width: 100%;
}

/*----ページ先頭に戻る----*/
section .pagetop {
	position: relative;
	width: 117px;
	height: 23px;
	background: url(../images/common/common_sp_pagetotop.png) top center no-repeat;
	margin: 0px auto 0px;
	background-size: 117px 23px;
	padding: 0 0 30px;
	cursor: pointer;
}

section .pagetop a {
	position: absolute;
	top: 0;
	width: inherit;
	left: 0;
	height: inherit;
}

/*----フッター----*/
footer {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

footer .contentswrapper {
	width: 100%;
	margin: 0 auto;
}

footer .links {
	padding: 30px 0 0;
}

/*----ロゴ----*/
footer .symbollogo {
	width: 104px;
	height: 120px;
	background: url(//mixi.co.jp/app/themes/mixi/assets/img/logo-main.svg) center center no-repeat;
	background-size: 100%;
	margin: 50px auto;
	position: relative;
}

footer .symbollogo a {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
}

footer .links li {
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
}

/*----コピーライト----*/
footer .copyright {
	padding: 0 0 30px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#substr {
	background: url(../images/top/sp_top_headerbg.jpg) top center repeat-y #b80109;
	background-size: 640px 1px;
}

/*---- ヘッダー ----*/
#substr header {
	width: 100%;
	position: relative;
	min-width: 320px;
	height: 109px;
}

#substr header .substr_kv {
	width: 100%;
	position: absolute;
	min-width: 320px;
	height: 109px;
	background-size: 640px 109px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

/*----ジャック用----*/
#substr header .substr_kv[data-is-takeover] {
	background-image: url(../images/takeover/sp_sub_vis_241228.png) !important;
	background-size: 640px auto;
	background-color: #001933 !important;
}
/*----ジャック用----*/

#substr header .contentswrapper {
	width: 100%;
	margin: 0 auto;
}

#substr header .logo a {
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -73px;
	width: 145px;
	height: 110px;
	background: url(/monsterstrike_logo_luster.png) top center no-repeat;

	background-size: 145px 110px;
	z-index: 3;
}

/*---- コンテンツ ----*/
/* #substr section{}
#substr section .contentswrapper{} */

/*---- ナビゲーション ----*/
#substr section .contentswrapper .global-navi {
	padding: 8px 0 14px 0;
}

/*---- ページタイトル ----*/
#substr section .pagetitle {
	width: 300px;
	height: 67px;
	text-indent: -9999px;
	text-align: center;
	margin: 0px auto;
}

/*----ダウンロードボタン----*/
#substr section .downloadwrapper {
	width: 100%;
	margin: 0 auto;
}

section .substr-download-info {
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 10px 0px 16px 0px;
}

section .substr-download-info .txt {
	text-indent: -9999px;
	margin: 0px auto 6px auto;
	width: 320px;
	height: 36px;
	background: url(../images/substr/sp_download_txt.png) top center no-repeat;
	background-size: 320px 36px;
}

section .substr-download-info ul {
	margin: 0 auto;
	width: 320px;
	height: 42px;
	position: relative;
}

section .substr-download-info li {
	float: left;
}

section .substr-download-info .substr-iosdownload-link {
	position: absolute;
	width: 83px;
	height: 32px;
	top: 6px;
	left: 61px;
	background: url(../images/common/top_iosbtn.png) top center no-repeat;
	background-size: 100%;
}

section .substr-download-info .substr-iosdownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

section .substr-download-info .substr-androiddownload-link {
	position: absolute;
	width: 102px;
	height: 32px;
	top: 6px;
	left: 153px;
	background: url(../images/common/top_androidbtn.png) top center no-repeat;
	background-size: 100%;
}

section .substr-download-info .substr-androiddownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

section .substr-download-info .substr-amazondownload-link {
	position: absolute;
	width: 104px;
	height: 32px;
	top: 6px;
	right: 6px;
	background: url(../images/common/top_amazonbtn.png) top center no-repeat;
	background-size: 100%;
}

section .substr-download-info .substr-amazondownload-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

section .substr-download-info .credit {
	text-align: center;
	font-size: 8px;
}

/*---- フッター ----*/
#substr section .footerwrapper {
	width: 320px;
	margin: 0 auto;
}

#substr section .footerwrapper .global-navi {
	padding: 12px 0 20px 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
遊び方
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* #substr.howto{} */
#substr.howto section {
	overflow-x: hidden;
}

/*---- ページタイトル ----*/
#substr.howto section .pagetitle {
	background: url(../images/substr/sp_howto_pagetitle.png) top center no-repeat;
	background-size: 300px 67px;
}

/*---- ページコンテンツ共通 ----*/
#substr.howto section .howto-contents-header {
	width: 100%;
	height: 76px;
	margin-top: 10px;
	background: url(../images/substr/sp_howto_contenttitle_header.png) top center no-repeat;
	background-size: 300px 76px;
}

#substr.howto section .howto-contents-header.download {
	width: 100%;
	height: 45px;
	margin-top: 20px;
	background: url(../images/substr/pc_howto_contenttitle_header_normal.png) top center no-repeat;
}

#substr.howto section .howto-contents {
	position: relative;
	padding-top: 8px;
	background: url(../images/substr/sp_howto_content_bg.png) top center repeat-y;
	background-size: 300px 10px;
}

#substr.howto section .howto-contents.action-bottom,
#substr.howto section .howto-contents.download {
	padding-top: 0;
}

#substr.howto section .howto-contents-title h2 {
	width: 100%;
	height: 68px;
	position: absolute;
	top: -70px;
	left: -1px;
	background: url(../images/substr/sp_howto_contenttitle.png) top center no-repeat;
	background-size: 243px 272px;
}

#substr.howto section .howto-contents-title.title-connect h2 {
	background-position: center -68px;
}

#substr.howto section .howto-contents-title.title-evolution h2 {
	background-position: center -136px;
}

#substr.howto section .howto-contents-title.title-deck h2 {
	background-position: center -204px;
}

#substr.howto section .howto-contents-block {
	position: relative;
	width: 283px;
	margin: 0 auto;
}

#substr.howto section .howto-contents-block.pb {
	padding-bottom: 26px;
}

#substr.howto section .howto-contents-block-header {
	width: 283px;
	height: 7px;
	background: url(../images/substr/sp_howto_contentblock_header.png) top center no-repeat;
	background-size: 283px 7px;
}

#substr.howto section .howto-contents-block-main {
	width: 283px;
	background: url(../images/substr/sp_howto_contentblock_main.png) top center repeat-y;
	background-size: 283px 50px;
}

#substr.howto section .howto-contents-block-footer {
	width: 283px;
	height: 7px;
	background: url(../images/substr/sp_howto_contentblock_footer.png) top center no-repeat;
	background-size: 283px 7px;
}

#substr.howto section .howto-contents-footer {
	width: 100%;
	height: 9px;
	background: url(../images/substr/sp_howto_content_footer.png) top center no-repeat;
	padding-bottom: 10px;
	background-size: 300px 9px;
}

#substr.howto section .howto-contents-footer.last {
	padding-bottom: 40px;
}

#substr.howto section .transparent {
	opacity: 0;
}

/*---- 簡単操作で爽快アクション ----*/
#substr.howto section .howto-operation {
	position: relative;
	height: 405px;
}

#substr.howto section .howto-operation h3.pull-txt {
	position: absolute;
	top: 18px;
	left: 9px;
	width: 201px;
	height: 49px;
	background: url(../images/substr/sp_howto_subtitle_action_pull.png) top center no-repeat;
	background-size: 201px 49px;
	z-index: 30;
}

#substr.howto section .howto-operation .pull {
	position: absolute;
	top: 10px;
	left: 17px;
	width: 249px;
	height: 188px;
	background: url(../images/substr/sp_howto_img_action_pull_bg.png) top center no-repeat;
	background-size: 249px 188px;
	z-index: 20;
}

#substr.howto section .howto-operation .pull-up {
	position: absolute;
	top: 6px;
	left: 17px;
	width: 249px;
	height: 188px;
	z-index: 40;
}

#substr.howto section .howto-operation .pull-up .m-3028 {
	position: absolute;
	top: 67px;
	left: 41px;
	width: 68px;
	height: 68px;
	background: url(../images/substr/sp_howto_img_action_pull_3028.png) top center no-repeat;
	background-size: contain;
	z-index: 50;
}

#substr.howto section .howto-operation .pull-up .m-3028.floatAnim {
	-webkit-animation: floatAnim 1s ease-in-out infinite;
	animation: floatAnim 1s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .pull-up .m-3028.bulbulAnim {
	-webkit-animation: bulbulAnim 0.12s ease-in-out infinite;
	animation: bulbulAnim 0.12s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .pull-up .m-3028-effect {
	position: absolute;
	top: 55px;
	left: 29px;
	width: 93px;
	height: 93px;
	background: url(../images/substr/sp_howto_img_action_pull_3028_effect.png) top center no-repeat;
	background-size: 93px 93px;
	z-index: 40;
}

#substr.howto section .howto-operation .pull-up .m-3028-effect.floatAnim {
	-webkit-animation: monsterEffectAnim 1s ease-in-out infinite;
	animation: monsterEffectAnim 1s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .pull-up .m-3028-effect.bulbulAnim {
	-webkit-animation: bulbulAnim 0.12s ease-in-out infinite;
	animation: bulbulAnim 0.12s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .pull-up .m-3028-arrow {
	position: absolute;
	top: 117px;
	left: -30px;
	width: 98px;
	height: 99px;
	background: url(../images/substr/sp_howto_img_action_pull_3028_arrow.png) top center no-repeat;
	background-size: 98px 99px;
	z-index: 30;
}

#substr.howto section .howto-operation .pull-up .finger {
	position: absolute;
	top: 144px;
	left: 31px;
	width: 55px;
	height: 50px;
	background: url(../images/substr/sp_howto_img_action_pull_finger.png) top center no-repeat;
	background-size: 55px 50px;
	z-index: 100;
}

#substr.howto section .howto-operation .pull-up .finger.fingerPullAnim {
	-webkit-animation: fingerPullAnim 2.6s ease-in-out 0s;
	animation: fingerPullAnim 2.6s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transform: translate(-46px, 48px);
	-webkit-transform: translate(-46px, 48px);
}

#substr.howto section .howto-operation .pull-up .finger.fingerPullAnimIESP {
	-webkit-animation: fingerPullAnimIESP 2.6s ease-in-out 0s;
	animation: fingerPullAnimIESP 2.6s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .pull-up .finger.bulbulAnim {
	top: 340px;
	left: 45px;
	-webkit-animation: bulbulAnim 0.12s ease-in-out infinite;
	animation: bulbulAnim 0.12s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .pull .txt-gogo {
	position: absolute;
	top: 69px;
	right: 20px;
	width: 70px;
	height: 27px;
	background: url(../images/substr/sp_howto_txt_action_gogo.png) top center no-repeat;
	background-size: 70px 27px;
	z-index: 40;
}

#substr.howto section .howto-operation .pull .txt-pull {
	position: absolute;
	top: 132px;
	left: 40px;
	width: 77px;
	height: 35px;
	background: url(../images/substr/sp_howto_txt_action_pull.png) top center no-repeat;
	background-size: 77px 35px;
	z-index: 40;
}

#substr.howto section .howto-operation h3.detach-txt {
	position: absolute;
	top: 383px;
	right: -19px;
	width: 207px;
	height: 116px;
	background: url(../images/substr/sp_howto_subtitle_action_detach.png) top center no-repeat;
	background-size: 207px 116px;
	z-index: 50;
}

#substr.howto section .howto-operation .detach {
	position: absolute;
	top: 125px;
	left: 17px;
	width: 249px;
	height: 371px;
	background: url(../images/substr/sp_howto_img_action_detach_bg.png) top center no-repeat;
	background-size: 249px 371px;
	z-index: 20;
}

#substr.howto section .howto-operation .detach .m-0536 {
	position: absolute;
	top: 2px;
	right: -35px;
	width: 183px;
	height: 169px;
	background: url(../images/substr/sp_howto_img_action_detach_0536.png) top center no-repeat;
	background-size: contain;
	z-index: 20;
}

#substr.howto section .howto-operation .detach .m-0536.bulbulAnim {
	-webkit-animation: bulbulAnim 0.3s ease-in-out 0s;
	animation: bulbulAnim 0.3s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .detach .m-3028 {
	position: absolute;
	top: 240px;
	left: 18px;
	width: 104px;
	height: 104px;
	background: url(../images/substr/sp_howto_img_action_detach_3028.png) top center no-repeat;
	background-size: 104px 104px;
	z-index: 60;
}

#substr.howto section .howto-operation .detach .m-3028.attackAnim {
	-webkit-animation: attackAnim 1s ease 0s;
	animation: attackAnim 1s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transform: translate(104px, -147px);
	-webkit-transform: translate(104px, -147px);
}

#substr.howto section .howto-operation .detach .m-3028.attackAnimIESP {
	-webkit-animation: attackAnimIESP 1s ease 0s;
	animation: attackAnimIESP 1s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .detach .m-3028-shadow {
	position: absolute;
	top: 259px;
	left: -38px;
	width: 152px;
	height: 173px;
	background: url(../images/substr/sp_howto_img_action_detach_3028_shadow.png) top center no-repeat;
	background-size: 152px 173px;
	z-index: 50;
}

#substr.howto section .howto-operation .detach .m-3028-shadow.attackShadowAnim {
	-webkit-animation: attackShadowAnim 1s ease 0s;
	animation: attackShadowAnim 1s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(104px, -147px);
	-webkit-transform: translate(104px, -147px);
}

#substr.howto section .howto-operation .detach .m-3028-shadow.attackShadowAnimIESP {
	-webkit-animation: attackShadowAnimIESP 1s ease 0s;
	animation: attackShadowAnimIESP 1s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-operation .detach .m-3028-effect {
	position: absolute;
	top: 58px;
	left: 120px;
	width: 130px;
	height: 130px;
	background: url(../images/substr/sp_howto_img_action_detach_3028_effect.png) top center no-repeat;
	background-size: 130px 130px;
	z-index: 40;
	display: none;
}

#substr.howto section .howto-operation .detach .m-3028-effect.fadeInAnim {
	display: block;
}

#substr.howto section .howto-operation .detach .m-3028-effect-shadow {
	position: absolute;
	top: 57px;
	left: 122px;
	width: 130px;
	height: 130px;
	background: url(../images/substr/sp_howto_img_action_detach_3028_effect.png) top center no-repeat;
	background-size: 130px 130px;
	z-index: 40;
}

#substr.howto section .howto-operation .detach .m-3028-effect-shadow.attackEffectAnim {
	-webkit-animation: attackEffectAnim 1s ease-in-out;
	animation: attackEffectAnim 1s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-operation .detach .m-3028-arrow {
	position: absolute;
	top: 107px;
	left: -34px;
	width: 185px;
	height: 272.5px;
	background: url(../images/substr/sp_howto_img_action_detach_3028_arrow.png) top center no-repeat;
	background-size: contain;
	z-index: 30;
}

#substr.howto section .howto-operation .detach .finger {
	position: absolute;
	top: 320px;
	left: 3px;
	width: 67px;
	height: 71px;
	background: url(../images/substr/sp_howto_img_action_detach_finger.png) top center no-repeat;
	background-size: 67px 71px;
	z-index: 60;
}

#substr.howto section .howto-operation .detach .finger.fingerDetachAnim {
	-webkit-animation: fingerDetachAnim 0.4s ease 0s;
	animation: fingerDetachAnim 0.4s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
	-webkit-transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
}

#substr.howto section .howto-operation .detach .finger-shadow {
	position: absolute;
	top: 320px;
	left: -6px;
	width: 66px;
	height: 83px;
	background: url(../images/substr/sp_howto_img_action_detach_finger_shadow.png) top center no-repeat;
	background-size: 66px 83px;
	z-index: 50;
}

#substr.howto section .howto-operation .detach .finger-shadow.fingerDetachShadowAnim {
	-webkit-animation: fingerDetachShadowAnim 0.4s ease 0s;
	animation: fingerDetachShadowAnim 0.4s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(20deg);
	-webkit-transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(20deg);
}

#substr.howto section .howto-operation .detach .txt-kan.attackKanAnim {
	position: absolute;
	top: 22px;
	right: 0px;
	width: 66px;
	height: 42px;
	background: url(../images/substr/sp_howto_txt_action_kan.png) top center no-repeat;
	background-size: 66px 42px;
	z-index: 60;
	-webkit-animation: attackKanAnim 1.6s ease 0s;
	animation: attackKanAnim 1.6s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-operation .detach .txt-detach {
	position: absolute;
	top: 247px;
	left: 114px;
	width: 68px;
	height: 44px;
	background: url(../images/substr/sp_howto_txt_action_detach.png) top center no-repeat;
	background-size: 68px 44px;
	z-index: 40;
}

#substr.howto section .howto-contents-block-action {
	position: relative;
	width: 300px;
	height: 830px;
	margin: 0 auto;
	background: url(../images/substr/sp_howto_img_action_main_bg.png) top center no-repeat;
	background-size: 300px 830px;
}

#substr.howto section .howto-contents-block-action .main {
	position: absolute;
	top: 40px;
	left: -238px;
	width: 768px;
	height: 830px;
	background: url(../images/substr/sp_howto_img_action_main.png) top center no-repeat;
	background-size: 768px 830px;
	z-index: 10;
}

#substr.howto section .howto-contents-block-action .main.fadeUpAnim {
	-webkit-animation: fadeUpAnim 1.5s ease 0s;
	animation: fadeUpAnim 1.5s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}

#substr.howto section .howto-contents-block-action .txt {
	position: absolute;
	top: 402px;
	left: 11px;
	width: 284px;
	height: 113px;
	background: url(../images/substr/sp_howto_txt_action_main.png) top center no-repeat;
	background-size: 284px 113px;
	z-index: 10;
}

#substr.howto section .howto-contents-block-action .txt.fallInAnim {
	-webkit-animation: fallInAnim 0.5s ease 0s;
	animation: fallInAnim 0.5s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-character {
	position: relative;
	height: 802px;
}

#substr.howto section .howto-character h3.strike-txt {
	position: absolute;
	top: -77px;
	right: -23px;
	width: 209px;
	height: 73px;
	background: url(../images/substr/sp_howto_subtitle_character_strike.png) top center no-repeat;
	background-size: 209px 73px;
	z-index: 10;
}

#substr.howto section .howto-character .strike {
	position: absolute;
	top: -77px;
	left: 17px;
	width: 321px;
	height: 356px;
	background: url(../images/substr/sp_howto_img_character_strike.png) top center no-repeat;
	background-size: 321px 356px;
	z-index: 6;
}

#substr.howto section .howto-character h3.combo-txt {
	position: absolute;
	top: 233px;
	left: -35px;
	width: 183px;
	height: 63px;
	background: url(../images/substr/sp_howto_subtitle_character_combo.png) top center no-repeat;
	background-size: 183px 63px;
	z-index: 20;
}

#substr.howto section .howto-character .combo {
	position: absolute;
	top: 207px;
	left: -12px;
	width: 295px;
	height: 331px;
	background: url(../images/substr/sp_howto_img_character_combo.png) top center no-repeat;
	background-size: 295px 331px;
	z-index: 5;
}

#substr.howto section .howto-character h3.type-txt {
	position: absolute;
	top: 448px;
	right: -28px;
	width: 228px;
	height: 75px;
	background: url(../images/substr/sp_howto_subtitle_character_type.png) top center no-repeat;
	background-size: 228px 75px;
	z-index: 20;
}

#substr.howto section .howto-character .type {
	position: absolute;
	top: 467px;
	left: -15px;
	width: 319px;
	height: 329px;
	background: url(../images/substr/sp_howto_img_character_type.png) top center no-repeat;
	background-size: 319px 329px;
	z-index: 10;
}

/*---- 友達と遊べばメリットたくさん ----*/
#substr.howto section .howto-connect {
	position: relative;
	height: 1974px;
}

#substr.howto section .howto-connect h3 {
	position: absolute;
	top: 128px;
	left: 16px;
	width: 253px;
	height: 79px;
	background: url(../images/substr/sp_howto_subtitle_connect_main.png) top center no-repeat;
	background-size: 253px 79px;
	z-index: 10;
}

#substr.howto section .howto-connect .capture-01 {
	position: absolute;
	top: 228px;
	left: 41px;
	width: 201px;
	height: 523.5px;
	background: url(../images/substr/sp_howto_img_connect_capture_01.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-connect .txt {
	position: absolute;
	top: 787px;
	left: 60px;
	width: 164px;
	height: 48px;
	background: url(../images/substr/sp_howto_txt_connect.png) top center no-repeat;
	background-size: 164px 48px;
}

#substr.howto section .howto-connect .connect-all {
	position: absolute;
	top: 11px;
	left: -6px;
	width: 294px;
	height: 140px;
	background: url(../images/substr/sp_howto_img_connect_all.png) top center no-repeat;
	background-size: 294px 140px;
}

#substr.howto section .howto-connect .connect-1p {
	position: absolute;
	top: 695px;
	right: 5px;
	width: 206px;
	height: 98px;
	background: url(../images/substr/sp_howto_img_connect_1p.png) top center no-repeat;
	background-size: 206px 98px;
}

#substr.howto section .howto-connect .connect-1p.fadeScaleAnim {
	-webkit-animation: fadeScaleAnim 0.7s ease 2.2s;
	animation: fadeScaleAnim 0.7s ease 2.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

#substr.howto section .howto-connect .connect-2p {
	position: absolute;
	top: 588px;
	left: -137px;
	width: 95px;
	height: 138px;
	background: url(../images/substr/sp_howto_img_connect_2p.png) top center no-repeat;
	background-size: 95px 138px;
}

#substr.howto section .howto-connect .connect-2p.screenInRightUp {
	-webkit-animation: screenInRightUp 0.7s ease 1.4s;
	animation: screenInRightUp 0.7s ease 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(120px, -90px);
	-webkit-transform: translate(120px, -90px);
}

#substr.howto section .howto-connect .connect-2p.screenInRightUpIESP {
	-webkit-animation: screenInRightUpIESP 0.7s ease 1.4s;
	animation: screenInRightUpIESP 0.7s ease 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-connect .connect-3p {
	position: absolute;
	top: 125px;
	left: -276px;
	width: 96px;
	height: 157px;
	background: url(../images/substr/sp_howto_img_connect_3p.png) top center no-repeat;
	background-size: 96px 157px;
}

#substr.howto section .howto-connect .connect-3p.screenInLeftDown {
	-webkit-animation: screenInLeftDown 0.7s ease 0.8s;
	animation: screenInLeftDown 0.7s ease 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(260px, 163px);
	-webkit-transform: translate(260px, 163px);
}

#substr.howto section .howto-connect .connect-4p {
	position: absolute;
	top: 72px;
	right: -118px;
	width: 111px;
	height: 135px;
	background: url(../images/substr/sp_howto_img_connect_4p.png) top center no-repeat;
	background-size: 111px 135px;
}

#substr.howto section .howto-connect .connect-4p.screenInRightDown {
	-webkit-animation: screenInRightDown 0.7s ease 0.4s;
	animation: screenInRightDown 0.7s ease 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(-100px, 170px);
	-webkit-transform: translate(-100px, 170px);
	z-index: 40;
}

#substr.howto section .howto-connect .connect-4p.screenInRightDownIESP {
	-webkit-animation: screenInRightDownIESP 0.7s ease 0.4s;
	animation: screenInRightDownIESP 0.7s ease 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-connect .subtitle-get {
	position: absolute;
	top: 866px;
	left: 16px;
	width: 259px;
	height: 304px;
	background: url(../images/substr/sp_howto_subtitle_connect_get.png) top center no-repeat;
	background-size: 259px 304px;
}

#substr.howto section .howto-connect .subtitle-recovery {
	position: absolute;
	top: 1195px;
	right: 17px;
	width: 273px;
	height: 319.5px;
	background: url(../images/substr/sp_howto_subtitle_connect_recovery.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-connect .subtitle-boss {
	position: absolute;
	top: 1536px;
	left: 17px;
	width: 272.5px;
	height: 337.5px;
	background: url(../images/substr/sp_howto_subtitle_connect_boss.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-connect .howto-connect-link {
	position: absolute;
	bottom: 10px;
	left: 17px;
	width: 250px;
	height: 66px;
	background: url(../images/substr/sp_howto_btn_connent.png) top center no-repeat;
	background-size: 250px 132px;
}

#substr.howto section .howto-connect .howto-connect-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

#substr.howto section .howto-connect .howto-connect-link:hover {
	background-position: bottom;
}

/*---- モンスターを育成して進化&神化 ----*/
#substr.howto section .howto-levelup {
	position: relative;
	height: 407px;
}

#substr.howto section .howto-rarity {
	position: relative;
	height: 610px;
}

#substr.howto section .howto-quest {
	position: relative;
	height: 361px;
}

#substr.howto section .howto-levelup h3 {
	position: absolute;
	top: 11px;
	left: 41px;
	width: 201px;
	height: 94px;
	background: url(../images/substr/sp_howto_subtitle_evolution_levelup.png) top center no-repeat;
	background-size: 201px 94px;
}

#substr.howto section .howto-levelup .effect {
	position: absolute;
	top: 152px;
	left: 13px;
	width: 261px;
	height: 192px;
	background: url(../images/substr/sp_howto_img_evolution_effect.png) top center no-repeat;
	background-size: 261px 192px;
}

#substr.howto section .howto-levelup .m-0124 {
	position: absolute;
	top: 117px;
	left: -19px;
	width: 320px;
	height: 248px;
	background: url(../images/substr/sp_howto_img_evolution_0124.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-levelup .sub {
	position: absolute;
	top: 210px;
	right: 11px;
	width: 71px;
	height: 34px;
	background: url(../images/substr/sp_howto_img_evolution_levelup_sub.png) top center no-repeat;
	background-size: 71px 34px;
}

#substr.howto section .howto-levelup .turtle-set {
	position: absolute;
	width: 53px;
	height: 53px;
	background: url(../images/substr/sp_howto_img_evolution_turtle_set.png) top left no-repeat;
	background-size: 106px 106px;
}

#substr.howto section .howto-levelup .turtle-set.left-up {
	top: 122px;
	left: 13px;
}

#substr.howto section .howto-levelup .turtle-set.left-down {
	bottom: 8px;
	left: 13px;
	background-position: 0 -53px;
}

#substr.howto section .howto-levelup .turtle-set.right-up {
	top: 122px;
	right: 13px;
	background-position: -53px 0;
}

#substr.howto section .howto-levelup .turtle-set.right-down {
	bottom: 8px;
	right: 13px;
	background-position: -53px -53px;
}

#substr.howto section .howto-levelup .arrow-set.red {
	position: absolute;
	width: 48px;
	height: 35px;
	background: url(../images/substr/sp_howto_img_evolution_arrow_set.png) -35px 0 no-repeat;
	background-size: 131px 120px;
}

#substr.howto section .howto-levelup .arrow-set.red.left-up {
	top: 168px;
	left: 53px;
	-webkit-animation: repeatRightDown 1s ease-in-out infinite;
	animation: repeatRightDown 1s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-levelup .arrow-set.red.left-down {
	top: 313px;
	left: 53px;
	background-position: -35px -35px;
	-webkit-animation: repeatRightUp 1s ease-in-out infinite;
	animation: repeatRightUp 1s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-levelup .arrow-set.red.right-up {
	top: 168px;
	right: 52px;
	background-position: -83px 0;
	-webkit-animation: repeatLeftDown 1s ease-in-out infinite;
	animation: repeatLeftDown 1s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-levelup .arrow-set.red.right-down {
	top: 313px;
	right: 52px;
	background-position: -83px -35px;
	-webkit-animation: repeatLeftUp 1s ease-in-out infinite;
	animation: repeatLeftUp 1s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-rarity h3 {
	position: absolute;
	top: 11px;
	left: 41px;
	width: 201px;
	height: 94px;
	background: url(../images/substr/sp_howto_subtitle_evolution_rarity.png) top center no-repeat;
	background-size: 201px 94px;
}

#substr.howto section .howto-rarity .m-0187 {
	position: absolute;
	top: 113px;
	left: 79px;
	width: 89px;
	height: 62.5px;
	background: url(../images/substr/sp_howto_img_evolution_0187.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-rarity .evolution {
	position: absolute;
	top: 132px;
	left: 34px;
	width: 216px;
	height: 120px;
	background: url(../images/substr/sp_howto_img_evolution_evolution.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-rarity .evolution.fadeArrowAnim {
	-webkit-animation: fadeScaleAnim 0.4s ease 0.5s;
	animation: fadeScaleAnim 0.4s ease 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-rarity .evolution.fadeArrowLeftAnimIESP {
	-webkit-animation: fadeArrowLeftAnimIESP 1.5s ease 0.6s;
	animation: fadeArrowLeftAnimIESP 1.5s ease 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-rarity .beast {
	position: absolute;
	top: 227px;
	left: -6px;
	width: 295px;
	height: 169px;
	background: url(../images/substr/sp_howto_img_evolution_beast.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-rarity .beast.fadeInAnim {
	-webkit-animation: fadeScaleAnim 0.4s ease 1s;
	animation: fadeScaleAnim 0.4s ease 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-rarity .beastkai {
	position: absolute;
	top: 356px;
	left: 34px;
	width: 227px;
	height: 248.5px;
	background: url(../images/substr/sp_howto_img_evolution_beastkai.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-rarity .beastkai.fadeInAnim {
	-webkit-animation: fadeScaleAnim 0.4s ease 1.4s;
	animation: fadeScaleAnim 0.4s ease 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

/* #substr.howto section .howto-rarity .beast-arrow {
    position: absolute;
    top: 321px;
    left: 135px;
    width: 57.5px;
    height: 45.5px;
    background: url(../images/substr/sp_howto_img_evolution_arrow.png) top center no-repeat;
    background-size: 57.5px 45.5px;} */
#substr.howto section .howto-rarity .beast-arrow.beastEffectAnim {
	-webkit-animation: beastEffectAnim 1.2s ease 1.4s;
	animation: beastEffectAnim 1.2s ease 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

#substr.howto section .howto-quest h3 {
	position: absolute;
	top: 12px;
	left: 14px;
	width: 257px;
	height: 106px;
	background: url(../images/substr/sp_howto_subtitle_evolution_quest.png) top center no-repeat;
	background-size: 257px 106px;
}

#substr.howto section .howto-quest .turtle {
	position: absolute;
	top: 163px;
	right: 16px;
	width: 73.5px;
	height: 81.5px;
	background: url(../images/substr/sp_howto_img_evolution_turtle.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-quest .day {
	position: absolute;
	top: 268px;
	right: 8px;
	width: 91.5px;
	height: 82px;
	background: url(../images/substr/sp_howto_img_evolution_day.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-quest .event {
	position: absolute;
	top: 143px;
	left: -25px;
	width: 213.5px;
	height: 207px;
	background: url(../images/substr/sp_howto_img_evolution_event.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-quest .sub {
	position: absolute;
	top: 121px;
	left: -18px;
	width: 60px;
	height: 59px;
	background: url(../images/substr/sp_howto_img_evolution_event_sub.png) top center no-repeat;
	background-size: 60px 59px;
	z-index: 10;
	-webkit-animation: blinkAnim 2s ease-in-out infinite;
	animation: blinkAnim 2s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*---- 属性やアビリティを活かしてデッキを編成 ----*/
#substr.howto section .howto-attribute {
	position: relative;
	height: 420px;
}

#substr.howto section .howto-attribute h3 {
	position: absolute;
	top: 11px;
	left: 26px;
	width: 232px;
	height: 94px;
	background: url(../images/substr/sp_howto_subtitle_deck_attribute.png) top center no-repeat;
	background-size: 232px 94px;
}

#substr.howto section .howto-attribute .attribute {
	position: absolute;
	top: 120px;
	left: 13px;
	width: 163px;
	height: 197px;
	background: url(../images/substr/sp_howto_img_deck_attribute.png) top center no-repeat;
	background-size: 163px 197px;
}

#substr.howto section .howto-attribute .m-0121 {
	position: absolute;
	top: 114px;
	right: 33px;
	width: 79px;
	height: 79px;
	background: url(../images/substr/sp_howto_img_deck_0121.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-attribute .m-0125 {
	position: absolute;
	top: 261px;
	right: 27px;
	width: 79px;
	height: 79px;
	background: url(../images/substr/sp_howto_img_deck_0125.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-attribute .m-0129 {
	position: absolute;
	top: 185px;
	right: -18px;
	width: 79px;
	height: 79px;
	background: url(../images/substr/sp_howto_img_deck_0129.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-attribute .m-0133 {
	position: absolute;
	top: 332px;
	left: 110px;
	width: 79px;
	height: 79px;
	background: url(../images/substr/sp_howto_img_deck_0133.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-attribute .m-0137 {
	position: absolute;
	top: 338px;
	right: -7px;
	width: 79px;
	height: 79px;
	background: url(../images/substr/sp_howto_img_deck_0137.png) top center no-repeat;
	background-size: contain;
}

#substr.howto section .howto-ability {
	position: relative;
	height: 837px;
}

#substr.howto section .howto-ability h3 {
	position: absolute;
	top: 11px;
	left: 26px;
	width: 232px;
	height: 94px;
	background: url(../images/substr/sp_howto_subtitle_deck_ability.png) top center no-repeat;
	background-size: 232px 94px;
}

#substr.howto section .howto-ability .barrier {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 225px;
	height: 347px;
	background: url(../images/substr/sp_howto_img_ability_barrier_bg.png) top center no-repeat;
	background-size: 225px 347px;
}

#substr.howto section .howto-ability .barrier .txt {
	position: absolute;
	bottom: 98px;
	left: -48px;
	width: 153px;
	height: 54px;
	background: url(../images/substr/sp_howto_txt_ability_barrier.png) top center no-repeat;
	background-size: 153px 54px;
	z-index: 50px;
}

#substr.howto section .howto-ability .barrier .m-3310 {
	position: absolute;
	top: 21px;
	left: -17px;
	width: 147px;
	height: 149px;
	background: url(../images/substr/sp_howto_img_ability_3310.png) top center no-repeat;
	background-size: 147px 149px;
	z-index: 20;
}

#substr.howto section .howto-ability .barrier .m-3436 {
	position: absolute;
	top: 192px;
	left: 130px;
	width: 86px;
	height: 86px;
	background: url(../images/substr/sp_howto_img_ability_3436.png) top center no-repeat;
	background-size: 86px 86px;
	z-index: 50;
}

#substr.howto section .howto-ability .barrier .m-3436.upAttackAnim {
	-webkit-animation: upAttackAnim 1s ease 0s;
	animation: upAttackAnim 1s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transform: translate(-53px, -71px);
	-webkit-transform: translate(-53px, -71px);
}

#substr.howto section .howto-ability .barrier .m-3436.upAttackAnimIESP {
	-webkit-animation: upAttackAnimIESP 1.3s ease 0s;
	animation: upAttackAnimIESP 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-ability .barrier .m-3436-shadow {
	position: absolute;
	top: 204px;
	left: 143px;
	width: 89px;
	height: 101px;
	background: url(../images/substr/sp_howto_img_ability_3436_shadow.png) top center no-repeat;
	background-size: contain;
	z-index: 40;
}

#substr.howto section .howto-ability .barrier .m-3436-shadow.upAttackShadowAnim {
	-webkit-animation: upAttackShadowAnim 1s ease 0s;
	animation: upAttackShadowAnim 1s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(-53px, -71px);
	-webkit-transform: translate(-53px, -71px);
}

#substr.howto section .howto-ability .barrier .m-3436-shadow.upAttackShadowAnimIESP {
	-webkit-animation: upAttackShadowAnimIESP 1.3s ease 0s;
	animation: upAttackShadowAnimIESP 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-ability .barrier .m-3436-impact {
	position: absolute;
	top: 97px;
	left: 51px;
	width: 93px;
	height: 93px;
	background: url(../images/substr/sp_howto_img_ability_impact.png) top center no-repeat;
	background-size: 93px 93px;
	z-index: 40;
}

#substr.howto section .howto-ability .barrier .m-3436-impact.fadeInAnim {
	-webkit-animation: fadeInAnim 0.7s ease 0s;
	animation: fadeInAnim 0.7s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-ability .barrier .m-3436-effect {
	position: absolute;
	top: 86px;
	left: 40px;
	width: 131px;
	height: 99px;
	background: url(../images/substr/sp_howto_img_ability_effect.png) top center no-repeat;
	background-size: 131px 99px;
	z-index: 30;
}

#substr.howto section .howto-ability .barrier .m-3436-effect.upAttackEffectAnim {
	-webkit-animation: upAttackEffectAnim 1.3s ease 0s;
	animation: upAttackEffectAnim 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(-10px, -10px);
	-webkit-transform: translate(-10px, -10px);
}

#substr.howto section .howto-ability .barrier .m-3436-arrow {
	position: absolute;
	top: 73px;
	right: 8px;
	width: 95px;
	height: 150px;
	background: url(../images/substr/sp_howto_img_ability_3436_arrow.png) top center no-repeat;
	background-size: 95px 150px;
}

#substr.howto section .howto-ability .barrier .txt-gakin {
	position: absolute;
	top: 48px;
	left: 129px;
	width: 71px;
	height: 28px;
	background: url(../images/substr/sp_howto_txt_ability_gakin.png) top center no-repeat;
	background-size: 71px 28px;
	z-index: 20;
}

#substr.howto section .howto-ability .barrier .txt-gakin.upAttackEffectAnim {
	-webkit-animation: upAttackEffectAnim 1.3s ease 0s;
	animation: upAttackEffectAnim 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(-10px, -10px);
	-webkit-transform: translate(-10px, -10px);
}

#substr.howto section .howto-ability .wall {
	position: absolute;
	bottom: 12px;
	left: 30px;
	width: 225px;
	height: 346px;
	background: url(../images/substr/sp_howto_img_ability_wall_bg.png) top center no-repeat;
	background-size: 225px 346px;
}

#substr.howto section .howto-ability .wall .m-0581 {
	position: absolute;
	top: 72px;
	left: 100px;
	width: 92px;
	height: 92px;
	background: url(../images/substr/sp_howto_img_ability_0581.png) top center no-repeat;
	background-size: 92px 92px;
	z-index: 50;
}

#substr.howto section .howto-ability .wall .m-0581.downAttackAnim {
	-webkit-animation: downAttackAnim 1.3s ease 0s;
	animation: downAttackAnim 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transform: translate(-78px, 42px);
	-webkit-transform: translate(-78px, 42px);
}

#substr.howto section .howto-ability .wall .m-0581.downAttackAnimIESP {
	-webkit-animation: downAttackAnimIESP 1.3s ease 0s;
	animation: downAttackAnimIESP 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-ability .wall .m-0581-shadow {
	position: absolute;
	top: 44px;
	left: 114px;
	width: 104px;
	height: 107px;
	background: url(../images/substr/sp_howto_img_ability_0581_shadow.png) top center no-repeat;
	background-size: contain;
	z-index: 40;
}

#substr.howto section .howto-ability .wall .m-0581-shadow.downAttackShadowAnim {
	-webkit-animation: downAttackShadowAnim 1.3s ease 0s;
	animation: downAttackShadowAnim 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: translate(-78px, 42px);
	-webkit-transform: translate(-78px, 42px);
}

#substr.howto section .howto-ability .wall .m-0581-shadow.downAttackShadowAnimIESP {
	-webkit-animation: downAttackShadowAnimIESP 1.3s ease 0s;
	animation: downAttackShadowAnimIESP 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#substr.howto section .howto-ability .wall .m-0581-effect {
	position: absolute;
	top: 103px;
	left: 11px;
	width: 114px;
	height: 114px;
	background: url(../images/substr/sp_howto_img_ability_0581_effect.png) top center no-repeat;
	background-size: 114px 114px;
	z-index: 30;
}

#substr.howto section .howto-ability .wall .m-0581-effect.downAttackEffectAnim {
	-webkit-animation: downAttackEffectAnim 1.3s ease 0s;
	animation: downAttackEffectAnim 1.3s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

#substr.howto section .howto-ability .wall .m-0581-arrow {
	position: absolute;
	top: 121px;
	left: 77px;
	width: 124px;
	height: 131px;
	background: url(../images/substr/sp_howto_img_ability_0581_arrow.png) top center no-repeat;
	background-size: 124px 131px;
	transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
}

#substr.howto section .howto-ability .wall .txt {
	position: absolute;
	top: 26px;
	right: -47px;
	width: 182px;
	height: 54px;
	background: url(../images/substr/sp_howto_txt_ability_wall.png) top center no-repeat;
	background-size: 182px 54px;
	z-index: 50;
}

/*---- 遊び方キーフレーム ----*/
/*---- 共通 ----*/
@keyframes fallInAnim {
	0% {
		opacity: 0;
		transform: scale3d(5, 5, 5);
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@keyframes -webkit-fallInAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(5, 5, 5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@keyframes fadeUpAnim {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		transform: translateY(-40px);
	}
}

@keyframes -webkit-fadeUpAnim {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(-40px);
	}
}

@keyframes fadeInAnim {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes -webkit-fadeInAnim {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeScaleAnim {
	0% {
		opacity: 0;
		transform: scale(0.1, 0.1) translateZ(0);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1) translateZ(0);
	}
}

@keyframes -webkit-fadeScaleAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1) translateZ(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1) translateZ(0);
	}
}

@keyframes floatAnim {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes -webkit-floatAnim {
	0% {
		-webkit-transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-8px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes bulbulAnim {
	0% {
		transform: rotate(0deg) translate(0, 0);
	}

	13% {
		transform: rotate(0.3deg) translate(0, -1px);
	}

	25% {
		transform: rotate(0.7deg) translate(-1px, 1px);
	}

	36% {
		transform: rotate(0.7deg) translate(0, 0);
	}

	50% {
		transform: rotate(0deg) translate(1px, 0);
	}

	63% {
		transform: rotate(-0.4deg) translate(0, 0);
	}

	75% {
		transform: rotate(-0.8deg) translate(-1px, 1px);
	}

	86% {
		transform: rotate(-0.4deg) translate(0, -1px);
	}

	100% {
		transform: rotate(0deg) translate(1px, 0);
	}
}

@keyframes -webkit-bulbulAnim {
	0% {
		-webkit-transform: rotate(0deg) translate(0, 0);
	}

	13% {
		-webkit-transform: rotate(0.3deg) translate(0px, -1px);
	}

	25% {
		-webkit-transform: rotate(0.7deg) translate(-1px, 1px);
	}

	36% {
		-webkit-transform: rotate(0.7deg) translate(0px, 0);
	}

	50% {
		-webkit-transform: rotate(0deg) translate(1, 0);
	}

	63% {
		-webkit-transform: rotate(-0.4deg) translate(1px, 0);
	}

	75% {
		-webkit-transform: rotate(-0.8deg) translate(0, 1px);
	}

	86% {
		-webkit-transform: rotate(-0.4deg) translate(-1px, -1px);
	}

	100% {
		-webkit-transform: rotate(0deg) translate(0, 0);
	}
}

@keyframes monsterEffectAnim {
	0% {
		opacity: 1;
		transform: scale(1, 1) translateY(0);
	}

	50% {
		opacity: 0.5;
		transform: translateY(-6px);
	}

	100% {
		opacity: 0;
		transform: scale(1.3, 1.3) translateY(0);
	}
}

@keyframes -webkit-monsterEffectAnim {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1) translateY(0);
	}

	50% {
		opacity: 0.5;
		-webkit-transform: translateY(-8px);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.3, 1.3) translateY(0);
	}
}

@keyframes blinkAnim {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes repeatRight {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(20px, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes -webkit-repeatRight {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(20px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes repeatDown {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes -webkit-repeatDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes repeatRightDown {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(10px, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes -webkit-repeatRightDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(10px, 10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes repeatRightUp {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(10px, -10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes -webkit-repeatRightUp {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(10px, -10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes repeatLeftDown {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes -webkit-repeatLeftDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-10px, 10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes repeatLeftUp {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes -webkit-repeatLeftUp {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-10px, -10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

/*---- 個別 ----*/
/* action */
@keyframes fingerPullAnim {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-46px, 48px);
	}

	100% {
		transform: translate(-46px, 48px);
	}
}

@keyframes -webkit-fingerPullAnim {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-46px, 48px);
	}

	100% {
		-webkit-transform: translate(-46px, 48px);
	}
}

@keyframes fingerPullAnimIESP {
	0% {
		top: 144px;
		left: 31px;
	}

	50% {
		top: 192px;
		left: -15px;
	}

	100% {
		top: 192px;
		left: -15px;
	}
}

@keyframes -webkit-fingerPullAnimIESP {
	0% {
		top: 144px;
		left: 31px;
	}

	50% {
		top: 192px;
		left: -15px;
	}

	100% {
		top: 192px;
		left: -15px;
	}
}

@keyframes fingerDetachAnim {
	0% {
		transform: translate(0, 0) scale3d(1, 1, 1) rotate(0deg);
	}

	100% {
		transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
	}
}

@keyframes -webkit-fingerDetachAnim {
	0% {
		-webkit-transform: translate(0, 0) scale3d(1, 1, 1) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
	}
}

@keyframes fingerDetachShadowAnim {
	0% {
		opacity: 0;
		transform: translate(0, 0) scale3d(1, 1, 1) rotate(0deg);
	}

	100% {
		opacity: 1;
		transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(20deg);
	}
}

@keyframes -webkit-fingerDetachShadowAnim {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0) scale3d(1, 1, 1) rotate(0deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(16px, -24px) scale3d(1.2, 1.2, 1.2) rotate(20deg);
	}
}

@keyframes attackEffectAnim {
	0% {
		opacity: 1;
		transform: scale(1, 1);
	}

	100% {
		opacity: 0;
		transform: scale(2.5, 2.5);
	}
}

@keyframes -webkit-attackEffectAnim {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2.5, 2.5);
	}
}

@keyframes attackAnim {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(104px, -147px);
	}
}

@keyframes -webkit-attackAnim {
	0% {
		-webkit-transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(104px, -147px);
	}
}

@keyframes attackAnimIESP {
	0% {
		top: 244px;
		left: 16px;
	}

	100% {
		top: 97px;
		left: 120px;
	}
}

@keyframes -webkit-attackAnimIESP {
	0% {
		top: 244px;
		left: 16px;
	}

	100% {
		top: 97px;
		left: 120px;
	}
}

@keyframes attackShadowAnim {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		transform: translate(104px, -147px);
	}
}

@keyframes -webkit-attackShadowAnim {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(104px, -147px);
	}
}

@keyframes attackShadowAnimIESP {
	0% {
		opacity: 0;
		top: 262px;
		left: -46px;
	}

	100% {
		opacity: 1;
		top: 115px;
		left: 58px;
	}
}

@keyframes -webkit-attackShadowAnimIESP {
	0% {
		opacity: 0;
		top: 262px;
		left: -46px;
	}

	100% {
		opacity: 1;
		top: 115px;
		left: 58px;
	}
}

@keyframes attackKanAnim {
	0% {
		opacity: 0;
		transform: scale(1, 1);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(2, 2);
	}
}

@keyframes -webkit-attackKanAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2, 2);
	}
}

/* connect */
@keyframes screenInLeftDown {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		transform: translate(260px, 163px);
	}
}

@keyframes -webkit-screenInLeftDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(260px, 163px);
	}
}

@keyframes screenInRightDown {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		transform: translate(-100px, 170px);
	}
}

@keyframes -webkit-screenInRightDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-100px, 170px);
	}
}

@keyframes screenInRightDownIESP {
	0% {
		opacity: 0;
		top: 49px;
		right: -120px;
	}

	100% {
		opacity: 1;
		top: 219px;
		right: -19px;
	}
}

@keyframes -webkit-screenInRightDownIESP {
	0% {
		opacity: 0;
		top: 49px;
		right: -120px;
	}

	100% {
		opacity: 1;
		top: 219px;
		right: -19px;
	}
}

@keyframes screenInRightUp {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		transform: translate(120px, -90px);
	}
}

@keyframes -webkit-screenInRightUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(120px, -90px);
	}
}

@keyframes screenInRightUpIESP {
	0% {
		opacity: 0;
		top: 588px;
		left: -137px;
	}

	100% {
		opacity: 1;
		top: 498px;
		left: -17px;
	}
}

@keyframes -webkit-screenInRightUpIESP {
	0% {
		opacity: 0;
		top: 588px;
		left: -137px;
	}

	100% {
		opacity: 1;
		top: 498px;
		left: -17px;
	}
}

/* evolution */
@keyframes fadeArrowAnimSp {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		transform: translateY(40px);
	}
}

@keyframes -webkit-fadeArrowAnimSp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}
}

@keyframes fadeArrowLeftAnimIESP {
	0% {
		opacity: 0;
		top: 243px;
	}

	100% {
		opacity: 1;
		top: 283px;
	}
}

@keyframes -webkit-fadeArrowLeftAnimIESP {
	0% {
		opacity: 0;
		top: 243px;
	}

	100% {
		opacity: 1;
		top: 283px;
	}
}

@keyframes beastEffectAnim {
	0% {
		opacity: 0;
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.3, 1.3);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

@keyframes -webkit-beastEffectAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.3, 1.3);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

/* ability */
@keyframes upAttackAnim {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-53px, -71px);
	}
}

@keyframes -webkit-upAttackAnim {
	0% {
		-webkit-transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-53px, -71px);
	}
}

@keyframes upAttackAnimIESP {
	0% {
		top: 192px;
		left: 130px;
	}

	100% {
		top: 121px;
		left: 77px;
	}
}

@keyframes -webkit-upAttackAnimIESP {
	0% {
		top: 192px;
		left: 130px;
	}

	100% {
		top: 121px;
		left: 77px;
	}
}

@keyframes upAttackShadowAnim {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 0.8;
		transform: translate(-53px, -71px);
	}
}

@keyframes -webkit-upAttackShadowAnim {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0.8;
		-webkit-transform: translate(-53px, -71px);
	}
}

@keyframes upAttackShadowAnimIESP {
	0% {
		opacity: 0;
		top: 217px;
		left: 149px;
	}

	100% {
		opacity: 0.8;
		top: 146px;
		left: 96px;
	}
}

@keyframes -webkit-upAttackShadowAnimIESP {
	0% {
		opacity: 0;
		top: 217px;
		left: 149px;
	}

	100% {
		opacity: 0.8;
		top: 146px;
		left: 96px;
	}
}

@keyframes upAttackEffectAnim {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		transform: translate(-10px, -10px);
	}
}

@keyframes -webkit-upAttackEffectAnim {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-10px, -10px);
	}
}

@keyframes downAttackAnim {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-78px, 42px);
	}
}

@keyframes -webkit-downAttackAnim {
	0% {
		-webkit-transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-78px, 42px);
	}
}

@keyframes downAttackAnimIESP {
	0% {
		top: 72px;
		left: 100px;
	}

	100% {
		top: 114px;
		left: 22px;
	}
}

@keyframes -webkit-downAttackAnimIESP {
	0% {
		top: 72px;
		left: 100px;
	}

	100% {
		top: 114px;
		left: 22px;
	}
}

@keyframes downAttackShadowAnim {
	0% {
		opacity: 0;
		transform: translate(0, 0);
	}

	100% {
		opacity: 0.8;
		transform: translate(-78px, 42px);
	}
}

@keyframes -webkit-downAttackShadowAnim {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0.8;
		-webkit-transform: translate(-78px, 42px);
	}
}

@keyframes downAttackShadowAnimIESP {
	0% {
		opacity: 0;
		top: 44px;
		left: 109px;
	}

	100% {
		opacity: 0.8;
		top: 86px;
		left: 31px;
	}
}

@keyframes -webkit-downAttackShadowAnimIESP {
	0% {
		opacity: 0;
		top: 44px;
		left: 109px;
	}

	100% {
		opacity: 0.8;
		top: 86px;
		left: 31px;
	}
}

@keyframes downAttackEffectAnim {
	0% {
		opacity: 0;
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

@keyframes -webkit-downAttackEffectAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.1, 1.1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

/* アニメーション対応端末判定 */
.checkAnim {
	-webkit-animation: checkAnim 0.1s ease 0s;
	animation: checkAnim 0.1s ease 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

@keyframes checkAnim {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes -webkit-checkAnim {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
協力プレイ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* #substr.connect{}
#substr.connect section{} */
#substr.connect section .connect-contents-wrapper {
	padding-top: 10px;
}

/*---- ページタイトル ----*/
#substr.connect section .pagetitle {
	background: url(../images/substr/sp_connect_pagetitle.png) top center no-repeat;
	background-size: 300px 67px;
}

/*---- コンテンツブロック ----*/
#substr.connect section .contents-block01,
#substr.connect section .contents-block02,
#substr.connect section .contents-block03,
#substr.connect section .contents-block04 {
	width: 300px;
	text-align: center;
	margin: 0px auto 20px auto;
}

#substr.connect section .contents-block04 {
	margin-bottom: 40px;
}

#substr.connect section .block-header {
	text-indent: -9999px;
	width: 300px;
	height: 95px;
}

#substr.connect section .block-main-area {
	width: 300px;
}

#substr.connect section .block-main-area .anime-content {
	display: none;
}

/*---- コンテンツブロック01 ----*/
#substr.connect section .contents-block01 .block-header {
	background: url(../images/substr/sp_connect_block01_title.png) top center no-repeat;
	background-size: 300px 95px;
}

#substr.connect section .contents-block01 .block-main-area .img-content-01 {
	height: 275px;
	background: url(../images/substr/sp_connect_block01_img01.png) top center no-repeat;
	background-size: 300px 275px;
}

#substr.connect section .contents-block01 .block-main-area .img-content-02 {
	height: 335px;
	background: url(../images/substr/sp_connect_block01_img02.png) top center no-repeat;
	background-size: 300px 335px;
}

#substr.connect section .contents-block01 .block-main-area .img-content-03 {
	height: 257px;
	background: url(../images/substr/sp_connect_block01_img03.png) top center no-repeat;
	background-size: 300px 257px;
}

/*---- コンテンツブロック02 ----*/
#substr.connect section .contents-block02 .block-header {
	background: url(../images/substr/sp_connect_block02_title.png) top center no-repeat;
	background-size: 300px 95px;
}

#substr.connect section .contents-block02 .block-main-area .img-content-01 {
	height: 420px;
	background: url(../images/substr/sp_connect_block02_img01.png) top center no-repeat;
	background-size: 300px 420px;
}

#substr.connect section .contents-block02 .block-main-area .img-content-02 {
	height: 467px;
	background: url(../images/substr/sp_connect_block02_img02.png) top center no-repeat;
	background-size: 300px 467px;
}

/*---- コンテンツブロック03 ----*/
#substr.connect section .contents-block03 .block-header {
	background: url(../images/substr/sp_connect_block03_title.png) top center no-repeat;
	background-size: 300px 95px;
}

#substr.connect section .contents-block03 .block-main-area .img-content-01 {
	height: 505px;
	background: url(../images/substr/sp_connect_block03_img01.png) top center no-repeat;
	background-size: 300px 505px;
}

#substr.connect section .contents-block03 .block-main-area .img-content-02 {
	height: 477px;
	background: url(../images/substr/sp_connect_block03_img02.png) top center no-repeat;
	background-size: 300px 477px;
}

/*---- コンテンツブロック04 ----*/
#substr.connect section .contents-block04 .block-header {
	background: url(../images/substr/sp_connect_block04_title.png) top center no-repeat;
	background-size: 300px 95px;
}

#substr.connect section .contents-block04 .block-main-area .img-content-01 {
	height: 420px;
	background: url(../images/substr/sp_connect_block04_img01.png) top center no-repeat;
	background-size: 300px 420px;
}

#substr.connect section .contents-block04 .block-main-area .img-content-02 {
	height: 427px;
	background: url(../images/substr/sp_connect_block04_img02.png) top center no-repeat;
	background-size: 300px 427px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* #substr.news{}
#substr.news section{} */
#substr.news section .news-contents-wrapper {
	padding-top: 10px;
}

/*---- ページタイトル ----*/
#substr.news section .pagetitle {
	background: url(../images/substr/sp_news_pagetitle.png) top center no-repeat;
	background-size: 300px 67px;
}

/*---- メインコンテンツエリア ----*/
#substr.news section .main-contents-wrapper {
	margin-bottom: 40px;
}

/*---- ニュースカテゴリ ----*/
#substr.news section .news_strong a {
	color: #cc0000;
}

#substr.news section .news_strong a:link {
	color: #cc0000;
}

#substr.news section .news_strong a:hover {
	color: #cc0000;
}

#substr.news section .news-icon,
.article .news-icon {
	display: inline-block;
	width: 80px;
	flex: 0 0 80px;
	line-height: 1.3em;
	overflow: hidden;
	background-color: #4d4d4d;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
	padding: 2px 1px 1px 1px;
	box-sizing: border-box;
}

.article .news-icon {
	margin-top: 0;
}

#substr.news section .news-icon.important,
.article .news-icon.important {
	background-color: #cc0000;
}

#substr.news section .news-icon.event,
.article .news-icon.event {
	background-color: #268044;
}

#substr.news section .news-icon.campaign,
.article .news-icon.campaign {
	background-color: #a6195f;
}

#substr.news section .news-icon.update,
.article .news-icon.update {
	background-color: #0077b3;
}

#substr.news section .news-icon.obstacle,
.article .news-icon.obstacle {
	background-color: #862db3;
}

#substr.news section .news-icon.maintenance,
.article .news-icon.maintenance {
	background-color: #cc5500;
}

#substr.news section .news-icon.anime,
.article .news-icon.anime {
	background-color: #32afae;
}

#substr.news section .news-icon.other,
.article .news-icon.other {
	background-color: #4d4d4d;
}

/*---- ニュース新着アイコン ----*/
sup.newicon {
	text-indent: -9999px;
	display: inline-block;
	width: 36px;
	height: 15px;
	margin: -2px 0px 0px 2px;
	background: url(../images/common/common_newicon.png) top center no-repeat;
	background-size: 36px 15px;
}

.new-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 52px;
	width: 52px;
	height: 16px;
	color: #fff;
	background: linear-gradient(0deg, rgba(220, 42, 27, 1) 0%, rgba(255, 102, 68, 1) 100%);
	font-family:
		"Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/*---- ニュース追記, 追加情報アイコン ----*/
.add-text-icon,
.add-info-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 52px;
	width: 52px;
	height: 16px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background: linear-gradient(0deg, rgba(221, 198, 0, 1) 0%, rgba(241, 248, 121, 1) 100%);
}

/*---- ニュース一覧 ----*/
#substr.news section .news-contents {
	width: 100%;
	font-size: 13px;
}

#substr.news section .news-contents .news-header {
	width: 100%;
	height: 16px;
	background: url(../images/substr/sp_news_header.png) top center no-repeat;
	background-size: 300px 16px;
}

#substr.news section .news-contents .news-contents-area {
	width: 100%;
	height: auto;
	background: url(../images/substr/sp_news_content.png) top center repeat-y;
	background-size: 300px 20px;
}

/* #substr.news section .news-contents .news-content-list{} */
#substr.news section .news-contents .news-content-list ul {
	width: 250px;
	padding: 2px 35px 10px;
}

#substr.news section .news-contents .news-content-list li {
	line-height: 1.6em;
	border-bottom: 1px #cccccc solid;
	padding: 8px 0px 8px;
}

#substr.news section .news-contents .news-content-list li:last-child {
	border-bottom: none;
}

#substr.news section .news-contents .news-content-list .article-head {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

#substr.news section .news-contents .news-content-list .posttime {
	display: inline-block;
	font-size: 11px;
	margin: 0px 6px;
}

/* #substr.news section .news-contents .news-content-list .news-icon{} */
#substr.news section .news-contents .news-content-list .articletitle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.6em;
	padding-top: 1px;
}

#substr.news section .news-contents .news-content-list .newicon img {
	vertical-align: text-bottom;
}

#substr.news section .news-contents .news-footer {
	width: 100%;
	height: 6px;
	background: url(../images/substr/sp_news_footer.png) top center no-repeat;
	background-size: 300px 6px;
}

/*---- ニュース一覧 ページング ----*/
#substr.news section .news-contents .news-add-area {
	width: 100%;
	height: auto;
	background: url(../images/substr/sp_news_content_add.png) top center repeat-y;
	background-size: 300px 1px;
}

#substr.news section .news-contents .news-footer-add {
	width: 100%;
	height: 8px;
	background: url(../images/substr/sp_news_footer_add.png) top center no-repeat;
	background-size: 300px 8px;
}

#substr.news section .news-contents .news-paging {
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 0px auto 0px auto;
}

#substr.news section .news-contents .news-paging-content {
	width: 300px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
}

#substr.news section .news-contents .news-paging-content ul {
	position: relative;
	left: 50%;
	float: left;
}

#substr.news section .news-contents .news-paging-content li {
	line-height: 1.6em;
	position: relative;
	left: -50%;
	float: left;
	height: 40px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	font-size: 13px;
}

#substr.news section .news-contents .news-paging-content li.pc-only {
	display: none !important;
}

#substr.news section .news-contents .news-paging-content li:last-child {
	margin: 0px 0px 10px 0px;
}

#substr.news section .news-contents .news-paging-content li span {
	display: block;
	height: 26px;
	padding-top: 10px;
}

#substr.news section .news-contents .news-paging-content li.paging-back,
#substr.news section .news-contents .news-paging-content li.paging-next {
	display: block;
	width: 135px;
	height: 40px;
	background: url(../images/substr/sp_news_page_btn_off.png) top center no-repeat;
	background-size: 135px 40px;
	color: #b8becc;
}

#substr.news section .news-contents .news-paging-content li.paging-back a,
#substr.news section .news-contents .news-paging-content li.paging-next a {
	display: block;
	width: 135px;
	height: 40px;
	background: url(../images/substr/sp_news_page_btn.png) bottom center no-repeat;
	background-size: 135px 40px;
	color: #3a486a;
	text-decoration: none;
}

/*---- ニュース詳細 ----*/
#substr.news section .news-contents .news-content-detail {
	width: 250px;
	margin: 0px auto;
	padding: 10px 35px 20px;
	line-height: 1.4em;
}

#substr.news section .news-contents .news-content-detail .news_details_title .news_details_title_head {
	display: flex;
	align-items: center;
}

#substr.news section .news-contents .news-content-detail .news_details_title .posttime {
	font-size: 11px;
	margin: 0px 6px;
}

#substr.news section .news-contents .news-content-detail .news_details_title h2 {
	clear: both;
	overflow: hidden;
	width: 250px;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 4px solid #264480;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0em;
}

/*---- ニュース詳細 記事内----*/
/*---- 注意：JP版は 記事本文のstyleは、common.css は使用せず、baseの中で指定。 ----*/
.entry-contents {
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-size: 90%;
}

.entry-contents strong,
.entry-contents h1,
.entry-contents h2,
.entry-contents h3,
.entry-contents h4,
.entry-contents h5,
.entry-contents h6 {
	font-weight: bold;
}

.entry-contents em {
	font-style: italic;
}

.entry-contents ol {
	list-style-type: decimal;
}

.entry-contents ul {
	list-style-type: disc;
}

.entry-contents ol,
.entry-contents ul {
	margin-left: 20px;
}

.entry-contents .answerImage,
.entry-contents .setImg {
	padding: 0 0 20px 0;
	margin-top: 10px;
	text-align: center;
}

.entry-contents .answerImage img,
.entry-contents .setImg img {
	max-width: 100%;
	height: auto;
	border: #f3ff37 solid 3px;
}

.entry-contents img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 10px 0;
}

.entry-contents table {
	width: 100% !important;
}

.entry-contents .news-scrollwrapper {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

/*---- ニュース詳細 アプリボタン ----*/
#substr.news section .news-contents .news-detail-app-btn-area {
	width: 250px;
	border-top: 1px #cccccc solid;
	margin: 30px auto 0px;
	padding-top: 28px;
	text-align: center;
	vertical-align: top;
	line-height: 8px;
}

#substr.news section .news-contents .news-detail-app-btn-text {
	font-size: 80%;
	line-height: 1.8;
	text-align: center;
}

#substr.news section .news-contents .news-detail-app-btn-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
}

#substr.news section .news-contents .news-detail-app-btn-item a {
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999px;
	display: block;
}

#substr.news section .news-contents .news-detail-app-btn-item:first-child a {
	width: 107px;
	height: 39.5px;
	background: url("../images/common/top_iosbtn.png") top center no-repeat;
	background-size: 100%;
	margin-right: 10px;
}

#substr.news section .news-contents .news-detail-app-btn-item:last-child a {
	width: 132.6px;
	height: 39.5px;
	background: url("../images/common/top_androidbtn.png") top center no-repeat;
	background-size: 100%;
}

/*---- ニュース詳細 ソーシャルボタン ----*/
#substr.news section .news-contents .news-detail-social-area {
	width: 250px;
	border-top: 1px #cccccc solid;
	margin: 30px auto 0px;
	padding-top: 15px;
	text-align: center;
	vertical-align: top;
	line-height: 8px;
}

#substr.news section .news-contents .news-detail-social-area div {
	line-height: 8px;
	vertical-align: top;
	display: inline-block;
}

/* #substr.news section .news-contents .news-detail-social-area .tw{} */
#substr.news section .news-contents .news-detail-social-area .fb {
	margin-bottom: -4px;
}

#substr.news section .news-contents .news-detail-social-area .fb .fb-like > span {
	width: 100px !important;
}

#substr.news section .news-contents .news-detail-social-area .fb .fb-like > span iframe {
	width: 110px !important;
	left: -6px;
}

#substr.news section .news-contents .news-detail-social-area .line {
	margin-left: 14px;
}

/*---- ニュース詳細 一覧へ戻るボタン ----*/
/* #substr.news section .news-contents .news-btn-list-back{} */
#substr.news section .news-contents .news-btn-list-back p {
	width: 150px;
	margin: 0px auto 0px auto;
	padding: 20px 0 10px 0;
	text-align: center;
}

#substr.news section .news-contents .news-btn-list-back a {
	display: block;
	width: 150px;
	height: 45px;
	background: url(../images/substr/pc_news_btn_list_back.png) top center no-repeat;
}

#substr.news section .news-contents .news-btn-list-back a:hover {
	background-position: bottom;
}

/*---- 最新情報（バナー） ----*/
#substr.news section .news-newsbanner {
	margin: 20px 0px 0px 0px;
}

#substr.news section .news-newsbanner .news-newsbanner-header {
	width: 100%;
	height: 40px;
	background: url(../images/top/sp_top_newsbanner_header.png) top center no-repeat;
	background-size: 300px 40px;
}

#substr.news section .news-newsbanner .news-newsbanner-content {
	width: 100%;
	height: auto;
	background: url(../images/top/sp_top_commonlight_content.png) top center repeat-y;
	background-size: 300px 1px;
}

#substr.news section .news-newsbanner .news-newsbanner-content .carousel-box {
	width: 240px;
	padding: 15px 20px 2px;
	margin: 0 auto;
}

#substr.news section .news-newsbanner .news-newsbanner-content li {
	position: relative;
	text-align: center;
}

#substr.news section .news-newsbanner .news-newsbanner-content li img {
	width: 220px;
	height: 88px;
	margin: 0px;
	display: inline;
}

#substr.news section .news-newsbanner .news-newsbanner-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -28px;
	width: 56px;
	height: 39px;
}

/*---- バナー文言 ----*/
#substr.news section .news-newsbanner .news-newsbanner-content li .banner-message {
	display: none;
	position: absolute;
	top: 0;
	left: 10px;
	width: 220px;
	height: 88px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

#substr.news section .news-newsbanner .news-newsbanner-content li .banner-message p {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 68px;
	text-align: center;
	padding: 10px;
}

#substr.news section .news-newsbanner .news-newsbanner-footer {
	width: 100%;
	height: 7px;
	background: url(../images/top/sp_top_commonlight_footer.png) top center no-repeat;
	background-size: 300px 7px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Q&A
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* #substr.help{}
#substr.help section{} */

/*---- ページタイトル ----*/
#substr.help section h2,
#substr.help section h3 {
	font-family:
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		sans-serif;
}

#substr.help section .pagetitle {
	background: url(../images/substr/sp_help_pagetitle.png) top center no-repeat;
	background-size: 300px;
}

/*---- ページコンテンツ ----*/

#substr.help section .help-contents {
	margin-bottom: -8px;
}

#substr.help section .help-contents-header {
	width: 100%;
	height: 32px;
	margin-top: 15px;
	background: url(../images/substr/sp_help_contenttitle_header.png) top center no-repeat;
	background-size: 300px;
}

#substr.help section .help-contents-wrapper {
	background: url(../images/substr/sp_help_content_content.png) top center repeat-y;
	background-size: 300px;
	padding: 0 0 1px 0;
}

#substr.help section .help-contents-footer {
	width: 100%;
	height: 7px;
	background: url(../images/substr/sp_help_content_footer.png) top center no-repeat;
	background-size: 300px;
}

#substr.help section .help-contents-title {
	width: 100%;
	height: 42px;
	text-align: center;
	position: relative;
}

#substr.help section .help-contents-title h2 {
	width: 100%;
	height: 57px;
	background: url(../images/substr/sp_help_contenttitle.png) top center no-repeat;
	background-size: 242px;
	position: absolute;
	top: -24px;
	line-height: 57px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 4px 0px #151b35;
}

#substr.help section .help-question {
	background: url(../images/substr/sp_help_question-title_content.png) top center no-repeat;
	/*    background-size: 282px 28px;*/
	background-size: 282px 100%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 50px 4px 30px;
	position: relative;
	line-height: 18px;
}

#substr.help section .help-question-header {
	background: url(../images/substr/sp_help_question-title_header.png) top center no-repeat;
	background-size: 282px;
	margin: 0 auto;
	height: 6px;
}

#substr.help section .help-question-footer {
	background: url(../images/substr/sp_help_question-title_footer.png) top center no-repeat;
	background-size: 282px;
	margin: 0 auto;
	height: 6px;
	margin-bottom: 10px;
}

#substr.help section .help-box a:hover {
	text-decoration: none;
}

#substr.help section .help-question:after {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 13px;
	width: 22px;
	height: 10px;
	background: url(../images/substr/pc_help_arrow.png) top center no-repeat;
	background-size: 50%;
}

#substr.help section .current:after {
	background: url(../images/substr/pc_help_arrow_up.png) top center no-repeat;
	background-size: 50%;
}

#substr.help section .help-answer-box {
	display: none;
}

#substr.help section .help-answer-header {
	width: 100%;
	height: 6px;
	background: url(../images/substr/sp_help_content2_header.png) top center no-repeat;
	background-size: 282px;
}

#substr.help section .help-answer {
	font-size: 12px;
	color: #fff;
	padding: 1px 27px;
	margin: 0 auto;
	background: url(../images/substr/sp_help_content2_content.png) top center repeat-y;
	background-size: 282px;
	word-wrap: break-word;
}

#substr.help section .help-answer a {
	color: #e8e641;
	text-decoration: none;
}

#substr.help section .help-answer-footer {
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	background: url(../images/substr/sp_help_content2_footer.png) top center no-repeat;
	background-size: 282px;
}

#substr.help section .help-nav-header {
	width: 100%;
	height: 8px;
	background: url(../images/substr/sp_help_content_header.png) top center no-repeat;
	background-size: 300px;
	margin-top: 10px;
}

#substr.help section .help-nav-wrap {
	background: url(../images/substr/sp_help_content_content.png) top center repeat-y;
	padding: 2px 0;
	background-size: 300px;
}

#substr.help section .help-nav-list-header {
	background: url(../images/substr/sp_help_content2_header.png) top center no-repeat;
	background-size: 282px;
	width: 100%;
	height: 6px;
}

#substr.help section .help-nav-list {
	background: #1a2133;
	width: 282px;
	margin: 0 auto;
	padding: 2px 0px 4px 0px;
}

#substr.help section .help-nav-list-footer {
	background: url(../images/substr/sp_help_content2_footer.png) top center no-repeat;
	width: 100%;
	background-size: 282px;
	height: 5px;
}

#substr.help section .help-nav-list li {
	background: url(../images/substr/sp_help_offbtn.png) top center no-repeat;
	background-size: 265px;
	width: 100%;
	height: 47px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

#substr.help section .help-nav-list li:nth-last-child(1) {
	margin-bottom: 0px;
}

#substr.help section .help-nav-list li a:hover,
#substr.help section .help-nav-list .onbtn {
	text-decoration: none;
	color: #fff;
	background: url(../images/substr/sp_help_onbtn.png) top center no-repeat;
	background-size: 265px;
	width: 100%;
}

#substr.help section .help-nav-list li a {
	color: #3a486a;
	display: block;
	line-height: 47px;
}

#substr.help section .help-nav-footer {
	width: 100%;
	height: 8px;
	background: url(../images/substr/sp_help_content_footer.png) top center no-repeat;
	margin-bottom: 70px;
	background-size: 300px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
404
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* .error{}
.error section{} */

/*---- ヘッダー ----*/
.error header {
	position: relative;
	width: 100%;
	height: 203px;
	background: url(../images/substr/sp_error_vis.jpg) top center no-repeat #b80109;
	background-size: 640px 203px;
}

.error header .contentswrapper {
	width: 100%;
	margin: 0 auto;
}

.error header .logo {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -102px;
}

.error header .logo img {
	width: 205px;
	height: auto;
}

.error header .red {
	position: absolute;
	top: 11px;
	left: 66%;
	margin-left: -114px;
}

.error header .red img {
	width: 100px;
	height: auto;
}

.error header .blue {
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: -92px;
}

.error header .blue img {
	width: 70px;
	height: auto;
}

.error header .green {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 6px;
}

.error header .green img {
	width: 75px;
	height: auto;
}

.error section .error-contents {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.error section .error-contents .error-header {
	width: 300px;
	height: 71px;
	background: url(../images/substr/sp_error_header.png) top center no-repeat;
	background-size: 300px 71px;
}

.error section .error-contents .error-content {
	width: 300px;
	height: auto;
	background: url(../images/substr/sp_error_content.jpg) top center repeat-y;
	padding: 0 0px 3px;
	background-size: 300px 5px;
}

.error section .error-contents .error-content .txt {
	width: 275px;
	margin: 0px auto;
	text-align: center;
	padding: 15px 0;
}

.error section .error-contents .error-content .btn {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 75px;
	background: url(../images/substr/sp_error_officialsitebtn.png) top center no-repeat;
	background-size: 100%;
}

.error section .error-contents .error-content .btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

.error section .error-contents .error-content .btn:hover {
	background-position: bottom;
}

.error section .footerwrapper {
	width: 300px;
	margin: 0 auto;
}

.error section .error-contents .error-footer {
	width: 300px;
	height: 8px;
	background: url(../images/substr/sp_error_footer.png) top center no-repeat;
	background-size: 300px 8px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ライブラリ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*---- Dots_start ----*/
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	/*position: absolute;*/
	/* bottom: -24px;*/
	display: block;
	width: 100%;
	/* padding: 0; */
	/* margin: 0; */
	/* list-style: none; */
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 20px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	/* font-size: 0; */
	/* line-height: 0; */
	display: block;
	/* width: 20px; */
	/* height: 20px; */
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

/* .slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
    color: #fb9600;} */
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fb9600;
}

.slick-track {
	margin: 0 auto;
}

.slick-dots li button:before {
	/*font-family: 'slick';*/
	font-size: 35px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: -3px;
	/* width: 34px; */
	/* height: 38px; */
	content: "•";
	text-align: center;
	opacity: 1;
	color: #aeaeae;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* background: aquamarine; */
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -37px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.slick-prev {
	left: -40px;
	width: 31px;
	height: 72px;
	background: url(../images/common/sp_common_cursorleft.png) top center no-repeat;
	background-size: 31px 72px;
}

.slick-next {
	right: -40px;
	width: 31px;
	height: 72px;
	background: url(../images/common/sp_common_cursorright.png) top center no-repeat;
	background-size: 31px 72px;
}

.slick-prev:hover,
.slick-next:hover {
	background-position: bottom;
}

/*---- Dots_end ----*/

/*---- 遊び方_start ----*/

/*---- 遊び方_end ----*/

/*---- 協力プレイ_start ----*/

/*---- 協力プレイ_end ----*/

/*---- お知らせ_start ----*/

/*---- お知らせ_end ----*/

/*---- Q&A_start ----*/

/*---- Q&A_end ----*/
