@charset "UTF-8";
/* -------------------------------- 

tablet Wide

-------------------------------- */
#sp{display: none;}
#sp-header{display: none;}
header{
	width: 100%;
}

#pc-head{
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../img/bk/bk_koushi.jpg);
}

#pc-head .logo{
	width: 50%;
	position: fixed;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#pc-head nav{
	position: fixed;
	left: 50%;
	bottom: 240px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

#pc-head nav ul{
	display: flex;
	justify-content: center;
}

#pc-head nav ul li{
	margin-right: 30px;
	position: relative;
	white-space: nowrap;
}

#pc-head nav ul li:last-child{
	margin-right: 0px;
}


#pc-head nav ul li a{
	display: block;
	color: #FFF;
	transition: all .5s ease;
}

#pc-head nav ul li a:hover{
	color: #00aae7;
}

#pc-head nav ul li:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  background:#00bafd;
  width: 100%;
  height: 1px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

#pc-head nav ul li:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

#pc-head .scroll img{
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

#pc-head .scroll{
	width: 120px;
	color: #FFF;
	position: fixed;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.g-navi{
	width: 100%;
	height: 85px;
	background:#111111;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left: 0;
	z-index: 4;
	transform: translateY(-100px);
	transition: all .5s ease;
}

.active{
	transform: translate(0);
}

.g-navi .wrap{
	width: 90%;
	margin:0 auto 0;
	position: relative;
}

.g-navi .logo{
	width: 280px;
	position: absolute;
	top:12px;

}

.g-navi .logo img{
	width: 100%;
	height: auto;
}

.g-navi nav{
	position: absolute;
	top:36px;
	right: 0;
}

.g-navi nav ul{
	display: flex;
}

.g-navi nav ul li{
	margin-right: 20px;
	position: relative;
}

.g-navi nav ul li:last-child{
	margin-right: 0;
}

.g-navi nav ul li a{
	color: #FFF;
}

.g-navi nav ul li a:hover{
	color: #00aae7;
}

.g-navi nav ul li:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  background:#00bafd;
  width: 100%;
  height: 1px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.g-navi nav ul li:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.post-navi{
	width: 100%;
	height: 85px;
	background:#111111;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	transition: all .5s ease;
}

.post-navi .wrap{
	width: 90%;
	margin:0 auto 0;
	position: relative;
}

.post-navi .logo{
	width: 280px;
	position: absolute;
	top:12px;

}

.post-navi .logo img{
	width: 100%;
	height: auto;
}

.post-navi nav{
	position: absolute;
	top:36px;
	right: 0;
}

.post-navi nav ul{
	display: flex;
}

.post-navi nav ul li{
	margin-right: 20px;
	position: relative;
}

.post-navi nav ul li:last-child{
	margin-right: 0;
}

.post-navi nav ul li a{
	color: #FFF;
}

.post-navi nav ul li a:hover{
	color: #00aae7;
}

.post-navi nav ul li:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  background:#00bafd;
  width: 100%;
  height: 1px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.post-navi nav ul li:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/*　イントロ　*/
#intro{
	width: 100%;
	height: 100vh;
	color: #FFF;
	background-image: url(../img/bk/bk_intro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#intro .wrap{
	width: 90%;
	text-align: center;
	position: absolute;
	top:65%;
	left: 50%;
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
}

#intro .chatch{
	width: 60%;
	margin:auto;
}

#intro .chatch img{
	width: 100%;
	height: auto;
}

#intro p{
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}

/*　アバウト　*/
#about{
	width: 100%;
	padding: 60px 0px;
	color: #FFF;
	background-image: url(../img/bk/bk_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#about .wrap{
	width: 85%;
	margin:0 auto 0;
}

#about h2{
	font-family: 'arial';
	font-size: 3rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#about h3{
	font-family: 'arial';
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

#about ul.list2{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: center;
}

#about ul.list2 li{
	width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    display: block;
}

#about ul.list2 li:nth-of-type(2n){
	margin-right: 0px;
}


#about ul.list3{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#about ul.list3 li{
	width: 30.5%;
    margin-right: 4%;
    margin-bottom: 4%;
    display: block;
}

#about ul.list3 li:nth-of-type(3n){
	margin-right: 0px;
}

#about .about-box{
	width: 100%;
	position: relative;
	z-index: 1;
}

#about .about-no{
	font-family: 'arial';
	font-size: 200px;
	font-weight: bold;
	color: #00aae7;
	position: absolute;
	bottom:-70px;
	right: 0;
	z-index: 0;
	opacity: 0.5;
}

#about .about-text{
	font-size: 1.2rem;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

#about .about-content-left{
	width: 48%;
	line-height: 1.7;
	float: left;
	margin-bottom: 30px;
}

#about .about-content-right{
	width: 48%;
	line-height: 1.7;
	float: right;
	margin-bottom: 30px;
}

#about .about-photo{
	width: 100%;
	display: block;
}

#about .about-photo img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

