@charset "UTF-8";
/*font size*/
/* mixinCSS Document */
/* keyframes */
/* hover */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6,
#contents h1 img, #contents h2 img, #contents h3 img, #contents h4 img, #contents h5 img, #contents h6 img {
	font-size:0;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	line-height:1;
	vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}
a { outline: none; }
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: 13px/1.231;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}

body {
	background-color: #fff100;
	min-width:1000px;
}


#contents {
	width:1000px;
	margin:0 auto;
	z-index: 2;
	position: relative;
}
#pc {
	z-index: 2;
	position: relative;
}

/* 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
{
}
#wrapper  #main a:hover,#wrapper  #main a img:hover
{
	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
	-webkit-animation-name: hover;
  	animation-name: hover;
	
}
@-webkit-keyframes hover{
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes  hover{
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* #nav */
#nav {
	width: 675px;
	position: relative;
	height: 112px;
	background-image: url(../images/nav_bg_01.png);
	background-repeat: no-repeat;
}
#nav ul li{
	display: inline-block;
	text-align: center;
}
#nav ul li#link-intro{
	width: 290px;
}
#nav ul li#link-story{
	width: 150px;
}
#nav ul li#link-caststaff{
	width: 235px;
}
#nav ul li#link-comment{
	margin-top:20px;
	width: 290px;
}
#nav ul li#link-chart{
	width: 150px;
}
#nav ul li#link-hulu{
	width: 235px;
}



/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
	position: relative;
}


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

#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: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#side #sp_rectangle { display: none; }

/* #main */
#main {
	width: 675px;
	padding-bottom: 10px;
}

/* #article */
#article {
	width: 675px;
	position: relative;
}

/* .block */
#main #article .block{
	padding:25px;
	position: relative;
}
#main #article .block h2.h2_title{
	margin:30px 0 20px 0;
	padding:0;	
	font-size:0;
}
#main #article .block p {
	padding:0;	
	margin:0;

}

/* .innerlink-head */
p.innerlink-head {
	height: 124px;
	width: 124px;
	position: fixed;
	right:20px;
	z-index: 120;
}
p.innerlink-head a{
	height: 124px;
	width: 124px;
	background-image: url(../images/totop_btn_01.png);
	display: block;
	text-indent: -9999px;
}
p.innerlink-head a:hover
{
	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
	-webkit-animation-name: hover;
  	animation-name: hover;
	
}
.section {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 8px;
}




/* .is2nd */



.is2nd .bg_01{
	position: absolute;
	left: 0;
	right: 0;
	width: 1000px;
	height: 300px;
	margin:auto;
	z-index: 0;
	overflow: hidden;	
}
.is2nd .bg_02{
	position: absolute;
	left: 0;
	right: 0;
	width: 1000px;
	height: 300px;
	margin:auto;
	z-index: 0;
	overflow: hidden;	
}
.is2nd .bg_01_c{
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
}
.is2nd .bg_02_c{
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
}
.is2nd .bg_item_01{
	position: absolute;
	left:602px;
	animation: spin 5s linear infinite;
	transform-origin: 50% 50%;
	top: -24px;
}
.is2nd .bg_item_02{
	position: absolute;
	left: 360px;
	top: 190px;
	animation: float 2s linear infinite;
	transform-origin: 50% 50%;
	display: block;
	height: 67px;
}
@keyframes float {
  0% { transform: translateY(0) }
  50% { transform: translateY(6px) }
  100% { transform: translateY(0) }
}
@-webkit-keyframes float {
  0% { -webkit-transform: translateY(0) }
  50% { -webkit-transform: translateY(6px) }
  100% { -webkit-transform: translateY(0) }
}

@keyframes spin {
  0% { transform:rotate(0deg) }
  100% { transform:rotate(359deg) }
}
@-webkit-keyframes spin {
  0% { -webkit-transform:rotate(0deg) }
  100% { -webkit-transform:rotate(359deg) }
}

.is2nd #wrapper
{
	background:
		url(../images/bg_01.png) center 0px no-repeat,url(../images/bg_02.png) no-repeat center 0px;
		min-width:1000px;
}

.is2nd #main #header .bg_item_01{
	display:none;
}
.is2nd #main #header .bg_item_02{
	display:none;
}
.is2nd #main #header .h_bg_01{
	display: none;
}
.is2nd #main #header .h_bg_02{
	display: none;
}
.is2nd #main #header {
	text-align: center;
	height: 280px;
}	
.is2nd #main #header p.txt_01{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	position: absolute;
	left: 19px;
	top: 111px;
}
.is2nd #main #header p.img_01{
	position: absolute;
	left: 442px;
	top: -5px;
}
.is2nd #main #header h1{
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	position: absolute;
	left: 18px;
	top: 24px;
}
@keyframes bounce {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/* テキスト指定 */
#article {
	font: 13px/1.6em "游ゴシック", "YuGothic", "メイリオ", Meiryo, 'Lucida Grande', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
}


.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
#main #article #block_comment p.comment_fuki{
	font-size: 16px;
	line-height: 1.6em;
}
