@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
    vertical-align: baseline;
}
body, html, main {  
	height: 100%; 
}
body {
    color:#000;
	font-size:100%;
	font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial","小塚ゴシック Pr6N",sans-serif;
    background-color:#fff;
	margin:0;
}
a,a:hover,a:visited{
	text-decoration:none;
	color:#000;
}
img{
	border:none;
}
ul li{
	list-style:none;
}
.nowrap {
    white-space: nowrap;
	display: inline-block;
}
.clearfix:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

/***** header ****/
.pc-gn-logo,.pc-footer-insta,.pc-only{
	display:none;
}
.pc-gn{
	opacity:0;
	visibility:hidden;
	position:fixed;
	z-index:100;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
    backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
    background-color: hsla(0,0%,100%,.5);
}
html.no-backdropfilter .blur__container{
	background-color: hsla(0,0%,100%,.9);
}

.sp-gn{
	display:block;
	background:#fff;
	width:100%;
	height:70px;
}
ul.sp-gn li.sp-gn-logo{
	float:left;
	padding: 9px 0 0 10px;
	max-width:208px;
}
ul.sp-gn li.sp-gn-logo a{
    display: block;
}
ul.sp-gn li.sp-gn-logo a img{
    width: 88px;
}



ul.sp-gn li.sp-gn-menu{
	float:right;
	width:40vw;
	max-width:150px;
}
.header-insta{
	width:60px;
	height:60px;
	float:left;
	position:relative;
}
.header-insta img{
	width:30px;
	height:30px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
label.menubar{
	width:60px;
	height:60px;
	float:right;
	position:relative;
}
label.menubar span{
	position:absolute;
	border-top:1px solid #000;
	transition:all .3s;
}
.t-bar{
	width:40px;
	right:20px;
	top:25px;
}
.u-bar{
	width:25px;
	right:20px;
	bottom:25px;
}
.menubar.active{
	z-index:101;
}
.pc-gn.active{
	opacity:1;
	visibility:visible;
	transition:.7s cubic-bezier(.165,.84,.44,1),visibility 0s;
}
.pc-gn-nav.active ul{
	font-size:20px;
	line-height:3;
	letter-spacing:5px;
	text-align:center;
	width:200px;
	height:400px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.menubar.active .t-bar{
	transform:rotate(45deg) translate(6px, 7px);
}
.menubar.active .u-bar{
	width:40px;
	transform:rotate(-45deg);
}



/***** footer ****/
.ccf-footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	text-align:center;
}
.footer-outline{
	padding:10px 0 5px;
}
.footer-insta{
	width:30px;
	height:30px;
	margin:0 auto 10px;
}
small{
	font-size:8px;
}
#footer-nav{
	border-top:1px solid #252625;
	padding:10px 0 5px;
}
#footer-nav ul{
	width: 100%;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
}
#footer-nav ul li{
	width:calc(100% / 5);
}
#footer-nav ul li a{
    display: block;
}
#footer-nav ul li img{
	width:30px;
	height:30px;
	margin-bottom:8px;
}
#footer-nav ul li span{
	font-size:8px;
	display:block;
}



/***** toppage ****/

