@charset "utf-8";
/*
Theme Name: ★candoサイト（habakiri子テーマ）★
Theme URI:
Template: habakiri
Description: 
Author: ★cando★
Tags: 
Version: 0.1.0
*/
/*---------- クリアーフィックス ----------*/
.clear-fix{
	*zoom: 1;
}
.clear-fix:before, .clear-fix:after{
	display: table;
	content: "";
	line-height: 0;
}
.clear-fix:after{
	clear: both;
}

/* ------------- フォント -------------*/
body,h1,h2,h3,h4,h5,h6,ul,li,a,p,tr,td,dl,dt,dd{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
	
	
/* ------------- 設定リセット ------------- */

.col-sm-6, .col-sm-7{
	margin: 0 !important;
	padding: 0 !important;
	}
.col-xs-6, .col-sm-3, .col-md-4, col-sm-2, col-xs-4{
	display: block;
	margin: 0;
	padding: 0;
	}
ul{
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}
li{
	margin: 0 !important;
	padding: 0 !important;
	}
a{
	text-decoration: none !important;
	}

body {
	font-size: 15px !important;
    line-height: 1.7;
	color: #333;
	background-color: #fff;
	}
div#n2-ss-6 .n2-ss-slide{
	margin: 0;
	padding: 0;
}
#container{
	position: relative;
	width: 100%;
}
#header{
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.2);
}
#contents{
	margin-top: 85px;
}
	
/* ------------- 設定リセット END ------------- */
	
/* ------------- 各コンテンツ共通 ------------- */
.no-rap{
	white-space: nowrap;
	}
.breadcrumbs{
	margin-top: 10px;
	}
.bg-gray{
	background-color: #f3f3f3;
	}	
.bg-orange{
	background-color: #f3970c;
	}
.breadcrumbs br.smartphone{
	display: none;
	}
/*
.row-eq-height{
	display:-webkit-box;
    display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	}
*/
@media screen and (min-width: 501px) {
	br.smartphone{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.br-pc{
		display: none;
	}
}
@media screen and (min-width: 600px) {
	.no-br-pc{
		display: none;
	}
}
@media screen and (max-width: 1150px) {
	.no-br-mobile{
		display: none;
	}
}


/* ------------ 固定ページ用 -------------*/
.sub-page-contents{
	padding-top: 70px;
	}
#main{
	margin-top: -70px;
	padding: 0 50px;
	}
@media screen and (max-width: 991px) {
	#main{
	padding: 0;
	}
}
/* ---------- 検索バー ----------*/
.input-group{
	max-width: 500px;
	margin: auto;
}
/* ---------- 検索結果 ----------*/
.search_box{
	padding: 25px;
	}
.search_box a{
	color: #222;
	}
#search #main h2{
	font-weight: 600;
	font-size: 20px;
	margin-left: 10px;
	}
#search h3{
	font-weight: 600;
	font-size: 15px;
	}
#search br.smartphone, #design-archive br.smartphone{
	display: none;
	}
#search{
	margin-bottom: 50px;
	}
@media screen and (max-width: 767px) {
	.search_box{
		padding: 10px;
	}
}
/* ---------- コンタクトフォーム ----------*/
#contact-form p{
	margin-top: 20px;
}
#contact-lead{
	display: block;
	width: 500px;
	margin: 0 auto 50px auto;
	}
#contact-form{
	display: block;
	margin: auto;
	max-width: 500px;
	}
#contact-thanks{
	display: block;
	margin: auto;
	max-width: 500px;
}
.personal{
	margin: 10px 0 25px 0;
	padding: 10px 25px;
	background-color: #f4f4f4;
}
.personal ol{
	margin-left: -15px;
}
.personal li, .personal p{
	font-size: 13px;
	line-height: 1.7;
	text-align: justify;
}
.personal p{
	margin: 0 auto 10px auto;
	padding-top: 15px;
	text-align: center;
}
.wpcf7 {
	margin: auto;
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}
.form-btn-wrap{
	margin: 0 auto 80px auto;
	width: auto;
}
.wpcf7-btn{
	font-size: 115%;
	display: block;
	margin: 0 5px;
	padding: 0.2em 1.2em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	}
