@charset "UTF-8";

/* メインビジュアル */
.mv {
	position: relative;
	width: 100%;
	padding: 10% 0;
	text-align: center;
	overflow: hidden;
	}
@media screen and (max-width:767px){
.mv {
	padding: 35% 0;
	}
}

.mv img.logo {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px auto;
	z-index: 100000;
	animation: mvlogo 6s ease .5s both;
	}
@keyframes mvlogo {
	0% { opacity: 0; }
	30% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; }
	}
@media screen and (max-width:767px){
.mv img.logo {
	width: 250px;
	animation: mvlogo_sp 6s ease .5s both;
	}
@keyframes mvlogo_sp {
	0% { opacity: 0; }
	30% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 1; }
	}
}

.mv a {
	position: absolute;
	left: 50%;
	bottom: 50px;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
	padding: 0;
	z-index: 100000;
	opacity: .8;
	transition: .5s ease;
	animation: mv_arrow_movie 6s ease 2s both;
	}
@keyframes mv_arrow_movie {
	0% { opacity: 0; }
	30% { opacity: 1; }
	100% { opacity: 1; }
	}

.mv a:hover {
	opacity: 1;
	}

.mv a img {
	display: block;
	max-width: 100%;
	}

#youtube-movie {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 1;
	}
 
#youtube-movie-content {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	}
 
#youtube-movie-content #youtube-movie-body,
#youtube-movie-content #youtube-movie-front {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 999999999;
	}

.mvbg {
	display: none;
	}
@media screen and (max-width:767px){
.mvbg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
}

.mvbg div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	}

