/* ============================================================== 
   # Bootstrapの代わり
=================================================================== */

.topimg-area img.galleryimg {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.topimg-area .hidden-xs {
		display: none !important;
	}
	.topimg-area .hidden-sm.hidden-md.hidden-lg {
		display: block !important;
	}

	.gallery-area .col-xs-6 {
		width: 50%;
	}
	.gallery-area .hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.topimg-area .hidden-xs {
		display: block !important;
	}
	.topimg-area .hidden-sm.hidden-md.hidden-lg {
		display: none !important;
	}
}

.gallery-area .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.gallery-area .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.gallery-area .item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
	.gallery-area .container { width: 750px; }
	.gallery-area .col-sm-6 { width: 50%; }
	.gallery-area .hidden-sm { display: none !important; }
}

@media (min-width: 992px) {
	.gallery-area .container { width: 970px; }
	.gallery-area .col-md-4 { width: 33.33333333%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.gallery-area .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
	.gallery-area .container { width: 1170px; }
	.gallery-area .hidden-lg { display: none !important; }
}


/* ============================================================== 
     # Gallery
=================================================================== */
.galleryimg {
 border-top: #9fa0a0 1px solid;
 border-bottom: #9fa0a0 1px solid;
}
.gallery-area {
 width: 100%;
 padding: 40px 0 0 0px;
 margin: 0px;
}
.gallery-area .works{
	padding-bottom: 30px;
	color: #000;
	font-size: 3.2rem;
	letter-spacing: 2.5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800 !important;
	line-height: 40px;
	text-align: center;
	position: relative;
	margin: 0;
}
.gallery-area .works:after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: #00A7E7;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.gallery-area h1 {
	color: #000;
	font-size: 1rem;
	letter-spacing: 2.5px;
	font-weight: 600 !important;
	line-height: 40px;
	text-align: center;
	margin: 16px 0;
}

.main-work{
	border-bottom: #9fa0a0 1px solid;
	margin-bottom: 30px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.gallery-cat {
	overflow: hidden;
	border-bottom: #9fa0a0 1px solid;
	padding-bottom: 10px;
	padding-top: 80px;
	margin: -80px 0 40px 0;
}
.gallery-cat a {
 color: #000;
}
.works-tag {
	width: 100%;
	margin-bottom: 20px;
}
.works-tag ul{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.works-tag ul li{
	margin-right: 40px;
	line-height: 1;
}
.works-tag li a{
	display: block;
	padding: 10px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	position: relative;

}
.works-tag li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: all .3s ease;
}

.works-tag li a:hover:after{
	transform: translateX(-50%) scaleX(1);
}


.works-cat-child {
	margin-bottom: 20px;
}
.works-cat-child p {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	color: #000;
	margin-bottom: 10px;
}
.works-cat-child ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.works-cat-child ul li{
	border: 1px solid #000;
	margin:0 20px 10px 0;
	border-radius: 5px;
	
}
.works-cat-child ul li a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	text-align: center;
	transition: all .3s ease;
}
.works-cat-child ul li a:hover{
	background: #000;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.gallery-area .works{
		font-size: 1.6rem !important;
		padding-bottom: 20px;
	}
	.gallery-area h1 {
		font-size: .8rem;
		margin: 10px 0;
	}
	.works-cat-child p {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		font-size: 18px !important;
		font-style: italic;
		color: #000;
		margin-bottom: 10px;
	}
	.works-cat-child ul li{
		margin:0 15px 5px 0;
	}
	.works-cat-child ul li a{
		height: 35px;
		line-height: 35px;
		padding: 0 20px;
		font-size: 0.8rem;
	}

	.works-tag li a {
		font-size: 18px;
	}

}


.pagenav {
 text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}
.pagenav img {
 width: 423px;
 height: auto;
}

@media screen and (max-width: 768px) {
	
	.pagenav {
	 text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}
.pagenav img {
 width: 90%;
 height: auto;
}
	
}

/*プロフィール*/

