@charset "utf-8";


/* 
 reset [ 
----------------------------------------------------------- */  

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,navi,
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;
    vertical-align:bottom;
	font-size:100%;
}
body {
	width:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
   border:solid #aaaaaa;
   border-width:1px 0 0 0;
   height:1px;
   clear:both;
   padding:0;
   margin:0;
}
hr.pink {
   border:solid #c8c8c8;
   border-width:1px 0 0 0;
   height:1px;
   clear:both;
   padding:0;
   margin:0;
}

input, select {
    vertical-align:middle;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

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

/* 
 base [ 
----------------------------------------------------------- */  
html{font-size: 62.5%;height: 100%;}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
	color:#010101;
	font-size:62.5% !important;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  height: 100%;
  padding-top: 5.6rem;
}


/* 
 share [ 
----------------------------------------------------------- */ 

/* 
 header [ 
----------------------------------------------------------- */  
.header{
    background: #FFF;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:5.6rem;
    z-index:9999;
}

h1{
    float: left;
    padding: 0px 10px;
}

h1 img{
    width: auto;           
    height: 5.6rem;          
    max-width: 100%;       
    object-fit: contain;   
}

.nav-right{
  position:fixed;
  right:3%;
  top:2rem;
  height:1.5rem;
  z-index:99999;
  width: 2.4rem;
  height:1.5rem;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 2.4rem;
  height: 1.5rem;
  z-index:99999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  z-index:9999;
}
.menu-trigger.active span{background: #FFF;}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 0.7rem;}
.menu-trigger span:nth-of-type(3) {bottom: 0;}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .5s forwards;
  animation: menu-bar01 .5s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .5s forwards;
  animation: menu-bar02 .5s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .5s forwards;
  animation: active-menu-bar01 .5s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .5s forwards;
  animation: active-menu-bar03 .5s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}


.hide-nav{
  background: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  width: 16rem;
  height:100vh;
  padding: 6rem 3% 1.2rem;
  transform: translateX(16rem);
  transition:.5s;
  z-index:9999;
}

.hide-nav.show{
  transform: translateX(0);
  transition:.5s;
}

.hide-nav li{
    color:#FFF;
    font-size:1.4rem;
    font-weight: 400;
    font-family: 'Oswald';
    letter-spacing: 1px;
    line-height: 1.4rem;
    text-align: right;
    margin-bottom: 1.2rem;
}
.hide-nav li span{
    color:#FFF;
    font-size:0.9rem;
    letter-spacing: 0;
}

.hide-nav li a{
    display: block;
}
.hide-nav li a:link,.hide-nav li a:visited{
    color:#FFF;
}

/* 
 index [ 
----------------------------------------------------------- */  
#index-slide{
    width: 80%;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.slide-box{
    position:relative;
}

.slide-image{
    transition:.3s;
}
.slide-image img{
  width: 100%;
}

.slide-text{
    background: rgba(0,0,0,.5);
    position:absolute;
    bottom:0;
    right:0;
    text-align: right;
    transition:.3s;
    width:80%;
    padding: 0.4rem 3%;
}
.slide-text p{
    color:#FFF;
    font-size:2.4rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.slide-text p.slide-en{
    font-size:1.4rem;
    font-weight: 200;
    font-family: 'Oswald';
    line-height: 1;
    margin-bottom: 0.4rem;
}

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

.prev{
    cursor:pointer;
    position:absolute;
    left:-2rem;
    top:50%;
    margin-top: -9px;
    width: 10px;
    height:18px;
}
.next{
    cursor:pointer;
    position:absolute;
    right:-2rem;
    top:50%;
    margin-top: -9px;
    width: 10px;
    height:18px;
}

.prev img,.next img{width: 100%;}
/* 
 contents [ 
----------------------------------------------------------- */  

.sub-page h2.sub-heading{
    font-size:2.4rem;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    text-align: center;
    margin-bottom: 0.4rem;
}
.sub-page h3.sub-heading{
    color:#c7b94d;
    font-size:1.1rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 2rem;
}

/* talents-page */
.talents-page{
    padding: 2rem 5% 6rem;
}
.talents-box{
    width: 100%;
    margin-bottom: 2.4rem;
}

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

.talents-image{
    margin-bottom: 1.2rem;
}
.talents-image img{width: 100%;}
.talents-right{
    position:relative;
}

.talents-name-wrap{
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    position:relative;
    text-align: center;
}
/*.talents-name-wrap:after{
    background: #000;
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width: 2.4rem;
    height:1px;
    margin-left: -1.2rem;
}*/
.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;
    justify-content: center;
}
.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:1rem;
    font-weight: 500;
    text-align: center;
}

/* talents-detail */
.talents-detail{
    padding: 2rem 0 6rem;
}