.mvbg .mvbg1 {
	background: url(/img/top/mvbg1.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg1 {
	background: url(/img/top/mvbg1.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg2 {
	background: url(/img/top/mvbg2b.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg2 {
	background: url(/img/top/mvbg2b.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg3 {
	background: url(/img/top/mvbg3.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg3 {
	background: url(/img/top/mvbg3.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg4 {
	background: url(/img/top/mvbg4b.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg4 {
	background: url(/img/top/mvbg4b.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg5 {
	background: url(/img/top/mvbg5b.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg5 {
	background: url(/img/top/mvbg5b.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg6 {
	background: url(/img/top/mvbg6b.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg6 {
	background: url(/img/top/mvbg6b.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg7 {
	background: url(/img/top/mvbg7b.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg7 {
	background: url(/img/top/mvbg7b.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg8 {
	background: url(/img/top/mvbg8b.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg8 {
	background: url(/img/top/mvbg8b.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg9 {
	background: url(/img/top/mvbg9.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg9 {
	background: url(/img/top/mvbg9.jpg) center center no-repeat;
	background-size: 100% auto;
	}
}

.mvbg .mvbg1 {
	animation: mvbg1 30s infinite;
	}
@keyframes mvbg1 {
	0% { opacity: 1; transform: scale(1.02) }
	11% { opacity: 1; }
	12% { opacity: 0; transform: scale(1.05) }
	99% { opacity: 0; }
	100% { opacity: 1; }
	}

.mvbg .mvbg2 {
	animation: mvbg2 30s infinite;
	}
@keyframes mvbg2 {
	0% { opacity: 0; }
	10% { opacity: 0; }
	11% { opacity: 1; transform: scale(1.02) }
	22% { opacity: 1; }
	23% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg3 {
	animation: mvbg3 30s infinite;
	}
@keyframes mvbg3 {
	0% { opacity: 0; }
	22% { opacity: 0; }
	23% { opacity: 1; transform: scale(1.02) }
	34% { opacity: 1; }
	35% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg4 {
	animation: mvbg4 30s infinite;
	}
@keyframes mvbg4 {
	0% { opacity: 0; }
	34% { opacity: 0; }
	35% { opacity: 1; transform: scale(1.02) }
	46% { opacity: 1; }
	47% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg5 {
	animation: mvbg5 30s infinite;
	}
@keyframes mvbg5 {
	0% { opacity: 0; }
	46% { opacity: 0; }
	47% { opacity: 1; transform: scale(1.02) }
	58% { opacity: 1; }
	59% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg6 {
	animation: mvbg6 30s infinite;
	}
@keyframes mvbg6 {
	0% { opacity: 0; }
	58% { opacity: 0; }
	59% { opacity: 1; transform: scale(1.02) }
	71% { opacity: 1; }
	72% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg7 {
	animation: mvbg7 30s infinite;
	}
@keyframes mvbg7 {
	0% { opacity: 0; }
	71% { opacity: 0; }
	72% { opacity: 1; transform: scale(1.02) }
	83% { opacity: 1; }
	84% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg8 {
	animation: mvbg8 30s infinite;
	}
@keyframes mvbg8 {
	0% { opacity: 0; }
	83% { opacity: 0; }
	84% { opacity: 1; transform: scale(1.02) }
	91% { opacity: 1; }
	92% { opacity: 0; transform: scale(1.05) }
	100% { opacity: 0; }
	}

.mvbg .mvbg9 {
	animation: mvbg9 30s infinite;
	}
@keyframes mvbg9 {
	0% { opacity: 0; }
	91% { opacity: 0; }
	92% { opacity: 1; transform: scale(1.02) }
	99% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.05) }
	}

.mv #fade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #0092b1;
	z-index: 1000000;
	animation: fade 10s ease 0s both;
	}
@media screen and (max-width:767.98px){
.mv #fade {
	background: #ffffff;
	animation: fade 3s ease 0s both;
	}
}
@keyframes fade {
	0% { opacity: 1; z-index: 10000; }
	30% { opacity: 1; z-index: 10000; }
	99% { opacity: 0; z-index: 10000; }
	100% { opacity: 0; z-index: 1; }
	}

.mv #bn_goto {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 200px;
	height: 200px;
	z-index: 10000000;
	animation: bn_goto 1s ease .5s both;
	}
@keyframes bn_goto {
	0% { opacity: 0; }
	90% { opacity: 1; }
	100% { opacity: 1; }
	}
@media screen and (max-width:767px){
.mv #bn_goto {
	right: 4vw;
	bottom: 4vw;
	width: 100px;
	height: 100px;
	}
}

.mv #bn_goto img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	}

/* intro */
.intro {
	padding: 100px 0;
	background: #fff;
	}
@media screen and (max-width:767.98px){
.intro {
	padding: 4vw;
	}
}

.intro h2 {
	display: block;
	margin: 0 0 1em;
	padding: 0;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	}
@media screen and (max-width:767.98px){
.intro h2 {
	margin-top: 20px;
	letter-spacing: 4px;
	}
}

.intro h2 span {
	display: block;
	font-size: 1.2em;
	}

.intro p {
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	letter-spacing: .2em;
	}
@media screen and (max-width:767.98px){
.intro p {
	font-size: 4vw;
	letter-spacing: 0;
	}
}

.intro a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	}

/* feature */
.feature {
	padding: 0 0 50px;
	background: #fff;
	}
@media screen and (max-width:767.98px){
.feature {
	padding: 4vw;
	}
}

.feature p {
	display: block;
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	letter-spacing: .2em;
	}
@media screen and (max-width:767.98px){
.feature p {
	font-size: 4vw;
	letter-spacing: 0;
	}
}

.feature img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	}

.feature .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

.feature .inner div {
	width: calc(100% / 3);
	}
@media screen and (max-width:767.98px){
.feature .inner div {
	width: 100%;
	}
}

/* 関連施設 */
.connection {
	padding: 50px 0;
	}
@media screen and (max-width:767.98px){
.connection {
	padding: 50px 4vw;
	}
}

.connection h2 {
	margin: 0 0 1em;
	font-size: 20px;
	line-height: 1.3em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
.connection h2 {
	font-size: 5vw;
	}
}

.connection p {
	display: block;
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	}
@media screen and (max-width:767.98px){
.connection p {
	margin: 0 0 4vw;
	padding: 2vw 0;
	font-size: 4vw;
	line-height: 1.5em;
	}
}

.connection a {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	}

.connection a img {
	display: block;
	width: 100%;
	}

/* バナー */
.bn {
	padding: 50px 0;
	}
@media screen and (max-width:767.98px){
.bn {
	padding: 4vw;
	}
}

.bn .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 1em;
	}

.bn img {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
	}

.bn p {
	text-align: center;
	}