html {
	font-size: 10px;
}

body { 
	font-family:ff-meta-serif-web-pro, sans-serif; 
	color: white;
	line-height: 1.35em;
	font-size: 2.2rem;
	overflow-x: hidden;
	margin:0;
	background-color: #3E424A; 
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

h1 {
	position: absolute;
	top: -100px;
}

a {
	color: white;
}

h2 {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}

hr {
	max-width: 70rem;
	border: none;
	border-top: 1px solid #6a6a6a;
	margin: 4rem auto;
}

.video {
	max-width: 124rem;
	width: 100%;
	margin: 5rem auto 4rem;
}

.video em {
	font-size: 1.8rem;
	line-height: 1.35em;
	margin-top: 1.5rem;
	display: block;
	text-align: center;
}

iframe {
	box-shadow: 0px 42px 27px -30px rgba(0,0,0,.5), 0px 7px 142px rgba(255,255,255,.15);
}

.content {
	position: relative;
	z-index: 10;
	top: 125rem;
	padding-bottom: 11rem;
}

.section {
	margin-top: 10rem;
	background-color: #3E424A;
	padding-top: 2rem;
}

.section:before {
	content: '';
	position: absolute;
	left: 0;
	margin-top: -3rem;
	width: 100%;
	height: 2rem;
	background: linear-gradient(#282B30, #3E424A);
}

p {
	max-width: 70rem;
	margin: 0 auto;
	line-height: 1.35em;
}

p + p {
	margin-top: 1em;
}

.introduction {
	font-size: 2.8rem;
}

.obviuse {
    width: 36px;
    height: 36px;
    position: fixed;
    z-index: 5;
    margin-top: 20px;
    margin-left: 20px;
}

.awards {
	margin: 0 auto 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.award {
	width: 27rem;
	margin-bottom: 1rem;
}

.award img {
	width: auto; 
	height:12rem; 
	padding: 0;
	margin: 0 auto;
	display: block;
}

.award p {
	font-size: 1.4rem; 
	line-height: 1.4em;
	margin: 1rem; 
	padding: 0; 
	text-align: center;
}




@media only screen and (max-width: 1250px) {
	html {
		font-size: 9px;
	}
}


@media only screen and (max-width: 1130px) {
	html {
		font-size: 8px;
	}
	
	.award p {
		font-size: 1.5rem;  
	}
}

@media only screen and (max-width: 1000px) {
	html {
		font-size: 7.2px;
	}
}

@media only screen and (max-width: 550px) {
	body {
		font-size: 16px;
		line-height: 1.5em;
	}

	.bg_newsite {
		position: absolute;
	    width: calc(50% + 191px);
		height: 309px;
		background-size: 386px 309px;
		background-image: url(../images/bg_new_mobile.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 1;
		top: 174px;
		box-shadow: -1px 21px 20px -15px rgba(0,0,0,.5), 0px 15px 30px rgba(255,255,255,.07);
	}
	
	.bg_oldsite {
		position: absolute;
	    width: calc(50% + 32px);
		height: 689px;
		background-size: 307px 689px;
		background-image: url(../images/bg_old_mobile.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 3;
	}
	
	.bg_oldsite .text_left {
		position: absolute;
		top: 47px;
	    width: calc(100% - 47px);
		height: 144px;
		background-size: 151px 94px;
		background-image: url(../images/text_pluggakuten_left_mobile.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 4;	
	}

	.text_right {
		position: absolute;
		top: 47px;
	    width: calc(50% + 166px);
		height: 217px;
		background-size: 217px 102px;
		background-image: url(../images/text_pluggakuten_right_mobile.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 2;	
	}

	.obviuse {
		display: none;
	}
	
	p {
		padding: 0 20px;
		line-height: 1.45em;
	}
	
	.content {
		top: 530px;
	}

	iframe {
		box-shadow: -1px 21px 20px -15px rgba(0,0,0,.5), 0px 15px 30px rgba(255,255,255,.07);
	}

}

@media only screen and (min-width: 551px) {
	.bg_newsite {
		position: absolute;
	    width: calc(50% + 62rem);
		height: 82.9rem;
		background-size: 124.4rem 83.2rem;
		background-image: url(../images/bg_new.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 1;
		top: 35.5rem;
		box-shadow: -1px 42px 27px -30px rgba(0,0,0,.5), 0px 25px 50px rgba(255,255,255,.07);
	}
	
	.bg_oldsite {
		position: absolute;
	    width: calc(50% + 13.5rem);
		height: 235.3rem;
		background-size: 140.9rem 235.3rem;
		background-image: url(../images/bg_old.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 3;
	}

	.bg_oldsite .text_left {
		position: absolute;
		top: 9.6rem;
	    width: calc(100% - 13.2rem);
		height: 15.8rem;
		background-size: 26.8rem 15.8rem;
		background-image: url(../images/text_pluggakuten_left.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 4;	
	}

	.text_right {
		position: absolute;
		top: 9.6rem;
	    width: calc(50% + 26.45rem);
		height: 18.2rem;
		background-size: 35.1rem 18.2rem;
		background-image: url(../images/text_pluggakuten_right.png);
		background-position-x: right;
		background-repeat: no-repeat;
		z-index: 2;	
	}
	
}



