@charset "UTF-8";

/**
 * デザインカスタマイズCSS
 */

main{
	background-color: #000;
}
a{
	color: #CCCCCC;
}
.pcDispOnly{
	display: block;
}
.spDispOnly{
	display: none;
}
@media screen and (max-width:767px) {
	.pcDispOnly{
		display: none;
	}
	.spDispOnly{
		display: block;
	}
}
.mainVisualArea .slick-pc{
    display: block;
}
.mainVisualArea .slick-sp{
    display: none;
}
@media screen and (max-width:767px) {
    .mainVisualArea .slick-pc{
        display: none;
    }
    .mainVisualArea .slick-sp{
        display: block;
    }
}
.slick img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.mainVisualArea {
	position: relative;
}
.mainVisualArea .logo {
	position: absolute;
	top: 50px;
	left: 60px;
}
.mainVisualArea .copy{
	width: 100%;
    height: 100vh;
	position: absolute;
	top: 0;
	left 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 76px;
}
@media screen and (max-width:767px) {
	.mainVisualArea .logo {
		position: absolute;
		bottom: auto;
		top: 40px;
		left: 20px;
/* 		transform: translate( 50%, 0); */
	}
	.mainVisualArea .logo img {
		width: 120px;
		height: auto;
	}
	.mainVisualArea .copy a img{
		width: 150px;
		height: auto;
	}
}
header {
	position: relative;
}
#header{
	position: fixed;
	background-color: transparent!important;
}
header .menuBtn,
#header .menuBtn{
	position: absolute;
	top: 50px;
	right: 65px;
	cursor: pointer;
}
.modalMenu{
	display: none;
	width: 100%;
	height: auto;
	min-height: 100svh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
	
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 999;
}
.modalMenu.open{
	display: block;
	display: flex;
	background-color: rgba(0,0,0,1);
}

.modalMenu .menuCloseBtn{
	position: absolute;
	top: 40px;
	right: 65px;
	cursor: pointer;
}
.modalMenu ul{
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.modalMenu ul.pageLink li{
	margin: 40px 0;
}
.modalMenu ul.pageLink li img{
	width: auto;
	height: 16px;
}
.modalMenu ul.snsLink li img{
	width: auto;
	height: 20px;
}
.modalMenu ul.snsLink{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 50px;
	gap: 40px;
}

@media screen and (max-width:767px) {
	header .menuBtn,
	#header .menuBtn{
		position: absolute;
		top: 40px;
		right: 25px;
		cursor: pointer;
	}
	header .menuBtn img,
	#header .menuBtn img{
		width: 35px;
		height: 16px;
	}
	.modalMenu .menuCloseBtn{
		position: absolute;
		top: 26px;
		right: 25px;
		cursor: pointer;
	}
	.modalMenu .menuCloseBtn img{
		width:35px;
		height:35px;
	}
}
/*  サブページサイドバー  */
.sidebar-wrap{
	background-color:#000;
	color:#ccc;
	
	padding-top: 100px;
	padding-bottom: 200px;
	position: relative;
}
.sidebar-entry-content p {
	color: #ccc;
}
.photek-head-wrap {
    overflow: visible!important;
    height: auto!important;
    width: 100%!important;
}
.sidebar-wrap{
	height: 100svh;
	overflow-y: scroll;
}
.sidebar-wrap .portfoliLogo{
	position: absolute;
	bottom: 140px;
	right: 60px;
}
.sidebar-wrap .portfoliSignname{
	position: absolute;
	bottom: 50px;
	right: 50%;
	transform: translate( 50%, 0);
}
.sidebar-wrap .portfolioBackBtn{
	display: flex;
}
.sidebar-wrap .portfolioBackBtn a{
	color: inherit;
	padding: 5px 20px 3px;
	display: block;
	background-color: #000;
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.mobile .portfolioBackBtn{
		display: inline-block;
	}
	.mobile .portfolioBackBtn a{
		color: inherit;
		padding: 5px 20px 3px;
		display: block;
		background-color: #000;
		margin-top: 30px;
		margin-left: 20px;
	}
}
/* サブページの背景を黒文字を白に */
.photek-page{
	background: black!important;
	margin-top:40px;
	padding:0px;
	color: #FFF;
}
/* 調整 */
.mobile body { color:#ccc;}
.mobile #container{
/* 	margin-top: 100px; */
}
.mobile #container #content_header{
	background-color: transparent!important;
	padding: 27px 0;
	
}
.mobile #container #breadcrumb_wrap{
	display:none;
}
.mobile #container #portfolio_post,
.mobile #container #page_post{
	padding-top: 40px;
}
.mobile .portfolio_content,
.mobile #portfolio_text{
	border-top: 0px;
}
/* CONTACT */
.page-id-22 .photek-page-title{
	text-align: center;
}
.contactFormArea{
	width: 100%;
	max-width: 500px;
	padding: 0 10px;
	margin: 20px auto 40px;
}
.contactFormArea .formMail{
	font-size: 16px!important;
}
.contactFormArea .formMail .rrow p{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	padding: 0;
	gap: 20px;
}
.contactFormArea .formMail .rrow.nocolum p{
	display: block;
}
@media screen and (max-width:767px) {
	.contactFormArea .formMail .rrow p{
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		gap: 0;
	}
}
.contactFormArea .formMail .rrow p label{
	width: 100%;
	color: #FFFFFF;
	padding: 8px 0 0;
}
.contactFormArea .formMail .rrow p imput{
	flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
	padding: 4px;
	font-size: 16px;
	line-height: 1.6;
	background-color: #717071;
	color: #FFFFFF;
	border-radius: 4px;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	max-width: 300px;
}
label{
	color: #FFFFFF;
}
.form-submit{
	background-color: #AA8046;
	color: #FFF;
	padding: 4px 16px;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
	margin: 0 auto;
}
.contactFormArea .formBtn{
	text-align: center;
}
.contactFormArea .error{
	display: inline-block;
	padding: 10px;
}



/* blog */
.blog-wrap{
	background-color: #000000;
	color: #ffffff;
}
.sidebar-thumbnail-wrap{
	border: 0px;
}
aside .nav > li > a, .sidebar-post{
	color: #fff;
}
.post_category:before{
	display: none;
}
.mobile .category-news .archive_headline{
	display: none;
}
.mobile .posts_list li{
	border: 0;
}
.mobile #archive_headline{
	border: 0;
	padding-top:30px;
}
.mobile .archive .post_image img{
	height: 160px;
	object-fit: cover;
}

.entry-content>*:not(#eyecatch){
  color: #fff;
}
#content{
	color: #FFF;
}