@charset "utf-8";

/*----------BASE----------*/
.pcnone {
	display: none !important;
}

.spnone {
	display: block !important;
}

.clfix::after {
	content: "";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 90%;
	letter-spacing: 0.15em;
	line-height: 1.2;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-animation: fadeUp 1s ease 0s 1;
	animation: fadeUp 1.0s ease 0s 1;
}

#index {
	overflow: hidden;
}

#about {
	overflow-y: scroll;
}

@-webkit-keyframes fadeUp {
	from {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes fadeUp {
	from {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.allwrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100% !important;
}

header {
	width: 55%;
	margin: 0 auto;
	padding: 95px 0 120px;
}

#logo {
	margin-bottom: 40px;
	width: 190px;
}

#logo img {
	width: 100%;
	height: auto;
}

nav {
	margin-bottom: 45px;
}

.nav_menu li {
	display: inline-block;
	width: auto;
	height: 10px;
	margin-left: 50px;
}

.nav_menu li img {
	width: auto;
	height: 100%;
}

.nav_menu li:first-of-type {
	margin-left: 0px;
}

.sns {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.twitter {
	width: 24px;
	display: inline-block;
	margin-right: 10px;
}

.twitter img {
	width: 100%;
	height: auto;
}

.insta {
	width: 20px;
	display: inline-block;
}

.insta img {
	width: 100%;
	height: auto;
}

#main {
	width: 100%;
	margin: 0 auto;
	/**footerの高さに合わせて調整**/
	padding-bottom: 100px;
}

footer {
	width: 55%;
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 0.05em;
}

footer small {
	font-size: 70%;
}

.page-heading2 {
	width: 55%;
	margin: 0 auto 95px;
	font-size: 95%;
	line-height: 1;
}

/*----------BASE----------*/
/*----------index----------*/
.w-container {
	width: 100%;
	margin: 0 auto;
	opacity: 0;
}

.w-container.anime {
	animation: fadeIn .7s forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.w-header {
	margin-bottom: 50px;
	overflow: hidden;
}

.w-body {
	position: relative;
	background-color: #fbfbfb;
	padding: 80px 0 70px;
	margin-bottom: 50px;
	display: none;
	/*	padding: 10px 0 70px;*/
}

.close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.close .hidden {
	overflow: hidden;
}

.close .hidden img {
	width: 100%;
	height: auto;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.close .hidden img:hover {
	-webkit-animation: rotation .5s;
	animation: rotation .5s;
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.imgbox {
	width: 55%;
	margin: 0 auto;
	cursor: pointer;
}

.imgbox img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.inner {
	padding-bottom: 80px;
}

.inner img {
	display: block;
	margin-bottom: 20px;
}

.inner:last-of-type {
	padding-bottom: 0;
}

.head-img {
	position: relative;
}

.is-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
}

.is-ttl {
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 80%;
	color: #fff;
	opacity: 0;
}

.works-ttl {
	margin: 20px 0 20px;
	font-size: 80%;
}

.credit {
	margin-bottom: 10px;
	font-size: 75%;
}

.credit:last-of-type {
	margin-bottom: 0px;
}

.credit .link {
	border-bottom: 1px solid #000;
}

.child-imgbox1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.child-imgbox1 img {
	width: 50%;
	height: 100%;
}

.child-imgbox2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.child-imgbox2 img {
	width: 49%;
	height: 100%;
}

/*----------about----------*/
#about .profile_ja {
	width: 55%;
	margin: 0 auto 50px;
	line-height: 2.5;
	font-size: 85%;
}

#about .profile_en {
	width: 55%;
	margin: 0 auto 50px;
	line-height: 2.2;
	font-size: 85%;
}

/*----------contact----------*/
#contact h3 {
	font-size: 95%;
	margin-bottom: 40px;
}

.address {
	width: 55%;
	margin: 0 auto 80px;
}

.address p:first-of-type {
	font-size: 90%;
	line-height: 2.0;
	margin-bottom: 40px;
}

.address p:nth-of-type(2) {
	font-size: 90%;
	line-height: 2.0;
	margin-bottom: 30px;
}

/* .address p:nth-of-type(3) {
	font-size: 90%;
	line-height: 2.0;
	margin-left: -75px;
}

.address p:nth-of-type(3) span:first-of-type {
	letter-spacing: 0.55em;
}

.address p:nth-of-type(3) span:nth-of-type(2) {
	margin-left: 1px;
	margin-right: 27px;
} */

.address p:nth-of-type(3) {
	font-size: 90%;
	line-height: 2.0;
	margin-left: -75px;
}

.address p:nth-of-type(3) span:nth-of-type(2) {
	margin-left: 5px;
	margin-right: 28px;
}

#contact .map {
	width: 55%;
	/*	max-width: 700px;*/
	margin: 0 auto 70px;
}

#contact .map img {
	width: 100%;
	height: auto;
}


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

	/*----------BASE----------*/
	.pcnone {
		display: block !important;
	}

	.spnone {
		display: none !important;
	}

	.img {
		max-width: 100%;
	}

	html,
	body {
		font-size: 3.5vw;
	}

	.allwrap {
		width: 100%;
		margin: 0 auto;
	}

	header {
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 60px;
	}

	.nav_menu li {
		margin-left: 25px;
	}

	#main {
		width: 100%;
		/**footerの高さに合わせて調整**/
	}

	footer {
		width: 90%;
	}

	.page-heading2 {
		width: 90%;
	}

	/*----------BASE----------*/
	/*----------index----------*/
	.w-header {
		margin-bottom: 30px;
		overflow: hidden;
	}

	.imgbox {
		width: 90%;
	}

	.close {
		top: 20px;
		right: 5%;
	}

	.is-ttl {
		padding-right: 25px;
		line-height: 2;
	}

	/*----------index----------*/
	/*----------about----------*/
	#about .profile_ja {
		width: 90%;
		margin: 0 auto 50px;
		line-height: 2.5;
		font-size: 85%;
	}

	#about .profile_en {
		width: 90%;
		margin: 0 auto 50px;
		line-height: 2.2;
		font-size: 85%;
	}

	/*----------about----------*/
	/*----------contact----------*/
	#contact h3 {
		font-size: 95%;
		margin-bottom: 40px;
	}

	.address {
		width: 90%;
		margin: 0 auto 80px;
	}

	.address p:first-of-type {
		font-size: 90%;
		line-height: 2.0;
		margin-bottom: 50px;
	}

	.address p:nth-of-type(2) {
		font-size: 90%;
		line-height: 2.0;
		margin-bottom: 40px;
	}

	.address p:nth-of-type(3) {
		margin-left: 0;
	}

	.address p:nth-of-type(4) {
		margin-left: 0;
	}

	#contact .map {
		width: 90%;
		margin: 0 auto 70px;
	}

	#contact .map img {
		max-width: 100%;
		height: auto;
	}

	/*----------contact----------*/
}