@charset "UTF-8";
/* ================================================== *
 *
 *	  reset
 *
 * ================================================== */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}

body {
  font-size: 75%;
  line-height: 1.5;
  font-family: "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
   background-color:#E5D2B4;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

.episode p{
  margin: 0;
}
hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ================================================== *
 *
 *	base
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */
.clearFix:before, .clearFix:after {
  content: "";
  display: table;
}

.clearFix:after {
  clear: both;
}

.clearFix {
  *zoom: 1;
}

/* ------------------------------------------------- *
 *        linkColor
 * ------------------------------------------------- */
a:visited,
a:link {
  color:#003387;
}

a:active,
a:hover {
  color:#003387;
  text-decoration: none;
}

/* ================================================== *
 *
 *    area
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        areaDocument
 * ------------------------------------------------- */
.areaDocument {
  width: 980px;
  margin: 0 auto; 
  background: url(../img/back_line.png) repeat-y;

}

/* ------------------------------------------------- *
 *        areaHeader
 * ------------------------------------------------- */
.areaHeader {
  width: 950px;
  margin: 0 auto;
}

/* ------------------------------------------------- *
 *        areaMain
 * ------------------------------------------------- */
.areaMain {
  width: 950px;
  margin: 0 auto;
}

/* ------------------------------------------------- *
 *        areaFooter
 * ------------------------------------------------- */
.areaFooter {
  padding-top:15px;
  width: 950px;
  margin: 0 auto;
}

/* ================================================== *
 *
 *    common
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        cmnHeader
 * ------------------------------------------------- */
.cmnHeader {
  height: 70px;
  position: relative;
}

.cmnHeader__logo {
  padding-top: 14px;
  padding-left:20px;
}

/* ------------------------------------------------- *
 *        cmnGnav
 * ------------------------------------------------- */
.cmnGnav {
  position: absolute;
  left: 220px;
  top: 52px;
}

.cmnGnav__btn {
  float: left;
}
.cmnGnav__btn a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* ------------------------------------------------- *
 *        cmnSns
 * ------------------------------------------------- */
.cmnSns {
  position: absolute;
  right: 0;
  top: 28px;
}
.cmnSns a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

.cmnSns__btnFacebook {
  width: 110px;
  overflow: hidden;
  float: right;
  margin-right: 5px;
}
.is-imgBtn .cmnSns__btnFacebook {
  width: auto;
  overflow: visible;
}
.cmnSns__btnTwitter {
  width: 105px;
  float: right;
  overflow: hidden;
  margin-left: 0px;
}
.is-imgBtn .cmnSns__btnTwitter {
  overflow: visible;
  width: auto;
}
.cmnSns__btnGoogle {
  overflow: hidden;
  float: right;
  margin-right: 0px;
}

/* ------------------------------------------------- *
 *        cmnFooter
 * ------------------------------------------------- */
.cmnFooter {
}

.cmnFooter__text {
  font-size: 150%;
  text-align: center;
  padding: 35px 0;
}

.cmnFooter__copy {
  font-size: 83.3%;
  padding: 7px 0;
  text-align: center;
  display: block;
  background: #eeeeee;
}

/* ================================================== *
 *
 *    text
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        textLink
 * ------------------------------------------------- */
.textLink {
  text-align: center;
  margin-top: 2px;
}
.textLink a {
  color: blue;
}
.textLink.is-movie a {
  padding-left: 20px;
  background: url(../img/icon_img.png) 0 2px no-repeat;
}

/* 
 *
 *    block
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        blkKv
 * ------------------------------------------------- */
.blkKv {
  position: relative;
  zoom: 1;
}


/* ------------------------------------------------- *
 *        blkEpisode
 * ------------------------------------------------- */
.blkEpisode {
  position: relative;
  width: 910px;
  height: 154px;
  margin-top: -24px;
  padding: 105px 0 0 40px;
  background: url(../img/frame_type2.png) 0 0 no-repeat;
}

.blkEpisode__inner {
  position: relative;
  width: 876px;
  height: 106px;
  overflow: hidden;
}

.blkEpisode__imgList {
  position: absolute;
  left: 0;
  top: 0;
}

.blkEpisode__img {
  float: left;
}
.blkEpisode__img:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

.blkEpisode__arrowLeft {
  cursor: pointer;
  display: none;
  position: absolute;
  left: 10px;
  top: 31%;
  margin-top: 20px;
}

.blkEpisode__arrowRight {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 31%;
  margin-top: 20px;
}

/* ------------------------------------------------- *
 *        blkWorks
 * ------------------------------------------------- */
.blkWorks {
  position: relative;
  margin-top: 0px;
  padding-bottom: 40px;

}

.blkWorks__body {
  padding: 18px 55px 0px 85px;
}
.blkWorks__body p{
  margin-top: 14px;
  margin-left:8px;
  font-size: 125.0%;
}

.blkWorks__left {

  float: left;
  text-align: left;
}



.blkWorks__3column {
  width: 262px;
  float:left;
  text-align: center;
}

.blkWorks__columnleft {
  width: 258px;
  float: left;
  margin-left:125px;
  text-align: center;
}
.blkWorks__columnleft img{
  margin-left:18px;
}
.blkWorks__columnright {
  width: 258px;
  float: right;
  margin-right:166px;
  text-align: center;
}
.blkWorks__columnright img{
  margin-left:18px;
}

.blkWorks__imgList {
  margin-top: 4px;
}

.blkWorks__imgList a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.blkWorks__imgList.is-single {
  margin-left: -8px;
}
.blkWorks__imgList.is-multi {
  width: 417px;
  margin-left: -8px;
}
.blkWorks__imgList.is-multi .blkWorks__img {
  float: left;
  display: inline;
  margin-left: 1px;
}
.blkWorks__imgList a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

.blkWorks__imgList.is-multi .blkWorks__img:first-child {
  margin-left: 0;
}
.blkWorks__episode {
  margin-left:10px;
  margin-top: 5px;
  text-align:left;
  line-height:1.4em;
  font-size: 125.0%;
}
.blkWorks__next {
  float: right;
  margin-top: 14px;
  font-size: 125.0%;
}
.blkWorks__next a {
  color:#003387;
}
.blkWorks__text {
  float:right;
  margin-right:20px;
  margin-top: 14px;
  text-align:right;
}
.blkWorks__text img{
  margin-bottom:5px;
  margin-top: 5px;
}
.blkWorks__btnMore {
  position: absolute;
  right: 20px;
  bottom: 1px;
}
.blkWorks__btnMore a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* ------------------------------------------------- *
 *        blkMovie
 * ------------------------------------------------- */
.blkMovie {
  margin-top: 30px;
}
.blkMovie__ttl {
  margin-left: 100px;
}
.blkMovie__wrap {
  margin-top: 5px;
  background: url(../img/movie_line.png) 0 0 no-repeat
}
.blkMovie__wrapInner {
  overflow: hidden;
  padding: 40px 0;
  background: url(../img/movie_line.png) 0 bottom no-repeat
}
.blkMovie__left {
  width: 365px;
  display: block;
  float: left;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  margin-left: 80px;
  margin-right: 22px;
  cursor: pointer;
}
.blkMovie__right {
  width: 365px;
  display: block;
  float: left;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #675e4c;
  padding-left: 24px;
  overflow: hidden;
  cursor: pointer;
}
.blkMovie__img {
  float: left;
  margin-right: 10px;
}
.blkMovie__txt {
  overflow: hidden;
}
.blkMovie__left:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.blkMovie__right:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* ------------------------------------------------- *
 *        popupEpisode
 * ------------------------------------------------- */
.popupEpisode {
}

.popupEpisode__unit {
  display: none;
  width: 840px;
  height: 640px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -350px 0 0 -450px;
  padding: 30px;
  background: #FFF;
}

.popupEpisode__title {
  margin: 0 10px;
  font-size: 141.7%;
  font-weight: bold;
}

.popupEpisode__img {
  height: 320px;
  margin: 30px 10px 0;
  text-align: center;
}

.popupEpisode__name {
  font-weight: bold;
  margin: 15px 10px 0;
  font-size: 125.0%;
}

.popupEpisode__text {
  margin: 10px auto 0;
  height: 220px;
  font-size: 125.0%;
  width: 820px;
  overflow: auto;
}
.popupEpisode__text p{
  margin-bottom: 15px;
}
.popupEpisode__btnClose {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  cursor: pointer;
}

/* ------------------------------------------------- *
 *        popupLayer
 * ------------------------------------------------- */

.popupLayer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
  zoom: 1;
}

/* ------------------------------------------------- *
 *        fancyBoxMovie
 * ------------------------------------------------- */
.fancyBoxMovie {
  width: 720px;
}

.fancyBoxMovie__unit {
  width: 720px;
  height: 450px;
}
.fancyBoxMovie__unit .cmnSns {
  position: relative;
  background: red;
  left: 0;
  top: 0;
}

