/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Sawarabi+Mincho|Sunflower:300,700|Trirong:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.td, .th {
	display: table-cell;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
 noFocusline: expression(this.onFocus=this.blur());
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
/*img*/
img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
}
* {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	box-sizing: border-box;
}
/*----landing page-----*/
html *, html *:before, html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
body {
	background: #000;
	color: #fff;
}
#join_tx {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-family: 'DINPro-Regular', 'DINCond-Bold', Helvetica, sans-serif, "Microsoft JhengHei", "メイリオ", Meiryo, Osaka, "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 130% !important;
	color: #fff !important;
	position: relative;
	overflow: hidden;
}
#join_tx .kvtitle {
	position: absolute;
	z-index: 2;
	width: 50%;
	text-align: left;
	top: 2.5em;
	left: 5%;
}
#join_tx h1 {
	font-family: 'AGENCYB', Helvetica, sans-serif;
	color: #f00;
	font-size: 60px;
	text-transform: uppercase;
}
/*
#join_tx .kvtitle ul {
	display: flex;
	flex-direction: row;
}
*/
#join_tx .kvtitle ul li {
	list-style: none;
	display: inline;
	vertical-align: middle;
	font-family: 'AGENCYB', Helvetica, sans-serif;
}
#join_tx .kvtitle ul li img {
	display: inline-block;
	vertical-align: middle;
}
#join_tx .kvtitle ul li.info {
	font-style: oblique;
	font-size: 140%;
}
#join_tx .kvtitle ul li.info span, #join_tx .gift4 .box .boxcell h2{
	color: #f00;
	font-size: 130%;
	text-shadow: 0 0 0.2em rgba(255, 0, 0, 1), 0 0 0.2em rgba(255, 0, 0, 1);
	-webkit-text-shadow: 0 0 55px rgba(110, 46, 2, 1);
	-webkit-animation: neon2 1s ease-in-out infinite alternate;
	-moz-animation: neon2 1s ease-in-out infinite alternate;
	animation: neon2 1s ease-in-out infinite alternate;
}


