@charset "utf-8";
/* CSS Document */


body.preload .wow {
	opacity: 0 !important;
}


html {
	overflow: auto;
	min-height: 100%;
	position: relative;

}

body {

	min-height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 0;
	background: #d9d9d9;
	color: #0D0D0D;


}

/*img {
    image-rendering: -webkit-optimize-contrast;
}*/

p {
	line-height: 1.6;
	font-size: 16px;
}



a {
	color: #000;
	text-decoration: underline;
	transition: 0.6s;
}

a:hover {
	color: #a9a9a9;
}


/* ---------------------------- フレーム ---------------------------------

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
 background:url(../images/bg_top.jpg) no-repeat top center #0f0b01;
  -webkit-background-size:cover;
----*/


#loader {
	text-align: center;
	width: 44px;
	height: 44px;
	position: fixed;
	_position: absolute;
	/* IE6対策 */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 950;
}

#loader img {
	width: 100%;
	height: auto;
}

#fade {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: #719aa7;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900;
}


#main-Container {
	position: relative;
	width: 100%;
	line-height: 0;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 120px;
}


h1 {
	width: 100%;
	max-width: 145px;
	height: 70px;
	padding-top: 2px;
	padding-left: 14px;
}

h1 img {
	width: 100%;
	height: auto;
	margin: 0 auto
}

#contents img {
	max-width: 100%;
	height: auto;
}


.date {
	position: absolute;
	bottom: 12%;
	left: 0;
}


/* ---------------------------- グロナビ -----------------------------------*/



ul#g-menu {
	position: fixed;
	text-align: center;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	background: #231815;
	z-index: 500;
	height: 84px;
	padding-top: 10px;
}

ul#g-menu li {
	display: inline-block;
	margin: 4px 2px;
}

ul#g-menu li a {
	display: block;
	background: #FFF;
	color: #000;
	padding: 15px 12px 12px 12px;
	font-size: 12px;
	text-decoration: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border: 1px solid #FFF;
	font-weight: bold;
}

ul#g-menu li a:hover {
	background: #719aa7;
	color: #FFF;
}

body.is-fixed ul#g-menu {
	position: fixed;
	top: 0;
	bottom: initial;
	bottom: auto;
	background: #45bbcf;
	height: 45px;
	padding-top: 8px;
}

ul#g-menu {
	height: 110px;
}




ul#g-menu {
	top: 0;
	left: 0;
	margin: 0;
	width: 250px;
	height: 100%;
	padding: 10px;
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
	-webkit-transition: ease .5s;
	transition: ease .5s;
	z-index: 500;
}

ul#g-menu li {
	display: block;
	margin: 10px 0;
}

ul#g-menu li a {
	padding: 15px;
	line-height: 1.4;
}


body.is-fixed ul#g-menu {
	background: #3399aa;
	height: 100%;
	padding: 10px;

}



.drbtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 68px;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	cursor: pointer;
	align-items: flex-end;
	display: flex;
	justify-content: center;
	font-size: 10px;

	background: #e6e6e6;

	z-index: 1000;
}

.hambarg {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 4px;
	width: 25px;
	background: #000;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}

.hambarg:nth-child(1) {
	top: 30%;
	left: 50%;
}

.hambarg:nth-child(2) {
	top: 50%;
	left: 50%;
}

.hambarg:nth-child(3) {
	top: 70%;
	left: 50%;
}



ul#g-menu.action {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}





.drbtn.action .hambarg:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.drbtn.action .hambarg:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.drbtn.action .hambarg:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}






.header-Cont {
	width: 100%;
	background: #e6e6e6;
	position: fixed;
	padding: 3px 0;
	top: 0;
	z-index: 50;
}

ul.headList {
	position: absolute;
	top: 0;
	right: 65px;
	background: #e6e6e6;
}

ul.headList li {
	margin: 0 !important;
	padding-top: 10px;
}

ul.headList li img {
	height: 50px;
}


/* ---------------------------- コンテンツ -----------------------------------*/

