@charset "utf-8";
/* CSS Document */

body{
    font-size: 14px;
    background-color: #fff;
    text-align: left;
    color: #333;
    border-top:5px solid #000;
    min-width: 1150px;
}

img{
    vertical-align: middle;
}

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

h2{
    font-size: 16px;
    color: #cc0000;
    font-weight: bold;
    border-top:4px solid #000; 
    padding-top: 10px;
    margin-bottom: 20px;
}
h3{
    border-left: 4px solid #cc0000;
    border-bottom: 1px solid #000;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

h4{
    margin-bottom: 5px;
}

section{
    width: 1150px;
    margin: 0 auto 30px;
}

.left{
    float: left;
}
.right{
    float: right;
}

.pankuzu{
    text-align: left;
    padding: 10px 0;
}

time{
    font-size: 12px;
    color: #666;
}

table{
    border-bottom: 1px solid #eee;
    box-sizing:border-box;
    width: 100%;
}
table tr{
    background-color: #fff;
}
table tr:nth-child(2n+1){
    background-color: #eee;
}
table tr,td{
    padding:10px 15px;
}
table th{
    text-align: center;
    width: 20%;
}
table th{
    border-right: 1px solid #fff;
}



.btn{
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
}
.btn a{
	display: inline-block;
	width: 380px;
	text-align: center;
	text-decoration: none;
	outline: none;
    background-color: #c00;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.btn a::before,
.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn a:hover {
	background-color: #e16766;
}







/*-----------header-----------*/
header{
    width: 1150px;
    padding: 20px 0;
    margin: 0 auto 10px;
}
header h1{
    position: absolute;
    top: 10px;
}
header h1 a{
    float: left;
    display: block;
}


/*-----------header nav-----------*/

header nav{
  float: right;
  *zoom: 1;
  list-style-type: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
header nav:before, header nav:after{
  content: "";
  display: table;
}
header nav:after{
  clear: both;
}
header nav li{
  position: relative;
  width: 140px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
header nav li a{
  display: block;
  margin: 0;
  padding: 8px 10px;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
}
header nav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
header nav li ul li{
  width: 100%;
}
header nav li ul li a{
  padding: 8px 10px;
  border-top: 1px solid #e2e2e2;
/*  background: #fff;*/
  text-align: left;
  font-weight: normal;
  font-size: 14px;
    color: #000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */


    
    
    
    
}
header nav li:hover > a{
  background: #c00;
  color: #fff;
}
header nav li a:hover{
  background: #c00;
  border-right:0;
  text-decoration: none;
}
header nav ul li{
    border-right: 1px solid #000;
}
header nav ul li:last-child{
    border-right:0;
}
header nav ul li ul li{
    border-right: 0;
}
#flip li ul {
  visibility: hidden;
  perspective: 400px;
}
#flip li:hover ul{
  visibility: visible;
}
#flip ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
/* box-shadow */
box-shadow:2px 5px 5px -1px rgba(102,102,102,0.59);
-moz-box-shadow:2px 5px 5px -1px rgba(102,102,102,0.59);
-webkit-box-shadow:2px 5px 5px -1px rgba(102,102,102,0.59);
}
#flip li:hover li{
  transform: rotateY(0);
}
#flip ul li:nth-child(2) {
  transition-delay: .1s;
}
#flip ul li:nth-child(3) {
  transition-delay: .2s;
}
#flip ul li:nth-child(4) {
  transition-delay: .3s;
}
#flip ul li:nth-child(5) {
  transition-delay: .4s;
}




/*-----------talent_list-----------*/

#talent_list .inner{
    overflow: hidden;
    display: inline-block;
    text-align: center;
    width: auto;
}
#talent_list p{
    float: left;
    margin-right: 20px;
    position: relative;
    width: 109px;
    height: 136px;
}
#talent_list .title{
    width: 109px;
    height: 136px;
    display: table-cell;
    vertical-align: middle;
}
#talent_list p:first-child{
    background-color: #fff;
    color: #c00;
    font-size: 15px;
}
#talent_list p:last-child{
    margin-right: 0;
}
#talent_list p a{
    display: block;
    font-weight: normal;
}
#talent_list p a:hover{
    opacity: 0.6;
}
#talent_list .name{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    width: 109px;
}



