@charset "utf-8";
/* CSS Document */

.em_tokyo-emoor {
	position: relative;
	width: 100%;
	height: 450px;
	background-image:url("https://emoor.itembox.design/item/concept_back2_1500x.jpg");
	background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;
	background-position: center;
}

.em_tokyo-emoor_container {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.em_tokyo-emoor_container h3{
	font-family: "Century Gothic";
	font-weight: normal;
	display: inline-block;
	width: 160px;
	height: 20px;
	border-radius: 10px;
	background: #ed6c00;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.em_tokyo-emoor_container p{
	display: inline-block;
	margin: 25px;
	font-family: "Yu Gothic";
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #393939;
}

@media screen and (max-width: 479px){

	.em_tokyo-emoor_container {
		display: inline-block;
    width: 100%;
	}
	
	.em_tokyo-emoor_container p{
	display: inline-block;
	margin: 25px 0;
	font-size: 23px;
}
	
}