@charset "UTF-8";


/*     #sec001     */
#sec001 {
	width: 1100px;
	margin: 0 auto;
	margin-top: 150px;
}

#sec001 .copy {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

#sec001 .box {
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
	margin-bottom: 50px;
}

#sec001 .box .txt dl {
	margin: 0;
	padding: 0;
	width: 550px;
	text-align: left;
	border-left: 5px solid #000;
	box-sizing: border-box;
	padding: 15px 0 15px 20px;
	margin-bottom: 50px;
}

#sec001 .box .txt dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec001 .box .txt dl dd {
	font-size: 16px;
	margin-top: 1em;
}

#sec001 .box .photo span {
	display: block;
	width: 500px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		width: 90%;
		margin-top: 10vw;
	}

	#sec001 .copy {
		font-size: 4vw;
		text-align: left;
	}

	#sec001 .box {
		flex-direction: column;
		margin-top: 10vw;
		margin-bottom: 0;
	}

	#sec001 .box .txt dl {
		width: 100%;
		border-left: 3px solid #000;
		padding: 3vw 3vw 3vw 5vw;
		margin-bottom: 7vw;
	}

	#sec001 .box .txt dl dt {
		font-size: 4.2vw;
	}

	#sec001 .box .txt dl dd {
		font-size: 3.6vw;
		line-height: 1.6em;
		margin-top: .7em;
	}

	#sec001 .box .photo span {
		width: 100%;
		margin-bottom: 5vw;
	}
}


#movie {
	margin-top: 170px;
}

#movie .innr {
	width: 1100px;
	margin: 0 auto;
}

#movie h2 {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	letter-spacing: 2px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

#movie h2:before,
#movie h2:after {
	content: "";
	height: 4px;
	background: #444;
	display: block;
	width: 250px;
}

#movie h2:before {
	margin-right: .4em;
}

#movie h2:after {
	margin-left: .4em;
}

#movie .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

#movie .item {
	width: 47%;
}

#movie .ybox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#movie .ybox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#movie .name {
	margin-top: 1em;
	font-size: 15px;
	text-align: left;
}

#movie .name strong {
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#movie {
		margin-top: 15vw;
	}

	#movie .innr {
		width: 90%;
	}

	#movie h2 {
		font-size: 7.4vw;
	}

	#movie h2:before,
	#movie h2:after {
		flex-grow: 1;
		width: auto;
	}

	#movie .flex {
		display: block;
		margin-top: 5vw;
	}

	#movie .item {
		width: 100%;
		margin-top: 10vw;
	}

	#movie .name {
		font-size: 3.6vw;
	}

	#movie .name strong {
		font-size: 4.4vw;
	}
}