@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:38px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

.head1 { background: url("../images/ftv_01.png") no-repeat top center; height:    334px; } 
.head2 { background: url("../images/ftv_02.png") no-repeat top center; height:     193px; } 
.head3 { background: url("../images/ftv_03.png") no-repeat top center; height:    268px; } 


.movietitle { background: url("../images/movietitle.png") no-repeat top center; height:    366px; } 
.movie1 { background: url("../images/movie1.png") no-repeat top center; height:    327px; } 
.movie2 { background: url("../images/movie2.png") no-repeat top center; height:    257px; } 
.title { background: url("../images/title.png") no-repeat top center; height:    385px; } 

.whattitle { background: url("../images/whattitle.png") no-repeat top center; height:    182px; }
.what { background: url("../images/what.png") no-repeat top center; height:    517px; } 

.title1 { background: url("../images/title_01.png") no-repeat top center; height:    185px; } 
.up1 { background: url("../images/up_01.jpg") no-repeat top center; height:    864px; } 
.up2 { background: url("../images/up_02.jpg") no-repeat top center; height:    792px; } 

.title2 { background: url("../images/title_02.png") no-repeat top center; height:    256px; } 
.nayami1 { background: url("../images/nayami_01.jpg") no-repeat top center; height:    721px; }
.nayami2 { background: url("../images/nayami_02.jpg") no-repeat top center; height:    678px; }

.title3 { background: url("../images/title_03.png") no-repeat top center; height:    240px; } 
.sales1 { background: url("../images/sales_01.png") no-repeat top center; height:    923px; }
.sales2 { background: url("../images/sales_02.png") no-repeat top center; height:    857px; }

#whatwrap {

	background-image: url("../images/whatwrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}



#container {

	text-align:center;
	margin:0 auto;
	margin-top:px;
	
	
}


.akaji {
	color: #c0291c;
	font-size: 50px;
}

.futoji {
	color: #c0291c;
	font-weight: bold;
}
.text {

	text-align:center;
	width:850px;
	margin:0 auto;	
	
}


.text2 {

	text-align:left;
	width:780px;
	margin:0 auto;
	font-size: 25px;
}


.text3 {

	text-align:left;
	width:530px;
	font-size: 35px;
	padding-top: 60px;
    padding-left: 40px;
}

.text4 {

	text-align:left;
	width:930px;
	font-size: 35px;
    padding-left: 40px;
}

.container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

#footer {  
	background-color: #024538;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

