@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html.lock{
	overflow:hidden;
}
html,body{
	width:100%;
	height:100%;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img{
  vertical-align:bottom;
}
body{
	color:#000;
}
a{
	color:#505050;
	text-decoration:underline;
}
#Opening{
	z-index:101;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#FFF;
}
#Opening .bg{
	background:url(../img/common/bg_type_1.jpg) no-repeat center top #91a1ba;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#Opening .bg img{
	display:none;
}
#Opening .loading{
	position:absolute;
	top:65%;
	left:50%;
	margin:-16px 0 0 -16px;
	width:32px;
	height:32px;
}
#Opening .t-catch{
	position:absolute;
	top:50%;
	left:50%;
	margin:-60px 0 0 -343px;
	width:687px;
	height:121px;
	visibility:hidden;
}
#Opening .ttl{
	position:absolute;
	top:50%;
	left:50%;
	margin:-175px 0 0 -337px;
	width:675px;
	height:276px;
	overflow:hidden;
	visibility:hidden;
}


.container{
	position:relative;
	margin:0 auto;
	width:960px;
}






#header{
  width:100%;
  height:100px;
  background-color:#FFF;
  border-bottom:#666 solid 1px;
}
#header .ttl{
  float:left;
}
#header .logo-ibm{
  float:right;
}



#section1{
	z-index:0;
	width:100%;
	height:800px;
	overflow:hidden;
	min-width:960px;
	background-color:#000000;
}
#TOP #section1 #scene{
	width:100%;
	height:800px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	min-width:960px;
}
#TOP #section1 .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:800px;
	min-width:960px;
	background:url(../img/top/bg_top.jpg) no-repeat center top;
}
#TOP #section1 .chara1{
	position:absolute;
	left:-23px;
	top:207px;
	width:299px;
	height:593px;
}
#TOP #section1 .chara2{
	position:absolute;
	left:596px;
	top:128px;
	width:299px;
	height:672px;
}
#TOP #section1 .chara3{
	position:absolute;
	left:142px;
	top:157px;
	width:241px;
	height:643px;
}
#TOP #section1 .chara4{
	position:absolute;
	left:740px;
	top:163px;
	width:328px;
	height:637px;
}
#TOP #section1 .ttl{
	position:absolute;
	left:20px;
	top:12px;
}
#TOP #section1 .logo-ibm{
	position:absolute;
	right:25px;
	top:35px;
}
#TOP #section1 .t-catch{
	position:absolute;
	right:-154px;
	top:584px;
}
#TOP #section1 .btn-movie{
	position:absolute;
	left:-130px;
	top:548px;
	background-color:#FFFFFF;
}

@media screen and (max-width: 1280px){
	#TOP #section1 .t-catch{
		right:0;
	}
	#TOP #section1 .btn-movie{
		left:20px;
	}
}

.t-links{
	padding:40px;
}
.t-links a{
	display:block;
	border-bottom:#8592a6 solid 1px;
	padding:0 40px 0 0;
	background:url(../img/common/icon_arrow.gif) no-repeat 98% center;
	text-decoration:none;
	background-color:rgba(255,255,255,0);
	
	-webkit-transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-o-transition:all linear 0.2s;
	transition: all linear 0.2s;
}
.t-links a:hover{
	background-color:rgba(255,255,255,0.7)
}

.btn img{
	-webkit-transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-o-transition:all linear 0.2s;
	transition: all linear 0.2s;
}
.btn:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


.t-links a.n1{
	border-top:#8592a6 solid 1px;
}
.t-links a .pic{
	float:left;
	margin-right:10px;
}
.t-links a .t-sub{
	font-size:14px;
	padding-top:15px;
}
.t-links a .t-main{
	font-size:22px;
	font-weight:bold;
}