.wpcf7-btn:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
	background: #ddd;
	}
@media screen and (max-width: 500px) {
	#contact-lead{
	width: 92%;
	margin: 0 auto 50px auto;
	}
	.wpcf7{
		margin: 0;
		padding: 0;
		}
}
.form-caution{
	font-size: 12px;
	color: #B70000;
}

/* ---------- 会社概要 ---------- */
#company-info-list{
	max-width: 600px;
	margin: 0 auto 70px auto;
	}
dl,dt,dd{
	box-sizing: border-box;
	}
dl{
	background: #f4f4f4;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
dt,dd{
	padding: 15px 15px 5px 15px;
	border-top: 2px solid #fff;
	}
dt{
	text-justify:auto;
	font-weight: normal;
	width: 30%;
    float: left;
	}
dd{
	background: #fff; 
	margin-left: 30%; 
	padding-bottom: 10px;
}
dd:after {
	content: '';
	display: block;
	clear: both;
}
div.profile-photo{
	display: none !important;
}
	
@media screen and (max-width: 767px) {
	#company-info-list dt, #company-info-list dd{
	font-size: 14px;
	}
	dt{
	width: 100%;
    float: none;
	padding: 5px 15px 5px 15px;
	}
	dd{
	margin-left: 0;
	padding: 10px 15px 15px 15px;
	}
}

/*---------- スタッフ紹介 ----------*/
.staff-wrap{
	padding: 0 30px;
	margin: 0;
	}
.staff-info ul{
	margin-bottom: 10px !important;
	}
.staff-box{
	margin-bottom: 20px;
	padding: 25px;
	}
.staff-box .staff-img{
	margin: 0 0 15px 0;
	padding: 0;
	}
.staff-name, .staff-name-eng{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #555;
	}
.job-name{
	padding: 5px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	color: #555;
	margin: 0 0 0 5px;
	}
.staff-name{
	font-size: 20px;
	margin: 0;
	padding: 0;
	}
.staff-name-eng{
	font-size: 12px;
	font-weight: 200;
	margin-top: -5px;
	}
.staff-lead{
	border-top: solid 1px #ddd;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
	}
@media screen and (max-width: 767px) {
	.staff-wrap{
	padding: 0 5px;
	margin: 0;
	}
	.staff-box{
	margin-bottom: 20px;
	padding: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.staff-box{
	margin-bottom: 20px;
	padding: 15px;
	}
}


/* -- ページ下部のカテゴリメニュー --*/
.cat-list-wrap{
	margin: 50px auto 0 auto;
	}
.cat-list-wrap ul{
	display: block;
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
	}
.cat-list-wrap li{
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	width: 25%;
	display: block;
	padding: 10px 0;
	float: left;
	text-decoration: none;
	}
.cat-list-wrap-movie li{
	width: 20% !important;
}
.cat-list-wrap li:nth-child(1){
	border-left: none;
	}
.cat-list-wrap li a{
	display: block;
	padding: 20px 0;
	color: #555;
	}
.cat-list-wrap li a:hover{
	background-color: #f2f2f2;
	}

@media screen and (min-width: 768px) {
	.cat-list-wrap #menu-footer-nav-movie li:last-child{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.cat-list-wrap{
	margin: 70px auto 0 auto;
	}
	.cat-list-wrap li a{
	padding: 25px 0;
	font-size: 14px;
	}
	.cat-list-wrap li, .cat-list-wrap-movie li{
	width: 50% !important;
	border-top: solid 1px #ccc;	
	}
	.cat-list-wrap li:nth-child(3){
	border-left: none;	
	}
	.cat-list-wrap li:last-child{
	border-left: solid 1px #ccc !important;	
	}
	.cat-list-wrap #menu-footer-nav-movie li:last-child{
		border-left: solid 1px #ccc;
		border-right:  none;	
	}
}
/* ------------- 各コンテンツ共通 END ------------- */

/* ------------- ヘッダーグローバルナビ ------------- */
/* candoロゴ */
.site-branding__logo{
		width: 160px;
		margin: 0;
		padding: 0;
	}



