@charset "UTF-8";
/* CSS Document */
body{
	overflow-x: hidden;
}
.sp-none{
	display: none;
}
.monitor{
	max-width: none;
}
.monitor header{
	display: none;
}

.monitor .sec01 .inner .btn{
	padding: 50px 0 0;
	margin-bottom: 70px;
}
.monitor .sec01 .inner ul{
	margin-bottom: 70px;
}
.monitor .mv{
	max-width: none;
	max-height: 660px;
	position: relative;
	left: -50%;
	right: -50%;
	margin-left: 50%;
	margin-right: 50%;
	background: #000;
}
.monitor .mv h1{
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
.monitor h1 a{
	z-index: 99;
	padding: 35px 0 0 45px;
	text-align: left;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
}
.monitor h1>picture{
	vertical-align:top;
}
.monitor h1 a picture img{
	width: 150px;
}
.text-right{
	width: 359px;
}
section.movie{
	padding: 0 20px;
}
section.movie .inner{
	max-width: 1158px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
	text-align: center;
	padding: 55px 10px 60px;
	border: solid 1px #dddddd;
	margin-bottom: 120px;
}
section.movie .about{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
	font-weight: bolder;
}
section.movie .about a{
	color: #000;
}
section.movie .snsArea>a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	border-bottom: solid 1px #000;
	color: #000;
	
}
section.movie a.youtube{
	padding: 0 5px 15px 55px;
	margin-right: 45px;
}
section.movie a.youtube::before{
	position: absolute;
	left: 12px;
	content: '';
	width: 27px;
	height: 19px;
	display: inline-block;
	background:url("../img/ico_youtube_red_pc.png") no-repeat center;
}
section.movie a.Twitter{
	padding: 0 5px 15px 48px;
}
section.movie a.Twitter::before{
	position: absolute;
	left: 9px;
	content: '';
	width: 22px;
	height: 18px;
	display: inline-block;
	background:url("../img/ico_twitter_blue_pc.png") no-repeat center;
}
@media (max-width: 790px){
	
.text-right{
	width: 45vw;
}
	
}
@media (max-width: 767px){
.sp-none{
	display: block;
}
	
.monitor .mv{
	max-height: none;
	background: none;
}
.monitor .sec01 .inner .btn{
	padding: 9.3vw 0 0;
	margin-bottom: 13vw;
}
.monitor .sec01 .inner ul{
	margin-bottom: 2.6vw;
}	
.monitor h1 a{
	max-width: none;
	padding: 6.9vw 0 0 6.9vw;
}
.monitor h1 a picture img{
	width: 24.9vw;
}

.text-right{
	width: 100%;
}
section.movie .inner{
	max-width: 100%;
	padding: 10vw 6vw;
	border: solid 1px #dddddd;
	margin-bottom: 13vw;
}
section.movie .about{
	font-size: 3.2vw;
	margin-bottom: 6vw;
}

section.movie .snsArea>a{
	font-size: 3.6vw;
	letter-spacing: 0.1rem;
}	
	
section.movie a.youtube{
	padding: 0 2vw 4vw 8vw;
	margin: 0 0 5.2vw 0;
}
section.movie a.youtube::before{
	top: 0.2vw;
	left: 2vw;
	width: 4.8vw;
	height: 3.3vw;
	background:url("../img/ico_youtube_red_sp.png") no-repeat center;
	background-size: contain;
}
section.movie a.Twitter{
	padding: 0 2.6vw 4vw 8.4vw;
}
section.movie a.Twitter::before{
	top: 0.5vw;
	left: 2vw;
	width: 4.4vw;
	height: 3.5vw;
	background:url("../img/ico_twitter_blue_sp.png") no-repeat center;
	background-size: contain;
}
	
}