@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 18px;
  margin: 0 auto;
  max-width: 1280px;
  height: 6850px;
}
body {
  width: 100%;
  height: 7200px;
  background-image: url("../img/bgloki.png");
  background-size: 100% 104.5%;
  background-repeat: no-repeat;
  alignment-baseline: center;
  margin: 0 auto;
}

/* GERAL */

@font-face {
		  font-family: "Dell Replica";
		  src: url("../fonts/DellReplicaTT-Light.ttf") format("truetype");
}

@font-face {
		  font-family: 'DellReplicaTT-Bold';
		  src: url("../fonts/DellReplicaTT-Bold.ttf") format("truetype");
}

@font-face {
			font-family: "Dell Replica TT";
			src: url("../fonts/DellReplicaTT-Regular.ttf") format("truetype");
}

h1 {
	font-family: "Dell Replica";
	color: #4d4d4f;
	font-size: 43px;
	font-weight: 300;
	line-height: 43px;
}

h2 {
	font-family: "Dell Replica TT";
	color: #007db7;
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;	
}

p {
	font-family: "Dell Replica";
	color: #4d4d4f;
	font-size: 18px;
	font-weight: 300;
}

h3 {
	font-family: "Dell Replica";
	color: #74cbc8;
	font-size: 14px;
	font-weight: 300;
	line-height: 44.595px;
	position: absolute;
	top: 5%;
	left: 5%;
}

h4 {
	font-family: "DellReplicaTT-Bold";
	color: #097eb9;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	width: 33%;
	height: 100%;
	text-align: center;
}

h5 {
	font-family: "Dell Replica";
	color: #4d4d4f;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	width: 50%;
}




/* CONTAINERS */

header {
	width: 97.8%;
	height: 210px;
	margin: 0 auto;
	position: relative;
}

header img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main_container {
	width: 97.8%;
	height: 96.25%;
	position: relative;
	margin: 0 auto;
}

.mod_b {
	width: 100%;
	height: 1180px;
	position: relative;
	background-image: url("../img/mod_b_bg.png");
	background-size: 100% auto;
  	background-repeat: no-repeat;
}

.mod_c {
	width: 100%;
	height: 1180px;
	position: relative;
}

.dell_cinema {
	width: 100%;
	height: 850px;
	position: relative;
}

.dmc {
	width: 100%;
	height: 470px;
	position: relative;
}

.video_02 {
	width: 100%;
	height: 850px;
	position: relative;
}

.box01 {
	width: 100%;
	height: 1000px;
	position: relative;
}

.box02 {
	width: 100%;
	height: 325px;
	position: relative;
}

.box03 {
	width: 100%;
	height: 400px;
	position: relative;
}

.box04 {
	width: 100%;
	height: 200px;
	position: relative;
}

.slots {
	width: 100%;
	height: 550px;
	position: relative;
}

.disclaimer {
	width: 100%;
	height: 250px;
	position: relative;
}


/* CONTENT */

.headline_01 {
	width: 60%;
	height: 19%;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	letter-spacing: 5px;
}

.headline_01 h1 {
	color: black;
}

.headline_01 p {
	font-weight: bold;
	font-size: 24px;
	color: black;
}

.mod_b img {
	width: 100%;
	position: absolute;
	top: 8%;
}

.feature {
	width: 90%;
	height: 8%;
	display: inline-flex;	
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, 0);
}

.box01 h1 {
	text-align: center;
	position: absolute;
	top: -12%;
	left: 50%;
	transform: translate(-50%);
}

