@charset "UTF-8";

/*スタイルリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 100%;
}
.clear{ clear:both;}
li {list-style-type: none;}
/*clearfix*/
.clearfix:after {
display : block;
clear : both;
height : 0;
content : "";
overflow : hidden;
}
.clearfix {
overflow : hidden;
}
/* FOR MAC IE \*/
* html .clearfix {
height : 1%;
overflow : visible;
}
.clear {
	clear:both;
}
.clearfix {
display : block;
}
.center_dots {
	text-align:center;
	margin:10px 0;
}
/* END OF FOR MAC IE */
a {
	color:#333;
}
a {
	border:none;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
a:hover {
	opacity:0.5;
}

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:14px;
	*font-size:small;
	*font:x-small;
	font/*\**/: 14px/1.4\9;
	vertical-align:baseline;
	font-style: normal;
	letter-spacing: normal;
	color:#333;
	-webkit-text-size-adjust: none;
	background-color:#fbfbfc;
	}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.5em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#header {
	width:1100px;
	margin:0 auto;
}
.left_cont {
	width:115px;
	float:left;
	text-align:center;
	margin:60px 30px 0 0;
}
.left_cont.concept_txt_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept_txt {
  font-size:16px;
  line-height: 2;
}
.concept_tit {
  margin-top:8px;
  letter-spacing: 3px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#logo {
	margin:0;
	padding-bottom:40px;
	padding-right:16px;
}
#logo a img {
	border:none;
}
#logo a img:hover {
	opacity:0.6;
}
#side_menu {
	width:60px;
	margin:0 auto;
	padding-top:30px;
	border-top:1px solid #333;
}
#date {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:12px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #333;
}
#date p {
	margin-bottom:10px;
}
#clock {
	position: relative;
	width: 33px;
	height: 32px;
	background-image: url(images/common/watch_bg.png);
	background-size:contain;
	list-style: none;
	background-repeat:no-repeat;
	display:none;
	margin:0 auto;
}
#sec, #min, #hour {
	position: absolute;
	width: 1px;
	height: 32px;
	
}
#min {
	background-color: #333;
	z-index: 2;
	height:10px;
	transform-origin:left bottom;
	right:15px;
	top:6px;
}

#hour {
	background-color: #333;
	height:7px;
	z-index: 1;
	transform-origin:right bottom;
	right:16px;
	top:9px;
}
#blog_update {
	line-height:1.2;
	background:url(images/common/arrow.png) bottom center no-repeat;
	padding-bottom:20px;
	margin-bottom:30px;
}
#blog_tit {
	width:15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif!important;
	display:inline-block;
	margin:0 auto;
	font-size:11px;
	line-height:1.2;
}
#blog_date {
	font-size:8px;
	font-style:italic;
	text-align:center;
	margin-bottom:10px;
	-webkit-transform:scale(0.85);
}
#nav {
	margin:120px auto 60px auto;
	text-align:center;
	border-left:1px solid #333;
}
#nav li {
	float:left;
	padding:0 49px;
	border-right:1px solid #333;
}
#nav li a {
	text-decoration:none;
	color:#333;
}
.right_cont {
	width:945px;
	float:left;
}
#fb_btn {
	text-align:right;
	height:23px;
	margin-bottom:3px;
}
#slide {
	width:945px;
}
#caution {
	margin-bottom:15px;
	text-align:center;
	font-size:10px;
	color:#ccc;
}
#copy {
	clear:both;
	text-align:center;
	font-size:11px;
}
#prof_cont #copy {
	padding-top:30px;
}
#right_controls {
	margin-top:50px;
	width:128px;
	float:left;
}
.slideshow-container {
	float:left;
}

