@charset "utf-8";

.parallax_img_1{
	background-image:url(../images/top/header_pc.jpg);
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.parallax_img_2{
	background-image:url(../images/top/top-img01.jpg);
	height:400px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.parallax_img_3{
	background-image:url(../images/top/top-img02.jpg);
	height:300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*************************
リリース
*************************/
.release {
	padding: 40px 0 40px;
}
.release span {
	color: yellow;
	display: block;
}
.release h3 {
	background: url(../images/common/h3.svg) no-repeat;
	background-position: 0 -68px;
}
#slide {
	width: 100%;
	min-width: 1000px;
	padding: 80px 0 90px;
}
#slide article a {
	color: #FFF;
	text-decoration: none;
}
#slide article:hover {
	opacity: 0.5;
}

#slide article figcaption {
	padding: 15px 0 0;
	line-height: 1.3;
}

#slide article,
#slide article figure,
#slide article figcaption {
	width: 260px;
	display: block;
	margin: 0 20px;
}
.slick-dots {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 100%;
  padding: 0 20px;
  list-style: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, .2);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: black;
}

.slick-dots li.slick-active button {
	background-color: red;
  /* background: rgba(255, 255, 255, .5); */
}

.slick-slide img {
	border: 1px solid #646464;
	box-sizing: border-box;
}



/*************************
TWITTER
*************************/
.twitter .box {
	position: relative;
}
.twitter {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a8ff+18,00a8ff+18,00d8ff+100 */
	background: #00a8ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00a8ff 18%, #00a8ff 18%, #00d8ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00a8ff 18%,#00a8ff 18%,#00d8ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00a8ff 18%,#00a8ff 18%,#00d8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8ff', endColorstr='#00d8ff',GradientType=0 ); /* IE6-9 */
	min-width: 1000px; /* IE対策*/
}
.twitter h3 {
	background-position: 0 -272px;
}

.twitter .follow a {
	display: block;
	position: absolute;
	left: 100px;
}
.twitter .tw_timeline {
	width: 520px;
	height: 400px;
	margin: 0 auto;
}
/*************************
MOVIE
*************************/
#movie div.parallax {
	background-image:url(../images/info/header-img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#movie #nav_pc {
	background: rgba(0,168,255,.7);
	width: 100%;
}
.movie {
	min-width: 1000px; /* IE対策*/
}
.movie h3 {
	background-position: 0 -476px;
}
.movie_box {
	width: 750px;
	margin: 0 auto 40px;
}
.movie_player {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin: 0 auto;
}
.movie_player iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie .movie_list {
	padding: 0 0 40px;
}
.movie .movie_list li {
	display: inline-block;
	width: 280px;
	margin: 20px;
	vertical-align: top;
	text-align: center;
}
.movie .movie_list li  a {
	text-decoration: none;
	color: #FFF;
}
.movie .movie_list li span {
	line-height: 1.4;
	display: block;
	font-size: 14px;
}
.movie .movie_list li .mv_date {
	color: #ccc;
	font-size: 12px;
}
/*.movie .movie_list li span:hover {
	color: yellow;
}*/
.movie .movie_list li img {
	width: 100%;
	border: #525252 solid 2px;
	margin: 0 0 10px;
}
.movie .movie_list li img:hover {
	border: yellow solid 2px;
}
#movie .common_footer {
	border-top: 3px solid #00a8ff;
}

/*************************
メディアクエリ
*************************/
@media only screen and (max-width: 1000px) {
	.movie_box {
		width: 920px;
	}
	.div.parallax {
		background-repeat: no-repeat;
		background-attachment: none!important;
	}
	.parallax_img_1 {
		background-image:url(../images/top/header_pc.jpg);
		height: 440px;
		background-position: 65% 0;
		min-width: 1000px;
	}
	.parallax_img_2 {
		height:520px;
		background-position: 50% 35%;
		background-attachment: scroll;
		background-size: auto;
		background-image:url(../images/top/top-img01.jpg);
		min-width: 1000px;
	}
	.parallax_img_3 {
		height:300px;
		background-position: 50% 35%;
		background-attachment: scroll;
		background-size: auto;
		background-image:url(../images/top/top-img02.jpg);
		min-width: 1000px;
	}


}
