@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:after,
q:before {
	content: "";
}

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

sub {
	vertical-align: text-bottom;
}

sup {
	vertical-align: middle;
}

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

legend {
	color: #000;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body,
html {
	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;
}

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

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

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

/* a:visited{}
p{}
h1{}
h2{}
h3{}
section{} */
footer {
	width: 100%;
	min-width: 1050px;
	background: #fff;
}

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

.pc-only {
	display: block;
}

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

.is-sp {
	display: none;
}

html[data-device="is-tablet"] {
	zoom: 0.7;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.top {
	background-color: #fff;
}

.top-fixedbanner a:hover::before,
.top-newsbanner-content a:hover::before,
.news-newsbanner-content a:hover::before,
.top-recommendbanner-content li:hover::before,
.top-youtube-content li:hover::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	opacity: 0.3;
	pointer-events: none;
}

.top-recommendbanner-content li::before {
	width: 300px;
}

.top-youtube-content li::before {
	width: 300px;
	border-radius: 10px;
}

/*----------------ヘッダー----------------*/
.top header {
	position: relative;
	width: 100%;
	min-width: 1050px;
	min-height: 510px;
	background: top center no-repeat;
	/*url(../images/top/pc_top_vis.jpg)*/
	/*#b80109*/
}

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

.top header[data-is-takeover] {
	min-height: 836px;
	background-image: url(../images/takeover/pc_top_vis_241228.png) !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent !important;
}

.top header[data-is-takeover]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../images/takeover/pc_top_vis_left.png) top repeat-x;
	z-index: -1;
	background-color: #001933;
}

.top header[data-is-takeover]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../images/takeover/pc_top_vis_right.png) top repeat-x;
	z-index: -1;
	background-color: #001933;
}

.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: absolute;
	display: block;
	top: 418px;
	left: 50%;
	width: 739px;
	height: 245px;
	margin-left: -528px;
	background: top center no-repeat;
}

.top header[data-is-takeover] .topbanner-takeover:hover {
	filter: brightness(1.1);
}

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

.top header[data-is-takeover] .top-pickup {
	margin: 0 auto;
	padding: 653px 0 7px;
}

.top header[data-is-takeover] .movie {
	top: 462px;
}
/*----ジャック用----*/

.top header .contentswrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

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

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

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

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

.top header .toppatxt .num1 {
	background-position: 0 -70px;
	margin-right: -9px;
	margin-left: -8px;
	margin-top: 14px;
}

.top header .toppatxt .num2 {
	background-position: 0 -139px;
	margin-top: 14px;
}

.top header .toppatxt .num3 {
	background-position: 0 -210px;
	margin-top: 17px;
	margin-left: -4px;
	margin-right: -4px;
}

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

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

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

.top header .toppatxt .num7 {
	background-position: 0 -490px;
	margin-right: -8px;
	margin-left: -6px;
	margin-top: 16px;
}

.top header .toppatxt .num8 {
	background-position: 0 -560px;
	margin-left: -5px;
}

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

.top header .mannin {
	width: 48px;
	height: 27px;
	/* 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: 47px;
	margin-left: -8px;
}

.top header .toppa {
	width: 80px;
	height: 35px;
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -20px;
	background: url(../images/top/common_toppa.png) top center no-repeat;
}

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

/*----Webショップ----*/
.top header .webshop__link {
	display: block;
	width: 290px;
	height: 149px;
	position: absolute;
	top: 355px;
	left: 50%;
	margin-left: 205px;
	box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 20px 5px #000;
	-moz-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 20px 5px #000;
	-webkit-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 20px 5px #000;
	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: 100%;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.top header .webshop__link:hover {
	box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 28px 15px #ff0;
	-moz-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 28px 15px #ff0;
	-webkit-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 28px 15px #ff0;
}

/*----モンストニュース----*/
.top header .movie {
	width: 290px;
	height: 162px;
	position: absolute;
	top: 342px;
	left: 50%;
	margin-left: 205px;
	background: top center no-repeat;
	cursor: pointer;
	box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 20px 5px #000;
	-moz-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 20px 5px #000;
	-webkit-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 20px 5px #000;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	/*-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;*/
	background-size: 100% auto;
}

.top header .movie:hover {
	box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 28px 15px #ff0;
	-moz-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 28px 15px #ff0;
	-webkit-box-shadow:
		0 0 0 2px #000,
		0 0 0 4px #fff,
		0 0 28px 15px #ff0;
}

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

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

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

.top header .movie .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -35px;
	width: 69px;
	height: 48px;
}

/*----バナーエリア----*/
.top header .topbanner {
	width: 390px;
	height: 110px;
	position: absolute;
	top: 403px;
	left: 50%;
	margin-left: -502px;
	background: top center no-repeat;
	/*url(../images/top/common_topbanner_160518_00.png)*/
}

.top header .topbanner:hover {
	background-position: bottom;
}

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

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

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

.top header .top-pickup .top-pickup-content {
	width: 100%;
	height: auto;
	background: url(../images/top/pc_top_pickup_content.jpg) top center repeat-y;
}

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

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

/* .top header .top-pickup .top-pickup-content p{
    } */
.top header .top-pickup .top-pickup-content .news-icon {
	margin-right: 12px;
}

.top header .top-pickup .top-pickup-content .posttime {
	flex: 0 0 90px;
	line-height: 1;
	margin-right: 6px;
	padding-top: 2px;
}

.top header .top-pickup .top-pickup-content .add-info-icon,
.top header .top-pickup .top-pickup-content .add-text-icon,
.top header .top-pickup .top-pickup-content .new-icon {
	margin-top: 1px;
}

.top header .top-pickup .top-pickup-content .articletitle {
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.4em;
	flex: 1 1 auto;
	margin-right: 10px;
}

.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/pc_top_pickup_footer.png) top center no-repeat;
}

.top header .top-header-social-area {
	display: flex;
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 12px;
}

.top header .top-header-social-area div {
	display: inline-block;
}

.webshop-banner {
	display: block;
	width: 159px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 50;
}

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

/*----------------コンテンツ----------------*/
section {
	width: 100%;
	min-width: 1050px;
	height: auto;
	background: url(../images/common/pc_top_bg.jpg) top center no-repeat #2b2b2d;
	/*background-size:cover;
    background-attachment:fixed;*/
	/*background-position:center;*/
	background-size: 100% auto;
}

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

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

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

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

section .global-navi .nav0 {
	width: 250px;
	height: 84px;
	background: url(../images/common/pc_top_nav0.png) top center no-repeat;
	position: relative;
}

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

section .global-navi .nav1 {
	width: 250px;
	height: 84px;
	background: url(../images/common/pc_top_nav1.png) top center no-repeat;
	position: relative;
}

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

section .global-navi .nav2 {
	width: 250px;
	height: 84px;
	background: url(../images/common/pc_top_nav2.png) top center no-repeat;
	position: relative;
}

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

section .global-navi .nav3 {
	width: 250px;
	height: 84px;
	background: url(../images/common/pc_top_nav3.png) top center no-repeat;
	position: relative;
}

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

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

.top section .top-newsbanner .top-newsbanner-content {
	width: 100%;
	height: auto;
	background: url(../images/top/pc_top_newsbanner_content.jpg) top center repeat-y;
}

.top section .top-newsbanner .top-newsbanner-content .carousel-box {
	width: 940px;
	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: 0;
	display: inline;
}

.top section .top-newsbanner .top-newsbanner-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -35px;
	width: 69px;
	height: 48px;
}

/*----バナー文言----*/
.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: 300px;
	height: 120px;
	text-align: center;
	padding: 0 10px;
	line-height: 22px;
	font-size: 16px;
}

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

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

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

.top section .top-news .top-news-content {
	width: 100%;
	height: auto;
	background: url(../images/top/pc_top_news_content.jpg) top center repeat-y;
	/*height:358px;*/
	padding: 20px 0 2px;
}

.top section .top-news .top-news-content ul {
	width: 938px;
	/*height:290px;*/
	/*overflow: scroll;*/
	padding: 0 31px 0;
	margin-bottom: 10px;
	/*position: absolute;
    top: 83px;
    left: 33px;*/
	outline: none;
}

.top section .top-news .top-news-content li {
	/*width: 531px;*/
	border-bottom: 1px #e7e7e7 solid;
	padding: 10px 0;
}

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

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

.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 {
	width: 150px;
	height: 45px;
	/* position: absolute; */
	/* bottom: 14px; */
	/* left: 50%; */
	/* margin-left: -75px; */
	background: url(../images/top/pc_top_ichiranbtn.png) top center no-repeat;
	margin: 0 auto;
	position: relative;
}