.controlWrap .bx-viewport {
	width:90%!important;
	margin:0 auto;
}
.contents_cont {
	width:1100px;
	margin:0 auto 80px auto;
}
.contents_cont .left_cont {
	margin-top:0;
}
.h2_tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:18px;
	font-weight:normal;
}
.work_box {
	width:300px;
	float:left;
	margin:0 22px 25px 0;
}
.work_box a {
	text-decoration:none;
	border:none;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
.work_box a:hover p img {
	opacity:0.6;
	max-width:300px;
	height:200px;
}
.work_box a p img {
	max-width:300px;
	height:200px;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
.work_box:nth-child(3n){
	margin-right:0;
}
.work_box h3 {
	font-weight:normal;
}
.works_box_02 a {
	text-decoration:none;
	border:none;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
.works_box_02 a:hover {
	opacity:0.6;
}
.works_box_02 a img {
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	max-width:460px;
	height:auto;
}
.works_box_02 a img:hover {
	opacity:0.5;
}

.banner_cont {
	clear:both;
	width:665px;
	height:123px;
	margin:0 auto 0 auto;
	padding-top:60px;
	text-align:center;
}
.insta_box {
	width:216px;
	float:left;
	margin:0 23px 23px 0;
}
.insta_box img {
	width:216px;
	height:auto;
}
.insta_box:nth-child(4n){
	margin-right:0;
}
#footer {
	margin:20px 0;
	text-align:center;
}
#f_logo {
	padding-right:10px;
}
#f_nav {
	margin:0 auto 80px auto;
	text-align:center;
	border-left:1px solid #333;
	float:left;
}
#f_nav li {
	float:left;
	padding:0 49px;
	border-right:1px solid #333;
}
#f_nav li a {
	text-decoration:none;
	color:#333;
}
/*下層ページ*/
#tit_cont {
	width:60px;
	margin:0 auto;
	padding:20px 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#h2_tit {
	font-family:serif!important;
	font-size: 18px!important;
    font-weight: normal!important;
	width:40px;
	margin:0 auto;
}

/*PROFILE*/
#prof_cont {
}
#prof_l {
	float:left;
	width:351px;
	height:502px;
}
#prof_r {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:12px;
	color:#333!important;
	float:right;
	width:594px;
	height:502px;
	background-color:#f4f5f7;
	box-sizing:border-box;
	padding:40px 50px;
}
#h3_prof {
	font-size:12px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
