@charset "UTF-8";
/*==============================================

    THEME CONCEPT

==============================================*/

.t-head {
	position: relative;
	margin-bottom: 1.5em;
	padding-left: 1.25em;
	font-weight: bold;
	font-size: 1.28571rem;
	line-height: 1.44444;
}

.t-head::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #ca186c;
}

@media screen and (min-width: 769px) {
	.t-head {
		font-size: 1.33333rem;
		line-height: 1.5;
	}
}


.t-movie video {
	width: 100%;
	outline: none;
}

@media screen and (min-width: 840px) {

	.t-movie.mw520 {
		max-width: 520px;
		margin:0 auto;
	}
	
}

.c-h1 {
	line-height: 1;
}
.c-lead {
	margin-top: 2em;
}

@media screen and (max-width: 768px){
	.c-hero--xy__center {
		top: 50%;
	}
	.c-lead {
		width:270px;
	}
	.c-anchor {
		width:270px;
	}
}
@media screen and (min-width: 769px){
	.c-hero--xy__center {
		top: 42.5%;
	}
	.c-lead {
		width:480px;
	}
}


.movie-box {
	width:100%;
	margin:0 auto 50px;
}
.movie-box .t-movie{
	position:relative;
}
.movie-box .t-movie .playicon {
	content: '';
	display:none;
	width: 100%;
	height: 100%;
	margin:auto;
	background: url(../../concept/image/icon_play.png) no-repeat 50% 50% ;
	background-size: 72px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:10;
}
.movie-box .t-movie.off .playicon {
	display:block;
}
.movie-box video{
	width:100%;
	outline: none;
}

@media screen and (min-width: 769px) {

	.movie-box {
		width:90%;
		margin-bottom:100px;
	}

}



/*==============================================
    youtubeMovie
==============================================*/

.youtubeMovie {
	width:100%;
	margin:0 auto;
}
.youtubeMovie div{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtubeMovie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}