/*
common
*/
body {
	background-image: url(./assets/images/body_bg_01.png);
	background-repeat: repeat;
	background-color: #fff;
}
#wrapper {
	width: 640px;
	margin: 0 auto;
}
#main {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#main {
		width: 640px;
	}
}
.content-width {
	box-sizing: border-box;
	width: 640px;
	padding: 0 40px;
	margin: 0 auto;
}
.movie-series {
	margin: 120px 0 0;
}
.movie-series .sec-ttl {
	background-color: #025BAB;
}
.movie-series .sec-ttl.img-box {
	text-align: center;
}
.movie-list {
	width: 588px;
	margin: 0 auto;
}
.movie-list.flex-f {
	flex-wrap: wrap;
	align-items: flex-start;
}
.btn-webbreif {
	position: relative;
	text-align: center;
	margin: 104px 0 0;
}
.btn-webbreif::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(./assets/images/arrow_under_01.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 49px;
	height: 77px;
	top: calc(-77px - 17px);
	left: calc(50% - 24px);
}



/*
partial
*/
#site-logo .img-box {
	background-image: url(./assets/images/header_back_01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0;
}
#h-menu-list {
	box-sizing: border-box;
	background-color: #000000;
	padding: 5px 0 10px;
}
#h-menu-list.flex-f {
	justify-content: center;
	align-items: center;
}
.h-menu-item {
	border-left: 1px solid #fff;
	text-align: center;
	width: 140px;
}
.h-menu-item:last-child  {
	border-right: 1px solid #fff;
}
.h-menu-item a {
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-size: 2rem;
	letter-spacing: .02em;
	padding: 20px 0;
}
#mv-inner {
	background-image: url(./assets/images/mv_back_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -430px;
	width: 100%;
	height: 990px;
	padding: 37px 0 0;
}
@media screen and (max-width: 767px) {
	#mv-inner {
		background-position: center;
	}
}
#mv-sub-ttl {
	position: relative;
	margin: 40px 0 0;
}
#mv-sub-ttl::before {
	content: "";
	display: block;
	position: absolute;
/*
	bottom: -43px;
	right: 40px;
	*/
 bottom: -60px;
 right: 15vw;
	/* background-image: url(./assets/images/mv_welcome_01.png); */
	background-position: center;
	background-repeat: no-repeat;
	width: 214px;
	height: 56px;
}
#mv-inner .content-width {
	width: 470px;
	padding: 0;
	margin-top: 80px;
}
#mv-inner .content-width p {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.67;
	margin: 0;
}
#thanks {
	margin: 90px 0 0;
}
#thanks .text-thanks {
	position: relative;
	background-color: #FEFF00;
	padding: 36px 0;
	margin: 0 0 53px;
}
#thanks .text-thanks::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -53px;
	left: calc(50% - 30px);
	border-top: 53px solid #feff00;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	width: 0;
	height: 0;
}
#thanks .btn_questionnaire {
	text-align: center;
}
#outline {
	margin: 40px 0 0;
}
#outline p {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.67;
	margin: 40px 0 0;
}
#outline p .large {
	font-size: 2.8rem;
	font-weight: 700;
}
#movie1 .sec-ttl {
	text-align: left;
	padding: 20px 40px;
}
#movie1 .content-width {
	margin-top: 40px;
}
#movie1 p {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.67;
	margin: 0;
}
#movie1 iframe {
	margin: 40px 0 0;
}
#movie2 .sec-ttl {
	text-align: left;
	padding: 20px 40px;
}
#movie2 .content-width {
	margin: 40px auto 0;
}
#movie2 p {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.67;
	margin: 0;
}
#movie2 h3 {
	font-size: 2.2rem;
	color: #025BAB;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 80px 0 0;
}
#movie2 .movie-list {
	margin-top: 20px;
	width: 882px;
}
@media screen and (max-width: 767px) {
	#movie2 .movie-list {
		box-sizing: border-box;
		width: 100%;
		margin-top: 20px;
    padding: 0 26px;
	}
}
#movie-2 .movie-item {
	width: 294px;
}
#movie3 .sec-ttl {
	text-align: left;
	padding: 20px 40px;
}
#movie3 .content-width {
	margin: 40px auto 0;
}
#movie3 p {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.67;
	margin: 0;
}
#movie3 iframe {
	margin: 40px 0 0;
}
#movie4 .sec-ttl {
	text-align: left;
	padding: 20px 40px;
}
#movie4 .content-width {
	margin: 40px auto 0;
}
#movie4 p {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.67;
	margin: 0;
}
#movie4 iframe {
	margin: 40px 0 0;
}
#more {
	margin: 70px 0 70px;
}
#more p {
	font-feature-settings: "palt";
	font-size: 2.2rem;
	color: #025BAB;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 80px 0 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}




@media screen and (max-width: 768px){
#mv-sub-ttl::before {
    right: 20px;
	}
}