@charset "utf-8";
/* CSS Document */
/*-----------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,
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:transparent;
}

body {
    line-height:1;
}
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;
}
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;
}

input, select {
    vertical-align:middle;
}
/*-----------reset END------------*/

/*------common-----*/

body{
	position:relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 14px;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    color: #111;
    background-color: #fff;
	font-weight: bold;
	line-height:1.2rem;
    letter-spacing: 1px;
	/*
	min-height: 100vh;
    padding-bottom: 155px;*/
    box-sizing: border-box;
}
input,button{
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;

}
.text-red{
	color:#FF6700;
}
.text-gray{
	color:#888;
}
header{
	letter-spacing: .1em;
}
.company{
	background-color:transparent;
}
.works{
	background-color:#f5f5f5;
}
.studio{
	background-color:#fff;
}
.access{
	background-color:#2c9cc6;
}
.contact{
	background-color:#e4f8ff;
}
/*-------header---------*/
header{
	top:0;
	left:0;  	
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	width:100%;
	padding:8px 10px;
	box-sizing: border-box;
	position: fixed;
	transition: .8s;
	z-index:50;
	min-height:56px;
	height:auto;
}
header.transform{
    background: rgba(47, 159, 202, .85);
	box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
}
.topimg{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	background: #41a0c9;
	align-items: center;
	height:auto;
	max-height: 480px;
	overflow: hidden;
	}
.topimg video {
    width: 100%;

    display: block;
    margin: 0 auto;
}
.menu{
	margin-left:auto;
}
.menu >div{  	
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap:wrap;
	margin-left:auto;
	height:auto;
}
.menu a{
	color:#fff;
	font-weight:bold;
	margin-left:1.5rem;
	text-decoration:none;
	font-size:20px;
}
.menu a:first-of-type{
	margin-left:0;
}
.logo img {
    display:none;
}
.transform .logo img,
#thanks .logo img{
	display:block;
	height:40px;
}
.logo img,
.transform .logo img{
	transition: .5s;
}
.menu_rp{
	display: none;
}


