#main {
	position: relative;
}

#main .bxslider div a > img {
	width: 100%;
	height: auto;
	min-width: 1200px;
	animation: anime1 12s ease 0s alternate;
	-webkit-animation: anime1 12s ease 0s alternate;
}

@keyframes anime1 {
0% {transform: scale(1);}
100% {transform: scale(1.2);}
}

/* 旧Firefox */
@-moz-keyframes anime1 {
0% {-moz-transform: scale(1);}
100% {-moz-transform: scale(1.2);}
}
@-mos-keyframes anime1 {
0% {-mos-transform: scale(1);}
100% {-mos-transform: scale(1.2);}
}

/* Chrome, Safari */
@-webkit-keyframes anime1 {
0% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(1.2);}
}

#main .tit {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 999;
	width: 361px;
	margin-left: -180px;
}

#main .w1000 {
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

#main .w1000 .btn a {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.5;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	width: 260px;
	height: 85px;
	color: #fff;
	padding-top: 25px;
	text-decoration: none;
}

#main .w1000 .btn span {
	font: 32px "Barlow";
	font-weight: 600;
}


.w1000sp {
	width: 1000px;
	margin: 0 auto;
}

#info {
	background-color: #f5f5f5;
	padding: 40px 0 30px;
}

#info h3 {
	font: 24px "Barlow";
	color: #0081cc;
	width: 1000px;
	margin: 0 auto 20px;
	text-align: left;
}

#info dl {
	width: 1000px;
	margin: 0 auto;
}

#info dt {
	float: left;
}

#info dd {
	width: 900px;
	padding-left: 100px;
	margin-bottom: 10px;
}

h3 {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}

h3 span {
	font: 32px "Barlow";
	font-weight: 600;
}

#concept {
	width: 1000px;
	margin: 50px auto 100px;
}

#concept h3 {
	color: #0081cc;
}

#concept div {
	float: left;
	margin-right: 50px;
}

#concept p {
	font-size: 16px;
}

#story {
	width: 100%;
	margin-bottom: 50px;
	color: #fff;
	position: relative;
}


#story .w1000 {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 0;
}

#story .image img {
	width: 100%;
	height: auto;
	min-height: 400px;
}

#story h3 {
	position: absolute;
	left: 0;
	top: 13vw;
}

#story .box {
	position: absolute;
	left: 490px;
	top: 4vw;
}

#story h4 {
	font: 30px/1.4 "ヒラギノ明朝 ProN W3","HiraMinProN-W3","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	margin-bottom: 20px;
}

#story p {
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height: 2.0;
}

.more a {
	text-align: center;
	width: 170px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 15px;
	background: #515457;
	position: relative;
	z-index: 2;
	overflow: hidden;
	font: 16px "Barlow";
	font-weight: 600;
}

.more a::before,
.more a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.more a,
.more a::before,
.more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.more a:hover {
	color: #fff;
}

.more a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.more a:hover::after {
	background: #0081cc;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#glance {
	width: 500px;
	height: 400px;
	background-color: #323232;
	float: left;
	margin-bottom: 20px;
	position: relative;
	color: #fff;
}

#glance h3 {
	text-align: left;
	position: absolute;
	top: 30px;
	left: 30px;
}

#glance .image {
	position: absolute;
	top: 100px;
	left: 30px;
}

#glance p {
	position: absolute;
	top: 255px;
	left: 30px;
}

#glance .more a {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#message {
	width: 500px;
	height: 400px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}

#message .image {
	top: 0;
	left: 0;
	position: absolute;
}

#message h3 {
	text-align: left;
	position: absolute;
	top: 30px;
	left: 30px;
}

#message p {
	position: absolute;
	top: 120px;
	left: 30px;
	font: 22px/1.5 "ヒラギノ明朝 ProN W3","HiraMinProN-W3","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

#message .more a {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#banner {
	width: 1000px;
	margin: 0 auto 40px;
}

#banner a {
	text-align: center;
	width: 320px;
	height: 150px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 45px;
	line-height: 1.5;
	background: #323232;
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

#banner a:last-child {
	margin-right: 0;
}

#banner a::before,
#banner a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#banner a,
#banner a::before,
#banner a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#banner a:hover {
	color: #fff;
}

#banner a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#banner a:hover::after {
	background: #0081cc;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#banner a span {
	font: 32px "Barlow";
	font-weight: 600;
}

#blog {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

#blog h3 {
	text-align: left;
	position: absolute;
	top: 30px;
	left: 30px;
}

#blog .btn {
	position: absolute;
	z-index: 2;
	top: 35px;
	right: 35px;
}

#blog .btn a {
	text-align: center;
	width: 300px;
	height: 60px;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	background: #0081cc;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 18px;
}

#blog .btn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#blog .btn a::before,
#blog .btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#blog .btn a,
#blog .btn a::before,
#blog .btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.entryBg {
	background-color: #f5f5f5;
	padding: 40px 0;
	margin-top: 50px;
}

.entryBtn a {
	margin: 0 auto;
	text-align: center;
	width: 600px;
	height: 120px;
	border: 3px solid #0081cc;
	display: block;
	text-decoration: none;
	color: #0081cc;
	padding-top: 28px;
	line-height: 1.5;
	background: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.entryBtn a::before,
.entryBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entryBtn a,
.entryBtn a::before,
.entryBtn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entryBtn a:hover {
	color: #fff;
}

.entryBtn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.entryBtn a:hover::after {
	background: #0081cc;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.entryBtn a span {
	font: 32px "Barlow";
	font-weight: 600;
}

#footer .movieBnr  {
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 999;
}

#colorbox iframe {
    width: 560px;
    height: 315px;
}

#colorbox.movie #cboxContent {
    margin-top: 40px;
    padding-bottom: 50px;
}

#colorbox.movie #cboxClose {
	background: url(../common/controls3.png) no-repeat top center;
	top: -40px;
	right: 0px;
}