/* メインメニュー */
.responsive-nav a {
    color: #555;
    font-size: 18px !important;
	font-family: 'Rajdhani', sans-serif;
}
.responsive-nav a:hover {
    color: #ccc !important;
}
.responsive-nav .menu>.menu-item>a:hover, .responsive-nav .menu>.menu-item>a:active, .responsive-nav .menu>.current-menu-item>a, .responsive-nav .menu>.current-menu-ancestor>a, .responsive-nav .menu>.current-menu-parent>a, .responsive-nav .menu>.current_page_item>a, .responsive-nav .menu>.current_page_parent>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a:hover, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a:active, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.current-menu-item>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.current-menu-ancestor>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.current-menu-parent>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.current_page_item>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.current_page_parent>a {
    background-color: transparent;
    color: #f3970c !important;
}

/* -- サブメニュー ホバー時の背景色 --*/
.responsive-nav .sub-menu a:hover, .responsive-nav .sub-menu a:active, .responsive-nav .sub-menu .current-menu-item a, .responsive-nav .sub-menu .current-menu-ancestor a, .responsive-nav .sub-menu .current-menu-parent a, .responsive-nav .sub-menu .current_page_item a, .responsive-nav .sub-menu .current_page_parent a {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
}
/* -- サブメニューカラー・フォントサイズ --*/
.responsive-nav .sub-menu a {
	padding: 15px 10px;
    color: #ddd !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.responsive-nav .sub-menu{
	margin-top: 5px !important;
	}
ul.sub-menu a{
	margin-left: 10px;
	}
.responsive-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.4s ease-in, opacity 0.4s ease-in;
}
@media screen and (min-width: 990px) {
	ul.sub-menu a{
	margin-left: 10px;
	font-size: 15px !important;
	}
}
/* ------------- ヘッダーグローバルナビ END ------------- */

.n2-font-f1e3a06309069ed96ba0e963ba35dc81-paragraph, .n2-font-0c755cb3e9c62503e8775b841e30ccb1-paragraph{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
    font-weight: 400 !important;
}
   
