@charset "utf-8";
/* CSS Document */


body {
    width: 100%;
    height: 100%;
    font-family: '中ゴシック BBB','Gothic BBB Medium','A-OTF 中ゴシックBBB Pro Medium','Gothic BBB Pro-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.3;
	text-align: left;
}

@media(min-width:767px) {
    p {
    font-size: 16px;
    line-height: 1.3;
	text-align: left;
    }
}

a {
    color: #cc0000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ff3333;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .brand-heading img {
    width: 80%;
	height: auto;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}



@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 70px;
}

/* 共通 */
.f-bold {
    font-weight: bold;
}

.f-s80 {
	font-size: 80%;
}

.f-l150 {
	font-size: 150%;
}

.mt-2 {
	margin-top: 2em;
}


/* NEWS */
.news-section {
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    background: url(../img/bg_black.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.news_date {
    font-size: 14px;
	padding-top: 0.5em;
}

.news_title {
	font-weight: bold;
}

.news_text {
	padding-bottom: 0.8em;
    border-bottom: solid 2px #FFFFFF;
}


/* PRODUCTION NOTE */
.production-section {
    width: 100%;
    padding: 10px 0;
    color: #000;
    background: url(../img/bg_white.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.production_menu-1 {
    font-size: 19px;
	font-weight: bold;
	padding: 0.8em 0;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
	line-height: 1.4;
    font-family: '見出ゴMB31','Midashi Go MB31','中ゴシック BBB','Gothic BBB Medium','A-OTF 中ゴシックBBB Pro Medium','Gothic BBBPro-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#production_bio {
	padding-top: 1em;
}

.production_img {
    max-width: 100%;
	height: auto;
	float: left;
	padding-right: 2em;
}

.production_profile-name {
    font-size: 16px;
	font-weight: bold;
}

.production_profile {
    max-width: 800px;
    font-size: 16px;
	padding-bottom: 0.5em;
	float: left;
	text-align: left;
}

.production_title {
    font-size: 20px;
	font-weight: bold;
	padding: 1.5em 0 0.5em;
    font-family: '見出ゴMB31','Midashi Go MB31','中ゴシック BBB','Gothic BBB Medium','A-OTF 中ゴシックBBB Pro Medium','Gothic BBBPro-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.production_catch {
    font-size: 18px;
	padding-bottom: 0.5em;
}

.production_subhead {
    font-size: 17px;
	font-weight: bold;
	padding: 1.5em 0 0.5em;
    font-family: '見出ゴMB31','Midashi Go MB31','中ゴシック BBB','Gothic BBB Medium','A-OTF 中ゴシックBBB Pro Medium','Gothic BBBPro-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.production_last-block {
	margin-bottom: 2em;
}



/* REPORT */
.report-section {
    width: 100%;
    padding: 10px 0;
    color: #000;
    background: url(../img/bg_white.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.report_title {
    font-size: 19px;
	font-weight: bold;
	padding: 0.8em 0;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
	line-height: 1.4;
    font-family: '見出ゴMB31','Midashi Go MB31','中ゴシック BBB','Gothic BBB Medium','A-OTF 中ゴシックBBB Pro Medium','Gothic BBBPro-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.report_menu {
    font-size: 17px;
	font-weight: bold;
	padding: 1em 0　0.5em;
    font-family: '見出ゴMB31','Midashi Go MB31','中ゴシック BBB','Gothic BBB Medium','A-OTF 中ゴシックBBB Pro Medium','Gothic BBBPro-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.report_photo-main {
    margin: 2em 0;
}

.report_photo-main img {
	width: 100%;
	max-width: 600px;
	height: auto;
	text-align: left;
}

.report_photo-main-tate {
    margin: 2em 0;
}

.report_photo-main-tate img {
	width: 100%;
	max-width: 350px;
	height: auto;
	text-align: left;
}

.report_photo-middle {
    margin: 2em 0;
}

.report_photo-middle img {
	width: 100%;
	max-width: 600px;
	height: auto;
	text-align: left;
}

.report_photo-middle-tate {
    margin: 2em 0;
}

.report_photo-middle-tate img {
	width: 100%;
	max-width: 250px;
	height: auto;
	text-align: left;
}

.report_text {
    margin-top: 1em;
	line-height: 1.8;
}

.report_menu-link {
	margin: 2em auto 1em;
	text-align: left;	
}

.report_link-1 {
    float: left;
    padding-right: 2em;
	padding-bottom: 1em;
}

.report_link-2 {
    float: left;
	padding-bottom: 1em;
}

.report_footer-link {
	margin: 2em auto 1em;
    text-align: left;
	line-height: 1.7;
}

.report_credit {
    margin-top: 1.5em;
    text-align: right;
}


/* VIDEOS */
.videos-section {
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    background: url(../img/bg_black.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.iframeBox{
    position:relative;
    width:100%;
}

.iframeBox iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important
}

.videos_title {
    font-size: 16px;
	font-weight: bold;
	padding: 1em 0;
	text-align: center;
}


/* GALLERY */
.gallery-section {
    width: 100%;
    padding: 10px 0;
	margin: 0 auto 20px;
    color: #FFF;
    background: url(../img/bg_black.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gallery_title {
    font-size: 22px;
	text-align: center;
	margin-bottom: 2em;
}

.slider img {
    width: 100%;
	max-width: 850px;
	height: auto;
}




#container {
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

/* .flickSlider
--------------------------- */
.flickSlider {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .flickView
--------------------------- */
.flickSlider .flickView {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.flickSlider .flickView ul {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
.flickSlider .flickView ul li {
	width: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
.flickSlider .flickView ul li img {
	width: 100%;
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb {
	width: 100%;
	overflow: hidden;
}
.flickSlider .flickThumb ul {
	width: 110%;
}
.flickSlider .flickThumb ul li {
	float: left;
	cursor: pointer;
	display: inline;
}
.flickSlider .flickThumb ul li img {
	width: 100%;
}
.flickSlider .flickThumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}
.flickSlider .btnPrev {
	left: 0;
	background: url(../img/btnPrev.png) no-repeat center center;
}

.flickSlider .btnNext {
	right: 0;
	background: url(../img/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.flickSlider .flickView ul,
.flickSlider .flickThumb ul {
	display: inline-block;
	overflow: hidden;
}







@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }
}

.btn {
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #cc0000;
    color: #cc0000;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #cc0000;
    outline: 0;
    color: #000;
    background-color: #cc0000;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
	font-size: 14px;
    margin: 0;
	text-align: center;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}