@charset "UTF-8";
/* ==========================================================================
   Message
========================================================================== */
#message .box3 .imgBox, #message .box3 .imgBox .cover-img {
	border-radius: 30px 0 0 30px;
}
#message .box3 .imgBox {
	padding: 90vw 0 0 0;
}
@media only screen and (min-width: 992px) {
	#message {
		margin: 0 auto 100px;
	}
	#message .box3 .imgBox, #message .box3 .imgBox .cover-img {
		border-radius: 50px 0 0 50px;
	}
	#message .box3 .imgBox {
	padding: 40vw 0 0 0;
}
}
#message .box3 {
	padding-top: 0;
}
#message .box3 .bg {
	color: #222;
}
#message .box3 .imgBox .headline {
	bottom: 90px;
	transform: translateY(0);
}
#message .box3 .nameBox {
	font-weight: 700;
	line-height: 1.75;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
#message .box3 .nameBox span {
	display: block;
	font-size: .923em;
}
@media only screen and (min-width: 576px) {
	#message .box3 .imgBox .cover-img img {
		object-position: 50% 10%;
	}
}
@media only screen and (min-width: 992px) {
	#message .box3 .imgBox .headline {
		bottom: 120px;
		transform: translateY(0);
	}
	#message .box3 .nameBox {
		bottom: 35px;
		left: 35px;
	}
}
#message .movie a {
	display: block;
	height: 69vw;
	position: relative;
	overflow: hidden;
}
#message .movie-thumbnail {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#message .movie-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .3);
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#message .movie-overlay span {
	display: block;
	margin: 5px 10px;
}
#message .movie-overlay .en_ttl {
	font-size: 1.125rem;
}
@media only screen and (max-width: 575px) {
	#message .movie {
		width: 100vw;
		margin-right: calc(((100vw - 100%)/2)*-1);
		margin-left: calc(((100vw - 100%)/2)*-1);
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 576px) {
	#message .movie a {
		height: 320px;
		border-radius: 20px;
	}
	#message .movie-overlay {
		flex-direction: column;
	}
}
@media only screen and (min-width: 992px) {
	#message .movie a {
		height: 500px;
		border-radius: 30px;
	}
}
/* ==========================================================================
   Our Dream
========================================================================== */
#dream .ttlBox {
	margin-top: 50px;
}
#dream .txtBox {
	margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
	.loopSliderWrap_H .loopSliderInner {
		margin-right: calc(((100vw - 100%)/2)*-1);
		margin-left: calc(((100vw - 100%)/2)*-1);
	}
}
@media only screen and (min-width: 992px) {
	#dream .ttlBox {
		margin-top: 100px;
	}
	#dream .ttlBox .en_ttl {
		margin-bottom: .5em;
	}
	#dream .txtBox {
		margin-bottom: 100px;
	}
}
/* ==========================================================================
   YOUMEMIRU 7done.
========================================================================== */
#y-7done .panel {
	margin-bottom: 3em;
	position: relative;
}
#y-7done .panel .ttlBox {
	margin-top: -3.5em;
	position: relative;
	z-index: 5;
}
#y-7done .panel .num .h1 {
	line-height: 1;
}
#y-7done .panel .num em {
	text-transform: none;
}
#y-7done .panel .ttl {
	margin-bottom: .5em;
}
#y-7done .panel p {
	margin-top: .5em;
}
@media only screen and (max-width: 575px) {
	#y-7done .panel .ttlBox {
		transform: translateX(-.75em);
	}
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
	#y-7done .panel .txtBox {
		font-size: .923em;
		margin-top: -4.5em;
	}
	#y-7done .panel:nth-of-type(odd) .txtBox {
		transform: translateX(-.75em);
	}
	#y-7done .panel:nth-of-type(even) .imgBox {
		transform: translateX(.75em);
	}
}
@media only screen and (min-width: 768px) {
	#y-7done .panels {
		margin-right: -15px;
		margin-left: -15px;
	}
	#y-7done .panel {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 992px) {
	#y-7done .panels {
		margin-right: -35px;
		margin-left: -35px;
	}
	#y-7done .panel {
		padding-right: 35px;
		padding-left: 35px;
	}
	#y-7done .panel .ttlBox {
		margin-top: -6.25em;
	}
	#y-7done .panel .imgBox {
		padding-left: 1.25em;
	}
}