.pbox {
	width: 80%;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.boximg {
	width: 90%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 2%;
}

.feat_content {
	width: 50%;
	height: 60%;
	position: absolute;
	top: 20%;
	right: 2%;
}

.feat_content p {
	font-size: 24px;
}

.fc_img {
	width: 35%;
	height: 100%;
	top: 0;
	left: 0;
}

.fc_img img {
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.fc_text {
	width: 65%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.modal_link {
	width: 100%;
	height: 10%;
	display: inline-flex;
	position: absolute;
	bottom: 20%;
	margin-left: 25%;
}

.modal_link img {
	height: 75%;
	width: auto;
}

.modal_link a:hover {
	height: 120%;
	transition: 1s;
} 

/* MODAL */

.modal-content {
	background-color: white;
	width: 1280px;
	height: 800px;
}

.main_block {
	width: 87.6%;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.block01 {
	width: 35%;
	height: 45%;
	position: absolute;
	top: 0;
	left: 0;
}

.block01 img {
	width: 13%;
	height: auto;
}

.block02 {
	width: 65%;
	height: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.block02 img {
	width: 45%;
	height: auto;
}

.block03 {
	width: 60%;
	height: 55%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block03 img {
	width: 10%;
	height: auto;
}

.cloudbox img {
	width: 30%;
	height: auto;
}

.block04 {
	width: 40%;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.cloudbox {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	display: inline-flex;
}

.cloud01 {
	width: 25%;
	height: 100%;
}

.cloud02 {
	width: 25%;
	height: 100%;
}

.cloud03{
	width: 25%;
	height: 100%;
}

.modal_mainimg {
	width: 36%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* END OF MODAL */


.mod_c img {
	width: 78.4%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.headline_02 {
	width: 30%;
	height: 75%;
	position: absolute;
	left: 5%;
	top: 8%;
}

.dmc_r {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 3%;
}

.dmc_r img {
	width: 70.6%;
	height: auto;
}

.dmc_l {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
}

.dmc_l img {
	width: 87.7%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_02_l {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
}

.box_02_l img {
	width: 42.4%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_02_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.box_02_r p {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.slots img {
	width: 45%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_03 {
	width: 80%;
	height: 16%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

.box_04_l {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
}

.box_04_l img {
	width: 39.2%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box_04_r {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.box_04_r p {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}


/* SLOTS CONTENT */

#slot01	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
}

#slot02	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		left: 25%;
}

#slot03	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		left: 50%;
}

#slot04	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		left: 75%;
}

#slot05	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		top: 50%;
		left: 0;
}

#slot06	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		top: 50%;
		left: 25%;
}

#slot07	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		left: 50%;
		top: 50%;
}

#slot08	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		left: 75%;
		top: 50%;
}

#slot09	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 1rem;
  		position: absolute;
		left: 60%;
		top: 50%;
		display: none;
}

#slot10	{width: 20%;
		height: 50%;
		font-family: "Dell Replica";
		font-size: 12px;
		color: rgb(77, 77, 79);
  		line-height: 125%;
  		position: absolute;
		left: 80%;
		top: 50%;
		display: none;
}

.grey 	{width: 15px;
		height: 15px;
		background-color: grey;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: white;
		position: inherit;
		}

/* END OF SLOTS */


.disclaimer p {
	width: 95%;
	font-size: 12px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 880px) and (max-width: 1080px) {
	
	.headline_01 {
		top: 50%;
	}
	
	.feature {
		width: 95%;
		bottom: 13%;
	}
	
	.boximg {
		top: 60%;
	}
	
	.box01 h1 {
		font-size: 36px;
		line-height: 38px;
		width: 90%;	
		top: -15%;;
	}
	
	.pbox {
		width: 90%;
		top: -5%;
	}
	
	.feat_content {
		width: 90%;
	}
	
	.fc_img img {
		width: 40%;
		height: auto;
		left: 30%;
	}
	
	.fc_text p {
		line-height: 20px;
	}
	
	.modal_link {
		margin-left: 40%;
	}
	
	.modal-content {
		width: 880px;
		height: 1200px;
	}
	
	.block01 {
		width: 100%;
		position: relative;
	}
	
	.block02 {
		width: 100%;
		position: relative;
		top: 5%;
	}
	
	.block02 img {
		width: 90%;
	}
	
	.block03 {
		width: 100%;
		position: relative;
	}

	.modal_mainimg {
		top: 0;
		width: 50%;
 	}
	
	.cloud01 {
		width: 33%;
	}
	
	.cloud02 {
		width: 33%;
	}
	
	.cloud03 {
		width: 33%;
	}
	
	
	.dmc_r p {
		font-size: 16px;
	}
	
	.box_01_r {
		width: 60%;		
	}
	
	.box_01_r p {
		font-size: 16px;
	}
	
	.op_subhead {
		margin-top: 25%;
	}
	
	.box_02_r {
		width: 60%;
	}
	
	.box_02_r p {
		font-size: 16px;
	}
	
	.slots img {
		width: 53%;
		top: 45%;
	}
	
	.box_03 {
		width: 95%;
		bottom: 0;
		height: 22%;
	}
	
	.table_content p {
		font-size: 15px;
	}
	
	.disclaimer p {
		font-size: 12px;
		line-height: 12px;
		top: 65%;
	}
	
}

@media (min-width: 540px) and (max-width: 879px) {
	
	body {
		height: 5200px;
		background-size: 100% 109.5%;
	}
		
	h1 {
		font-size: 20px;
		line-height: 24px;
	}
	
	p {
		font-size: 14px;
		line-height: 14px;
	}
	
	.headline_01 {
		width: 90%;
		top: 35%;
		right: 15%;
	}
	
	.headline_01 h1 {
		line-height: 32px;
	}
	
	.mod_b img {
		top: 23%;
	}
	
	h4 {
		font-size: 10px;
	}
	
	.feature {
		width: 100%;
		bottom: 30%;
	}
	
	.box01 h1 {
		font-size: 24px;
		line-height: 26px;
		width: 90%;	
		top: -25%;
	}
	
	.pbox {
		top: 10%;
	}
	
	.boximg {
		top: -20%;
	}
	
	.feat_content {
		width: 90%;
		top: 35%;
	}
	
	.fc_img img {
		width: 80%;
		height: auto;
		left: 30%;
	}
	
	.fc_text p {
		line-height: 20px;
	}
	
	.modal_link {
		margin-left: 0;
	}
	
	.modal-content {
		width: 540px;
		height: 1200px;
	}
	
	.block01 {
		width: 100%;
		position: relative;
	}
	
	.block02 {
		width: 100%;
		position: relative;
		
	}
	
	.block02 img {
		width: 90%;
	}
	
	.block03 {
		width: 100%;
		position: relative;
	}

	.modal_mainimg {
		display: none;
 	}
	
	.cloud01 {
		width: 33%;
	}
	
	.cloud02 {
		width: 33%;
	}
	
	.cloud03 {
		width: 33%;
	}
	
	h2 {
		font-size: 30px;
		line-height: 30px;	
	}
	
	.mod_c {
		top: 5%;
	}
	
	.dell_cinema {
		top: 10%;
	}
	
	iframe {
		height: 50%;
		bottom: 0;
	}
	
	.box01_r p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.box01_r img {
		width: 70%;
		top: 0;
	}
	
	.op_feature {
		display: none;
	}
	
	.op_subhead {
		display: none;
	}
	
	.mod_c img {
		width: 78.4%;
		height: auto;
		position: absolute;
		bottom: 110%;
	}
	
	.headline_02 {
		width: 70%;
		height: 75%;
		position: absolute;
		right: 10%;
		top: -10%;
	}
	
	iframe {
		position: absolute;
		top: -70%;
	}
	
	.dmc_r {
		width: 95%;
		top: -100%;
	}
	
	.dmc_r img {
		width: 100%;
		height: auto;
	}
	
	.dmc_r p {
		width: 80%;
	}
	
	.dmc_l {
		width: 100%;
		top: -20%;
	}
	
	.dmc_l img {
		width: 95%;
		height: auto;
	}
	
	.video_02 {
		top: 10%;
	}
	
	.box_01_l {
		width: 100%;
		top: -75%;
	}
	
	.box_01_l img {
		width: 30%;
		height: auto;
	}
	

	
	.box_01_r p {
		width: 90%;
	}
	
	.box_02_l {
		width: 100%;
		top: -60%;
	}
	
	.box_02_l img {
		width: 75%;
		height: auto;
	}
	
	.box_02_r {
		width: 90%;
		top: 0;
	}
	
	.box_02_r p {
		width: 90%;
	}
	
	.slots img {
		width: 80%;
		top: 24%;
	}
	
	.box03 {
		display: none;
	}
	
	.box04 {
		top: -2%;
	}
	
	.box_04_l {
		top: -70%;
		width: 100%;
	}
	
	.box_04_l img {
		width: 75%;
	}
	
	.box_04_r {
		width: 95%;
	}
	
	.box_03 {
		width: 90%;
		height: 40%;
	}
	
	#slot01  {
		font-size: 10px;
		line-height: 15px;
	}
	
	#slot02 {
		font-size: 10px;
		line-height: 10px;
	}
	#slot03 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot04 {
		font-size: 10px;
		line-height: 10px;
		
	}
	#slot05 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot06 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot07 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot08 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot09 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot10 {
		font-size: 10px;
		line-height: 13px;
	}
	
	.table_box {
		display: none;
	}
	
	.disclaimer p {
		font-size: 12px;
		line-height: 10px;
		top: 140%;
	}
	
}

@media (min-width: 480px) and (max-width: 539px) {
	
	body {
		height: 5200px;
		background-size: 100% 109.5%;
	}
		
	h1 {
		font-size: 20px;
		line-height: 24px;
	}
	
	p {
		font-size: 14px;
		line-height: 14px;
	}
	
	.headline_01 {
		width: 90%;
		top: 25%;
		right: 15%;
	}
	
	.headline_01 h1 {
		line-height: 32px;
	}
	
	.mod_b img {
		top: 23%;
	}
	
	h4 {
		font-size: 10px;
	}
	
	.feature {
		width: 100%;
		bottom: 30%;
	}
	
	.box01 h1 {
		font-size: 24px;
		line-height: 26px;
		width: 90%;	
		top: -25%;
	}
	
	.boximg {
		top: -18%;
	}
	
	.pbox {
		top: 10%;
	}
	
	.feat_content {
		width: 90%;
		top: 38%;
	}
	
	.fc_img img {
		width: 80%;
		height: auto;
		left: 30%;
	}
	
	.fc_text p {
		line-height: 20px;
	}
	
	.modal_link {
		margin-left: 0;
	}
	
	.modal-content {
		width: 480px;
		height: 1200px;
	}
	
	.block01 {
		width: 100%;
		position: relative;
	}
	
	.block02 {
		width: 100%;
		position: relative;
		
	}
	
	.block02 img {
		width: 90%;
	}
	
	.block03 {
		width: 100%;
		position: relative;
	}

	.modal_mainimg {
		display: none;
 	}
	
	.cloud01 {
		width: 33%;
	}
	
	.cloud02 {
		width: 33%;
	}
	
	.cloud03 {
		width: 33%;
	}
	
	h2 {
		font-size: 30px;
		line-height: 30px;	
	}
	
	.mod_c {
		top: 5%;
	}
	
	.dell_cinema {
		top: 10%;
	}
	
	iframe {
		height: 50%;
		bottom: 0;
	}
	
	.box01_r p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.box01_r img {
		width: 70%;
		top: 0;
	}
	
	.op_feature {
		display: none;
	}
	
	.op_subhead {
		display: none;
	}
	
	.mod_c img {
		width: 78.4%;
		height: auto;
		position: absolute;
		bottom: 110%;
	}
	
	.headline_02 {
		width: 70%;
		height: 75%;
		position: absolute;
		right: 10%;
		top: -10%;
	}
	
	iframe {
		position: absolute;
		top: -70%;
	}
	
	.dmc_r {
		width: 95%;
		top: -100%;
	}
	
	.dmc_r img {
		width: 100%;
		height: auto;
	}
	
	.dmc_r p {
		width: 80%;
	}
	
	.dmc_l {
		width: 100%;
		top: -20%;
	}
	
	.dmc_l img {
		width: 95%;
		height: auto;
	}
	
	.video_02 {
		top: 10%;
	}
	
	.box_01_l {
		width: 100%;
		top: -75%;
	}
	
	.box_01_l img {
		width: 30%;
		height: auto;
	}
	

	
	.box_01_r p {
		width: 90%;
	}
	
	.box_02_l {
		width: 100%;
		top: -60%;
	}
	
	.box_02_l img {
		width: 75%;
		height: auto;
	}
	
	.box_02_r {
		width: 90%;
		top: 0;
	}
	
	.box_02_r p {
		width: 90%;
	}
	
	.slots img {
		width: 80%;
		top: 24%;
	}
	
	.box03 {
		display: none;
	}
	
	.box04 {
		top: -2%;
	}
	
	.box_04_l {
		top: -70%;
		width: 100%;
	}
	
	.box_04_l img {
		width: 75%;
	}
	
	.box_04_r {
		width: 95%;
	}
	
	.box_03 {
		width: 90%;
		height: 40%;
	}
	
	#slot01  {
		font-size: 10px;
		line-height: 15px;
	}
	
	#slot02 {
		font-size: 10px;
		line-height: 10px;
	}
	#slot03 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot04 {
		font-size: 10px;
		line-height: 10px;
		
	}
	#slot05 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot06 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot07 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot08 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot09 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot10 {
		font-size: 10px;
		line-height: 13px;
	}
	
	.table_box {
		display: none;
	}
	
	.disclaimer p {
		font-size: 12px;
		line-height: 10px;
		top: 140%;
	}
}
	
