@charset "UTF-8";

/*-------------------------
*SPECIAL個別
-------------------------*/
#SpecialPage {
	padding-top: 70px;
	margin-bottom: -50px;
}

#spInner {
	width: 90%; max-width: 980px;
	margin: 0 auto;
	padding: 40px 0px;
}

#spInner h2 {
	margin: 0 auto 40px;
	text-align: center;
}
#spInner h2 img {width: 100%; height: auto;}

/*SPECIAL TITLE*/
.spTwitter {width: 90%; max-width: 363px;}
.spScore {width: 90%; max-width: 973px;}


/*対応パッケージ*/
#spCat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 20px;
}
#spCat li {
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	padding: 5px 5px 3px;
	display: inline-block;
	margin: 0 5px;
}
.ichikano1 {background: #f3607a;}
.ichikano2 {background: #fb9f32;}
.ichikano3 {background: #32cefb;}

/*注意書き*/
.attention {
	width: 90%;
	padding: 15px;
	margin: 0 auto 50px;
	background: url(../img/common/bg_att.png) no-repeat 98% center #3d171f;
}

.attention p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 500;
	color: #FFF;
	transform: rotate(0.03deg);
}
.attention p span {
	font-size: 0.8em;
	color: #abff50;
}
/*小見出し*/
#spInner > h3 {
	width: 90%;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	color: #FFF;
	padding: 10px;
	margin: 0 auto 20px;
	transform: skew(-25deg);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.5);
}
#spInner > h3 span {
	display: inline-block;
	transform: skew(25deg) rotate(0.03deg);
	padding-left: 15px;
}

.blue {background: #00aeff;}
.brwn {background: #3d171f;}

.backB {
	text-align: center;
	margin-bottom: 40px;
}
.backB a {
	font-family: 'Poller One','M PLUS 1p',cursive;
	font-size: 1.4rem;
	transform: rotate(0.03deg);
	padding: 10px 15px 8px;
	color: #FFF;
	display: inline-block;
	background: #3d171f;
	border: solid 2px #6e5157;
	transition: all 0.5s;
}
.backB a:hover {
	background: #ffcc00;
	color: #3d171f;
	border: solid 2px #ffeb9a;
}

/*******************************
 TWITTER ITEM*20220216
********************************/

#twitterIcon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto 100px;
}
#twitterHead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto 100px;
}
#twitterIcon li {
	width: 25%; max-width: 250px;
	margin: 0 5px 10px;
	background: #FFF;
}
#twitterHead li {
	width: 70%; max-width: 700px;
	margin: 0 auto 10px;
	background: #FFF;
}
#twitterIcon li img,#twitterHead li img {
	width: 100%; height: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#twitterIcon li a img,#twitterHead li a img {transition: all 0.5s;}
#twitterIcon li a:hover img,
#twitterHead li a:hover img {opacity: 0.5;}


/*******************************
 MOVIE*20220216
********************************/
.moveWrap {
	width: 90%; max-width: 800px;
	margin: 0 auto 15px;
}

.videoWrap {
	position: relative;
	width: 100%; height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.videoWrap iframe {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
}

.moveCap1 {
	width: 90%; max-width: 800px;
	padding: 10px;
	margin: 0 auto 10px;
	background: #FFF;
	border: solid 1px #f25b7e;
	border-left: solid 20px #f25b7e;
}
.moveCap1 p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	color: #2e2326;
	transform: rotate(0.03deg);
}
.moveCap1 p span {
	font-size: 1.2em;
	font-weight: 900;
}
.moveCap2 p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	color: #2e2326;
	transform: rotate(0.03deg);
	text-align: center;
}
.youtube {
	width: 250px;
	margin: 0 auto;
}
.youtube a {
	font-family: 'Poller One', cursive;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	width: 100%; height: 100%;
	display: block;
	background: #3d171f;
	border: solid 2px #6e5157;
	transition: all 0.5s;
}
.youtube a:before {
	content: "\f167";
	font-family: fontawesome;
	margin-right: 5px;
}
.youtube a:hover {
	background: #ffcc00;
	color: #3d171f;
	border: solid 2px #ffeb9a;
}


/*******************************
 TRIAL_KYOUKA*20220216
********************************/

