@charset "utf-8";

/*--------------------------------------
  STRUCTURE
---------------------------------------*/
/*--- smash-top-area ---*/
.smash-top-area {
	background: url(../img/smash_bg_top.png) left top no-repeat;
}

@media (max-width: 1024px) {
	.smash-top-area {
		background: url(../img/smash_bg_top.png) left top no-repeat;
		-webkit-background-size: 100% 64px;
		background-size: 100% 64px;
	}
}


/*--- smash-all-area ---*/
.smash-all-area {
	background: url(../img/smash_bg.png) left top #00103a;
	background-image: url(../img/smash_bg.png) \9;
	background-repeat: no-repeat;
	background-position: top right \9;
	color: #ffffff;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	padding-bottom: 100px;
}
.bgttl-right3 {
	padding: 13px 0 0 34px;
	background: url(../../img/bgttl_sttl3.png) no-repeat right top ;
	height: 44px;
	letter-spacing: 0.1em;
}


	@media (max-width: 1024px) {
		.smash-all-area {
			background: url(../img/smash_bg.png) left top #00103a;
			background-repeat: no-repeat;
			background-size: 100%;
			color: #ffffff;
			overflow: hidden;
			clear: both;
			padding-top: 15px;
		}
		.bgttl-right3 {
			padding: 13px 0 0 34px;
			background: url(../../img/bgttl_sttl4.png) no-repeat right top ;
			height: 44px;
			letter-spacing: 0.1em;
		}
	}




/*--- box-spec-module ---*/
.box-spec-module {
	overflow: hidden;
	clear: both;
}




.box-spec-module h2 {
	font-size:120%;
}




/* smash-area
##################################### */
.smash-area {
	margin: 0 0 5px 0;
	padding: 0 20px 20px 20px;
	color: #c1c1c1;
	overflow: hidden;
}


	.smash-area p {
		margin-top: 0px;
		padding-top: 0px;
	}



/*--- TITLE ---*/
.ttl-mrg {
	margin: 0 12px 0 12px !important;
	padding-bottom: 0;
}



	h4.sttl-main{
		font-size: 160%;
		line-height: 1.5em;
		font-weight: bold;
		margin-top: 5px !important;
		margin-bottom: 0.3em !important;
		padding-bottom: 0;
		color: #ffffff;
	}
	.sttl-main::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #50ffdc; /* Old browsers */
		background: -moz-linear-gradient(left, #50ffdc 0%, #00afff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #50ffdc 0%,#00afff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #50ffdc 0%,#00afff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ffdc', endColorstr='#00afff',GradientType=1 ); /* IE6-9 */	color: #c1c1c1;
	}



/*--- img-gamma-right ---*/
.img-smash-right {
	float: right;
	margin: 0 0 20px 0px;
}



/*--- img-gamma-right-if ---*/
.img-smash-right-if {
	float: right;
	width: 400px;
	height: 511px;
	margin: 0 0 20px 0px;
	display: block;
}

/*--- img-gamma-right-if2 ---*/
.img-smash-right-if2 {
	float: right;
	width: 460px;
	height: 600px;
	margin: 20px 0 20px 0px;
	display: block;
}



/*--- gamma-main-chara ---*/
.smash-main-chara {
	text-align: center;
	position:relative;
}




/*--- img-gamma-center ---*/
.img-smash-center {
	text-align: center;
	padding: 0 0 20px 0;
}



/*--- gamma-text ---*/
.smash-area .smash-text {
	margin: 0 22px 0 10px;
	color: #ffffff;

}


	.smash-area .smash-text .spec-txt {
		color: #ffff;
		font-size: 86%;
		line-height: 1.7em;
		padding-bottom: 15px;
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 15px;
		background-color: rgba(5, 9, 33, 0.8);
		padding: 20px;

	}

	.smash-area .smash-text .spec-txt2 {
		font-size: 100%;
		line-height: 1.7em;
		padding-bottom: 15px;
		border-bottom: 1px solid #625b41;
		overflow: hidden;
		margin-bottom: 15px;
	}


	/*@media screen and (min-width: 1025px) and (max-width: 1100px) {
	.new-paragraph {
		clear: both;
	}
	}*/

	@media (max-width: 1100px) {
	.new-paragraph {
		clear: both;
	}
	}