/* .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-box{
    width: 100%;
}

.talents-detail-image-area{
    margin-bottom: 2rem;
}
.talents-detail-image-area img{width: 100%;}

.main-image{
    width: 300px;
    height:200px;
    margin: 0 auto 1rem;
    overflow: hidden;
    position: relative;
}
.main-image li{
    width: 300px;
    height:200px;
    position:absolute;left:0;top:0;
 }
.main-image img {
    width: 300px;
    height:200px;
    top: 0;
    left: 0;
    position: absolute;
}

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

.thum-image{
  width: 300px;
  margin: 0 auto;
}

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

.talents-detail-prof{
    padding: 0 5%;
}

.talents-detail-data{
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
}


.talents-detail-data h2{
    float: left;
    font-size:1.8rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    line-height: 1;
    height:2.2rem;
    margin-right: 0.6rem;
}

.talents-detail-data h2.en{
    font-weight: 400;
    font-family: 'Oswald';
}
.talents-detail-data .en-name{
    font-size:1.2rem;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    padding-top: 0.4rem;
    margin-bottom: 0.8rem;
}

.talents-detail-data .clearfix .en-name{float: left;}

.talents-detail-sns{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.talents-detail-sns .icon{
    width: 2rem;
    margin-left: 1.2rem;
    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:1.4rem;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    margin-bottom: 1.2rem;
}
/* .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: 2.4rem;
}

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

.detail-bio-box dt{
    float: left;
    font-size:1.3rem;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 1;
    width: 8rem;
}
.detail-bio-box dd{
    float: left;
    font-size:1.1rem;
    font-weight: 500;
    line-height: 20px;
    width: calc(100% - 8rem);
}  




/* works-page */
.works-page{
    padding: 2rem 0 6rem;
}
.works-box{
    width: 80%;
    margin: 0 auto 2.4rem;
    text-align: center;
}
.works-image img{
    width: 100%;
    margin-bottom: 0.4rem;
}

.works-box h4{
    font-size:1.4rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 400;
    line-height: 2.4rem;
}

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


.works-creator{
    font-size:1rem;
    font-weight: 500;
    line-height: 1.2rem;
    margin-bottom: 0.8rem;
}
.performer{
    font-size:1.1rem;
    font-weight: 500;
    line-height: 1.2rem;
    padding-top: 0.8rem;
}

/* info-page */
.info-page{
    padding: 2rem 5% 6rem;
}
.info-wrap{margin-bottom: 60px;}
.info-box{
    position:relative;
    padding: 1.2rem 0;
}
.info-box:after{
    background: #c7b94d;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    height:1px;
    width:2.4rem;
}
.info-box dt{
    font-size:1.3rem;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 2rem;
    vertical-align: -1px;
    width: 100px;
}
.info-box dd{
    font-size:1.2rem;
    font-weight: 500;
    line-height: 2rem;
}

.info-caution{
    border: 1px solid #c7b94d;
    width: 100%;
    padding: 1.2rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
}
.info-caution h4{
    font-size:1.2rem;
    text-align: center;
    margin-bottom: 0.8rem;
}
.info-caution p{font-weight: 500;}

/* policy-page */
.policy-page{
    padding: 2rem 5% 6rem;
}

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

.sub-text-area{
    letter-spacing: 0;
    margin-bottom: 3rem;
}

.sub-text-area h4{
    font-size:1.2rem;
    line-height: 2rem;
}
.sub-text-area p{margin-bottom: 1.6rem;}

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

/* privacy-page */
.privacy-page{
    padding: 2rem 5% 6rem;
}



/* recruit-page */
.recruit-page{
    padding: 2rem 5% 6rem;
}

.sub-intro-text00{
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.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: 100%;
    padding: 1.2rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-align: center;
}
.recruit-caution h4{
    font-size:1.2rem;
    text-align: center;
    margin-bottom: 0.8rem;
}
.recruit-caution p{font-weight: 500;}


/* audition-page */
.audition-page{
    padding: 2rem 5% 6rem;
}

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

.audition-caution{
    border: 1px solid #c7b94d;
    width: 80%;
    padding: 0.8rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-align: center;
}
.audition-caution h4{
    font-size:1.2rem;
    text-align: center;
    margin-bottom: 0.8rem;
}
.audition-caution p{font-weight: 500;}

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

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

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


/* company-page */
.company-page{
    padding: 2rem 0 4rem;
}
.image-company{
    margin-bottom: 4rem;
}
.image-company img{width: 100%;}

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

p.idea-text{
    font-size:1.3rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 4rem;
    padding: 0 5%;
}

.company-info{
    font-size:1.2rem;
    line-height: 2.4rem;
    text-align: center;
}
.company-info dt{
    font-weight: bold;
}

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

/* contact */

.contact-page{
    padding: 2rem 5% 6rem;
}
.contact-text{
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.contact-text:last-of-type{
    margin-bottom: 2.4rem;
}

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

.contact-link-btn{
    border: 1px solid #c7b94d;
    font-size:14px;
    font-weight: 500;
    width: 48%;
    height:3rem;
    line-height: 3rem;
    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: 4%;}

#corporation,#general{
    padding-top: 2.4rem;
    margin-top: -2.4rem;
}

.form-wrap{
    margin-bottom: 6rem;
}
.form-wrap h2{
    font-size:1.6rem;
    line-height: 1;
    padding-bottom: 2rem;
    position:relative;
    text-align: center;
    margin-bottom: 3rem;
}
.form-wrap h2:after{
    background: #000;
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    height:1px;
    width:2.4rem;
    margin-left: -1rem;
}

