@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:700');
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ----------------------------------------------------------------
	映画『探偵はＢＡＲにいる3』公式サイト
---------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
th, td {
	vertical-align: middle;
	empty-cells: show;
}
img {
	vertical-align: bottom;
}
body, html {
	height: 100%;
	width: 100%;
}
body {
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 15px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
}
#wrapper:before {
  background:#000 url('../img/common/bg.jpg') no-repeat center top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 0.2s;
}
#top #wrapper:before {
	background-image: none;
	background-color: #fff;
	background-size: 100% auto;	
}
#intro #wrapper:before {
	background:#fff url('../img/intro/bg.jpg') no-repeat center 150px;
	background-size: 100% auto;	
}
#story #wrapper:before {
	background:#dde9f5 url('../img/story/bg.jpg') no-repeat center top;
	background-size: 100% auto;	
}
#cast #wrapper:before,
#series #wrapper:before {
	background:#000000 url('../img/cast/bg.jpg') no-repeat center top;
	background-size: 100% auto;	
}
a {outline:none;}
p {
	font-size: 20px;
	text-align: center
}
ul li {
	display: inline-block;
	list-style: none;
}
/* clearfix --*/
.clearFix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
/* alt --*/
.alttext {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
a.follow-btn {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #E60012;;
	background: transparent;
	border: 2px solid #E60012;;
	border-bottom: none;
	border-radius:12px 12px 0 0;
	cursor: pointer;
	letter-spacing: 0.2px;
	line-height: 1em;
    padding: 12px 0 8px;
	text-align: center;
	display: inline-block;
	width: 99%;
	-webkit-transition: .4s background ease;
	-moz-transition: .4s background ease;
	-o-transition: .4s background ease;
	transition: .4s background ease;
}
a.follow-btn:hover {
	color: #fff;
	background: rgba(0,0,0,0.80)
}

/* ベース
================================================== */
.logo {
	width: 180px;
	max-width: 480px;
	margin:8px auto 20px;
	padding-left: 30px;
}
.logo img {
	width: 100%;
}
.pagettl {
    font-family: 'Libre Baskerville', "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
    font-size: 1.4em;
	font-weight: bolder;
    padding: 0;
	margin-bottom: 10px;
    text-align: center;
	color: #E60012;
}
a {
	text-decoration: none;
	color: #E60012;
}
a:hover {
	color: #aaa;
	/*-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
	transition: 0.2s;
	text-decoration: none;
}

/* ABOUT SECTION
================================================== */
.about-section {
	font-family: 'Libre Baskerville', serif;
	color: #7f8c8d;
	padding: 0 12px 10px;
}
a.about-section-btn:hover {
	color: #fff;
	background: #ec0000;
	border: 2px solid #ec0000;
}
.copy {
	color: #666;
	font-size: 9px;
	line-height: 1.2;
	padding: 0 10px 10px
}
#intro .copy {
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

/* SOCIALS
================================================== */
.socials a {
	color: #fff;
}
.socials a:hover {
	color: #bdc3c7;
}
.sns {
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
}
.sns > li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    width: auto;
	line-height: 1em;
}
.sns iframe {
	margin: 0 !important;
	vertical-align: top;
}
/* TOP MENU
================================================== */
.navi{
	position: relative;
	height: 185px;
	margin: 20px 0 16px;
}
.navi .navi_news{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
}
.navi .navi_theater{
	position: absolute;
	left: 16%;
	bottom: 5px;
	width: 100px;
}
.navi .navi_comment{
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 100px;
}
.navi .navi_movie{
	position: absolute;
	left: 38%;
	top: 20px;
	width: 100px;
}
.navi .navi_about{
	position: absolute;
	/*right: -10px;
	top: 66px;*/
	right: -5px;
	top: 24px;
	max-width: 196px;
	width: 54%;
}
.navi .coming {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";	
}
.officialsns{
	text-align: center;
	margin-bottom: 0;
	font-size: 0;
}
.officialsns li{
	display: inline-block;
	font-size: 12px;
	margin: 0 7px;
}

/* MENU
================================================== */
.about-section-title {
	line-height: 1;
}
.about-section-container {
	padding-bottom: 3px;
}
.about-section-btn {
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	line-height: 1;
	width: 45%;
	padding: 10px 0;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}
.soon {
	border: 2px solid #bbb;
	background-color: #bbb;
}
#colorize img {
    width: 80%;
	margin: 0 auto;
}
#cover {
	position: relative;
}

/* 動画
================================================== */



