@charset "utf-8";
/* ===============================================================
       basic elements 
=============================================================== */
.column2,.column3,.column4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;/* Webkit系用 */
	-moz-box-sizing: border-box;/* Firefox用 */
	box-sizing: border-box;/* 標準 */
}
.column2 .column {
	width: 48.5%;
	margin: 0 3% 0 0;
	transition: 0.6s;
	display: block;
}
.column2 .column:nth-child(2n){
	margin-right: 0;
}
.column2 .column:after{
	content: "";
	display: block;
	clear: both;
}
.column3 .column {
	width: 48.5%;
	margin: 0 3% 0 0;
	transition: 0.6s;
	display: block;
}
.column3 .column:nth-child(2n){
	margin-right: 0;
}
.column3 .column:after{
	content: "";
	display: block;
	clear: both;
}
.column4 .column {
	width: 48.5%;
	margin: 0 3% 0 0;
	transition: 0.6s;
	display: block;
}
.column4 .column:nth-child(2n){
	margin-right: 0;
}
.column4 .column:after{
	content: "";
	display: block;
	clear: both;
}

/* ----------- ページMV ----------- */
.mvImg{
	min-height: 320px;
	position: relative;
}
.pageTtlArea {
	top: 30% !important;
	left: 5% !important;
}
.pageTtlArea .pageTtl-eg {
	font-size: 40px;
}
.pageTtlArea .pageTtl {
	font-size: 18px;
}
.pageTtlArea .pageTtl br {
	display: none;
}

/* ----------- 見出し ----------- */
h3.copyTxt {
	font-size: 18px;
}
.copyTxt {
	max-width: 450px;
	margin: auto;
}
.ttlArea1 {
	margin-bottom: 30px;
}
.ttlArea1 .ttl1 {
	font-size: 28px;
}
.ttlArea1 .ttl1 br {
	display: none;
}
.ttlArea1 .ttl1-sub{
	font-size: 16px;
}
.ttl2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.ttl3 {
	padding: 15px 40px;
	font-size: 20px;
	margin-bottom: 30px;
	background-size: cover;
}
.ttl4 {
	font-size: 17px;
	margin-bottom: 20px;
}
.ttl5 {
	font-size: 15px;
	margin-bottom: 20px;
}
.bigTxt1 {font-size: 24px; margin-bottom: 20px;}
.txt1 {
	font-size: 16px;
}
.txt2 {
	font-size: 24px;
}
.txt2-2 {
	font-size: 20px;
}
.txt3 {
	font-size: 24px;
	margin-bottom: 20px;
}

/* ===============================================================
      HOME
=============================================================== */
/* ----------- スライダー ----------- */
#hero,
#slide-container,
#slide-container .item,
#slide-container .item a,
#slide-container .background{ height: 340px !important; }
#hero{ overflow:hidden; }
#slide-container{ position:relative; background-color:#eee; }
#slide-container .item{ position:absolute; top:0; left:0; display:none; overflow:hidden;}
#slide-container .item a{ display:block; width:100%; height:340px !important; }
#slide-container .item a:hover{ text-decoration:none; }
#slide-container .background { position:absolute; background-position:center center; background-repeat:no-repeat; overflow:hidden; }
#slide-container .foreground{ position:absolute; top: 50px; left: 50px; }
#slide-container .title{ margin-bottom:10px; font-size:40px; font-weight:bold; color:#eadf2c; line-height:1em; text-shadow: 1px 2px 1px #666; }
#slide-container .subtitle{ font-size:17px; color:#fff; font-weight: bold; text-shadow: 1px 2px 1px #666; }
#slide-container .controller .pager{ position:absolute; top:50%; z-index:10; width: 23px;}
#slide-container .controller .prev{ left:20px; }
#slide-container .controller .next{ right:20px; }
.pagination{ position:relative; left:50%; float:left; margin: 30px auto 20px auto; }

