@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:transparent;
}
 
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */

 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img{vertical-align: bottom;}

/* 
 Share Style [ 
----------------------------------------------------------- */  
html,body{width: 100%;}
body {  
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-size:100%; 
    letter-spacing: 1px;
	line-height:1.7;
    color: #010101;
}
html {overflow-y:scroll;}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.container{
    width: 1000px;
    margin: 0 auto;
}


/* 
 header [ 
----------------------------------------------------------- */  
.header{
    display: -webkit-flex;
    display: flex;
}
h1{
    width: 262px;
    height:80px;
    padding: 0px 40px;
    transition:.3s;
}

h1 img{
    height: 100%;
    width: auto;
}
h1:hover{opacity:.8;}

.header-nav{
    margin-left: auto;
    padding-right: 40px;
    padding-top: 32px;
}

.header-nav li{
    float: left;
    font-size:16px;
    font-weight: 400;
    font-family: 'Oswald';
    padding: 0 8px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
}
.header-nav li span{
    color:#c7b94d;
    font-size:10px;
    letter-spacing: 0;
    opacity:0;
    transition:.3s;
}

.header-nav li a{
    display: block;
    transition:.3s;
}
.header-nav li a:link,.header-nav li a:visited{
    color:#010101;
}
.header-nav li a:hover{
    color:#c7b94d;
}
.header-nav li a:hover span{
    opacity:1;
}

/* 
 index [ 
----------------------------------------------------------- */  

#index-slide{
    width: calc(100% - 120px);
    max-width:85vw;
    max-height: calc(100vh - 160px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin-top: -10px;
}

.slide-box{
    position:relative;
}

.slide-image{
    transition:.3s;
}
.slide-box:hover .slide-image{
    filter: brightness(40%);
}

.slide-text{
    position:absolute;
    top:50%;
    left:0;
    text-align: center;
    opacity:0;
    transition:.3s;
    width: 100%;
    padding: 0 3%;
    margin-top: -30px;
}
.slide-text p{
    color:#FFF;
    font-size:36px;
    font-family: YuMincho, 'Yu Mincho', serif;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
}

.slide-text p.slide-en{
    font-size:20px;
    font-weight: 200;
    font-family: 'Oswald';
    line-height: 1;
}

.slide-box:hover .slide-text{opacity:1;}

.prev{
    cursor:pointer;
    position:absolute;
    left:-40px;
    top:50%;
    margin-top: -18px;
    width: 20px;
    height:36px;
}
.next{
    cursor:pointer;
    position:absolute;
    right:-40px;
    top:50%;
    margin-top: -18px;
    width: 20px;
    height:36px;
}

