
/*--------------------------------------------------------*/

/*  メイン画像（スライド）　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.mainvisual {
	margin-top:25px;
	overflow-x: hidden;
}

.slide_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
	fill: #fff;
	stroke: none;
	stroke-width: 0;
	z-index: 10000;
	width: 20px;
	margin-top: -18px;
	background-image: none;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
	width: 27px;
	margin-top: -22px;

}

.sp_main{
	display:none;
}

}

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

.mainvisual {
	display:none;
}

.sp_main{
}

}

/*--------------------------------------------------------*/

/*  レイアウト　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

#index_container {
	width: 1050px;
	margin-left:auto;
	margin-right:auto;
}

}

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

#index_container {
}

}

/*--------------------------------------------------------*/

/*  詳細ボタン（中央寄せ）　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

div.detail_bt a{
	display:block;
	width:190px;
	padding: 13px 0;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#222;
	letter-spacing:0.5px;
	line-height:1.0em;
	text-decoration:none;
	background:#EAE5E3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
}

div.detail_bt a:hover{
	text-decoration:none;
	color:#222;
	background:#D1C7C2;
}

}

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

div.detail_bt a{
	display:block;
	width:190px;
	padding: 13px 0;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#222;
	letter-spacing:0.5px;
	line-height:1.0em;
	text-decoration:none;
	background:#EAE5E3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
}

div.detail_bt a:hover{
	text-decoration:none;
	color:#222;
	background:#D1C7C2;
}

}

/*--------------------------------------------------------*/

/*  詳細ボタン（左寄せ）　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

div.detail_bt_left a{
	display:block;
	width:190px;
	padding: 13px 0;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#222;
	letter-spacing:0.5px;
	line-height:1.0em;
	text-decoration:none;
	background:#EAE5E3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.detail_bt_left a:hover{
	text-decoration:none;
	color:#222;
	background:#D1C7C2;
}

}

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

div.detail_bt_left a{
	display:block;
	width:190px;
	padding: 13px 0;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#222;
	letter-spacing:0.5px;
	line-height:1.0em;
	text-decoration:none;
	background:#EAE5E3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.detail_bt_left a:hover{
	text-decoration:none;
	color:#222;
	background:#D1C7C2;
}

}

/*--------------------------------------------------------*/

/*  プロフィール　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.profileBox{
	margin-top:60px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.profileBox .profile_title{
	float:left;
	width:170px;
}

.profileBox .profile_outline{
	float:left;
	width:380px;
}

.profileBox .profile_outline .outline_inner{
	overflow:hidden;
}

.profileBox .profile_outline .outline_inner .profile_photo{
	float:left;
	width:120px;
	margin-right:30px;
}

.profileBox .profile_outline .outline_inner .profile_photo a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.profileBox .profile_outline .outline_inner .profile_info{
	float:left;
	width:230px;
}

.profileBox .profile_outline .outline_inner .profile_info p.designer{
	font-size:12px;
	font-weight:bold;
	color:#666;
	line-height:1.5em;
	margin-bottom:6px;
}

.profileBox .profile_outline .outline_inner .profile_info p.sayaka_name{
	font-size:21px;
	font-weight:bold;
	color:#333;
	line-height:1.2em;
	letter-spacing:0.8px;
	margin-bottom:5px;
}

.profileBox .profile_outline .outline_inner .profile_info p.sayaka_eng{
	font-size:11px;
	color:#666;
	line-height:1.5em;
	letter-spacing:0.8px;
	margin-bottom:7px;
}

.profileBox .profile_outline .outline_inner .profile_info p.sayaka_prof{
	font-size:13px;
	color:#666;
	line-height:1.7em;
}

.profileBox .profile_outline .profile_bt{
	margin-top:13px;
}

.profileBox .profile_outline .sp_profile_bt{
	display:none;
}

.profileBox .profile_message{
	float:left;
	width:450px;
}

.profileBox .profile_message h1.pc_h1{
	margin-bottom:25px;
	height:57px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	background:url("../img/index/profile_message.png") left top no-repeat;
}

.profileBox .profile_message .sp_h1{
	display:none;
}

.profileBox .profile_message p.message_txt{
	font-size:14px;
	color:#555;
	line-height:1.8em;
}

}

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

.profileBox{
	margin-top:30px;
	padding:0 20px;
}

.profileBox .profile_title{
	display:none;
}

.profileBox .profile_outline{
}

.profileBox .profile_outline .outline_inner{
	display: table;
	width: 100%;
}

.profileBox .profile_outline .outline_inner .profile_photo{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width:140px;
}

.profileBox .profile_outline .outline_inner .profile_photo img{
	width:120px;
}

.profileBox .profile_outline .outline_inner .profile_photo a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.profileBox .profile_outline .outline_inner .profile_info{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.profileBox .profile_outline .outline_inner .profile_info p.designer{
	font-size:11px;
	font-weight:bold;
	color:#666;
	line-height:1.5em;
	margin-bottom:6px;
}

.profileBox .profile_outline .outline_inner .profile_info p.sayaka_name{
	font-size:17px;
	font-weight:bold;
	color:#333;
	line-height:1.2em;
	letter-spacing:0.8px;
	margin-bottom:5px;
}

.profileBox .profile_outline .outline_inner .profile_info p.sayaka_eng{
	font-size:11px;
	color:#666;
	line-height:1.5em;
	letter-spacing:0.8px;
	margin-bottom:5px;
}

.profileBox .profile_outline .outline_inner .profile_info p.sayaka_prof{
	font-size:11px;
	color:#666;
	line-height:1.7em;
	letter-spacing:0.5px;
}

.profileBox .profile_outline .sp_profile_bt a{
	margin-top:10px;
	display:block;
	width:175px;
	padding: 12px 0;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#333;
	letter-spacing:0.5px;
	line-height:1.0em;
	text-decoration:none;
	background:#EAE5E3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.profileBox .profile_outline .sp_profile_bt a:hover{
	text-decoration:none;
	color:#333;
	background:#D1C7C2;
}

.profileBox .profile_outline .profile_bt{
	display:none;
}

.profileBox .profile_message{
}

.profileBox .profile_message h1.pc_h1{
	display:none;
}

.profileBox .profile_message h1.sp_h1{
	margin:20px 0 15px;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:17px;
	color:#333;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.profileBox .profile_message p.message_txt{
	font-size:14px;
	color:#333;
	line-height:1.8em;
	letter-spacing:0.5px;
}

}

/*--------------------------------------------------------*/

