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

tablet

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

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

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

#pc-head nav{
	display: none;
}

#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: 240px;
	position: absolute;
	top:16px;
}

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

.g-navi nav{
	display: none;
}

#sp-header{
	background-color: #111;
}

#sp-header .logo{
	width: 250px;
	padding: 20px;
}

#nav-drawer {
  position: fixed;
  top:0px;
  right: 0px;
  z-index: 999;
}

#nav-drawer button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 99;
}

.menu {
  position: fixed;
  top: 0;
  right: -55vw;
  width: 50vw;
  height: 100vh;
  background-color: #000;
  box-shadow: 0 0 5px 0 rgba(0,0,0, 0.5);
  transition: all .5s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu--isOpen {
  position: fixed;
  right: 0;
  top:0;
  width: 40vw;
}

.menu__button {
  position: fixed;
  right: 10px;
  top: 16px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
}

.menu__button span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #00a1c3;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-10px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(10px);
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #00a1c3; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #00a1c3;  
}

.sp-menu{
  width: 100%;
  position: relative;
  top:36px;
}

.sp-menu ul{
  width: 100%;
  color: #00a1c3;
}

.sp-menu li{
  width: 100%;
  color: #00a1c3;
  border-top: 1px solid #333333;
}

.sp-menu li:last-child{
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.sp-menu li a{
  display: block;
  padding: 20px 10px;
  color: #ffffff;
}


.sp-menu-title{
  font-size: 20px;
  color: #00a1c3;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px;
}


#sp-gnavi-menu input {
	display: none;
}

#sp-gnavi-menu input[type="checkbox"]:checked + label + ul {
	display: block;
}

#sp-gnavi-menu input[type="checkbox"]:checked + label > i {
	transform: rotate(180deg);
}

#sp-gnavi-menu label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 8px;
	width: 100%;
}

#sp-gnavi-menu label span {
	font-size: 14px;
}
#sp-gnavi-menu .dropdown-content {
	display: none;
	background-color: #fff;
}

#sp-gnavi-menu .dropdown-content a {
	display: block;
	padding: 15px 15px;
	font-size: 14px;
	color: #00a1c3;
}



/*　イントロ　*/
#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: 100%;
	margin:auto;
}

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

#intro p{
	font-size: 14px;
	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;
	line-height: 1.7;
}

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

#about h3{
	font-family: 'arial';
	font-size: 2rem;
	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: 150px;
	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-family: 'arial';
	font-size: 3rem;
	line-height: 1;
	color: #00aae7;
	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: 3rem;
	line-height: 1;
	color: #00aae7;
	font-weight: bold;
}

#artist h3{
	font-family: 'arial';
	font-size: 1.7rem;
	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: 120px;
	height: 120px;
	border:4px solid #00aae7;
	border-radius: 240px;
	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 0;
}

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

#artist-list h3{
	font-family: 'arial';
	font-size: 1.7rem;
	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: 120px;
	height: 120px;
	border:4px solid #00aae7;
	border-radius: 240px;
	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: 3rem;
	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: 85%;
	line-height: 1.7;
	margin:0 auto 0;
}


#contact h2{
	font-family: 'arial';
	font-size: 3rem;
	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: 3rem;
	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: 90%;
	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: 90%;
	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: 80%;
	margin:0 auto 0;
}

#artist-wrap .artist-photo{
	width: 250px;
	height: 250px;
	border-radius: 500px;
	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;
}



