@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto|Share+Tech&display=swap');

html, body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: .2em;
}
main {
  position: relative;
  display: block;
  width: 100%;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	main {
		height: 100vh;
		background-attachment: fixed;
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/pc/background.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media all and (max-width: 768px) {
	main {
		min-height: 100vh;
	}
	main::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #081c34;
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/mb/background.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* ================================================================================================== */
/* = Telop ========================================================================================== */
/* ================================================================================================== */
div#telop {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
body.ifrm #telop {
	display: none !important;
}
div#telop::before {
	content: "";
	display: block;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	div#telop {
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/pc/deco_telop.png');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		}
	div#telop::before {
		padding-top: 5.9%;
	}
}
@media all and (max-width: 768px) {
	div#telop {
		max-height: 70px;
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/mb/deco_telop.png'), url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/mb/deco_telop_loop.png'), linear-gradient( to right, #031F51 60%, transparent 100% );
		background-position: left center, left center;
		background-repeat: no-repeat, repeat-x;
		background-size: contain, auto 100%;
	}
	div#telop::before {
		padding-top: 17.5%;
	}
}

#telop_roop {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
	width: 400%;
  background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/deco_telop2.png');
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: telop_anim 50s linear infinite;
}
@keyframes telop_anim {
	  0% { transform: translateX(    0); }
	100% { transform: translateX( -50%); }
}
#telop_roop::before {
	content: "";
	display: block;
	padding-top: .375%;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	div#deco_live {
	  position: fixed;
	  top: 2.5em;
	  right: 16vw;
	  display: block;
	  width: 243px;
	  height: 38px;
		perspective: 500px;
		cursor: pointer;
	}
	body.ifrm #deco_live {
		display: none !important;
	}
	div#deco_live>div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	  width: 100%;
	  height: 100%;
	  background-position: center;
	  background-repeat: no-repeat;
		background-size: contain;
		transform-origin: center center;
		transform-style: preserve-3d;
		transition: transform 1s;
	}
	div#deco_live>div:nth-of-type(1) {
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/pc/deco_live3.jpg');
		animation: flap_anim_1 1s forwards;
	}
	div#deco_live>div:nth-of-type(2) {
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/pc/deco_live3.jpg');
		animation: flap_anim_2 1s forwards;
	}
	div#deco_live.flap>div:nth-of-type(1) {
		/* transform: rotateX(720deg); */
		animation: flap_anim_3 1s forwards;
	}
	div#deco_live.flap>div:nth-of-type(2) {
		animation: flap_anim_4 1s forwards;
	}
}
@media all and (max-width: 768px) {
	#telop_roop {
		display: none;
	}
	div#deco_live {
		display: none;
	}
}
@keyframes flap_anim_1 {
	0% { opacity: 1; transform: rotateX(  0deg); }
 49% { opacity: 1; }
 50% { opacity: 0; }
100% { opacity: 0; transform: rotateX(720deg); }
}
@keyframes flap_anim_2 {
	0% { opacity: 0; transform: rotateX(  0deg); }
 49% { opacity: 0; }
 50% { opacity: 1; }
100% { opacity: 1; transform: rotateX(720deg); }
}
@keyframes flap_anim_3 {
	0% { opacity: 0; transform: rotateX(720deg); }
 49% { opacity: 0; }
 50% { opacity: 1; }
100% { opacity: 1; transform: rotateX(  0deg); }
}
@keyframes flap_anim_4 {
	0% { opacity: 1; transform: rotateX(720deg); }
 49% { opacity: 1; }
 50% { opacity: 0; }
100% { opacity: 0; transform: rotateX(  0deg); }
}
@media all and (-ms-high-contrast: none) {
	div#deco_live>div::before {
		display: none;
	}
}