.bx-wrapper{
    width: 1150px;
/* box-shadow */
box-shadow:0px 7px 6px -5px #cccccc;
-moz-box-shadow:0px 7px 6px -5px #cccccc;
-webkit-box-shadow:0px 7px 6px -5px #cccccc;
}
.bx-wrapper .bx-viewport{
    box-shadow: none !important;
    background-color: #f6f6f6 !important;
    padding: 11px 0 !important;
    text-align: center;
    border:0 !important;
    left:0 !important;
    height: 138px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #ccc !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #cc0000 !important;
}
.bx-wrapper .bx-controls-direction a{
    top:0 !important;
    margin-top: 0 !important;
    outline: none !important;
    width: 35px !important; 
    height: 160px !important; 
}
.bx-wrapper .bx-next{
    background: url(../image/bx-controls_btn_right.gif) no-repeat !important;
    right: 0 !important;
}
.bx-wrapper .bx-prev{
    background: url(../image/bx-controls_btn_left.gif) no-repeat !important;
    left: 0 !important;
}






/*-----------contents-----------*/

#contents{
    overflow: hidden;
    display: block;
    min-height: 600px;
}
#contents .column_left{
    overflow: hidden;
    width: 556px;
    float: left;
    
}
#contents .column_right{
    overflow: hidden;
    width: 556px;
    float: right;   
}




/*-----------topics-----------*/
#topics .tv, #topics .music, #topics .event, #topics .radio, #topics .stage, #topics .cm, #topics .paper, #topics .award{
    display: inline-block;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    width: 67px;
    height: 14px;
    text-align: center;
    vertical-align: text-top;
    margin-left: 10px;
}
#topics .tv{
    background-color:#fb7c0c;
}
#topics .music{
    background-color:#eb6877;
}
#topics .event{
    background-color:#009944;
}
#topics .radio{
    background-color:#3f51b5;
}
#topics .stage{
    background-color:#607d8b;
}
#topics .cm{
    background-color:#944c21;
}
#topics .paper{
    background-color:#28bb99;
}
#topics .award{
    background-color:#d6b025;
}
#topics li{
    height: 65px;  
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}
#topics li:first-child{
    background: url(../image/new_icon.gif) no-repeat top right;
}
#topics li a{
    font-weight: normal;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 1.5em;
    margin-top: 10px;
    width: 440px;
}

#topics li a:hover{
    text-decoration: none;
}
#topics .image{
    display: inline-block;
    height: 66px;
    width: 66px        ;
    border: 1px solid #eee;
    background-color: #eee;
    box-sizing: border-box;
}
#topics .image img{
    height: 100%;
    margin: 0 auto;
    display: block;
}
#topics .text{
    width: 450px;
    float: right;
    margin-right: 25px;
}
#topics time{
    display: block;
}
.more{
    text-align: right;
}

#topics_list li{
    float: left;
    width: 556px;
}
#topics_list li:nth-child(2n+1){
    margin-right:38px;
}
#topics_list .text{
    display: block;
}

#topics_detail .image{
    height: auto;
    width: 100%;
    max-width: 220px;
}
#topics_detail .image img{
    max-width: 100%;
    height: auto;
}
#topics_detail .title{
    font-size: 20px;
    background-color: #999;
    border: 0;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
#topics_detail .text{
    width: 885px;
}
#topics_detail time{
    margin-bottom: 10px;
}



/*-----------movie-----------*/
.movie{
    width: 556px;
    height: 327px;
    background-color: #ccc;
    position: relative;
}
.movie:after{
    content: "";
    background-color: transparent;
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 12px;
    right: 10px;
}
.movie iframe{
    padding: 12px 10px;
}


