<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*font*/

.en_mon {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2rem;
}




/*ヘッダー・ナビゲーション*/
header {
	width: 100%;
	background-color: #fff;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

header .header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
}

header .gnav ul {
	display: flex;
	width: 34%;
	margin: 20px auto 0;
	justify-content: space-between;
}
header .gnav ul li {
	margin: 0 auto;
}

header .gnav a {
	font-size: 12px;
	color: #6e371d;
	font-weight: 500;
	text-decoration: none;
	line-height: 2.2;
	position: relative;
	display: inline-block;
}

/*ヘッダー・ロゴ*/
header .logo {
	width: 360px;
	top: 26px;
}

.mail img {
	width: 24px;
	margin: 2px 0 0;
}
.instagram img {
	width: 18px;
	margin: 4px 0 0;
}

header .header_sp {
	display: none;
}
/*ヘッダー・ナビゲーションここまで*/



.wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
}

h2 {
	margin: 200px 0 100px;
	font-size: 1.5rem;;
	color: #6e371d;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
	font-weight: normal;
}




/*aboutページ*/
.portlait {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-image: url("../images/portlait.jpg");
	background-size: 320%;
	background-position: 44% 30%;
}

.name1 {
	font-size: 24px;
	color: #6e371d;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.3rem;
	font-weight: normal;
	margin-top: 30px;
}
.name2 {
	font-size: 12px;
	color: #6e371d;
	font-weight: 300;
	margin: 12px auto -8px;
}
.career {
	width: 320px;
}
.career span {
	font-size: 12px;
	color: #6e371d;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.2rem;
	font-weight: normal;
}
.career p {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: -20px;
}






/*aboutページ・projectsページ 共通*/
.contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 140px;
}
.contents a {
	text-decoration: none;
}






/*画像を一枚ずつ順番に表示させる*/
.fadein {
	visibility: hidden;
}

.keith_1 {
	width: 240px;
	height: 240px;
	background-image: url("../projects/images/kieth_2018ss/kieth_2018ss_03s.jpg");
	background-repeat: no-repeat;
	background-position: 50% 86%;
	background-size: cover;
	margin-bottom: 20px;
	}

.cotorica {
	width: 240px;
	height: 240px;
	background-image: url("../projects/images/cotorica/cotorica_image_01s.jpg");
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-size: 105%;
	margin-bottom: 20px;
	}