#telop_text {
	position: absolute;
	overflow: hidden;
}
#telop_text>p {
	position: absolute;
	left: 0;
	display: block;
	height: 1em;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	margin: auto;
	word-break: keep-all;
	white-space: nowrap;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	#telop_text {
		left: 32%;
		bottom: 1.6vw;
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 68%;
	}
	#telop_text::before {
		content: "";
		display: block;
		padding-top: 5.2%;
	}
	#telop_text>p {
		top: 7.2vw;
		bottom: 0;
		font-size: 1.6vw;
	}
	#telop_text>p.in {
		animation: telop_txt_in .5s linear forwards;
	}
	#telop_text>p.out {
		animation: telop_txt_out .5s linear forwards;
	}
}
@media all and (max-width: 768px) {
	#telop_text {
		top: 42.5%;
		left: 0;
		display: block;
		width: 100%;
		height: 42%;
		
	}
	#telop_text>p {
		top: 180%;
		align-self: center;
		font-size: 1.2em;
		letter-spacing: 0;
		padding-left: 4vw;
		box-sizing: border-box;
	}
	#telop_text>p.in {
		animation: telop_txt_mb_in .5s linear forwards;
	}
	#telop_text>p.out {
		animation: telop_txt_mb_out .5s linear forwards;
	}
}

@keyframes telop_txt_in {
	  0% { top: 7.2vw; }
	100% { top: 0; }
}
@keyframes telop_txt_out {
	  0% { top: 0; }
	100% { top: -7.2vw; }
}
@keyframes telop_txt_mb_in {
	  0% { top: 180%; }
	100% { top: .2em; }
}
@keyframes telop_txt_mb_out {
	  0% { top: .2em; }
	100% { top: -180%; }
}

#contents_wrapper {
  position: relative;
}
main.pc>#contents_wrapper {
  display: block;
}
main.mb>#contents_wrapper {
	z-index: 0;
}


/* ================================================================================================== */
/* = Contents Title ================================================================================= */
/* ================================================================================================== */
#num_count_wrapper {
  position: fixed;
  display: block;
  background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/title_base.png');
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 100%;
	transition: left .5s;
	z-index: 1;
}
body.ifrm #num_count_wrapper {
	display: none !important;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	#num_count_wrapper {
		top: 1.5em;
		left: -428px;
		width: 428px;
		height: 95px;
	}
}
@media all and (max-width: 768px) {
	#num_count_wrapper {
		top: 1em;
		left: -65%;
		width: 65%;
	}
	#num_count_wrapper::before {
		content: "";
		display: block;
		padding-top: 22.2%;
	}
}

#num_count_wrapper.show {
	left: 0;
}
#num_count_wrapper>div {
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 2em;
  font-family: 'Share Tech', sans-serif;
  overflow: hidden;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	#num_count_wrapper>div {
		left: 1.5em;
		bottom: 0;
		font-size: 2.4em;
	}
}
@media all and (max-width: 768px) {
	#num_count_wrapper>div {
		left: 1em;
		top: .5em;
		font-size: 5vw;
	}
}