.gallery-profile{
	/* background: #e5f6fd; */
	padding: 60px 0 100px 0;
}

.gallery-profile h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 3rem;
    letter-spacing: 2.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800 !important;
}

.gallery-profile .container{
	padding: 30px;
	border-top: #9fa0a0 1px solid;
	border-bottom: #9fa0a0 1px solid;
	overflow: hidden;
}

.gallery-profile figure{
	width: 200px;
	float: left;
}

.profile-detail{
	width: calc(100% - 280px);
	float: right;
	position: relative;
}

.jobkind{
	font-size: 16px;
	font-style: italic;
	color: #999999;
	margin-bottom: 10px;
	text-decoration: underline;
	line-height: 1;
}

.name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.name span.en{
	font-size: 16px;
	color: #808080;
	font-weight: normal;
}

.ptxt{
	font-size: 15px;
	color: #808080;
	line-height: 1.5;
}

.sns{
	position: absolute;
	top: 35px;
	right: 0px;
}

.sns li{
	display: inline-block;
	font-size: 20px;
}

.sns li:first-child{
	margin-right: 10px;
	font-size: 30px;
}

.flowbtn10{
display:inline-block;	
font-size:35px;
text-decoration:none;
transition:.5s;
color:#444;	
}

.flowbtn10 .fa-instagram{
font-size:30px;
}

.flowbtn10 img {
	width: 40px;
}

@media screen and (max-width: 768px) {
	
.gallery-profile{
	padding: 60px 0 60px 0;
}

.gallery-profile h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
}
	
	.gallery-profile .container{
	padding: 30px;
	border-top: #9fa0a0 1px solid;
	border-bottom: #9fa0a0 1px solid;
	overflow: hidden;
		margin: 0 10px;
}

.gallery-profile figure{
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

.profile-detail{
	width: 100%;
	float: none;
	position: relative;
}

.jobkind{
	font-size: 16px;
	font-style: italic;
	color: #999999;
	margin-bottom: 10px;
	text-decoration: underline;
	line-height: 1;
}

.name{
	font-size: 1.4rem!important;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.name span.en{
	font-size: 16px;
	color: #808080;
	font-weight: normal;
}

.ptxt{
		font-size: 0.8rem!important;
	color: #808080;
	line-height: 1.7;
	margin-bottom: 40px;
}

.sns{
	position: inherit;
	top: auto;
	right: auto;
	float: right;
}

.sns li{
	display: inline-block;
	font-size: 20px;
}

.sns li:first-child{
	margin-right: 5px;
	font-size: 30px;
}

.flowbtn10{
display:inline-block;	
font-size:35px;
text-decoration:none;
transition:.5s;
color:#444;	
}

.flowbtn10 .fa-instagram{
font-size:30px;
}
	
}

/*gallery detail*/

.work-item .work-info {
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.work-item .work-info h3 {
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
}

.work-item .work-info h3 span {
	position: relative;
	top: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: .6rem;
	background: #231815;
	padding: 10px 10px;
	display: block;
}

/*モーダル*/

#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;

}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: 0px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
.inline-box {
  margin:35px;
}

.inline-box{
	overflow: hidden;
}

.inline-box figure{
	width: 600px;
	float: left;
}

.inline-box figure img{
	border: #000 1px solid;
	display: inline-block;
}


.inline-box .inline-detail{
	width: calc(100% - 630px);
	float: right;
	border-top: #9fa0a0 1px solid;
	border-bottom: #9fa0a0 1px solid;
	padding: 10px 0 0 0;
}
.inline-box .stitle{
	font-size: 16px;
font-style: italic;
color: #999999;
margin-bottom: 10px;
text-decoration: underline;
line-height: 1;
}

.inline-box .wtitle{
	font-size:20px;
color: #000;
margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.4;
}

.inline-box .wtxt{
	font-size:14px;
color: #808080;
margin-bottom: 50px;
	line-height: 1.6;
}

.inline-box .tag{
	border-top: #9fa0a0 1px solid;
	padding: 15px 0;
}
.inline-box .tag ul li {
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 8px;
	line-height: 1;
}

.inline-box .tag ul li a {
	height: 32px;
	line-height: 30px;
	padding:0 15px;
	color:#00A7E7;
	display:inline-block;
	background:none;
	font-size:12px;
	text-decoration:none;
	border:solid 1px #00A7E7;
	border-radius: 5px;
	white-space: nowrap;
}
.inline-box .tag ul li a:hover{
	color:#fff;
	background:#00A7E7;
	border:solid 1px #00A7E7;
}

@media screen and (max-width: 1200px) {
	.inline-box figure{
		width: 58%;
	}
	.inline-box .inline-detail{
		width: 40%;
	}
}
@media screen and (max-width: 992px) {

.inline-box figure{
	width: 100%;
	float: none;
	margin-bottom: 30px;
	text-align: center;
}

.inline-box .inline-detail{
	width: 100%;
	float: none;
	padding: 10px 0 0 0;
}
.inline-box .stitle{
	font-size: 16px;
font-style: italic;
color: #999999;
margin-bottom: 10px;
text-decoration: underline;
line-height: 1;
}

.inline-box .wtitle{
	font-size:20px!important;
color: #000;
margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.4;
}

.inline-box .wtxt{
	font-size:14px;
color: #808080;
margin-bottom: 50px;
	line-height: 1.6;
}

.inline-box figure img {
	width: 95%;
}
}

/*タグ一覧*/
#cboxTitle{
	display: none!important;
}