.input-wrap{
    color:#010101;
    margin-bottom: 1.2rem;
    width: 100%;
    position:relative;
    padding-top: 2px;
}

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


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


.input-label{
    font-weight: 500;
    margin-bottom: 0.4rem;
}

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

.checkbox{
    margin-bottom: 1.2rem;
}

.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;
  margin-bottom: 1.2rem;
}
.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:4rem;
  width: 100%;
  line-height: 4rem;
  padding: 0 1.2rem;
}

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

.form-btn{
    width: 100%;
    margin: 0 auto;
}

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

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

.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: 40px;
    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;
    }
}

/* 
 footer [ 
----------------------------------------------------------- */  
.footer{
    background: #000;
    height:4rem;
    width: 100%;
    position:fixed;
    bottom: 0;
    left: 0;
    z-index:99;
}
.footer .upper{height:4rem;}
.footer h2{
    background: #c7b94d;
    color:#FFF;
    float: left;
    font-size:1.2rem;
    line-height: 4rem;
    text-align: center;
    width: 7.2rem;
}
.footer h2 a{
    display: block;
    transition:.3s;
}
.footer h2 a:link,.footer h2 a:visited{
    color:#FFF;
}

.footer-news{
    color:#FFF;
    float: left;
    font-size:1.1rem;
    font-weight: 500;
    height:4rem;
    line-height: 4rem;
    width:calc(100% - 7.2rem);
    padding: 0 0.8rem;
    overflow:hidden;

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

.footer .right{
    float: right;
    display: -webkit-flex;
    display: flex;
    padding-right: 1rem;
    padding-top: 1rem;
}

.footer-nav li{
    float: left;
    font-size:1.2rem;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 2rem;
    padding: 0 8px;
}

.footer-nav li a{
    display: block;
    transition:.3s;
}
.footer-nav li a:link,.footer-nav li a:visited{
    color:#FFF;
}

.footer-icon{
    width: 2rem;
    height:2rem;
    margin-left: 0.4rem;
}
.footer-icon img{
    width: 100%;
    vertical-align: top;
}
/* 
 Share Style [ 
----------------------------------------------------------- */  
.top5 {margin-top: 0.5rem;}
.top10{margin-top: 1rem;}
.top30{margin-top: 3rem;}

.under1{margin-bottom: 0.1rem;}
.under3{margin-bottom: 0.3rem;}
.under5{margin-bottom: 0.5rem;}
.under10{margin-bottom: 1rem;}
.under20{margin-bottom: 2rem;}
.under25{margin-bottom: 2.5rem;}
.under30{margin-bottom: 3rem;}
.under40{margin-bottom: 4rem;}

.mr5{margin-right: 0.5rem;}
.mr10{margin-right: 1rem;}
.mr20{margin-right: 2rem;}
.pl10{padding-left: 1rem;}
.pr10{padding-right: 1rem;}
.pt10{padding-top: 1rem;}
.pb10{padding-bottom: 1rem;}

li {  
    list-style-type:none;  
}  
img {  
    border:0;  
}  

address {  
    font-style:normal;  
}

.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_1{line-height: 1.1;}
.lh1_5{line-height: 1.5;}
.lh1_8{line-height: 1.8;}
.lh2{line-height: 2;}
.lh3rem{line-height: 3rem;}
.tac{text-align: center;}
.tar{text-align: right;}
.va_middle{vertical-align: middle;}
.l_spacing2{letter-spacing: 0.2rem}
.l_spacing1{letter-spacing: 0.1rem}
.l_spacing0{letter-spacing: 0}

dl.bdNone{border: 0;}

.bg_blue{background: #3b7ac2;}


hr{
    background: #000;
    border: 0;
    height: 1px;
    width: 2.4rem;
    margin: 0;
    padding: 0;
}
/* 
 text [ 
----------------------------------------------------------- */
p{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;

}

.black {color:#000;}
.white {color:#FFF;}
.blue{color: #3b7ac2;}
.red {color:#f00;}
.gold {color:#d0a236;}
.purple {color:#d97ebd;}
.g200 {color:#c8c8c8;}
.ghgRed {color:#c81233;}
.bw {color:#462300;}
.fb {color:#3C5A98;}

.T8  {font-size: 0.8rem;}
.T9  {font-size:0.9rem;}
.T10 {font-size:1rem;}
.T11 {font-size:1.1rem;}
.T12 {font-size:1.2rem;}
.T14 {font-size:1.4rem;}
.T15 {font-size: 1.5rem;}
.T16 {font-size:1.6rem;}
.T18 {font-size:1.8rem;}
.T30 {font-size:3rem;}

.T12px{font-size: 12px;}
.T14px{font-size: 14px;}

.normal {font-weight:normal;}
.bold   {font-weight: bold;}

.underline{text-decoration: underline}

.link_underline:link,.link_underline:visited,
.blue_underline{
    color: #3b7ac2;
    text-decoration: underline;
}

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