@charset "UTF-8";
/*
  #NEWS詳細ページ
  適宜styleを編集してください。
*/

a {
	color: #556e9d;
	text-decoration: underline;
}

/***** ガチャキャラ紹介CSS *****/

.news_charaIntro {
	width: 100%;
	margin: 15px 0;
}

.news_charaIntro .serif {
	position: relative;
	margin: 0 0 5px;
	font-size: 26px;
	font-style: italic;
	text-align: center;
	text-shadow: 0 0 1px #dfb216, 0 0 1px #dfb216, 0 0 1px #dfb216, 0 0 1px #dfb216,
				 0 0 3px #ffd618, 0 0 3px #ffd618;
}

.news_charaIntro .serif::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient( to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 90%, rgba(255,255,255,0) 100% );
	content: "";
}

.news_charaIntro .serif::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient( to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 90%, rgba(255,255,255,0) 100% );
	content: "";
}

.news_charaIntro > .inr {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}

.news_charaIntro .img {
	position: relative;
	width: 40%;
	height: 330px;
	overflow: hidden;
}

@media ( min-width: 568px ) and ( max-width: 639px ) {
	.news_charaIntro .img { height: 330px; }
}
@media ( min-width: 640px ) and ( max-width: 811px ) {
	.news_charaIntro .img { height: 350px; }
}
@media ( min-width: 812px ) and ( max-width: 959px ) {
	.news_charaIntro .img { height: 360px; }
}
@media ( min-width: 960px ) {
	.news_charaIntro .img { height: 400px; }
}