.tag-box {
  margin:35px;
	overflow: hidden;
}

.tag-box .tag-title {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
	color: #fff;
	background: #000;
	padding: 15px;
	line-height: 1;
	margin-bottom: 20px;
}


.tag-box .tag{
	padding-bottom: 20px;
	border: none;
	padding-top: 0;
}

.tag-box .tag ul{
	margin-bottom: 0;
	
}

.tag-box .tag li {
    display: inline-block;
    margin-right: 3px;
	margin-bottom: 3px;
	line-height: 1;
}


/*タグクラウドのデザイン*/
.tag-box .tag li a {
	padding:0 15px;
	color:#00A7E7;
	display:inline-block;
	background:none;
	font-size:12px;
	text-decoration:none;
	border:solid 1px #00A7E7;
	border-radius: 5px;
	height: 32px;
	line-height: 30px;
}
/*タグクラウドマウスオーバー時*/
.tag-box .tag li a:hover{
	color:#fff;
	background:#00A7E7;
	border:solid 1px #00A7E7;
}


@media screen and (max-width: 992px) {
	
	
.tag-box .tag-title {
	font-size: 20px!important;
	padding: 10px;
}

}

.other-creators{
	padding: 60px 0;
}

.other-creators h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 3rem;
    letter-spacing: 2.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800 !important;
}
.other-creators ul{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	
}
.other-creators ul li{
	margin: 20px 40px ;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.other-creators ul li{
		margin: 20px 20px ;
		font-size: 14px;
	}
}


.gallery-area .pager-box{
	margin-bottom: 30px;
}


a:hover {
	color: #232323;
}

.work-item {
	display: block;
	margin-bottom: 30px;
	position: relative;
	border: solid 1px #999;
}

.work-item img {
	min-width: 100%;
}

.work-item:hover:after {
	opacity: .5;
	height: 100%;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.work-item:hover i {
	opacity: 1;
	-webkit-transition: all 0.3s ease .2s;
	-o-transition: all 0.3s ease .2s;
	transition: all 0.3s ease .2s;
}

.work-item:hover .work-info h3 span {
	top: 0;
	-webkit-transition: all 0.4s ease .2s;
	-o-transition: all 0.4s ease .2s;
	transition: all 0.4s ease .2s;
}

.work-item:hover .work-info p span {
	top: 0;
	-webkit-transition: all 0.4s ease .4s;
	-o-transition: all 0.4s ease .4s;
	transition: all 0.4s ease .4s;
}

.work-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

