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

@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 100;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
}

*{
margin: 0px;
padding: 0px;
}

html{overflow-x: hidden;}

body{
	font-family: "Line-Seed", sans-serif;
	background:#fff;
    line-height: 1.6;
    color:#111;
    font-size:15px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
    overflow-x: hidden;
}

.en{
    font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
    letter-spacing: -0.04em;
}



@media only screen and (max-width: 480px) {

body{
    overflow: hidden;
    min-width: initial;
	font-size: 14px;
	max-width: 100%;
}

body.jp{
	font-size: 13px;
}
}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}



a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

.img-hover{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.img-hover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover img:hover{
    transform: scale(1.2);
}

a:link, a:visited{color:#222; text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

a.txt-red{
    color: #b7183f;
    text-decoration: none;
}

a.txt-red:hover{
    color: #000;
    text-decoration: underline;
}



.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media only screen and (max-width: 768px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 480px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}


/*==================================================
全体コンテンツエリア
================================================== */

#wrapper{
    width: 750px;
    margin: 0 auto;
    position: relative;
}

.contents-area{
    width: 90%;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-area-small{
    width: 800px;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	margin: 100px auto;
}

.sec-w{
	background: #fff;
    padding: 35px;
    box-sizing: border-box;
}

.sec-grey{
	background: #f4f4f4;
}

.sec-beige{
    background: #fefcf2;
}

.sec-pink{
    background: #fef3f5;
}

.sec-pink02{
    background: #fc846a;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    


#wrapper{
    width: 100%;
}   
    
}


@media only screen and (max-width: 768px) {

.sec{
	margin: 75px auto;
}

.sec{
}

.contents-sec{
	width: 100%;
	vertical-align: top;
}

.page-wrapper{
    padding: 35px 0 25px;
}

.bg-blue-grad{
	background: url("../images/bg_bluegrad_sp.jpg") repeat-y top center;
	background-size: 100%;
}

.sec-w{
    padding: 30px;
}
	
}

@media (max-width: 480px) {

.sec{
	margin: 60px auto;
}

.sec-w{
    padding: 20px;
}

.page-wrapper{
    padding: 20px 0 25px;
}
  
}

/*==================================================
txt
================================================== */


/*==================================================
タイトル
================================================== */


.title-basic{
    display: block;
    font-size: 24px;
    margin-bottom: 35px;
}

.title-bigen{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    z-index: -1;
    line-height: 0.7;
}



@media only screen and (max-width: 768px) {

	
}


@media only screen and (max-width: 480px) {
    
.title-basic{
    font-size: 21px;
    margin-bottom: 25px;
}

.title-bigen{
    font-size: 60px;
    left: 3px;
}    

	
}


/*==================================================
img-over
================================================== */

.img-over{
    width: 100%;
    overflow: hidden;
}

.img-over img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
    transition: 0.5s;
}

.img-over img:hover{
    transform: scale(1.1);
}



/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
    width: 750px;
    z-index: 99999;
	position: fixed;
	top: 0;
}

#header-top-inner{
    width: 96%;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

#site-title{
    display: block;
	line-height: 1;
}

img.logo{
    height: 60px;
    margin-top: 5px;
    vertical-align: top; 
    image-rendering:auto;
}

#site-title h1{
    display: inline-block;
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    font-size: 16px;
}

a.btn-header{
    display: inline-block;
    border-radius: 8px;
    background-color: #92c833;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 15px;
}

a.btn-header:hover{
    background-color: #fff;
    color: #92c833;
}

@media only screen and (max-width: 1024px) {
    
header{
    width: 100%;
} 
    
}


@media only screen and (max-width: 768px) {

    
}


@media only screen and (max-width: 480px) {	


#site-title h1{
    line-height: 1.4;
    padding-left: 8px;
    font-size: 11px;
    padding-top: 16px;
    box-sizing: border-box;
}

a.btn-header{
    padding: 0 8px;
    font-weight: 600;
    font-size: 13px;
}

img.logo{
    height: 55px;
}
	
}


@media only screen and (max-width: 320px) {	

#site-title strong{
    display: none;
}
	
}

/*==================================================
footer
================================================== */

footer{
	clear: both;
	background: #fdfcf3;
	padding: 50px 0 150px;
	margin: 0;
    text-align: center;
}

#footer-menu{
    margin-bottom: 30px;
}

#footer-menu ul{
	list-style: none;
}

#footer-menu li{
	display: inline-block;
	font-size: 14px;
    border-right: 1px solid #999;
    line-height: 1;
}

#footer-menu li:last-child{
    border: none;
}

#footer-menu li a{
    display: block;
    padding: 0 10px 0 7px;
}


#footer-shop strong{
    display: block;
    font-size: 21px;
    margin-bottom: 15px;
}

#footer-shop img{
    width: 90px;
    vertical-align: bottom;
}