.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: 11px;
	background: url(../images/top/pc_top_news_footer.png) top center no-repeat;
}

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

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

section .top-twitter .top-twitter-content {
	width: 100%;
	/*height: 378px;*/
	background: url(../images/common/pc_top_twitter_content.jpg) top center repeat-y;
	/* padding:1px 0; */
	padding: 20px 0 2px !important;
	overflow: hidden;
}

section .top-twitter .top-twitter-content .twitterwidget-container {
	position: relative;
	overflow: hidden;
	margin: 0 20px 10px !important;
}

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

section .top-twitter .top-twitter-content iframe {
	position: relative;
}

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

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: 11px;
	background: url(../images/common/pc_top_twitter_footer.png) top center no-repeat;
}

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

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

.top section .top-aboutmonst .top-aboutmonst-header .lead {
	position: relative;
	width: 637px;
	height: 48px;
	margin: 0 auto 0;
	background: url(../images/top/pc_top_aboutmonst_lead.png) bottom center no-repeat;
	padding: 12px 0 0;
}

.top section .top-aboutmonst .top-aboutmonst-content {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 1px 0 0;
	background: url(../images/top/pc_top_aboutmonst_content.jpg) top center repeat-y;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 {
	position: relative;
	width: 583px;
	height: auto;
	margin: 21px 0 0 23px;
}

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

/*.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content {
    position:relative;
    width:583px;
    height:244px;
    background: url(../images/top/pc_top_aboutmonst_txt_content.png) top center repeat-y;
}*/

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content .txt0 {
	position: absolute;
	top: 0;
	left: 8px;
	width: 565px;
	height: 54px;
	background: url(../images/top/pc_top_aboutmonst_txt0.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content .txt1 {
	position: absolute;
	top: 62px;
	left: 5px;
	width: 582px;
	height: 57px;
	background: url(../images/top/pc_top_aboutmonst_txt1.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea0 .txt-content .txt2 {
	position: absolute;
	top: 133px;
	left: 7px;
	width: 476px;
	height: 57px;
	background: url(../images/top/pc_top_aboutmonst_txt2.png) top center no-repeat;
}

/*----詳しい遊び方を見るボタン----*/
.top section .top-aboutmonst .top-aboutmonst-content .top-howto-link {
	width: 265px;
	height: 45px;
	position: absolute;
	top: 234px;
	left: 50%;
	margin-left: -303px;
	background: url(../images/top/pc_top_howtobtn.png) top center no-repeat;
}

.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 {
	background-position: bottom;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 {
	position: relative;
	width: 583px;
	height: auto;
	margin: 308px 0 0 21px;
}

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

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 .txt-content {
	position: relative;
	width: 583px;
	height: 160px;
	background: url(../images/top/pc_top_aboutmonst_txt_content.png) top center repeat-y;
}

.top section .top-aboutmonst .top-aboutmonst-content .top-aboutmonst-txtarea1 .txt-content .txt3 {
	position: absolute;
	top: 2px;
	left: 17px;
	width: 474px;
	height: 56px;
	background: url(../images/top/pc_top_aboutmonst_txt3.png) top center no-repeat;
}

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

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

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

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

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

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

.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: 132px;
	left: 50%;
	margin-left: -268px;
	/* text-align: center;
    font-size: 9px; */
	width: 531px;
	height: 24px;
	background: url(../images/top/pc_top_aboutmonst_credit.png) top center no-repeat;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
}

.top section .top-aboutmonst .top-aboutmonst-content .red {
	width: 144px;
	height: 165px;
	position: absolute;
	top: 306px;
	left: 50%;
	margin-left: 116px;
	background: url(../images/top/pc_top_aboutmonst_red.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .green {
	width: 144px;
	height: 165px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 236px;
	background: url(../images/top/pc_top_aboutmonst_green.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .blue {
	width: 114px;
	height: 134px;
	position: absolute;
	top: 361px;
	left: 50%;
	margin-left: 332px;
	background: url(../images/top/pc_top_aboutmonst_blue.png) top center no-repeat;
}

.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(0, 0);
		transform: translate(0, 0);
	}

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

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

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

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

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

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

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

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

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

.top section .top-aboutmonst .top-aboutmonst-content .capture {
	width: 380px;
	height: 346px;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: 99px;
	background: url(../images/top/pc_top_aboutmonst_capture.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .trajectory {
	width: 419px;
	height: 478px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 41px;
	background: url(../images/top/pc_top_aboutmonst_trajectory.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .kankan0 {
	width: 157px;
	height: 223px;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: 359px;
	background: url(../images/top/pc_top_aboutmonst_kankan0.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .kankan1 {
	width: 178px;
	height: 238px;
	position: absolute;
	top: 122px;
	left: 50%;
	margin-left: -17px;
	background: url(../images/top/pc_top_aboutmonst_kankan1.png) top center no-repeat;
}

.top section .top-aboutmonst .top-aboutmonst-content .kankan2 {
	width: 383px;
	height: 292px;
	position: absolute;
	top: 244px;
	left: 50%;
	margin-left: 147px;
	background: url(../images/top/pc_top_aboutmonst_kankan2.png) top center no-repeat;
}

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

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

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

.top section .top-recommendbanner .top-recommendbanner-content {
	width: 100%;
	height: auto;
	background: url(../images/top/pc_top_recommendbanner_content.jpg) top center repeat-y;
}

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

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

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

.top section .top-recommendbanner .top-recommendbanner-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -35px;
	width: 69px;
	height: 48px;
}

/*----バナー文言----*/
.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: 300px;
	height: 120px;
	text-align: center;
	padding: 0 10px;
}

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

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

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

.top section .top-youtube .top-youtube-content {
	position: relative;
	height: auto;
	width: 100%;
	background: url(../images/top/pc_top_youtube_content.jpg) top center repeat-y;
	padding-bottom: 12px;
}

.top section .top-youtube .top-youtube-content .carousel-box {
	width: 940px;
	padding: 15px 20px 10px;
	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 {
	margin: 0;
	display: inline;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	vertical-align: top;
}

.top section .top-youtube .top-youtube-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -35px;
	width: 69px;
	height: 48px;
}

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

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

.top section .top-sns .top-sns-content {
	position: relative;
	height: auto;
	width: 100%;
	background: url(../images/top/pc_top_youtube_content.jpg) top center repeat-y;
	padding-bottom: 12px;
}

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

.top section .top-sns .top-sns-content .carousel-box {
	width: 940px;
	padding: 15px 20px 10px;
	margin: 0 auto;
}

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

.top section .top-youtube .top-youtube-content li .banner-message p {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 169px;
	text-align: center;
	padding: 0 10px;
}

/*----公式youtubeアカウントへのリンクボタン----*/
.top section .top-youtube .top-youtube-content .top-youtube-link {
	width: 297px;
	height: 63px;
	/* position: absolute; */
	/* bottom: 14px; */
	/* left: 50%; */
	/* margin-left: -303px; */
	background: url(../images/top/pc_top_youtubechannelbtn.png) top center no-repeat;
	margin: 7px auto 0;
	position: relative;
}

.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: 11px;
	background: url(../images/top/pc_top_youtube_footer.png) top center no-repeat;
}

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

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

.top section .top-information .top-line-link a:hover::after,
.top section .top-information .top-tiktok-link a:hover::after,
.top section .top-information .top-x-link a:hover::after,
.top section .top-information .top-insta-link a:hover::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(1);
	opacity: 0.2;
}

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

.top section .top-information .top-x-link a:hover::after {
	background: url(../images/top/pc_top_twbtn.png) top center no-repeat;
	background-size: contain;
}

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

.top section .top-information .top-line-link a:hover::after {
	background: url(../images/top/pc_top_linebtn.png) top center no-repeat;
	background-size: contain;
}

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

.top section .top-information .top-tiktok-link a:hover::after {
	background: url(../images/top/pc_top_tiktokbtn.png) top center no-repeat;
	background-size: contain;
}

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

.top section .top-information .top-insta-link a:hover::after {
	background: url(../images/top/pc_top_instabtn.png) top center no-repeat;
	background-size: contain;
}

/*----アプリの説明----*/
.top section .top-information-app .aboutapp {
	font-size: 10px;
	color: #fff;
	letter-spacing: 0;
	line-height: 18px;
	margin: 20px 23px 0;
}

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

.top section .top-information .aboutapp a:hover {
	text-decoration: underline;
}

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

.top section .top-fixedbanner a {
	display: block;
	position: relative;
	margin: 0 10px 30px;
}

/*.top section .top-fixedbanner .carousel-box{
    width: 940px;
    padding: 15px 20px 2px;
    margin: 0 auto;}*/
.top section .top-fixedbanner li {
	position: relative;
	text-align: center;
	outline: none;
	display: inline-block;
}

.top section .top-fixedbanner li img {
	margin: 0;
	display: inline;
	vertical-align: top;
}

.top section .top-fixedbanner li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -35px;
	width: 69px;
	height: 48px;
}

/*----バナー文言----*/
.top section .top-fixedbanner li .banner-message {
	display: none;
	position: absolute;
	top: 0;
	left: 10px;
	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-fixedbanner li .banner-message p {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 120px;
	text-align: center;
	padding: 0 10px;
}

/*----ページ先頭に戻る----*/
section .pagetop {
	position: relative;
	float: right;
	width: 132px;
	height: 27px;
	background: url(../images/common/common_pc_pagetotop.png) top center no-repeat;
	margin: 0 0 20px;
	cursor: pointer;
}

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

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

footer .contentswrapper {
	width: 1000px;
	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;
	padding: 0 10px;
}

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

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* #substr{} */

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

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

/*----ジャック用----*/
#substr header .substr_kv[data-is-takeover] {
	background-image: none !important;
	background-color: #001933 !important;
}

#substr header .substr_kv[data-is-takeover]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/takeover/pc_sub_vis_bg_241228.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#substr header .substr_kv[data-is-takeover]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/takeover/pc_sub_vis_241228.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1600px 196px;
}
/*----ジャック用----*/

#substr header .contentswrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#substr header .top-header-social-area {
	display: flex;
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 12px;
	z-index: 2;
}

#substr header .top-header-social-area div {
	display: inline-block;
}

#substr header .logo a {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -116px;
	width: 233px;
	height: 176px;
	background: url(/monsterstrike_logo_luster.png) top center no-repeat;
	background-size: 100%;
	z-index: 3;
}

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

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

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

/*----ダウンロードボタン----*/
/*#substr section .downloadwrapper {
    display:none;
}*/

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

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

section .substr-download-info .container {
	width: 1000px;
	margin: 0 auto;
}

section .substr-download-info .container .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

section .substr-download-info ul {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

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

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:relative;
    width: 160px;
    height: 64px;
    background: url(../images/common/pc_top_headerandroidbtn.png) top center no-repeat;
    background-size:160px 64px;
}

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

section .substr-download-info .txt {
	text-indent: -9999px;
	margin: 0 0;
	width: 420px;
	height: 98px;
	background: url(../images/common/pc_download_txt.png) left center no-repeat;
	background-size: 403px auto;
}

/*----iOSはこちらボタン----*/
section .substr-download-info .substr-iosdownload-link {
	position: relative;
	width: 157px;
	height: 58px;
	background: url(../images/common/top_iosbtn.png) top center no-repeat;
	background-size: 100%;
	margin-right: 10px;
}

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

/* section .substr-download-info .substr-iosdownload-link:hover{} */
/*----Androidはこちらボタン----*/
section .substr-download-info .substr-androiddownload-link {
	position: relative;
	width: 195px;
	height: 58px;
	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-androiddownload-link:hover{} */
/*----amazonはこちらボタン----*/
section .substr-download-info .substr-amazondownload-link {
	position: relative;
	width: 198px;
	height: 58px;
	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 .substr-androiddownload-link:hover{} */

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

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

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

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

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

#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: 36px;
	background: url(../images/substr/pc_howto_content_bg.png) top center repeat-y;
}

#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: 88px;
	position: absolute;
	top: -90px;
	background: url(../images/substr/pc_howto_contenttitle.png) top center no-repeat;
}

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

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

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

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

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

#substr.howto section .howto-contents-block-header {
	width: 886px;
	height: 16px;
	background: url(../images/substr/pc_howto_contentblock_header.png) top center no-repeat;
}

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

#substr.howto section .howto-contents-block-footer {
	width: 886px;
	height: 16px;
	background: url(../images/substr/pc_howto_contentblock_footer.png) top center no-repeat;
}

#substr.howto section .howto-contents-footer {
	width: 100%;
	height: 45px;
	background: url(../images/substr/pc_howto_content_footer.png) top center no-repeat;
	padding-bottom: 40px;
}

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

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

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

#substr.howto section .howto-operation h3.pull-txt {
	position: absolute;
	top: 54px;
	left: -35px;
	width: 328px;
	height: 64px;
	background: url(../images/substr/pc_howto_subtitle_action_pull.png) top center no-repeat;
	z-index: 10;
}

#substr.howto section .howto-operation .pull {
	position: absolute;
	top: 164px;
	left: 22px;
	width: 292px;
	height: 406px;
	background: url(../images/substr/pc_howto_img_action_pull_bg.png) top center no-repeat;
	z-index: 10;
}

