/* =============================== */
/* メインビジュアル */
/* =============================== */

.Mv {
	width: 100%;
}

.Mv ul {
	padding:0;
	margin: 0;
}

.Mv ul li {
	height: auto;
	outline: none;
}

.Mv img {
	text-align: center;
	margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
}

/* スライダーのCSSへ追記 */

.Mv .slick-dots {
	bottom: 0;
}
.Mv .slick-dots li button:before,
.Mv .slick-dots li.slick-active button:before {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}

.Mv .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.Mv .slick-arrow {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

/* =============================== */
/* スライダー上の画像リンク				 */
/* =============================== */
.Mv_Item a img:hover{
	opacity: 1.0;
}

/* =============================== */
/* スライダー上の「詳細はこちら」ボタン */
/* =============================== */

.Mv_Item .LinkButton_In{
	width: auto;
	margin: 0 auto;
}

.Mv_Item .LinkButton_Body {
	position: relative;
	/*float: right;*/
}

.Mv_Item .LinkButton_Body a:hover{
	opacity: 0.9;
}

.Mv_Item .LinkButton_Txt {
	position: absolute;
	bottom: 6px;
    right: 12px;
	background-color: rgba(0, 0, 0, 0.9);
	color: rgba(255, 255, 255, 1);
/*	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 4px 8px;
	line-height: 1.0;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
	/*border: solid 1px rgba(200, 200, 200, 1);*/
	text-transform: none;
}

.Mv_Item iframe, video {
	width: 100vw;
    height: calc(100vw * 9 / 16 );
}

.Mv_Item img {
	height: calc(100vh - 84px);
	width: auto;
}

@media only screen and (max-width: 1024px) {
	.Mv_Item img {
		width: 100%;
		height: auto;
	}
}

.News_Body iframe{
	position: absolute;
	top: 0;
	right: 10%;
	width: 80% !important;
	height: 80% !important;
}

/* 動画の時はフェードイン */
.LinkButton_Animation_Box {
  animation-name: LinkButton_fadeIn;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

@keyframes LinkButton_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
	.Mv_Item .LinkButton_In {
		width: auto;
	}

	.Mv_Item .LinkButton_Txt {
		font-size: 12px;
		bottom: 4px;
		right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.Mv_Item .LinkButton_In {
		width: auto;
	}

	.Mv_Item .LinkButton_Txt {
		font-size: 11px;
		bottom: 0px;
		right: 7px;
	}
	.News_Body iframe{
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

@media screen and (max-width: 540px) {
/* 横長にする場合必要　*/
	.Mv_Item .LinkButton_Body {
		float: inherit;
	}
	.Mv_Item .LinkButton_In {
		width: 100%;
		/*margin: 0 10px;*/
	}

	.Mv_Item .LinkButton_Txt {
/* 横長にする場合必要
		width: 90%;
		right: 7%;
*/
		font-size: 8px;
		bottom: 0px;
		right: 6px;
    	padding: 4px 8px;
	}
}