#contents {
	width: 100%;
	line-height: 1.5;
	position: static;

	padding: 30px 0;
	box-sizing: border-box;
}

#contents img {
	margin: 0 auto;
}


#contents h3 {
	font-weight: normal;
	font-size: 45px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;

}

#contents h3 span {
	font-size: 25px;
	letter-spacing: 0em;

}

#contents p.event-txt {
	font-size: 15px;
	line-height: 2.0;
}

.w_660 {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

.w_820 {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

.w_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.w_1080 {
	width: 100%;
	max-width: 1075px;
	margin: 0 auto;
	position: relative;
}

.w_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.w_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}


.sp_wid {
	width: 100%;
	margin: 0 auto;
}

.gaiyouList {
	width: 1080px;
	background: #3ca4b6;
	margin: 20px auto;
	padding: 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.gaiyouList dl {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;

}

.gaiyouList dt {
	display: block;
	width: 20%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;


}

.gaiyouList dd {

	display: block;
	width: 65%;

	border-bottom: 1px dashed #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 30%;
}

dl.infoList {
	width: 85%;
	max-width: 500px;
	margin: 5% auto;
	text-align: left;
	line-height: 1.4;
}

.infoList dt {
	font-size: 90%;
}

.infoList dd {
	font-size: 100%;
	background: url("../images/arrow.png");
	background-position: right;
	background-size: 5%;
	background-repeat: no-repeat;
	padding-right: 45px;
	margin-bottom: 18px;
	min-height: 30px;
}

.alertP {
	font-size: 12px;
	display: block;
	padding-left: 15px;
}



.page-cont {
	background: #FFF;
	border-radius: 0;
	margin: 0;
	padding: 50px 0 30px 0;

}

.radius25 {
	border-radius: 25px 25px 0 0;
}

.view01 {
	padding: 0 0 0 0;
	border-radius: 25px;
}

.page-cont h2 {
	font-size: 190%;
	width: 470px;
	border-bottom: 1px solid #0D0D0D;
	padding: 0 0 6px 40px;
	text-align: left;
	margin: 80px 0 40px 0;
}

.page-cont h2 img {
	width: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.tarImg {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.tarImg2 {
	width: 60%;
	max-width: 380px;
	margin: 0 auto;
}

.big-txt {
	font-size: 240% !important;
	text-align: left;
	margin: 60px 0 40px 0;
	font-weight: bold;
}

.page-cont p {
	font-size: 110%;
	text-align: left;
}

.photo-slider {
	margin: 50px 0 0 0;

}

.photo-slider img {
	width: 100%;

}

.present-cont {
	min-height: 150px;
	background: #bd4663;
	border: 12px double #FFF;
	margin-top: 5%;
}

.presentImg {
	width: 90%;
	margin: 80px auto;
	max-width: 600px;

}

.concept-copy {
	font-size: 18px !important;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: center !important;
	margin: 5% auto;
	font-weight: normal;
}

.main-caption_txt {
	font-size: 11px !important;
	position: absolute;
	right: 5px;
	bottom: 5px;

	color: #FFF;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
		-1px 1px 0 #000, 1px -1px 0 #000,
		0px 1px 0 #000, 0-1px 0 #000,
		-1px 0 0 #000, 1px 0 0 #000;
	z-index: 550;
}

.caption_txt {
	font-size: 11px !important;
	text-align: right !important;
	display: block;
	padding-top: 2px;
	line-height: 1.4;

}

.captionpresent_txt {
	font-size: 11px !important;
	text-align: center !important;
	display: block;
	padding-top: 2px;
	line-height: 1.4;

}


.blackArea {
	background: #000;
	padding: 30px 20px;
}

.blackArea h3 {
	width: 85%;
	max-width: 560px;
	margin: 20px auto 60px auto;

}

.blackArea p {
	text-align: center;
	color: #FFF;
	width: 90%;
	max-width: 550px;
	margin: 40px auto;
	font-size: 130%;
}

.b-img {
	width: 100%;
	max-width: 800px;

	margin: 30px auto;
}

.planArea {
	background: #FFF;
	padding: 60px 0 20px 0;
	box-sizing: border-box;
}

.planArea h3 {
	width: 60%;
	max-width: 200px;
	margin-bottom: 60px;
}

.planArea h4 {
	width: 65%;
	max-width: 400px;
	margin: 60px 0 60px auto;
}

.galleryArea {
	background: #FFF;
	padding: 30px 0 70px 0;
	box-sizing: border-box;
}

.ga-img {
	width: 100%;
	max-width: 950px;
	margin: 40px auto 5px auto;
}

.accessArea {
	background: #719ba7;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
	border-radius: 0 0;
}

.reserveArea {
	background: #d5dee3;
	padding: 30px 0;
}

.yel-cont {
	border-radius: 12px;
	background: #fffcdb;
	padding: 18px;
	text-align: center;
	font-size: 95% !important;
}

.yel-cont span {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.yel-cont h3 {
	width: 85%;
	margin: 0 auto;
}

.yel-cont a {
	display: block;
	background: #000;
	padding: 10px;
	width: 94%;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin: 14px 0 6px 0;
	border: 1px solid #000;
}

.yel-cont a:hover {
	background: #FFF;
	color: #000;
}

.copy01 {
	width: 95%;
	max-width: 650px;
	margin: 60px auto 30px auto;
}

.copy01_title {
	width: 95%;
	max-width: 850px;
	margin: 60px 0 30px 0;
	font-size: 280%;
	text-align: left;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold 700;
}


.btn_seikyu {
	width: 200px;
	padding: 18px;
	text-align: center;
	background: #edeacb;
	font-size: 18px;
	color: #000;
	display: block;
	text-decoration: none;
}

.btn_toiawase {
	width: 200px;
	padding: 18px;
	text-align: center;
	background: #000;
	font-size: 18px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

.main-ac {
	width: 85%;
	max-width: 500px;
	margin: 40px auto 80px auto;
}

.gmap {
	margin: 60px 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 550px;
}

.gmap iframe {
	width: 100%;
	height: 100%;
}

.bg_gray {
	background: #b6b6b6;
}

.modelCont {
	padding: 20px 0 40px 0;
	box-sizing: border-box;
}

.modelCont p {
	font-size: 14px;
}

ul.modelList li {
	text-align: left;
	margin-bottom: 40px;
}

ul.modelList li p {
	margin-top: 20px;
}

@media screen and (max-width: 880px) {
	ul.modelList li p {
		margin-top: 10px;
	}

	ul.modelList li {
		margin-bottom: 30px;
	}

	.modelCont {
		padding: 10px 0 20px 0;
	}

	.modelCont p {
		font-size: 12px !important;
	}

	.main-ac {
		margin: 20px auto 40px auto;
	}

	.gmap {
		margin: 30px 0;
		height: 300px;
	}

	.copy01_title {
		width: 95%;
		max-width: 850px;
		margin: 60px 0 30px 0;
		font-size: 200%;
		text-align: left;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
}

h4.modelH4 {
	background: #000;
	padding: 8px 0 12px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 18px;
}

h4.modelH4 img {
	width: 80px;
}

dl.event-list {
	display: flex;
	flex-wrap: wrap;
	width: 430px;
	color: #FFF;
	text-align: left;
	margin: 0 auto;
}

.yel-cont dl.event-list {
	width: 100%;
}

dl.event-list dt {
	width: 15%;
}

dl.event-list dd {
	width: 80%;
}

@media screen and (max-width:1380px) {}

@media screen and (max-width: 880px) {}

@media screen and (max-width: 800px) {


	.concept-copy {
		font-size: 14px !important;
		line-height: 1.8;
	}

	dl.event-list {
		width: 350px;
		width: 350px;
	}

	h1 {
		width: 100%;
		max-width: 120px;
		height: auto;
		padding-top: 2px;
		padding-left: 14px;
	}

	h1 img {}

	.presentImg {
		margin: 40px auto;
	}

	.copy01 {
		margin: 30px auto 15px auto;
	}

	.planArea h4 {

		margin: 30px 0 30px auto;
	}

	h4.modelH4 {

		margin-bottom: 9px;
	}

	ul.headList {
		right: 0;
		top: 58px;
		width: 100%;
	}

	ul.headList li:nth-child(1) {
		width: 32% !important;
	}

	ul.headList li:nth-child(2) {
		width: 32% !important;
	}

	ul.headList li:nth-child(3) {
		width: 32% !important;
	}


	ul.headList li img {
		height: inherit;
		width: 100%;
	}

	.page-cont h2 {
		padding: 0 0 3px 20px;
		text-align: left;
		margin: 30px 0 40px 0;
		font-size: 140%;
		width: 90%;
	}

	.page-cont h2 img {
		width: 30px !important;
		padding-right: 10px;
	}

	.infoList dt {
		font-size: 70%;
	}

	.infoList dd {
		font-size: 90%;
		padding-right: 25px;
		margin-bottom: 16px;
	}

	.big-txt {
		font-size: 190% !important;
		margin: 35px 0 20px 0;
	}

	.page-cont p {
		font-size: 95%;
	}


	.photo-slider {
		margin: 40px 0 0 0;
	}

	.main-caption_txt {
		font-size: 11px;
	}

	.blackArea p {
		margin: 30px auto;
		font-size: 100%;
	}

	.planArea {
		padding: 25px 0;
	}

	.galleryArea {
		padding: 25px 0;
	}

	.ga-img {
		margin: 20px auto 5px auto;
	}

	.yel-cont span {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.yel-cont a {
		margin: 0 0 0 0;

	}
}

ul.flexBox {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.flexBox li {
	height: auto;
	margin-bottom: 20px;
	background: #eeeeee;
}


ul.basicList {
	text-align: center;
	font-size: 0;
}

ul.basicList li {
	display: inline-block;
	margin: 6px 4px;
}

.r-5 li {
	width: 16%;
	background: #C15759;
}

.r-3 li {
	width: 32%;
	margin: 5px;
}



@media screen and (max-width: 800px) {
	.sp_wid {
		padding: 0 23px;
		box-sizing: border-box;
	}

	.r-3 li {
		width: 48%;
		margin: 2px;
	}

	.r-5 li {
		width: 45%;
		background: #C15759;
	}

}


.white-popup {
	position: relative;
	background: #faefe0;
	max-width: 760px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	width: 100%;
}

.white-popup img,
.purple-popup img {
	width: 100%;
}

.mfp-hide {
	display: none !important;
}







/*インフォ*/
.info-title {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.15em;
}

.info-cont {
	position: relative;
	width: 95%;
	background-color: #e6e6e6;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	margin: 70px 0;
}

.info-list {
	width: 90%;
	max-width: 500px;
	margin: 20px auto 10px auto;
}

.info-list ul {}

.info-list ul li {
	text-align: left;
	line-height: 1.6;
	box-sizing: border-box;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 25px 30px;
	margin-bottom: 15px;
}

.info-list ul li span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.info-list ul li span:first-child {
	width: 45px;
}

.info-list ul li span:last-child {
	width: 400px;
}

.info-list ul li p:first-child {
	font-size: 12px;
}

.info-list ul li p:last-child {
	font-size: 16px;
}



@media screen and (max-width: 800px) {
	.info-title {
		top: -15px;
		font-size: 20px;

	}

	.info-cont {
		width: 95%;
		padding: 10px;
		margin: 50px 0;
	}

	.info-list ul li span:last-child {
		width: 68%;
	}

	.info-list ul li p:first-child {
		font-size: 12px;
	}

	.info-list ul li p:last-child {
		font-size: 14px;
	}
}



/* ---------------------------- フッター -----------------------------------*/

#footer {
	text-align: center;
	background: #FFF;
	padding: 20px 0;
	box-sizing: border-box;
	line-height: 1.2;
	overflow: hidden;
}

#footer img {
	width: 100%;
	height: auto;
}

ul.first_row {
	margin: 0 auto;
	width: 100%;
	max-width: 980px !important;
	color: #0F0F0F;
	font-size: 12px;
}

ul.first_row li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}


ul.second_row {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px !important;
	color: #0F0F0F;
	font-size: 12px;
}

ul.second_row li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px !important;
}



.end_row {
	background: #d9d9d9;
	line-height: 1.2;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	margin-top: 1%;
}



.ds_pcOnly {
	display: block;
}

.ds_pc {
	display: block;
}

.ds_tab {
	display: none;
}

.ds_sp {
	display: none;
}



.btn_top_scrl {
	position: fixed;
	width: 45px;
	height: 45px;

	bottom: 60px;

}


@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1120px) {

	ul.first_row li:nth-child(1),
	ul.first_row li:nth-child(2),
	ul.first_row li:nth-child(3) {
		width: 100%;
	}

	ul.first_row li:nth-child(4),
	ul.first_row li:nth-child(5) {
		width: 47%;
	}

	ul.second_row li:nth-child(1),
	ul.second_row li:nth-child(4) {
		width: 100%;
	}


	#main-Container {}


	.gaiyouList {
		width: 100%;

	}






	.wid45 {
		width: 95% !important;
	}




	.ds_pcOnly {
		display: none;
	}

	.ds_pc {
		display: block;
	}

	.ds_tab {
		display: block;
	}

	.ds_sp {
		display: none;
	}



}

@media screen and (max-width: 800px) {

	#footer ul li {
		margin: 12px 0;

	}

	#main-Container {
		padding-top: 0;
		margin-bottom: 30px;
	}


	#contents {
		padding: 130px 0 30px 0;

	}

	.page-cont h2 {}

	#contents h2 img {
		width: 100%;
		height: auto;
	}

	#contents h3 {
		font-size: 25px;
		letter-spacing: 0;
		line-height: 1.3;
		margin: 15px 0;
	}

	#contents h3 span {
		font-size: 18px;
		letter-spacing: 0;
	}

	#contents p.event-txt {
		font-size: 13px;
		text-align: left;
		margin: 0 auto;
	}







	#footer .end_row {
		font-size: 11px;
	}

	#footer .first_row {

		border-right: none;
	}


	.gaiyouList dt {
		width: 100% !important;
		clear: both;
		float: none;
		margin-bottom: 2px;
		padding-bottom: 2px;
	}

	.gaiyouList dd {
		width: 100% !important;
		float: none;
		padding-left: 20px;

	}






	.ds_pcOnly {
		display: none;
	}

	.ds_pc {
		display: none;
	}

	.ds_tab {
		display: none;
	}

	.ds_sp {
		display: block;
	}

}







