/*****************************

共通

******************************/

body{
	font-family: YakuHanJP , YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,Verdana, Meiryo, sans-serif;
	animation: fadeIn 1s ease 0s 1 normal;
	letter-spacing: .06em;
	color: #010022;
	font-weight: 300;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.body__inner{
	overflow: hidden;
}

.bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.en{
	font-family: agenda, sans-serif;
}

.en-italic{
	font-family: agenda, sans-serif;
    font-weight: 300;
    font-style: italic;
}


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

a{
	transition: .3s;
	color: #010022;
}

.wrap{
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

.sp{
	display: none;
}

.tab{
	display: none;
}


.pc{
	display: block;
}



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

	.sp{
		display: block;
	}

	.pc{
		display: none;
	}


	.c-secttl{
		margin-bottom: 30px;
	}


}





/*****************************

header

******************************/
header{
	width: 100%;
	z-index: 9997;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0px;
	left: 0;
}

header a{
	transition: opacity .3s;
}

header.header-black{
	background: rgba(0,0,0,.9);
}

#top header{
	transform: translateY(-100px);
	transition: .5s;
	
}

#top header.act{
	transform: translateY(0px);
}


.header__inner{
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	letter-spacing: .1em;
	font-weight: 500;
}

header.header-black .header__logo a{
	color: #fff;
}

.header__logo img{
	width: 127px;
}

.header__logo-w img{
	width: 95px;
	margin-left: 15px;
}

.header__insta {
	position: absolute;
	right: 81px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 39px;
	height: 38px;
}

.header__nav{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	margin-right: 183px;
}

.header__nav li{
	margin-right: 30px;
	letter-spacing: .06em;
}

.header__nav li a.hover{
	opacity: .5;
}


header.header-black .header__nav li a{
	color: #fff;
}


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

   .header__inner{
		height: 72px;
	}

	.header__logo a{
		font-size: 26px;
	}

	.header__logo img{
	  width: 100px;
    }

    .header__logo-w img{
	  width: 68px;
	  margin-left: 15px;
    }

	.header__insta {
		width: 29px;
		height: 28px;
		right: 30px;
	}

	.header__nav{
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 600;
		margin-right: 63px;
	}

}

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

    .header__inner{
		height: 54px;
		justify-content: flex-start;
	}

	.header__logo a{
		font-size: 4.53vw;
	}

	.header__logo img{
		width: 65px;
		margin: 0 10px;
	}

	.header__logo-w img{
	  width: 48px;
	  margin-left: 18px;
	  margin-right: 20px;
    }

	.header__insta {
		right: 65px;
		width: 23px;
		height: 23px;
	}

	.header__nav{
		display: none;
	}

	

}

/*****************************

c-ham

******************************/


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

	.c-ham{
		position: absolute;
		top: 0;
		right: 21px;
		z-index: 9998;
	}

	.c-ham.fixed{
		position: fixed;
	}

	#top .c-ham.fixed{
       position: fixed;
       transform: translateY(-100px);
       transition: .5s;
	}

	#top .c-ham.fixed.act{
		transform: translateY(0px);
	}

	.c-ham span{
		width: 27px;
		height: 2px;
		background-color: #fff;
		display: block;
		transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	}

	.c-ham-black span{
		background-color: #000;
	}

	.c-ham span:first-child{
		margin-top: 19px;
		width: 23px;
	}

	.c-ham span:nth-child(2){
		margin-top: 7px;
		width: 11px;
		margin-left: 12px;
	}

	.c-ham span:nth-child(3){
		margin-top: 7px;
		width: 16px;
		margin-left: 7px;
	}

	.c-ham.is-active span:first-child{
		transform: translateY(9px) rotate(45deg);
	}

	.c-ham.is-active span:nth-child(2){
		opacity: 0;
	}

	.c-ham.is-active span:nth-child(3){
		transform: translateY(-9px) rotate(-45deg);
		width: 23px;
		margin-left: 0;
	}

}





/*****************************

footer

******************************/

footer{
	background-color: #000;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	footer{
		font-size: 10px;
		padding: 20px 0;
	}
}



/*****************************

c-nav

******************************/

.c-nav{
	display: none;
}

/* #top .c-nav{
   display: block;
} */

.c-nav ul{
   display: flex;
   justify-content: center;
   margin-top: 130px;
   margin-bottom: 42px;
}

.c-nav ul li{
	margin: 0 30px;
}

.c-nav ul a{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .06em;
}

