.anime_box,
.anime_box_w {
	width: 100%;
	height: 105vh;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
}
.anime_logo,
.anime_logo_w {
	width: 100vw;
	height: 105vh;
	position: absolute;
	top: 0;
	right: 0;
}
.anime_logo img,
.anime_logo_w img {
	position: absolute;
	width: 200px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.anime_box {
	z-index: 501;
	background: #fff;
	transition: all 1s ease;
}
.anime_box_w {
	z-index: 500;
	transition: all 1.5s ease;
}

.anime_box.anime_on {
	width: 0%;
}
.anime_box_w.anime_on {
	opacity: 0;
	z-index: -1;
}

/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh !important;
  min-width: 1120px;
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 230px;
  font-size: 1.7rem;
}
.top_main_title h1 {
  font-size: 2.6rem;
  padding: 0;
    margin: 0;
}
.top_main_title span {
  display: block;
  font-size: 5.8rem;
  border-bottom: 2px #fff solid;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top_main {
    min-width: 100%;
	  height: 85vh !important;
  }
  .top_main_title {
    width: 90%;
  }
}




/* --------------------------　ニュース　-------------------------- */

.content_news {
  max-width: 800px;
  margin: 0 auto;
}
.content_news li a {
	display: block;
	padding: 5px 10px;
	position: relative;
}
.content_news li a .day {
	margin-right: 25px;
}
.content_news li a:hover {
	background: #eee;
}
@media screen and (max-width: 768px) {
  .content_news li a .day {
    font-size: 13px;
	}
	.content_news li a {
		padding: 2px 0px;
		font-size: 14px;
		border-bottom: #ddd solid 1px;
	}
	.content_news li:last-child a {
		border-bottom: none;
	}
}


/* --------------------------　コンテンツ　-------------------------- */

/*.top_contet1 .content_r {*/
/*	padding: 60px 0 80px;*/
/*}*/
.top_contet1.content_lr {
	padding: 130px 0 50px;
}
.bg_img1 {
   /*background:url(/images/top/sub_main.jpg) center;*/
   /*background-size: cover;*/
	position: relative;
}
.bg_img1 video {
	object-fit: cover;
	width: 100%;
}
.main_sub_logo {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 340px;
    height: 240px;
    background: #000;
    padding: 52px 100px;
    box-sizing: border-box;
}
.optimal_box {
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	margin: 0 auto;
}
.optimal_box li {
	width: 28.333%;
	margin: 1% 2.5%;
	float: left;
}
.optimal_box li a {
	position: relative;
	display: block;
	background: #555;
	overflow: hidden;
	clear: both;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.optimal_box li a:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.optimal_box li:first-child a {
	background: url("/images/top/3point1.jpg") center center;
	background-size: cover;
}
.optimal_box li:nth-child(2) a {
	background: url("/images/top/3point2.jpg") center center;
	background-size: cover;
}
.optimal_box li:nth-child(3) a {
	background: url("/images/top/3point3.jpg") center center;
	background-size: cover;
}
.optimal_box .op_title {
	position: relative;
	padding: 40px 0;
	width: 80%;
	font-size: 2.6rem;
	line-height: 1.4;
	margin: 140px auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
    font-weight: bold;
	background: rgb(255,255,255,0.8);
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}

.link2_list {
	overflow: hidden;
	clear: both;
	width: 90%;
	margin: 0 auto;
}
.link2_list li {
	width: 34%;
    margin: 1% 8%;
	float: left;
}
.link2_list li a {
	position: relative;
	display: block;
	background: #555;
	overflow: hidden;
	clear: both;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.link2_list li a:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.about_list li:first-child a {
	background: url("/images/top/about1.jpg") center center;
	background-size: cover;
}
.about_list li:nth-child(2) a {
	background: url("/images/top/about2.jpg") center center;
	background-size: cover;
}
.link2_list .op_title {
	position: relative;
	color: #fff;
	width: 80%;
	font-size: 8rem;
	line-height: 1.4;
	margin: 115px auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
	font-weight: 400;
}
.link2_list .op_title span {
	font-size: 2.6rem;
	display: block;
}
.other_link li a {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.other_link li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	z-index: 1;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
}
.other_link li a:hover:after {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	transition: all 0.5s ease;
}
.other_link li:first-child a:after {
	background: url("/images/top/other_link1.jpg") center center;
	background-size: cover;
}
.other_link li:nth-child(2) a:after {
	background: url("/images/top/other_link2.jpg") center center;
	background-size: cover;
}
.other_link .op_title {
	position: relative;
	color: #fff;
	width: 60%;
	font-size: 3.4rem;
	line-height: 1.4;
	margin: 70px auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
	padding: 25px 15px;
	background: #213775;
	z-index: 2;
	font-weight: 400;
}
.other_link li:nth-child(2) .op_title {
	background: #926023;
}
.other_link .op_title span {
	font-size: 1.6rem;
	display: block;
	font-family: "Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border:1px solid #fff;
	padding: 7px 0;
	font-weight: normal;
	margin: 10px auto 5px;
	width: 60%;
}


@media screen and (max-width: 768px) {
	.top_contet1 .content_r {
		padding: 60px 0 0 0;
	}
		.top_contet1.content_lr {
		padding: 0;
	}
	.main_sub_logo {
		width: 200px;
		height: 200px;
		padding: 35px;
	}
	.optimal_box {
		padding: 0;
	}
	.optimal_box li {
		width: 100%;
		margin: 5% 0;
		float: none;
	}
	.optimal_box .op_title {
		padding: 30px 0;
		width: 70%;
		font-size: 2rem;
		margin:30px auto;
	}
	.link2_list {
		width: 100%;
	}
	.link2_list li {
		width: 100%;
		margin: 3% 0;
		float: none;
	}
	.link2_list .op_title {
		width: 70%;
		font-size: 6rem;
		margin: 35px auto;
	}
	.other_link .op_title {
		width: 70%;
		font-size: 3rem;
		margin: 35px auto;
	}
	.other_link .op_title span {
	    font-size: 1.3rem;
	}

}

h3.copy {
	font-size: 22px !important;
}

/* --------------------------　動画　-------------------------- */

.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}