#movie .movWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
#movie .movWrap {
	width: 100%;
	position: relative;
	padding-top: 75%;
}
#movie .movWrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
#movie .txtWrap {
	width:80rem;
	max-width:100%;
	margin:3rem auto 0;
}
#movie .txtWrap > p{
	margin-top:1.5rem;
}
#movie .txtWrap .colorBoxPink {
	padding:3rem;
	margin-top:1.5rem;
}

/* -------------------------------
LINKS
------------------------------- */
#movie .links {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
#movie .links li {
	min-width: 20rem;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
#movie .links li:only-child {
	width: 36rem;
	max-width: 100%;
	margin-left: 0;
}
#movie .links li a {
	width: 100%;
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#movie .links li a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0 0.4rem;
}
#movie .links li a p span {
	font-size: 1.2rem;
	display: block;
}
#movie .links li a.btnPink {
	background: #ffaab0;
	border: 1px solid #ffaab0;
	border-radius: 3px;
	width: 100%;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
	font-weight:bold;
	color: #fff;
}
#movie .links li a.btnPink p span {
	font-size: 1.4rem;
	color: #fff;
	display: block;
}
#movie .links li a.btnPink::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.4rem;
	width: 0.4rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}
#movie .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 1rem;
}
#movie .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_mov01.png) no-repeat center center / contain;
	width: 3.4rem;
	height: 2.4rem;
	margin-left: 1rem;
}
#movie .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.4rem;
	width: 0.4rem;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}

@media screen and (max-width: 768px) {
#movie .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin: 0 1.5rem 1.5rem;
}
#movie .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 1rem;
}
#movie .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 4.4rem;
	line-height: 4.4rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#movie .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.8rem;
	width: 0.8rem;
	border-top: 2px solid #ffaab0;
	border-right: 2px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
}
#movie .links li a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0.4rem;
	font-size: 1.5rem;
}
}