@charset "UTF-8";

/* common */
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.pd-10 {padding:0px 10px;}
.t-center {text-align:center;}
.t-bold {font-weight:bold;}
.pc {display: none;}
.sp {display: block;}
@media screen and (min-width: 768px) {
  .pc {display: block;}
  .sp {display: none;}
}

body {
  background-color: #fff;
}

/* CSS Document */
#fp-wrap {
  background-image: url(../images/bg_index.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  /* font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
}

/* left */
#fp-l {
  padding-top: 10px;
}
#fp-l img {vertical-align:middle;}

#header {
  width: 640px;
  overflow: hidden;
  position: relative;
  color: #532d1e;
}
#header h1 {
  margin: 4px 0 0;
  padding: 0;
  text-align: center;
}
#header h1 img {
  width: 100%;
}
#header p {
  text-align: left;
}
/* @media screen and (max-width: 768px) {
  #header p {
    text-align: center;
    font-size: 26px;
  }
} */
#header .headerInfo {
  position: relative;
}
#header .headerlogo {
  position: absolute;
  top: 3px;
  left: 145px;
}
#header img {
  width: 100%;
}
#header .headerdate {
  padding: 10px;
  background: #fff;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}

.broadInfo {
  padding: 20px 60px;
  text-align: center;
  font-size: 20px;
  background: #f6f1cb;
}
.broadInfo img {
  width: 92px!important;
  margin-bottom: 7px;
}
.broadInfo a {
  color: #000;
  font-size: 30px;
  text-decoration: none;
  line-height: 1.5;
}
.broadInfo p.small {
  margin-bottom: 5px;
  text-align: right!important;
  font-size: 12px;
  display: block;
}

nav.glovalNav {
  display: flex;
  align-items: center;
  justify-items: center;
  height: 107px;
  margin: 20px 0px;
  font-family: cursive;
}
nav.glovalNav a {
  width: 34%;
  text-align: center;
}
nav.glovalNav a:hover {
  opacity: 0.8;
}
nav.glovalNav a:first-child {
  border-left: none;
}
nav.glovalNav a >b {
  font-size: 25px;
  font-weight: normal;
}
nav.glovalNav a:nth-child(2) >b {
  font-size: 20px;
}
nav.glovalNav a img {
  width: 100%;
}


/* youtube */
.youtubeArea {
  text-align: center;
  margin: 20px 0px;
}
.youtubeArea iframe {
  width: 95%;
}

/*** story ***/
.storyArea {
  text-align: center;
  font-size: 20px;
  background: url(../images/bg_story.jpg);
  background-size: cover;
  overflow: hidden;
}
.storyArea img {
  width: 100%;
}
.storyArea h3 {
  padding: 20px 20px 0px;
}
.ht h3 {
  margin: 0;
  padding: 10px 20px 20px;
  text-align: center;
  border: none;
}
.storyArea h3 img {
  width: auto;
  height: 100px;
}
.storyArea p {
  text-align: left;
}
.story_ttl {
  position:relative;
  margin:0px 0px 25px;
  font-size:24px;
  color: #a33b3c;
  text-align: center;
}
/* tab */
.story_tb {
  padding: 20px 20px 0px;
}
.story_tb ul{
  margin: 5px 10px;
  padding: 5px 0px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.story_tb ul li {
  width: 20%;
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
  list-style-type: none;
  cursor: pointer;
}
.story_tb ul li:nth-of-type(1),
.story_tb ul li:nth-of-type(2),
.story_tb ul li:nth-of-type(3),
.story_tb ul li:nth-of-type(4),
.story_tb ul li:nth-of-type(5)
{
  margin-bottom: -1px;
  border-bottom: 1px solid #333;
}
.story_tb ul li:hover ,
.story_tb ul li.active{
  transition:0.3s;
}
.story_tb ul li img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.story_tb ul li span {
  display: block;
  position: relative;
}
.story_tb ul li span:after {
  content: "";
  height: 100%;
  border-right: 1px solid #333;
  position: absolute;
  bottom: -1px;
}
.story_tb ul li:nth-of-type(5) span:after,
.story_tb ul li:nth-of-type(10) span:after {
  display: none;
}
#story_intro, #story_01, #story_02, #story_03, #story_04, #story_05, #story_06, #story_07 , #story_08 {
  width: 93.8%;
  /* background: #fff; */
  padding: 20px 20px 40px;
}
.ht {
  /*background: #fff;*/
  text-align: left;
}
.ht > p {
  padding-bottom: 5px;
  font-size: 17px;
  display:inline;
  line-height: 1.8;
}
.story_content_bg {
  margin: 0px 0px 50px;
  /* padding: 20px; */
  /* background: rgba(255,255,255,0.8); */
  position:relative;
  transition:0.5s;
}
.story_content {
  position:relative;
  width: 100%;
}
.story_content > div  {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  visibility: hidden;
}
.story_content > div.active{
  opacity:1;
  pointer-events: auto;
  visibility:visible;
}
.story_content img.max100 {
  max-width:100%;
  width:100%;
  height:auto;
}
.story_content p:last-child {
  margin-bottom:0px;
}