/*　マネジメント　*/
#manage{
	width: 100%;
	padding: 60px 0px;
	color: #FFF;
	background-image: url(../img/bk/bk_manage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#manage .wrap{
	width: 85%;
	margin:0 auto 0;
}

#manage h2{
	font-size: 33px;
	line-height: 1.7;
}

#manage h2 span{
	font-size: 36px;
	font-weight: bold;
}

#manage h3{
	font-size: 28px;
	line-height: 1.7;
	text-align: center;
	margin:10px 0px;
}

#manage ul.manage-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#manage ul.manage-list li{
	width: 29.3%;
    margin-right: 4%;
    margin-bottom: 4%;
    display: block;
}

#manage .manage-image{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

#manage .manage-image img{
	width: 100%;
	height: auto;
}

#manage .manage-text{
	font-size: 16px;
	line-height: 1.7;
}

/*　アーティスト　*/
#artist{
	width: 100%;
	padding: 60px 0px;
	color: #FFF;
	background-image: url(../img/bk/bk_koushi.jpg);
	position: relative;
}

#artist .wrap{
	width: 85%;
	margin:0 auto 0;
}

#artist h2{
	font-family: 'arial';
	font-size: 4rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#artist h3{
	font-family: 'arial';
	font-size: 2rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#artist ul.liver-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#artist ul.liver-list li{
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  color: #333;
  transition: all .5s ease;
}

#artist ul.liver-list li:hover{
	transform: scale(1.05);
}

#artist .liver-photo{
	width: 200px;
	height: 200px;
	border:4px solid #00aae7;
	border-radius: 400px;
	margin:0 auto 0;
	overflow: hidden;
	transition: all .5s ease;

}

#artist .liver-photo:hover{
	box-shadow: 0 0 15px 0 rgba(0,170,231,1);
}

#artist .liver-photo img{
	width: 100%;
	height: auto;
}

#artist .profile{
	width: 100%;
	color: #FFF;
	text-align: center;
}

/*　アーティスト一覧　*/
#artist-list{
	width: 100%;
	padding: 30px 0px;
	color: #FFF;
	background-image: url(../img/bk/bk_koushi.jpg);
	position: relative;
}

#artist-list .wrap{
	width: 85%;
	margin:0 auto 150px;
}

#artist-list h2{
	font-family: 'arial';
	font-size: 4rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#artist-list h3{
	font-family: 'arial';
	font-size: 2rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#artist-list ul.liver-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#artist-list ul.liver-list li{
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  color: #333;
  transition: all .5s ease;
}

#artist-list ul.liver-list li:hover{
	transform: scale(1.05);
}

#artist-list .liver-photo{
	width: 200px;
	height: 200px;
	border:4px solid #00aae7;
	border-radius: 400px;
	margin:0 auto 0;
	overflow: hidden;
	transition: all .5s ease;

}

#artist-list .liver-photo:hover{
	box-shadow: 0 0 15px 0 rgba(0,170,231,1);
}

#artist-list .liver-photo img{
	width: 100%;
	height: auto;
}

#artist-list .profile{
	width: 100%;
	color: #FFF;
	text-align: center;
}

/*　ビデオ　*/
#video{
	width: 100%;
	padding: 60px 0px;
	color: #000;
	background-image: url(../img/bk/bk_liver.jpg);
	position: relative;
}

#video .wrap{
	width: 85%;
	margin:0 auto 0;
}

#video h2{
	font-size: 33px;
	line-height: 1.7;
}

#video h2 span{
	font-size: 36px;
	font-weight: bold;
}

#video div.vid_contents {
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
}
#video video.vid_main {
	width: 100%;
	max-width: 1200px;/*PC版での最大幅*/
}

/*　お知らせ　*/
#info{
	width: 100%;
	color: #333;
	background-color: #FFFF;
	padding: 60px 0px;
	position: relative;
}

#info .wrap{
	width: 85%;
	margin:0 auto 0;
}

#info h2{
	font-family: 'arial';
	font-size: 4rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}


#info ul.info-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#info ul.info-list li{
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  color: #333;
}

#info .info-box{
	width: 100%;
	display: block;
}

#info .info-image{
	width: 100%;
	background-color: #000;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

#info .info-image img{
	width: 100%;
	height: auto;
	transition: all .5s ease;
	vertical-align: top;
}

#info .info-image img:hover{
	opacity: 0.7;
	transform: scale(1.1);
}

#info .link-box{
	width: 100%;
	padding: 10px;
}

#info .info-title{
	width: 100%;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#info .info-title a{
	color: #333;
	text-decoration: underline;
}

#info .info-title a:hover{
	color: #00aae7;
}

/*　お問合せ　*/
#contact{
	width: 100%;
	padding: 60px 0px;
	color: #FFF;
	background-color: #222;
	position: relative;
}

#contact .wrap{
	width: 75%;
	line-height: 1.7;
	margin:0 auto 0;
}


#contact h2{
	font-family: 'arial';
	font-size: 4rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#contact ul.form-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#contact ul.form-list li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
}

#contact ul.form-list li:nth-of-type(2n){
	margin-right: 0px;
}