#substr.howto section .howto-operation .pull-up {
	position: absolute;
	top: 129px;
	left: 22px;
	width: 292px;
	height: 406px;
	z-index: 20;
}

#substr.howto section .howto-operation .pull-up .m-3028 {
	position: absolute;
	top: 280px;
	left: 36px;
	width: 90px;
	height: 90px;
	background: url(../images/substr/pc_howto_img_action_pull_3028.png) top center no-repeat;
	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: 258px;
	left: 12px;
	width: 135px;
	height: 135px;
	background: url(../images/substr/pc_howto_img_action_pull_3028_effect.png) top center no-repeat;
	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: 346px;
	left: -62px;
	width: 142px;
	height: 143px;
	background: url(../images/substr/pc_howto_img_action_pull_3028_arrow.png) top center no-repeat;
	z-index: 30;
}

#substr.howto section .howto-operation .pull-up .finger {
	position: absolute;
	top: 335px;
	left: 84px;
	width: 97px;
	height: 84px;
	background: url(../images/substr/pc_howto_img_action_pull_finger.png) top center no-repeat;
	z-index: 50;
}

#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(-71px, 70px);
	-webkit-transform: translate(-71px, 70px);
}

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

#substr.howto section .howto-operation .pull .txt-gogo {
	position: absolute;
	top: 170px;
	left: -60px;
	width: 140px;
	height: 54px;
	background: url(../images/substr/pc_howto_txt_action_gogo.png) top center no-repeat;
	z-index: 40;
}

#substr.howto section .howto-operation .pull .txt-pull {
	position: absolute;
	bottom: -121px;
	left: 36px;
	width: 131px;
	height: 116px;
	background: url(../images/substr/pc_howto_txt_action_pull.png) top center no-repeat;
	z-index: 40;
}

#substr.howto section .howto-operation h3.detach-txt {
	position: absolute;
	top: 443px;
	right: -78px;
	width: 415px;
	height: 188px;
	background: url(../images/substr/pc_howto_subtitle_action_detach.png) top center no-repeat;
	z-index: 50;
}

#substr.howto section .howto-operation .detach {
	position: absolute;
	top: 13px;
	right: 22px;
	width: 479px;
	height: 599px;
	background: url(../images/substr/pc_howto_img_action_detach_bg.png) top center no-repeat;
	z-index: 10;
}

#substr.howto section .howto-operation .detach .m-0536 {
	position: absolute;
	top: -25px;
	right: -116px;
	width: 371px;
	height: 373px;
	background: url(../images/substr/pc_howto_img_action_detach_0536.png) top center no-repeat;
	z-index: 30;
}

#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: 382px;
	left: 31px;
	width: 193px;
	height: 193px;
	background: url(../images/substr/pc_howto_img_action_detach_3028.png) top center no-repeat;
	z-index: 50;
}

#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(174px, -248px);
	-webkit-transform: translate(174px, -248px);
}

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

#substr.howto section .howto-operation .detach .m-3028-shadow {
	position: absolute;
	top: 408px;
	left: -91px;
	width: 279px;
	height: 332px;
	background: url(../images/substr/pc_howto_img_action_detach_3028_shadow.png) top center no-repeat;
	z-index: 40;
}

#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(174px, -248px);
	-webkit-transform: translate(174px, -248px);
}

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