#num_count_wrapper>div>ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 2600%;
  opacity: 1;
  transition: margin-top .5s;
}
#num_count_wrapper>div>ul.hide {
	opacity: 0;
}
#num_count_wrapper>div>ul.set_a { margin-top:      0; }
#num_count_wrapper>div>ul.set_b { margin-top:   -2em; }
#num_count_wrapper>div>ul.set_c { margin-top:   -4em; }
#num_count_wrapper>div>ul.set_d { margin-top:   -6em; }
#num_count_wrapper>div>ul.set_e { margin-top:   -8em; }
#num_count_wrapper>div>ul.set_f { margin-top:  -10em; }
#num_count_wrapper>div>ul.set_g { margin-top:  -12em; }
#num_count_wrapper>div>ul.set_h { margin-top:  -14em; }
#num_count_wrapper>div>ul.set_i { margin-top:  -16em; }
#num_count_wrapper>div>ul.set_j { margin-top:  -18em; }
#num_count_wrapper>div>ul.set_k { margin-top:  -20em; }
#num_count_wrapper>div>ul.set_l { margin-top:  -22em; }
#num_count_wrapper>div>ul.set_m { margin-top:  -24em; }
#num_count_wrapper>div>ul.set_n { margin-top:  -26em; }
#num_count_wrapper>div>ul.set_o { margin-top:  -28em; }
#num_count_wrapper>div>ul.set_p { margin-top:  -30em; }
#num_count_wrapper>div>ul.set_q { margin-top:  -32em; }
#num_count_wrapper>div>ul.set_r { margin-top:  -34em; }
#num_count_wrapper>div>ul.set_s { margin-top:  -36em; }
#num_count_wrapper>div>ul.set_t { margin-top:  -38em; }
#num_count_wrapper>div>ul.set_u { margin-top:  -40em; }
#num_count_wrapper>div>ul.set_v { margin-top:  -42em; }
#num_count_wrapper>div>ul.set_w { margin-top:  -44em; }
#num_count_wrapper>div>ul.set_x { margin-top:  -46em; }
#num_count_wrapper>div>ul.set_y { margin-top:  -48em; }
#num_count_wrapper>div>ul.set_z { margin-top:  -50em; }

#num_count_wrapper>div>ul>li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#num_count_wrapper>div>ul>li>p {
  color: #c0262c;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0;
}

/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	#gototop {
		position: fixed;
		top: 134px;
		left: -406px;
		display: block;
		width: 406px;
		height: 40px;
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/backtotop.png');
		background-position: 0% 0%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		z-index: 1;
		cursor: pointer;
		transition: left .5s;
	}
	body.ifrm #gototop {
		display: none !important;
	}
	#num_count_wrapper.show+#gototop {
		left: 62px;
	}
	#gototop::before {
		content: "";
		position: absolute;
		top: 0;
		left: 87px;
		bottom: 0;
		display: block;
		width: 14px;
		height: 25px;
		margin: auto;
		background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/backtotop_arrow.png');
		background-position: 0% 0%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		transition: left .5s;
	}
	#gototop:hover::before {
		left: 26px;
	}
}
@media all and (max-width: 768px) {
	#gototop {
		display: none;
	}
}


/* ================================================================================================== */
/* = Section ======================================================================================== */
/* ================================================================================================== */
section {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	main.pc>#contents_wrapper>section {
		position: fixed;
		top: 0;
		left: 100%;
		height: 100vh;
		padding-top: calc( 1.5em + 95px );
		transition: left .5s;
		overflow: hidden;
	}
	main.mb>#contents_wrapper>section {
		position: relative;
		min-height: 100vh;
	}
}
@media all and (max-width: 768px) {
	section {
		position: relative;
		min-height: 100vh;
	}
}

body.ifrm main.pc>#contents_wrapper>section {
	height: 100%;
	padding-top: unset;
	overflow-x: hidden;
	overflow-y: auto;
}
main.mb>#contents_wrapper>section {
  position: relative;
  min-height: 100vh;
}
main.pc>#contents_wrapper>section { left: 0; }

section>p {
  word-break: break-all;
  word-wrap: break-word;
  max-width: 100%;
}


@media only screen and (orientation:portrait) {
  /* main.mb {
    height: 500vh;
  } */
  main.mb>#contents_wrapper {
    display: block;
  }
}
@media only screen and (orientation:landscape) {
  main.mb {
    height: 100vh;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  main.mb>#contents_wrapper {
    display: flex;
    flex-direction: row;
    width: calc( 100% * 5 );
    height: 100%;
  }
}


/* ================================================================================================== */
/* = Watermark ====================================================================================== */
/* ================================================================================================== */
#watermark {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
	opacity: .5;
}
body.ifrm #watermark {
	display: none !important;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	#watermark {
		right: 2.5%;
		bottom: 2%;
		max-width: 198px;
		max-height: 198px;
		width:  10vw;
		height: 10vw;
	}
}
@media all and (max-width: 768px) {
	#watermark {
		right:  2.5%;
		bottom: 0;
		width:  27.2vw;
		height: 27.2vw;
		max-width:  125px;
		max-height: 125px;
		opacity: 1;
	}
}

