#wrap #content {
	width: 100% !important;
	margin-bottom: 50px;
}

.banners a {
	display: inline-block;
	margin: 55px 22px;
}

.banners .content-wrap {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

main {
	display: block;
	position: relative;
	min-width: 1020px;
	text-align: center;
	background-image: url(../image/about_bg.png);
	background-position: top center;
	margin-bottom: 3rem;
}

#mainVisual {
	height: 750px;
	background-image: url(../image/mainvisual_pc2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menu_items {
	position: absolute;
	top: 750px;
	width: 100vw;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	background-image: url(../image/menu_bg_pc.png);
	background-size: auto 100%;
	background-position: center;
}

.menu_items .menu_inner {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu_items .menu_item + .menu_item {
	position: relative;
}

.menu_items .menu_item + .menu_item:before {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #533c34;
}

.menu_items .menu_item:nth-of-type(2):before {
	left: -35%;
}

.menu_items .menu_item:nth-of-type(3):before {
	left: -27%;
}

.menu_items .menu_item:nth-of-type(4):before {
	left: -19%;
}

.menu_items .menu_item:nth-of-type(5):before {
	left: -18%;
}

.menu_items .menu_item a {
	display: block;
}

.banner-top {
	margin-top: 11vw;
	padding-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 1%;
}
@media screen and (min-width: 769px) {
	.banner-top {
		margin-top: 33px;
		padding-top: 50px;
		width: auto
	}
}

.about_section .section_head {
	padding-top: 120px;
}

.about_section .about_txt {
	margin-top: 15px;
}

.about_section .about_subttl {
	width: 816px;
	margin: 66px auto 72px;
}

.about_section .about_subttl img {
	width: 100%;
}

.feat_section {
	margin-bottom: 165px;
}

.feat_section .section_head {
	margin-top: 0;
	padding-top: 70px;
	margin-bottom: 25px !important;
}

.case_section {
	position: relative;
	padding-bottom: 60px;
	background-image: url(../image/case_bg.jpg);
	background-position: top center;
}

.case_section .section_head {
	margin-top: -20px;
	padding-top: 0;
	margin-bottom: 50px;
}

.case_section:before, .case_section:after {
	content: " ";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 70px;
	background-position: top center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.case_section:before {
	top: -70px;
	background-image: url(../image/case_wave01_bg.png);
}

.case_section:after {
	bottom: -70px;
	background-image: url(../image/case_wave02_bg.png);
}

.case_section .case_img01 {
	margin-top: 55px;
}

.racipe_section {
	padding-top: 85px;
}

.racipe_section .section_head {
	margin-bottom: 0 !important;
}

.racipe_section ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.racipe_section ul li:nth-of-type(2) {
	margin: 0 10px;
}

.racipe_section [class*="racipe_list"] {
	margin-top: 30px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center top 25px;
	background-size: 1014px 448px;
}

.racipe_section .racipe_list00 {
	background-image: url(../image/racipe_00_bg_pc.png);
	margin-top: 25px;
}

.racipe_section .racipe_list01 {
	background-image: url(../image/racipe_01_bg_pc.png);
	margin-top: 25px;
}

.racipe_section .racipe_list02 {
	background-image: url(../image/racipe_02_bg_pc.png);
	background-position: center top 15px;
}

.racipe_section .racipe_list03 {
	background-image: url(../image/racipe_03_bg_pc.png);
}

.racipe_section .racipe_list03 ul {
	position: relative;
	top: -10px;
}

.lineup_section {
	padding-bottom: 10px;
}

.lineup_section .section_head {
	margin-top: -40px;
	padding-top: 65px;
	margin-bottom: 0 !important;
}

.dotbg_block {
	background-image: url(../image/dot_bg.png);
	background-position: top center;
}

/* ---------------------------------------- hover */
.hover .sponsor_list a,
.hover .link_banner a {
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.21, 0.63, 0.43, 1);
}

.hover .sponsor_list a:hover,
.hover .link_banner a:hover {
	opacity: 0.7;
}

.hover .sponsor_name:hover {
	border-bottom: 1px solid #f89921 !important;
}

#wrap .clnmn {
	position: fixed;
	display: none;
	top: 0;
	z-index: 20;
	width: 100%;
}

#wrap .clnmn.scll {
	display: block;
}

#wrap .clnmn .menu_items {
	position: static;
}

