@charset "utf-8";
body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto,
		"NotoSansCJKjp", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	position: relative;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.alpha {
	display: inline-block;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.alpha:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.contents {
	width: 100%;
	position: relative;
}
.wrapper {
	max-width: 750px;
	margin: 0 auto;
}
.wrapper-inner {
	max-width: 650px;
	margin: 0 auto;
}
.contents-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
}
.contents-btn a {
	cursor: pointer;
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
.contents-btn a img {
	width: 100%;
}
.contents-cta .cta {
	position: relative;
}
.contents-cta-btn {
	position: absolute;
	bottom: 1.5%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 5%;
}
.contents-cta-btn a {
	cursor: pointer;
	display: inline-block;
}
.contents-cta-btn a img {
	width: 100%;
	animation: btnZoom 1s ease 0s infinite alternate;
	-webkit-animation: btnZoom 1s ease 0s infinite alternate;
}
@keyframes btnZoom {
	from {
		transform: scale(0.9, 0.9);
	}
	to {
		transform: scale(1, 1);
	}
}
.contents-footer .contents-footer-inner {
	background-color: #fff;
	padding: 30px 15px;
	text-align: center;
}
.contents-footer ul {
	display: inline-block;
}
.contents-footer ul li {
	display: inline-block;
	border-right: 1px solid #1c1c1c;
	margin-right: 5px;
	padding-right: 10px;
}
.contents-footer ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.contents-footer ul li a {
	color: #1c1c1c;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}
.contents-footer .copy {
	color: #1c1c1c;
	text-align: center;
	margin-bottom: 5px;
}
@media (max-width: 575px) {
	.visible-sp {
		display: block;
	}
	.contents-footer .contents-footer-inner {
		padding: 30px 5px;
	}
	.contents-footer ul li {
		margin-right: 3px;
		padding-right: 6px;
	}
	.contents-footer ul li a {
		font-size: 12px;
	}
	.contents-footer .copy {
		font-size: 11px;
	}
}
@media (max-width: 360px) {
	.contents-footer ul li a {
		font-size: 10px;
	}
}

/* 動画・アニメーション共通 */
.contents-inner {
	position: relative;
	overflow: hidden;
}
.movie-wrapper {
	line-height: 0;
}
.movie-wrapper video {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/* movie01 */
.contents01 .movie-wrapper {
	position: absolute;
	width: 100%;
}
.contents01 .movie-wrapper.movie-wrapper01 {
	padding: 0 9%;
	bottom: 51%;
	z-index: -1;
}
.contents01 .movie-wrapper.movie-wrapper02 {
	padding: 0 10%;
	bottom: 7%;
	z-index: -1;
}


/*------------------------------------
* QA用
*-------------------------------------*/
.faq {
 background: #e4eef5;
}
.faq-a {
  max-height: 0; /* 初期は高さ0 */
  overflow: hidden; /* はみ出す内容は隠す */
  margin-top: 0; /* 最初は余白なし */
  transition: max-height 0.5s ease, margin-top 0.5s ease;
}

/* 表示状態用のクラス */
.faq-a.show {
  max-height: 500px; /* 適当な最大値、内容より大きく */
  margin-top: 10px;
}

.faq-q {
  cursor: pointer;
  margin-bottom: 5px;
}

.contents-list {
  margin-bottom: 20px;
}
/*------------------------------------
* 動画
*-------------------------------------*/
.relative {
  position: relative;
}
  
.movie_1 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
}
.movie_1 video {
  width: 100%;
}

.movie_2 {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
}
.movie_2 video {
  width: 100%;
}

.movie_3 {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
}
.movie_3 video {
  width: 100%;
}

.movie_4 {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
}
.movie_4 video {
  width: 100%;
}

.movie_5 {
  position: absolute;
  bottom: 8%;
  right: 5%;
  width: 33%;
}
.movie_5 video {
  width: 100%;
  border-radius: 10%;
}

.movie_6 {
  position: absolute;
  bottom: 13%;
  left: 5%;
  width: 33%;
}
.movie_6 video {
  width: 100%;
  border-radius: 10%;
}
.movie_7 {
  position: absolute;
  bottom: 12%;
  right: 5%;
  width: 33%;
}
.movie_7 video {
  width: 100%;
  border-radius: 10%;
}
.movie_8 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 33%;
}
.movie_8 video {
  width: 100%;
  border-radius: 10%;
}
.movie_9 {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
}
.movie_9 video {
  width: 100%;
}