html, body {
  height: 100%;
  margin: 0;  /* 余白の削除 */
  padding: 0; /* 余白の削除 */
  height: 100%; /* 縦の高さを100% */
  width: 100%;  /* 横の幅を100% */
}

.bg00 {
  background-image: url(../img/bg00.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.bg01 {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
    background-attachment: fixed;
}

.bg02 {
  background-image: url(../img/bg02.jpg);
  background-size: cover;
    background-attachment: fixed;
}

.bg03 {
  background-image: url(../img/bg03.jpg);
  background-size: cover;
    background-attachment: fixed;
}

.bg04 {
  background-image: url(../img/bg042.jpg);
  background-size: cover;
    background-attachment: fixed;
}

.bg05 {
  background-image: url(../img/bg05.jpg);
  background-size: cover;
    background-attachment: fixed;
}



.wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  height:auto !important; /*IE6対策*/
  min-height: 100%;
}

.cvtv {
    background-image: url(../img/bg_tv.png);
    background-repeat: repeat;
}

header {
  background-image: url(../img/bg_header.png);
  background-repeat: repeat-x;
  padding-top: 30px;
  min-height: 88px;
  width: 100%;
  margin: 0px;
  position: fixed;
  top: 0;
  z-index: 20;
}

.sns {
  margin-top: 25px;
  float: right;
  margin-right: 0px;
  background-image: url(../img/bg_sns.png);
  background-repeat: no-repeat;
  width: 285px;
  height: 34px;
  clear: both;
  padding-top: 5px;
  padding-left: 40px;
}

.mainmenu {
  width: 940px;
  margin: 0 auto;
}

.mainmenu a:hover {
  background-color: #AD1414;
  display: block;
  transition-duration:0.5s;
}


.kiflogo {
  float: left;
}

.mainmenu ul {
  float: left;
  width: 450px;
  margin: 0px;
  padding-left: 100px;
}

.mainmenu ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  list-style:none;
}

.mainmenu li img {
  width: 85%;
  height: auto;
}

.c-main {
  padding-top: 160px;
  background-color: ;
  width: 940px;
  margin: 0 auto;
  padding-bottom: 220px;
  /*color: #fff;*/
  height: 100%;
}

.c-main h2 {
  color: #AD1414;
}

/*.c-main a:hover img {
  opacity: 0.8;
  padding-left: 5px;
  transition-duration:0.2s;
}*/

.c-nav img {
  transition-duration:0.2s;
}

.c-nav a:hover .imgleft {
  margin-left: -10px;
  display: block;
  transition-duration:0.3s;
}

.c-nav a:hover .imgright {

  margin-right: -10px;
  display: block;
  transition-duration:0.3s;
}

.c-nav a:hover .imgtop {
  padding-bottom: 10px;
  margin-top: -10px;
  /*display: block;*/
  transition-duration:0.3s;
}

