@charset "utf-8";
/* CSS Document */
.mainContents section > section{
	margin-bottom: 70px;
}
.h_use{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px 40px;
	border-left: solid 9px;
	margin-bottom: 10px;
}
.member_cont .h_use{
	border-image: linear-gradient(to bottom,#ffbb05,#ff4600) 1;
}
.cafe_cont .h_use{
	border-image: linear-gradient(to bottom,#dfcc30,#584702) 1;
}
.fes_cont .h_use{
	border-image: linear-gradient(to bottom,#b021ff,#0b9dff) 1;
}
.mall_cont .h_use{
	border-image: linear-gradient(to bottom,#ff0ab4,#ff211e) 1;
}
.h_use_sub {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding: 12px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 10px;
	margin-bottom: 30px;
}
.flex_container{
	display: flex;
	flex-wrap: wrap;
}

/*------------------------------------
    メインイメージ
------------------------------------*/
.main_img{
	border-radius: 120px 0 0 0;
	overflow: hidden;
}
.main_img + p{
	margin: 20px auto 95px;
}

/*------------------------------------
    お薦めの販促ツール
------------------------------------*/
.reco_cont .h_use_sub {
	font-size: 35px;
	font-weight: normal;
}
.reco_cont .h_use_sub span{
	position: absolute;
	display: block;
	width: fit-content;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	padding: 5px 55px;
	border-radius: 10px;
	left: 0;
	right: 0;
	top: -25px;
	margin: 0 auto;
}

.h_reco_sub {
	display: flex;
	align-items: center;
	column-gap: 20px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.h_reco_sub::before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}
.h_reco_sub + p{
	margin-bottom: 30px;
}
.reco_box{
	justify-content: space-between;
	row-gap: 50px;
}
.reco_box > *{
	width: 400px;
}
.reco_box dt{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #4e4e4e;
	text-align: center;
	margin-bottom: 10px;
}
.reco_box dt::before{
	content: "";
	display: block;
	width: 235px;
	height: 1px;
	margin: 0 auto 10px;
}
.reco_box .h_item{
	position: relative;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px;
	background: #f2f2f2;
	margin-bottom: 25px;
}
.reco_box .h_item::before{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	top: 10px;
	bottom: 10px;
	left: 0;
	margin: auto;
}
.reco_box .btn{
	display: block;
	width: 315px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px;
	background-size:400% auto;
	background-position-x: 100%;
	border-radius: 10px;
	margin: 0 auto;
	transition: background-position-x 0.6s cubic-bezier(.50,.47,.62,.01);
}
.reco_box .btn:hover{
	opacity: 1;
	background-position-x: 0;
}

.other_box{
	justify-content: space-between;
	flex-direction: row-reverse;
}
.other_box .copy{
	font-size: 20px;
	line-height: 2em;
	font-weight: bold;
	width: 100%;
	padding-left: 10px;
	background: linear-gradient(to top,#ccc 1px,transparent 1px) ;
	background-size: 100% 2em;
	margin-bottom: 20px;
}

.other_box .other_text {
	width: 365px;
}
.other_box .other_text dl{
	padding: 40px 0 30px;
	background: #f2f2f2;
	border-radius: 10px;
	text-align: center;
}
.other_box .other_text dl dt{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 10px;
	border-bottom: solid 1px #1c1c1c;
	margin:0 15px 10px;
}
.other_box .other_text dl dd ul{
	justify-content: center;
	gap: 7px ;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: bold;
	color: #6278ff;
	margin: 0 5px;
}
.other_box .other_text dl dd ul li{
	padding: 0 8px;
	background: #fff;
	border: solid 2px ;
	border-radius: 5px;
}
.other_box .other_img img {
	max-width: 490px;
}

/*会員募集*/
.member_cont .h_reco_sub::before,
.member_cont .reco_box dt::before,
.member_cont .reco_box .h_item::before{
	background: #ffb800;
}
.member_cont .reco_cont .h_use_sub span{
	background: linear-gradient(to right,#ff4700,#ffbb04);
}
.member_cont .reco_box .h_item{
	border-bottom: solid 1px #ffb800;
}
.member_cont .reco_box .btn{
	background-image: linear-gradient(to right,#ff7636 0 50%,#4f36ff 50% 75%,#14bcff);
}
.member_cont .other_box .copy{
	color: #ff4d00;
}
/*カフェ*/
.cafe_cont .h_reco_sub::before,
.cafe_cont .reco_box dt::before,
.cafe_cont .reco_box .h_item::before{
	background: #d1bf2a;
}
.cafe_cont .reco_cont .h_use_sub span{
	background: linear-gradient(to right,#584702,#decb30);
}
.cafe_cont .reco_box .h_item{
	border-bottom: solid 1px #d1bf2a;
}
.cafe_cont .reco_box .btn{
	background-image: linear-gradient(to right,#ff2e1f 0 50%,#562cff 50% 75%,#a908ff);
}
.cafe_cont .other_box .copy{
	color: #fe2263;
}
/*カフェ*/
.fes_cont .h_reco_sub::before,
.fes_cont .reco_box dt::before,
.fes_cont .reco_box .h_item::before{
	background: #ae29ff;
}
.fes_cont .reco_cont .h_use_sub span{
	background: linear-gradient(to right,#b021ff,#0b9dff);
}
.fes_cont .reco_box .h_item{
	border-bottom: solid 1px #b021ff;
}
.fes_cont .reco_box .btn{
	background-image: linear-gradient(to right,#0b9dff 0 50%,#ff3328 50% 75%,#ff8605);
}
.fes_cont .other_box .copy{
	color: #ae29ff;
}
/*ショッピングモール*/
.mall_cont .h_reco_sub::before,
.mall_cont .reco_box dt::before,
.mall_cont .reco_box .h_item::before{
	background: #fe2263;
}
.mall_cont .reco_cont .h_use_sub span{
	background: linear-gradient(to right,#ff211e,#ff0ab4);
}
.mall_cont .reco_box .h_item{
	border-bottom: solid 1px #fe2263;
}
.mall_cont .reco_box .btn{
	background-image: linear-gradient(to right,#ff2e1f 0 50%,#562cff 50% 75%,#a908ff);
}
.mall_cont .other_box .copy{
	color: #fe2263;
}



/*-----装飾する目的-----*/
.purpose_box{
	justify-content: space-between;
	row-gap: 50px;
}
.purpose_box li{
	width: 420px;
}
.purpose_box li p{
	font-size: 12px;
	letter-spacing: .18em;
	line-height: 2em;
	margin-top: 15px;
}

/*---ポイント---*/
.point_box{
	gap: 20px 25px;
}
.point_box li{
	width: 280px;
}
.point_box li p{
	font-size: 13px;
	letter-spacing: 0.07em;
	line-height: 1.8em;
	margin-top: 5px;
}


@media screen and (max-width: 786px) {
	.h_use{
		margin: 20px;
	}

	/*------------------------------------
		メインイメージ
	------------------------------------*/
	.main_img{
		border-radius: 20vw 0 0 0;
	}
	.main_img + p{
		width: 95%;
	}

	/*------------------------------------
		お薦めの販促ツール
	------------------------------------*/
	.reco_cont > *{
		width: 95%;
		margin: 0 auto 50px;
	}
	.reco_box > *{
		width: 48%;
	}
	.reco_box dt br{
		display: none;
	}
	.reco_box dt::before {
		width: 80%;
	}
	.other_box .other_img{
		width: 80%;
		text-align: center;
		margin: 0 auto 20px;
	}
	.other_box .other_text{
		width: 100%;
	}
	.other_box .other_text .copy br{
		display: none;
	}
	.reco_box .btn{
		width: 90%;
	}

	/*------------------------------------
		装飾する目的
	------------------------------------*/
	.purpose_box {
		width: 95%;
		margin: 0 auto;
	}
	.purpose_box li{
		width: 48%;
	}

	/*------------------------------------
		ポイント
	------------------------------------*/
	.point_box {
		justify-content: space-between;
		column-gap: 0;
		width: 95%;
		margin: 0 auto;
	}
	.point_box li{
		width: 48%;
	}
}


@media screen and (max-width: 480px) {
	.h_use{
		font-size: 25px;
		padding-left: 15px;
		border-width: 5px;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.h_use_sub{
		font-size: 19px;
	}

	/*------------------------------------
    	メインイメージ
	------------------------------------*/
	.main_img + p{
		margin-bottom:60px;
	}

	/*------------------------------------
		お薦めの販促ツール
	------------------------------------*/
	.reco_cont .h_use_sub{
		font-size: 20px;
	}
	.reco_cont .h_use_sub span{
		font-size: 16px;
		padding: 5px 30px;
		top: -20px;
	}
	.reco_cont .h_reco_sub{
		font-size: 18px;
		column-gap: 10px;
	}
	.reco_box > *,
	.purpose_box li{
		width: 100%;
	}
	.reco_box .h_item{
		font-size: 17px;
	}
	.other_box .copy{
		font-size: 16px;
	}
	.other_box .other_img{
		width: 100%;
	}
	.reco_box .btn{
		font-size: 16px;
	}
}