#section2 {
	width:100%;
	height:800px;
	min-width:960px;
	background:url(../img/common/bg_type_1.jpg) no-repeat center top #91a1ba;	
}
#section2 .container{
	height:600px;
	padding:100px 0;
}
#section2 .ttl{
	margin:44px 0 0 36px; 
	
}
#section2 .t-read{
	margin:44px 0 0 36px; 
}
#TOP #section2 .chara{
	position:absolute;
	left:688px;
	top:385px;
}

#ABOUT #section2{
	height:1165px;
  background: url(../img/common/bg_type_1.jpg) no-repeat center top #91a1ba;
}
#ABOUT #section2 .container{
  padding:70px 0 10px;
}
#ABOUT #section2 .container .IBM5100{
  width:100%;
	margin-top:40px;
  text-align:center;
}
#ABOUT #section2 .container .IBM5100 img{
  margin-bottom:10px;
}

#ABOUT #section2 .ttl{
  text-align:center;
  margin-top:69px;
}
#ABOUT #section2 .t-read-holder{
  width:880px;
  margin:55px auto 0;
}
#ABOUT #section2 .t-read{margin:0;}
#ABOUT #section2 .t-read-holder .t-read{width:420px;}
#ABOUT #section2 .ttl{
  text-align:center;
  margin-top:66px;
}
#EPISODE1 #section2 .ttl,
#EPISODE2 #section2 .ttl,
#EPISODE3 #section2 .ttl,
#EPISODE4 #section2 .ttl{
	margin:95px 0 0 36px; 
	
}
#EPISODE1 #section2 .chara,
#EPISODE2 #section2 .chara,
#EPISODE3 #section2 .chara,
#EPISODE4 #section2 .chara{
	position:absolute;
	left:620px;
  top:auto;
	bottom:0;
}
.t-read{
	font-size:15px;
	line-height:1.6;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman","HG明朝E", "メイリオ", Meiryo, serif;
	
}


#section3{
	width:100%;
	height:800px;
	min-width:960px;
	position:relative;
	overflow:hidden;
}
#section3 .container{
	z-index:1;
	height:600px;
	padding:100px 0;
}
#section3 .inner{
  position:absolute; height:800px; left:0; width:100%;
}
#section3 .bg{
	z-index:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:2000px;
	min-width:960px;
	background:url(../img/common/bg_type_2.jpg) no-repeat center top #000;	
}
#section3 .ttl{
	margin:34px 0 0 38px;
}
#section3 .youtube{
	margin:54px 0 0 40px;
	width:440px;
	height:275px;
	float:left;
}
#section3 .t-read{
	margin:54px 0 0 35px;
	width:400px;
	color:#ffffff;
	float:left;
}
#section3 .t-read a{
	color:#FFFFFF;
}







#ABOUT #section3{
	height:600px;
}
#ABOUT #section3 .inner{
  height:600px;
}
#ABOUT #section3 .container{
	height:550px;
  padding:50px 0 0;
}
#ABOUT #section3 .ttl{
	margin:0;
  text-align:center;
}
#ABOUT #section3 .slider {
  position:absolute;
  width:980px;
  height:600px;
  top:0;
  left:0;
}
#ABOUT #section3 .slider  li{
  position:absolute;
  width:980px;
  height:600px;
  left:0;
  top:0;
  display:none;
}