/*--------Each of Section--------*/
.company,
.works,
.studio,
.access,
.recruit,
.contact,
.thanks,
.remoterec,
.discography,
.tracklist{
    text-align: center;
    box-sizing: border-box;
}
.company,
.works,
.studio,
.access,
.recruit,
.contact{
	margin-top:-56px;
	padding:116px 0;
}
.company_title,
.works_title,
.studio_title,
.access_title,
.recruit_title,
.contact_title,
.discography_title,
.tracklist_title{
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .35rem;
	margin-bottom:35px;
	line-height:1;
}
.row{  	
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap:nowrap;
	height:auto;
}
.text-s{
	font-size:13px;
}
.text-m{
	font-size:15px;
}
.text-l{
	font-size:18px;
}
.text-xl{
	font-size:22px;
}
.text-orange{
	color:#ff6700;
}
.mb-20px{
	margin-bottom:20px !important;
}
.mb-30px{
	margin-bottom:30px !important;
}
.mb-40px{
	margin-bottom:40px !important;
}
.mr-10px{
	margin-right:10px !important;
}
.ml-10px{
	margin-left:10px !important;
}
.marker {
    background: linear-gradient(transparent 75%, #ffea5b 75%);
}
a.button {
    border: 1px solid #0d65c3;
    border-radius: 0;
    box-sizing: border-box;
    padding: 5px 10px;
    min-width: 18rem;
	width:18rem;
    margin: 0 auto;
    font-size: 14px;
    text-decoration: none;
    background: #fff;
    color: #0d65c3;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
a.button:hover {
    background: #ecf9ff;
    transition: .5s;
    box-shadow: 0 0 12px #d0f1ff;
	cursor: pointer;

}
a.button img {
    max-height: 14px;
    position: relative;
    top: 1px;
}
a.button i.fas,
a.btn i.fas{
    margin-right: 8px;
}
/*------intro-------*/
.intro{
	padding-top:0 ;
    text-align: center;
    box-sizing: border-box;
}
.intro_title {
    color: #3cb2df;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .35rem;
	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 80px 0 55px 0;
    line-height: 1em;
	height:auto;

}
.intro_title::before,
.intro_title::after {
    content: "";
    display: block;
    height: 4px;
    width: 10%;
    background: #dbf4ff;
    border-radius: 2px;
}
.intro_title::before{
	margin-right:1.5rem;
}
.intro_title::after{
	margin-left:1.5rem;
}
.intro_title picture{
	width:100%;
	max-width:700px;
	display:block;
}
.intro_body p {
    font-size: 17px;
    line-height: 1.7rem;
}
/*--------Company--------*/
.company{
	margin-top:-56px;
	padding:136px 0 80px 0;
}
.company_title{
	color:#3cb2df;
}
.company_table{
	margin:0 auto;
	max-width:900px;
	font-size:15px;
}
.company_table .row{
	margin-bottom:18px;
}

.company_table .title{
	text-align:right;
	color:#2c9cc6;
	min-width:6rem;
	width:35%;
	margin-right:1.5rem;
}
.company_table .detail{
	text-align:left;
}
.company_table ul{
	list-style: none;
	margin:0;
	padding:0;
}
.company_table li{
	margin-bottom:5px;
}
.company_table li::before{
	content:"-";
	color:#2c9cc6;
	margin-right:.5rem;
}

/*--------Works--------*/
.works_title{
    padding-top: 50px;
	color:#3cb2df;
}
.works_body .year::before,
.works_body .year{
	display:block;
	width:80px;
	height:80px;
}
.works_body .year {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 5;
  	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.works_body .year::before{
	content:"";
	background-image:url("../images/works-badge.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute;
	z-index:-1;
}
.works_body .table{
	margin:20px auto;
	margin-bottom: 50px;
	max-width:900px;
	width:100%;
	background:#fff;
	box-shadow:1px 1px 6px rgba(0,0,0,0.1);
}
.works_body .col{
	padding:6px 8px;
	text-align:left;
}
.works_body .table-head .col{
	background:#3cb2df;
	color:#fff;
}
.works_body .table .col:first-child{
	min-width:5rem;
}
.works_body .table .col:nth-child(2){
	min-width: 8rem;
	width: 8rem;
}
.works_body .table .col:nth-child(3){
	min-width: 8rem;
	width: 8rem;
}
.works_body .table .col:last-child{
	flex-grow:1;
}
.works_body .table-body .muted{
	color:#999;
}
.table-head .row{
	position:relative;
}

/*--------Studio--------*/
.studio_title{
	color:#3cb2df;
}
.studio_images{
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	flex-wrap: wrap;
    justify-content: center;
	height: auto;
	align-items: flex-start;
}
.studio_images img{
	width:100%;
	max-width:440px;
	margin:10px;
}
.studio_table-caption {
	font-size:17px;
    color: #fff;
    background: #3bb2df;
    padding: 7px 10px;
    border-radius: 17px;
    width: 11rem;
    margin: 50px auto 23px auto;
}
.studio_table{
	margin:0 auto;
	max-width:600px;
}
.studio_table .row:nth-child(odd) {
    background: #f5f5f5;
}
.studio_table .row .col{
	text-align:left;
	padding:8px;
}
.studio_table .row .col:first-child{
	min-width:8rem;
	color:#3cb2df;

}
.studio_table .row .col:last-child{
	flex-grow:1;
}
.studio_table .row{
}
.studio_table .row:last-child{
	border-bottom:1px solid #eee;
}
/*--------Access--------*/
.access_title{
	color:#fff;
}
.access_adress{
	color:#fff;
	margin-bottom:40px;
}
.access_body{
	width:100%;
	position:relative;
}
.access_map{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.access_map iframe {
	height:400px;
	width:100%;
}
/*--------Recruit--------*/
.recruit{
	background:#fff;
}
.recruit_title{
	color:#3cb2df;
}
.recruit_box{
	border: 3px solid #3bb2df;
    margin: -30px auto 0 auto;
    z-index: 1;
    padding: 34px 20px 40px 20px;
    position: inherit;
    width: 100%;
    max-width: 900px;
	box-sizing: border-box;
}
.recruit_table {
    max-width: 600px;
    width: 100%;
    margin: 45px auto 20px auto;
    line-height: 1.6rem;
}
.recruit_box-caption {
    font-size: 17px;
    color: #fff;
    background: #3bb2df;
    padding: 7px 10px;
    border-radius: 17px;
    width: 11rem;
    margin: 50px auto 13px auto;
    position: relative;
    z-index: 2;
}
.recruit_table .row .col {
    padding: 20px;
}
.recruit_table .row:first-child .col {
    padding-top: 5px;
}
.recruit_table .row:last-child .col {
    padding-bottom: 5px;
}
.recruit_table .row .col:first-child {
    border-right: 3px solid #3bb2df;
    color: #2c9bc6;
	width:5rem;
	min-width:5rem;
}
.recruit_table .row .col:last-child{
	text-align:left;
}

.recruit_box small{
	color:#888;
	margin-top:10px;
}
/*--------Contact--------*/
.contact_title{
	color:#3cb2df;
}
.contact_form{
	text-align: left;
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.contact_form-label{
	color:#3cb2df;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form #form_submit_button,
.contact_form textarea{
	width:100%;
	border-radius: 6px;
	border:0;
	box-shadow:none;
	font-size:15px;
	box-sizing: border-box;
}
.contact_form label{
	margin:5px 0 20px 0;
	display: block;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{
	padding:8px 10px;
	margin:5px 0 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,.05);
}
.contact_form #form_submit_button,
.contact_form #form_submit:before,
.contact_form #form_submit:after{
	border-radius:6px;
	height:40px;
	cursor: pointer;
}
.contact_form #form_submit{
	position: relative;
    z-index: 1;
}	
.contact_form #form_submit_button {
    position: relative;
    z-index: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:30px 0;
    background: transparent;
}

.contact_form #form_submit:before{
	content:"";
	position:absolute;
	width:100%;
	z-index:-1;
	left:0;
	transition:0.5s;
	background: rgb(60,178,223);
	background: -moz-linear-gradient(top, rgb(60,178,223) 0%, rgb(61, 144, 208) 100%);
	background: -webkit-linear-gradient(top, rgb(60,178,223) 0%,rgb(61, 144, 208) 100%);
	background: linear-gradient(to bottom, rgb(60,178,223) 0%,rgb(61, 144, 208) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb2df', endColorstr='#57a7e5',GradientType=0 );
}
.contact_form #form_submit:after{
	content:"";
	width:100%;
	position:absolute;
	z-index:-2;
	left:0;
	top: 0;
	background:rgb(255, 129, 0);
}
.contact_form #form_submit:hover:before{
	opacity:0;
}
input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    z-index: -10;
}
input[type="checkbox"]+label{
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    padding-right: 10px;
}
input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 2px solid;
    border-color: #ffa768;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.05);
}
input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #ff7310; 
}