#footer-copyright{
    padding-top: 25px;
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 480px) {

footer{
	padding: 30px 0 110px;
} 

#footer-menu{
    margin-bottom: 20px;
}   

#footer-shop strong{
    font-size: 16px;
}
    
}


/*==================================================
cta
================================================== */

#cta{
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f15f9f;
    padding: 25px 0 20px;
    text-align: center;
    box-shadow: 0px 0px 15px 0px #777777;
}

#cta a{
    display: block;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 200px;
    border: 4px solid #fff;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #92c833;
    padding: 18px 0;
    text-align: center;
    box-shadow: 0px 0px 15px -5px #777777;
}

#cta a:hover{
    background-color: #fff;
    color: #f15f9f;
    border-color: #f15f9f;
}

@media only screen and (max-width: 480px) {

#cta{
    padding: 12px 0 10px;
}

#cta a{
    font-size: 18px;
    padding: 16px 0;
}
    
}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
    border: 1px solid #ddd;
}

.table tr{
}

.table th{  
	box-sizing: border-box;
    padding: 20px; 
	vertical-align: middle;
	background: #f4f4f4;
	font-weight: 500;
	letter-spacing: 0.08em;
    border: 1px solid #ddd;
    text-align: center;
    width: 160px;
}

.table thead th{
    background-color: #fff05e;
}

.table td{
    font-weight:normal; 
    padding: 20px; 
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}

.table-line{
    width: 100%;
    border-collapse: collapse;
}

.table-line tr{
    border-top: 1px solid #ddd;
}

.table-line tr:last-child{
    border-bottom: 1px solid #ddd;
}

.table-line th{
    background: none;
    padding: 18px 15px;
    width: 200px;
    text-align: left;
}

.table-line td{
    padding: 18px 15px;
}


@media only screen and (max-width: 1024px) { 

.table-line th{
    padding: 15px 15px;
    width: 120px;
}

.table-line td{
    padding: 15px 15px;
}
    
}


@media only screen and (max-width: 768px) {
	
.table.no-border tr:first-child{
    border-top: none;
}
	
.table tr:last-child{
    border-bottom: none;
}
	
  

}


@media only screen and (max-width: 480px) {
    
    .table{
    }
    
.table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px; 
    border: none;
}

.table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px; 
    line-height: 1.6; 
    border: none;
}    
	
.table.no-border tr:first-child{
    border-top: none;
}
    
.table-line th{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 10px 0 10px;
}

.table-line td{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
} 

}


/*==================================================
list
================================================== */
ul.ul-2cols,
ul.ul-3cols,
ul.ul-4cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

ul.ul-2cols li{
	width: calc(100%/2);
}

ul.ul-3cols li{
	width: calc(100%/3);
}

ul.ul-4cols li{
	width: calc(100%/4);
}

ul.ul-basic{
    margin-left: 25px;
}


@media only screen and (max-width: 480px) {
ul.ul-2cols,
ul.ul-3cols,
ul.ul-4cols{
	display: block;
}
ul.ul-2cols li,
ul.ul-3cols li,
ul.ul-4cols li{
	width: 100%;
}
	
	
}



/*==================================================
accordion
================================================== */


dl.accordion{
	border-bottom: 1px solid #ddd;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	padding: 20px 10px;
	transition: 1s;
	line-height: 2.2;
}

dl.accordion dt.open{
	background: #f45963;
	color: #fff;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

 
dl.accordion dd {
    display:none; 
	padding: 30px 0 30px 40px;
	box-sizing: border-box;
	background: #fff;
}

dl.accordion dt span{
	display: inline-flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f45963;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

dl.accordion dt p{
	width: 95%;
	margin: 0;
	text-align: justify;
}


@media only screen and (max-width: 768px) {


dl.accordion dt:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt.open:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt p{
	width: 92%;
	margin: 0;
}
	
	
}
	

/*==================================================
fc
================================================== */

.fc-blue{color: #00abc7 !important;}
.fc-green{color: #009944 !important;}
.fc-red{color: #ed1c24 !important;}

.fc-yellow{
    color: #ffde2f !important;
}

.fc-pink{
    color: #f15f9f !important;
}


/*==================================================
text style
================================================== */

.txt{
    line-height: 2.0;
    font-size: 18px;
}

.txt p strong{
    display: block;
    text-align: center !important;
}

.txt p{
    margin-bottom: 30px;
}

.bg-yellow{
    background: #fbf59b;
    padding: 0 3px;
}

.fwb{
    font-weight: 600 !important;
}

@media only screen and (max-width: 480px) {

.txt{
    line-height: 1.8;
    font-size: 15px;
}

.txt p{
    margin-bottom: 20px;
}
    
}


/*==================================================
mv
================================================== */

#mv{
    position: relative;
}

#mv img{
    width: 100%;
    vertical-align: bottom;
}


/*==================================================
concept
================================================== */

#concept{
    padding: 25px 0 100px;
    background: url("../images/bg_concept.png") no-repeat top center;
    background-size: 100%;
    position: relative;
}

.img-concept{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;  
}

#concept video{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {

#concept{
    padding: 15px 0 25px;
    background: url("../images/bg_concept.png") no-repeat top center;
    background-size: 100%;
    position: relative;
}
    
}