.pagination li { float:left; position: relative; right:50%; margin:0 6px; list-style:none; font-size: 11px; color: #CCC; display:block; overflow:hidden; }
.pagination li a { color: #CCC; }
.pagination .active {
	font-weight: bold;
	color: #222;
}

/* ----------- メッセージ ----------- */
.topCatch .bigTxt1 {
	text-align: center;
}
/* ----------- 最新の制作実績 ----------- */
.exampleArea {
	padding: 0 0 60px 0;
}
.exampleArea .entryLists {
	margin-bottom: 40px;
}

/* ----------- サービス ----------- */
.serviceArea {
	padding: 60px 0;
}
.serviceArea .inner {
	width: 90%;
}
.serviceThum {
	width: 60%;
	margin: 0 auto 20px auto;
}

/* ----------- BLOG最新記事 ----------- */
.blogArea {
	padding: 60px 0;
}
.blogArea .entryLists .entryList {
	padding: 20px;
}

/* ----------- Instagram ----------- */
.instagramArea {
	padding: 60px 0;
}

/* ----------- バナーエリア ----------- */
.bnrArea {
	padding: 60px 0;
}
/* ----------- メッセージ ----------- */
.aboutArea {
	padding: 60px 0;
}


/* ===============================================================
      イラスト制作
=============================================================== */
.mv-btns {
	position: absolute;
	justify-content: left;
	top: 65%;
	left: 5%;
}
.mv-btn {
	margin-right: 5px;
}
.illustVariation {
	padding: 0 0 30px 0;
}
.illustVariation .column {
	width: 70%;
	margin: 0 auto 20px auto;
}
.illustVariation .thum {
	height: 180px;
	margin: 0 auto;
}
.variaTtl {
	height: 30px;
	width: 70%;
	line-height: 30px;
	margin: 0px auto 15px auto;
	font-size: 15px;
}
#touch,#aim {
	padding-top: 60px;
	margin-top: -60px;
}



/* ===============================================================
       blog
=============================================================== */
/* ----------- blogページ共通 ----------- */
.entryLists .entryList {
	width: 31.6%;
	margin: 0 2.6% 20px 0;
}
.entryLists .entryList .blog_thum {
	height: 140px;
}
.entryLists .entryList .blog_thum img {
	max-width: 120%;
	max-height: 160%;
}
.entryLists .entryList:nth-child(2n){
	margin-right: 2.5%;
}
.entryLists .entryList:nth-child(3n){
	margin-right: 0;
}

.pagerArea{
	padding: 20px 0;
	margin-bottom: 40px;
}
.pagerArea p {
	margin-bottom: 0 !important;
}

/* -- sidbar -- */
#sub {
	width: 70%;
	margin: auto;
}
.side__block{
	margin-bottom: 30px;
}
.profArea {
	padding: 15px 20px;
}
.profArea .column {
	width: 100%;
}
.profImg img {
	width: 80%;
}
.recent__thum{
	height: 60px;
}
.recent__thum{
	height: 50px;
}

/* ----------- blogTop/アーカイブ ----------- */
#main .blogCate_ttl{
	font-family: serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana;
	font-size: 24px;
	font-weight: normal;
	padding: 20px;
	margin-bottom: 40px;
    text-align: center;
	background: #666;
	color: #FFF;
}
.entryLists .entryList .entryTtl {
	font-size: 14px;
	font-weight: 500;
}

/* ----------- 記事下定形 ----------- */
.signatureL {
	width: 40%;
	background: none;
	margin: auto;
}
/* ----------- 関連記事 ----------- */
#main .relatedArea .entryList {
	width: 30% !important;
}
#main .relatedArea .entryList:nth-child(3n){
	margin-right: 0 !important;
}

/* 
===============================================================
       header
=============================================================== */
.siteName {
	font-size: 13px;
	position: absolute;
	left: 200px;
	top: 15px;
	display: block;
	text-align: left;
}