.agreement_detail{
	background:#fff;
	padding:8px 10px;
	margin:5px 0 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,.05);
	overflow-y: scroll;
	max-height:8rem;
}
.agreement_detail p {
    line-height: 1.3rem;
    color: #444;
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
	font-size: 12px;
}
form#mail_form dl dd span.error_blank, 
form#mail_form dl dd span.error_format, 
form#mail_form dl dd span.error_match {
    display: block;
    margin-top: 3px;
}
form#mail_form div#agreement span.error_check{
	display:none;
}
form#mail_form dl dd span.error_blank, 
form#mail_form dl dd span.error_format, 
form#mail_form dl dd span.error_match,
form#mail_form div#agreement span.error_check,
span.required{
    color: #ff5809;
}
/*--------Thanks--------*/
.thanks{
	box-sizing: border-box;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    text-align: center;
	padding:50px 0;
    margin-top: 56px;

}
.thanks >*{
	min-width:100%;
	width:100%;
}
.thanks-title {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1em;
	color:#3bb2df;
}
.thanks-msg{
	font-size:16px;
	line-height:1.5rem;
}
.thanks-msg small{
	font-size:13px;
	color:#888;
}
/*--------Remote Recording--------*/
.remoterec{
	margin-top:56px;
	padding:50px 0 80px 0;
}
.remoterec_title {
    font-size: 17px;
    color: #fff;
    background: #3bb2df;
    padding: 7px 10px;
    border-radius: 17px;
    margin: 20px auto 60px auto;
	max-width:1100px;
}
.remoterec_body{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	margin:30px auto 80px auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	-ms-flex-line-pack: center;
	align-content: center;
	max-width:1100px;
}
.remoterec_img{
	max-width:450px;
	width:50%;
}
.remoterec_img img{
	max-width:100%;
}
.remoterec_msg{
	text-align:left;
	line-height:1.8rem;
	padding-left:50px;
    align-self: center;
}
.remoterec_images{
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	flex-wrap: wrap;
    justify-content: center;
	height: auto;
	align-items: flex-start;
	margin-bottom:50px;
}
.remoterec_images img{
	width:100%;
	max-width:440px;
	margin:10px;
}
/*--------Discography--------*/
.discography{
	line-height: 1.8rem;
	padding:60px 0;
	min-height:100vh;
	background:#f5f5f5;
}
.discography_title{
	padding-top:50px;
    color: #3cb2df;
}
.discography_body .list{
	padding:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	max-width: 1200px;
	margin: 0 auto;
}
.discography_body .list .column {
    /* width: 95%; 
    min-width: 250px;*/
    margin: 0 auto;
    border: 1px solid #f9f9f9;
    padding: 40px 10px 20px 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgb(56 56 56 / 10%);
    background: #fff;
    max-width: 350px;
	flex: 1 auto;
}
.discography .list a{
	color:inherit;
}
.discography .list a,
.discography .list a:hover{
	text-decoration: none;
}
.discography .list .cdtitle{
	font-size:26px;
	margin-bottom:5px;
}
.discography .list .cdsubtitle{
	font-size:17px;
	margin-bottom:8px;
}
.discography .list .date {
    font-size: 15px;
    font-weight: 500;
    color: #b3b3b3;
}
.discography .list .image {
    padding: 0 0 20px 0;
    overflow: visible;
    width: 100%;
/*    height: 100%;*/
    max-width: 250px;
    margin: 0 auto;
}
.discography .list .image img{
	display: block;
	margin:0 auto;
	transition-duration: 0.5s;
    max-width: 90%;
}
.discography .list .image img:hover{
	transform: scale(1.1,1.1);
	transition-duration: 0.5s;
}
.discography .list .price{
	font-size:15px;
}
.discography .list .btn{
	display:block;
	padding:8px;
	margin: 10px auto;
	width:80%;
	max-width:15rem;
	border:1px solid #333;
	background:#fff;
}
/*--------Discography--------*/
.tracklist{
	margin-top:-56px;
	padding-top:56px;
}
.tracklist-inner {
    background-image: url(../images/tracklist-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -40px center;
    position: relative;
	padding:60px 0;
}
.tracklist_title{
	color:#3cb2df;
    margin-top: 55px;
}
.tracklist_body {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto 80px auto;
    text-align: left;
}
.tracklist_body >div{
	flex-grow: 1;
}
.tracklist_jacket {
    max-width: 300px;
    margin-right: 40px;
}
.tracklist_jacket img{
	max-width:100%;
    border: 1px solid #fff;
}
.tracklist_jackettitle {
    margin-bottom: 7px;
    font-size: 24px;
}
.tracklist_releasedate {
    color: #717171;
    font-weight: normal;
    margin-bottom: 30px;
}
.tracklist_list {
    margin: 0 auto;
    text-align: left;
    line-height: 1.8rem;
}
.tracklist_list >div{
	margin-bottom: 11px;
}
.tracklist_list .title{
	font-size: 15px;
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 6px;
	line-height: 1.6rem;
}
.tracklist_list .credit{
	font-size: 13px;
	font-weight:500;
	line-height: 1.3rem;
}
.tracklist_list i.icon-flower:before{
	display:inline-block;
	content:"";
	background:url("../images/icon-flower.svg");
	width:15px;
	height:15px;
	margin:0 5px;
}
.tracklist_jacket a.button{
	margin-top: 20px;
}
.tracklist_jacket a.button i.fas{
	margin-right:.8rem;
}
.tracklist_credit {
    max-width: 1200px;
    margin: 0 auto 80px auto;
    width: 95%;
    padding: 50px 0;
    border-width: 1px 0 1px 0;
    border-color: #c2dee8;
    border-style: solid;
}
.tracklist_credit .row >div{
	flex-basis:50%;
	width:50%;
	text-align:left;
	padding:2px 8px;
	font-weight:500;
}
.tracklist_credit .row .label{
	text-align:right;
}
/*--------Footer--------*/
footer{
	background:#3cb2df;
	padding:40px 10px;
	color:#0075A1;
	text-align:center;/*
    position: absolute;*/
    bottom: 0;
	box-sizing:border-box;
    width: 100%;
}
	
footer a{
	display:inline-block;
	margin-bottom:10px;
}
footer a{
	max-width:300px;
}
footer img {
    width: 100%;
    max-width: 300px;
    max-height: 50px;
}

/*---------Page top----------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom:0;
  background:#005ab3;
  z-index:49;
}
#page_top a{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#page_top img{
  width: 20px;
}
#page_top a::before{
  content:"";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*---------Scroll down--------*/
.scroll_down {
    padding-top: 60px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #0d65c3;
    margin: 55px 0;
}
.scroll_down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-left: -20px;
  border: 1px solid #0d65c3;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll_down span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 12px;
  height: 12px;
  margin: -10px 0 0 -6px;
  border-left: 1px solid #0d65c3;
  border-bottom: 1px solid #0d65c3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll_down span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 36px;
  height: 36px;
  box-shadow: 0 0 0 0 rgba(59, 178, 223, 0.2);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
/*----------Loading-------------*/
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

/*----------Key frames-------------*/

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------*/
/*Responsive Design*/
/*--------------------------------------------*/
.hamburger,
.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.hamburger {
    position: fixed;
    width: 45px;
    height: 32px;
    right: 14px;
    top: 11px;
    z-index: 101;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 14px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
.hamburger.active span{
	background-color: #000
}
@media screen and (min-width:1001px) {
	.pc_brk{
		display:none;
	}
	.works_body .table .row:nth-child(even) {
		background: #eff9fd;
	}

}

@media screen and (max-width: 1024px){
	body{
		line-height:1.35rem;
	}
	.menu{
		display:none;
	}
	.menu_rp{
		position:fixed;
		z-index: 99;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.99);
		width: 100%;
	}
	.menu_rp >div{
		display:-webkit-box;
  		display:-ms-flexbox;
  		display:flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		width: 100%;
		height: 100vh;
		margin: 0;
	}
	.menu_rp{
		display:none;
		overflow: hidden;
	}
	.menu_rp a {
		width: 100%;
		color: #40a8d1;
		margin: 5px 0;
		min-width: 100%;
		font-size: 30px;
		line-height: 1em;
		text-shadow: 1px 1px rgba(0,0,0,0.1);
		text-decoration: none;
	}
	.menu_rp a::after {
		display: block;
		color: #000;
		font-size: 15px;
		text-shadow: none;
	}
	.menu_rp a[href*="#top"]::after {
		content: "ページトップ";
	}
	.menu_rp a[title*="company"]::after {
		content: "会社概要";
	}
	.menu_rp a[title*="discography"]::after {
		content: "ディスコグラフィー";
	}
	.menu_rp a[title*="works"]::after {
		content: "実績";
	}
	.menu_rp a[title*="studio"]::after {
		content: "スタジオ概要";
	}
	.menu_rp a[title*="access"]::after {
		content: "アクセス";
	}
	.menu_rp a[title*="recruit"]::after {
		content: "採用情報";
	}
	.menu_rp a[title*="contact"]::after {
		content: "お問い合わせ";
	}
	.logo {
		padding-right: 70px;
		width: 100%;
		box-sizing: border-box;
	}
	.logo img {
		max-height: 40px;
		height: auto;
		max-width: 100%;
	}
	.intro{
		min-height:unset;
	}
	.intro_title img{
		max-width:500px;	
	}
	.intro_title::before, 
	.intro_title::after{
		content:none;
	}
	.intro_title{
		width:80%;
		margin:50px auto;
	}
	.mb_brk{
		display:none;
	}
	.company,
	.works,
	.studio,
	.access,
	.recruit,
	.contact{
		padding: 80px 10px 116px 10px;	
	}
	.remoterec {
		padding: 20px 10px 120px 10px;
	}
	.intro_title,
	.intro_body{
		padding:0 10px;
	}
	.company {
		padding: 116px 25px;
		margin-top:-56px;
	}
	.company_table .title {
		text-align: left;
		min-width: 6rem;
		width: 6rem;
	}

	.company_table .row {
		margin-bottom: 12px;
	}

	.company_table li::before {
		content: none;
	}
	.works_body .table-body .row {
		flex-wrap: wrap;
		width: 100%;
	}

	.works_body .table .col:last-child {
		min-width: 100%;
		font-size: 12px;
    	border-bottom: 1px solid #dadada;
	}

	.works .table-body .col:first-child {
		background: #edfaff;
	}

	.works .table-body .col:not(:last-child) {
		border-bottom: 1px dashed #f3f3f3;
		font-size: 14px;
		flex-grow: 1;
	}

	.works .table-head {
		display: none;
	}
	.works_body >div .table:not(.first-table){
		display: none;
	}
	.works_body .table .col {
		box-sizing: border-box;
    	word-break:break-all;
		word-wrap:break-word;
	}
	.works_body .year::before {
		content: none;
	}

	.works_body .year {
		width: 100%;
		height: unset;
		padding: 10px 10px;
		box-sizing: border-box;
		border-top: 1px solid #59b4d6;
		background: #3bb2df;
		background: -moz-linear-gradient(top, rgb(60,178,223) 0%, rgb(43, 168, 216) 100%);
		background: -webkit-linear-gradient(top, rgb(60,178,223) 0%,rgb(43, 168, 216) 100%);
		background: linear-gradient(to bottom, rgb(60,178,223) 0%,rgb(43, 168, 216) 100%);
	}
	.works_body .year:after {
		content: "";
		position: absolute;
		display: block;
		top: 8px;
		right: 12px;
		width: 10px;
		height: 10px;
		color: #fff;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition:.5s;
	}
	.works_body .year.open:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 15px;
	}
	.works_body .table {
		margin: 0;
		max-width: unset;
	}
	.studio_images,
	.remoterec_images{
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
	}

	.studio_images img,
	.remoterec_images img{
		width: 80%;
		max-width: unset;
		margin: 0 10px 0 0;
	}
	.studio_table-caption,
	.recruit_box-caption{
		font-size: 17px;
	}
	.studio_table .row,
	.studio_table .row:last-child {
		border-width: 1px;
	}
	.access_map{
			width:100%;
			max-width:unset;
	}
	.recruit_msg {
		line-height: 1.5rem;
	}
	.recruit_box small {

	}
	.recruit_box{
		padding-left:10px;
		padding-right:10px;
	}
	.recruit_table .row .col {
		padding: 13px 15px;
		line-height: 1.4rem;
	}
	.recruit_table .row .col:first-child{
		width:4.5rem;
		min-width:4.5rem;
		border:none;
	}
	.recruit{
		line-height:inherit;
	}
	.recruit_box small {
		color: #888;
		margin-top: 10px;
		font-size: .8rem;
	}
	.tracklist-inner{
		background:none;
	}
	#page_top {
		right: 20px;
	}
	.thanks {
		padding: 50px 10px;
		display: block;
	}
	.remoterec_body{
		display:block;
	}
	.remoterec_title {
		margin: 10px auto;
	}
	.remoterec_img {
		max-width: unset;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom:20px;
	}
	.remoterec_msg {
		padding: 0;
	}
	br.pc-br{
		display:none;
	}
	.discography .list{
	    display: block;
		padding:0;
	}
	.discography .list .column{
		margin-bottom:30px;
	    padding: 40px 20px 10px 20px;
	}
	.tracklist_body{
		display:block;
		padding-top: 0;
	}
	.tracklist_body >div {
		padding: 0 20px;
		margin: 0 auto;
	}
	div.tracklist_jacket {
		margin-bottom: 40px;
	}
	.tracklist_jackettitle{
		line-height:1.7rem;
	}
	.tracklist_jackettitle,.tracklist_releasedate,.tracklist_distributor{
		text-align:center;
	}

}
@media screen and (min-width:999px){
	.menu_rp{
		margin-left: auto;

	}
	.hamburger{
		display:none;
	}
}
@media screen and (max-width: 680px){
}


