@charset "UTF-8";

/* header */
.ly_allWrapper{
	overflow: unset;
}
.ly_allWrapper > .ly_head {
	display: none;
}
.ly_head{
	position: sticky;
}
.ly_main{
	padding-top: 0;
}
@media screen and (max-width: 750px) {
	.ly_allWrapper{
		overflow: hidden;
	}
	.ly_allWrapper > .ly_head {
		display: block;
		position: fixed;
	}
	.ly_mv + .ly_head{
		display: none;
	}
	.ly_main{
		padding-top: 136px;
	}
}
/*=======================================================
MV
=======================================================*/
.ly_mv {
	height: calc(100vh - 140px);
	position: relative;
}
.ly_mv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bl_mv{
	position: relative;
}
.bl_mv_conts{
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bl_mv_txt{
	width: 436px;
	margin: 0 auto;
	opacity: 0;
	animation: mv_ttl 1.5s ease-in 0.5s forwards;
}
.bl_mv_sTxt{
	width: 376px;
	margin: 24px auto 0;
	opacity: 0;
	animation: mv_ttl 1.5s ease-in 2s forwards;
}
@keyframes mv_ttl{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@media screen and (max-width: 750px) {
	.ly_mv {
		height: calc(100vh - 136px);
	}
	.bl_mv_txt{
		width: 494px;
	}
	.bl_mv_sTxt{
		width: 630px;
	}
}

/*=======================================================
attractive
=======================================================*/
.bl_attractive{
	padding: 64px 0 56px;
	position: relative;
}
.bl_attractive::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 220px;
	background: linear-gradient(180deg, #F3ECDA 0%, #FFFFFF 100%);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bl_attractive .el_sec_mainTtl{
	color:#78746B;
	margin-bottom: 16px;
}
.bl_attractive .el_txt + .el_txt{
    margin-top: 25px;
}
.bl_attractive .el_sec_sTtl{
	margin-top: 64px;
	font-size: 26px;
	text-align: center;
	color: #4E2E2E;
	margin-bottom: 40px;
}
.bl_attractive_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 21px;
}
.bl_attractive_item{
	width: 240px;
	height: 78px;
	background: #78746B;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	padding-left: 48px;
	position: relative;
}
.bl_attractive_item::before{
	content: '';
	position: absolute;
	background: url(../images/top/icon_attractive.svg) top center / contain no-repeat;
	width: 32px;
	height: 34px;
	top: 50%;
	transform: translateY(-50%);
	left: 46px;
}
@media screen and (max-width: 750px) {
	.bl_attractive{
		padding: 64px 0;
	}
	.bl_attractive::before{
		height: 394px;
	}
	.bl_attractive .el_sec_mainTtl{
		margin-bottom: 40px;
	}
	.bl_attractive .el_txt + .el_txt{
		margin-top: 42px;
	}
	.bl_attractive .el_sec_sTtl{
		margin-top: 80px;
		font-size: 42px;
		margin-bottom: 56px;
	}
	.bl_attractive_list{
		gap: 30px;
	}
	.bl_attractive_item{
		width: 330px;
		height: 88px;
		font-size: 32px;
		padding-left: 56px;
	}
	.bl_attractive_item::before{
		width: 40px;
		height: 44px;
		left: 70px;
	}
}

/*=======================================================
menu
=======================================================*/
.bl_menu{
	padding: 56px 0 64px;
}
.bl_menu .el_sec_mainTtl{
	margin-bottom: 16px;
}
.bl_menuUnit{
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px 40px;
}
.bl_menu_item{
	width: 232px;
	background: #F6F2E8;
	border: 1px solid #7F7F7F;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bl_menu_ttl{
	font-size: 30px;
	text-align: center;
	margin-bottom: 24px;
}
.bl_menu_imgWrapper > img{
	width: auto;
	height: 64px;
}
.bl_menu .el_arrowBtn{
	width: 164px;
	height: 48px;
	font-size: 18px;
	font-weight: normal;
	padding-right: 18px;
	box-shadow: none;
	margin: 20px auto 0;
}
.bl_menu .el_arrowBtn::after{
	right: 28px;
}
@media screen and (max-width: 750px) {
	.bl_menu{
		padding: 64px 0 0;
	}
	.bl_menu .el_sec_mainTtl{
		margin-bottom: 24px;
	}
	.bl_menuUnit{
		margin: 40px auto 56px;
		display: flex;
		flex-wrap: wrap;
		gap: 26px 30px;
	}
	.bl_menu_item{
		width: 330px;
		border: 2px solid #7F7F7F;
		padding: 28px;
	}
	.bl_menu_ttl{
		font-size: 38px;
		margin-bottom: 32px;
	}
	.bl_menu_imgWrapper > img{
		height: 90px;
	}
	.ly_plan{
		padding: 56px 0 64px;
		position: relative;
	}
	.ly_plan::before{
		content: '';
		position: absolute;
		background: #F6F2E8;
		width: 750px;
		height: 100%;
		top: 0;
		left: -30px;
		z-index: -1;
	}
	.bl_menu .bl_plan_item:first-of-type{
		background: url(../images/top/plan_bnr03.jpg) top center / cover no-repeat;
	}
	.bl_menu .bl_plan_item:nth-of-type(2){
		background: url(../images/top/plan_bnr04.jpg) top center / cover no-repeat;
	}
	.bl_menu .bl_plan_item:first-of-type .el_price > span{
		margin-left: 0;
	}
	.bl_menu .bl_plan_item:nth-of-type(2) .el_plan_ttl{
		text-align: center;
	}
	.bl_menu .el_arrowBtn{
		width: 233px;
		height: 68px;
		font-size: 28px;
		padding-right: 20px;
		margin: 20px auto 0;
	}
	.bl_menu .el_arrowBtn::after{
		/* right: 24px; */
	}
}

/*=======================================================
plan
=======================================================*/
.bl_plan{
	padding: 56px 0 48px;
	background: #F6F2E8;
}
.bl_plan .el_sec_mainTtl{
	margin-bottom: 16px;
}
.bl_planUnit{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl_plan_item{
	width: 496px;
	height: 200px;
	display: flex;
	align-items: center;
	color: #fff;
}
.bl_planUnit + .el_att{
	margin-top: 8px;
}
.bl_plan .el_wingBtn{
	margin-top: 16px;
}
@media screen and (max-width: 750px) {
	.bl_plan{
		padding: 64px 0 56px;
	}
	.bl_plan .el_sec_mainTtl{
		margin-bottom: 24px;
	}
	.bl_planUnit{
		margin-top: 40px;
		gap: 56px;
	}
	.bl_plan_item{
		width: 100%;
		height: 278px;
	}
	.bl_planUnit + .el_att{
		margin-top: 16px;
	}
	.bl_plan .el_wingBtn{
		margin-top: 56px;
	}
}
/*=======================================================
strength
=======================================================*/
.bl_strength{
	padding: 0 0 64px;
	background: #F6F2E8;
}
.bl_strength .el_sec_mainTtl{
	margin-bottom: 40px;
}
.bl_strength .el_sec_mainTtl img{
	width: 82px;
}
.bl_strength .bl_cardUnit .bl_card .bl_card_main > h3{
	background-color: #FFFFFF;
	padding: 8px 0;
	font-size: 20px;
	color: #846160;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: 0.8px;
}
.bl_strength .el_wingBtn{
	margin-top: 56px;
}
@media screen and (max-width: 750px) {
	.bl_strength .el_sec_mainTtl img{
		width: 120px;
	}
	.bl_strength .bl_cardUnit .bl_card .bl_card_main > h3{
		padding: 16px 0;
		font-size: 34px;
		margin-bottom: 24px;
		letter-spacing: 1.36px;
	}
	.bl_strength .bl_cardUnit .bl_card:first-of-type .bl_card_main > h3{
		padding: 42px 0 41px;
	}
}
/*=======================================================
reason
=======================================================*/
.bl_skinPlan{
	padding: 56px 0 64px;
	background: url(../images/top/menu_bg.jpg) top center / cover no-repeat;
}
@media screen and (max-width: 750px) {
	.bl_skinPlan{
		background: none;
	}
}
/*=======================================================
reason
=======================================================*/
.bl_reason{
	padding: 56px 0  64px;
	overflow: hidden;
}
.bl_reason .bl_mediaList{
	gap: 94px;
}
.bl_reason .bl_media{
	position: relative;
	gap: 16px 32px;
}
.bl_reason .bl_media::after{
	content: '';
	position: absolute;
	background: url(../images/top/wing01.jpg) top center / contain no-repeat;
	width: 528px;
	height: 280px;
	bottom: -60px;
	right: -200px;
	z-index: -1;
}
.bl_reason .bl_media__rev::after{
	background: url(../images/top/wing02.jpg) top center / contain no-repeat;
	right: inherit;
	left: -180px;
}
@media screen and (max-width: 750px) {
	.bl_reason{
		padding: 64px 0;
	}
	.bl_reason .el_sec_mainTtl{
		margin-bottom: 40px;
	}
	.bl_reason .bl_mediaList{
		gap: 56px;
	}
	.bl_reason .bl_media{
		gap: 32px;
	}
	.bl_reason .bl_media::after{
		content: none;
	}
}

/*=======================================================
relief
=======================================================*/
.bl_relief{
	padding: 56px 0 64px;
}
.bl_relief .bl_media{
	gap: 0 32px;
}
.bl_relief .el_btn{
	margin-top: 32px;
}
@media screen and (max-width: 750px) {
	.bl_relief{
		padding: 64px 0;
	}
	.bl_relief .bl_media_imgWrapper{
		margin-bottom: 32px;
	}
}

/*=======================================================
campaign
=======================================================*/
.bl_campaign{
	padding-bottom: 64px;
}
.bl_campaign .el_sec_mainTtl img{
	height: 21px;
}
.bl_campaign .bl_bnrUnit{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 44px;
}
.bl_bnr_item{
	width: 490px;
}
@media screen and (max-width: 750px) {
	.bl_campaign{
		padding-bottom: 64px;
	}
	.bl_campaign .el_sec_mainTtl img{
		height: 34px;
	}
	.bl_campaign .bl_bnrUnit{
		gap: 40px;
	}
	.bl_bnr_item{
		width: 690px;
	}
}

/*=======================================================
info
=======================================================*/
.bl_info .el_inkBtn{
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.bl_info{
		padding-bottom: 64px;
	}
	.bl_info .el_inkBtn{
		margin-top: 40px;
	}
}

/*=======================================================
message
=======================================================*/
.bl_message{
	background: linear-gradient(180deg, #F3ECDA 0%, #FFFFFF 100%);
	padding: 64px 0 0;
}
.bl_message .el_sec_mainTtl span > img{
	height: 21px;
}
.bl_message .el_txt:not(:first-of-type){
	margin-top: 24px;
}
.bl_message .bl_imgList{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 32px;
}
.bl_message .bl_img_item{
	width: 320px;
}
@media screen and (max-width: 750px) {
	.bl_message .el_sec_mainTtl  span > img{
		height: 34px;
	}
	.bl_message .el_txt:not(:first-of-type){
		margin-top: 32px;
	}
	.bl_message .el_txt{
		text-align: left;
	}
	.bl_message .bl_imgList{
		display: flex;
		flex-wrap: wrap;
		gap: 46px;
	}
	.bl_message .bl_img_item{
		width: 100%;
	}
}