* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

.tel,
.twitter,
.kefu {
	cursor: pointer;
}

.container {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.container .tel {
	position: absolute;
	top: 3vw;
	right: 8vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 2;
}

.container .tel a {
	margin-right: 1.2vw;
}

.tel img {
	width: 100%;
}

.container .banner {
	position: absolute;
	inset: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}

.container .banner .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container .banner .tit img {
	width: 95%;
}

.donwload {
	position: absolute;
	bottom: 6.5vw;
	left: 43vw;
}

.donwload img {
	width: 100%;
}

.donwload-box {
	display: flex;
	flex-direction: row;
}

.ios {
	margin-top: 1vw;
}

.mobile {
	width: 17.81vw;
	height: auto;
	margin-right: 104px;
	overflow: hidden;
}

.desc-warp {
	padding: 42px 10px 0 60px;
}

.desc-top {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.desc-top-tit {
	width: 36.51vw;
}

.desc-top-sub {
	width: 30.15vw;
}

.desc-top-sub img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.desc-top-tit img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main .desc-warp-mid {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.desc-warp-mid-img {
	display: flex;
	flex-direction: column;
}

.desc-warp-mid-img img {
	width: 145px;
}

.desc-warp-mid-img img:nth-child(1) {
	margin-bottom: 15px;
}

.flex {
	display: flex;
	justify-content: center;
}