/*==================================================
message
================================================== */

#message{
    position: relative;
    padding: 35px 0;
}

#message .title-bigen{
    color: #fddceb;
}

.pic{
    width: 32%;
    height: 32%;
    border-radius: 50%;
    float: left;
    margin:0 25px 10px 0;
}

.name{
    text-align: right;
}

/*==================================================
genre
================================================== */

#genre{
    position: relative;
}

#genre .title-bigen{
    color: #fda5cb;
    z-index: 1;
    top: 15px;
    left: 10px;
}

#genre .title-basic{
    position: absolute;
    top: 56px;
    left: 40px;
    z-index: 2;
    color: #fff;
    
}

.img-genre{
    width: 84%;
    vertical-align: bottom;
}


@media only screen and (max-width: 480px) {

#genre .title-basic{
    top: 40px;
    left: 25px;
    
}

.img-genre{
    width: 95%;
}
    
}

/*==================================================
img-dance
================================================== */

.img-dance{
    width: 100%;
    vertical-align: bottom;
}

/*==================================================
studio
================================================== */

#studio{
    position: relative;
    padding: 40px 0 60px;
}

#studio .title-bigen{
    color: #f4f4f4;
}

/*==================================================
recruit
================================================== */

#recruit{
    position: relative;
    padding: 40px 0 10px;
}

#recruit .title-bigen{
    color: #fddceb;
}

#recruit dl{
    margin-left: 35px;
    font-size: 16px;
    line-height: 1.8;
}

#recruit dl dt{
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

#recruit dl dt::before{
    position: absolute;
    content: '';
    width: 25px;
    top: 14px;
    left: -35px;
    border-top: 1px solid #000;
    height: 1px;
    display: block;
}

#recruit dl dd{
    margin-bottom: 30px;
}


/*==================================================
feature
================================================== */

.box-feature{
    position: relative;
    padding-bottom: 25px;
}

#feature-01{
    color: #fff;
    background-color: #f15f9f;
}

.box-feature .title-bigen{
    color:#fbf59b;
    left: inherit;
    right: 0;
    z-index: 1;
    top: 1px;
}

#feature-01 .title-basic{
    color: #fbf59b;
    text-align: right;
    z-index: 2;
    position: relative;
    padding: 35px 30px 0 0;
}

.box-feature h4{
    display: block;
    color: #fff;
    font-size: 24px;
    position: relative;
    line-height: 1.3;
}

.box-feature h4 strong{
    position: absolute;
    top: -46px;
    left: 0;
    font-size: 80px;
    line-height: 0.7;
    z-index: 0;
}

.box-feature h4 span{
    position: relative;
    z-index: 2;
    display: block;
}

#feature-01.box-feature h4 strong{
    color:#fe80b8;
}

.img-feature{
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0;
    border-radius: 8px;
}

#feature-02{
    background-color: #fcf145;
}

#feature-02.box-feature h4{
    padding-top: 50px;
    color: #000;
}

#feature-02.box-feature h4 strong{
    top: 4px;
    color: #e9df3b;
}

#feature-02 .title-bigen{
    color: #e9df3b; 
}

#feature-03{
    color: #fff;
    background-color: #3bc1a0;
}

#feature-03.box-feature h4 strong{
    top: 4px;
    color: #63dbbd;
}

#feature-03 .title-bigen{
    color: #63dbbd; 
}

#feature-03.box-feature h4{
    padding-top: 50px;
}

/*==================================================
voice
================================================== */

#voice{
    position: relative;
    background-color: #d0f3fd;
    padding-bottom: 25px;
}

#voice .title-bigen{
    color: #b4ebfa;
    z-index: 1;
    top: 3px;
    right: 0;
    left: inherit;
}

#voice .title-basic{
    text-align: right;
    z-index: 2;
    position: relative;
    padding: 35px 5px 0 0;
}

.img-voice{
    width: 22%;
    border-radius: 50%;
    margin: 0 50px 15px 0;
    float: left;
}

.box-voice{
    border-bottom: 1px dotted #000;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.box-voice h4{
    display: block;
    font-size: 24px;
}

.box-voice h4 small{
    display: block;
    text-align: right;
    font-size: 60%;
}


@media only screen and (max-width: 480px) {

#voice{
    padding-bottom: 15px;
}

.img-voice{
    width: 22%;
    margin: 0 20px 10px 0;
}

.box-voice{
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.box-voice h4{
    font-size: 18px;
}

.box-voice h4 small{
    font-size: 70%;
    margin-top: 5px;
}
    
}
















