﻿@charset "utf-8";

body {
}
/* mainWrapper
================================================== */
#mainWrapper {
	position: relative;
	overflow: hidden;
}
/* movieArea
================================================== */
#mainBg {
	position: relative;
	z-index: 0;
}

/* mainArea
================================================== */
/* mainArea */
#mainArea {
	background-color: #eee;
}
#mainArea h1{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3% 0 0 5%;
	z-index: 1;
    font-size: 13.5vw;
    font-weight: bold;
	line-height: 100%;
	margin: 0;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 5px 5px 5px;
}
@media screen and (max-width: 600px) {
	#mainArea h1{
		padding: 10% 0 0 16%;
		z-index: 1;
		font-size: 17vw;
	}
}
/* vw */
#mainArea .vw {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 52% 0 0 0;
	padding: 2% 0 3%;
	z-index: 1;
    font-size: 6vw;
    font-weight: bold;
	line-height: 100%;
	color: #fff;
	text-align: center;
	background-color: #000400;
	background-image: repeating-linear-gradient(45deg, #222 0, #222 1px, #000400 0, #000400 50%);
	background-size: 20px 20px;
}
@media screen and (max-width: 600px) {
	#mainArea .vw {
		margin: 68% 0 0 0;
		font-size: 9vw;
	}
}
/* topImg */
#mainArea .topImg {
	position: absolute;
	top: 0;
	right: 5%;
	margin: 3% 0 0 0;
	padding: 0;
	z-index: 1;
	width: 33%;
}
@media screen and (max-width: 600px) {
	#mainArea .topImg {
		position: relative;
		top: 0;
		right: 0;
		margin: -34% auto 0;
		width: 70%;
	}
}

/* contentWrapper
================================================== */
#contentWrapper {
	padding: 5%;
	background-color: #eee;
	position: relative;
	z-index: 10;
}

/* newsTitBox
================================================== */
/* newsTitBox */
.newsTitBox {
	padding: 3% 2%;
}
@media screen and (max-width: 600px) {
	.newsTitBox {
		padding: 5% 0;
	}
}
.newsTitBox .newsTit{
	padding: 0;
	margin: 0;
    font-size: 4vw;
}
@media screen and (max-width: 600px) {
	.newsTitBox .newsTit{
		font-size: 6vw;
	}
}
/* newsTitTxt */
.newsTitTxt{
	margin: 0 2.5%;
	padding: 2.5% 0;
}
@media screen and (max-width: 600px) {
	.newsTitTxt{
		margin: 0;
	}
}
.newsTitTxt .newsTitTxtVw {
	font-size: 1.5vw;
	line-height: 200%;
}
@media screen and (max-width: 1100px) {
	.newsTitTxt .newsTitTxtVw {
		font-size: 100%;
	}
}
.newsTitTxt .newsTitTxtBold {
	font-weight: bold;
}
.newsTitTxt .webfontL{
	font-size: 6vw;
	line-height: 110%;
}
@media screen and (max-width: 600px) {
	.newsTitTxt .webfontL{
		font-size: 8vw;
	}
}