/*  トップページ作品ギャラリーは gallery.css　参照　*/

/*--------------------------------------------------------*/

/*--------------------------------------------------------*/

/*  2列コンテンツ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.column2_layoutBox{
	margin-top:60px;
	margin-bottom:45px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column2_layoutBox .leftBox{
	width:670px;
}

.column2_layoutBox .rightBox{
	width:330px;
}

}

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

.column2_layoutBox{
}

.column2_layoutBox .leftBox{
}

.column2_layoutBox .rightBox{
	padding-bottom:40px;
}

}

/*--------------------------------------------------------*/

/*  筆文字ロゴ制作　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.serviceBox{
}

.serviceBox h2{
	margin-bottom:30px;
	text-align:center;
}

.serviceBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serviceBox ul li{
	width:50%;
	margin-bottom:22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serviceBox ul li .service_img{
	width:100px;
	margin-right:18px;
}

.serviceBox ul li .service_img img{
	width:100%;
}

.serviceBox ul li .service_img a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.serviceBox ul li .service_lineup{
	flex:1;
	padding-top:33px;
}

.serviceBox ul li .service_lineup p.service_name{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:1.6em;
}

.serviceBox ul li .service_lineup p.service_name a {color:#333; text-decoration: underline;}
.serviceBox ul li .service_lineup p.service_name a:link {color:#333;}
.serviceBox ul li .service_lineup p.service_name a:visited {color:#333;}
.serviceBox ul li .service_lineup p.service_name a:active {color:#333;}
.serviceBox ul li .service_lineup p.service_name a:hover {color:#333; text-decoration: none;}

.serviceBox .service_bt{
	text-align:center;
	margin-top:30px;
}

}

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

.serviceBox{
	margin-top:50px;
}

.serviceBox h2{
	margin-bottom:15px;
	text-align:center;
}

.serviceBox ul{
	border-top:1px dashed #CCC;
}

.serviceBox ul li{
	display: table;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #CCC;
}

.serviceBox ul li .service_img{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width:95px;
	padding-left:15px;
}

.serviceBox ul li .service_img img{
	width:80px;
}

.serviceBox ul li .service_img a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.serviceBox ul li .service_lineup{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-top:26px;
}

.serviceBox ul li .service_lineup p.service_name{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:1.6em;
}

.serviceBox ul li .service_lineup p.service_name a {color:#333; text-decoration: underline;}
.serviceBox ul li .service_lineup p.service_name a:link {color:#333;}
.serviceBox ul li .service_lineup p.service_name a:visited {color:#333;}
.serviceBox ul li .service_lineup p.service_name a:active {color:#333;}
.serviceBox ul li .service_lineup p.service_name a:hover {color:#333; text-decoration: none;}

.serviceBox .service_bt{
	text-align:center;
	margin-top:20px;
}

}

/*--------------------------------------------------------*/