#ABOUT #section3 .slider  li.n1{
  display:block;
}
#ABOUT #section3 .slider .ttl{
  position:absolute;
  left:1px;
  top:144px;
}
#ABOUT #section3 .slider .ttl img{
	width:auto;
	height:auto;
}
#ABOUT #section3 .slider .t-read{
  position:absolute;
  left:212px;
  top:350px;
  margin:0;
  font-size:14px;
}
#ABOUT #section3 .slider .pic{
  position:absolute;
  left:549px;
  top:99px;
}
#ABOUT #section3 .slider-controller{
  position:absolute;
  left:0px;
  top:456px;
  width:960px;
  height:143px;
}
#ABOUT #section3 .slider-controller .prev{
	display:block;
  position:absolute;
  left:0;
  top:0;
	cursor:pointer;
}
#ABOUT #section3 .slider-controller .next{
	display:block;
  position:absolute;
  right:0;
  top:0;
	cursor:pointer;
}
#ABOUT #section3 .slider-controller .thumbs{
  display:table;
  word-spacing:-1em;
  text-align:center;
  width:100%;
}
#ABOUT #section3 .slider-controller .thumbs p{
  display:inline-block;
  word-spacing:normal;
  padding:28px 8px;
  cursor:pointer;
  height:86px;
  width:86px;
}
#ABOUT #section3 .slider-controller .thumbs p img{ visibility:hidden;}
#ABOUT #section3 .slider-controller .thumbs p.active img{ visibility:visible;}
#ABOUT #section3 .slider-controller .thumbs p.n1{background:url(../img/about/section3_chara1_thumb.png) no-repeat center center;}
#ABOUT #section3 .slider-controller .thumbs p.n2{background:url(../img/about/section3_chara2_thumb.png) no-repeat center center;}
#ABOUT #section3 .slider-controller .thumbs p.n3{background:url(../img/about/section3_chara3_thumb.png) no-repeat center center;}
#ABOUT #section3 .slider-controller .thumbs p.n4{background:url(../img/about/section3_chara4_thumb.png) no-repeat center center;}

#ABOUT #section4{
	width:100%;
	height:540px;
	min-width:960px;
	background:url(../img/common/bg_type_1.jpg) no-repeat center top #91a1ba;
	text-align:center;
}
#ABOUT #section4 .container{
  padding:10px 0;
}
#ABOUT #section4 .container .n1 .ttl{
  margin-top:40px;
  text-align:center;
}
#ABOUT #section4 .container .n1 .t-read{
  margin-top:30px;
  text-align:center;
	color:#000;
}
#ABOUT #section4 .container .t-read .st1{
	font-size:26px;
	font-weight:bold;
}
#ABOUT #section4 .container .t-read .st2{
	font-size:18px;
	margin-top:6px;
	font-weight:bold;
}
#ABOUT #section4 .container .t-read .st3{
	font-size:28px;
	margin:15px;
	font-weight:bold;
}
#ABOUT #section4 .container .t-read .st4{
	font-size:16px;
	font-weight:bold;
}
#ABOUT #section4 .container .t-read .st5{
	margin-top:15px;
	font-size:16px;
	font-weight:bold;
}
#ABOUT #section4 .container .t-read .st6{
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}



#footer{
	width:100%;
	height:780px;
	min-width:960px;
	background:url(../img/common/bg_type_1.jpg) no-repeat center -800px #91a1ba;
	text-align:center;
}
#ABOUT #footer{
	background-position:center -540px;
}
#footer .container{
	height:500px;
	padding:50px 0;
}
#footer .episode{
	margin-top:8px;
}
#footer .episode a{
	float:left;
	display:block;
	margin-left:2px;
	background-color:#FFFFFF;
}
#footer .episode a.n1{
	margin-left:0;
}
#footer .links a{
	display:block;
	float:left;
	position:relative;
	margin-top:2px;
	background:#FFFFFF;
	width:478px;
}

#footer .links p.pic{
	float:left;
	margin-right:10px;
}
#footer .links p.t-info{
	float:left;
	margin-top:20px;
	font-size:16px;
	width:230px;
	text-align:left;
}
#footer .links p.t-info .sub{
	font-size:10px;
}
#footer .links a span.icon{
	position:absolute;
	right:0;
	top:0;
}

#footer .links .n1{
	margin-right:2px;
}

#footer .nav{
	margin-top:48px;
}
#footer .social{
	text-align:center;
	margin-top:30px;
}
#footer .social > a{
	display:inline-block;
	margin:0 10px;
}
#footer .social > div{
	display:inline-block;
	margin:15px 0 10px;

	width:120px;
	height:21px;
	overflow:hidden;
}
#footer .social > div.tw{
	width:115px;
}
#footer .social > div.gp{
	width:80px;
}

