﻿@charset "UTF-8";
/*トップページ用*/
/* --------------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------------- */
#header {
	padding: 0;
	background: #fff;
}

/* --------------------------------------------------------------------
	ビジュアル
-------------------------------------------------------------------- */
#topvisual {
	width: 100%;
	/*height: 540px;*/
	height: 680px;
/*	margin-bottom: 157px;*/
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color:#fff;
}

.img_center {
	transition:all 0.2s ease-out;
}
.img_center:hover {
	opacity:0.6;
}
a.img_center:hover img {
	opacity:1;
}
.mv_slide {
 margin: 0;
	width:1200px;
	height: 540px;
	position: relative;
}
.mv_slide::after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
/*	background-color:#999;*/
}
.mv_slide.slick-center::after {
	content:none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev {
	left: calc((100% - 1200px - 60px) / 2);
	background-image: url(../../images/top/pc/visual/ico_prev.png);
}
.slick-prev {
	transition:all 0.2s ease-out;
}
.slick-prev:hover {
	background-image: url(../../images/top/pc/visual/ico_prev_on.png);
}
.slick-next:hover,
.slick-next:focus,
.slick-next {
	right: calc((100% - 1200px - 60px) / 2);
	background-image: url(../../images/top/pc/visual/ico_next.png);
}
.slick-next {
	transition:all 0.2s ease-out;
}
.slick-next:hover {
	background-image: url(../../images/top/pc/visual/ico_next_on.png);
}
.mv_slide_img {
	border-radius: 0%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	-ms-border-radius: 0%;
	-o-border-radius: 0%;
}
.slick-dots {
	bottom:-30px;
}
.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 12px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
}
.slick-dots li button::before {
	width: 15px;
	height: 15px;
	content: '';
	opacity: 1;
	border-radius:50%;
 background-color:#f2d5d4;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	background-color:#cb3931;
}

/* --------------------------------------------------------------------
	グローバルナビ
-------------------------------------------------------------------- */
#globalnav > .gnav_inner_ {
/*	top: -164px;*/
	top: -10px;

}
/* --------------------------------------------------------------------
	お知らせ
-------------------------------------------------------------------- */
#topic_wrap {
	margin-top: -164px;
	padding: 185px 0 0;
}