/* ------------- FRONT-PAGE セクション ------------- */
/* トップページ */
/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ------------- スクロールフェードインDown用 END ------------- */  
/* ------------- スクロールフェード 左からslide用 ------------- */
.fadeInSlide_L {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInSlide_L;
 animation-name: fadeInSlide_L;
 visibility: visible !important;
}
@-webkit-keyframes fadeInSlide_L {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInSlide_L {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
/* ------------- スクロールフェード 左からslide用  END ------------- */   
/* ------------- スクロールフェード 右からslide用 ------------- */
.fadeInSlide_R {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInSlide_R ;
 animation-name: fadeInSlide_R ;
 visibility: visible !important;
}
@-webkit-keyframes fadeInSlide_R  {
 0% { opacity: 0; -webkit-transform: translateX(20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInSlide_R  {
 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
/* ------------- スクロールフェード 左からslide用  END ------------- */    
.section-contents{
	padding: 80px 0 100px 0;
	}
.section-contents p{
	line-height: 1.8;
	font-size: 17px;
	margin: 0 auto 15px auto;
	text-align: justify;
	}
.section-contents h2{
	font-size: 27px;
	line-height: 1.4;
	margin-bottom: 50px;
	}

/*-- 伝わる、つながる、売れる。CanDoの販促デザイン --*/
#hansoku .hansoku-info, #movie-flow .movie-flow-info{
	padding: 0 20px;
	}
#design-flow-sm, #design-flow-lg{
	width: 100%;
	margin: 0;
	padding: 15px;
	}

/*-- 多くの企業が活用して身近になった動画の販売促進 --*/
#movie-flow{
	min-width: 100%;
	margin-bottom: -100px;
	}
.movie-work-flow-wrap{
	background-image: url("images/front-page/wovieflow-background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	margin: 70px 0 0 0;
	padding: 80px 0;
	}
.movie-work-flow{
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 30px;
	max-width: 900px;
	}
.movie-work-flow-h3-wrap{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	}
.movie-work-flow h3{
	display: inline-block;
	background-color: #f3970c;
	padding: 5px 30px;
	color: #fff;
	font-size: 18px;
	margin: 20px auto 15px auto;
	width: 50%;
	}
.movie-flow-lead-wrap{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	height: 100%;
	}
.movie-work-flow .movie-flow-lead{
	display: block;
	vertical-align: middle;
	font-size: 14px;
	padding: 8px;
	line-height: 1.5;
	}
.movie-flow-box{
	display: block;
	}
#comments-lead{
	clear: both;
	margin-top: 10px;
	font-size: 11px;
	letter-spacing: 0;
	}
.sankaku-sm{
	margin: 0 auto -17px auto;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #f3970c;
	}		
@media screen and (max-width: 767px) {
	#movie-flow{
		margin-bottom: 0;
	}
	.movie-work-flow-wrap{
		background-image: none;
		margin: 0;
		padding: 0;
	}
	.section-contents p{
		font-size: 14px;
		}
	.movie-work-flow-h3-wrap{
		margin-bottom: 0px;
		}
	.movie-flow-box{
		width: 100%;
		padding: 10px;
		}
	.movie-work-flow h3{
		display: inline-block;
		background-color: #f3970c;
		padding: 10px 0;
		color: #fff;
		font-size: 18px;
		margin: auto;
		width: 100%;
	}
	.movie-flow-box img, .movie-flow-box-last img{
		max-width: 120px;
		margin: 0;
		padding: 0;
		}
	.movie-work-flow .movie-flow-lead{
		font-size: 14px;
		padding: 10px 15px 0 15px;
		line-height: 1.4;
		}
	.flexiblebox{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		}
	.movie-flow-box, .movie-flow-box-last{
		position: relative;
		border-bottom: dotted 1px #f3970c;
		display: block;
		margin: 0 auto;
		padding: 10px;
		}
	}

@media screen and (min-width: 768px) {
	
	.movie-flow-box{
		position: relative;
		display: block;
		padding: 0 15px;
		width: 20%;
		max-width: 20%;
		float: left;
		}
	.movie-flow-box-last{
		display: block;
		padding: 0 15px;
		width: 20%;
		max-width: 20%;
		float: left;
		}
	.movie-flow-box:before{
		content: "";
		position: absolute;
		right: -8%;
		top: 16%;
		width: 0;
		height: 0;
		border: 8px solid transparent;
		border-left: 8px solid #f3970c;
		}
	.sankaku-sm{
		display: none;
		}
	.movie-flow-lead-wrap{
		border-right: dotted 1px #f3970c;
		display: inline-block;
		margin: 15px auto;
		padding: 0 10px;
		}
	.movie-flow-lead-wrap-last{
		border-right: none !important;
		}
	#comments-lead{
		clear: both;
		padding: 30px 0 0 15px;
		font-size: 12px;
		letter-spacing: 0;
		}
	}
@media screen and (min-width: 992px) {
	#hansoku .hansoku-info, #movie-flow .movie-flow-info{
		padding: 0 20px;
	}
	.movie-flow-box:before{
		content: "";
		position: absolute;
		right: -8%;
		top: 22%;
		width: 0;
		height: 0;
		border: 8px solid transparent;
		border-left: 8px solid #f3970c;
	}
}

@media screen and (max-width: 767px) {
	.section-contents{
	padding: 40px 0 50px 0;
	}
	.section-contents h2{
	font-size: 19px;
	line-height: 1.6;
	}
	.movie-work-flow h3{
	font-size: 17px;
	}
	#design-flow-lg{
	display: none;
	}
	#design-flow-sm{
	margin-top: 20px;
	}
}
@media screen and (min-width: 601px) {
	#design-flow-sm{
		display: none;
	}
}

/*-- トップページ イメージ背景エリア --*/
#home-bg-1{
	background-image: url("images/home-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	margin: 0;
	padding: 150px 0;
	width: 100%;
	}


#top-design-img{
	display: block;
	background-image: url("images/front-page/top-design-works-img02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	height: 400px;
	}
#top-movie-img{
	display: block;
	background-image: url("images/front-page/top-movie-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	height: 400px;
	}