#trialSlide {
	width: 90%; max-width: 800px;
	padding-top: 52.25%;
	margin: 0 auto;
	position: relative;
}
#trialSlide img {
	width: 100%; height: auto;
	position: absolute;
	top: 0px; left:0px;
	z-index: 8;
	opacity: 0.0;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
#trialSlide img.active {
	z-index: 11;
	opacity: 1.0;
}
#trialSlide img.last-active {
	z-index: 9;
}

.dlSite {
	width: 90%; max-width: 800px;
	margin: 0 auto;
}
#spInner > h5 {
	width: 90%; max-width: 800px;
	margin: 0 auto;
	font-family: 'Poller One', cursive;
	font-size: 1.4rem;
	color: #3d171f;
}
.dlSite dl {
	width: 100%;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	background: rgba(255,255,255,0.5);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.dlSite dt {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px 5px 5px 15px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	color: #3d171f;
	line-height: 1.5;
	font-weight: 800;
	transform: rotate(0.03deg);
}
.dlSite dd {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
}

.dlSite dd ul {width: 100%;}
.dlSite dd ul li {margin-bottom: 5px;}
.dlSite dd ul li:last-child {margin-bottom: 0;}

.dlSite dt:before {
	content: "\f015";
	font-family: fontawesome;
	margin-right: 5px;
}

.dlSite dt a {transition: all 0.6s;}
.dlSite dt a:hover {color: #ffcc00;}

.dlSite dd a {
	font-family: 'Poller One', cursive;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	padding: 0 15px;
	background: #3d171f;
	border: solid 2px #6e5157;
	transition: all 0.5s;
}
.dlSite dd a:before {
	content: "\f019";
	font-family: fontawesome;
	margin-right: 5px;
}
.dlSite dd a:hover {
	background: #ffcc00;
	color: #3d171f;
	border: solid 2px #ffeb9a;
}

#trialMemo {
    width: 90%; max-width: 800px;
    padding: 10px;
    margin: 0 auto;
    border: 2px solid #3d171f;
    border-left: 20px solid #3d171f;
    background: rgba(255,255,255,0.5);
}

#trialMemo h6 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6rem;
	color: #3d171f;
	line-height: 1.5;
	font-weight: 800;
	transform: rotate(0.03deg);
	border-bottom: solid 1px #3d171f;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#trialMemo h6:before {
	content: "\f14a";
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 5px;
}
#trialMemo p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	color: #2e2326;
	line-height: 1.5;
	font-weight: 500;
	transform: rotate(0.03deg);
	padding-left: 1.8rem;
	margin-bottom: 1.8rem;
}
#trialMemo p:last-child {margin-bottom: 0;}


#trialMemo ul {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	color: #2e2326;
	line-height: 1.5;
	font-weight: 500;
	transform: rotate(0.03deg);
	list-style-type: decimal
}
#trialMemo ul li {
	margin-left: 4.0rem;
	margin-bottom: 1.6rem;
}
#trialMemo p span,#trialMemo ul li span {
	font-weight: 800;
	color: #fd5d97;
}

.trialBana {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6rem;
	letter-spacing: -0.01em;
	color: #3d171f;
	line-height: 1.5;
	font-weight: 800;
	transform: rotate(0.03deg);
	margin: 0 0 1.8rem 1.8rem;
	display: inline-block;
}
.trialBana a {
	width: 100%; height: 100%;
	display: block;
	background: #FFF;
	border: solid 2px #3d171f;
	border-left: solid 20px #3d171f;
	padding: 10px 15px 8px 10px;
	transition: all 0.5s;
}
.trialBana a:after {
	content: "\f0c1";
	font-family: fontawesome;
	margin-left: 10px;
}
.trialBana a:hover {
	background: #ffcc00;
}
.trialAtt:before {
	content: "\f06a";
	font-family: fontawesome;
	color: #fd5d97;
	margin-right: 5px;
}
@media screen and (min-width: 768px) {
	.dlSite dl {
		width: 100%;
		border-top: 2px solid #ddd;
		border-left: 2px solid #ddd;
		flex-direction: row;
	}
	.dlSite dt {
		width: 70%;
		border-right: none;
	}
	.dlSite dd {
		width: 30%;
		text-align: right;
		border-bottom: 2px solid #ddd;
		border-right: 2px solid #ddd;
	}
}


/*******************************
 SCORE ATTACK*20220216
********************************/

