@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*------------------------------------------------
	Bootstrap Tweak
------------------------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: url('../img/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: black;
	color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

p {
	font-size: 12px;
	line-height: 24px;;
}

hr {
	border-color: #333333;
}

.img-full {
	min-width: 100%;
}

.tagline-divider {
	margin: 15px auto 3px;
	max-width: 250px;
	border-color: #999999;
}

.box {
	margin-bottom: 20px;
	padding: 30px 15px;
	background: #fff;
	background: rgba(255,255,255,0.9);
}

.intro-text {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 1px;
}

.img-border {
	float: none;
	margin: 0 auto 0;
	border: #999999 solid 1px;
}

.img-left {
	float: none;
	margin: 0 auto 0;
}

a {
	color: #9d7d44;
	text-decoration: none;
}

a:hover {
	color: #736448;
	text-decoration: underline;
}

/*------------------------------------------------
	Header
------------------------------------------------*/
header {
	background: url(../img/common/header_img.jpg) no-repeat center top;
	padding-top:100px;
	background-position: top;
	text-align:center;
	background-attachment: relative;
}

@media  (max-width:768px) {
	header {
		background: url(../img/common/sm_bg_01.jpg) no-repeat center top;
		padding-top:300px;	
	}
	header .title h1 {
		padding-top: 20px !important;
	}
}

header .title h1 {
	font-size: 112px;
	font-weight: 300;
	letter-spacing: 1.25px;
	padding-top: 50px;
	font-family: 'Six Caps', sans-serif;
	color: white;
}

header .title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}

header .title h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 16px;
	margin-top: 10px;
	color: white;
}

header .title p {
	font-size: 12px;
	line-height: 1em;
}

.brand,
.address-bar {
	display: none;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}

.navbar-nav {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
}

.modal-title {
	color: #000;
}

.nav-jplabel {
	font-size: 11px;
	color: #999999;
	
}

@media screen and (min-width:768px) {
	.nav-jplabel {
		text-align: center;
		display: inline-block;
		width: 100%;
	}
}

/*------------------------------------------------
	Footer
------------------------------------------------*/
footer {
	background: #fff;
}

footer p {
	margin: 0;
	padding: 10px 0;
	color: black;
	text-align: center;
}

footer p.copyright {
	font-size: 70%;
	padding-top: 0;
}

footer  a {
	color: #000;
}

footer hr {
	border-color: #ccc;
}

footer a:hover,
footer  a:focus {
	color: #9d7d44;
	background-color: transparent !important;
}

footer ul.social-buttons {
	margin-top: 20px;
}

footer ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

footer ul.social-buttons li a:hover,
footer ul.social-buttons li a:focus,
footer ul.social-buttons li a:active {
	background-color: #9d7d44;
}

/*------------------------------------------------
	Header Navigation
------------------------------------------------*/
.brand-before,
.brand-name {
	text-transform: capitalize;
}

.brand-before {
	margin: 15px 0;
}

.brand-name {
	margin: 0;
	font-size: 4em;
}

/*100周年もとはheight50px*/
.navbar-brand {
	float: left;
	height: 73px;
	padding: 10px 15px;
}

@media screen and (min-width:768px) {
	.brand {
		display: inherit;
		margin: 0;
		padding: 30px 0 0;
		text-align: center;
		background-color: white;
	}

	.top-divider {
		margin-top: 0;
	}

	.img-left {
		float: left;
		margin-right: 25px;
	}

	.navbar {
		border-radius: 0;
		padding-bottom: 15px;
	}

	.navbar-header {
		display: none;
	}

	.navbar {
		min-height: 0;
	}

	.navbar-default {
		border: none;
		background: #fff;
	}

	.nav>li>a {
		padding: 25px 15px 15px;
		font-size: 14px;
		 font-family: 'Montserrat', sans-serif;
		 font-weight: 700;
		 letter-spacing: 0;
	}

	.navbar-default .navbar-nav > li > a {
		color: #000;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #9d7d44;
		background-color: transparent;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #9d7d44;
		background-color: transparent;
	}
	
	.navbar-nav>li>a {
		line-height: normal;
	}

	.navbar-nav {
		display: table;
		float: none;
		margin: 0 auto;
		table-layout: fixed;
		font-size: 1.25em;
		color: black;
	}
}

@media screen and (min-width:1200px) {
	.box:after {
		content: '';
		display: table;
		clear: both;
	}
}


/*100周年調整*/
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
    color: #c1272d;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.navbar-toggle {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*------------------------------------------------
	Common
------------------------------------------------*/
.categorytitle p.number {
	font-family: 'Six Caps', sans-serif;
	font-size: 96px;
	letter-spacing: 2px;
	line-height: 1em;
	color: #9d7d44;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 400;
}

.categorytitle h1, h2 {
	text-transform: uppercase;
	font-family: 'Six Caps', sans-serif;
	color: #9d7d44;
	margin-top: 0;
	font-size: 64px;
	letter-spacing: 1px;
}

.categorytitle h2 {
	font-size: 48px;
}

.categorytitle h1.kasou {
	margin-top: 20px;
	font-size: 96px;
}

.categorytitle p {
	color: #9d7d44;
	margin-bottom: 10px;
}

h2.content {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 35px;
	line-height: 1em;
	/*color: #fff;*/
	font-size: 32px;
}