.c-nav ul a.hover{
	color: #969696;
}

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

	.c-nav ul li{
		margin: 0 15px;
	}

	.c-nav ul a{
		font-size: 18px;
	}

}

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


	.c-nav{
		position: fixed;
		right: -100%;
		top: 54px;
		background-color: rgba(0,0,0,.9);
		width: 251px;
		z-index: 9999;
		transition: 1.4s all cubic-bezier(0.32, 1, 0.23, 1);
		display: block;
		height: 100%;
		padding-top: 47px;
	}

	#top .c-nav{
		background: url(../img/common/sp-nav-bg.jpg) no-repeat 50% 50% / cover;

	}

	#filmportrait .c-nav,
	#privateworks .c-nav,
	#about .c-nav,
	#contact .c-nav{
		background-color: rgba(255,255,255,1);
	}

	#filmportrait .c-nav a,
	#privateworks .c-nav a,
	#about .c-nav a,
	#contact .c-nav a
	{
		color: #1E1E1E;
	}

	.c-nav.act{
		right: 0;
		transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
	}

	.c-nav ul{
	   display: block;
	   margin-top: 0px;
	   margin-bottom: 0px;
	}

	.c-nav ul li{
		margin: 0;
		opacity: 0;
		transform: translateX(15px);
		transition: .1s;
	}

	.c-nav.act ul li:first-child{
		transition: 1s .5s;
		opacity: 1;
		transform: translateX(0px);
	}

	.c-nav.act ul li:nth-child(2){
		transition: 1s .7s;
		opacity: 1;
		transform: translateX(0px);
	}

	.c-nav.act ul li:nth-child(3){
		transition: 1s .9s;
		opacity: 1;
		transform: translateX(0px);
	}

	.c-nav.act ul li:nth-child(4){
		transition: 1s 1.1s;
		opacity: 1;
		transform: translateX(0px);
	}

	.c-nav.act ul li:nth-child(5){
		transition: 1s 1.3s;
		opacity: 1;
		transform: translateX(0px);
	}

	.c-nav.act ul li:nth-child(6){
		transition: 1s 1.5s;
		opacity: 1;
		transform: translateX(0px);
	}

	.c-nav ul a{
		font-size: 16px;
		font-weight: 400;
		display: block;
		text-align: left;
		padding: 15px 0 15px 43px;
		color: #fff;
	}

	.c-nav ul a.hover{
		color: #969696;
	}

	.c-nav__sp-ham{
		width: 28px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 4px;
	}

	.c-nav__sp-ham::before,
	.c-nav__sp-ham::after{
		content: "";
		width: 25px;
		height: 1px;
		background-color: #000;
	}

	.c-nav__sp-ham::before{
		transform: rotate(45deg);
		position: absolute;
		top: 15px;
		right: 10px;
	}

	.c-nav__sp-ham::after{
		transform: rotate(-45deg);
		position: absolute;
		top: 15px;
		right: 10px;
	}

	.c-nav-bg{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 9997;
		visibility: hidden;
	}

	.c-nav.act ~ .c-nav-bg{
		visibility: visible;
	}



}





/************************ js-fadeup ************************/

.js-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1.2s cubic-bezier(0.75, 0, 0.35, 1),opacity 1.2s cubic-bezier(0.75, 0, 0.35, 1);
  will-change: transform,animation,position;
}

.js-fadeup.run{
  opacity: 1;
  transform: translateY(0px);
}


/************************ js-img ************************/

.js-img {
  position: relative;
  overflow: hidden;
}

.js-img img{
	transform: scale(2.5);
	opacity: 0;
	will-change: transform,animation,position;
}

.js-img.run img{
	animation: imgAnim 1.5s .8s cubic-bezier(0.75, 0, 0.35, 1) forwards;
}

@keyframes imgAnim {
	0%{
       opacity: 0; transform: scale(1.1);
	}

	100%{
	   opacity: 1;transform: scale(1);
	}
	
}


.js-img::after{
	content: "";
	width: 100%;
	height: 100%;
    background: linear-gradient(90deg, rgba(178,221,255,1) 0%, rgba(128,199,255,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translateX(-101%);
	will-change: transform,animation,position;
}

.js-img.run::after{
	animation: imgBgAnim 1.5s cubic-bezier(0.75, 0, 0.35, 1) forwards;
}

@keyframes imgBgAnim {
	0%{
       transform: translateX(-101%);
	}

	50%{
		transform: translateX(0);
	}

	60%{
		transform: translateX(0);
	}

	100%{
		transform: translateX(101%);
	}
	
}








/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  max-height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 90%;/* これが無いと「overflow:scroll」が利かない */
  max-width: 600px;
  background: white;
  padding: 20px;
  font-size: 13px;
}

.modal-content img{
	margin-bottom: 20px;
}

.modal-content .ttl{
	margin-bottom: 16px;
	font-size: 15px;
}

.modal-content .ttl span{
	font-family: 'Comfortaa', cursive;
    color: #1F70AB;
    letter-spacing: .1em;
    margin-right: 20px;
    display: block;
}

.modal-content p{
	margin-bottom: 20px;
	line-height: 1.85;
}

.modal-close{
	background-color: #1F70AB;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 0px;
	display: block;
	width: 150px;
	text-align: center;
	margin: 30px auto 0;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.hidden {
  overflow: hidden;
}