#watermark>img {
  position: relative;
  display: block;
  width: 100%;
	z-index: 1;
}
#watermark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/mark/ring_out.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: rogo_anim_1 40s linear infinite;
}
#watermark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/mark/ring_in.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: rogo_anim_2 40s linear infinite;
}
@keyframes rogo_anim_1 {
    0% { transform: rotateZ(  0deg); }
  100% { transform: rotateZ(360deg); }
}
@keyframes rogo_anim_2 {
    0% { transform: rotateZ(   0deg); }
  100% { transform: rotateZ(-360deg); }
}


/* ================================================================================================== */
/* = News =========================================================================================== */
/* ================================================================================================== */
div.news>article .fs_sml { font-size: small; }
div.news>article .fs_lrg { font-size: large; }
div.news>article .cl_org { color: #ffb300 !important; }
div.news>article .indent { padding-left: 1em; box-sizing: border-box; }
div.news>article .centering { text-align: center; }

/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	div.news>article ul.rs_tbl                         { display: table; }
	div.news>article ul.rs_tbl>li                      { display: table-row; }
	div.news>article ul.rs_tbl>li>div                  { display: table-cell; }
	div.news>article ul.rs_tbl>li>div:nth-of-type(n+2) { padding-left: 1em; box-sizing: border-box; }
}
@media all and (max-width: 768px) {
	div.news>article ul.rs_tbl>li:nth-of-type(n+2)   { margin-top: .5em; }
	div.news>article ul.rs_tbl>li>div:nth-of-type(1) { font-weight: bold; }
}

div.news>article hr {
	position: relative;
	display: block;
	margin: 1.5em 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

div.news {
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
div.news>article {
	position: relative;
	display: block;
	width: 90%;
	box-sizing: border-box;
}
div#close {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	width: 60%;
	height: 3.4em;
	margin: 4em auto 0;
	border: 1px solid #fff;
	border-collapse: collapse;
	background-color: rgba( 0, 0, 0, .7);
	cursor: pointer;
}
body.ifrm div#close {
	display: none !important;
}
div#close::before,
div#close::after {
	content: "";
	position: absolute;
	display: block;
	width: 0%;
	height: 0%;
	transition: width .2s, height .2s;
}
div#close::before {
	top: -1px;
	left: -1px;
	border-top: 1px solid #c1272c;
	border-left: 1px solid #c1272c;
	background-color: #000;
}
div#close::after {
	right: -1px;
	bottom: -1px;
	border-right: 1px solid #c1272c;
	border-bottom: 1px solid #c1272c;
}
div#close:hover::before,
div#close:hover::after {
	width: calc( 100% + 1px );
	height: calc( 100% + 1px );
}
div#close>p,
div#close>a {
	letter-spacing: .1em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	z-index: 1;
}
div.news>article .mt_1em { margin-top: 1em; }
div.news>article .mt_2em { margin-top: 2em; }
div.news>article .mt_3em { margin-top: 3em; }
div.news>article .mt_4em { margin-top: 4em; }
div.news>article .mt_5em { margin-top: 5em; }
div.news>article .mt_6em { margin-top: 6em; }
div.news>article p.small { font-size: .9em; }
div.news>article p {
	color: #fff;
}
div.news>article a {
	color: #ffb300;
}
div.news>article p#date {
	font-size: .9em;
	letter-spacing: 0;
	line-height: 1em;
}
div.news>article p#date+h1 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	border-collapse: collapse;
	margin: .5em 0 .6em;
	padding-bottom: .4em;
	box-sizing: border-box;
}
div.news>article p#date+h1>span {
	font-size: .8em;
}
div.news>article img {
	position: relative;
	display: block;
	max-width: 100%;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
}
div.news>article a.link_img {
	background-color: #000;
}
div.row2,
div.row3 {
	position: relative;
	display: flex;
}

