@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;
}
.gurumet-bn + .c-chu{
	display: block;
}

.mono .gurumet-bn .title-large{
	margin-bottom: 50px;
}

.gurumet-bn .bn-conte{
	display: flex;
	align-items: stretch;
}
.gurumet-bn .bn-conte .c-ph .bg-img{
	border-radius: 16px;
	border: solid 1px #111;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
	overflow: hidden;
}
.gurumet-bn .bn-conte .c-ph{
	position: relative;

}
.gurumet-bn .bn-conte .c-button{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	position: absolute;
	bottom: 45px;
	width: 100%;
}
.gurumet-bn .bn-conte .c-button li{
	position: relative;
}

.gurumet-bn .bn-goods::before,
.gurumet-bn .bn-gourmet::before,
.gurumet-bn .bn-event::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 44px;
	right: calc((100% - 117px) /2);
	width: 117px;
	height: 127px;
	animation: vertical 1s ease-in-out infinite alternate;

}
.gurumet-bn .bn-event::before{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/ph-img-01.png)no-repeat;
	background-size: contain;
	background-position: center;
}

.gurumet-bn .bn-gourmet::before{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/ph-img-02.png)no-repeat;
	background-size: contain;
	background-position: center;
	animation: vertical 1.2s ease-in-out infinite alternate;
}
.gurumet-bn .bn-goods::before{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/ph-img-03.png)no-repeat;
	background-size: contain;
	background-position: center;
	animation: vertical 1.3s ease-in-out infinite alternate;
}

.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);
}


/*上下にふわふわ*/
@keyframes vertical {
0% { transform:translateY(-10px); }
100% { transform:translateY( 0px); }
}


.gurumet-bn .bn-conte.layout02 {
	position: relative;
}
.gurumet-bn .bn-conte.layout02 .conte-button{
	position: absolute;
	bottom: 30px;
	left: 30px;
}






@media screen and (max-width: 1023px) {

	.gurumet-bn .bn-conte .c-button{
		bottom: 8%;
	}

}
@media screen and (max-width: 767px) {
	.mono .gurumet-bn{
		padding: 60px 0;
		position: relative;
	}
	.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 .title,
	.gurumet-bn .bn-conte .title a{
		 text-align: center;
		}
	.mono .gurumet-bn button.bt-normal.shiro a{
		min-width: 40px;
		font-size: 16px;
		padding: 12px 30px 12px 16px;
	}
	.gurumet-bn .bn-conte .c-button{
		position: relative;
		padding-top:50px ;
	}
	.gurumet-bn .bn-goods::before, .gurumet-bn .bn-gourmet::before, .gurumet-bn .bn-event::before{
		width: 70px;
	    height: 80px;
	    right: calc((100% - 70px) / 2);
	    bottom: 40px;
	}

	.mono .gurumet-bn .title-large{
		margin-bottom: 20px;
	}

	.gurumet-bn .bn-conte .tx.dummy{
		font-size: 0.7rem;
		display: table;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.gurumet-bn .bn-conte.layout02 .conte-button{
		position: absolute;
		bottom: 0px;
		left: 10px;
	}



}
@media screen and (max-width: 330px) {


	.mono .gurumet-bn button.bt-normal.shiro a{
		font-size: 14px;
		padding: 10px 20px 10px 10px;
	}
	.mono .gurumet-bn button.bt-normal.shiro:after{
		left: 5px;
	}
	.mono .gurumet-bn button.bt-normal.shiro:before{
		right: 16px;
	}
	.gurumet-bn .bn-goods::before, .gurumet-bn .bn-gourmet::before, .gurumet-bn .bn-event::before{
	    bottom: 34px;
	}


}