@charset "UTF-8";
/*==============================================================================================
●PCサイズ
==============================================================================================*/
@media screen and (min-width: 1024px) {

	/*/////////////////////////ヘッダー///////////////////////*/
	header {
		width: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background-color: #fffffd;
		padding: 20px 0 20px 0;
	}

	header nav {
		width: 1000px;
		margin: 0 auto;
		height: 18px;
	}

	header nav .nav_logo {
		display: block;
		width: 76px;
		height: 18px;
		background-repeat: no-repeat;
		background-image: url(../img/logo_mono.png);
		float: left;
		background-size: cover;
	}

	header nav ul {
		list-style-type: none;
		font-size: 14px;
		letter-spacing: 0.2em;
		line-height: 18px;
		float: right;
	}

	header nav ul li {
		display: inline-block;
		margin-left: 30px;
	}

	header nav ul li:first-child {
		margin-left: 0;
	}

	/*/////////////////////////フッター///////////////////////*/


	/*/////////////////////////共通レイアウト///////////////////////*/
	main {
		width: 100%;
		height: auto;
		position: relative;
	}

	.wrapper {
		width: 1000px;
		margin: 0 auto;
	}

	#container {
		padding-top: 120px;
	}

	.pc {
		display: inline-block;
	}

	.phone {
		display: none;
	}

	.page-title span {
		font-size: 26px;
		letter-spacing: 0.3em;
	}

	/*/////////////////////////トップページ///////////////////////*/
	#about {
		width: 50%;
	}

	#about p {
		line-height: 2.3em;
	}

	.studio-contents div {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.works-wrap a {
		width: 23.5%;
		margin: 0 2% 20px 0;
	}

	.works-wrap a:nth-child(4n) {
		margin-right: 0px;
	}

	.contact-wrap div:first-child {
		width: 20%;
		margin-right: 10%;
	}

	.contact-wrap div:last-child {
		width: 70%;
	}

	/*/////////////////////////アーカイブ///////////////////////*/
	.archive-wrap div {
		width: 48%;
	}

	.archive-wrap div:nth-child(2n) {
		margin-left: 4%;
	}
}





/*==============================================================================================
●タブレットサイズ
==============================================================================================*/
@media screen and (min-width: 481px) and (max-width: 1023px) {

	/*/////////////////////////ヘッダー///////////////////////*/
	header {
		width: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background-color: #fffffd;
		padding: 20px 0 20px 0;
	}

	header nav {
		width: 90%;
		margin: 0 auto;
		height: 18px;
	}

	header nav .nav_logo {
		display: block;
		width: 76px;
		height: 18px;
		background-repeat: no-repeat;
		background-image: url(../img/logo_mono.png);
		float: left;
		background-size: cover;
	}

	header nav ul {
		list-style-type: none;
		font-size: 14px;
		letter-spacing: 0.2em;
		line-height: 18px;
		float: right;
	}

	header nav ul li {
		display: inline-block;
		margin-left: 15px;
	}

	header nav ul li:first-child {
		margin-left: 0;
	}

	/*/////////////////////////フッター///////////////////////*/

	/*/////////////////////////共通レイアウト///////////////////////*/
	main {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 900;
	}

	.wrapper {
		width: 90%;
		margin: 0 auto;
	}

	#container {
		padding-top: 120px;
	}

	.pc {
		display: inline-block;
	}

	.phone {
		display: none;
	}

	.page-title span {
		font-size: 22px;
		letter-spacing: 0.3em;
	}

	/*/////////////////////////トップページ///////////////////////*/
	#about {
		width: 75%;
	}

	#about p {
		line-height: 3em;
	}

	.studio-contents div {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.works-wrap a {
		width: 49%;
		margin: 0 2% 20px 0;
	}

	.works-wrap a:nth-child(2n) {
		margin-right: 0px;
	}

	.contact-wrap div:first-child {
		width: 100%;
		margin: 50px 0;
	}

	.contact-wrap div:last-child {
		width: 100%;
	}

	/*/////////////////////////アーカイブ///////////////////////*/
	.archive-wrap div {
		width: 100%;
	}
}

