@charset "utf-8";

  /*
		common
-------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Sans-Serif;
	width: 100%;
	height: 100%;
	background: #000;
}
body#gate {
	background: #000;
/*	overflow-x: hidden;*/
}
#wrapper {
	width: 100%;
	min-height: auto;
	position: relative;
	z-index: 10;
}
#wrapper #wrapw,
#wrapper #wrapIb {
	width: 100%;
	position: relative;
}
#wrapper #wrapw::after,
#wrapper #wrapIb::after {
	display: block;
	padding-bottom: 8%;
	content: "";
}
#wrapper #wrapw {
	background: url(https://www.monsterhunter.com/world/images/gate/bg.jpg) center 0 /cover no-repeat;
}
#wrapper #wrapIb {
	background: url(https://www.monsterhunter.com/world/images/gate/bg_mhwi.jpg) center 0 /cover no-repeat;
}
.fade_cover {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}

#wrapper.page {
	background: #000;
	height: calc(100vh - 58px);
	width: 100%;
}

.logo {
	padding-top: 5%;
	margin: 0 auto;
	text-align: center;
}
#language,
#languageIb {
	position: relative;
	text-align: center;
	width: 100%;
}
#language {
	padding-top: 0;
}
#languageIb {
}
select::-ms-expand {
	display: none;
}
#language select,
#languageIb select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 70%;
	margin: auto auto;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1.5;
	padding: 5px;
	letter-spacing: 0;
}
#language select{
	color: #cfee1d;
	border: 1px solid #FFF;
	background:url(https://www.monsterhunter.com/world/images/gate/arrow.svg) right 10px center / 14px auto no-repeat,url(https://www.monsterhunter.com/world/images/gate/arrow.svg) right 10px center / 14px auto no-repeat,url(https://www.monsterhunter.com/world/images/gate/arrow.svg) right 10px center / 14px auto no-repeat, #000;
}
#languageIb select{
	color: #1992cd;
	border: 1px solid #1992cd;
	background:url(https://www.monsterhunter.com/world/images/gate/arrow_blue.png) right 10px center / 14px auto no-repeat,url(https://www.monsterhunter.com/world/images/gate/arrow_blue.png) right 10px center / 14px auto no-repeat,url(https://www.monsterhunter.com/world/images/gate/arrow_blue.png) right 10px center / 14px auto no-repeat, #fff;
}

.linkBtnWrap {
	margin-top: 30px;
}
#wrapw .linkBtn,
#wrapIb .linkBtn{
	margin: auto;
	width: 80%;
}
#wrapw .linkBtn {
	background: #000;
}
#wrapIb .linkBtn {
	background: #fff;
}
#wrapw .linkBtn a,
#wrapIb .linkBtn a {
	display: block;
	font-size: .85em;
	padding: 15px;
	text-align: center;
}
#wrapw .linkBtn a {
	background: url("https://www.monsterhunter.com/world/images/icon/icon_arrow_d.svg") right 10px bottom 50% /28px auto no-repeat,url("https://www.monsterhunter.com/world/images/icon/icon_corn_top_on.svg") left 3px top 3px/11px 11px no-repeat, url("https://www.monsterhunter.com/world/images/icon/icon_corn_bottom_on.svg") right 3px bottom 3px/11px 11px no-repeat;
	border: 1px solid #cfee1d;
	color: #fff;
}
#wrapIb .linkBtn a {
	background: url("https://www.monsterhunter.com/world/images/gate/icon_arrow_blue.png") right 10px bottom 50% /28px auto no-repeat,url("https://www.monsterhunter.com/world/images/gate/icon_corn_blue_top.png") left 2px top 2px/11px 11px no-repeat, url("https://www.monsterhunter.com/world/images/gate/icon_corn_blue_bottom.png") right 2px bottom 2px/11px 11px no-repeat;
	border: 1px solid #1992cd;
	color: #1992cd;
}
.linkBtn a .platform {
	display: block;
	font-size: 2.3em;
	font-family: 'Cormorant SC', serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto .25rem;
}
#wrapw .linkBtn.noActive a {
	background: url("https://www.monsterhunter.com/world/images/icon/icon_arrow_d.svg") right 10px bottom 50% /28px auto no-repeat,url("https://www.monsterhunter.com/world/images/icon/icon_corn_white_top_d.svg") left 3px top 3px/11px 11px no-repeat, url("https://www.monsterhunter.com/world/images/icon/icon_corn_white_bottom_d.svg") right 3px bottom 3px/11px 11px no-repeat;
	border: 1px solid #000;
	opacity: 0.5;
	pointer-events: none;
}
#wrapIb .linkBtn.noActive a {
	background: url("https://www.monsterhunter.com/world/images/gate/icon_arrow_blue.png") right 10px bottom 50% /28px auto no-repeat,url("https://www.monsterhunter.com/world/images/gate/icon_corn_blue_top.png") left 2px top 2px/11px 11px no-repeat, url("https://www.monsterhunter.com/world/images/gate/icon_corn_blue_bottom.png") right 2px bottom 2px/11px 11px no-repeat;
	border: 1px solid #1992cd;
	opacity: 0.4;
	pointer-events: none;
}
.linkBtn#linkBtnPS4,
.linkBtn#linkBtnPS4Ib {
	margin-bottom: 10px;
}