#top-copo-img{
	display: block;
	background-image: url("images/front-page/top-copo-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	height: 400px;
	}
@media screen and (max-width: 767px) {
	#home-bg-1{
	background-size: auto 300px;
	margin: 0;
	padding: 100px 0;
	width: 100%;
	}
	#top-design-img, #top-movie-img, #top-copo-img{
	height: 250px;
	}
}
#movie-flow .container, #hansoku .container, #group .container{
	max-width: 850px;
	}
	

/* -------- トップページお問合せバナー --------- */
#contact-banar{
	width: 100%;
	margin: -40px 0 0 0;
	padding: 0;
	background-color: #f5f4ef;
}
.contact-wrap{
	padding: 30px 0;
	max-width: 900px;
	margin: 15px auto;
	text-align: center;
}
.contact-wrap img{
	margin: 15px 10px;
}
.contact-wrap img{
}
.contact-tell:hover, .contact-form:hover{
	opacity: 0.8;
}
.contact-h3-large{
	max-width: 90%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.contact-wrap{
		padding: 10px;
	}
	#contact-banar{
		margin: -30px 0 0 0;
		padding: 10px 0;
	}
	.contact-wrap img{
		margin: 5px 10px;
	}
	.contact-wrap .contact-h3-large{
		display: none;
	}
	.contact-wrap .contact-h3-small{
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
	.contact-wrap .contact-h3-small{
		display: none;
	}
}
/* -------- トップページお問合せバナー END --------- */

	
/* ------------- FRONT-PAGE セクション END ------------- */

/* ------------- FRONT-PAGE ピックアップエリア ------------- */
/* works ボックス */
.section-works .text-wrap h2{
	font-size: 30px;
	font-family: 'Rajdhani', sans-serif;
	display: inline-block !important;
	border-bottom: solid 2px #ddd;
	margin: 0;
	padding: 5px 0;
	}
.btn-readmore{
	margin-top: 30px;
	}
.btn-readmore a{
	color: #fff;
    background-color: #f3970c;
    border-color: #eea236;
	display: inline-block;
    margin-bottom: 0;
	font-weight: 400;
    text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
    background-image: none;
	border: 1px solid transparent;
    white-space: nowrap;
	padding: 6px 12px;
    font-size: 14px;
	line-height: 1.7;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
.btn-readmore a:hover{
	background-color: #fabd63;
	}
.section-works .works-lead{
	max-width: 500px;
	margin: 0 auto;
	}
.text-cap{
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 30px;
	}
.text-wrap{
	padding: 70px 0 50px 0;
	}
.text-wrap a{
	color: #fff;
	text-decoration: none;
	}
.text-wrap p{
	padding: 0 20px;
	}
.text-wrap a:hover{
	color: #fff;
	}
.img-wrap{
	overflow: hidden;
	} 
.img-wrap img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	} 
@media screen and (min-width: 768px) {
	.img-wrap img{
	display: block;
	min-height: 400px;
	min-width: 640px;
	} 
}
@media screen and (max-width: 767px) {
	.section-works .works-lead{
		font-size: 14px; 
	}
}
.btn-warning{
	margin-top: 20px;
	}
/* ------------- FRONT-PAGE ピックアップエリア END ------------- */

/* ------------- FRONT-PAGE グループ会社 ------------- */
/* グループ会社 */
#group{
	}
#group #group-img-wrap{
	margin: 50px 0 0 0;
}
#group #group-img-wrap img{
	max-height: 300px;
	padding: 10px;
}
.group-box{
	margin-bottom: 20px;
	}
.group-box p{
	text-align: center !important;
	}
#group-kanda:before, #group-kpw:before, #group-cando:before{
	font-family: 'Rajdhani', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 2px 10px;
	background-color: #f3970c;
	color: #fff;
	position: absolute;
	top: -5px;
	}
#group-kanda:before{
	content: "PRINTING";
	}
#group-kpw:before{
	content: "ON-DEMAND";
	}
#group-cando:before{
	content: "DESIGN";
	}

/* ------------- FRONT-PAGE グループ会社 END ------------- */