/* ---------------------------- リフレクション -----------------------------------*/

.reflection-img {
	position: relative;
	overflow: hidden;
}



.reflection {
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes reflection {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-moz-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-ms-keyframes reflection {
	0% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-ms-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-o-keyframes reflection {
	0% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-o-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-o-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}






/* ---------------------------- animate.css -----------------------------------*/

.loading-Anim {
	/*秒かけてアニメーションする */
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	/* 5回繰り返す */
	-webkit-animation-iteration-count: 100;
	animation-iteration-count: 100;
}

.copy-Anim {
	/*秒かけてアニメーションする */
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	animation-delay: 0.8s;
}

.title-Anim {
	/*秒かけてアニメーションする */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1s;
}

.topContents-Anim {
	/*秒かけてアニメーションする */
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
	animation-delay: 2s;
}

.play-Anim {
	/*秒かけてアニメーションする */
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	/* 5回繰り返す */
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}


.topKeyVisual-Anim {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-duration: 2.0s;
	animation-delay: 2.0s;
}

.topKeyVisual-Anim_second {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-duration: 2.5s;
	animation-delay: 2.5s;
}

.topSocial-Anim {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-duration: 3.5s;
	animation-delay: 3.5s;
}


.top .grecaptcha-badge {
	display: none !important;
}