@charset "utf-8";

#wrapper img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
#wrapper img.lazyloaded {
  opacity: 1;
}

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	position: relative;
	z-index: 9999 !important;
}
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
.modaal-close{
	top:15%;
	right:10%;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#fff;
}




.mv{
	width:100%;
	position: relative;
}
.mv img{
	width:100%;
}
.mv h3{
	position: absolute;
	width:80%;
	width:74%;
	top:0;
	left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
	aspect-ratio: 16 / 9;
	z-index: 10;
}
.mv iframe.youtube{
	position: absolute;
	width:74%;
	top:19%;
	left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
	aspect-ratio: 16 / 9;
	z-index: 10;
	border:1px solid #fff;
}
.top-information{
	width:80%;
	margin:0 auto;
}
.top-information,
.top-information a,
.top-information a:hover{
	color:#000 !important;
	text-decoration: none;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.top-info{
		width:49%;
		float: left;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}
.top-info .info{
	background-color: #fff;
	text-align: left;
	padding:1px 20px 10px 20px;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.top-info .info{
	min-height:480px;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.top-info .info h3{
		margin-left: -50px;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.top-info .info h3{
		width:80%;
		margin-left: -10%;
	}
}
.top-info .info dl{
	border-top: 1px solid #ddd;
	margin: 10px 0 10px 0;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.top-info .info dt{
		float: left;
		width: 20%;
		margin-top: 10px;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.top-info .info dt{
		margin-top: 10px;
	}
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.top-info .info dd{
		float: left;
		width: 80%;
		margin-top: 10px;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}
.top-info .info-footer{
	width: 80%;
	float: right;
	border-top: 20px solid #fff; /* 高さ */
	border-left: 20px solid transparent; /* 左側上辺の伸び */
	box-sizing: border-box;
}

.top-twitter{
	border: 1px solid #fff;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.top-twitter{
		width:49%;
		float: right;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.top-twitter{
		margin-top:10%;
	}
}