.serif_Cardo{
	font-family: 'Cardo', serif;}
#boxLink{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 107.083%;
	text-align: center;
	background: url(https://www.monsterhunter.com/world/images/gate/img_link_bg2_sp.jpg) center bottom / cover no-repeat;}
#boxLink .inner{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 107.083%;
	margin: 0 auto}
#boxLink .inner .inblock{
	display: block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 20% 0 0;}
#boxLink .inner .inblock + .inblock{
	width: 100%;}
#boxLink .inner .inblock .logoImg{
	position: relative;
	width: 90%;
	margin: auto auto;
	text-align: center;}
#boxLink .inner .inblock .logoImg img{
	width: 74%;}
#boxLink .inner .inblock .btn{
	width: 70%;
	box-sizing: border-box;
	display: block;
	margin: 20% auto auto;
	background-color: rgba(0, 0, 0, 0.8);}
#boxLink .inner .inblock p{
	margin: 0 1em;}
#boxLink .inner .inblock .date{
	color: #000;
	padding-bottom: 0.25em;
	font-size:6vw;}
#boxLink .inner .inblock .btn_blue{
	font-size:6vw;}
#boxLink .inner .inblock .btn_blue a{
	letter-spacing: 0.25em;
	text-indent: 0.25em;}
#boxLink .inner .inblock .btn_blue:hover a{
	color: #FFF;}
.btn_blue{
	padding: 2px;
	background: #004172; /* Old browsers */
	background: -moz-linear-gradient(left,  #004172 0%, #008fd9 35%, #008fd9 50%, #008fd9 65%, #004172 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #004172 0%,#008fd9 35%,#008fd9 50%,#008fd9 65%,#004172 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #004172 0%,#008fd9 35%,#008fd9 50%,#008fd9 65%,#004172 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004172', endColorstr='#004172',GradientType=1 ); /* IE6-9 */}
.btn_blue a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 0.5em 1.5em;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5)}
.btn_blue a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0.5;
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://www.monsterhunter.com/world/images/gate/icon_corn_white2_top_left.png) left top no-repeat,url(https://www.monsterhunter.com/world/images/gate/icon_corn_white2_top_right.png) right top no-repeat,url(https://www.monsterhunter.com/world/images/gate/icon_corn_white2_bottom_left.png) left bottom no-repeat,url(https://www.monsterhunter.com/world/images/gate/icon_corn_white2_bottom_right.png) right bottom no-repeat}
.btn_blue a:after{
	content: "";
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
	display: block;
	width: 2em;
	height: 1em;
	background: url(https://www.monsterhunter.com/world/images/icon/icon_arrow_d.png) center center /auto 100% no-repeat;}

	#boxLink .inner .inblock .btn{
		width: 70%;
		box-sizing: border-box;
		display: block;
		margin: 20% auto auto;
		background-color: rgba(0, 0, 0, 0.8);}
			#gate #boxLink .btn a{
				position: relative;
				padding: 5%;
				box-sizing: border-box;
				-webkit-transition: all 400ms ease-out;
				-moz-transition: all 400ms ease-out;
				-ms-transition: all 400ms ease-out;
				transition: all 400ms ease-out;
				display: block;
				border: 1px solid #FFF;
				background: url("https://www.monsterhunter.com/world/images/icon/icon_arrow_d.svg") center right 10px/1.2em auto no-repeat, url("https://www.monsterhunter.com/world/images/icon/icon_corn_white_top_d.svg") left 3px top 3px /11px 11px no-repeat, url("https://www.monsterhunter.com/world/images/icon/icon_corn_white_bottom_d.svg") right 3px bottom 3px/11px 11px no-repeat; }