/*-----------talent-----------*/
.talent{
    width: 270px;
}
.talent .text{
    width: 165px;
    float: right;
}
.talent ul li{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}



/*-----------pagetop-----------*/

#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}






/*-----------footer-----------*/
footer{
    background-color: #000;
    padding: 10px 0;
    margin-top: 90px;
    display: block;
}
footer #copyright{
    text-align: center;
    font-size: 12px;
    color: #666;
}



/*-----------Flash-----------*/

#charactor{
	display:block;
	width: 1150px;
    margin: 0 auto;
    position: relative;
}

#charactor_frame{
	width: 700px;
    position: absolute;
    bottom: -95px;
    left: -50px;
    z-index: -1;
}
#charactor_content{
}
#charactor_img{
	margin-top:100px;
}



/*-----------map-----------*/

.map {
position: relative;
padding-bottom: 78%; // 縦横比
height: 0;
overflow: hidden;
}
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}





/*-----------talent_list-----------*/
.talent_list li{
    border: 1px solid #eee;
    float: left;
    list-style: none;
    margin-right: 20px;
    box-sizing: border-box;
}
.talent_list li .name{
    background-color: #333;
    color: #fff;
    display: block;
    text-align: center;
    padding: 3px 0;
    font-weight: normal;
}
.talent_list li a{
    text-decoration: none;
    display: block;
}
.talent_list li a:hover{
    opacity: 0.6;
}




/*-----------profile-----------*/
#profile{
    position: relative;
}
#profile .column_right{
    width: 700px;
}
#profile .column_left{
    width: 450px;
    text-align: center;
}
#profile .name{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
}
#profile small{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #999;
}
#profile .sns{
    width: 318px;
    margin: 0 auto;
}


.btn02 a{
    display: inline-block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #c00;
	border: 1px solid #c00;
	color: #fff;
    padding: 5px;
    border-radius: 15px;
}
.btn02 a:hover {
	background-color: #fff;
	border-color: #c00;
	color: #c00;
}
.btn02 a::before,
.btn02 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn02 a,
.btn02 a::before,
.btn02 a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#side{
  position: absolute;
}
#profile .gallery li{
    float: left;
    margin-right: 20px;
}
#profile .gallery li:last-child{
    margin-right: 0;
}



/*-----------services_content-----------*/

.services_content{
    margin-top: 20px;
}
.services_content .list{
    overflow: hidden;
    margin-bottom: 20px;
}
.services_title{
    background-color: #999;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 4px;
    padding: 5px;
}
.services_content ul li{
    float: left;
    margin-right: 4px;
}
.services_content ul li:last-child{
    margin-right: 0;
}
.services_content ul li ul {
    width: 188px;
    border: 1px solid #eee;
    overflow: hidden;
    box-sizing: border-box;
}
.services_content ul li ul li{
    padding: 5px 10px;
    width: 170px;
    font-size: 12px;
}
.services_content ul li ul li:first-child{
    padding: 10px;
}
.services_content ul li ul li:nth-child(2n){
    background: #eee;
}
.services_content ul li ul li p{
    margin-top: 5px;
}




/*-----------contact-----------*/
#contact{
    width: 800px;
    margin: 0 auto;
    border-bottom: 0;
}
#contact th, #contact td{
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
}
#contact th{
    border-right: 1px dashed #ccc;
    width: 30%;
}
#contact td input, #contact td select, #contact td textarea{
    border: 0;
    background-color: #f2f2f2;
    padding: 5px;
    font-family : inherit;
}
#contact td select{
    padding-bottom: 10px;
}
#contact input{
    width: 300px;
}
#contact .text02 input{
    width: 400px;
}
#contact td textarea{
    width: 100%;
}
#contact .btn a{
    width: 150px;
    margin: 0 5px
}

#casestudy_content{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}





/*-----------ポップアップイメージ-----------*/
.remodal-close{
    right: 0;
    left: inherit !important;
}
.remodal-close:before{
    font-size: 40px !important;
}