.topblur{
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
	transition:all 1.5s ease-in-out;
}
.topblur.textblur{
	-webkit-filter:inherit;
    -moz-filter:inherit;
    -o-filter:inherit;
    -ms-filter:inherit;
    filter:inherit;
}
.top-outline{
	background:url(../ccfimg/top_pc.jpg) no-repeat center/cover;
	width:100%;
	height:calc(100vh - 240px);
	position:relative;
}
.top-outline:before,.studio-top:before,.contact-top:before,.access-top:before{
	content:"";
	width:20px;
	height:100%;
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.top-outline:after,.studio-top:after,.contact-top:after,.access-top:after{
	content:"";
	width:20px;
	height:100%;
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.top-mask,.studio-mask,.contact-mask,.access-mask{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
}
.studio-mask{
	background:rgba(0,0,0,0.3);
}
.contact-mask{
	background:rgba(0,0,0,0.5);
}
.top-ttl{
	position:absolute;
	z-index:10;
	color:#fff;
	font-size:14px;
	font-family:"Montserrat Light";
	font-weight:200;
	width:260px;
	height:66px;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.top-ttl h1{
	border-bottom:1px solid;
	padding-bottom:10px;
	margin-bottom:7px;
	font-weight:200;
}

/***** studio / contact ****/
.studio-top,.contact-top,.access-top{
	background:url(../ccfimg/studio-top.jpg) no-repeat 90%/cover;
	width:100%;
	height:60vh;
	position:relative;
}
.contact-top{
	background:url(../ccfimg/contact-top.jpg) no-repeat center/cover;
}
.access-top{
	background:url(../ccfimg/access-top.jpg) no-repeat 68%/cover;
}
.studio-ttl,.contact-ttl,.access-ttl{
	visibility:visible;
	color:#fff;
	font-family:"Montserrat Light";
	font-size:30px;
	width:180px;
	height:44px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.contact-ttl{
	width:220px;
}
.studio-ttl h1,.contact-ttl h1,.access-ttl h1{
	font-weight:200;
}
.studio-main-in,.contact-main-in,.access-main-in{
	padding:50px 20px;
	max-width:750px;
	margin:0 auto;
}
.studio-main-in h2,.contact-main-in h2{
	font-family:"小塚ゴシック Pro";
	font-weight:100;
	text-align:center;
}
.ccf-line{
	position:relative;
	border-top:1px solid #000;
	margin:20px 0 40px;
}
.ccf-line:before{
	content:"";
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	background:#000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin:auto;
	top:-0.5px;
	right:0;
	bottom:0;
	left:0;
}
.ccf-line:after{
	content:"";
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	border:1px solid #000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin:auto;
	top:-0.5px;
	right:0;
	bottom:0;
	left:0;
}
.studio-main-in p,.contact-main-in p{
	line-height:2;
	letter-spacing:1.1px;
}
.studio-photo{
	width:100%;
	height:100%;
}
.masonry-blank,.for-iphone-blank{
	display:block;
	width:100%;
	height:240px;
}
.for-iphone-blank{
	height:200px;
}
.grid-item{
	width:calc(50% - 20px);
	height:auto;
	padding:10px;
}
.grid-item--width2{
	width:calc(100% - 20px);
}
.grid-item img{
	width:100%;
}
.contact-form-outline{
	background:#F4F4F4;
	padding:100px 20px 150px;
	max-width:800px;
	margin:0 auto;
}
.contact-other{
	padding:50px 20px;
	max-width:800px;
	margin:0 auto;
}
.contact-recept{
	margin-bottom:50px;
	line-height:3;
	font-size:14px;
}
.contact-recept ul li:nth-of-type(2){
	line-height:2;
}
.contact-recept ul li span{
	display:inline-block;
}
.tel-number{
	font-size:26px;
	font-weight:600;
}
.tel-number:before{
	content:"℡：";
	font-family:"小塚ゴシック Pr6N";
}
.contact-privacy{
	font-size:14px;
	line-height:2;
}
.contact-privacy h4{
	margin-top:30px;
}
.privacy-sign{
	margin-top:50px;
}

/**** mailform ***/
dl.mailform dt{
	line-height:1;
	padding:30px 0 15px;
	font-weight:bold;
}
dl.mailform dt span{
	color:#C70000;
	margin-right:5px;
}
dl.mailform dt.kakunin{
	font-weight:inherit;
	font-size:14px;
	line-height:1.5;
	color:#555;
	margin-bottom:20px;
	text-align:center;
}
dl.mailform dd{
	padding-bottom:30px;
	border-bottom:1px solid #E6E6E6;
}
dl.mailform dd:last-child{
	border-bottom:none;
}
dl.mailform dd select,dl.mailform dd input,dl.mailform dd textarea{
	padding:8px 10px;
	width:100%;
	border:none;
	outline:none;
	background:#fff;
}
input#mail-send{
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:20px 0;
	display:block;
	max-width:300px;
	margin:0 auto;
}
input#mail-reset{
	background:#ccc;
	color:#777;
	font-weight:bold;
	display:block;
	max-width:300px;
	margin:30px auto 0;
}
.thanks-top{
	padding:50px 20px;
	font-size:14px;
}
.thanks-top h1{
	font-size:18px;
	text-align:center;
	margin-bottom:30px;
}
.to-top{
	margin-top:50px;
	text-align:center;
}
.to-top a{
	background:#42abe8;
	color:#fff;
	padding:10px 20px;
	border-radius:25px;
}
span.mailform-sama{
	visibility:hidden;
}


/**** access ***/
.access-main-in dl{
	font-size:14px;
	letter-spacing:0.5px;
	line-height:1.5;
}
.access-main-in dl dt{
	font-weight:bold;
	margin-bottom:10px;
}
.access-main-in dl dd{
	margin-bottom:20px;
}
.access-main-in dl dd span{
	display:inline-block;
}
.ccf-map{
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.map-all{
	font-size:20px;
	width:200px;
	padding:10px 0;
	margin:10px auto;
	border-bottom:2px solid;
}
.android .map-all,.iPhone .map-all{
	display:none;
}
.map-apl{
	display:none;
	padding:10px 0;
	width:200px;
	margin:20px auto 10px;
}
.map-apl:after,.map-all:after{
	content:"→";
	font-weight:bold;
	margin-left:10px;
}
.android .map-apl-googlemap,.iPhone .map-apl-applemap{
	display:block;
	border-bottom:2px solid;
}
.android .map-apl:before{
	content:"";
	display:inline-block;
	background:url(../ccfimg/googlemap.gif) no-repeat center/cover;
	width:30px;
	height:30px;
	margin-right:10px;
	vertical-align:middle;
}
.iPhone .map-apl:before{
	content:"";
	display:inline-block;
	background:url(../ccfimg/applemap.gif) no-repeat center/cover;
	width:30px;
	height:30px;
	margin-right:10px;
	vertical-align:middle;
}


/***** STAFF ****/
.staff-top{
    text-align: center;
    margin: 60px auto;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 20px 30px;
}
.staff-ttl{
    font-size: 14px;
}
.staff-ttl h1{
    font-family: "Times New Roman";
    font-size: 26px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.staff-wrapper{
    max-width: 800px;
    margin: 0 auto;
}
.staff-wrapper img{
    width: 100%;
    max-width: 466px;
}
.staff-inline{
    padding: 0 20px;
}
.staff-01{
    border: 1px solid #bfbfbf;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.staff-01 .img{
    padding: 0 8%;
}
.staff-01 .intro{
    margin-top: 20px;
}
.staff-01 .intro .name{
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
}
.staff-01 .intro .name .super{
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}
.staff-01 .intro .name h2{
    font-size: 1.4rem;
    font-weight: 300;
}
.staff-01 .intro .name h2 span{
    margin-left: 10px;
    font-size: 0.9rem;
}
.staff-01 .intro .text{
    line-height: 2;
    margin: 10px 0 0;
}
.staff-wrapper .more{
    margin-top: 10px;
}
.staff-wrapper .more a{
    background: #000;
    color: #fff;
    display: block;
    padding: 8px 40px;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
}
.staff-wrapper .more a:after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 40px;
    bottom: calc(50% - 4px);
}
.staff-02{
    max-width: 600px;
    margin: 30px auto 0;
}
.staff-02 ul{
    display: flex;
    flex-wrap: wrap;
}
.staff-02 ul li{
    width: calc(50% - 20px);
    padding: 0 10px 20px;
}
.staff-02 ul li .staff-outline{
    border: 1px solid #bfbfbf;
    padding: 10px;
    text-align: center;
}
.staff-02 .name{
    margin: 10px 5px 0;
    line-height: 1.8;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 77px;
}
.staff-02 .name h3{
    font-size: 1rem;
    font-weight: 300;
}
.staff-02 .name p:nth-of-type(1){
    font-size: .8rem;
}
.staff-02 .name p:nth-of-type(2){
    font-size: 12px;
    letter-spacing: .2px;
}
.staff-02 .more{
    margin-top: 5px;
}
.staff-02 .more a{
    padding: 8px 10px;
    text-align: left;
}
.staff-02 .more a:after{
    right: 10px;
}

.staff-inview{
    transition: all 1s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
    filter: blur(16px);
}
.staff-inview.active{
    transform: translateY(0);
    opacity: 1;
    filter: none;
}
.staff-02 ul li:nth-child(2n) .staff-inview{
    transition-delay: .5s;
}

.staff-insta a{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
}
.staff-insta-2 a{
    width: 20px;
    height: 20px;
}




/***** STAFF PROFILE ****/
.staff-content{
    max-width: 300px;
    margin: 0 auto;
}
.staff-content dl{
    border: 1px solid #bfbfbf;
    padding: 40px 30px;
}
.staff-content h1{
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 30px;
}
.staff-content p{
    font-size: .9rem;
}
.staff-content p.title{
    font-weight: 100;
    font-size: 1.5rem;
    margin-top: 10px;
}
.staff-prodile{
    max-width: 600px;
    margin: 60px auto 0;
    text-align: left;
}
.staff-prodile h2{
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-left: 10px;
}
.staff-pro-01{
    position: relative;
    padding: 20px;
    line-height: 1.8;
    letter-spacing: 1.1px;
}
.border-inview .border, .border-inview .border-right{
    display: block;
    position: absolute;
    transition: all 5s ease-in-out;
}
.border-inview span.border:nth-of-type(1){
    width: 0;
    height: 1px;
    border-top: 1px solid #bfbfbf;
    top: 0;
    left: -17px;
    transform-origin: left;
}
.border-inview.active span.border:nth-of-type(1){
    width: calc(100% + 37px);
}
.border-inview span.border:nth-of-type(2), .border-inview .border-right{
    width: 1px;
    height: 0;
    border-left: 1px solid #bfbfbf;
    top: -20px;
    left: 0;
    transform-origin: top;
}
.border-inview .border-right{
    border-left: none;
    border-right: 1px solid #bfbfbf;
    left: initial;
    right: 0;
}
.border-inview.active span.border:nth-of-type(2), .border-inview.active .border-right{
    height: calc(100% + 107px);
}
.staff-pro-01 ul li{
    margin-bottom: 40px;
}
.staff-pro-02{
    padding: 20px;
    position: relative;
    min-height: 200px;
}
.staff-pro-02 h3{
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.staff-pro-02 ul{
    letter-spacing: 1.1px;
}
.staff-pro-02 ul li{
    margin-bottom: 20px;
}





@media only screen and (min-width:768px) {
    .sp-gn{
        position: fixed;
        z-index: 1000;
    }
    ul.sp-gn li.sp-gn-logo{
        width: 83.9px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
.top-outline:before,.top-outline:after,#footer-nav ul li span,.studio-top:before,.studio-top:after,.contact-top:before,.contact-top:after,.access-top:before,.access-top:after{
	display:none;
}
.pc-footer-insta{
	display:block;
}
html.no-backdropfilter .blur__container{
	background-color:initial;
}
.ccf-footer{
	height:60px;
}
.footer-outline{
	display:none;
}
#footer-nav{
	border-top:none;
}
#footer-nav ul{
	width:300px;
	margin:0 auto;
}
#footer-nav ul li{
	width:50px;
}
#footer-nav ul li a{
	position:relative;
	display:block;
	border-radius:50%;
	width:30px;
	height:30px;
	border:1px solid #d2d2d2;
}
#footer-nav ul li img{
	width:20px;
	height:20px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.top-outline{
	height:100vh;
}
.top-ttl{
	width:450px;
	height:85px;
	font-size:18px;
	letter-spacing:1.5px;
}
.top-ttl h1{
	margin-bottom:10px;
}
.pc-only{
	display:block;
	background:transparent;
	height:100vh;
}
.pc-only h2{
	color: #fff;
    font-family: "Montserrat Light";
    font-size: 3rem;
    width: 200px;
    height: 55px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    font-weight: 200;
}
.studio-top,.contact-top,.access-top{
	height:100vh;
	position:fixed;
	z-index:-1;
}
.studio-ttl,.contact-ttl,.access-ttl{
	visibility:hidden;
}
.studio-main,.contact-main,.contact-other,.access-main{
	color:#fff;
}
.ccf-line{
	border-top:1px solid #fff;
}
.ccf-line:before{
	background:#fff;
}
.ccf-line:after{
	border:1px solid #fff;
}
.pcblur:before{
	content:"";
	background:inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
}
.contact-main-in{
	margin-bottom:100px;
}
.contact-main-in p{
	text-align:center;
	font-size:18px;
}
dl.mailform{
	display:flex;
	flex-wrap:wrap;
	max-width:600px;
	margin:0 auto;
}
dl.mailform dt{
	flex:0 0 220px;
	padding:38px 0;
}
dl.mailform dd{
	flex:0 0 calc(100% - 220px);
	padding:30px 0;
}
dl.mailform dd select{
	width:320px;
}
dl.mailform dt.kakunin{
	padding:0;
	margin:50px auto 0;
}
dl.mailform dt.kakunin,dl.mailform dd:last-child{
	flex:inherit;
	width:100%;
}
.thanks-outline{
	background:#ccc;
	width:100%;
	height:100vh;
	position:relative;
}
.thanks-top{
	position:absolute;
	width:560px;
	height:300px;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
	font-size:18px;
}
.thanks-top h1{
	font-size:22px;
}
.thanks-outline div.for-iphone-blank{
	display:none;
}
.ccf-map a{
	color:#fff;
}
.access-main-in{
	margin-bottom:100px;
}
.access-main-in dl{
	font-size:20px;
	display:flex;
	flex-wrap:wrap;
	width:700px;
	margin:0 auto;
}
.access-main-in dl dt{
	flex:0 0 100px;
}
.access-main-in dl dd{
	flex:0 0 calc(100% - 100px);
}
.map-all{
	border-bottom:2px solid #fff;
	margin-top:50px;
}
.map-all:after{
	color:#fff;
}
    
    
    /*****   STAFF  *****/
    .staff-ttl h1{
        font-size: 3rem;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }
    .staff-ttl p{
        font-size: 16px;
        line-height: 2;
        letter-spacing: 1.1px;
    }


    /***** STAFF PROFILE ****/
    .staff-content{
        margin-top: 100px;
    }
    .staff-prodile h2{
        padding-left: 20px;
        margin-bottom: 5px;
        font-size: 1.2rem;
        letter-spacing: -1px;
    }
    .staff-pro-01, .staff-pro-02{
        font-size: 18px;
    }





}
@media only screen and (min-width:1024px) {
    .sp-gn{
        display: none;
    }
    .pc-gn-logo{
        display:block;
        float:left;
        padding: 7.4px 20px 0;
    }
    .pc-gn-logo a{
        display: block;
    }
    .pc-gn-logo a img{
        width: 100px;
    }
    .pc-gn{
        opacity:1;
        visibility:visible;
        width: calc(100vw - 40px);
        height:70px;
        background-color:initial;
        backdrop-filter:none;
        padding:10px 20px;
        transition:all .7s cubic-bezier(.165,.84,.44,1);
    }
    .pc-gn.pconlyheader{
        background:rgba(0,0,0,0.3)!important;
    }
    .pc-gn-nav{
        float:right;
        width:65vw;
    }
    .pc-gn-nav ul{
        position:relative!important;
        width:100%!important;
        height:70px!important;
        font-size:16px!important;
        letter-spacing:2px!important;
    }
    .pc-gn-nav ul li{
        float:left;
        padding:20px;
    }
    .pc-gn-nav ul li a{
        color:#fff;
    }
    
    
    /*****   STAFF  *****/
    .staff-top{
        margin-top: 150px;
    }
    .staff-01{
        padding: 0;
        max-width: initial;
    }
    .staff-01 dl{
        display: flex;
        justify-items: center;
    }
    .staff-01 .img{
        width: 300px;
        padding: 20px;
    }
    .staff-01 .intro{
        width: calc(100% - 300px);
        padding: 20px;
        margin: 0;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .staff-01 .intro .name{
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-around;
        align-items: baseline;
    }
    .staff-01 .intro .name .super{
        margin-bottom: 0;
        font-size: 1.52rem;
    }
    .staff-01 .intro .name h2{
        font-size: 1.5rem;
    }
    .staff-01 .intro .name h2 span{
        margin-left: 30px;
    }
    .staff-01 .intro .text{
        margin: 0;
    }
    .staff-wrapper .more{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .staff-wrapper .more a{
        width: 150px;
        margin: 0 0 0 auto;
    }
    .staff-02{
        max-width: initial;
    }
    .staff-02 ul{
        justify-content: space-between;
    }
    .staff-02 ul li{
        width: 180px;
        padding: 0;
    }
    .staff-02 .name{
        height: 80px;
        margin: 20px auto;
    }
    .staff-02 .name h3{
        font-size: 1.2rem;
    }
    .staff-02 .name p:nth-of-type(1){
        font-size: .9rem;
        letter-spacing: 1px;
    }
    .staff-02 .name p:nth-of-type(2){
        letter-spacing: 1.5px;
    }
    .staff-02 .more{
        margin-bottom: 0;
    }
    .staff-02 .more a{
        width: auto;
        padding: 5px 15px;
    }
    .staff-02 .more a:after{
        right: 15px;
    }
    
    
    .staff-02 ul li:nth-of-type(2) .staff-inview{
        transition-delay: .3s;
    }
    .staff-02 ul li:nth-of-type(3) .staff-inview{
        transition-delay: .6s;
    }
    .staff-02 ul li:nth-of-type(4) .staff-inview{
        transition-delay: .9s;
    }
    
    .staff-insta{
        margin-left: 5px!important;
    }
    
    
    
}
@media only screen and (min-width:1025px) {



    .studio-main-in,.contact-main-in{
        padding:80px 140px 140px;
        font-size:20px;
    }
    .ccf-line{
        margin:40px auto 80px;
    }
    .grid-item{
        width:calc(25% - 20px);
    }
    .grid-item--width1, .grid-item--width2{
        width:calc(100% / 3 - 20px);
    }


/***** STAFF ****/
    .staff-01 img, .staff-02 img{
        filter: grayscale(20%);
        transition: all .3s;
    }
    .staff-01 img:hover, .staff-02 img:hover{
        filter: grayscale(0%);
    }
    .staff-wrapper .more a:after, .staff-02 .more a:after{
        transition: all .5s ease-in-out
    }
    .staff-wrapper .more a:after{
        right: 60px;
    }
    .staff-wrapper .more:hover a:after{
        right: 40px;
    }
    .staff-02 .more a:after{
        right: 30px;
    }
    .staff-02 .more:hover a:after{
        right: 15px;
    }




}