.c-nav a:hover .imgzoom {
  transition-duration: 0.3s;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

.imgtop {
  /*float: left;*/
}

.imgtop2 {
 /*display: inline;*/
}


.c-story {
  color: #fff;
  width: 100%;
  border: 2px solid #fff;
  background-color: rgba(0,0,0,0.75);
  /*opacity: 0.75;*/
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
  padding-top: 10px;
  padding-bottom: 40px;
}

.c-story a {
  color: red;
  font-weight: bold;
}

.c-story a:hover {
  text-decoration: underline;
}

.c-storycatch {
  width: 800px;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  padding-bottom: 10px;
}

.c-story h2 {
  color: #fff;
  font-size: 36px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 40px;
  /*background-color: #AD1414;*/
  text-shadow: 0 0 22px #FF0303;
  font-weight: bold;
}

.c-story p {
  float: left;
  font-size: 18px;
  line-height: 1.8;
  width: 500px;
  padding-bottom: 10px;
  margin: 0px;
}

.c-storymain {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.c-storybox {
  display: block;
  width: 800px;
  margin: 0 auto;
}

.c-left {
  float: left;
  border: 2px solid #000;
  background-color: rgba(255,255,255,0.9);
  /*opacity: 0.75;*/
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
}

.c-left dl {
  padding: 10px 5px;
  border-bottom: 1px dotted #666;
}

.c-left dd span {
  color: red;
  font-size: 12px;
}

.c-left a {
  color: #333;
}

.c-left a:hover dl {
  color: #fff;
  margin-left: 5px;
  background-color: #000; /*AD1414*/
  /*background-image: url(../img/chara_01.jpg);*/
  background-size: cover;
  background-position: left center;
  transition-duration:0.5s;

}

.c-left dt {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}

.c-left dd {
  font-size: 12px;
  padding: 0px;
  margin: 1px 0 0 0;
  font-weight: bold;
}

.c-right {
  float: left;
  margin-left: 20px;
  width: 670px;
}

.c-nav {
  position: absolute;
  float: left;
  width: 50px;
  border: 2px solid #000;
  background-color: rgba(255,255,255,0.9);
  /*opacity: 0.75;*/
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
  margin-left: 500px;
  transition-duration:0.3s;
}

.c-chr {
  border: 2px solid #000;
  background-color: rgba(255,255,255,0.9);
  /*opacity: 0.75;*/
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
}

.c-comic {
  float: left;
  padding: 30px;
/*  background-color: rgba(0,0,0,0.65);
  border: 2px solid #fff;*/
  width: 400px;
}

.c-comic2 {
  width: 380px;
  margin: 0 auto;
}

.c-chr h2 {
  font-size: 30px;
  line-height: 1.0;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

.c-chr hr {
  border-top: 2px solid #000; /*AD1414*/
}

.c-chrimg {
  float: right;
  padding-right: 5px;
}

.c-charaic {
  width: 40px;
  float: left;
  padding-right: 5px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.imgleft {
  float: left;
  margin-right: 10px;
}
.imgright {
  float: right;
  margin-left: 10px;
}

.textleft {
  float: left;
  margin-right: 10px;
  width: 250px;
}


.m-tt {
  font-size: 12px;
  font-weight: bold;
}

.p-title {
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
}


.c-tright {
  float: right;
  width: 150px;
}

.newep {
  /*background-color: #AD1414;*/
  background-image: url(../img/bg_newep.jpg);
/*  background-size: cover;*/
  /*background-position: center top;*/
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  padding-bottom: 10px;
  width: 188px;
  height: 68px;
  border: 1px solid #000;
  transition-duration:0.2s;
}

.newep h3 {
  padding: 0px;
  margin: 0px;
}

a:hover .newep  {
  text-shadow: 0 0 5px #000;
  background-position: center bottom;
  transition-duration:0.2s;
  border: 1px solid #000;

}

.c-movie {
  position: absolute;
  top: 490px;
  margin-left: 70px;
}

.c-main h1 {
  color: #FFF;
  font-size: 25px;
}

.c-main ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  list-style:none;
}




.c-newscv ul {
  float: right;
  width: 450px;
}

.c-newscv ul li {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  list-style:none;
  width: 200px;
}

.c-newscv ul li img {
  width: 100%;
  height: auto;
}

.c-newscv {
  width: 940px;
  margin: 0 auto;
}


.c-newscv a:hover {
  opacity: 0.8;
  padding-left: 5px;
  transition-duration:0.2s;
}

.c-news {
  float: left;
  background-image: url(../img/bg_news.png);
  background-repeat: no-repeat;
  height: 133px;
  width: 457px;
  padding-top: 30px;
  padding-left: 20px;
  color: #fff;
  z-index: 20;
  margin-top: 100px;
}

.c-news dd {
  padding: 0px;
  margin: 0px;
}


footer {
  margin: 0px;
  width: 100%;
  /*position: absolute;*/
  padding: 5px 0px;
  bottom: 0px;
  height: 25px;
}



.c-footercv {
  border-top: 2px solid #fff;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
}

.c-footer {
  width: 940px;
  margin: 0 auto;

}