#substr.howto section .howto-operation .detach .m-3028-effect {
	position: absolute;
	top: 50px;
	left: 193px;
	width: 260px;
	height: 260px;
	background: url(../images/substr/pc_howto_img_action_detach_3028_effect.png) top center no-repeat;
	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: 41px;
	left: 204px;
	width: 260px;
	height: 260px;
	background: url(../images/substr/pc_howto_img_action_detach_3028_effect.png) top center no-repeat;
	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: 134px;
	left: -233px;
	width: 515px;
	height: 517px;
	background: url(../images/substr/pc_howto_img_action_detach_3028_arrow.png) top center no-repeat;
	z-index: 20;
}

#substr.howto section .howto-operation .detach .finger {
	position: absolute;
	top: 522px;
	left: -111px;
	width: 117px;
	height: 123px;
	background: url(../images/substr/pc_howto_img_action_detach_finger.png) top center no-repeat;
	z-index: 40;
}

#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(40px, -40px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
	-webkit-transform: translate(40px, -40px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
}

#substr.howto section .howto-operation .detach .finger-shadow {
	position: absolute;
	top: 520px;
	left: -123px;
	width: 116px;
	height: 147px;
	background: url(../images/substr/pc_howto_img_action_detach_finger_shadow.png) top center no-repeat;
	z-index: 30;
}

#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(40px, -40px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
	-webkit-transform: translate(40px, -40px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
}

#substr.howto section .howto-operation .detach .txt-kan.attackKanAnim {
	position: absolute;
	top: 81px;
	right: -62px;
	width: 134px;
	height: 74px;
	background: url(../images/substr/pc_howto_txt_action_kan.png) top center no-repeat;
	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: 446px;
	left: 35px;
	width: 115px;
	height: 95px;
	background: url(../images/substr/pc_howto_txt_action_detach.png) top center no-repeat;
	z-index: 40;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#substr.howto section .howto-operation .detach .txt-detach.txtDetachAnim {
	opacity: 1;
}

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

#substr.howto section .howto-contents-block-action .main {
	position: absolute;
	top: 40px;
	left: -500px;
	width: 2000px;
	height: 1403px;
	background: url(../images/substr/pc_howto_img_action_main.png) top center no-repeat;
	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: 558px;
	left: 52px;
	width: 895px;
	height: 177px;
	background: url(../images/substr/pc_howto_txt_action_main.png) top center no-repeat;
	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: 736px;
}

#substr.howto section .howto-character h3.strike-txt {
	position: absolute;
	top: -263px;
	right: -84px;
	width: 357px;
	height: 124px;
	background: url(../images/substr/pc_howto_subtitle_character_strike.png) top center no-repeat;
	z-index: 10;
	opacity: 0;
}

#substr.howto section .howto-character h3.combo-txt.fallInAnim,
#substr.howto section .howto-character h3.strike-txt.fallInAnim,
#substr.howto section .howto-character h3.type-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 .strike {
	position: absolute;
	top: -237px;
	left: 36px;
	width: 895px;
	height: 505px;
	background: url(../images/substr/pc_howto_img_character_strike.png) top center no-repeat;
	z-index: 5;
}

#substr.howto section .howto-character h3.combo-txt {
	position: absolute;
	top: 216px;
	left: -76px;
	width: 310px;
	height: 108px;
	background: url(../images/substr/pc_howto_subtitle_character_combo.png) top center no-repeat;
	z-index: 20;
	opacity: 0;
}

#substr.howto section .howto-character .combo {
	position: absolute;
	top: 233px;
	left: 0;
	width: 459px;
	height: 495px;
	background: url(../images/substr/pc_howto_img_character_combo.png) top center no-repeat;
	z-index: 5;
}

#substr.howto section .howto-character h3.type-txt {
	position: absolute;
	top: 113px;
	right: -86px;
	width: 398px;
	height: 131px;
	background: url(../images/substr/pc_howto_subtitle_character_type.png) top center no-repeat;
	z-index: 20;
	opacity: 0;
}

#substr.howto section .howto-character .type {
	position: absolute;
	top: 173px;
	right: -40px;
	width: 504px;
	height: 570px;
	background: url(../images/substr/pc_howto_img_character_type.png) top center no-repeat;
	z-index: 10;
}

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

#substr.howto section .howto-connect h3 {
	position: absolute;
	top: 328px;
	left: 173px;
	width: 534px;
	height: 160px;
	background: url(../images/substr/pc_howto_subtitle_connect_main.png) top center no-repeat;
	z-index: 10;
}

#substr.howto section .howto-connect .capture-01 {
	position: absolute;
	top: 558px;
	left: 117px;
	width: 306px;
	height: 516px;
	background: url(../images/substr/pc_howto_img_connect_capture_01.png) top center no-repeat;
}

#substr.howto section .howto-connect .capture-02 {
	position: absolute;
	top: 558px;
	right: 117px;
	width: 306px;
	height: 516px;
	background: url(../images/substr/pc_howto_img_connect_capture_02.png) top center no-repeat;
}

#substr.howto section .howto-connect .txt {
	position: absolute;
	top: 1128px;
	left: 168px;
	width: 548px;
	height: 58px;
	background: url(../images/substr/pc_howto_txt_connect.png) top center no-repeat;
}

#substr.howto section .howto-connect .connect-all {
	position: absolute;
	top: 18px;
	left: 34px;
	width: 818px;
	height: 377px;
	background: url(../images/substr/pc_howto_img_connect_all.png) top center no-repeat;
}

#substr.howto section .howto-connect .connect-1p {
	position: absolute;
	top: 869px;
	right: -83px;
	width: 248px;
	height: 328px;
	background: url(../images/substr/pc_howto_img_connect_1p.png) top center no-repeat;
}

#substr.howto section .howto-connect .connect-1p.fadeScaleAnim {
	-webkit-animation: fadeScaleAnim 0.7s ease 2.1s;
	animation: fadeScaleAnim 0.7s ease 2.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-connect .connect-2p {
	position: absolute;
	top: 1076px;
	left: -349px;
	width: 202px;
	height: 324px;
	background: url(../images/substr/pc_howto_img_connect_2p.png) top center no-repeat;
}

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

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

#substr.howto section .howto-connect .connect-3p {
	position: absolute;
	top: 325px;
	left: -339px;
	width: 210px;
	height: 360px;
	background: url(../images/substr/pc_howto_img_connect_3p.png) top center no-repeat;
}

#substr.howto section .howto-connect .connect-3p.screenInLeftDown {
	-webkit-animation: screenInLeftDown 0.7s ease 1s;
	animation: screenInLeftDown 0.7s ease 1s;
	-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: 234px;
	right: -230px;
	width: 204px;
	height: 354px;
	background: url(../images/substr/pc_howto_img_connect_4p.png) top center no-repeat;
}

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

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

#substr.howto section .howto-connect .subtitle-get {
	position: absolute;
	bottom: 131px;
	left: -94px;
	width: 369px;
	height: 593px;
	background: url(../images/substr/pc_howto_subtitle_connect_get.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-connect .subtitle-recovery {
	position: absolute;
	bottom: 238px;
	left: 267px;
	width: 380px;
	height: 619px;
	background: url(../images/substr/pc_howto_subtitle_connect_recovery.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-connect .subtitle-boss {
	position: absolute;
	bottom: 130px;
	right: -91px;
	width: 413px;
	height: 594px;
	background: url(../images/substr/pc_howto_subtitle_connect_boss.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-connect .subtitle-boss.fadeUpAnim,
#substr.howto section .howto-connect .subtitle-get.fadeUpAnim,
#substr.howto section .howto-connect .subtitle-recovery.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-connect .howto-connect-link {
	position: absolute;
	bottom: 31px;
	left: 37px;
	width: 819px;
	height: 94px;
	background: url(../images/substr/pc_howto_btn_connent.png) top center no-repeat;
}

#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,
#substr.howto section .howto-quest,
#substr.howto section .howto-rarity {
	position: relative;
	height: 322px;
}

#substr.howto section .howto-levelup h3 {
	position: absolute;
	top: 75px;
	left: 46px;
	width: 351px;
	height: 174px;
	background: url(../images/substr/pc_howto_subtitle_evolution_levelup.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-levelup h3.fadeScaleAnim,
#substr.howto section .howto-quest h3.fadeScaleAnim,
#substr.howto section .howto-rarity h3.fadeScaleAnim {
	-webkit-animation: fadeScaleAnim 0.4s ease 0s;
	animation: fadeScaleAnim 0.4s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-levelup .effect {
	position: absolute;
	top: -16px;
	right: -48px;
	width: 497px;
	height: 370px;
	background: url(../images/substr/pc_howto_img_evolution_effect.png) top center no-repeat;
}

#substr.howto section .howto-levelup .m-0124 {
	position: absolute;
	top: -85px;
	right: -103px;
	width: 640px;
	height: 496px;
	background: url(../images/substr/pc_howto_img_evolution_0124.png) top center no-repeat;
}

#substr.howto section .howto-levelup .sub {
	position: absolute;
	top: 287px;
	right: 13px;
	width: 142px;
	height: 68px;
	background: url(../images/substr/pc_howto_img_evolution_levelup_sub.png) top center no-repeat;
}

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

#substr.howto section .howto-levelup .turtle-set.left-up {
	top: 27px;
	right: 381px;
}

#substr.howto section .howto-levelup .turtle-set.left-down {
	top: 214px;
	right: 381px;
	background-position: 0 -86px;
}