@media screen and (max-width: 750px) {
	#wrap #content {
		margin-bottom: 0;
	}
	#wrap #content main h2 {
		margin-top: 0;
		margin-bottom: 0;
		background: none;
		padding: 1.2vw 0 0;
	}
	#wrap #content main img {
		width: 100% !important;
	}
	#wrap #content main p {
		margin: 0;
		line-height: 1;
	}
	main {
		min-width: auto;
		margin-bottom: 0;
	}
	#mainVisual {
		height: 145.5vw;
		background-image: url(../image/mainvisual_sp2.jpg);
		background-size: cover;
	}
	.clnmn .menu_items,
	#wrap #content .menu_items {
		top: 145.5vw;
		background-image: url(../image/menu_bg_sp.png);
	}
	.clnmn .menu_items .menu_inner,
	#wrap #content .menu_items .menu_inner {
		width: 91vw;
		height: 10.7vw;
	}
	.clnmn .menu_items a,
	#wrap #content .menu_items a {
		height: 3.3vw;
	}
	.clnmn .menu_items a img,
	#wrap #content .menu_items a img {
		display: block;
		width: auto !important;
		height: 100% !important;
		max-width: none !important;
	}
	.clnmn .menu_items .menu_item + .menu_item:before,
	#wrap #content .menu_items .menu_item + .menu_item:before {
		height: 203%;
		top: -50%;
	}
	.clnmn .menu_items .menu_item:nth-of-type(2):before,
	#wrap #content .menu_items .menu_item:nth-of-type(2):before {
		left: -22%;
	}
	.clnmn .menu_items .menu_item:nth-of-type(3):before,
	#wrap #content .menu_items .menu_item:nth-of-type(3):before {
		left: -16%;
	}
	.clnmn .menu_items .menu_item:nth-of-type(4):before,
	#wrap #content .menu_items .menu_item:nth-of-type(4):before {
		left: -13%;
	}
	.clnmn .menu_items .menu_item:nth-of-type(5):before,
	#wrap #content .menu_items .menu_item:nth-of-type(5):before {
		left: -13%;
	}
	.about_section .about_txt {
		padding-top: 3vw !important;
		padding-left: 5.5vw !important;
		padding-right: 5.5vw !important;
	}
	.about_section .about_subttl {
		width: auto;
		margin: 0 auto 12vw;
		padding-left: 0;
		padding-right: 0;
	}
	.about_section .section_head {
		padding-top: calc(18vw) !important;
	}
	.feat_section {
		margin-bottom: 16vw;
	}
	.feat_section .section_head {
		width: 50vw;
		margin: 0 auto;
		margin-top: -5.6vw !important;
		padding-top: calc(10.3vw  + 5.6vw) !important;
		margin-bottom: 6.7vw !important;
	}
	.feat_section .feat_img01 {
		padding-left: 5.5vw !important;
		padding-right: 5.5vw !important;
	}
	.case_section {
		padding-bottom: 9.5vw;
	}
	.case_section .section_head {
		padding-top: 0;
	}
	.case_section:before, .case_section:after {
		height: 6vw;
	}
	.case_section:before {
		top: -6vw;
	}
	.case_section:after {
		bottom: -6vw;
	}
	.case_section .case_img01 {
		margin-top: 5.5vw !important;
		padding-left: 3vw !important;
		padding-right: 4.5vw !important;
	}
	.dotbg_block {
		background-size: 16vw auto;
	}
	.racipe_section {
		padding-top: 6.5vw;
		padding-top: 12vw !important;
		margin-top: -6vw !important;
	}
	.racipe_section .section_head {
		padding-top: 0 !important;
		padding-left: 5.5vw !important;
		padding-right: 5.5vw !important;
		padding-bottom: 2.8vw !important;
	}
	.racipe_section [class*="racipe_list"] {
		margin-left: 4.5vw !important;
		margin-right: 4.5vw !important;
		background-size: 100% auto;
		padding-bottom: 9.4vw;
		margin-top: 0;
		background-position: center top 8.6vw;
	}
	.racipe_section ul {
		flex-wrap: wrap;
	}
	.racipe_section ul li {
		width: 44.6vw;
	}
	.racipe_section ul li:nth-of-type(2) {
		margin: 0;
	}
	.racipe_section .racipe_list00 {
		background-image: url(../image/racipe_00_bg_sp.png);
	}
	.racipe_section .racipe_list01 {
		background-image: url(../image/racipe_01_bg_sp.png);
	}
	.racipe_section .racipe_list02 {
		background-image: url(../image/racipe_02_bg_sp.png);
	}
	.racipe_section .racipe_list02 li:nth-of-type(3) {
		width: 50vw;
	}
	.racipe_section .racipe_list03 {
		background-image: url(../image/racipe_03_bg_sp.png);
	}
	.racipe_section .racipe_list03 ul {
		top: 0;
	}
	.racipe_section .racipe_list03 li {
		width: 56.5vw;
	}
	.lineup_section {
		padding-bottom: 12vw;
		padding-top: 10.6vw !important;
		margin-top: -10.6vw !important;
	}
	.lineup_section .section_head {
		padding-top: 5vw !important;
		margin-bottom: 0 !important;
	}
	.banners {
		padding: 3.5% 10%;
	}
	.banners a {
		display: block;
		text-align: center;
		margin: 3% 0;
	}
	.banners .content-wrap {
		width: 100%;
	}
}

