@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp.min.css);
/*
 Theme Name:   Blankslate PC
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
 Modified:     2018.09.01
*/

/* リンクのスタイルを無効化 */
a {
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#000000;
}

a:active {
	color:#000000;
}

body {
	font-family: "YakuHanJP", "Lato", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	/* 文字の基本色 */
	color: #000000;
}

/********************************************************************************
 * サムネイル画像の表示（スライド＆フェードイン）
 ********************************************************************************/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}

.fadein.scrollin {
	opacity : 1;
    transform : translate(0, 0);
}

/********************************************************************************
	共通
********************************************************************************/
#wrapper {
	position: relative;
	text-align: center;
}

#header-wrapper {
	position: fixed;
	width: 100%;
	height: 82px;
	z-index: 10;
	background-color: #ffffff;
}

header#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 82px;
}

header#header::after {
	display: block;
	clear: both;
	content: "";
}

#site-title {
	width: 163px;
	height: 31px;	
}

#site-title a {
	text-indent: -9999px;
	display: block;
	background-image: url('https://marfa.jp/wp-content/uploads/2019/04/logo_pc.png');
	width: 163px;
	height: 31px;
	margin-top: 10px;
}

#site-description {
	display: none;
}

section#branding {
	display:block;
	float:left;
	margin-top:20px;
}

nav#menu {
	display:block;
	float:right;
	margin-top:40px;
}

ul#menu-menu-1 li.menu-item {
	display: block;
	float:left;
	margin-left:25px;
	font-weight:bold;
	padding: 7px 0px;
}

ul#menu-menu-1 li.nav-contact {
	margin-left:70px;
	border:1px solid #000000;
	padding: 0px;
}

ul#menu-menu-1 li.nav-contact a {
	display: block;
	padding: 7px 20px;
}

/* 各ブロックのタイトル文字 */
.content-block-top h2 {
	font-size: 20px;
	letter-spacing: 0.1em;
	padding-top:80px;
}

/* 各ページのタイトル文字 */
h1.marfa-content-title {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 60px;
	margin-bottom: 60px;
}

/********************************************************************************
 *
 *	TOPページ用
 *
 ********************************************************************************/
/*
 * コンテンツ
 */
#container section#content {
	width:100%;
	padding-top: 82px;
}

.content-block-top {
	width: 100%;
}

/*
 * メイン画像
 */
#top-image-wrapper img {
	width: 100%;
}

/*
 * カンパニーコンセプト
 */
#company-concept-wrapper {
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.2em;
	height:217px;
	line-height:217px;
}

/*
 * サムネイル画像
 */
#thumbnails-content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#thumbnails-wrapper #thumbnails-content img {
	display: block;
	float: left;
	margin-top: 7px;
}

#thumbnails-wrapper #thumbnails-content::after {
	display: block;
	clear: both;
	content: "";
}

img.center-img {
	padding-left: 7px;
	padding-right: 7px;
}

img.right-img {
	margin-left: 8px;
}

/*
 * CONTACT
 */
#contact-wrapper {
	width: 100%;
	height: 542px;
	line-height: 2.0em;
	font-size: 14px;
	letter-spacing: 0.2em;
}

#contact-wrapper-content {
	padding-top: 156px;
}

#contact-wrapper-content p {
	display: block;
}

#contact-btn a {
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000000 solid;
	padding: 7px 20px;
	font-size: 18px;
	margin-top:80px;
}

/*
 * INSTAGRAM
 */
#instagram-wrapper {
	height: 500px;
	border-top: 1px #d4d4d4 solid;
}

#instagram-wrapper h2 {
	margin-top: 10px;
	margin-bottom: 60px;
}

/*
 * studio
 */
#studio-wrapper {
	height: 290px;	
}

/*
 * ACCESS
 */
#access-wrapper {
	height: 800px;
}

#studio-access-map {
	margin-top: 58px;
}

#studio-notice {
	margin-top: 50px;
	line-height: 2.0em;
}

p#address {
	margin-top: 20px;
}

/*
 * フッター
 */
footer#footer {
	width: 100%;
	height:100px;
	background-color: #e7e7e7;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
}

footer#footer #copyright {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

/********************************************************************************
 *
 *	WORKSページ用
 *
 ********************************************************************************/
#works-post-images-wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#works-post-images a {
	display: block;
	float: left;
	margin-left: 1px;
/*	margin-bottom: 1px;*/
}

#works-post-images a img {
	width: 191px;
	height: 191px;
}

#works-post-images a:nth-child(5n) {
	margin-left: 0px;
}

#works-post-images::after {
	display: block;
	clear: both;
	content: "";
	height: 100px;
}

/********************************************************************************
 *
 *	MEMBERページ用
 *
 ********************************************************************************/
.member-wrapper {
	height: 600px;
}

.member-area {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	line-height: 1.5em;
	padding-bottom: 80px;
}

.member-area::after {
	display: block;
	height: 50px;
	content: "";
}

