@charset "utf-8";

/*---------------------
common
---------------------*/
* {
	margin: 0;
	padding: 0;
	word-break: normal;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Mplus 1p", "ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	color: #fff;
	background: #fff;
	text-size-adjust: none;
	line-height: 1.6;
	overflow-x: hidden !important;
}
@media screen and (min-width: 769px) {
	body {
		font-size: 2.0rem;
	}
}
dl, ul, ol {
	list-style-type: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
table th, table td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
}
img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
a:focus, a:active, input:focus {
	outline: none;
}
a, img {
	tap-highlight-color: rgba(0, 0, 0, 0);
}

/***************************************/
/*	main
=======================================*/
.container{
	width: 100%;
}
@media screen and (min-width: 769px) {
	.container{
		width: 100%;
		margin: 0 auto;
	}
}

#video-area{
	max-width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: -1;/*最背面に設定*/
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
	background: url('../img/movie1.webp') top center / 100% no-repeat;
}
@media screen and (min-width: 769px) {
	#video-area{
		width: 100%;
		height: 100%;
	}
}
.step{
	background: url(../img/step_bg.webp) top center / cover no-repeat;
}
.cta02{
	background: url("../img/cta02.webp") center / cover no-repeat;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.cta02 .btn{
	width: 100%;
	padding: 0 5%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	font-size: 1rem;
	color: #5A5A5A;
	transform: translateX(-50%);
}

.cta02 p{
	width: 100%;
	padding: 0 5%;
	font-size: 1rem;
	color: #5A5A5A;
}

.btn img{
	animation: key1 .5s ease infinite alternate;
}
@keyframes key1{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-15px);}
}

footer{
	width: 100%;
	background: #6f6254;
	text-align: left;
}
footer li a{
	display: block;
	padding: 20px;
	color: #fff;
	cursor: pointer;
}
footer li{
	border-bottom: 1px solid #fff;
}
footer p{
	width: 100%;
	padding: 20px;
	font-size: 1.2rem;
	text-align: center;
	display: block;
}
	
/***************************************/
/*	画像アニメーション
=======================================*/
.slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}