#join_tx .kvtitle ul li.time {
	padding: 2px 6px;
	background: rgba(108,108,108,.7);
	font-style: oblique;
	width: 70%;
	color: #fff;
	display: block;
	font-size: 110%;
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	transform: skew(-25deg);
	letter-spacing: 1.5px;
}
#join_tx .kvtitle ul li.time p {
	transform: skew(35deg);
}
#join_tx .kvtitle ul.buy {
	align-items: center;
}
#join_tx .kvtitle ul.get {
	align-items: top;
}
#join_tx .kvtitle .trt {
	padding: 10px;
	margin: 0 10px;
	position: relative;
	z-index: 2;
	overflow: visible;
	background: #f00;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	transform: skew(-25deg);
	display: inline-block;
}
#join_tx .kvtitle .trt p {
	text-transform: uppercase;
	font-family: 'AGENCYB', Helvetica, sans-serif;
	color: #fff;
	font-size: 26px;
	transform: skew(25deg);
}
#join_tx .kvtitle .gift {
	padding-top: 20px;
	width: 80%;
}
#join_tx .kvtitle .line {
	border-left: 1px solid #f00;
	float: left;
	width: 1px;
	background: #f00;
	height: 150px;
	margin: 10% 0px;
	position: absolute;
}
#join_tx .gift4 {
	padding: 5% 20% 5% 20%;
	font-family: 'AGENCYB', Helvetica, sans-serif;
	background: url(https://storage-asset.msi.com/event/desktop/2019/join_tx/images/gift_bg.jpg);
	background-size: cover;
}
#join_tx .gift4 .box {
	width: 100%;
	display: table;
	font-size: 30px;
	line-height: 2;
	border-collapse: collapse;
	background: rgba(0,0,0,.3);
	border: 0px solid #333;
}
#join_tx .gift4 .boxblack {
	background: rgba(0,0,0,.7);
	padding-top: 10px;
}
#join_tx .gift4 .box p {
	font-size: 20px;
	color: #f00;
	font-family: 'DINPro-Medium';
	letter-spacing: 0px;
	line-height: 1.5;
}
#join_tx .gift4 .box .boxcell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#join_tx .gift4 .box .b1_left {
}
#join_tx .gift4 .box .b1_right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#join_tx .gift4 .flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#join_tx .gift4 .flex-box p {
	font-family: 'DINPro-Medium';
	font-size: 30px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	line-height: 1.5em;
	padding-top: 10px;
}
#join_tx .under-box {
	padding-bottom: 5%;
}
#join_tx .under-box .btnbox:hover, #join_tx .redeem .btnbox:hover {
	background: #FF0004;
	color: #FFFFFF;
	border-radius: 0px;
}
#join_tx .under-box .btnbox, #join_tx .redeem .btnbox {
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	border: 1px #f00 solid;
	text-decoration: none;
	border-radius: 8px;
	font-size: 20px;
	margin: 10px;
	transition: border-radius 0.5s, background-color 1s;
	font-family: 'DINPro-Medium';
}
#join_tx h2 {
	font-size: 40px;
	color: #f00;
	border-bottom: 4px solid #f00;
	display: block;
	text-transform: uppercase;
	width: 40%;
	margin: 0 auto;
}
#join_tx .gift4 .box .boxcell h2 {
	padding-top: 15px;
}
#join_tx .chair {
	background: url(https://storage-asset.msi.com/event/desktop/2019/join_tx/images/chair_bg.jpg)no-repeat;
	padding-top: 6%;
	margin: 0 auto;
}
#join_tx .chair .box {
	width: 100%;
	display: table;
	font-size: 30px;
	line-height: 2;
	border-collapse: collapse;
	border: 0px solid #333;
}
#join_tx .chair .box .boxcell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#join_tx .chair h2 {
	width: 60%!important;
}
#join_tx .chair .box .boxcell p {
	font-size: 18px;
	color: #DFDFDF;
	line-height: normal;
	font-family: "DINPro-Light";
	line-height: 1.5em;
	letter-spacing: 1px;
}
#join_tx .redeem {
	background: url(https://storage-asset.msi.com/event/desktop/2019/join_tx/images/step2_bg.jpg) no-repeat fixed;
	padding: 5% 0;
}
#join_tx .redeem h2, #join_tx .wtb h2 {
	width: 20%;
	padding-bottom: 10px;
}
#join_tx .redeem .redeembox {
	padding: 5%;
	text-align: center;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
#join_tx .box2 p {
	margin: 0 auto;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "DINPro-Light";
}
#join_tx .box2 .box2-r {
	margin: 35px 0px;
	margin-left: 8%;
}
#join_tx .box2 .round, #join_tx .box2 .round-2 {
	padding: 40px;
	width: 10em;
	height: 10em;
	border-radius: 99em;
	border: #AFAFAF solid 10px;
	background: rgba(0,0,0,0.5);
	margin-bottom: 1em;
}
#join_tx .box2 p, #join_tx .box2 span {
	margin: 0 auto;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "DINPro-Light";
}
#join_tx .box2 i {
	font-size: 3.5em;
}
#join_tx .box2 .fa-x {
	font-size: 2.5em !important;
	margin-top: 1.8em;
	color: rgba(255,255,255,0.5);
}
#join_tx .shout .box2 {
	background: none;
	position: absolute;
	z-index: 10;
	bottom: 60px;
	width: 80%;
	margin: 0 10%;
}
#join_tx .shout a {
	color: #fff;
}
#join_tx .shout .box2 .round {
	border-radius: 0px;
	width: 100%;
	height: 7em;
	padding: 5px;
	border: 1px solid #df270a;
	vertical-align: middle;
}
#join_tx .shout .box2 p {
	color: #f00;
	font-size: 22px;
	font-family: 'DINPro-Regular'!important;
}
#join_tx .shout {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
/* ---------------------------------------wtb---------------------------------------*/

#join_tx .wtb {
	background: url(https://storage-asset.msi.com/event/desktop/2019/join_tx/images/step_bg.jpg) no-repeat fixed bottom;
	color: #fff;
	padding: 5% 0px;
	text-align: center;
}

.msiwtb {
	background: none !important;
}

