@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;
}
@media screen and (min-width: 751px) {
.wrapper {
	width: 730px;
	margin: 0 auto;
}
}
@media screen and (max-width : 750px) {
img {
	width: 100%;
}
.wrapper {
	width: 100%;
}
}
.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%;
}
@media screen and (min-width: 751px) {
.contents-cta-btn a img {
	width: 100%;
	animation: btnZoom 1s ease 0s infinite alternate;
	-webkit-animation: btnZoom 1s ease 0s infinite alternate;
}
}
@media screen and (max-width : 750px) {
.contents-cta-btn a img {
	width: 90%;
	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);
	}
}
.fv-wrapper {
	position: relative;
}
.contents-cta {
	position: relative;
}
.contents-cta-btn {
	position: absolute;
	top: 0;
    left:10%;
}
.contents-cta-btn a {
	cursor: pointer;
	display: inline-block;
}

.contents-footer .contents-footer-inner {
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
}
.contents-footer .contents-footer-inner ul{
	margin-bottom: 20px;
}
.contents-footer .contents-footer-inner ul li{
	display:inline;
	margin-right:5px;
	padding-left:5px;
}
.contents-footer .copy {
	color: #1c1c1c;
	text-align: center;
	margin-bottom: 5px;
}
@media screen and (max-width : 750px) {
	.visible-sp {
		display: block;
	}
	.contents-footer .contents-footer-inner {
		padding: 30px 5px;
	}
	.contents-footer .copy {
		font-size: 11px;
	}
}

.contents-fv .contents-cta-btn {
	position: inherit;
}
.contents-faq .wrapper {
	background-color: #ebf4fc;
}
.contents-faq .contents-list-wrapper {
	margin-top: 20px;
	padding: 0 0 10%;
}
.contents-faq .contents-list {
	cursor: pointer;
	margin-bottom: 20px;
}
.contents-faq .contents-list:last-child {
	margin-bottom: 0;
}
.contents-faq .contents-list dt {
	position: relative;
}
.contents-faq .contents-list dt .btn {
	position: absolute;
	right: 9%;
	top: calc(50% - 1px);
	width: 20px;
	height: 1px;
	background-color: #5e6a75;
	z-index: 2;
	transition: ease 0.4s;
}
.contents-faq .contents-list dt .btn::before {
	content: "";
	position: absolute;
	right: 9.5px;
	bottom: 4px;
	width: 1px;
	height: 7px;
	background-color: #5e6a75;
	z-index: 2;
}
.contents-faq .contents-list dt .btn::after {
	content: "";
	position: absolute;
	right: 9.5px;
	bottom: -10px;
	width: 1px;
	height: 7px;
	background-color: #5e6a75;
	z-index: 2;
}
.contents-faq .contents-list.open dt .btn {
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.contents-faq .contents-list-wrapper {
		padding: 0 0 10%;
	}
	.contents-faq .contents-list {
		cursor: pointer;
		margin-bottom: 15px;
	}
}
.movie-wrapper {
	line-height: 0;
}
.movie-wrapper video {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* thanks */
.contents-thanks-cta-btn {
	bottom: 46%;
}
.keep-thanks-btn {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 767px) {
	.keep-thanks-btn {
		padding: 0 20px;
	}
}

/* 離脱防止 */
.contents-preventing-cta-btn {
	bottom: 20%;
}

/* カート */
@media screen and (min-width : 641px) {
iframe {height:2400px; }
.contents.contents-fv {
	margin: -30px auto 0;
}
}
@media screen and (max-width : 640px) {
iframe {height:1900px; }
.contents.contents-fv {
	margin: -22px auto 0;
}
}

/* 動画 */
.contents02 {
position: relative;
width: 100%;
margin: 0 auto;
}
.contents02 video{
position: absolute;
top: 0;
left: 9%;
width: 80%;
}