/* ------------- アーカイブーページ ------------- */	
/* アーカイブページ */
.design-archive-wrap{
	width: 100%;
	padding: 0;
	}
.archive{
	width: 100%;
	}
@media screen and (max-width: 600px) {
	.design-archive-wrap{
	margin: -40px 0 -50px 0;
	padding: 0;
	}
}

	
/* アーカイブタイトルエリア */
.archive-title-area{
	padding: 0 10px;
	margin: 50px 0 70px 0;
	}
span.archive-title-lead{
	font-size: 13px;
	font-weight: 300;
	}
span.archive-title-main{
	font-family: 'Rajdhani', sans-serif;
	letter-spacing : 3px; 
	font-size: 34px;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: solid 2px #ddd;
	line-height: 1;
	}	
.archive-lead{
	max-width: 700px;
	margin: 40px auto 0 auto;
	}
@media screen and (max-width: 600px) {
	.archive-lead{
	font-size: 14px;
	text-justify:auto;
	text-align: left !important;
	}
	.archive-title-area{
	margin: 50px 0 40px 0;
	}
}
	
/* アーカイブボックス */
.post-categories li a {
    font-size: 10px !important;
    }
.archive-box{
	display: block;
	padding-bottom: 50px; 
	min-height: 190px;
	}
.works-name{
	display: block;
	padding: 10px 10px 5px 10px;
	margin: 0;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	border-bottom: none;
	}
h3.works-name a{
	text-decoration: none;
	color: #333;
	font-size: 13px;
	line-height: 1.1;
	}
.archive-img-wrap img:hover{
	opacity: 0.6;
	}
@media screen and (max-width: 600px) {
	.archive-box{
	display: block;
	padding-bottom: 10px !important; 
	}
	h3.works-name a{
	font-size: 11px;
	}
	h3.works-name{
	line-height: 1.1 !important;
	}
}

/* アーカイブ ページャー ページナビ */
.archive-pager a{
	font-size: 15px;
	color: #ccc;
	padding: 4px;
	border: solid 1px #ccc;
	background-color: 
	}
.archive-pager a:hover, .archive-pager a:active{
	border: solid 1px #ccc;
	background-color: #f5f5f5; 
	}
.archive-pager .current{
	font-size: 15px;
	color: #fff;
	padding: 4px;
	border: solid 1px #ccc !important;
	background-color: #ccc;
	}
@media screen and (max-width: 600px) {
	.archive-pager{
		margin-top: 30px;
	}
}


/* カテゴリー名アイコン オブジェクト */
.cat-tag a{
	font-size: 10px;
	display: inline-block;
	text-decoration: none;
	color: #555;
	border: solid 1px #aaa;
	padding: 0 5px;
	border-radius: 3px;
	}
.cat-tag a:hover{
	text-decoration: none;
	background-color: #f2f2f2;
	}
	


/* フッターカテゴリ名アイコン */
footer .cat-tag a{
	margin: -5px 0 0 0;
	}
footer .cat-tag a:hover{
	border: solid 1px #555;
	text-decoration: none;
	background-color: #222;
	}
footer .cat-tag a:active{
	border: solid 1px #555;
	text-decoration: none;
	background-color: #222;
	}
/* ------------- アーカイブーページ END ------------- */	
	
/* ------------- 紙媒体 投稿ページ ------------- */
/* 投稿ページ */
.entry{
	display: block;
	padding: 0 0 100px 0;
	margin-top: 30px;
	} 
.entry .row{
	margin: 0;
	}
.entry-title-wrap{
	margin-bottom: 40px;
	}
.entry h2{
	color: #555;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 300;
	letter-spacing : 1px; 
	padding-bottom: 5px;
	display: inline-block;
	max-width: 100%;
	border-bottom: solid 2px #ddd;
	line-height: 1.4;
	}
.entry-title-lead{
	margin-top: -5px;
	font-size: 13px;
	font-weight: 300;
	}
.works-lead{
	max-width:500px;
	margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
	.entry-thumb{
	margin-bottom: 0;
	}
	.entry-thumb-right{
	margin-top: 5px;
	}
}