/*==============================================================================================
●スマホサイズ
==============================================================================================*/
@media screen and (max-width: 480px) {
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	/*/////////////////////////ヘッダー///////////////////////*/
	header {
		width: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background-color: #fffffd;
		padding: 20px 0 20px 0;
	}

	header nav {
		width: 90%;
		margin: 0 auto;
		height: 18px;
	}

	header nav .nav_logo {
		display: block;
		width: 76px;
		height: 18px;
		background-repeat: no-repeat;
		background-image: url(../img/logo_mono.png);
		float: left;
		background-size: cover;
	}

	header nav ul {
		list-style-type: none;
		font-size: 12px;
		letter-spacing: 0.2em;
		line-height: 18px;
		float: right;
	}

	header nav ul li {
		display: inline-block;
		margin-left: 8px;
	}

	header nav ul li:first-child {
		margin-left: 0;
	}

	/*/////////////////////////フッター///////////////////////*/
	footer {
		width: 80%;
	}

	/*/////////////////////////共通レイアウト///////////////////////*/
	main {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 900;
	}

	.wrapper {
		width: 90%;
		margin: 0 auto;
	}

	#container {
		padding-top: 120px;
	}

	.pc {
		display: none;
	}

	.phone {
		display: inline-block;
	}

	.phone-sm {
		font-size: 0.5em;
	}

	.page-title span {
		font-size: 20px;
		letter-spacing: 0.1em;
	}

	/*/////////////////////////トップページ///////////////////////*/
	#about {
		width: 90%;
	}

	#about p {
		font-size: 0.9em;
		line-height: 2em;
		text-align: left;
	}

	.studio-contents div {
		width: 100%;
		margin: 10px 0;
	}

	.works-wrap a {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.contact-wrap div:first-child {
		width: 100%;
		margin: 50px 0;
	}

	.contact-wrap div:last-child {
		width: 100%;
	}

	/*/////////////////////////アーカイブ///////////////////////*/
	.archive-wrap div {
		width: 100%;
	}
}


/*==============================================================================================
●スマホサイズ最小
==============================================================================================*/
@media screen and (max-width: 320px) {
	.pcmenu {
		display: none;
	}

	.twitterTimeline iframe {
		width: 740px !important;
	}
}








/*==============================================================================================
●共通
==============================================================================================*/

/*/////////////////////////ヘッダー///////////////////////*/


/*/////////////////////////フッター///////////////////////*/
footer {
	width: 100%;
	color: #999999;
	text-align: center;
	padding: 100px 0;
	background-color: #222222;
}

footer .copyright {
	font-size: 0.7em;
}

footer .copyright span {
	font-size: 1em;
}

/*/////////////////////////共通レイアウト///////////////////////*/
h1 {
	font-size: 30px;
	letter-spacing: 0.15em;
	margin: 100px 0;
}

h2 {
	font-size: 26px;
	letter-spacing: 0.15em;
	margin: 40px 0;
}

h3 {
	font-size: 22px;
	letter-spacing: 0.15em;
	margin: 40px 0;
}

.page-title {
	position: relative;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #D74865, #999999);
	margin: 50px 0;
}

.page-title span {
	position: absolute;
	z-index: 10;
	height: 26px;
	line-height: 1em;
	text-align: center;
	display: inline-block;
	margin: auto;
	background-color: #ffffff;
	padding: 0 0.4em 0 0.7em;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}




.btn {
	position: relative;
	border: 1px solid #777777;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	transition: all .3s;
	width: 100%;
	display: block;
	cursor: pointer;
}

.btn:after {
	position: absolute;
	top: calc(50% - 9px);
	right: 10px;
	content: '';
	display: inline-block;
	width: 8px;
	height: 18px;
	background-image: url('../img/arrow_right.png');
	background-repeat: no-repeat;
	transition: all .3s;
}

.btn:link,
.btn:visited {
	color: #333333;
}

.btn:hover {
	border: 1px solid #777777;
	background-color: #777777;
	color: #ffffff;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1;
}

.btn:hover::after {
	background-image: url('../img/arrow_right_w.png');
}