@media screen and (max-width: 1680px) {
	#join_tx .redeem h2, #join_tx .wtb h2{width: 30%;}
	#join_tx .gift4 .box p{line-height: 1.2;}
	#join_tx .kvtitle ul li img{width: 30%;}
	#join_tx .kvtitle ul.get img{width: 70%; display: flex;}
	#join_tx .kvtitle .win{width: 65%;}
	#join_tx h1{font-size: 50px;}
	#join_tx .kvtitle{width:54%;left: 2%;top: 1em;}
#join_tx .kvtitle .win {
	width: 80%;
}
}

@media screen and (max-width: 1440px) {
#join_tx .kvtitle .trt {
	padding: 5px;
}
#join_tx .kvtitle .trt p {
	font-size: 20px;
}
#join_tx .kvtitle ul li.info {
	font-size: 120%;
}
#join_tx .kvtitle ul li img {
	width: 30%;
}
#join_tx .kvtitle ul.get img {
	width: 70%;
}
#join_tx .kvtitle {
	width: 50%;
	top: 1em;
	left: 1.5%;
}
#join_tx h1 {
	font-size: 40px;
}
#join_tx .kvtitle .gift {
	width: 100%;
}
#join_tx .kvtitle .win {
	width: 70%;
}
#join_tx .gift4 {
	padding: 10% 10%;
}
}

@media screen and (max-width: 1024px) {
#join_tx .under-box {
	padding-top: 3.5%;
}
#join_tx .kvtitle .gift {
	padding-top: 10px;
}
#join_tx .kvtitle ul li.time, #join_tx .kvtitle ul li.info {
	font-size: 90%;
}
#join_tx .kvtitle ul li img {
	width: 20%;
}
#join_tx .gift4 {
	padding: 0px;
}
#join_tx .chair {
	padding-top: 4%;
	padding-bottom: 4%;
	background-position: bottom;
}
#join_tx .chair .box .boxcell img {
	width: 80%;
}
.container {
	width: 100%;
}
#join_tx .box2 .round, #join_tx .box2 .round-2 {
	width: 100%;
	height: 9em;
}
#join_tx .redeem h2, #join_tx .wtb h2 {
	width: 60%;
}
#join_tx .shout .box2 p {
	font-size: 18px;
}
#join_tx .shout .box2 .round {
	height: 4.5em;
	padding: 0px 3px;
}
#join_tx .box2 span {
	line-height: normal;
	font-size: 15px;
	letter-spacing: normal;
}
#join_tx .shout .box2 {
	bottom: 20px;
	width: 80%;
	margin: 0 10%;
}
#join_tx .kvtitle {
	width: 80%;
	top: 0.7em;
}
#join_tx h1 {
	font-size: 30px;
}
#join_tx .kvtitle .gift {
	width: 70%;
}
#join_tx .kvtitle .trt p {
	font-size: 20px;
}
#join_tx .kvtitle .trt {
	padding: 5px;
}
#join_tx .kvtitle .win {
	width: 70%;
}
}

@media (min-width: 481px) and (max-width: 979px) {
#join_tx .kvtitle ul li.info {
	text-shadow: 0 0 1em #000;
}
#join_tx .kvtitle ul li.time p {
	font-size: 15px;
}
#join_tx .kvtitle .trt p {
	font-size: 15px;
}
#join_tx .kvtitle .trt {
	padding: 2px;
}
#join_tx .kvtitle .line {
	display: none;
}
#join_tx .kvtitle ul li {
	font-size: 14px;
}
#join_tx .kvtitle ul.get img {
	width: 65%;
}
#join_tx .kvtitle .gift {
	width: 70%;
}
#join_tx .box2 i {
	font-size: 2em !important;
}
#join_tx .box2 .box2-r {
	margin: 0px;
	padding-top: 15px;
}
#join_tx .box2 .round, #join_tx .box2 .round-2 {
	width: 9.5em;
	height: 9.5em;
}
#join_tx h1 {
	font-size: 20px;
}
#join_tx .box2 span {
	line-height: 1px;
}
}