/* 投稿ページ用 クラス */
.post-img{
	margin: 0 !important;
	padding: 0 !important;
}
.entry{
	padding: 0 30px;
	}
.entry-spec p{
	clear: both;
	margin: 30px 0 50px 0;
	}
.entry p{
	line-height: 1.6;
	font-size: 16px;
	}

.elementor-text-editor p{
	line-height: 2;
	font-size: 18px !important;
}
.entry img{
	margin: auto;
	text-align: center;
	}
	
@media screen and (max-width: 767px) {
	.entry{
	margin-top: 0;
	}
	.entry-spec p{
	margin: 20px 0 20px 0;
	}
	.entry h2{
	display: block;
	}
	.entry-contents-wrap{
	padding: 0 ;
	}
}
#design-archive img{
	display: inline-block;
	}
/* 投稿ページ用クラス END */


/* 関連記事サムネイル */
.post-related-wrap{
	display: block;
	padding: 0 50px;
	} 
#post-related-wrap-movie{
	margin-top: 50px;
	}
.post-related-wrap a, .post-related-wrap img{
	width: 100%;
	display: block;
	} 
.post-related-wrap img{
	padding: 1px;
	} 
.post-related-wrap img:hover{
	opacity: 0.6;
	} 
	
@media screen and (max-width: 767px) {
	.entry{
	display: block;
	padding: 0;
	margin-bottom: 80px;
	} 
	.post-related-wrap{
	display: block;
	padding: 0 15px;
	margin-top: -50px;
	} 
	#post-related-wrap-movie{
	margin-top: 0;
	}
}
/* ------------- 紙媒体 投稿ページ END ------------- */

/* ------------- 動画 投稿ページ ------------- */
/* youtube埋め込み */
.videowrapper{
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    margin-bottom: 10px;
	}
.videowrapper iframe {
	margin: 0;
	padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    border: none;
    }
.top-movie{
	padding: 0;
	max-width: 810px;
	max-height: 456px;
	margin: 50px auto 30px auto;
}
   
/* 動画事例サムネイルエリア */
.entry-thumb-movie .col-xs-4{
	margin: 0;
	padding: 5px;
	}
@media screen and (max-width: 540px) {
	.entry-thumb-movie .col-xs-4{
	display: none;
	}
	.top-movie{
		margin: 20px auto;
	}
}

/* 動画インフォメーションエリア */
.movie-info-wrap p, #movie-info-wrap-voice p{
	line-height: 1.6;
	font-size: 15px !important;
	}
.movie-info-wrap{
	margin: 0;
	background-color: #fafafa;
	border: solid 1px #ddd;
	padding: 0 40px 30px 40px;
	}
#movie-info-wrap-voice{
	margin: 0;
	background-color: #fff;
	border: solid 2px #f3970c;
	padding: 0 40px 30px 40px;
	}	
.movie-info-wrap h3{
	color: #555;
	margin-top: 40px;
	font-size: 22px;
	}
#movie-info-wrap-voice h3{
	margin-top: 40px;
	font-size: 25px;
	color: #f3970c !important;
	}
.sankaku{
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #ddd;
	}
@media screen and (max-width: 767px) {
	.movie-info-wrap, #movie-info-wrap-voice{
	padding: 20px;
	}
	.movie-info-wrap h3, #movie-info-wrap-voice h3{
	margin-top: 0;
	}
	.movie-info-wrap p, #movie-info-wrap-voice p{
	line-height: 1.6;
	font-size: 14px !important;
	}
}
/* ------------- 動画 投稿ページ END ------------- */

/* ------------ サイドバー ------------ */
/*--- 問い合わせバナー ----*/
.single #sub{
	margin-top: -20px !important;
}
#company #sub{
	margin-top: 40px;
}
#sub{
	margin-top: 40px;
}
.side-contact-wrap{
	margin-top: 0;
}
.side-contact-small, .side-contact-large{
	margin: 0 0 20px 0;
}
.side-contact-small:hover, .side-contact-small:active, .side-contact-large:hover, .side-contact-large:active{
	opacity: 0.6;
}
/*--- 問い合わせバナー END ----*/
#company .sidebar, #staff .sidebar, #contact .sidebar{
	margin-top: 0;
	}
