@charset "UTF-8";
/* CSS Document */

#wrap {
	height: 280px;
	width: 1200px;
	font-size: 13px;
	color: #333;
	text-align: center;
	font-family: "游明朝体 ミディアム";
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copy {
	font-size: 9px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
	padding: 0px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p #copyy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}
#works {
	font-family: "游ゴシック体 ミディアム";
	font-size: 12px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #333;
	text-align: center;
	letter-spacing:0.1em;
	line-height: 25px;
}
/*ポップアップここから*/
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	padding: 30px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
}
.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
}
 .popup_wrap input:checked ~ .popup_overlay {
 opacity: 1;
 transform: scale(1);
 transition: opacity 0.5s;
}
.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	margin:10px auto;
	padding: 8px 16px;
	color: #fff;
	background:#0c0d62;
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	cursor: pointer;
 transition: .3s ease;
}
.open_btn:hover {
	background:#000;
	color:#fff;
 transition: .3s ease;
}
/*ポップアップココまで*/

}