div.yt_wrapper {
	position: relative;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.yt_wrapper::before {
	content: "";
	display: block;
	padding-top: 56.3%;
}
div.yt_wrapper>iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
}

picture.grayout {
	position: relative;
}
picture.grayout::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}

/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	div.news {
		height: calc( 100% - 100px );
	}
	body.ifrm div.news {
		height: auto;
	}
	div.news>article {
		max-width: 900px;
		height: calc( 100% - 8em );
		margin-top: 2em;
		padding: 0 2em;
		overflow-y: auto;
	}
	body.ifrm div.news>article {
		overflow-y: visible;
	}
	div.news>article>div {
		margin-bottom: 2em;
	}
	div.news>article a.link_img img {
		opacity: .8;
		transition: opacity .5s;
	}
	div.news>article a.link_img:hover img {
		opacity: 1;
	}
	div.row2,
	div.row3 {
		flex-direction: row;
		justify-content: space-between;
	}
	div.row2>* {
		width: 45%;
	}
	div.row3>* {
		width: 30%;
	}
	div.news>article a.box_a.centering {
		width: 45%;
	}
}
@media all and (max-width: 768px) {
	div.news>article {
		margin-top: 25%;
		padding-bottom: 14vh;
	}
	div.news>article>div {
		margin-bottom: 40%;
	}
	div.row2,
	div.row3 {
		flex-direction: column;
	}
	div.row2>*:nth-child(n+2),
	div.row3>*:nth-child(n+2) {
		margin-top: 2em;
	}
}

div.news>article ul.list_dot,
div.news>article ul.list_notice {
  display: table;
	list-style-type: none;
	color: #fff;
}
div.news>article ul.list_dot>li,
div.news>article ul.list_notice>li {
  display: table-row;
  counter-increment: table-ol;
}
div.news>article ul.list_dot>li::before {
  content: "\30FB";
  display: table-cell;
}
div.news>article ul.list_notice>li::before {
  content: "\203B";
  display: table-cell;
}