#contact label{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"] {
  width: 100%;
  font-size: 1rem;
  display: block;
  padding: 10px;
  border: solid 1px #00aae7; }

#contact select{
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 15px;
	border-radius: 0;
	background-color: #fff;
	background-image: url(../img/svg/select_caret.svg);
	background-size: 50px;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	border: solid 1px #00aae7;
}

#contact textarea{
	width: 100%;
    height: 200px;
    border: 1px solid #00aae7;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#contact input[type="submit"]{
	display: inline-block;
    background: #00aae7;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s ease;
    border-radius: 0;
}

#contact input[type="submit"]:hover{
	transform: scale(0.97);
}


/*　会社概要　*/
#company{
	width: 100%;
	padding: 60px 0px;
	color: #FFF;
	background-color: #222;
	position: relative;
}

#company .wrap{
	width: 85%;
	margin:0 auto 0;
}

#company h2{
	font-family: 'arial';
	font-size: 4rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#company table{
	width: 100%;
	line-height: 1.7;
}

#company table th{
	width: 20%;
	border: 1px solid #ccc;
	padding: 20px;
}

#company table td{
	width: 80%;
	border: 1px solid #ccc;
	padding: 20px;
}

footer{
	width: 100%;
	color: #FFF;
	background-color: #3b3c3b;
	position: relative;
}

footer .wrap{
	width: 80%;
	margin:0 auto 0;
	padding: 20px 0px;
	position: relative;
}

footer .copy{
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

.line{
	width: 150px;
	position: fixed;
	right: -10px;
	bottom: 100px;
	transition: all .5s ease;
}

.line:hover{
	position: fixed;
	right: 0px;
	bottom: 100px;
}

.sp-line{display: none;}

#pankuzu{
  width: 100%;
  padding: 14px 0px;
}

#pankuzu .breadcrumbs{
  width: 90%;
  font-size: 12px;
  line-height: 1.5;
  margin:0 auto 0;
}

#pankuzu .breadcrumbs a{
	color: #333;
	text-decoration: underline;
	transition: all .5s ease;
}

#pankuzu .breadcrumbs a:hover{
	color: #00aae7;
}

#second-wrap{
	width: 100%;
	background-color: #f2f2f2;
}

#second-wrap h2{
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 10px;
	margin-bottom: 10px;
}

#second-wrap .content{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 100px;
}

#second-wrap .post{
	width: 900px;
	margin:0 auto 0;
	color: #333;
	padding: 20px;
	background-color: #FFF;
	position: relative;
}

#second-wrap .post p{
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 10px;
}

#second-wrap .post figure{
	text-align: center;
}

#second-wrap .post img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 20px;
}

#second-wrap .post-date{
	width: 100px;
	display: block;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #00aae7;
	padding: 10px;
	position: absolute;
	top:-10px;
	left: 20px;
}

ul.postLinks{
	width: 900px;
	margin:0 auto 0;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.postLinks li a{
	color: #333;
	transition: all .5s ease;
}

ul.postLinks li a:hover{
	color: #00aae7;
}

ul.postLinks li i{
	color: #333;
}

ul.postLinks li:nth-of-type(1){
	width: 50%;
	text-align: left;
	padding: 20px 0px;
}

ul.postLinks li:nth-of-type(2){
	width: 50%;
	text-align: right;
	padding: 20px 0px;
}

#category{
	width: 100%;
	color: #333;
	background-color: #FFF;
}

#category a{
	color: #333;
}

#category h2{
	font-family: 'arial';
	font-size: 4rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#category .wrap{
	width: 90%;
	margin:0 auto 60px;
}

#category ul.info-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#category ul.info-list li{
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  color: #333;
}

#category ul.info-list li:nth-of-type(4n){
	margin-right: 0px;
}
#category .info-box{
	width: 100%;
	display: block;
}

#category .info-image{
	width: 100%;
	background-color: #000;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

#category .info-image img{
	width: 100%;
	height: auto;
	transition: all .5s ease;
	vertical-align: top;
}

#category .info-image img:hover{
	opacity: 0.7;
	transform: scale(1.1);
}

#category .link-box{
	width: 100%;
	padding: 10px;
}

#category .info-title{
	width: 100%;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#category .info-title a{
	color: #333;
	text-decoration: underline;
}

#category .info-title a:hover{
	color: #00aae7;
}


#artist-wrap{
	width: 100%;
}

#artist-wrap .content{
	width: 800px;
	margin:0 auto 0;
}

#artist-wrap .artist-photo{
	width: 300px;
	height: 300px;
	border-radius: 600px;
	margin:0 auto 0;
	overflow: hidden;
}

#artist-wrap .artist-photo img{
	width: 100%;
	height: auto;
}

#artist-wrap .artist-name{
	font-size: 28px;
	font-weight: 1.7;
	text-align: center;
}

#artist-wrap h3{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 5px 10px;
	margin:20px 0px;
}

#artist-wrap .post p{
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 10px;
}

#artist-wrap .post figure{
	text-align: center;
}

#artist-wrap .post img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 20px;
}