.sidebar h2{ 
	padding-bottom: 5px !important;
	border-bottom: dashed 1px #ddd !important;
	font-size: 23px !important;
	font-family: 'Rajdhani', sans-serif !important;
	margin-top: 15px !important;
	}
.sidebar li a{
	color: #555;
	font-size: 16px;
	line-height: 2;
	}
.sidebar li a:hover{
	color: #f3970c;
	}


/* 991px以下 バナー切り替え */
@media screen and (min-width: 501px) and (max-width: 991px) {
	.side-contact-small{
		display: none;
	} 
}
@media screen and (max-width: 500px) {
	.side-contact-large{
		display: none;
	} 
}
@media screen and (min-width: 992px) {
	.side-contact-large{
		display: none;
	} 
}


/* ------------ サイドバー END ------------ */


/* ------------- フッター ------------- */
/* 991px以下 フッターメニュー非表示 */
@media screen and (max-width: 991px) {
	#no-nav	{
	display: none;
	} 
}


/* フッター */
.footer {
    background-color: #222 !important;
}
.copyright {
	text-align: center;
    background-color: #222 !important;
    color: #393939;
    font-size: 12px;
    padding: 15px 0;
}
.footer-widget-area, .footer-widget-area .widget_calendar #wp-calendar caption, .footer-widget-area a {
    color: #ddd !important;
}
.footer-widget-area a{
    font-size: 13px;
    line-height: 2;
	}
footer #menu-gloval-nav-1 li a:before{
	content: '- ';
	}

/* フッター 最近の投稿リストエリア */
.footer-post-area{
	margin: 50px 0 !important;
	padding: 0 !important;
	}
.footer-post-area h2{
	margin: 10px 0 0 5px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 19px !important;
	font-weight: bold !important;
	color: #ddd !important;
	}
.footer-post-area span{
	color: #aaa;
	margin-left: 10px;
	font-size: 12px;
	}
.footer-post-wrap{
	margin: 0 !important;
	padding: 15px 15px !important;
	}
@media screen and (max-width: 767px) {
	.footer-post-wrap{
	border-bottom: solid 1px #555;
	padding-left: 20px !important;
	} 
}
.footer-post-wrap .post-categories li a:hover{
	border: solid 1px #555;
	text-decoration: none;
	background-color: #222 !important;
	}
.footer-post-wrap:after{
	clear: both;
	}	
.footer-post-wrap h3{
	font-size: 13px;
	font-weight: normal;
	margin: 8px 0 5px 0;
	}	
.footer-post-wrap a{
	display: inline-block;
	color: #ddd !important;
	}
.footer-post-wrap a:hover{
	display: inline-block;
	color: #555 !important;
	}
.footer-post-wrap time{
	font-size: 13px;
	color: #777;
	}
.footer-post-lead{
	display: block;
	margin: 5px 0 0 0 !important;
	padding: 0 10px !important;
	}
.footer-post-img{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	}
.footer-post-img img{
	width: 100%;
	}
/* フッターコピーライト */
#copyright{
	font-size: 13px;
	color: #555;
	}
	
/* フッターヴィジット */
.widget_text{
	color:  #555;
	}
.footer-widget__title {
	margin-bottom: 5px;
	}
@media screen and (max-width: 767px) {
	#text-3{
	margin-left: 10px;
	}
}

/* トップへ戻るボタン */
#dynamic-to-top {
    display: none;
    overflow: hidden;
    width: auto;
    z-index: 90;
    position: fixed;
    bottom: 0 !important;
    right: 20px !important;
    top: auto;
    left: auto;
    font-family: sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-shadow: none !important;
    font-weight: bold;
    padding: 20px 19px;
    border: 0px solid #000;
    background: rgba(134, 132, 132, 0.71) !important;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    -icab-background-origin: border;
    -khtml-background-origin: border;
    -o-background-origin: border;
    background-origin: border;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -icab-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -icab-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -icab-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
}


/* ------------- フッター END ------------- */	

	