div.news>article .svg_base {
  display: none;
  visibility: hidden;
}
div.news>article img.ping {
  width: 1.4em;
  line-height: 0;
}
div.news>article svg.ping {
  fill: #fff;
  width: 1.4em;
  height: 1.4em;
  transition: fill .25s;
}
div.news>article svg.ping:hover {
  /* fill: #ba1d1d; */
  fill: #ffb300;
}
div.news>article div.list_table>dl {
  width: 100%;
  font-size: .9em;
}
/* + media query ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media all and (min-width: 769px) {
	div.news>article .only_n {
		display: none;
		visibility: hidden;
	}
  div.news>article div.list_table {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: collapse;
		box-sizing: border-box;
		background-color: rgba(0, 0, 0, 0.5);
  }
  div.news>article div.list_table>dl {
    display: table-row;
  }
  div.news>article div.list_table>dl>dd {
    position: relative;
  }
  div.news>article div.list_table>dl>dd>p.update {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0 auto -8em;
    width: 7em;
    height: 2em;
    line-height: 2em;
    letter-spacing: 0;
    font-size: .9em;
    background-color: #ba1d1d;
    color: #fff;
  }
  div.news>article div.list_table>dl>dd>p.update::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    font-size: .9em;
    border:      1.2em solid transparent;
    border-left: 1.2em solid #ba1d1d;
  }
  div.news>article div.list_table>dl>dt,
  div.news>article div.list_table>dl>dd {
    display: table-cell;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
  }
  div.news>article div.list_table>dl:not(:first-child)>dt {
    display: none;
  }
  div.news>article div.list_table>dl:first-child>dt {
    text-align: center;
    /* background-color: #000;
    color: #fff; */
    font-weight: bold;
  }
  div.news>article div.list_table>dl>dd {
    padding: 1.5em .5em;
    box-sizing: border-box;
    font-size: .9em;
    letter-spacing: .1em;
  }
  div.news>article div.list_table>dl>dd:last-of-type {
    padding: 1.5em .8em;
  }
  div.news>article div.list_table>dl>dd:last-of-type,
  div.news>article div.list_table>dl>dd:nth-of-type(1),
  div.news>article div.list_table>dl>dd:nth-of-type(2),
  div.news>article div.list_table>dl>dd:nth-of-type(3) {
    text-align: center;
    vertical-align: middle;
  }
  div.news>article div.list_table>dl>dd:last-of-type>a {
    line-height: 0;
  }
}
@media all and (max-width: 768px) {
  div.news>article div.list_table>dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  div.news>article div.list_table>dl:first-child {
    display: none;
  }
  div.news>article div.list_table>dl:nth-child(n+3) {
    margin-top: 2em;
  }
  div.news>article div.list_table>dl>* {
    padding: .25em 0;
    box-sizing: border-box;
  }
  div.news>article div.list_table>dl>dt {
    width: 25%;
  }
  div.news>article div.list_table>dl>dd {
    width: 75%;
  }
  div.news>article div.list_table>dl>dt:nth-of-type(1) { order:  0; }
  div.news>article div.list_table>dl>dd:nth-of-type(1) { order:  1; }
  div.news>article div.list_table>dl>dt:nth-of-type(2) { order:  2; }
  div.news>article div.list_table>dl>dd:nth-of-type(2) { order:  3; }
  div.news>article div.list_table>dl>dt:nth-of-type(3) { order:  4; }
  div.news>article div.list_table>dl>dd:nth-of-type(3) { order:  5; }
  div.news>article div.list_table>dl>dt:nth-of-type(4) { order:  6; }
  div.news>article div.list_table>dl>dd:nth-of-type(4) { order:  7; }
  div.news>article div.list_table>dl>dt:nth-of-type(5) { order:  8; }
  div.news>article div.list_table>dl>dd:nth-of-type(5) { order:  9; }
  div.news>article div.list_table>dl>dt:nth-of-type(6) { order: 10; }
  div.news>article div.list_table>dl>dd:nth-of-type(6) { order: 11; }
  svg.ping {
    margin-right: .5em;
  }
  svg.ping+span {
    letter-spacing: 0;
    line-height: 1em;
  }
  div.news>article div.list_table>dl>dt.update {
    width: 100%;
    order: -1;
    color: #FB5D04;
    font-weight: bold;
  }
  div.news>article div.list_table>dl>dt.update>p::before {
    content: "\25BC";
    
  }
}

div.news>article a.box_a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.4em;
	color: #252525;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .8);
	cursor: pointer;
}
div.news>article a.box_a::after {
	content: "";
	position: absolute;
	top:  -1px;
	left: -1px;
	display: block;
	width:  100%;
	height: 100%;
	border: 1px solid #c1272c;
	border-collapse: collapse;
	opacity: 0;
	transition: opacity .4s;
}
div.news>article a.box_a:hover::after {
	opacity: 1;
}
div.news>article a.box_a.centering {
	margin-left: auto;
	margin-right: auto;
}


#preorder {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3;
}
#preorder.view {
	display: flex;
}
#preorder>div {
	position: absolute;
	top:   2em;
	right: 3em;
	display: block;
	width:  60px;
	height: 64px;
	opacity: .8;
	background-image: url('https://media.fromsoftware.jp/metalwolfchaos_r/static/img/menu_icon_c.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
#preorder>ul {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 920px;
	width: 80%;
	opacity: 0;
}
#preorder>ul>li {
	position: relative;
	display: block;
	max-width: 300px;
	width: 30%;
	background-color: #000;
}
#preorder>ul>li img {
	position: relative;
	display: block;
	width: 100%;
	line-height: 0;
}
#preorder>ul>li>a>img {
	opacity: .8;
	transition: opacity .5s;
}
#preorder>ul>li>a:hover>img {
	opacity: 1;
}

div.news>article s {
	color: #c0c0c0;
	font-size: .9em;
}