﻿@charset "utf-8";
@media print {
    body { display: none !important; }
}
body {
	background-color: #002651;
	position:relative;
}
#wrapper {
	background: url(../images/bg-p04.png) repeat-x center 145px,
	url(../images/bg-bar.png) no-repeat center 0,
	url(../images/bg-p03.png) repeat-x center 0,
	url(../images/bg-p01.png) repeat center 0;
}
#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}


/* #main */
#main {
	width: 675px;
}


/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/********** contents **********/
.th{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
}
.pt15{padding-top: 15px;}

#cover01{
	position: fixed;
	top: 0;
	background: url(../images/bg-c.png),
	url(../images/bg-photo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-position: center top;
}
/********** header **********/
#s-header{
	width:675px;
	height:225px;
	overflow: hidden;
}
#s-header .logo{
	display: block;
	width: 302px;
	height: 145px;
	margin: 0 0 0 15px;
	background: url(../images/logo-s.png) no-repeat center center transparent;
}
#s-header .s-menu{
	padding: 0 31px;
	margin: 0;
	width: 613px;
	height: 80px;
}
#s-header .s-menu li{
	list-style: none;
	float: left;
}
#s-header .s-menu a{
	display: block;
}
#s-header .s-menu .off{
	opacity: 0.3;
}
#s-header .s-menu a:hover{
	animation: anime03 0.5s  infinite alternate;
}
#s-header .s-menu .off:hover{
	animation: none;
}
@keyframes anime03{
	0% {
		opacity: 1;
	}
	5% {
		opacity: 0.3;
	}
	10% {
		opacity: 0.6;
	}
	15% {
		opacity: 0.4;
	}
	25% {
		opacity: 0.7;
	}
	30% {
		opacity: 0.3;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	55% {
		opacity: 0.8;
	}
	60% {
		opacity: 0.6;
	}
	65% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
#s-header .s-menu li .intro{
	width: 160px;
	height: 80px;
	background: url(../images/menu-s/btn-intro.png) no-repeat 0 0 transparent;
	margin-right: 27px;
}
#s-header .s-menu li .story{
	width: 69px;
	height: 80px;
	background: url(../images/menu-s/btn-story.png) no-repeat 0 0 transparent;
	margin-right: 27px;
}
#s-header .s-menu li .chart{
	width: 70px;
	height: 80px;
	background: url(../images/menu-s/btn-chart.png) no-repeat 0 0 transparent;
	margin-right: 27px;
}
#s-header .s-menu li .cast{
	width: 139px;
	height: 80px;
	background: url(../images/menu-s/btn-cast.png) no-repeat 0 0 transparent;
	margin-right: 27px;
}
#s-header .s-menu li .music{
	width: 67px;
	height: 80px;
	background: url(../images/menu-s/btn-music.png) no-repeat 0 0 transparent;
}
/********** chart **********/
#chart{
	width: 635px;
	margin: 20px 20px 0;
	background: url(../images/line-blue.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0 #fff;
	overflow: hidden;
}
#chart h3{
	width: 635px;
	height: 86px;
	background: url(../images/chart/tit-chart.png) no-repeat 20px center;
	margin: 0;
}
#chart .img-chart{
	width: 583px;
	height: 1337px;
	background: url(../images/chart/img-chart.png) no-repeat 0 0 transparent;
	margin: 0 auto 26px;
}
/********** story **********/
#story{
	width: 635px;
	margin: 20px 20px 0;
	background: url(../images/line-blue.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0 #fff;
	overflow: hidden;
}
#story h3{
	width: 635px;
	height: 86px;
	background: url(../images/story/tit-story.png) no-repeat 20px center;
	margin: 0;
}
#story .story-flame01{
	width: 575px;
	margin: 0 auto;
}
#story .story-flame01 .story-txt01{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
}
#story .story-flame01 .story-txt01 .name{
	font-weight: bold;
	color: #002651;
}
#story .story-flame01 .story-txt02{
	font-size: 18px;
	padding: 5px 0;
	margin: 0;
	color: #0b88df;
	font-weight: bold;
}
#story .story-flame01 .story-img01{
	width: 575px;
	height: 327px;
	background: url(../images/story/img-story01.png) no-repeat 0 0 transparent;
	padding-bottom: 20px;
}
#story .story-flame01 .story-img02{
	width: 575px;
	height: 222px;
	background: url(../images/story/img-story02.png) no-repeat 0 0 transparent;
	padding-bottom: 30px;
	padding-top: 5px;
}
#story .story-flame01 .case{
	width: 65px;
	font-size: 25px;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 2px;
	background: #f6ff00;
	margin-right: 10px;
	display: block;
	margin: 0;
	padding: 0 10px;
	float: left;
	line-height: 40px;
	text-align: center;
}
#story .story-flame01 .case-tit{
	width: 470px;
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	display: block;
	color: #002651;
	float: left;
	line-height: 40px;
	font-weight: bold;
}
#story .story-flame01 .case-flame{
	clear: both;
	overflow: hidden;
	padding: 20px 0 30px;
}
#story .story-flame01 .case-flame .case-cs{
	font-size: 15px;
	color: #aeaeae;
	margin: 0;
}
/* case1 */
.s-s01{
	width: 635px;
	margin: 0 20px;
	height: 69px;
	background: url(../images/story/s01.png) no-repeat right center;
}
#case1{
	width: 635px;
	box-sizing: border-box;
    border: 1px solid #fff;
	margin: 0 20px 0;
	background: url(../images/line-white.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0;
}
#case1 h3{
	width: 635px;
	height: 86px;
	background: url(../images/story/tit-case1.png) no-repeat 20px center;
	margin: 0;
}
#case1 .case1-flame01{
	width: 575px;
	margin: 0 auto;
}
#case1 .case1-flame01 .case1-tit01{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
	color: #f6ff00;
}
#case1 .case1-flame01 .case1-txt01{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	color: #fff;
}
#case1 .case1-flame01 .case1-img{
	width: 575px;
	height: 327px;
	background: url(../images/story/img-case1.png) no-repeat 0 0 transparent;
	padding-bottom: 30px;
}
/* case2 */
.s-s02{
	width: 635px;
	margin: 0 20px;
	height: 69px;
	background: url(../images/story/s02.png) no-repeat left center;
}
#case2{
	width: 635px;
	margin: 0 20px 0;
	background: url(../images/line-blue.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0 #fff;
}
#case2 h3{
	width: 635px;
	height: 86px;
	background: url(../images/story/tit-case2.png) no-repeat 20px center;
	margin: 0;
}
#case2 .case2-flame01{
	width: 575px;
	margin: 0 auto;
}
#case2 .case2-flame01 .case2-tit01{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
	color: #002651;
}
#case2 .case2-flame01 .case2-txt01{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	color: #000;
}
#case2 .case2-flame01 .case2-img{
	width: 197px;
	height: 115px;
	background: url(../images/story/img-case2.png) no-repeat 0 0 transparent;
	padding-bottom: 30px;
}
/* case3 */
.s-s03{
	width: 635px;
	margin: 0 20px;
	height: 69px;
	background: url(../images/story/s03.png) no-repeat right center;
}
#case3{
	width: 635px;
	box-sizing: border-box;
    border: 1px solid #fff;
	margin: 0 20px 0;
	background: url(../images/line-white.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0;
}
#case3 h3{
	width: 635px;
	height: 86px;
	background: url(../images/story/tit-case3.png) no-repeat 20px center;
	margin: 0;
}
#case3 .case3-flame01{
	width: 575px;
	margin: 0 auto;
}
#case3 .case3-flame01 .case3-tit01{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
	color: #f6ff00;
}
#case3 .case3-flame01 .case3-txt01{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	color: #fff;
}
#case3 .case3-flame01 .case3-img{
	width: 575px;
	height: 115px;
	background: url(../images/story/img-case3.png) no-repeat 0 0 transparent;
	padding-bottom: 30px;
}
/********** movie **********/
#movie{
	width: 635px;
	margin: 20px 20px 0;
	padding-bottom: 20px;
	background: url(../images/line-blue.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0 #fff;
	overflow: hidden;
}
#movie h3{
	width: 635px;
	height: 86px;
	background: url(../images/tit-movie.png) no-repeat 20px center;
	margin: 0; 
}
#movie .movie-box{
	width: 595px;
	height: 335px;
	margin: 0 auto;
}
#movie .movie-tit{
	width: 595px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