#footer .logo-mugendai{
	margin-top:20px;
}
#footer .copyright{
	margin-top:7px;
}


#footer .episode a.disable{
	cursor:default;
}
#footer .episode a.disable:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}














#g-menu{
	position:absolute;
	width:100%;
	height:60px;
	top:840px;
	left:0;
  z-index:100;
}
#TOP #g-menu{
  	top:740px;
}
#ABOUT #g-menu{
  	top:100px;
}
#g-menu .inner{
	width:100%;
	height:60px;
	background:url(../img/common/gmenu_bg.png);
}
#g-menu .fix{
	position:fixed;
	top:0;
}
#g-menu a{
	display:inline-block;
	padding:14px 20px;
	cursor:pointer;
}
#g-menu a img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	-o-transition:all linear 0.2s;
	transition: all linear 0.2s;
}
#g-menu a.disable{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	cursor:default;
}
#g-menu a.disable:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#g-menu a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#g-menu li{
	float:left;
}
#g-menu .nav{
	float:left;
}
#g-menu .n1:after,
#g-menu .n2:after,
#g-menu .n3:after,
#g-menu .n4:after{
	content:url(../img/common/gmenu_slice.gif);
	display:inline-block;
}

#EPISODE1 #g-menu .n1 a img,
#EPISODE2 #g-menu .n2 a img,
#EPISODE3 #g-menu .n3 a img,
#EPISODE4 #g-menu .n4 a img,
#ABOUT #g-menu .n5 a img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}



#g-menu .social{
	float:right;
}
#g-menu .social a{
	padding:14px 5px;
	margin-left:8px;
}





/*
#section1 .chara1{
	position:absolute;
	left:-23px;
	top:207px;
		top:auto;				bottom:0;
	width:299px;
	height:593px;
}
#section1 .chara2{
	position:absolute;
	left:596px;
	top:128px;
		top:auto;				bottom:0;
	width:299px;
	height:672px;
}
#section1 .chara3{
	position:absolute;
	left:142px;
	top:157px;
		top:auto;				bottom:0;
	width:241px;
	height:643px;
}
#section1 .chara4{
	position:absolute;
	left:740px;
	top:163px;
		top:auto;				bottom:0;
	width:328px;
	height:637px;
}
#section1 .container{
	height:100%
}


@media screen and (min-width: 1600px){
	#section1 .container{
		width:100%;
	}
	#section1 .bg{
		background-size:100% auto;
	}
	#section1 .chara img{
		width:100%;
		height:auto;
	}
	#section1 .chara1{
		left:297px;			left:18.5625%;
		width:299px;		width:18.6875%;
	}
	#section1 .chara2{
		left:922px;			left:57.625%;
		width:299px;		width:18.6875%;
	}
	#section1 .chara3{
		left:462px;			left:28.875%;
		width:241px;		width:15.0625%;
	}
	#section1 .chara4{
		left:1060px;		left:66.25%;
		width:328px;		width:20.5%;
	}
}
@media screen and (min-height: 800px){
	#section1 .bg{
		background-size:auto 100%;
	}
	#section1 .chara img{
		width:auto;
		height:100%;
	}
	#section1 .chara1{
		top:auto;				bottom:0;
		height:593px;		height:74.125%
	}
	#section1 .chara2{
		top:auto;				bottom:0;
		height:672px;		height:84%
	}
	#section1 .chara3{
		top:auto;				bottom:0;
		height:643px;		height:80.375%
	}
	#section1 .chara4{
		top:auto;				bottom:0;
		height:637px;		height:79.625%;
	}
	
}
*/


/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */



.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.fl-r{
  float:right
}
.fl-l{
  float:left;
}
.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
