@charset "UTF-8";

.mono .gurumet-bn{
	padding: 100px 0;
	position: relative;


}
.mono .gurumet-bn:after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 80%;
	height: 100%;
	top: 8%;
	left: 0;
	opacity: 0.6;
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/bg-food-1920-dot.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.mono .gurumet-bn .title-large{
	margin-bottom: 50px;
}

.gurumet-bn .bn-conte{
	display: flex;
	align-items: stretch;
}

.gurumet-bn .bn-conte .c-ph{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/bg-food-bn-pc.png)no-repeat;
	background-position: center left;
	background-size: cover;
	width: calc(100% - 100px);
	padding: 100px 50px;
	border-radius: 16px;
	border: solid 1px #111;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
}
.gurumet-bn .bn-conte .c-button{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.gurumet-bn .bn-conte .title,
.gurumet-bn .bn-conte .title a{
	 font-size: clamp(1.2rem, 8vw, 4rem);
	 line-height: 1;
	 color: #111;
	 font-weight: normal;
	}

.mono .gurumet-bn button.bt-normal.shiro a{
	min-width: 60px;
	font-size: 1.2rem;
}
.gurumet-bn .bn-conte .tx.dummy{
	background: #fff;
	padding: 6px 16px;
	display: inline-block;
	margin-top: 16px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}


@media screen and (max-width: 1023px) {



}
@media screen and (max-width: 767px) {

	.mono .gurumet-bn:after{
		width: 100%;
		height: 100%;
		top: 5%;
		left: 0;
		opacity: 0.3;
		background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/bg-food-1920-dot.png)no-repeat;
		background-position: center;
		background-size: cover;
		}

	.gurumet-bn .bn-conte .c-ph{
		background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/bg-food-bn-sp.png)no-repeat;
		background-position: center;
		background-size: cover;
		width: calc(100% - 60px);
		padding: 40px 30px;
	}
	.gurumet-bn .bn-conte .title,
	.gurumet-bn .bn-conte .title a{
		 text-align: center;
		}
	.mono .gurumet-bn button.bt-normal.shiro a{
		min-width: 40px;
		font-size: 1.2rem;
	}
	.gurumet-bn .bn-conte .c-button{
		justify-content: center;
		margin-top: 20px;
	}
	.mono .gurumet-bn .title-large{
		margin-bottom: 20px;
	}

	.gurumet-bn .bn-conte .tx.dummy{
		font-size: 0.8rem;
		display: table;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

}
@media screen and (max-width: 460px) {



}