#substr.howto section .howto-levelup .turtle-set.right-up {
	top: 27px;
	right: -75px;
	background-position: -86px 0;
}

#substr.howto section .howto-levelup .turtle-set.right-down {
	top: 214px;
	right: -75px;
	background-position: -86px -86px;
}

#substr.howto section .howto-levelup .arrow-set.red {
	position: absolute;
	width: 90px;
	height: 64px;
	background: url(../images/substr/pc_howto_img_evolution_arrow_set.png) -70px 0 no-repeat;
}

#substr.howto section .howto-levelup .arrow-set.red.left-up {
	top: 62px;
	right: 303px;
	-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: 210px;
	right: 303px;
	background-position: -70px -64px;
	-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: 62px;
	right: 10px;
	background-position: -160px 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: 210px;
	right: 10px;
	background-position: -160px -64px;
	-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: 76px;
	right: 46px;
	width: 351px;
	height: 174px;
	background: url(../images/substr/pc_howto_subtitle_evolution_rarity.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-rarity .m-0187 {
	position: absolute;
	top: -37px;
	left: 336px;
	width: 127px;
	height: 107px;
	background: url(../images/substr/pc_howto_img_evolution_0187.png) top center no-repeat;
}

#substr.howto section .howto-rarity .m-0187.fadeArrowAnimIE {
	-webkit-animation: fadeArrowAnimIE 1.5s ease 0s;
	animation: fadeArrowAnimIE 1.5s ease 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-rarity .evolution {
	position: absolute;
	top: -25px;
	left: 213px;
	width: 250px;
	height: 193px;
	background: url(../images/substr/pc_howto_img_evolution_evolution.png) top center no-repeat;
}

#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.fadeArrowLeftAnimIE {
	-webkit-animation: fadeArrowLeftAnimIE 1.5s ease 0.6s;
	animation: fadeArrowLeftAnimIE 1.5s ease 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

#substr.howto section .howto-rarity .beast {
	position: absolute;
	top: -36px;
	left: 7px;
	width: 354px;
	height: 314px;
	background: url(../images/substr/pc_howto_img_evolution_beast.png) top center no-repeat;
}

#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: 84px;
	left: -108px;
	width: 323px;
	height: 310px;
	background: url(../images/substr/pc_howto_img_evolution_beastkai.png) top center no-repeat;
}

#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: 128px;
    left: 20px;
    width: 155px;
    height: 146px;
    background: url(../images/substr/pc_howto_img_evolution_arrow.png) top center no-repeat;
} */

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

#substr.howto section .howto-quest h3 {
	position: absolute;
	top: 56px;
	left: 49px;
	width: 436px;
	height: 206px;
	background: url(../images/substr/pc_howto_subtitle_evolution_quest.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-quest .turtle {
	position: absolute;
	top: 16px;
	right: 247px;
	width: 126px;
	height: 129px;
	background: url(../images/substr/pc_howto_img_evolution_turtle.png) top center no-repeat;
}

#substr.howto section .howto-quest .day {
	position: absolute;
	top: 181px;
	right: 234px;
	width: 155px;
	height: 137px;
	background: url(../images/substr/pc_howto_img_evolution_day.png) top center no-repeat;
}

#substr.howto section .howto-quest .event {
	position: absolute;
	top: -53px;
	right: -143px;
	width: 383px;
	height: 371px;
	background: url(../images/substr/pc_howto_img_evolution_event.png) top center no-repeat;
}

#substr.howto section .howto-quest .sub {
	position: absolute;
	top: 212px;
	right: -106px;
	width: 119px;
	height: 117px;
	background: url(../images/substr/pc_howto_img_evolution_event_sub.png) top center no-repeat;
	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: 450px;
}

#substr.howto section .howto-attribute h3 {
	position: absolute;
	top: 56px;
	left: 409px;
	width: 432px;
	height: 174px;
	background: url(../images/substr/pc_howto_subtitle_deck_attribute.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-ability h3.fadeUpAnim,
#substr.howto section .howto-attribute h3.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-attribute .attribute {
	position: absolute;
	top: 15px;
	left: 36px;
	width: 331px;
	height: 407px;
	background: url(../images/substr/pc_howto_img_deck_attribute.png) top center no-repeat;
}

#substr.howto section .howto-attribute .m-0121 {
	position: absolute;
	top: 201px;
	right: 239px;
	width: 158px;
	height: 158px;
	background: url(../images/substr/pc_howto_img_deck_0121.png) top center no-repeat;
}

#substr.howto section .howto-attribute .m-0125 {
	position: absolute;
	top: 203px;
	right: 40px;
	width: 158px;
	height: 157px;
	background: url(../images/substr/pc_howto_img_deck_0125.png) top center no-repeat;
}

#substr.howto section .howto-attribute .m-0129 {
	position: absolute;
	top: 290px;
	right: 337px;
	width: 158px;
	height: 157px;
	background: url(../images/substr/pc_howto_img_deck_0129.png) top center no-repeat;
}

#substr.howto section .howto-attribute .m-0133 {
	position: absolute;
	top: 290px;
	right: 139px;
	width: 158px;
	height: 158px;
	background: url(../images/substr/pc_howto_img_deck_0133.png) top center no-repeat;
}

#substr.howto section .howto-attribute .m-0137 {
	position: absolute;
	top: 291px;
	right: -58px;
	width: 158px;
	height: 157px;
	background: url(../images/substr/pc_howto_img_deck_0137.png) top center no-repeat;
}

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

#substr.howto section .howto-ability h3 {
	position: absolute;
	top: 56px;
	left: 208px;
	width: 472px;
	height: 174px;
	background: url(../images/substr/pc_howto_subtitle_deck_ability.png) top center no-repeat;
	opacity: 0;
}

#substr.howto section .howto-ability .barrier {
	position: absolute;
	top: 225px;
	left: 49px;
	width: 374px;
	height: 593px;
	background: url(../images/substr/pc_howto_img_ability_barrier_bg.png) top center no-repeat;
}

#substr.howto section .howto-ability .barrier .txt {
	position: absolute;
	top: 334px;
	left: -95px;
	width: 269px;
	height: 94px;
	background: url(../images/substr/pc_howto_txt_ability_barrier.png) top center no-repeat;
}

#substr.howto section .howto-ability .barrier .m-3310 {
	position: absolute;
	top: 74px;
	left: 0;
	width: 189px;
	height: 165px;
	background: url(../images/substr/pc_howto_img_ability_3310.png) top center no-repeat;
	z-index: 20;
}

#substr.howto section .howto-ability .barrier .m-3310-barrier {
	position: absolute;
	top: 29px;
	left: -33px;
	width: 238px;
	height: 238px;
	background: url(../images/substr/pc_howto_img_ability_3310_barrier.png) top center no-repeat;
	z-index: 20;
}

#substr.howto section .howto-ability .barrier .m-3310-barrier-effect {
	position: absolute;
	top: 24px;
	left: -30px;
	width: 238px;
	height: 238px;
	background: url(../images/substr/pc_howto_img_ability_3310_barrier_effect.png) top center no-repeat;
	z-index: 20;
}

#substr.howto section .howto-ability .barrier .m-3436 {
	position: absolute;
	top: 300px;
	left: 214px;
	width: 156px;
	height: 155px;
	background: url(../images/substr/pc_howto_img_ability_3436.png) top center no-repeat;
	z-index: 50;
}

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

#substr.howto section .howto-ability .barrier .m-3436.upAttackAnimIE {
	-webkit-animation: upAttackAnimIE 1.3s ease 0s;
	animation: upAttackAnimIE 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: 329px;
	left: 227px;
	width: 203px;
	height: 234px;
	background: url(../images/substr/pc_howto_img_ability_3436_shadow.png) top center no-repeat;
	z-index: 40;
}

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