.prev img,.next img{width: 100%;}
/* 
 contents [ 
----------------------------------------------------------- */  
.sub-page h2.sub-heading{
    font-size:40px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    text-align: center;
    margin-bottom: 8px;
}
.sub-page h3.sub-heading{
    color:#c7b94d;
    font-size:14px;
    line-height: 1;
    text-align: center;
    margin-bottom: 36px;
}
/* talents-page */
.talents-page{
    padding: 40px 0;
    min-height:calc(100vh - 140px);
}
.talents-box{
    float: left;
    width: 320px;
    height:110px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.talents-box:nth-of-type(3n){
    margin-right: 0;
}

.talents-box a{transition:.3s;}
.talents-box a:hover{
    opacity:.8;
}

.talents-image{
    float: left;
    margin-right: 15px;
    width: 165px;
}
.talents-image img{width: 100%;}
.talents-right{
    float: left;
    width: 140px;
    height:110px;
    position:relative;
}

.talents-name-wrap{
    height:64px;
    position:relative;
}
/*.talents-name-wrap:after{
    background: #000;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width: 40px;
    height:1px;
}*/
.talents-name-wrap .name{
    font-size:20px;
    font-family: YuMincho, 'Yu Mincho', serif;
    line-height: 1;
    margin-bottom: 4px;
}
.talents-name-wrap .name.en{
    font-weight: 400;
    font-family: 'Oswald';
}
.talents-name-wrap .en-name{
    font-size:12px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    margin-bottom: 4px;
}
.talents-name-wrap a:hover{opacity:.8;}


.talents-sns-wrap{
    display: -webkit-flex;
    display: flex;
    position:absolute;
    left:0;
    bottom:0;

}
.talents-sns-wrap .icon{
    width: 16px;
    margin-right: 10px;
    opacity:.3;
}
.talents-sns-wrap .icon.active{
    opacity:1;
}
.talents-sns-wrap .icon.active:hover{
    opacity:.8;
}
.talents-sns-wrap .icon img{width: 100%;}


.talents-last-text{
    font-size:12px;
    font-weight: 500;
    text-align: right;
}

/* talents-detail */
.talents-detail{
    height:calc(100vh - 140px);
    position:relative;
}

.talents-detail.n-shinonome{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/naoya_shinonome/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/naoya_shinonome/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.t-shinoda{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/takuya_shinoda/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/takuya_shinoda/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.h-hidaka{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/hideya_hidaka/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/hideya_hidaka/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.k-uemura{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kenya_uemura/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kenya_uemura/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.y-nishina{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuto_nishina/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuto_nishina/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.h-aoki{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/hideyuki_aoki/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/hideyuki_aoki/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.k-fujimoto{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kouhei_fujimoto/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kouhei_fujimoto/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.t-hanzawa{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/takehiro_hanzawa/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/takehiro_hanzawa/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.k-katayama{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kiyomoto_katayama/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kiyomoto_katayama/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.y-maekawa{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuichi_maekawa/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuichi_maekawa/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.d-arai{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/daisuke_arai/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/daisuke_arai/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.s-inagawa{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/shouichi_inagawa/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/shouichi_inagawa/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.t-yamaguchi{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/tomohisa_yamaguchi/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/tomohisa_yamaguchi/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.c-yoshida{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/chinami_yoshida/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/chinami_yoshida/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail.k-nishikawa{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kenichi_nishikawa/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kenichi_nishikawa/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.l-nina{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/liubov_nina/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/liubov_nina/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.t-oomura{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/toshihiko_oomura/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/toshihiko_oomura/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.potaru{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/potaru/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/potaru/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail.y-inatomi{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuki_inatomi/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuki_inatomi/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail.t-hiragi{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/takuya_hiragi/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/takuya_hiragi/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail.m-ugawa{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/makoto_ugawa/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/makoto_ugawa/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail.k-fukushima{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kanta_fukushima/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/kanta_fukushima/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail.y-nakamura{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yurina_nakamura/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yurina_nakamura/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.y-niwayama{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yoshiki_niwayama/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yoshiki_niwayama/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.talents-detail.y-hattori{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuya_hattori/bg_detail.jpg) left center no-repeat ;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%), url(../img/talents/yuya_hattori/bg_detail.jpg) left center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.talents-detail-box{
    position:absolute;
    left:50%;
    top:50%;
    width: 1000px;
    height:470px;
    margin-left: -500px;
    margin-top: -230px;
}

.talents-detail-image-area{
    float: left;
    width: 450px;
    margin-right: 40px;
}
.talents-detail-image-area img{width: 100%;}

.Select_main {
    display: flex;
    width: 100%;
    margin: 0;
}

.Select_main a {
    display: block;
    width: 50%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.Select_main a img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.Select_main a:hover img {
    transform: scale(1.1); 
    filter: brightness(1.1);
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.center-text {
    position: absolute;
    top: 80%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    font-family: YuMincho, 'Yu Mincho', serif;
}

@media (max-width: 768px) {
    .Select_main {
        flex-direction: column;
    }

    .Select_main a {
        width: 100%;
        margin-bottom: 10px;
    }

    .Select_main a:last-child {
        margin-bottom: 0;
    }
}

.main-image{
    width: 450px;
    height:300px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.main-image li{
    width: 450px;
    height:300px;
    position:absolute;left:0;top:0;
 }
.main-image img {
    width: 450px;
    height:300px;
    top: 0;
    left: 0;
    position: absolute;
}

.main-image li:first-of-type{z-index:99;}

.thum-image li{
    cursor:pointer;
    float: left;
    width: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity:.6;
    transition:.3s;
}
.thum-image li:nth-of-type(4n){margin-right: 0;}
.thum-image li.active,.thum-image li:hover{opacity:1;}

.talents-detail-prof{
    float: left;
    width: 510px;
}

.talents-detail-data{
    border-bottom: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    height:32px;
    margin-bottom: 20px;
}


.talents-detail-data h2{
    font-size:24px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    line-height: 1;
    margin-right: 12px;
}

.talents-detail-data h2.en{
    font-weight: 400;
    font-family: 'Oswald';
}
.talents-detail-data .en-name{
    font-size:14px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    padding-top: 8px;
    margin-right: 12px;
}
.talents-detail-sns{
    margin-left: auto;
}
.talents-detail-sns .icon{
    float: left;
    width: 24px;
    margin-left: 10px;
    transition:.3s;
}
.talents-detail-sns .icon img{width: 100%;vertical-align: top;}
.talents-detail-sns .icon:hover{opacity:.8;}

.talents-detail-bio h3{
    font-size:16px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    margin-bottom: 16px;
}
.detail-bio-wrap,.detail-bio-wrap02{
    height: 376px;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.detail-bio-wrap02{
    padding-right: 0;
    border-right: 4px solid rgba(255,255,255,.3) ;
}

.detail-bio-wrap hr,.detail-bio-wrap02 hr{
    background: #000;
    width: 40px;
}

.detail-bio-box{
    position:relative;
    padding: 16px 0;
}
.detail-bio-box:before{
    background: #000;
    content:'';
    position:absolute;
    left:0;
    top:0;
    width: 40px;
    height:1px;
}
.detail-bio-box:after{
    content:'';
    display: block;
    clear: both;
}

.detail-bio-box dt{
    float: left;
    font-size:14px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    width: 120px;
}
.detail-bio-box dd{
    float: left;
    font-size:12px;
    font-weight: 500;
    line-height: 20px;
    width: 380px;
}  


/* works-page */
.works-page{
    padding: 40px 0 20px;
    min-height:calc(100vh - 140px);
}
.works-box{
    float: left;
    width: 220px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.works-box:nth-of-type(4n){
    margin-right: 0;
}
.works-image img{
    width: 220px;
    height:147px;
    margin-bottom: 8px;
}

.works-box h4{
    font-size:14px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    line-height: 24px;
}

.works-box hr{
    background: #c7b94d;
}


.works-creator{
    font-size:10px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 8px;
}
.performer{
    font-size:11px;
    font-weight: 500;
    line-height: 14px;
    padding-top: 8px;
}

/* info-page */
.info-page{
    padding: 40px 0;
    min-height:calc(100vh - 140px);
}
.info-wrap{margin-bottom: 60px;}
.info-box{
    position:relative;
    padding: 16px 0;
}
.info-box:after{
    background: #c7b94d;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    height:1px;
    width:40px;
}
.info-box dt{
    float: left;
    font-size:14px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 24px;
    vertical-align: -1px;
    width: 100px;
}
.info-box dd{
    float: left;
    font-size:13px;
    font-weight: 500;
    line-height: 24px;
}

.info-caution{
    border: 1px solid #c7b94d;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}
.info-caution h4{
    font-size:14px;
    text-align: center;
    margin-bottom: 10px;
}
.info-caution p{font-weight: 500;}

/* policy-page */
.policy-page{
    padding: 40px 0;
    min-height:calc(100vh - 140px);
}

.sub-intro-text{
    font-weight: 500;
    position:relative;
    padding-bottom:40px ;
    margin-bottom: 40px;
}
.sub-intro-text:after{
    background: #000;
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    width: 40px;
    height:1px;
    margin-left: -20px;
}

.sub-text-area{
    letter-spacing: 0;
    margin-bottom: 60px;
}

.sub-text-area h4{
    font-size:14px;
    line-height: 24px;
}
.sub-text-area p{margin-bottom: 24px;}

.policy-caution{
    border: 1px solid #c7b94d;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    letter-spacing: 0;
}
.policy-caution p{font-weight: 500;}


/* privacy-page */
.privacy-page{
    padding: 40px 0;
    min-height:calc(100vh - 140px);
}

/* recruit-page */
.recruit-page{
    padding: 40px 0;
    min-height:calc(100vh - 140px);
}

.sub-intro-text00{
    font-weight: 500;
    margin-bottom: 24px;
}

.sub-intro-text a:link,.sub-intro-text a:visited,
.sub-text-area  a:link,.sub-text-area a:visited,
.contact-text a:link,.contact-text a:visited{
    text-decoration: underline;
    padding: 0 4px;
}
.sub-intro-text a:hover,
.sub-text-area  a:hover,.contact-text a:hover{text-decoration: none;}

.recruit-caution{
    border: 1px solid #c7b94d;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-align: center;
}
.recruit-caution h4{
    font-size:14px;
    text-align: center;
    margin-bottom: 10px;
}
.recruit-caution p{font-weight: 500;}

/* audition-page */
.audition-page{
    padding: 40px 0;
    min-height:calc(100vh - 140px);
}

.audition-wrap{margin-bottom: 60px;}
.sub-intro-text00 .bold{
    color:#c7b94d;
}

.audition-caution{
    border: 1px solid #c7b94d;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-align: center;
}
.audition-caution h4{
    font-size:14px;
    text-align: center;
    margin-bottom: 10px;
}
.audition-caution p{font-weight: 500;}

.audition-flow-title{
    position:relative;
    margin-bottom: 36px;
}
.audition-flow-title:after{
    background: #000;
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width: 400px;
    height:1px;
    margin-left: -200px;
    z-index:0;
}

.audition-flow h2{
    background: #FFF;
    font-size:32px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    text-align: center;
    width: 200px;
    height:32px;
    margin: 0 auto 8px;
    position:relative;
    z-index:1;
}
.audition-flow h3{
    color:#c7b94d;
    font-size:14px;
    line-height: 1;
    text-align: center;   
}

.audition-flow-text{
    border: 1px solid #000;
    font-size:14px;
    font-weight: 500;
    width: 800px;
    height:40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 60px;
    position:relative;
}
.audition-flow-text:after{
    background: url(../img/share/arrow.png) 0 0 no-repeat;
    content:'';
    position:absolute;
    bottom: -40px;
    left:50%;
    margin-left: -10px;
    width: 20px;
    height:20px;
}
.audition-flow-text:last-of-type:after{display: none;}

/* policy-page */
.company-page{
    padding: 40px 0 0;
}
.image-company{
    margin-bottom: 80px;
}

.company-wrap{margin-bottom: 30px;}
.company-wrap h4{
    font-size:24px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    line-height: 1;
    position:relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.company-wrap h4:after{
    background: #c7b94d;
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    width: 40px;
    height:1px;
    margin-left: -20px;
}

p.idea-text{
    font-size:16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px;
}

.company-info{
    font-size:14px;
    line-height: 30px;
    text-align: center;
}
.company-info dt{
    font-weight: bold;
}

.company-map iframe{
    width: 100%;
    height:400px;
    vertical-align: bottom;
}

/* contact */

.contact-page{
    padding: 40px 0 0;
}
.contact-text{
    font-weight: 500;
    margin-bottom: 24px;
}
.contact-text:last-of-type{
    margin-bottom: 48px;
}

.contact-link-btn-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.contact-link-btn{
    border: 1px solid #c7b94d;
    font-size:14px;
    font-weight: 500;
    width: 240px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.contact-link-btn a{
    display: block;
    transition:.3s;
}
.contact-link-btn a:link,.contact-link-btn a:visited{
    color:#c7b94d;
}
.contact-link-btn a:hover{
    background: #c7b94d;
    color:#FFF;
}
.contact-link-btn:first-of-type{margin-right: 40px;}

#corporation,#general{
    padding-top: 40px;
    margin-top: -40px;
}

.form-wrap{
    margin-bottom: 120px;
}
.form-wrap h2{
    font-size:24px;
    line-height: 1;
    padding-bottom: 30px;
    position:relative;
    text-align: center;
    margin-bottom: 60px;
}
.form-wrap h2:after{
    background: #000;
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    height:1px;
    width:40px;
    margin-left: -20px;
}

.input-wrap{
    color:#010101;
    float: left;
    margin-bottom: 20px;
    width: 480px;
    position:relative;
    padding-top: 2px;
    margin-right: 40px;
}
.input-container .input-wrap:nth-of-type(2n){margin-right: 0;}

.input-container02 .input-wrap:nth-of-type(odd){margin-right: 0;}

.input-wrap.long{width: 1000px;}

.input-wrap.textarea-wrap{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}


.input-label{
    font-weight: 500;
    margin-bottom: 8px;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.checkbox{
    margin-bottom: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 24px 0 24px;
  color: #010101;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.checkbox label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #010101;
    box-sizing:border-box;
}
.checkbox input[type="checkbox"]{margin: 0;}
.checkbox input[type="checkbox"]:checked + label {color: #010101;}
.checkbox input[type="checkbox"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 2px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: #010101;
}

.input-wrap input[type="text"]{
  border: 1px solid #010101;
  color:#010101;
  font-size:14px;
  height:46px;
  width: 480px;
  line-height: 48px;
  padding: 0 20px;
}

.input-wrap.long input[type="text"]{
    width: 1000px;
}

.input-wrap textarea{
  border: 1px solid #010101;
  color:#010101;
  font-size:14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  height:200px;
  width: 100%;
  line-height: 24px;
  padding: 14px 20px;
  margin-bottom: 40px;
  resize:none;
}

.form-btn{
    width: 400px;
    margin: 0 auto;
}

button{
    background: #FFF;
    border: 1px solid #c7b94d;
    color:#c7b94d;
    cursor:pointer;
    font-size:16px;
    font-weight: 500;
    width: 400px;
    height:60px;
    line-height: 60px;
    text-align: center;
    transition:.3s;
}

button:hover{
    background: #c7b94d;
    color:#FFF;
}

/* 
 footer [ 
----------------------------------------------------------- */  
.footer{
    background: #000;
    height:60px;
    width: 100%;
}
.footer h2{
    background: #c7b94d;
    color:#FFF;
    float: left;
    font-size:16px;
    line-height: 60px;
    text-align: center;
    width: 120px;
}
.footer h2 a{
    display: block;
    transition:.3s;
}
.footer h2 a:link,.footer h2 a:visited{
    color:#FFF;
}
.footer h2 a:hover{opacity:.8;}


.footer-news{
    color:#FFF;
    float: left;
    font-size:13px;
    font-weight: 500;
    height:60px;
    line-height: 60px;
    width:600px;
    padding-left: 20px;

}
.footer-news span{
    font-size:14px;
    font-weight: 400;
    font-family: 'Oswald';
    padding-right: 16px;
    vertical-align: -1px;
}
.footer-news a:link,.footer-news a:visited{
    color:#FFF;
}
.footer-news a:hover{opacity:.8;}

.footer-news div{height:60px;}


.footer .right{
    float: right;
    display: -webkit-flex;
    display: flex;
    padding-right: 10px;
    padding-top: 18px;
}
.footer-nav li{
    float: left;
    font-size:14px;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 24px;
    padding: 0 8px;
}

.footer-nav li a{
    display: block;
    transition:.3s;
}
.footer-nav li a:link,.footer-nav li a:visited{
    color:#FFF;
}
.footer-nav li a:hover{
    color:#c7b94d;
}
.footer-icon{
    width: 24px;
    height:24px;
    margin-left: 8px;
}
.footer-icon img{
    width: 100%;
    vertical-align: top;
}

.talents-detail .footer,.top .footer{
    position:fixed;
    bottom: 0;
    left: 0;
}
/* 
 text Style [ 
----------------------------------------------------------- */  
p{
    color: #010101;
    font-size: 14px;
    line-height: 24px;
}

.T10{font-size: 10px;}
.T12{font-size: 12px;}
.T13{font-size: 13px;}
.T14{font-size: 14px;}
.T16{font-size: 16px;}
.T18{font-size: 18px;}
.T20{font-size: 20px;}
.T24{font-size: 24px;}

.bold{font-weight: bold;}
.normal{font-weight: normal;}
/* 
 Share Style [ 
----------------------------------------------------------- */  
.clearfix{
    overflow:hidden;
    zoom: 1;
}

.nega10{margin-top: -10px;}
.top5{margin-top: 5px;}
.top10{margin-top: 10px;}
.top20{margin-top: 20px;}
.top30{margin-top: 30px;}
.top40{margin-top: 40px;}
.under5{margin-bottom: 5px;}
.under10{margin-bottom: 10px;}
.under15{margin-bottom: 15px;}
.under20{margin-bottom:20px;}
.under30{margin-bottom: 30px;}
.under40{margin-bottom: 40px;}
.under50{margin-bottom: 50px;}
.under60{margin-bottom: 60px;}
.under70{margin-bottom: 70px;}
.under80{margin-bottom: 80px;}
.under90{margin-bottom: 90px;}
.under100{margin-bottom: 100px;}
.under110{margin-bottom: 110px;}

.under24{margin-bottom: 24px;}


.pl0{padding-left: 0px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pr15{padding-right: 15px;}
.pt15{padding-top: 15px;}
.mr15{margin-right: 15px;}
.mr25{margin-right: 25px;}
.mr0{margin-right: 0;}
.ml15{margin-left: 15px;}




.FL{float: left;}
.FR{float: right;}
.CB{clear: both;}
.po_r{position: relative;}
.display_b{display: block;}
.lh0{line-height: 0;}
.lh1{line-height: 1;}
.lh1_8{line-height: 1.7;}
.lh2{line-height: 2;}
.tac{text-align: center;}
.tar{text-align: right;}
.va_middle{vertical-align: middle;}
.l_spacing2{letter-spacing: 2px}
.l_spacing1{letter-spacing: 1px}
.l_spacing05{letter-spacing: 0.5px}
.cursor_p{cursor: pointer;}


li {list-style-type:none;}
address {font-style:normal;}  
img{
    border:0;
    line-height: 0;
}  
hr{
    background: #000;
    border: 0;
    height: 1px;
    width: 40px;
    margin: 0;
    padding: 0;
}

/* 
 Link Color [ 
----------------------------------------------------------- */ 


a:link {
 color:#010101;
 text-decoration:none;
}
a:visited{ color:#010101;text-decoration:none;}  
a:hover{ text-decoration:none;}
a:active { text-decoration:none;}