#scoreHead1 {
	width: 100%; max-width: 980px;
	margin: 0 auto 20px;
}
#scoreHead2 {
	width: 100%; max-width: 980px;
	margin: 0 auto 40px;
}
#scoreTopics1 {
	width: 100%; max-width: 980px;
	margin: 0 auto 30px;
}
#scoreRank {
	width: 90%; max-width: 940px;
	margin: 0 auto 30px;
}
#scoreRank a {transition: all 0.5s;}
#scoreRank a:hover {opacity: 0.5;}

#scoreHead1 img,#scoreHead2 img,#scoreTopics1 img,#scoreRank img,
.saImage1 img {
	width: 100%; height: auto;
}

#aboutMemo {
    width: 90%; max-width: 980px;
    padding: 10px;
    margin: 0 auto;
    border: 2px solid #3d171f;
    border-left: 20px solid #3d171f;
    background: rgba(255,255,255,0.5);
}

#aboutMemo h6 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6rem;
	color: #3d171f;
	line-height: 1.5;
	font-weight: 800;
	transform: rotate(0.03deg);
	border-bottom: solid 1px #3d171f;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#aboutMemo h6:before {
	content: "\f14a";
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 5px;
}
#aboutMemo p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	color: #2e2326;
	line-height: 1.5;
	font-weight: 500;
	transform: rotate(0.03deg);
	padding-left: 1.8rem;
	margin-bottom: 1.8rem;
}
#aboutMemo p:last-child {margin-bottom: 0;}

.saImage1 {
	width: 100%;
	margin: 0 auto;
}
.hash {
	font-weight: 800;
	color: #0095ff;
}
.spt1 {
	font-weight: 800;
	color: #ff4b6b;
}
.spt2 {
	font-size: 1.2em;
	font-weight: 800;
	color: #ff4b6b;
}
#aboutMemo a {
	color: #0095ff;
	transition: all 0.5s;
}
#aboutMemo a:hover {
	color: #ffcc00;
}
#aboutMemo ul {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	color: #2e2326;
	line-height: 1.5;
	font-weight: 500;
	transform: rotate(0.03deg);
	list-style: disc;
	margin-left: 4.0rem;
}
#aboutMemo ul span {
	font-weight: 800;
	color: #ff6faf;
}
#scorePresent {
	width: 100%;
	background: url(../img/special/sa_present01.png) no-repeat center top;
	background-size: cover;
}

.scoreRank .ranker1,
.scoreRank .ranker2 {
	width: 90%;
	margin: 0 auto 30px;
	border: solid 3px #3d171f;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.5;
	transform: rotate(0.03deg);
}

.scoreRank .ranker1 th {
		font-size: 1.2rem;
		font-weight: 800;
		color: #FFF;
		text-align: center;
		border: solid 1px #3d171f;
		background: rgba(61,23,31,0.75);
		padding: 7px;
}
.scoreRank .ranker1 td {
		font-size: 1.8rem;
		font-weight: 800;
		color: #2e2326;
		text-align: center;
		border: solid 1px #3d171f;
		background: rgba(255,255,255,0.5);
		padding: 7px;
}
.scoreRank .ranker2 th {
		font-size: 1.2rem;
		font-weight: 800;
		color: #FFF;
		text-align: center;
		border: solid 1px #3d171f;
		background: rgba(61,23,31,0.75);
		padding: 7px;
}
	.scoreRank .ranker2 td {
		font-size: 1.4rem;
		font-weight: 500;
		color: #2e2326;
		text-align: center;
		border: solid 1px #3d171f;
		background: rgba(255,255,255,0.5);
		padding: 7px;
}

/*******************************
 CAMPAIGN001*20220216
********************************/

#buyHead,#buyCopy01 {
	width: 100%; max-width: 980px;
	margin: 0 auto 15px;
}

#buyImage01 {
	width: 90%; max-width: 780px;
	margin: 40px auto;
}

#buyImage02 {
	width: 100%; max-width: 840px;
	margin: 0 auto;
}

#buyHead img,#buyCopy01 img,#buyImage01 img,#buyImage02 img {
	width: 100%; height: auto;
}
/*******************************
 PC SETTING*20220216
********************************/

@media screen and (min-width: 768px) {

	#SpecialPage {padding-top: 100px;}

}