/* -----　loding　---- */
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 30;
}
#preloader {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -60px;
	overflow: hidden;
}
#preloader img {
	width: 120px;
}
/* contents
================================================== */
.main {
    background-color: rgba(255, 255, 255, 0.88);
    margin: 200px auto 10px;
    padding: 20px 15px 4px;
	width: 96%;
	max-width: 640px;
	box-sizing: border-box;
}
#intro .main {
	margin-top: 30px;
}
.main .title {
    color: #E60012;
    font-size: 19px;
    font-weight: 700;
	line-height: 1.4em;
    margin: 0 auto 20px;
}
.main .black {
    color: #000;
}
#intro .catch {
	margin-top: 30px;
}
.main p {
    color: #000;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 20px;
}
#staff .main, #cast .main, #series .main {
	margin-top: 24px;
}
#cast .main, #series .main {
	padding: 0 0 4px;
}
.black {
	color: #000;
}
/* cast
================================================== */
.list li {
	padding-bottom: 40px;
	width: 100%;
	display: block;
}
.list dt {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.list dt span {
	display: block;
	font-size: 10px;
	color: #999;
}
.list .ph02 {
    margin: 0 auto;
    width: 75%;
}
.list .ph03 {
    margin: 0 auto 20px;
	padding-top: 20px;
    width: 60%;
}
.list dt.ph img {
	margin-top: -2%;
}
.list .group {
    color: #E60012;;
    cursor: pointer;
    display: block;
	font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.list .txt, #staff .txt {
	background-color: #000;
    display: none;
	font-size: 0.8em;
	color: #fff;
    padding: 14px;
    text-align: left;
}
.container li p {
	/*アニメーション*/
	transition: .8s;
	transition-delay: .8s;
}
.container .name {
	font-weight: bolder;
	color: #000;
	text-align: center;
	line-height: 0.9em;
	margin-bottom: 5px;
	/*アニメーション*/
	font-size: 32px;
	transition: .8s;
	transition-delay: 0;
}
.container .name span {
	color: #E60012;
}
.container .name .en {
	font-size: 0.46em;
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0;
}
.container .yaku {
	font-size: 18px;
	font-weight: bolder;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
	margin: 0;
	text-align: center;
}
.container .main-cast .name {
	font-size: 42px;
}
.container .main-cast .yaku {
	font-size: 20px;
}
.container dl dd {
	padding: 0 15px;
}
.list .txt p, 
#staff .txt p {
	color: #fff;
}
#staff .txt p {
	font-size: 14px;
}
#staff .txt p span {
	font-size: 12px;
	color: #666;
}
#staff .ph {
	margin-bottom: 15px;
}
.container .list .subttl {
	color: #336633;
	font-size: 18px;
}
.list dt .o {
	position: absolute;
	left: 0;
	top: 0;
}
.main .profile {
    font-size: 12px;
	color: #666;
	line-height: 1.5em;
}
.main .profile span {
    color: #E60012;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	margin-right: 10px;
}
.list .staff {
    color: #E60012;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
	text-align: center;
	margin: 20px auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E60012;
}
.list .staff.nagai {
    font-size: 26px;
	margin: 10px auto 10px;
	padding-bottom: 0;
	border-bottom: none;
}
.list .btn, #staff .btn {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 2px 0;
	font-size: 16px;
	font-family: 'Libre Baskerville',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
	background: #000 url(../img/cast/arr.png) 94% center no-repeat;
	background-size: 20px auto;
}
.list .comment {
	text-align: center;
	margin: 10px auto 5px;
	background: none;
	color: #E60012;;
	font-family: 'Libre Baskerville', serif;
}
#series .main .title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 14px;
	margin-left: -12px;
	color: #000;
	text-align: center;
}
#series .main .title span {
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
	margin-left: 13px;
	text-align: left;
}
#series .main .title span .cre {
    font-size: 9px;
	font-style: normal;
}
#series .main .txt p {
	font-size: 14px;
}
#series .main p b {
	font-size: 1.1em;
	font-weight: bold;
}
#series .main p span.act {
	margin-left: 20px;
	display: block;
}
.phR {
	float: right;
	width: 50%;
	margin: 0 0 10px 15px;
}
.phL {
	float: left;
	width: 50%;
	margin: 0 15px 10px 0;
}
.ph {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.phC {
	width: 70%;
	margin: 0  auto 10px;
}
.main ul li:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.footer {
	text-align: center;
}
/* -----　スライド　---- */
.photo-show { 
    margin: 0 auto; /*縦余白30pxは任意*/
    max-width: 100%;
    position: relative;
    width: 380px; /*表示したい大きさ、height と合わせる*/
	height: 380px;
	overflow: hidden;
	padding-bottom: 20px;
}
.photo-show img { 
    animation: show 16s infinite;
    -webkit-animation: show 16s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
	left: 0;
    position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/
@keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    40% {opacity:0}
 }
@-webkit-keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    40% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}
.info {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #EF5095;
	padding-top: 1.3%;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
	width: 90%;
	margin: 0 auto;
}

.credit p {
    color: #E60012;;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
    font-size: 22px;
	text-align: center;
}
.credit p span {
    font-size: 0.8em;
}
.credit p.seisaku {
    font-size: 0.9em;
}
.gallery-box {
    font-size: 0.9em;
	width: 90%;
	max-width: 640px;
	margin: 20px auto 0;
}
.gallery-box li {
	margin-bottom: 30px;
}
.gallery-box li img {
	width: 100%;
}