.scrollToTop {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	display: none;
}

/*/////////////////////////トップページ///////////////////////*/
#about {
	text-align: center;
	margin: -50px auto 150px auto;
	padding-top: 50px;
}

#about img {
	width: 60%;
	max-width: 60%;
	height: auto;
	margin-bottom: 0 auto 20px auto;
}

#about h2 {
	letter-spacing: 0.3em;
	font-size: 1em;
}

#studio {
	padding: 50px 0;
	border-top: 1px solid #cccccc;
}

.studio-title {
	margin-bottom: 50px;
	text-align: center;
}

.studio-title span {
	font-size: 1em;
}

.studio-title h4 {
	font-size: 1.4em;
	letter-spacing: 0.2em;
}


.studio-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.studio-contents div img {
	width: 100%;
	height: auto;
}

.studio-link {
	display: flex;
	justify-content: center;
}

.studio-link a {
	display: inline-block;
	text-align: center;
	margin: 2em auto;
	padding: 20px;
	background-color: #333333;
	color: #fff;
	border-radius: 9999px;
	transition: all .3s ease;
	border: 2px solid #333333;
	font-size: 0.8em;
}

.studio-link a:link,
.studio-link a:visited {
	color: #fff;
}

.studio-link a:hover {
	background-color: #fff;
	color: #333333;
	border: 2px solid #D74865;
}

#works {
	margin: -50px 0 150px 0;
	padding-top: 50px;
}

.works-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}

.works-wrap a {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	border: 3px solid #999999;
	background: -moz-linear-gradient(left, #888, #777 50%, #777);
	background: -webkit-linear-gradient(left, #888, #777 50%, #777);
	background: linear-gradient(to right, #888, #777 50%, #777);
	transition: all .3s ease;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

.works-wrap a:hover {
	color: #333333;
	border-image: linear-gradient(to right, #D74865 0%, #999999 100%);
	border-image-slice: 1;
	background: -moz-linear-gradient(left, #fff, #fff 50%, #fff);
	background: -webkit-linear-gradient(left, #fff, #fff 50%, #fff);
	background: linear-gradient(to right, #fff, #fff 50%, #fff);
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7));
}

.works-wrap a p:first-child {
	margin: 10px;
	font-size: 0.8em;
}

.works-wrap a p:last-child {
	margin: 30px 0;
}

/*/////////////////////////問い合わせ///////////////////////*/
#contact {
	margin: -50px 0 0 0;
	padding-top: 50px;
}

.contact-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 50px 0;
}

.contact-wrap div:first-child {
	text-align: center;
	color: #999999;
	line-height: 2em;
	;
}

.contact-wrap div:first-child img {
	width: 150px;
	max-width: 150px;
	height: auto;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: .5;
}

.contact-wrap div:last-child {
	text-align: center;
	color: #999999;
}

/*/////////////////////////フォーム///////////////////////*/
input,
textarea {
	margin-bottom: 30px;
}

#sendmail {
	padding-bottom: 50px;
}

.sendmail-wrap {
	padding: 50px 0;
}

.sendmail-wrap h4 {
	padding: 50px 0;
}

.sendmail-wrap .error_messe {
	color: #D74865;
}

.formTable {
	margin: 50px auto;
	width: 100%;
}

table.formTable {
	border-collapse: separate;
	border-spacing: 20px;
}

.formTable th {
	width: 30%;
	text-align: right;
}

.formTable td {
	width: 70%;
}

.formTable th,
td {
	padding: 7px;
	border-bottom: 1px solid #999;
}

#sendmail input {
	margin-bottom: 100px;
}

/*/////////////////////////アーカイブ///////////////////////*/
#archive {
	margin: 100px 0;
}

.archive-subnav {
	margin: 50px 0;
	text-align: center;
	font-size: 12px;
	line-height: 3em;
}

.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}

.archive-wrap div {
	margin-bottom: 50px;
	font-size: 16px;
}

.archive-wrap div h3 {
	background-color: #777;
	color: #fff;
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
}

.archive-wrap div p {
	margin-top: 1.3em;
}

.archive-wrap div span {
	font-size: 0.7em;
}