@charset "utf-8";
* {
	-webkit-tap-highlight-color: transparent;
}
html, body {
	background: #461784;
}
body {
	margin: 0;
	color: #fccb00;
	font-family: 'FOT-セザンヌ Pro DB', sans-serif;
	-webkit-text-size-adjust: none;
}
body > .limit {
	width: 1045px; padding: 0 77px; margin: 0 auto;
}
#logo {
	margin: 0; padding: 70px 0 28px;
}
#logo img {
	display: block;
	margin: 0 auto;
}
#video {
	width: 1045px;
	margin: 0 auto 59px;
}
#video video {
	display: block;
}
#link {
	float: left;
	display: flex; flex-wrap: wrap; justify-content: space-between;
	width: 500px; margin-top: -20px;
}
#link p {
	width: 239px; height: 78px;
	margin: 20px 0 0 0;
	background: white;
}
#link a {
	display: block;
}
#link a:hover {
	opacity: 0.6;
}
#link img {
	display: block;
	image-rendering: crisp-edges;
}
#topics {
	float: right;
	width: 498px; min-height: 176px;
	font-size: 14px; letter-spacing: 0.1em; line-height: 1.75;
}
#topics h1 {
	margin: 0;
	border-bottom: 4px solid #fccb00;
	font-size: 14px; line-height: 1;
}
#topics h1 img {
	display: block;
	image-rendering: crisp-edges;
	width: 138px; height: 14px;
	padding-bottom: 9px;
}
#topics ul {
	margin: 0; padding: 0;
}
#topics li {
	list-style: none;
	padding: 19px 0 7px;
	border-bottom: 2px dashed #fccb00;
}
#topics a {
	text-decoration: none; color: inherit;
}
#topics a:after {
	content: ''; display: block; clear: both;
}
#topics time {
	float: left;
	position: relative;
	display: block;
	width: 118px;
}
#topics time:after {
	position: absolute; right: 0; top: 2px;
	content: '';
	width: 2px; height: 21px;
	background: #fccb00;
}
#topics br {
	display: none;
}
#topics span {
	float: right;
	display: block;
	width: 358px;
}
#works {
	float: left;
	margin-top: 35px;
}
#works .for-pc {
	display: block;
}
#works .for-sp {
	display: none;
}
#message {
	padding: 42px 0 33px;
	clear: both;
	text-align: center;
	color: white; font-size: 13px; line-height: 1.75; letter-spacing: 0.1em;
}
#message p {
	margin: 0;
}
#footer-link {
	display: flex; justify-content: center;
}
#footer-link p {
	width: 216px; height: 48px; margin: 0 25px;
}
#footer-link a {
	display: block;
	width: 100%; height: 100%; border-radius: 15px 15px 0 0;
	background: #fccb00;
	color: #461760; text-align: center; text-decoration: none; line-height: 48px;
	transition: background-color 300ms ease;
}
#footer-link a:hover {
	background: #e95513;
}

#footer-link a1 {
	display: block;
	width: 100%; height: 100%; border-radius: 15px 15px 0 0;
	background: #fccb00;
	color: #461760; text-align: center; text-decoration: none; line-height: 48px;
	transition: background-color 300ms ease;
}

@media (max-width: 433px) {
	body > .limit {
		width: 377px; padding: 0 28px; margin: 0 auto;
	}
	#logo {
		padding: 17px 0 11px;
	}
	#logo img {
		width: auto; height: 61px;
	}
	#video {
		width: 377px; margin: 0;
	}
	#video video {
		width: 377px; height: 233px;
	}
	#link {
		float: none;
		width: 377px; margin-top: 0; padding-top: 7px;
	}
	#link p {
		width: 180px; height: 60px;
		margin-top: 14px;
	}
	#link img {
		width: 100%; height: 100%;
	}
	#topics {
		float: none;
		width: 377px; min-height: 0;
		font-size: 11px;
	}
	#topics h1 {
		margin: 25px 0 4px;
		border-bottom-width: 3px;
		font-size: 11px;
	}
	#topics h1 img {
		width: auto; height: 11px;
		padding-bottom: 7px;
	}
	#topics li {
		padding: 13px 0 5px;
		border-bottom-width: 1px;
	}
	#topics time {
		width: 88px;
	}
	#topics time:after {
		top: 2px;
		width: 1px; height: 16px;
	}
	#topics span {
		width: 274px;
	}
	#works {
		float: none;
		margin-top: 22px;
	}
	#works .for-pc {
		display: none;
	}
	#works .for-sp {
		display: block;
	}
	#message {
		padding: 15px 0 15px;
		font-size: 9px; letter-spacing: 0.05em;
	}
	#footer-link {
		display: flex; justify-content: center;
		font-size: 10px; letter-spacing: 0.12em; text-indent: 0.12em;
	}
	#footer-link p {
		width: 120px; height: 31px; margin: 0 4px;
	}
	#footer-link a {
		border-radius: 9px 9px 0 0;
		line-height: 31px;
	}
	#footer-link a1 {
		border-radius: 9px 9px 0 0;
		line-height: 31px;
	}	
}