#top #tpl-header .header-left {
	padding: 27px 24px;
}

@media screen and (max-width: 750px) {
	#top #tpl-header .header-left {
		padding: 15px 5.33333vw;
		padding-left: 5.33333vw;
	}
}

#top #tpl-header .header-left .main-logo {
	display: none;
}

#top #tpl-header .header-left .sub-logo {
	width: 147px;
}

@media screen and (max-width: 750px) {
	#top #tpl-header .header-left .sub-logo {
		width: 74px;
	}
}

#top #tpl-contents {
	padding-top: 0;
}

.sec-main {
	display: flex;
	justify-content: space-between;
	height: 495px;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
	.sec-main {
		height: auto;
		margin-bottom: 28px;
	}
}

.sec-main .inner {
	width: 50%;
}

.sec-main .left-area {
	padding-top: 160px;
	padding-right: 58px;
	display: flex;
}

@media screen and (max-width: 750px) {
	.sec-main .left-area {
		padding-top: 65px;
		padding-right: 10px;
	}
}

.sec-main .left-area .wrap {
	margin-left: auto;
}

@media screen and (max-width: 750px) {
	.sec-main .left-area .wrap {
		padding-left: 5.33333vw;
		width: auto;
	}
}

.sec-main .left-area p {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 2.1;
	margin-top: 50px;
}

@media screen and (max-width: 750px) {
	.sec-main .left-area p {
		font-size: 10px;
		letter-spacing: 0;
		line-height: 1.8;
		margin-top: 24px;
	}
}

.sec-main .right-area {
	position: relative;
	height: 100%;
}

@media screen and (max-width: 750px) {
	.sec-main .right-area {
		height: auto;
	}
}

.sec-main .right-area:before {
	content: '';
	display: block;
	width: 500px;
	height: 87px;
	background: url(/fmap/assets/img/bg-slider.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 203px;
	bottom: -28px;
	z-index: 10;
}

@media screen and (max-width: 750px) {
	.sec-main .right-area:before {
		width: 105%;
		height: 37px;
		left: auto;
		right: 0;
		bottom: -10px;
	}
}

.sec-main .slider {
	border-radius: 0 0 0 60px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.sec-main .slider {
		border-radius: 0 0 0 30px;
	}
}

.sec-main .slider .item {
	display: block;
	background-attachment: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.sec-main .slider .item {
		border-radius: 0 0 0 30px;
	}
}

.sec-main .slider,
.sec-main .slider .item,
.sec-main .slick-list,
.sec-main .slick-track {
	height: 100%;
}

.sec-category .category-item {
	padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
	.sec-category .category-item {
		padding-bottom: 13.33333vw;
	}
}

.sec-category .h2wrap {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 65px;
}

@media screen and (max-width: 750px) {
	.sec-category .h2wrap {
		margin-bottom: 6.13333vw;
	}
}

.sec-category .h2wrap h2 {
	color: #e53244;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.sec-category .h2wrap h2 {
		font-size: 18px;
	}
}

.sec-category .h2wrap .detail {
	font-size: 16px;
	font-weight: bold;
	margin-left: 1.6em;
}

@media screen and (max-width: 750px) {
	.sec-category .h2wrap .detail {
		font-size: 10px;
		margin-left: 1.4em;
	}
}

.sec-category .h2wrap .all-btn {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	border: 2px solid #e53244;
	width: 100px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #e53244;
	border-radius: 25px;
	transition: background-color .3s,color .3s;
}

@media screen and (max-width: 750px) {
	.sec-category .h2wrap .all-btn {
		top: calc(50% - 12px);
		width: 60px;
		height: 25px;
		font-size: 10px;
		border: 1px solid #e53244;
		border-radius: 13px;
	}
}

.sec-category .h2wrap .all-btn:hover {
	opacity: 1;
	background-color: #e53244;
	color: #FFF;
}

.sec-category .h2wrap:after {
	content: '';
	display: block;
	width: calc(100% - 280px);
	height: 10px;
	background: url(/fmap/assets/common/img/wavy-line-single.png) 0 0 repeat-x;
	background-size: contain;
	position: absolute;
	left: 280px;
	top: calc(50% - 5px);
}

@media screen and (max-width: 750px) {
	.sec-category .h2wrap:after {
		width: calc(100% - 130px);
		height: 5px;
		left: 130px;
		top: calc(50% - 2.5px);
	}
}

.sec-category .h2wrap.all:after {
	width: calc(100% - 390px);
}

@media screen and (max-width: 750px) {
	.sec-category .h2wrap.all:after {
		width: calc(100% - 210px);
	}
}

.sec-category .item-links {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4%;
	margin-right: -4%;
}

.sec-category .item-links li {
	padding: 0 4%;
}

@media screen and (min-width: 751px) {
	.sec-category .item-links li {
		width: 25%;
	}
	.sec-category .item-links li:nth-child(n + 5) {
		margin-top: 8%;
	}
}

@media screen and (max-width: 750px) {
	.sec-category .item-links li {
		width: 33.333%;
	}
	.sec-category .item-links li:nth-child(n + 4) {
		margin-top: 8%;
	}
}

.sec-category .item-links a {
	display: block;
	position: relative;
}

.sec-category .item-links .label {
	background-color: #e53244;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	width: 102%;
	padding: 6% 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	position: absolute;
	left: 6%;
	bottom: -5%;
}

@media screen and (max-width: 750px) {
	.sec-category .item-links .label {
		width: 105%;
		font-size: 10px;
		left: 0;
	}
}

.sec-category .coming {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
}

@media screen and (max-width: 750px) {
	.sec-category .coming {
		height: 12vw;
	}
	.sec-category .coming img {
		width: 40%;
	}
}
