@charset "utf-8";

/* content */
.pb-content {
	position: relative;
	/* margin-top: 100px; */
}

.c-banner {
	font-size: 0;
	width: 100%;
	position: relative;
}

.banner-bg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 0;
}

.banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-block {
	position: absolute;
	left: 0;
	top: 145px;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
	text-align: center;
}

.banner-text {
	font-size: 80px;
	line-height: 72px;
	color: #261a0f;
	font-weight: bold;
}

.banner-text-d {
	font-size: 48px;
	line-height: 72px;
	color: #261a0f;
	margin-top: 42px;
}

.banner-downward-box {
	position: absolute;
	width: 100%;
	height: 65px;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.btn-downward {
	display: block;
	width: 16px;
	height: 65px;
	background-image: url('../images/product/rmt/icon_arrow_down@3x.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* content */
/* content 01 */
.c-content-01 img,
.c-content-02 img,
.c-content-03 img,
.c-content-04 img,
.c-content-05 img {
	width: 100%;
}