.prof_name {
	margin-bottom:20px;
}
.prof_txt {
	margin-bottom:20px;
}
.tbl_prof th{
	width:150px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.tbl_prof_02 th{
	width:100px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
/*WORKS*/
.works_box_02 {
	float:left;
	width:460px;
	margin:0 25px 65px 0;
}
.works_box_02:nth-child(2n) {
	margin-right:0;
}
.works_box_02 h3 {
	font-weight:normal;
}
.works_txt {
	font-size:11px;
}

/*WORKS 単体ページ*/
div.slider {
    width:945px;
    display:block;
    margin:0 auto 30px;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:945px;
}
 
ul.bxslider01 li img{
    display:block;
	margin:0 auto;
}
 
ul.bxslider02 li a {/*サムネイル*/
    display:block;
	width:90px;
	height:100px;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    max-width: 99%;
	max-height: 100%;
    height:auto;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
 
div.controlWrap {
    width:945px;
    display:block;
    position:relative;
    margin:0 auto;
}
 
div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
    background: url(images/common/prev.png) left center no-repeat;
    color:#fff;
    top:40px;
    left:20px;
    text-indent:-9999px;
}
 
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
    background: url(images/common/next.png) left center no-repeat;
    color:#fff;
    top:40px;
    right:20px;
    text-indent:-9999px;
}

.works_txt_cont_l {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:12px;
	width:336px;
	min-height:400px;
	float:left;
	box-sizing:border-box;
	padding:40px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background: url(images/common/work_tri_bg.png) left top no-repeat;

}
.works_txt_cont_r {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:12px;
	width:568px;
	min-height:400px;
	float:right;
	box-sizing:border-box;
	padding:40px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background: url(images/common/work_tri_bg.png) left top no-repeat;
}
.h2_work {
	font-size:22px;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.h2_work span:first-child {
	font-size:50px;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	margin-right:5px;
}
/*CONTACT*/
#contact_l {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:12px;
	width:460px;
	float:left;
	padding:10px 40px 40px 0;
	box-sizing:border-box;
}
#contact_l h3 {
	font-size:14px;
}
#contact_l form#mailform {
	padding:0;
}
#contact_l #send_btn {
	display:block;
	background-color:#333;
	color:#fff;
	text-align:center;
	width:200px;
	margin:0 auto;
	opacity:1;
}
#required {
	text-align:center;
}
#contact_r {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:12px;
	width:460px;
	float:right;
	padding:40px;
	box-sizing:border-box;
	background-color:#f4f5f7;
}
.tbl_contact th {
	width:100px;
	text-align:left;
}
.tbl_contact th ,.tbl_contact td {
	padding-bottom:20px;
	vertical-align:top;
}
.contact_txt {
	margin-bottom:15px;
}
.contact_box {
	margin-bottom:15px;
}
.contact_box input {
	border:1px solid #333;
	height:20px;
}
/*MOYOGAE*/
#moyogae_cont {
	background:#dfdfdf;
	padding:40px;
	box-sizing:border-box;
}
#moyogae_cont span {
background: -moz-linear-gradient(transparent 0%, #ffff66 0%);
background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(0, #ffff66));
background: -o-linear-gradient(transparent 0%, #ffff66 0%);
background: linear-gradient(transparent 0%, #ffff66 0%);
padding:0 2px 0 2px;
line-height:1.8;
}
.moyogae_box_01 {
	margin-bottom:50px;
}
.moyogae_box_02 {
	margin-bottom:50px;
}
.moyogae_box_03 {
	margin-bottom:50px;
}
.moyogae_list {
	text-align:center;
	margin:30px auto 80px auto;
	font-size:12px;
}
.moyogae_list a {
	text-decoration:none;
}
.moyogae_l_01 {
	float:left;
	margin-right:20px;
}
#moyogae_cont h2 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}
#moyogae_cont h3 {
	font-size:18px;
	margin-bottom:10px;
}
#moyogae_cont h4 {
	margin-bottom:10px;
}
#moyogae_cont h3.h3_nomargin {
	margin-bottom:0;
}
.moyogae_txt {
	margin-bottom:80px;
}
.moyogae_img_02 {
	display:inline-block;
	padding:10px 30px 0 60px;
}
.moyogae_img_03 {
	display:inline-block;
	padding:10px 40px 0 30px;
}
.border_btm {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px dotted #333;
}
.border_btm_h{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px dotted #333;
	width:220px;
	float:right;
}
.moyogae_txt_r {
	padding-bottom:10px;
	margin-bottom:10px;
	width:220px;
	float:right;
}
.moyogae_txt_r_02 {
	padding-bottom:10px;
	margin-bottom:10px;
	width:210px;
	float:right;
}
.border_btm_h_02{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px dotted #333;
	width:210px;
	float:right;
}
.moyogae_inner_02 {
	width:420px;
	float:left;
	box-sizing:border-box;
}
.moyogae_inner_03 {
	width:420px;
	float:right;
	box-sizing:border-box;
}
.moyogae_img_l {
	float:left;
}
.tbl_moyogae {
	font-size:10px;
	width:500px;
	border:1px solid #333;
	border-collapse:collapse;
	padding:5px;
	float:left;
}
.tbl_moyogae td {
	border:1px solid #333;
	border-collapse:collapse;
	padding:5px;
}
.tbl_moyogae td.nowrap {
	white-space: nowrap;
	text-align:center;
	border:none;
}
.moyogae_inner_04 {
	column-count:3;
	-webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  column-gap: 25px;
}
.mail_btn {
	float:right;
	width:200px;
	padding:60px;
}
.mail_btn p:first-child {
	text-align:center;
}
#cat {
	width:124px;
	margin:0 auto 50px auto;
}
#cat li {
	float:left;
	margin-right:25px;
}
#cat li.personal {
	margin-right:0;
}
#thumbs {
	padding-top:80px;
}
.nav-controls {
	clear:both;
	width:68px;
	margin:0 auto 20px auto;
}
.nav-controls a.prev {
	float:left;
	display:block;
	width:34px;
	height:21px;
	background:url(images/prev.png) left top no-repeat;
	padding:0;
}
.nav-controls a.next {
	float:left;
	display:block;
	width:33px;
	height:21px;
	background:url(images/next.png) left top no-repeat;
	padding:0;
}

#map_cont {
	width:623px;
	margin:30px 0 10px 0;
}
#map_cont p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin-bottom:20px;
	font-size:13px;
}
#map_cont ul {
	margin-bottom:20px;
}
#map_cont ul li {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:13px;
	list-style-image:url(images/list_dot.png);
}
#map_cont ul li a:hover {
	text-decoration:none;
}
#studio_img li {
	display:inline-block;
	margin-right:1px;
}
#studio_img li {
	display:inline-block;
	margin-right:1px;
}
#studio_img li:last-child {
	margin-right:0;
}
.map_img {
	width:400px;
	margin:0 auto;
	padding:20px 0;
}