/* character */
.characterArea {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: rgba(255,255,255,0.6);
}
.characterArea h3 {
  margin-bottom: 30px;
  padding: 20px 20px;
  text-align: left;
  background: url(../images/bg_character.jpg) repeat;
  background-size: cover;
}
.characterArea h3 img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

/* cast staff */
.caststaffArea {
  margin-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  background: url(../images/bg_caststaff.jpg) repeat;
}
.caststaffArea h3 {
  position: relative;
  padding: 160px 20px 20px 25px;
}
.caststaffArea h3 img {
  width: auto;
  height: 220px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
h4 {
  margin: 0px 5% 30px;
  padding: 8px 12px;
  text-align: left;
  background: #e3dabd;
}
h4 img {
  width: auto;
  height: 40px;
}

/* cast */
.castArea {
  margin-bottom: 40px;
}
.castArea p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* original */
.original {
  margin: 30px 0 40px;
}
.original a {
  width: 30%;
  display: inline-block;
  text-decoration: none;
}
.original a p {
  color: #000;
  text-align: left;
  font-size: 13px;
}
.original img {
  width: 50%;
  margin-top: 15%;
  margin-left: 4%;
  vertical-align: top!important;
  display: inline-block;
}
.original a img {
  width: 100%;
  margin: 0;
}

/* staff */
.staff {
  margin: 50px 8%;
}
/* staff table */
.caststaffArea table {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.castArea table {
  font-size: 20px;
}
.caststaffArea th {
  width: 35%;
  padding-bottom: 20px;
  color: #a33b3c;
  text-align: right;
  vertical-align: top;
}
.caststaffArea td {
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
}
.caststaffArea td span {
  padding-left: 10px;
  padding-right: 10px;
}
.caststaffArea td:nth-of-type(2) span {
  padding: 0;
  font-size: 13px;
}
.caststaffArea td:nth-of-type(1) {
  width: 12%;
  text-align: center;
  color: #a33b3c;
  vertical-align: top;
  display: initial;
}
.staffArea tr:nth-of-type(5) td {
  vertical-align: middle;
}

/* broadcast */
.broadcastArea {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 67px;
  text-align: center;
  background: url(../images/bg_fod.png) no-repeat;
  background-size: 100%;
}
.broadcastArea h3 {
  padding: 50px 0px 0px;
}
.broadcastArea h3 img {
  width: auto!important;
  height: 100px;
  margin: 0 auto;
}
.broadcastArea > div {
  margin: 20px 50px 0px;
}
.broadcastArea a {
  margin: 0 auto;
  padding: 28px 0px;
  color: #333;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  display: block;
}
.broadcastArea > div > a:nth-of-type(1) {
  border-bottom: 1px solid #c5b7aa;
}
.broadcastArea div > div {
  margin-top: 10px;
  padding: 0px;
  color: #333;
  font-weight: bold;
}
.broadcastArea div > div p {
  padding: 10px;
  font-size: 20px;
  background: #c5b7aa;
}
.broadcastArea div > div a {
  padding: 0;
  display: inline-block;
}
.broadcastArea img {
  width: 74px!important;
  margin-bottom: 5px;
}
/* .broadcastArea a span {
  margin-bottom: -4px;
  font-size: 35px;
  display: inline-block;
  vertical-align: bottom;
} */
.broadcastArea img.fodapp {
  width: 220px!important;
  margin: 20px 10px 0px;
}
@media screen and (max-width: 370px) {
  .broadcastArea a {
    padding: 20px 0px;
    font-size: 20px;
  }
}