#substr.howto section .howto-ability .barrier .m-3436-shadow.upAttackShadowAnimIE {
	-webkit-animation: upAttackShadowAnimIE 1.3s ease 0s;
	animation: upAttackShadowAnimIE 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: 140px;
	left: 81px;
	width: 170px;
	height: 170px;
	background: url(../images/substr/pc_howto_img_ability_impact.png) top center no-repeat;
	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: 130px;
	left: 49px;
	width: 238px;
	height: 180px;
	background: url(../images/substr/pc_howto_img_ability_effect.png) top center no-repeat;
	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: 110px;
	right: 5px;
	width: 178px;
	height: 236px;
	background: url(../images/substr/pc_howto_img_ability_3436_arrow.png) top center no-repeat;
}

#substr.howto section .howto-ability .barrier .txt-gakin {
	position: absolute;
	top: 72px;
	left: 205px;
	width: 140px;
	height: 56px;
	background: url(../images/substr/pc_howto_txt_ability_gakin.png) top center no-repeat;
	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;
	top: 225px;
	right: 49px;
	width: 375px;
	height: 593px;
	background: url(../images/substr/pc_howto_img_ability_wall_bg.png) top center no-repeat;
}

#substr.howto section .howto-ability .wall .m-0581 {
	position: absolute;
	top: 120px;
	left: 155px;
	width: 169px;
	height: 169px;
	background: url(../images/substr/pc_howto_img_ability_0581.png) top center no-repeat;
	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(-127px, 90px);
	-webkit-transform: translate(-127px, 90px);
}

#substr.howto section .howto-ability .wall .m-0581.downAttackAnimIE {
	-webkit-animation: downAttackAnimIE 1.3s ease 0s;
	animation: downAttackAnimIE 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: 57px;
	left: 185px;
	width: 187px;
	height: 194px;
	background: url(../images/substr/pc_howto_img_ability_0581_shadow.png) top center no-repeat;
	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(-127px, 90px);
	-webkit-transform: translate(-127px, 90px);
}

#substr.howto section .howto-ability .wall .m-0581-shadow.downAttackShadowAnimIE {
	-webkit-animation: downAttackShadowAnimIE 1.3s ease 0s;
	animation: downAttackShadowAnimIE 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: 191px;
	left: 9px;
	width: 208px;
	height: 208px;
	background: url(../images/substr/pc_howto_img_ability_0581_effect.png) top center no-repeat;
	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;
}

#substr.howto section .howto-ability .wall .m-0581-arrow {
	position: absolute;
	top: 215px;
	right: 42px;
	width: 206px;
	height: 218px;
	background: url(../images/substr/pc_howto_img_ability_0581_arrow.png) top center no-repeat;
	transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
}

#substr.howto section .howto-ability .wall .txt {
	position: absolute;
	top: 40px;
	right: -85px;
	width: 319px;
	height: 94px;
	background: url(../images/substr/pc_howto_txt_ability_wall.png) top center no-repeat;
}

/*---- 遊び方キーフレーム ----*/
/*---- 共通 ----*/
@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(0) 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(0) 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(0) translate(1px, 0);
	}
}

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

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

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

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

	50% {
		-webkit-transform: rotate(0) 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(0) 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 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(-71px, 70px);
	}

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

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

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

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

@keyframes fingerPullAnimIE {
	0% {
		top: 270px;
		left: 116px;
	}

	50% {
		top: 340px;
		left: 45px;
	}

	100% {
		top: 340px;
		left: 45px;
	}
}

@keyframes -webkit-fingerPullAnimIE {
	0% {
		top: 270px;
		left: 116px;
	}

	50% {
		top: 340px;
		left: 45px;
	}

	100% {
		top: 340px;
		left: 45px;
	}
}

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

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

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

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

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

	100% {
		opacity: 1;
		transform: translate(40px, -40px) scale3d(1.2, 1.2, 1.2) rotate(25deg);
	}
}

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

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

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

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

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

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

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

	100% {
		transform: translate(174px, -248px);
	}
}

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

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

@keyframes attackAnimIE {
	0% {
		top: 364px;
		left: 44px;
	}

	100% {
		top: 116px;
		left: 218px;
	}
}

@keyframes -webkit-attackAnimIE {
	0% {
		top: 364px;
		left: 44px;
	}

	100% {
		top: 116px;
		left: 218px;
	}
}

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

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

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

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

@keyframes attackShadowAnimIE {
	0% {
		opacity: 0;
		top: 399px;
		left: -77px;
	}

	100% {
		opacity: 1;
		top: 151px;
		left: 97px;
	}
}

@keyframes -webkit-attackShadowAnimIE {
	0% {
		opacity: 0;
		top: 399px;
		left: -77px;
	}

	100% {
		opacity: 1;
		top: 151px;
		left: 97px;
	}
}

@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(1.8, 1.8);
	}
}