@media screen and (max-width: 480px) {
#join_tx .kvtitle ul.buy {
	padding: 0 15px;
}
#join_tx .kvtitle ul li.time {
	font-size: 90%;
}
#join_tx .kvtitle ul li.info {
	font-size: 100%;
}
#join_tx .kvtitle ul li.time, #join_tx .kvtitle ul li.info {
	width: 100%;
	display: inline-block;
}
#join_tx .chair {
	background-position: center right;
	background-size: cover;
}
#join_tx .gift4 .flex-box p {
	font-size: 18px;
	padding-bottom: 15px;
}
#join_tx .under-box {
	padding: 12% 0px;
}
#join_tx .chair .box .boxcell {
	display: block;
	width: 100%;
}
#join_tx .chair .box .boxcell img {
	width: 50%;
}
#join_tx .shout .box2 {
	background: none;
	position: relative;
}
#join_tx .box2 .fa-x {
	margin: 0.2em 0px;
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
#join_tx .box2 .box2-r {
	margin: 2% 26% 0px 20%;
}
#join_tx .redeem h2, #join_tx .wtb h2, #join_tx .chair h2 {
	width: 90% !important;
}
#join_tx .box2 .round, #join_tx .box2 .round-2 {
	width: 9em;
}
#join_tx .gift4 .box .boxcell {
	display: block;
	width: 100%;
}
#join_tx .gift4 {
	background-position: left bottom;
}
#join_tx .gift4 .box {
	background: rgba(0,0,0,.2);
}
#join_tx .kvtitle {
	width: 100%;
	padding-top: 5%;
	left: 0%;
	position: relative;
}
#join_tx .kvtitle .gift {
	padding-top: 15px;
	width: 100%;
}
#join_tx .kvtitle .line {
	height: 50px;
}
#join_tx h1 {
	font-size: 30px;
	text-align: center;
}
#join_tx .kvtitle .tridenx {
	width: 60%;
}
}
 @-webkit-keyframes neon2 {
 from {
 text-shadow:
 0 0 20px rgba(255, 2, 2, 1), 0 0 50px rgba(255, 2, 2, 1), 0 0 70px rgba(255, 2, 2, 1),
}
 to {
 text-shadow: 
 0 0 0px rgba(255, 2, 2, .2), 0 0 15px rgba(255, 2, 2, .2);
}
}
 @keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}
 @keyframes colorful {
 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
 @keyframes color {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
/* ---------------------------------------wtb---------------------------------------*/

/*.modal*/
.modal-dialog {
	width: 70%;
	margin: 0 15%;
}
.modal-content {
	background: #000 !important;
	border-radius: 15px !important;
	border: #c00 4px double !important;
	font-family: "DINPro-Light", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	width: 100% !important;
	max-width: 1000px !important;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-content a {
	color: #c00;
	font-weight: bold;
	border-bottom: #c00 1px dashed;
	opacity: 1;
}
.modal-content a:hover {
	opacity: .85;
}
.modal-header {
	border-bottom: none !important;
	color: #c00;
	font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}
.modal-title {
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #c00 2px solid;
}
.modal-body {
	text-align: left;
}
.modal-body hr {
	display: none;
}
.modal-body p {
	padding-bottom: 20px;
}
.modal-body ul {
	margin-left: 20px;
	padding-bottom: 20px;
}
.modal-body ul li {
	padding-bottom: 10px;
	list-style: square;
}
.modal-body ul li strong {
	color: #c00;
	font-weight: bolder;
}
.modal-body ol {
	margin-left: 20px;
	padding-top: 10px;
}
.modal-body ol li {
	list-style: disc;
}
.modal-body .subtitle {
	font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #c00;
	text-align: center;
	border-bottom: #999 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.modal-body .subtitle p {
	color: #ddd;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.modal-body .subtitle a {
	border-bottom: #f00 1px dashed;
}
 .modal-body .subtitle a:hover, .modal-body .subtitle a: .modal-footer {
 border-top: #333 1px solid;
}
.modal-body .type-number li {
	list-style: decimal;
}
.modal-body .type-dic li {
	list-style: disc;
}
.modal-footer button {
	border: #c00 1px solid;
	background: none;
	color: #c00;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	outline: none;
}
.modal-footer button:hover {
	background: #c00;
	border: #c00 1px solid;
	color: #fff;
}
.close {
	background: #c00 !important;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	right: 15px;
	z-index: 10;
	top: 15px;
	display: inline-block !important;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #c00 2px solid;
	opacity: 1 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #c00 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #c00 2px solid;
	text-shadow: none;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}