/* sp*/
@media screen and (max-width: 480px) {
	#wrapIb .logo {
		width: 90%; }
	#wrapw .logo {
		width: 75%;	}
	#gate #wrap ul .btn a,#gate #boxLink .btn a{
		 font-size: 4.6vw;}
}
/*** SP（横）/TB ***/
@media only screen and (min-width: 599px) and (max-width: 1023px) {
	.modalConts .box .message p {
		font-size: 2.5vw;	}
	#boxLink .inner .inblock{
		width: 40%;}
	#boxLink .inner .inblock + .inblock{
		width: 60%;}
	#boxLink .inner .inblock .date{
		font-size:3.5vw;}
	#boxLink .inner .inblock .btn_blue{
		font-size:3vw;}
}

/* tab*/
@media screen and (min-width:481px) and (max-width: 1023px) {
	#wrapIb .logo {
		width: 90%; }
	#wrapw .logo {
		width: 75%;	}
	#boxLink{
		width: 100%;}
	#boxLink .inner{
		display: table;
		flex-wrap: wrap;
		padding-bottom: 2.5em;
		width: 100%;
		height: 100%;
		margin: 0 auto}
	#boxLink .inner .inblock{
		display: table-cell;
		width: 40%;}
	
	#wrapw .linkBtn,
	#wrapIb .linkBtn{
		max-width: 380px;
	}
	#language select,
	#languageIb select{
		max-width: 300px;
	}
	
}

/*** PC ***/
@media only screen and (min-width: 1023px) {
	.logo {
		width: 59%;
		padding-top: 10%;
	}
	#boxLink{
		background: url(https://www.monsterhunter.com/world/images/gate/img_link_bg2.jpg) center bottom / cover no-repeat;
		height: 0;
		padding-bottom:  29.16%;
		width: 100%;}
	#boxLink .inner{
		position: relative;
		display: block;
		width: 32.8125%;
		height: 0;
		padding-bottom: 29.16%;
		overflow: hidden;
		margin: auto auto auto 13.54%}
	#boxLink .inner .inblock{
		position: absolute;
		display: block;
		top: 50%;
		padding: 0 !important;
		transform: translateY(-50%);
		width: 100%;}
	#boxLink .inner .inblock .logoImg{
		text-align: center;
		width: 80%;}
	#boxLink .inner .inblock .logoImg img{
		width: 100%;}
	#gate #boxLink .btn{
		width: 70%;
		margin: 5% auto auto;
	}
	#gate #boxLink .btn a{
		font-size: 1.2vw;	
	}
	#gate #boxLink .btn a:hover{
		display: block;
		color: #58deff;
		border: 1px solid #58deff;
		background: url("https://www.monsterhunter.com/world/images/icon/icon_arrow_blue.svg") center right 10px /1.2em auto	no-repeat, url("https://www.monsterhunter.com/world/images/icon/icon_corn_blue_top_d.svg") left 3px top 3px/11px 11px no-repeat, url("https://www.monsterhunter.com/world/images/icon/icon_corn_blue_bottom_d.svg") right 3px bottom 3px/11px 11px no-repeat; }
/*	#boxLink .inner .inblock .logoImg:after{
		right: -50%;
		width: 16%;}
	*/
	#boxLink .inner .inblock p{
		font-size:2rem;}
	#boxLink .inner .inblock .date{
		font-size:2rem;}
	#boxLink .inner .inblock .btn_blue{
		font-size:1.2rem;}
	#boxLink .inner .inblock .btn_blue:hover a{
		color: #FFF;}
	.btn_blue:hover{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004172+1,008fd9+31,008fd9+50,008fd9+70,004172+100 */
		background: #004172; /* Old browsers */
		background: -moz-linear-gradient(left,  #004172 0%, #008fd9 20%, #008fd9 50%, #008fd9 80%, #004172 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #004172 0%,#008fd9 20%,#008fd9 50%,#008fd9 80%,#004172 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #004172 0%,#008fd9 20%,#008fd9 50%,#008fd9 80%,#004172 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004172', endColorstr='#004172',GradientType=1 ); /* IE6-9 */}
	.btn_blue:hover a{
		text-shadow:0px 0px 0.5em #FFF,0px 0px 10px #FFF}
	.btn_blue:hover a:after{
		content: "";
		opacity: 1;
		transition: all 400ms ease;
	}

	.linkBtn{
		margin: 0 auto;
		width: 340px;
	}
	.linkBtn a {
		font-size: 1em;
	}
	
	#gate .gateInside {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-flow: row wrap;
		flex-flow: row wrap;
	}
	#gate #wrapw, #gate #wrapIb {
		width: 50%;
	}
	#wrapper #wrapw::after,
	#wrapper #wrapIb::after {
		padding-bottom: 16%;
	}
	
	#wrapw .linkBtn,
	#wrapIb .linkBtn{
		max-width: 380px;
	}
	#language select,
	#languageIb select{
		max-width: 300px;
	}
	
}