/* 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(-186px, 170px);
	}
}

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

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

@keyframes screenInRightDownIE {
	0% {
		opacity: 0;
		top: 234px;
		right: -230px;
	}

	100% {
		opacity: 1;
		top: 404px;
		right: -44px;
	}
}

@keyframes -webkit-screenInRightDownIE {
	0% {
		opacity: 0;
		top: 234px;
		right: -230px;
	}

	100% {
		opacity: 1;
		top: 404px;
		right: -44px;
	}
}

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

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

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

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

@keyframes screenInRightUpIE {
	0% {
		opacity: 0;
		top: 1076px;
		left: -349px;
	}

	100% {
		opacity: 1;
		top: 886px;
		left: -45px;
	}
}

@keyframes -webkit-screenInRightUpIE {
	0% {
		opacity: 0;
		top: 1076px;
		left: -349px;
	}

	100% {
		opacity: 1;
		top: 886px;
		left: -45px;
	}
}

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

	100% {
		opacity: 1;
		transform: translate(60px, 0);
	}
}

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

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

@keyframes fadeArrowAnimIE {
	0% {
		opacity: 0;
		left: -270px;
	}

	100% {
		opacity: 1;
		left: -210px;
	}
}

@keyframes -webkit-fadeArrowAnimIE {
	0% {
		opacity: 0;
		left: -270px;
	}

	100% {
		opacity: 1;
		left: -210px;
	}
}

@keyframes fadeArrowLeftAnimIE {
	0% {
		opacity: 0;
		left: 126px;
	}

	100% {
		opacity: 1;
		left: 186px;
	}
}

@keyframes -webkit-fadeArrowLeftAnimIE {
	0% {
		opacity: 0;
		left: 126px;
	}

	100% {
		opacity: 1;
		left: 186px;
	}
}

@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(-88px, -112px);
	}
}

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

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

@keyframes upAttackAnimIE {
	0% {
		top: 300px;
		left: 214px;
	}

	100% {
		top: 188px;
		left: 126px;
	}
}

@keyframes -webkit-upAttackAnimIE {
	0% {
		top: 300px;
		left: 214px;
	}

	100% {
		top: 188px;
		left: 126px;
	}
}

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

	100% {
		opacity: 0.8;
		transform: translate(-88px, -112px);
	}
}

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

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

@keyframes upAttackShadowAnimIE {
	0% {
		opacity: 0;
		top: 338px;
		left: 230px;
	}

	100% {
		opacity: 0.8;
		top: 226px;
		left: 142px;
	}
}

@keyframes -webkit-upAttackShadowAnimIE {
	0% {
		opacity: 0;
		top: 338px;
		left: 230px;
	}

	100% {
		opacity: 0.8;
		top: 226px;
		left: 142px;
	}
}

@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(-127px, 90px);
	}
}

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

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

@keyframes downAttackAnimIE {
	0% {
		top: 116px;
		left: 154px;
	}

	100% {
		top: 206px;
		left: 27px;
	}
}

@keyframes -webkit-downAttackAnimIE {
	0% {
		top: 116px;
		left: 154px;
	}

	100% {
		top: 206px;
		left: 27px;
	}
}

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

	100% {
		opacity: 0.8;
		transform: translate(-127px, 90px);
	}
}

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

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

@keyframes downAttackShadowAnimIE {
	0% {
		opacity: 0;
		top: 65px;
		left: 170px;
	}

	100% {
		opacity: 0.8;
		top: 155px;
		left: 43px;
	}
}

@keyframes -webkit-downAttackShadowAnimIE {
	0% {
		opacity: 0;
		top: 65px;
		left: 170px;
	}

	100% {
		opacity: 0.8;
		top: 155px;
		left: 43px;
	}
}

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

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

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

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

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

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

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

#substr.connect section .block-main-area .anime-content li {
	position: absolute;
}

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

#substr.connect section .contents-block01 .block-main-area .img-content-01 {
	position: relative;
	height: 848px;
	background: url(../images/substr/pc_connect_block01_img01.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .img-content-02 {
	position: relative;
	height: 756px;
	background: url(../images/substr/pc_connect_block01_img02.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .img-content-03 {
	position: relative;
	height: 298px;
	background: url(../images/substr/pc_connect_block01_img03.png) top center no-repeat;
}

/*---- コンテンツブロック01 animation----*/
#substr.connect section .contents-block01 .block-main-area .anime-content li.anime01 {
	z-index: 12;
	top: 230px;
	left: 60px;
	width: 880px;
	height: 94px;
	background: url(../images/substr/pc_connect_block01_anime01.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime02 {
	z-index: 11;
	top: 300px;
	left: 60px;
	width: 880px;
	height: 420px;
	background: url(../images/substr/pc_connect_block01_anime02.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime03 {
	z-index: 13;
	top: 590px;
	left: 200px;
	width: 600px;
	height: 200px;
	background: url(../images/substr/pc_connect_block01_anime03.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime04 {
	z-index: 10;
	top: 0;
	left: 210px;
	width: 580px;
	height: 230px;
	background: url(../images/substr/pc_connect_block01_anime04.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime11 {
	z-index: 14;
	top: 350px;
	left: 0;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block01_anime11.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime12 {
	z-index: 15;
	top: 330px;
	left: 720px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block01_anime12.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime13 {
	z-index: 16;
	top: 580px;
	left: 40px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block01_anime13.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime14 {
	z-index: 17;
	top: 600px;
	left: 680px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block01_anime14.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime21 {
	z-index: 18;
	top: 430px;
	left: 700px;
	width: 300px;
	height: 210px;
	background: url(../images/substr/pc_connect_block01_anime21.png) top center no-repeat;
}

#substr.connect section .contents-block01 .block-main-area .anime-content li.anime22 {
	z-index: 19;
	top: 560px;
	left: 0;
	width: 210px;
	height: 190px;
	background: url(../images/substr/pc_connect_block01_anime22.png) top center no-repeat;
}

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

#substr.connect section .contents-block02 .block-main-area .img-content-01 {
	position: relative;
	height: 956px;
	background: url(../images/substr/pc_connect_block02_img01.png) top center no-repeat;
}

#substr.connect section .contents-block02 .block-main-area .img-content-02 {
	display: none;
}

/*---- コンテンツブロック02 animation----*/
#substr.connect section .contents-block02 .block-main-area .anime-content li.anime01 {
	z-index: 21;
	top: 490px;
	left: 240px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block02_anime01.png) top center no-repeat;
}

#substr.connect section .contents-block02 .block-main-area .anime-content li.anime11 {
	z-index: 22;
	top: 190px;
	left: 770px;
	width: 260px;
	height: 230px;
	background: url(../images/substr/pc_connect_block02_anime11.png) top center no-repeat;
}

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

#substr.connect section .contents-block03 .block-main-area .img-content-01 {
	position: relative;
	height: 956px;
	background: url(../images/substr/pc_connect_block03_img01.png) top center no-repeat;
}

#substr.connect section .contents-block03 .block-main-area .img-content-02 {
	display: none;
}

/*---- コンテンツブロック03 animation----*/
#substr.connect section .contents-block03 .block-main-area .anime-content li.anime01 {
	z-index: 31;
	top: 120px;
	left: 20px;
	width: 460px;
	height: 300px;
	background: url(../images/substr/pc_connect_block03_anime01.png) top center no-repeat;
}

#substr.connect section .contents-block03 .block-main-area .anime-content li.anime02 {
	z-index: 32;
	top: 340px;
	left: 0;
	width: 520px;
	height: 90px;
	background: url(../images/substr/pc_connect_block03_anime02.png) top center no-repeat;
}

#substr.connect section .contents-block03 .block-main-area .anime-content li.anime03 {
	z-index: 33;
	top: 420px;
	left: 0;
	width: 520px;
	height: 310px;
	background: url(../images/substr/pc_connect_block03_anime03.png) top center no-repeat;
}

#substr.connect section .contents-block03 .block-main-area .anime-content li.anime11 {
	z-index: 34;
	top: 320px;
	left: 570px;
	width: 170px;
	height: 170px;
	background: url(../images/substr/pc_connect_block03_anime11.png) top center no-repeat;
}

#substr.connect section .contents-block03 .block-main-area .anime-content li.anime12 {
	z-index: 35;
	top: 470px;
	left: 520px;
	width: 270px;
	height: 270px;
	background: url(../images/substr/pc_connect_block03_anime12.png) top center no-repeat;
}

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

#substr.connect section .contents-block04 .block-main-area .img-content-01 {
	position: relative;
	height: 866px;
	background: url(../images/substr/pc_connect_block04_img01.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .img-content-02 {
	display: none;
}

/*---- コンテンツブロック04 animation----*/
#substr.connect section .contents-block04 .block-main-area .anime-content li.anime01 {
	z-index: 41;
	top: 0;
	left: 0;
	width: 400px;
	height: 300px;
	background: url(../images/substr/pc_connect_block04_anime01.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime02 {
	z-index: 42;
	top: 30px;
	left: 600px;
	width: 400px;
	height: 300px;
	background: url(../images/substr/pc_connect_block04_anime02.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime03 {
	z-index: 43;
	top: 300px;
	left: 0;
	width: 400px;
	height: 300px;
	background: url(../images/substr/pc_connect_block04_anime03.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime04 {
	z-index: 44;
	top: 330px;
	left: 600px;
	width: 400px;
	height: 300px;
	background: url(../images/substr/pc_connect_block04_anime04.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime11 {
	z-index: 45;
	top: 100px;
	left: 80px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block04_anime11.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime12 {
	z-index: 46;
	top: 130px;
	left: 640px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block04_anime12.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime13 {
	z-index: 47;
	top: 420px;
	left: 30px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block04_anime13.png) top center no-repeat;
}

#substr.connect section .contents-block04 .block-main-area .anime-content li.anime14 {
	z-index: 48;
	top: 480px;
	left: 690px;
	width: 280px;
	height: 220px;
	background: url(../images/substr/pc_connect_block04_anime14.png) top center no-repeat;
}

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

#substr.news section .news-contents-wrapper:after {
	display: block;
	clear: both;
	content: "";
}

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

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

/*---- サイドバー ----*/
#substr.news section .append-contents-wrapper {
	width: 345px;
	float: right;
	margin-bottom: 100px;
}

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

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

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

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

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

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

#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: #c50;
}

#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 0 0 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 54px;
	margin-right: 12px;
	width: 54px;
	height: 16px;
	color: #fff;
	background: linear-gradient(0deg, #dc2a1b 0, #f64 100%);
	font-family:
		"Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/*---- ニュース追記, 追加情報アイコン ----*/
.add-info-icon,
.add-text-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 54px;
	width: 54px;
	height: 16px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background: linear-gradient(0deg, #ddc600 0, #f1f879 100%);
	margin-right: 12px;
	white-space: nowrap;
}

/*---- ニュース一覧 ----*/
#substr.news section .news-contents {
	width: 634px;
}

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

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

#substr.news section .news-contents .news-content-list {
	font-size: 13px;
}

#substr.news section .news-contents .news-content-list ul {
	width: 554px;
	padding: 0 40px 0;
}

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

#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: flex-start;
	margin-bottom: 5px;
}

#substr.news section .news-contents .news-content-list .article-head .news-icon {
	margin-top: 0;
}

#substr.news section .news-contents .news-content-list .posttime {
	padding-top: 2px;
	margin: 0 12px;
	line-height: 1;
}

/* #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: 8px;
	background: url(../images/substr/pc_news_footer.png) top center no-repeat;
}

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

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

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

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

#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: 0 4px 10px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

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

#substr.news section .news-contents .news-paging-content li {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/substr/pc_news_page_num_off.png) top center no-repeat;
	color: #fff;
	text-align: center;
}

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

#substr.news section .news-contents .news-paging-content li a:hover {
	background-position: top center;
	color: #ff4081;
}

#substr.news section .news-contents .news-paging-content li a:hover span {
	padding-top: 12px;
}

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

#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: 70px;
	height: 40px;
	background: url(../images/substr/pc_news_page_btn_off.png) top center no-repeat;
	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: 70px;
	height: 40px;
	background: url(../images/substr/pc_news_page_btn.png) bottom center no-repeat;
	color: #3a486a;
	text-decoration: none;
}

#substr.news section .news-contents .news-paging-content li.paging-back a:hover,
#substr.news section .news-contents .news-paging-content li.paging-next a:hover {
	background-position: top center;
	color: #ff4081;
}

/*---- ニュース詳細 ----*/
#substr.news section .news-contents .news-content-detail {
	width: 554px;
	margin: 0 auto;
	padding: 15px 40px 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 {
	display: inline-block;
	font-size: 13px;
	margin: 0 12px;
}

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

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