/*  ブログ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.blogBox{
}

.blogBox h2{
	margin-bottom:30px;
	text-align:center;
}

.blogBox .blog_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blogBox .blog_inner .blog_photo{
	width:100px;
	margin-right:20px;
}

.blogBox .blog_inner .blog_photo img{
	width:100px;
	height:100px;
	object-fit: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blogBox .blog_inner .blog_photo a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.blogBox .blog_inner .blog_info{
	flex:1;
}

.blogBox .blog_inner .blog_info .blog_date{
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	color:#999;
	margin-bottom:5px;
}

.blogBox .blog_inner .blog_info h3{
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	color:#333;
	margin-bottom:8px;
}

.blogBox .blog_inner .blog_info h3 a {text-decoration: underline;}
.blogBox .blog_inner .blog_info h3 a:link {color:#333;}
.blogBox .blog_inner .blog_info h3 a:visited {color:#333;}
.blogBox .blog_inner .blog_info h3 a:active {color:#333;}
.blogBox .blog_inner .blog_info h3 a:hover {color:#333; text-decoration: none;}

.blogBox .blog_inner .blog_info .blog_txt{
	font-size:12px;
	font-weight:nomal;
	line-height:1.6em;
	color:#666;
}

.blogBox .blog_bt{
	clear:both;
	text-align:center;
	margin-top:20px;
}

}

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

.blogBox{
	margin-top:50px;
	padding:0 20px;
}

.blogBox h2{
	margin-bottom:22px;
	text-align:center;
}

.blogBox .blog_inner{
	display: table;
	width: 100%;
}

.blogBox .blog_inner .blog_photo{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width:120px;
}

.blogBox .blog_inner .blog_photo img{
	width:100px;
	height:100px;
	object-fit: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blogBox .blog_inner .blog_photo a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.blogBox .blog_inner .blog_info{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.blogBox .blog_inner .blog_info .blog_date{
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	color:#999;
	margin-bottom:5px;
}

.blogBox .blog_inner .blog_info h3{
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	color:#333;
	margin-bottom:8px;
}

.blogBox .blog_inner .blog_info h3 a {text-decoration: underline;}
.blogBox .blog_inner .blog_info h3 a:link {color:#333;}
.blogBox .blog_inner .blog_info h3 a:visited {color:#333;}
.blogBox .blog_inner .blog_info h3 a:active {color:#333;}
.blogBox .blog_inner .blog_info h3 a:hover {color:#333; text-decoration: none;}

.blogBox .blog_inner .blog_info .blog_txt{
	font-size:11px;
	font-weight:nomal;
	line-height:1.7em;
	color:#666;
}

.blogBox .blog_bt{
	clear:both;
	text-align:center;
	margin-top:20px;
}

}

/*--------------------------------------------------------*/

/*  コラム　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.columnBox{
	margin-top:40px;
}

.columnBox h2{
	margin-bottom:30px;
	text-align:center;
}

.columnBox ul.column_list li{
	font-size:13px;
	line-height:1.5em;
	color:#333;
	background:url("../img/index/arrow.png") left no-repeat;
	padding-left:12px;
	margin-bottom:8px;
}

.columnBox ul.column_list li a {text-decoration: underline;}
.columnBox ul.column_list li a:hover {text-decoration: none;}

.columnBox .column_bt{
	clear:both;
	text-align:center;
	margin-top:20px;
}

}

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

.columnBox{
	margin-top:50px;
	padding:0 20px;
}

.columnBox h2{
	margin-bottom:25px;
	text-align:center;
}

.columnBox ul.column_list li{
	font-size:13px;
	line-height:1.5em;
	color:#333;
	background:url("../img/index/arrow.png") left no-repeat;
	padding-left:12px;
	margin-bottom:8px;
}

.columnBox ul.column_list li a {text-decoration: underline;}
.columnBox ul.column_list li a:hover {text-decoration: none;}

.columnBox .column_bt{
	clear:both;
	text-align:center;
	margin-top:20px;
}

}
