@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

img{ display:block}
body {
	width: 100%;
	max-width:750px;
	margin: 0px auto;
}

.box{
	text-align: center;
	background-size: 100% 100% !important;
	position: relative;
}
.text{
}
.text img{
	padding-top: 30px;
}
.action {
	font-size: 24px;
	text-align: center;
	line-height: 3;
	color: #f1c06e;
}

.action i {
	display: inline-block;
	font-style: normal;
	font-stretch: expanded;
	margin-left: 4px;
}

.action i.r-180 {
	transform: rotate(180deg);
}


.hide{
	display: none;
}


.videobox {
	position: absolute;
	top: 0px;
	left: 28px;
	width: 692px;
	height: 389px;
}

.videobox video,
.videobox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