@media (min-width: 320px) and (max-width: 479px) {
	
	body {
		height: 5200px;
		background-size: 100% 109.5%;
	}
		
	h1 {
		font-size: 20px;
		line-height: 24px;
	}
	
	p {
		font-size: 14px;
		line-height: 14px;
	}
	
	.headline_01 {
		width: 90%;
		top: 25%;
		right: 15%;
	}
	
	.headline_01 h1 {
		line-height: 32px;
	}
	
	.mod_b img {
		top: 23%;
	}
	
	h4 {
		font-size: 10px;
	}
	
	.feature {
		width: 100%;
		bottom: 30%;
	}
	
	.box01 h1 {
		font-size: 24px;
		line-height: 26px;
		width: 90%;	
		top: -30%;
	}
	
	.boximg {
		top: -20%;
	}
	
	.feat_content {
		width: 90%;
		top: 45%;
	}
	
	.fc_img img {
		width: 80%;
		height: auto;
		left: 30%;
	}
	
	.fc_text p {
		line-height: 20px;
	}
	
	.modal_link {
		margin-left: 0;
	}
	
	.modal-content {
		width: 320px;
		height: 1200px;
	}
	
	.block01 {
		width: 100%;
		position: relative;
	}
	
	.block02 {
		width: 100%;
		position: relative;
		
	}
	
	.block02 img {
		width: 90%;
	}
	
	.block03 {
		width: 100%;
		position: relative;
	}

	.modal_mainimg {
		display: none;
 	}
	
	.cloud01 {
		width: 33%;
	}
	
	.cloud02 {
		width: 33%;
	}
	
	.cloud03 {
		width: 33%;
	}
	
	h2 {
		font-size: 30px;
		line-height: 30px;	
	}
	
	.mod_c {
		top: 5%;
	}
	
	.dell_cinema {
		top: 10%;
	}
	
	iframe {
		height: 50%;
		bottom: 0;
	}
	
	.box01_r p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.box01_r img {
		width: 70%;
		top: 0;
	}
	
	.op_feature {
		display: none;
	}
	
	.op_subhead {
		display: none;
	}
	
	.mod_c img {
		width: 78.4%;
		height: auto;
		position: absolute;
		bottom: 110%;
	}
	
	.headline_02 {
		width: 70%;
		height: 75%;
		position: absolute;
		right: 10%;
		top: -10%;
	}
	
	iframe {
		position: absolute;
		top: -70%;
	}
	
	.dmc_r {
		width: 95%;
		top: -100%;
	}
	
	.dmc_r img {
		width: 100%;
		height: auto;
	}
	
	.dmc_r p {
		width: 80%;
	}
	
	.dmc_l {
		width: 100%;
		top: -20%;
	}
	
	.dmc_l img {
		width: 95%;
		height: auto;
	}
	
	.video_02 {
		top: 10%;
	}
	
	.box_01_l {
		width: 100%;
		top: -75%;
	}
	
	.box_01_l img {
		width: 30%;
		height: auto;
	}
	

	
	.box_01_r p {
		width: 90%;
	}
	
	.box_02_l {
		width: 100%;
		top: -60%;
	}
	
	.box_02_l img {
		width: 75%;
		height: auto;
	}
	
	.box_02_r {
		width: 90%;
		top: 0;
	}
	
	.box_02_r p {
		width: 90%;
	}
	
	.slots img {
		width: 80%;
		top: 24%;
	}
	
	.box03 {
		display: none;
	}
	
	.box04 {
		top: -2%;
	}
	
	.box_04_l {
		top: -70%;
		width: 100%;
	}
	
	.box_04_l img {
		width: 75%;
	}
	
	.box_04_r {
		width: 95%;
	}
	
	.box_03 {
		width: 90%;
		height: 40%;
	}
	
	#slot01  {
		font-size: 10px;
		line-height: 15px;
	}
	
	#slot02 {
		font-size: 10px;
		line-height: 10px;
	}
	#slot03 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot04 {
		font-size: 10px;
		line-height: 10px;
		
	}
	#slot05 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot06 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot07 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot08 {
		font-size: 10px;
		line-height: 15px;
	}
	#slot09 {
		font-size: 10px;
		line-height: 13px;
	}
	#slot10 {
		font-size: 10px;
		line-height: 13px;
	}
	
	.table_box {
		display: none;
	}
	
	.disclaimer p {
		font-size: 12px;
		line-height: 10px;
		top: 140%;
	}
}