/*--- spac-btn-back  ---*/
.spac-btn-back {
	/*overflow: hidden;*/
	margin: 0 auto;
	/*width: 15%;*/
	width: 90px;
	clear: both;
	display: block;
	margin-top: 30px;
	margin-bottom: 0px;
}




	.spac-btn-back .spac-num-back {
		background: -moz-linear-gradient(top,#313131 0%,#313131 3%,#0e0e0e 3%,#313131);
		background: -webkit-gradient(linear, left top, left bottom, from(#313131), color-stop(0.03,#313131), color-stop(0.03,#0e0e0e), to(#313131));
		color: #ffffff;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		/*border: solid 2px #000000;*/
		/*outline: solid 1px #ff5420;*/
		box-shadow: 0 0 0 2px #000000, 0 0 0 3px #ff5420;
		padding: 7px 15px;
		margin-bottom: 10px;
		display: block;
		line-height: 1;
		font-size: 15px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background : #000 \9;
		background : #000 \0/IE9;
	}






/* LINE
##################################### */

/*
.line-01{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 2px solid #00a1e9;
	margin-bottom: 0px !important;
	clear: both;
}
*/
.smashbacknumber {
	overflow: hidden;
}

.line-02{
	display: block;
	width: 100%;
	height: 2px;
	border: 0;
	border-top: 2px solid #00a1e9;
	margin-bottom: 0px !important;
	clear: both;
}

.line-03{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #130500;
	margin-bottom: 0px !important;
	clear: both;
}


.line-04{
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #1F2BBF;
	margin-bottom: 0px !important;
	clear: both;
}


.line-05{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #625b41;
	margin-bottom: 30px !important;
	clear: both;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
}






h4.line-red{
	border-bottom: 1px solid #42078c;
}



/* LINK
##################################### */

.smash-area a {
  color: #d8020a;
  text-decoration: none;
}
.smash-area a:visited {
  color: #d8020a;
  text-decoration: none;
}
.smash-area a:focus {
  color: #d8020a;
  text-decoration: none;
}
.smash-area a:active {
  color: #d8020a;
  text-decoration: none;
}
.smash-area a:hover {
  color: #ff0808;
  text-decoration: none;
}



/* guest
##################################### */
.guest_box{
	width: 100%;
	height: 100%;
	display: table;
	/*word-break: break-all;*/
	border-top: 1px solid #66074f;
	padding-top: 20px;
	padding-bottom: 11px;
	/*margin-bottom: 2em;*/
	margin-top: 2.5em;
}

	.guest_box_inner{
		vertical-align: middle;
		width: 100%;
		max-width: 1px;
		display: table-cell;
	}

		.guest_box_left{
			vertical-align: top;
			width: 153px;
			float: left;
		}

			.guest_box_thum{
				width: 100%;
				border: 2px solid #dbdbdb;
				margin-top: 6px;
			}

		.guest_box_right{
			margin-left: 153px;
			padding-left: 22px;
		}

			.guest_name{
				margin-bottom: 10px !important;
			}

			.guest_prof{
				font-size: 87% !important;
			}

			.guest_text{
				width: 100%;
				clear: both;
			}

.guest_box a         { color: #e00000!important; }
.guest_box a:link    { text-decoration: none!important; }
.guest_box a:visited { text-decoration: none!important; }
.guest_box a:hover   { text-decoration: underline!important; }
.guest_box a:active  { text-decoration: underline!important; }

.mt-000 { margin-top: 0 !important; }
.mt-010 { margin-top: 0.1em !important; }


.guest-photo-l {
	float: left;
	/*margin-right: 20px;*/
	/*margin-bottom: 12px;*/
	width: 160px;
}

.guest-photo-l2 {
	float: left;
	/*margin-right: 20px;*/
	/*margin-bottom: 12px;*/
	width: 160px;
}

.guest-all {
	float: left;
	width: 160px;
}

.guest-phwaku {
	width: 130px;
	border: 2px solid #dbdbdb;
	margin-top: 5px;
}

.guest-center {
	text-align: center;
	width: 130px;
	line-height: 1.5em;
}




	.clear {
		clear: both;
	}
/*
#######################*/

.smash-bk-box {
	height: 2px;
	margin: 0;
	display: block;
}

.smash-bk-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #50ffdc; /* Old browsers */
	background: -moz-linear-gradient(left, #50ffdc 0%, #00afff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #50ffdc 0%,#00afff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #50ffdc 0%,#00afff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ffdc', endColorstr='#00afff',GradientType=1 ); /* IE6-9 */	color: #c1c1c1;
}

.smash2-bk-box {
	height: 2px;
	margin: 0;
	display: block;
}

.smash2-bk-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #9e9e9e; /* Old browsers */
	background: -moz-linear-gradient(left, #9e9e9e 0%, #5f5f5f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #9e9e9e 0%,#5f5f5f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #9e9e9e 0%,#5f5f5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#5f5f5f',GradientType=1 ); /* IE6-9 */	color: #c1c1c1;
}

/*--- e-link-btn  ---*/
.e-link-box {
	background: #323232;
	overflow: hidden;
	clear: both;
	padding-top: 16px;
}

	.e-link-list {
		/*float: left;*/
		overflow: hidden;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 0px;
		margin-top: 35px;

	}
	.e-link-list ul {
		overflow: hidden;
		margin-top: 35px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.e-link-list .e-link-btn {
		display: block;
		width: 130px;
		float: left;
		margin: 0 10px 10px 0;
	}
	.e-link-list .e-link-btn img {
		width: 130px;
		height: 177px;
	}


@media screen and (max-device-width: 480px) {
	.e-link-list .e-link-btn {
		display: block;
		float: left;
		margin: 0 8px 10px 0px;
		width: 30%;
	}

	.e-link-list .e-link-btn img{
		width: 100%;
		height: 100%;
	}
}

.e-link-list2 {
	/*float: left;*/
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 35px;

}

.e-link-list2 ul {
	overflow: hidden;
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 10px;
}
.e-link-list2 .e-link-btn {
	display: block;
	width: 130px;
	float: left;
	margin: 0 10px 10px 0;
}
.e-link-list2 .e-link-btn img {
	width: 130px;
	height: 177px;
}


@media screen and (max-device-width: 480px) {
	.e-link-list2 .e-link-btn {
		display: block;
		float: left;
		margin: 0 8px 10px 0px;
		width: 30%;
	}

	.e-link-list2 .e-link-btn img{
		width: 100%;
		height: 100%;
	}
}
/* bros-gear
##################################### */
.smash-area .bros-gear {
	color: #fff;
	margin-left: 10px;
	overflow: hidden;
}
.smash-area .bros-gear img {
	display: block;
	/*margin: 0 auto 15px;*/
	float: left;
	width: 80px;
	margin-right: 20px;
}
.smash-area .bros-gear .gear-txt {
	margin: 10px 0 10px 0;
}

.smash-area .bros-gear h4 {
	text-align: left;
	margin-bottom: 10px;
}

/* evolution-before　 180817追記
##################################### */
.smash-area .evolution-before {
	color: #fff;
	margin-left: 10px;
	overflow: hidden;
}
.smash-area .evolution-before img {
	display: block;
	width: 250px;
}
.smash-area .bros-gear .evolution-before-txt {
	margin: 10px 0 10px 0;
}

.smash-area .evolution-before h4 {
	text-align: left;
	margin: 20px 0 10px;
}