.member-area .member-name {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px #000000 solid;
	padding-bottom: 3px;
	padding-right: 30px;
}

.member-area .member-name {
	font-size: 18px;
}

.member-area .member-name span {
	font-size: 18px;
}

.member-area h2 {
	display: block;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 18px;
}

.member-area ul.member-profile {
	
}

.member-area ul.member-profile li {
	line-height: 2.0em;
}

.member-content {
	position: relative;
}

.member-profile-content {
	position: absolute;
	top: 0;
	left: 0;
}

.member-illust {
	width: 293px;
	position: absolute;
	top: 35px;
	right: 0;
}

.member-illust img {
	width: 292.5px;
}

.member-photo-area {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.member-photo-area a {
	display:block;
	width: 191px;
	height: 191px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.member-photo-area a:nth-child(5n) {
	margin-right: 0px;
}

.member-photo-area::after {
	display: block;
	content: "";
	clear: both;
}

#member_morisaki {
	margin-top: 170px;
}

.blank-100px {
	height: 100px;
}
/********************************************************************************
 *
 *	STUDIOページ用
 *
 ********************************************************************************/
#marfa-studio-wrapper {
	text-align: center;	
	line-height: 2.0em;
}

#marfa-studio-top-image img {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position: relative;
}

#marfa-studio-wrapper #marfa-studio-text-wrapper {
	width: 960px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -80px;
	padding-top: 50px;
}

#marfa-studio-wrapper #marfa-studio-text-wrapper h1 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 50px;
}
#marfa-studio-wrapper #marfa-studio-text-wrapper h2 {
	line-height: 3.0em;
}

#marfa-studio-wrapper p {
	display: block;
	margin-top: 100px;
	font-size: 14px;
}

#marfa-studio-wrapper #marfa-studio-photoarea {
	width: 810px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}

#marfa-studio-wrapper #marfa-studio-photoarea #marfa-studio-photoarea-sub {
	margin-left: -10px;	
}

#marfa-studio-wrapper #marfa-studio-photoarea::after {
	display :block;
	content: "";
	clear: both;
}

#marfa-studio-wrapper #marfa-studio-photoarea img {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left :10px;
}


/********************************************************************************
 *
 *　ABOUTページ用
 *
 ********************************************************************************/
#marfa-about-wrapper {
	padding-bottom: 100px;
}

#marfa-about-wrapper #marfa-about-top-image img {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position: relative;
}

#marfa-about-wrapper #marfa-about-text-wrapper {
	width: 960px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	position: relative;
	padding-top: 50px;
}

#marfa-about-wrapper #marfa-about-text-wrapper h1 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 50px;
}
#marfa-about-wrapper #marfa-about-text-wrapper h2 {
	line-height: 3.0em;
}

#marfa-about-wrapper p {
	display: block;
	margin-top: 100px;
	font-size: 14px;
}

#marfa-about-wrapper #marfa-about-table ul {
	display: block;
	width: 650px;
	text-align: left;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#marfa-about-wrapper #marfa-about-table ul li span.col-title {
	display: block;
	width: 200px;
	line-height: 2.0em;
	float: left;
}

#marfa-about-wrapper #marfa-about-table ul li {
	line-height: 2.0em;
}

#marfa-about-wrapper #marfa-about-table ul li::after {
	display: block;
	content: "";
	clear: left;
}

/********************************************************************************
 *
 *　CONTACTページ用
 *
 ********************************************************************************/
#marfa-contact-wrapper {
}

#marfa-contact-wrapper #marfa-contact-top-image img {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position:relative;
}

#marfa-contact-wrapper #marfa-contact-text-wrapper {
	width: 960px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	margin-top: -80px;
	padding-top: 50px;
	padding-bottom: 100px;
}


#marfa-contact-wrapper #marfa-contact-text-wrapper h1 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 50px;
}
#marfa-contact-wrapper #marfa-contact-text-wrapper h2 {
	line-height: 3.0em;
}

#marfa-contact-wrapper #marfa-contact-content {
	display: block;
	margin-top: 100px;
	font-size: 14px;
	line-height: 2.0em;
}

#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_mail a {
	display: block;
	border-bottom: 1px solid #000000;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}

#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_explain {
	margin-top: 60px;
}


#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_explain p:nth-child(2) {
	padding-top: 40px;
	padding-bottom: 30px;
}

#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_table {
	text-align: left;
	width: 600px;
	border: 1px #d4d4d4 solid;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	padding-bottom: 40px;
}

#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_table p.contact-form {
	display: block;
	border-bottom: 1px #d4d4d4 solid;
	padding-top: 20px;
	padding-bottom: 2px;
	font-weight: bold;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_table p.contact-form:nth-child(1) {
	padding-top: 0px;
}

#marfa-contact-wrapper #marfa-contact-content #marfa-contact-content_table p.contact-form:nth-child(6) {
	/*border: none;*/
}