@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #111;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td {
	font-size: 16px;
	line-height: 1.5em;
	color: #111;
}

a {
	color: #111;
}

.content {
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}



/*--- ヘッダー ---*/
header {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: #fff;
}
header .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 33px 40px;
}
header .content h1 {
	max-width: 192px;
	width: 100%;
}
header .content .link {
	text-align: right;
}
header .content .link a {
	font-size: 22px;
	height: 1em;
	line-height: 1em;
}
header .content .link .spacer {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1em;
	background-color: #000;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
@media screen and (max-width: 904px) {
	header .content {
		padding: 3.65vw 4.42vw;
	}
	header .content .link a {
		font-size: 2.2vw;
	}
}


.navToggle {
	display: none;
}

#sp_menu {
	display: none;
	position: absolute;
	top: -9999px;
}

#container {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

	padding-top: 88px;
}




























@media screen and (max-width: 768px) {    
	/*--- ヘッダー ---*/
	header {
	}
	header .content {
		max-width: none;
		padding: 2vw 0vw;
	}
	header .content h1 {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	header .content h1,header .content h1 img {
		min-height: 1px;
	}

	/*--- ハンバーガーボタン ---*/
	.navToggle {
		display: block;
		width: 10vw;
		height: 10vw;
		cursor: pointer;
		z-index: 10;
		text-align: center;
		position: relative;
		right: -2vw;
	}
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 7vw;
		border-bottom: solid 0.6vw #000;
		right: 1.5vw;
		transition: .25s ease-in-out;
	}
	.navToggle span:nth-child(1) {
		top: 2.1vw;
	}
	.navToggle span:nth-child(2) {
		top: 4.4vw;
	}
	.navToggle span:nth-child(3) {
		top: 6.8vw;
	}
	.navToggle.active span {
		top: 4.4vw;
	}
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#container {
		padding-top: 14vw;
	}
	/*--- ハンバーガーボタン ---*/
	#sp_menu {
		width: 100%;
		top: 14vw;
	}
	#sp_menu ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sp_menu ul li {
		width: 50%;
	}
	#sp_menu ul li a {
		background-color: rgba(68,68,68,0.80);
		height: 9vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		font-size: 3.5vw;
		color: #fff;
	}





}


@media screen and (max-width: 420px) {
















}