.entry-contents h1,
.entry-contents h2,
.entry-contents h3,
.entry-contents h4,
.entry-contents h5,
.entry-contents h6,
.entry-contents strong {
	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 a.effect-bnr:hover {
	filter: brightness(1.1);
}

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

#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: 12px;
}

#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: 157px;
	height: 58px;
	background: url("../images/common/top_iosbtn.png") top center no-repeat;
	background-size: 100%;
	margin-right: 20px;
}

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

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

#substr.news section .news-contents .news-detail-social-area .social-btns {
	display: flex;
	justify-content: center;
}

#substr.news section .news-contents .news-detail-social-area div {
	display: inline-block;
	padding: 0 2px 5px;
}

/*---- ニュース詳細 一覧へ戻るボタン ----*/
/* #substr.news section .news-contents .news-btn-list-back{} */
#substr.news section .news-contents .news-btn-list-back p {
	width: 150px;
	margin: 0 auto 0 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-top: 20px;
}

#substr.news section .news-newsbanner .news-newsbanner-header {
	width: 634px;
	height: 50px;
	background: url(../images/substr/pc_news_newsbanner_header.png) top center no-repeat;
}

#substr.news section .news-newsbanner .news-newsbanner-content {
	width: 634px;
	height: auto;
	background: url(../images/substr/pc_news_newsbanner_content.png) top center repeat-y;
}

#substr.news section .news-newsbanner .news-newsbanner-content .carousel-box {
	width: 574px;
	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: 276px;
	height: 110px;
	margin: 0;
	display: inline;
}

#substr.news section .news-newsbanner .news-newsbanner-content li .youtubeplayicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -35px;
	width: 69px;
	height: 48px;
}

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

#substr.news section .news-newsbanner .news-newsbanner-content li .banner-message p {
	display: table-cell;
	vertical-align: middle;
	width: 276px;
	height: 110px;
	text-align: center;
	padding: 0 10px;
	line-height: 22px;
	font-size: 13px;
}

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

/*---- ピックアップニュース ----*/
#substr.news section .news-pickup {
	width: 345px;
	height: auto;
	font-size: 13px;
}

#substr.news section .news-pickup .news-pickup-header {
	width: 100%;
	height: 50px;
	background: url(../images/substr/pc_news_pickup_header.png) top center no-repeat;
}

#substr.news section .news-pickup .news-pickup-content {
	width: 100%;
	height: auto;
	background: url(../images/substr/pc_news_pickup_content.png) top center repeat-y;
}

#substr.news section .news-pickup .news-pickup-content ul {
	width: 315px;
	padding: 0 15px 0;
}

#substr.news section .news-pickup .news-pickup-content li {
	line-height: 1.6em;
	border-bottom: 1px #e7e7e7 solid;
	padding: 10px 0 6px;
}

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

#substr.news section .news-pickup .news-pickup-content .article-head {
	display: flex;
	align-items: flex-start;
}

#substr.news section .news-pickup .news-pickup-content .article-head .news-icon {
	margin-top: 0;
}

#substr.news section .news-pickup .news-pickup-content .posttime {
	margin: 0 12px;
}

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

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

#substr.news section .news-pickup .news-pickup-footer {
	width: 100%;
	height: 11px;
	background: url(../images/substr/pc_news_pickup_footer.png) top center no-repeat;
}

/*---- twitter ----*/
#substr.news section .top-twitter {
	float: none;
}

#substr.news section .top-twitter .top-twitter-content {
	height: 500px;
}

#substr.news section .top-twitter .top-twitter-content .twitterTimeline__widget {
	height: 440px;
}

/* #substr.news section .top-twitter .top-twitter-content iframe{
    height: 298px !important;
} */

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

/*---- ページタイトル ----*/
#substr.help section .pagetitle {
	background: url(../images/substr/pc_help_pagetitle.png) top center no-repeat;
}

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

/*---- ページコンテンツ ----*/
#substr.help section .help-contents-header {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	background: url(../images/substr/pc_help_contenttitle_header.png) top center no-repeat;
}

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

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

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

#substr.help section .help-contents-title h2 {
	width: 100%;
	height: 78px;
	background: url(../images/substr/pc_help_contenttitle.png) top center no-repeat;
	position: absolute;
	top: -40px;
	line-height: 78px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0 6px 0 #151b35;
}

#substr.help section .help-question {
	background: url(../images/substr/pc_help_qtitle.png) top center no-repeat;
	width: 870px;
	margin: 0 auto;
	height: 64px;
	font-size: 21px;
	line-height: 64px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0 30px;
	position: relative;
}

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

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

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

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

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

#substr.help section .help-answer {
	width: 866px;
	font-size: 14px;
	color: #fff;
	padding: 10px 25px;
	margin: 0 auto;
	background: #1a2133;
	word-wrap: break-word;
}

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

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

#substr.help section .help-answer-footer {
	width: 100%;
	height: 14px;
	background: url(../images/substr/pc_help_content2_footer.png) top center no-repeat;
	margin-bottom: 35px;
}

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

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

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

#substr.help section .help-nav-list {
	background: #1a2133;
	width: 922px;
	margin: 0 auto;
	padding: 5px 17px;
}

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

#substr.help section .help-nav-list li {
	background: url(../images/substr/pc_help_offbtn.png) top center no-repeat;
	width: 296px;
	height: 70px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 17px;
	float: left;
}

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

#substr.help section .help-nav-list li:nth-child(3n + 3) {
	margin-right: 0;
}

/*#substr.help section .help-nav-list li:nth-last-of-type(1),
#substr.help section .help-nav-list li:nth-last-of-type(2),*/
#substr.help section .help-nav-list li:nth-last-of-type(1) {
	margin-bottom: 0;
	margin-left: 313px;
}

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

#substr.help section .help-nav-footer {
	width: 100%;
	height: 11px;
	background: url(../images/substr/pc_help_content_footer.png) top center no-repeat;
	margin-bottom: 160px;
}

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

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

.error header .contentswrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.error header .top-header-social-area {
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 12px;
}

.error header .top-header-social-area div {
	display: inline-block;
}

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

.error header .red {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -117px;
}

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

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

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

.error section .error-contents .error-header {
	width: 1000px;
	height: 101px;
	background: url(../images/substr/pc_error_header.png) top center no-repeat;
}

.error section .error-contents .error-content {
	width: 1000px;
	height: auto;
	background: url(../images/substr/pc_error_content.jpg) top center repeat-y;
	padding: 0 0 20px;
}

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

.error section .error-contents .error-content .btn {
	display: block;
	margin: 0 auto;
	width: 783px;
	height: 108px;
	background: url(../images/substr/pc_error_officialsitebtn.png) top center no-repeat;
}

.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: 1000px;
	margin: 0 auto;
}

.error section .error-contents .error-footer {
	width: 1000px;
	height: 12px;
	background: url(../images/substr/pc_error_footer.png) top center no-repeat;
}

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

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

.news .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.news .slick-dots {
	position: relative;
	bottom: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 36px;
	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 {
	outline: none;
}

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

/*Landscape（画面横）*/
@media (max-device-width: 1024px) and (orientation: landscape) {
	.slick-dots li button:hover:before {
		/*opacity: 1;*/
		color: #aeaeae;
	}
}

/*Portrait（画面縦）*/
@media (max-device-width: 768px) and (orientation: portrait) {
	.slick-dots li button:hover:before {
		/*opacity: 1;*/
		color: #aeaeae;
	}
}

.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: 45px;
	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-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -53px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.slick-prev {
	left: -50px;
	width: 44px;
	height: 106px;
	background: url(../images/common/pc_common_cursorleft.png) top center no-repeat;
}

.slick-next {
	right: -50px;
	width: 44px;
	height: 106px;
	background: url(../images/common/pc_common_cursorright.png) top center no-repeat;
}

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

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

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

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

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

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

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

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

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

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