/*---------------------------------------------------------
mv
---------------------------------------------------------*/
.mv {
	margin: 0 auto;
	max-height: 600px;
	position: relative;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
.mv .slick {
	height: 600px;
}
.mv .slick li.slick-slide {

}
.mv .slick li.slick-slide a {
	display: block;
	height: 600px;
	text-indent: 100%;
}
/*
.mv .slick li.slick-slide:nth-child(1) {
	background: url(/img/slide01.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(2) {
	background: url(/img/slide02.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(3) {
	background: url(/img/slide03.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(4) {
	background: url(/img/slide04.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(5) {
	background: url(/img/slide05.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(6) {
	background: url(/img/slide06.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(7) {
	background: url(/img/slide07.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(8) {
	background: url(/img/slide08.jpg) center center no-repeat;
	background-size: cover;
}
.mv .slick li.slick-slide:nth-child(9) {
	background: url(/img/slide09.jpg) center center no-repeat;
	background-size: cover;
}
*/
.mv .slick-arrow {
	height: 80px;
	margin-top: -40px;
	position: absolute;
	text-indent: 100%;
	overflow: hidden;
	top: 50%;
	width: 40px;
	z-index: 1;
}
.mv .slick-prev {
	background: url(/vendor/slick/arrows_l.png) left top no-repeat;
	background-size: 40px auto;
	left: 30px;
}
.mv .slick-next {
	background: url(/vendor/slick/arrows_r.png) right top no-repeat;
	background-size: 40px auto;
	right: 30px;
}
.mv .slick-dots {
	bottom: 25px;
}
.mv .slick-dots li {
	background: url(/vendor/slick/dots.png) center center no-repeat;
	background-size: 12px auto;
	text-indent: 100%;
	overflow: hidden;
}
.mv .slick-dots li.slick-active,
.mv .slick-dots li:hover{
	background-image: url(/vendor/slick/dots_active.png);
}
.mv .slick-dots li button:before {
	content: '';
}

.mv .mv_txt {
	bottom: calc(50% - 210px);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: calc(50% - 210px);
	width: 320px;
}
.mv .txt {
	border: 2px solid transparent;
	padding: 68px 74px 75px;
}
.mv .txt.active {
	border-color: #ffffff;
	-webkit-transition: border-color 1s ease-in-out 0s;
	-moz-transition: border-color 1s ease-in-out 0s;
	-ms-transition: border-color 1s ease-in-out 0s;
	transition: border-color 1s ease-in-out 0s;
}
.mv .txt .txt_img {
	opacity: 0;
	width: auto;
}

@media screen and (max-width: 980px) {
	.mv .mv_txt.sp {
		bottom: 50%;
		display: inline;
		top: 50%;
		width: 320px;
	}
}

@media screen and (max-width: 960px) {
	.mv {
		max-height: none;
		min-width: inherit;
	}
	.mv .slick {
		height: auto;
	}
	.mv .slick li.slick-slide {
		height: 100%;
	}
	.mv .slick li.slick-slide a {
		height: 0;
		padding-bottom: 94%;
	}
	/*
	.mv .slick li.slick-slide:nth-child(1) {
		background-image: url(/img/sp_slide01.jpg);
	}
	.mv .slick li.slick-slide:nth-child(2) {
		background-image: url(/img/sp_slide02.jpg);
	}
	.mv .slick li.slick-slide:nth-child(3) {
		background-image: url(/img/sp_slide03.jpg);
	}
	.mv .slick li.slick-slide:nth-child(4) {
		background-image: url(/img/sp_slide04.jpg);
	}
	.mv .slick li.slick-slide:nth-child(5) {
		background-image: url(/img/sp_slide05.jpg);
	}
	.mv .slick li.slick-slide:nth-child(6) {
		background-image: url(/img/sp_slide06.jpg);
	}
	.mv .slick li.slick-slide:nth-child(7) {
		background-image: url(/img/sp_slide07.jpg);
	}
	.mv .slick li.slick-slide:nth-child(8) {
		background-image: url(/img/sp_slide08.jpg);
	}
	.mv .slick li.slick-slide:nth-child(9) {
		background-image: url(/img/sp_slide09.jpg);
	}
	*/

	.mv .slick-arrow {
		height: 40px;
		margin-top: 0;
		width: 20px;
	}
	.mv .slick-prev {
		background-size: 20px auto;
		left: 10px;
	}
	.mv .slick-next {
		background-size: 20px auto;
		right: 10px;
	}

	.mv .slick-dots {
		display: none !important;
	}

	.mv .mv_txt.sp {
		bottom: 50%;
		display: inline;
		margin-bottom: -105.5px;
		margin-top: -105.5px;
		top: 50%;
		width: 50%;
	}
	.mv .txt {
		border-width: 1px;
		padding: 34px 35px 38px;
	}
	.mv .txt .txt_img01 {
		width: 29.55%;
	}
	.mv .txt .txt_img02 {
		width: 29.55%;
	}
	.mv .txt .txt_img03 {
		width: 30.13%;
	}
}

/*---------------------------------------------------------
overview
---------------------------------------------------------*/
/*
.overview {
	padding: 63px 0 74px;
}
.overview h2 {
	margin: 0 auto;
	width: 232px;
}
.lead {
	color: #1F5E92;
	font-size: 18px;
	margin: 17px 0 58px;
	text-align: center;
}
.overview li {
	float: left;
	width: 230px;
}
.overview li + li {
	margin-left: 32px;
}
.overview li .img {
	margin: 0 auto;
	width: 120px;
}
.overview li dl {
	color: #333333;
	margin: 40px 0 0;
}
.overview li dt {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 11px;
	text-align: center;
}
.overview li dd {
	font-size: 14px;
	line-height: 2;
}

@media screen and (max-width: 1300px) {
	.overview li {
		float: none;
		width: auto;
	}
	.overview li:after {
		clear: both;
		content: "";
		display: block;
	}
	.overview li + li {
		margin: 27px 0 0;
	}
	.overview li .img {
		float: left;
		margin: 30px 0 0 15px;
		width: 60px;
	}
	.overview li dl {
		float: right;
		margin: 0 10px;
		width: calc(100% - 95px);
	}
	.overview li dt {
		font-size: 14px;
		text-align: left;
	}
	.overview li dd {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 960px) {
	.overview {
		padding: 19.5px 0 42px;
	}
	.overview h2 {
		width: 45%;
	}
	.lead {
		font-size: 16px;
		line-height: 1.6;
		margin: 11px 0 26px;
	}
}
*/
/*---------------------------------------------------------
access
---------------------------------------------------------*/
/*
.access {
	margin: 0 30px;
}
.access .img {
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out 0s;
	-moz-transition: opacity 1s ease-in-out 0s;
	-ms-transition: opacity 1s ease-in-out 0s;
	transition: opacity 1s ease-in-out 0s;
	max-width: 1340px;
	position: relative;
	width: 100%;
}
.access .img.show {
	opacity: 1;
}
.access .img .txt {
	left: 50%;
	margin-left: -21%;
	position: absolute;
	top: 10.5%;
	width: 42.314%;
}

@media screen and (max-width: 960px) {
	.access {
		margin: 0 10px;
	}
	.access .img {
		width: auto;
	}
	.access .img .txt {
		margin-left: -44.2%;
		top: 6.5%;
		width: 88%;
	}
}
*/
/*---------------------------------------------------------
about
---------------------------------------------------------*/
/*
.about {
	padding: 78px 0 120px;
}
.about h2 {
	margin: 0 auto;
	width: 234px;
}
.about .about_continer {
	margin: 0 auto 7px;
	max-width: 1080px;
	padding-top: 28px;
	width: 100%;
}
.about .about_row {
	margin-left: -60px;
}
.about .about_continer .item {
	float: left;
	margin: 0 0 37px 5.2%;
	text-align: center;
	width: 28.071%;
}
.about .about_continer .item a {
	color: #212121;
	display: block;
	text-decoration: none;
	position: relative;
}
.about .about_continer .item a:hover {
	opacity: 1;
}
.about .about_continer .item dt {
	overflow: hidden;
}
.about .about_continer .item dt img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.about .about_continer .item a:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.about .about_continer .item dd {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 11px;
}
.about .about_continer .item .detail {
	background-color: rgba(0, 0, 0, .6);
	left: 0;
	height: 260px;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-ms-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
	width: 100%;
}
.about .about_continer .item a:hover .detail {
	opacity: 1;
}
.about .about_continer .item .detail div {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.about .about_continer .item .detail p:first-child {
	color: #ffffff;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
}
.about .about_continer .item .detail .btn {
	margin: 19px auto 0;
	width: 130px;
}
.about .anchor_btn {
	margin: 0 auto;
	width: 410px;
}
.about .anchor_btn a {
	background: #1F5E92 url(/common/img/icon_arrow_w.png) 94% center no-repeat;
	background-size: 11px auto;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 25px 0 31px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	.about {
		padding: 25px 0 85px;
	}
	.about h2{
		width: 39%;
	}
	.about .about_continer {
		margin-bottom: 9px;
		padding-top: 3px;
		width: auto;
	}
	.about .about_row {
		margin: 0;
	}
	.about .about_continer .item {
		margin: 0 0 20px;
		width: 48.335%;
	}
	.about .about_continer .item:nth-child(2n) {
		float: right;
	}
	.about .about_continer .item dd {
		font-size: 14px;
		margin-top: 8px;
	}
	.about .about_continer .item .detail {
		display: none;
	}
	.about .anchor_btn {
		width: 70%;
	}
	.about .anchor_btn a {
		background-size: auto 9px;
		font-size: 14px;
		line-height: 1.6;
		padding: 8px 0 11px;
	}
}
*/
/*---------------------------------------------------------
sns_continer
---------------------------------------------------------*/
/*
.sns_continer {
	background: url(/img/bg_sns_continer.jpg) left top repeat;
	margin: 0 30px;
	padding: 83px 0 80px;
}
.sns_continer .sns_row {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.sns_continer .ins {
	float: left;
	padding-left: 75px;
	width: 54%;
}
.sns_continer .fb {
	font-size: 0;
	float: right;
	padding-right: 75px;
	width: 39.5%;
}
.sns_continer .item h2 {
	margin-bottom: 21px;
}
.sns_continer .item h2 img {
	width: auto;
}
.sns_continer .item .box {
	margin: -5px 0 0 -5px;
}
.sns_continer .item .box li {
	float: left;
	margin: 5px 0 0 5px;
	width: 31.915%;
}
.sns_continer .item .box li a {
	background-color: #ffffff;
	display: block;
}
.sns_continer .item .box li a:hover {
	opacity: 1;
}
.sns_continer .item .box li a img {
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-ms-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
}
.sns_continer .item .box li a:hover img {
	opacity: .7;
}
.sns_continer .fb iframe {
	height: 460px !important;
	width: 320px !important;
}

@media screen and (max-width: 960px) {
	.sns_continer {
		margin: 0;
		padding: 18px 0 35px;
	}
	.sns_continer .sns_row {
		width: 71.875%;
	}
	.sns_continer .ins,
	.sns_continer .fb {
		float: none;
		padding: 0;
		width: auto;
	}
	.sns_continer .fb {
		margin-top: 35px;
	}
	.sns_continer .item h2 img {
		width: 100%;
	}
	.sns_continer .item h2 {
		margin: 0 auto 22.5px;
		width: 78.48%;
	}
	.sns_continer .item .box {
		margin: -2.5px 0 0 -2.5px;
	}
	.sns_continer .item .box li {
		margin: 2.5px 0 0 2.5px;
		width: 32.26%;
	}
	.fb_iframe_widget {
		overflow: hidden;
	}
	.fb_iframe_widget_fluid span {
		height: 330px !important;
	}
	.sns_continer .fb iframe {
		height: 100% !important;
	}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style] {
		display: block !important;
		overflow: hidden;
		margin:  0 auto;
		position: static !important;
	}
}
*/
/*---------------------------------------------------------
video
---------------------------------------------------------*/
/*
.video_continer {
	margin: 70px 0 80px;
}
.video_continer .inr {
	margin: 0 auto;
	width: 854px;
}
.video_continer .inr .video {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.video_continer .inr iframe {
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 960px) {
	.video_continer {
		margin: 11px 0;
	}
	.video_continer .inr {
		margin: 0 10px;
		width: auto;
	}
}
*/
