@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;
}
.visible-sp {
	display: none;
}
.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;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
}
.contents-cta-btn.contents-cta-btn01 {
	bottom: 4%;
}
.contents-cta-btn.contents-cta-btn02 {
	bottom: 34%;
}
.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;
}

.contents03_text01 {
	position: absolute;
	top: 8.5%;
	width: 100%;
	padding: 0 9%;
}
.contents08_text01 {
	position: absolute;
	top: 2.5%;
	width: 100%;
	padding: 0 13%;
}

/* slide01 */
.contents04 .contents-inner {
	background-color: #e3e1d2;
	padding: 4% 4%;
}
.contents04 .slide-wrapper {
	position: absolute;
	bottom: 9%;
	left: 0;
	z-index: 1;
	padding: 0 4%;
	width: 100%;
}
.contents04 .slide01 {
	overflow: hidden;
}
.contents04 .slide01 .swiper-slide {
	position: relative;
}
.contents04 .slide01 .swiper-button-next,
.contents04 .slide01 .swiper-button-prev {
	color: #c36f41;
	position: absolute;
	top: 45%;
}

.contents04 .slide01 .swiper-button-next {
	right: 2.5%;
	z-index: 3;
}
.contents04 .slide01 .swiper-button-prev {
	left: 2.5%;
	z-index: 3;
}
@media (max-width: 767px) {
	.contents04 .slide01 .swiper-button-next,
	.contents04 .slide01 .swiper-button-prev {
		top: 43%;
	}
	.contents04 .slide01 .swiper-button-next {
		right: 2%;
	}
	.contents04 .slide01 .swiper-button-prev {
		left: 2%;
	}
}