.stellarhollywood_2016aw {
	width: 240px;
	height: 240px;
	background-image: url("../projects/images/stellarhollywood_2016aw/stellarhollywood_2016aw_01.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 220%;
	margin-bottom: 20px;
	}

.stellarhollywood_2016ss {
	width: 240px;
	height: 240px;
	background-image: url("../projects/images/stellarhollywood_2016ss/stellarhollywood_2016ss_01.jpg");
	background-repeat: no-repeat;
	background-position: 88% 8%;
	background-size: 250%;
	margin-bottom: 20px;
	}












figcaption {
	font-size: 14px;
	color: #6e371d;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.2rem;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	font-size: 10px;
	color: #6e371d;
	font-weight: 400;
	padding-bottom: 50px;
}





/*serviceページ*/
.service {
	text-align: center;
}

.service h3 img {
	width: 70%;
	margin: 0 0 30px;
}

.service h4 {
	font-size: 12px;
	color: #6e371d;
	line-height: 1.8;
	font-weight: 400;
	margin: 0 0 60px;
}

.category {
	width: 90%;
	background-color: #fbf7f1;
	margin: 0 auto 80px;
	padding: 0 0 60px;
}

.service .ttl_graphic {
	width: 20%;
	padding: 60px 0 0;
}
.service .ttl_web {
	width: 10%;
	padding: 60px 0 0;
}
.service .ttl_shooting {
	width: 24%;
	padding: 60px 0 0;
}
.service .ttl_discount {
	width: 24%;
	padding: 60px 0 0;
}


.service h6 {
	font-size: 12px;
	color: #6e371d;
	line-height: 1.8;
	font-weight: 400;
	margin: 20px 0 0;
}


.service .pricelist {
	width: 80%;
	margin: 60px auto 0;
	text-align: left;
}

.service .pricelist th, td {
	border-bottom: 1px dotted #ddd0c7;
	padding: 20px 0 20px;
}

.service .pricelist th {
	width: 76%;
	font-size: 14px;
	color: #6e371d;
	line-height: 1.6;
	font-weight: 400;
	vertical-align: middle;
}

.service .pricelist th p {
	font-size: 12px;
	color: #6e371d;
	line-height: 1.8;
	padding: 8px 0 0;
}

.service .pricelist td {
	font-size: 14px;
	color: #6e371d;
	line-height: 1.6;
	vertical-align: middle;
}

.service .pricelist td span {
	font-size: 12px;
}

.service aside {
	font-size: 10px;
	line-height: 1.6;
	color: #6e371d;
	padding: 0 0 80px;
}

.footer_logo {
	width: 10%;
	margin: 0 auto 80px;
}



.copyright {
	font-size: 6px;
	color: #6e371d;
	text-align: center;
	padding-bottom: 20px;
}






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


/*ヘッダー・ナビゲーション*/
header .header {
	display: none;
}
header .header_sp {
	width: 100%;
	max-width: 480px;
	background-color: #fff;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
header .header_sp .logo {
	width: 270px;
	margin: 30px auto 0px;
}
header .header_sp nav {
	max-width: 480px;
	margin: 0 auto 20px;
}
header .header_sp .gnav ul {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

header .header_sp .gnav ul li a {
	font-size: 10px;
}
header .header_sp .gnav ul li a:last-child {
	margin-right: 0;
}
header .header_sp .mail {
	margin-top: 1px;
}
header .header_sp .mail img {
	width: 20px;
}
/*ヘッダー・ナビゲーションここまで*/





.wrapper {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.contents {
	width: 86%;
	margin: 0 auto;
	padding-bottom: 0;
	flex-wrap: block;
}

h2 {
	width: 86%;
	margin: 140px auto 0;
	font-size: 1.2rem;
	text-align: center;
}





/*aboutページのみ*/
.about_sp {
	margin: 0 auto;
	text-align: center;
}
.portlait {
	width: 150px;
	height: 150px;
	margin: 40px auto 0;
}
.name1 {
	font-size: 24px;
	margin-top: 40px;
}
.name2 {
	font-size: 12px;
	margin: 14px auto -32px;
}

.career  {
	width: 94%;
	max-width: 480px;
	margin: 10px auto 0;
}
.career p {
	font-size: 12px;
	margin-bottom: -30px;
	letter-spacing: 0.11rem;

}
/*aboutページのみ ここまで*/





/*projectsページのみ*/

.projects article {
	margin: 40px auto 0;
	text-align: center;
}
.projects figure {
	width: 280px;;
	height: 280px;
	margin: 0 auto 20px;
}
.projects p {
	padding-bottom: 10px;
}





/*serviceページ*/

.service h3 img {
	width: 80%;
	margin: 10px 0 20px;
}
.service h4 {
	font-size: 10px;
}
.service .ttl_graphic {
	width: 30%;
	padding: 40px 0 0;
}
.service .ttl_web {
	width: 14%;
	padding: 40px 0 0;
}
.service .ttl_shooting {
	width: 32%;
	padding: 40px 0 0;
}
.service .ttl_discount {
	width: 32%;
	padding: 40px 0 0;
}
	
.service h6 {
	font-size: 10px;
}
.service .pricelist {
	margin: 30px auto 0;
}
.service .pricelist th {
	width: 70%;
	font-size: 12px;
}
.service .pricelist th p {
	font-size: 10px;
	line-height: 1.8;
	padding: 6px 0 0;
}

.service .pricelist td {
	font-size: 12px;
}

.service .pricelist td span {
	font-size: 8px;
}

.service aside {
	font-size: 9px;
	padding: -40px 0 60px;
}

.footer_logo {
	width: 16%;
	margin: 0 auto 30px;
}




.copyright {
	padding: 50px 0 20px;
}

}</pre></body></html>