.news_charaIntro .img.story00 { background: url(https://webview.arca-last.com/assets/img/story/00/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story01 { background: url(https://webview.arca-last.com/assets/img/story/01/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story02 { background: url(https://webview.arca-last.com/assets/img/story/02/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story03 { background: url(https://webview.arca-last.com/assets/img/story/03/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story04 { background: url(https://webview.arca-last.com/assets/img/story/04/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story05 { background: url(https://webview.arca-last.com/assets/img/story/05/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story06 { background: url(https://webview.arca-last.com/assets/img/story/06/bg.jpg) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro .img.story07 { background: url(https://webview.arca-last.com/assets/img/story/07/bg.jpg) no-repeat center top; background-size: 100% 100%; }

.news_charaIntro .img .name {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 1px 0 3px 20px;
	background: linear-gradient( to right, rgba( 0, 0, 0, 0.7 ) 0%, rgba( 0, 0, 0, 0 ) 100% );
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.news_charaIntro .img .name::before {
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	width: 10px;
	height: 15px;
	margin: auto;
	background: url(https://webview.arca-last.com/assets/img/news/icon_name.png) no-repeat center top;
	background-size: 10px 15px;
	content: "";
}

.news_charaIntro .img .chara {
	width: 100%;
	transform: translateX( -35% );
}

.news_charaIntro .img .chara img {
	width: 170%;
}

@media ( min-width: 568px ) and ( max-width: 639px ) {
	.news_charaIntro .img .chara { transform: translateX( -45% ); }
	.news_charaIntro .img .chara img { width: 190%; }
}

@media ( min-width: 640px ) and ( max-width: 811px ) {
	.news_charaIntro .img .chara { transform: translate( -22%, 2% ); }
	.news_charaIntro .img .chara img { width: 150%; max-width: 170% !important; }
}

@media ( min-width: 812px ) and ( max-width: 950px ) {
	.news_charaIntro .img .chara { transform: translateX( -22% ); }
	.news_charaIntro .img .chara img { width: 140%; }
}

@media ( min-width: 960px ) {
	.news_charaIntro .img .chara { transform: translate( -10%, 2% ); }
	.news_charaIntro .img .chara img { width: 120%; max-width: 120% !important; }
}

.news_charaIntro .img ul.star {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	margin: auto;
	background: rgba(0,0,0,0.5);
}

.news_charaIntro .img ul.star li {
	width: 12%;
	padding: 3px 0;
}

@media ( min-width: 640px ) and ( max-width: 811px ) {
	.news_charaIntro .img ul.star li {
		padding: 0 0 7px 0;
	}
}

.news_charaIntro .img ul.star li img {
	vertical-align: middle;
	width: 100%;
}

.news_charaIntro .txt {
	width: 58%;
}

.news_charaIntro .txt > .inr {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 13px;
	/*padding: 0 0 8px;*/
	padding: 0 0 10px;
	border-bottom: 3px dotted #CCC;
}

@media ( min-width: 960px ) {
	.news_charaIntro .txt > .inr {
		padding: 0 0 8px;
	}
}

.news_charaIntro .txt .type {
	width: 100%;
	margin: 0 0 6px;
	padding: 0 0 0 5px;
	background: linear-gradient( to right, rgba(100,100,100,0.5) 0%, rgba(100,100,100,0) 100% );
	font-size: 16px;
	text-align: left;
}

.news_charaIntro .battle {
	width: 49%;
}

.news_charaIntro .battle .heading {
	width: 100%;
	height: 28px;
	margin: 0 0 10px;
	background: url(https://webview.arca-last.com/assets/img/news/label_battle.png) no-repeat left bottom;
	background-size: 310px 28px;
}

.news_charaIntro .battle ul,
.news_charaIntro .war ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}

.news_charaIntro .battle ul li,
.news_charaIntro .war ul li {
	width: 50%;
	height: 40px;
}

.news_charaIntro .battle ul li img,
.news_charaIntro .war ul li img {
	/*width: 70%;*/
	height: 90%;
}

.news_charaIntro .war {
	width: 49%;
}

.news_charaIntro .war .heading {
	width: 100%;
	height: 28px;
	margin: 0 0 10px;
	background: url(https://webview.arca-last.com/assets/img/news/label_war.png) no-repeat left bottom;
	background-size: 310px 28px;
}

.news_charaIntro ul.status {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.news_charaIntro ul.status::after {
	display: block;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	width: 100%;
	height: 14px;
	margin: auto;
	background: url(https://webview.arca-last.com/assets/img/news/txt_status.png) no-repeat center top;
	background-size: auto 14px;
	content: "";
}

.news_charaIntro ul.status li {
	width: 49.5%;
	margin: 0 0 5px;
	padding: 0 10px 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

@media ( min-width: 568px ) and ( max-width: 639px ) {
	.news_charaIntro ul.status li { height: 17px; line-height: 17px; font-size: 10px; }
}
@media ( min-width: 640px ) and ( max-width: 811px ) {
	.news_charaIntro ul.status li { height: 20px; line-height: 18px; }
}
@media ( min-width: 812px ) and ( max-width: 959px ) {
	.news_charaIntro ul.status li { height: 28px; line-height: 27px; font-size: 15px; }
}
@media ( min-width: 960px ) {
	.news_charaIntro ul.status li { height: 28px; line-height: 27px; font-size: 15px; }
}

.news_charaIntro ul.status li.hp { background: url(https://webview.arca-last.com/assets/img/news/label_status_hp.png) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro ul.status li.war_force { background: url(https://webview.arca-last.com/assets/img/news/label_war_force.png) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro ul.status li.atk { background: url(https://webview.arca-last.com/assets/img/news/label_atk.png) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro ul.status li.def { background: url(https://webview.arca-last.com/assets/img/news/label_def.png) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro ul.status li.m_atk { background: url(https://webview.arca-last.com/assets/img/news/label_matk.png) no-repeat center top; background-size: 100% 100%; }
.news_charaIntro ul.status li.m_def { background: url(https://webview.arca-last.com/assets/img/news/label_mdef.png) no-repeat center top; background-size: 100% 100%; }

.news_charaIntro .unique {
	width: 100%;
}

.news_charaIntro .unique .heading {
	width: 100%;
	height: 28px;
	margin: 28px 0 10px;
	background: url(https://webview.arca-last.com/assets/img/news/label_unique.png) no-repeat left top;
	background-size: 576px 28px;

}

.news_charaIntro .unique p {
	font-size: 1.6rem;
	line-height: 1.3;
}