h3.content {
	color: #9d7d44;
	margin-top: 0;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.listyear {
	color: #9d7d44;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

hr.listdivider {
	border: 1px dotted #1a1a1a;
	margin-top: 10px;
	margin-bottom: 10px;
}

.listtitle {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
	font-weight: 500;
	letter-spacing: 1px;
}

.btn-primary {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #9d7d44;
	border-color: #9d7d44;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #736448;
	border-color: #736448;
}

/*------------------------------------------------
	Top
------------------------------------------------*/
 .top p.titlebox {
	background-color: #9d7d44;
	padding: 5px;
	margin: 0;
 }

 .top h2 {
	text-transform: uppercase;
	font-family: 'Six Caps', sans-serif;
	color: #9d7d44;
	margin: 0 0 20px;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	padding: 5px;
	background-color: #9d7d44;
	background: url('../img/top/sub_bg.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
 }

 .top h2 span {
 	font-size: 11px;
 	vertical-align: middle;
 }

 .top .number {
	font-size: 48px;
	margin-right: 20px;
 }

 .top a:hover, a:focus {
	text-decoration: none;
 }

.panel01 {
	background: url(../img/top/Column02.jpg) no-repeat center top;
	background-position: top;
	
	background-attachment: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.panel02 {
	background: url(../img/top/Column03.jpg) no-repeat center top;
	background-position: top;
	background-attachment: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.panel03 {
	background: url(../img/top/Column04.jpg) no-repeat center top;
	background-position: top;
	background-attachment: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.panel04 {
	background: url(../img/top/Column07.jpg) no-repeat center top;
	background-position: top;
	background-attachment: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.panel05 {
	background: url(../img/top/Column05.jpg) no-repeat center top;
	background-position: top;
	padding: 150px 0 0;
	background-attachment: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.panel06 {
	background: url(../img/top/Column06.jpg) no-repeat center top;
	background-position: top;
	padding: 150px 0 0;
	background-attachment: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/*------------------------------------------------
	Awards
------------------------------------------------*/
.awards {
	font-size: 12px;
}

.awards .brown{
	color: #9d7d44;
	font-weight: bold;
}

/*------------------------------------------------
	Filmograpy
------------------------------------------------*/
.filmography h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 35px;
	line-height: 1em;
	font-size: 30px;
	color: white;
}

.filmography h3 {
	color: #9d7d44;
	margin-top: 0;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.filmography .nav a {
	color: #9d7d44;
	text-decoration: none;
}

.filmography .nav a:hover {
	color: #736448;
	text-decoration: underline;
}

.filmography .year {
	font-family: 'Six Caps', sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 70px;
}

.filmography .year  a {
	color: #868686;
}

.filmography .year  a:hover,
.filmography .year .active {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.filmography .year{
		font-size: 50px;
	}
}

.filmography p.listcompany {
	line-height: 1em;
	margin-bottom: 30px;
}

.filmography p.listcompany.last {
	margin-bottom: 0;
}



.filmography p {
	margin-bottom: 10px;
}

.filmography p.subtitle{
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filmography img {
	margin-bottom: 20px;
}

/*------------------------------------------------
	History
------------------------------------------------*/
.timeline {
	list-style: none;
	padding: 20px 0 0;
	position: relative;
	margin-bottom: 0;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

/*追記*/
.timeline h4 {
	font-family: 'Six Caps', sans-serif;
	font-size: 64px;
	letter-spacing: 2px;
	color: #9d7d44 !important;
	font-weight: 400;
}

.timeline h4.subheading {
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin-bottom: 15px;
}

.timeline p {
	color: #CCC;
}
/*追記*/

.timeline > li {
	margin-bottom: 40px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	/* 
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	*/
	padding: 0 20px 20px 20px;
	position: relative;
	/*
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	*/

	/*追記*/
	text-align: right;
	/*追記*/
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	/*
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	*/
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	/*
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	*/
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -11px;
	background-color: #9d7d44;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

/*追記*/
.timeline-photo {
	position: absolute;
	right: 30%;
	
}

.timeline > li.timeline-inverted > .timeline-photo {
	position: absolute;
	left: 30%;

}

.timeline-center-text {
	text-align: center;
}

.timeline-center {
	position: relative;
	width: 150px;
	margin-left: 495px;
	margin-top: -20px;
}

/*追記*/

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	
	/*追記*/
	text-align: left;
	/*追記*/
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}


@media (max-width: 1200px) {
/*@media (max-width: 767px) {*/
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 29px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
		/*追記*/
		text-align: left;
		/*追記*/
	}

	/*追記*/
	.timeline > li.timeline-inverted > .timeline-panel {
		float: right;
		text-align: left;
	}
	/*追記*/

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	/*追記*/
	.timeline-photo,
	.timeline > li.timeline-inverted > .timeline-photo {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin-left: 110px;
		padding-bottom: 20px;
	}

	.timeline-center-text {
		position: relative;
		text-align: left;
	
}

.timeline-center {
	position: relative;
	width: 80px;
	margin-left: 1px;
	margin-top: -20px;
}
}
/*追記*/


/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/*------------------------------------------------
	Centennial
------------------------------------------------*/
h2.centennial {
	font-family: "ヒラギノ明朝 ProN W4", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
	line-height: 1.4em;
	color: #9d7d44;
	font-size: 28px;
	font-weight: normal;

}
@media (max-width:767px) {
	h2.centennial {
		font-size: 18px;
	}
}
h3.centennial {
font-family: "ヒラギノ明朝 ProN W4", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
font-size: 22px;
margin-top: 10px;
}
@media (max-width:767px) {
	h3.centennial {
		font-size: 17px;
	}
}
.showdate {
	font-size: 16px;
}
.centennial-logo {
	width: 20%;
}
@media (max-width:767px) {
.centennial-logo {
		width: 40%;
	}
}

/*------------------------------------------------
	Utility
------------------------------------------------*/
@media screen and (max-width:767px) {
	.pc {
		display: none;
	}
}

@media (min-width:768px) {
	.sp {
		display: none;
	}
}