#movie .line-movie{
	width: 595px;
	height: 5px;
    margin: 15px auto 0;
    background: url(../images/line-movie.png) no-repeat center center;
}
#movie .movie-thumb{
	width: 595px;
	margin: 0 auto;
	padding: 0;
	list-style: none; 
	display: table;
}
#movie .movie-thumb li{
	display: table-cell;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
	background-size: 100% auto;
	width: 287px;
}
#movie .movie-thumb li:nth-child(2n){
	margin-right: 0;
}
#movie .movie-thumb li a{
	display: block;
	width: 287px;
	height: 161px;
	background-size: 100% auto;
}
#movie .movie-thumb li a p{
	display: block;
	width: 287px;
	height: 161px;
	padding: 0;
	background-image: url(../images/bg-moviebtn.png);
	background-size: 100% auto;
	-webkit-transition: all 0s 0s ease;
    -moz-transition: all 0s 0s ease;
    transition: all 0s 0s ease;
}
#movie .movie-thumb li a p:hover{
	background-position: 0 -161px;
}
#movie .movie-thumb li .movie04{
	background-image: url(../images/bg-movie04.jpg);
}
#movie .movie-thumb li .movie03{
	background-image: url(../images/bg-movie03.jpg);
}
#movie .movie-thumb li .movie02{
	background-image: url(../images/bg-movie02.jpg);
}
#movie .movie-thumb li .movie01{
	background-image: url(../images/bg-movie01.jpg);
}
#movie .movie-thumb li p{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 0 0;
	margin: 0;
}
/********** music **********/
#music{
	width: 635px;
	margin: 20px 20px 0;
	background: url(../images/line-blue.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0 #fff;
	overflow: hidden;
}
#music h3{
	width: 635px;
	height: 86px;
	background: url(../images/music/tit-music.png) no-repeat 20px center;
	margin: 0;
}
#music .img-music{
	width: 583px;
	height: 409px;
	background: url(../images/music/img-music.png) no-repeat 0 0 transparent;
	margin: 0 auto;
}
/********** disc **********/
#disc{
	width: 635px;
	margin: 20px 20px 0;
	background: url(../images/line-blue.png) no-repeat 585px 30px,
	url(../images/bg-p02.png) repeat center 0 #fff;
	overflow: hidden;
}
#disc h3{
	width: 635px;
	height: 86px;
	background: url(../images/disc/tit-disc.png) no-repeat 20px center;
	margin: 0;
}
#disc .disc-txt{
	width: 575px;
	height: 189px;
	padding-bottom: 30px;
	background: url(../images/disc/txt-disc.png) no-repeat 0 0 transparent;
	margin: 0 auto;
	overflow: hidden;
}
#disc .disc-flame{
	width: 348px;
	background: url(../images/disc/img-disc.png) no-repeat 0 0 transparent;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 227px
}
#disc .disc-flame .disc-txt01{
	font-size: 15px;
    line-height: 25px;
    margin: 0;
    font-weight: bold;
    color: #002651;
}
#disc .disc-flame .disc-txt02{
	font-size: 14px;
    line-height: 25px;
    margin: 5px 0 15px;
}
#disc .disc-flame .disc-btn{
	display: block;
	font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    background-color: #002651;
    color: #fff;
    margin-bottom: 30px;
    width: 348px;
    text-align: center;
    text-decoration:none;
}
#disc .disc-flame .disc-btn:hover{
    color: #f6ff00;
}
/********** gotop **********/
#gotop{
	width: 635px;
	height: 100px;
	margin: 0 20px;
	position: relative;
	background: url(../images/sb02.png) no-repeat right 10px;
}

#gotop .innerlink-head{
	display: block;
	width: 45px;
	height: 50px;
	padding-top: 50px;
	margin: 0 auto;
}
#gotop .innerlink-head img{
	width: 100%;
	height: 100%;
}
