@charset "UTF-8";
.chumoppa_lp_area {
	padding-top: 34px;
	padding-bottom: 34px;
	background-color: #face00;
	background-image: url(/imgdata/products/chumoppa/bg_01@2x.png), url(/imgdata/products/chumoppa/bg_01@2x.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}
@media screen and (max-width: 513px) {
	.chumoppa_lp_area {
		padding-top: 4.9vw;
		padding-bottom: 4.9vw;
	}
}
.chumoppa_lp_area_inner {
	background: url(/imgdata/products/chumoppa/bg_02@2x.png) center 16px no-repeat;
	background-size: contain;
	position: relative;
}
.chumoppa_lp_title {
	margin-left: 20px;
	width: 305px;
}
@media screen and (max-width: 513px) {
	.chumoppa_lp_title {
		margin: 0 auto;
		width: 90%;
	}
	.chumoppa_lp_area_inner {
		background: url(/imgdata/products/chumoppa/bg_03@2x.png) center 34vw no-repeat;
		background-size: contain;
	}
}
.chumoppa_lp_subtitle {
	margin-left: 30px;
	width: 386px;
}
.chumoppa_lp_features {
	position: absolute;
	left: 340px;
	top: -12px;
	width: 368px;
}
@media screen and (max-width: 513px) {
	.chumoppa_lp_subtitle {
		margin: 0 auto;
		width: 90%;
	}
	.chumoppa_lp_features {
		position: static;
		margin: 0 auto 2vw;
		width: 90%;
	}
}
.chumoppa_lp_title img, .chumoppa_lp_subtitle img, .chumoppa_lp_features img, .chumoppa_recipe_img img, .chumoppa_recipe img {
	width: 100%;
}
.chumoppa_flex {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 0 auto 2em;
	width: 630px;
}
.chumoppa_recipe_img {
	order: 2;
	width: 405px;
}
.chumoppa_recipe {
	order: 1;
	width: 220px;
}
@media screen and (max-width: 513px) {
	.chumoppa_flex {
		display: block;
		margin: 0 auto 10vw;
		width: 90%;
	}
	.chumoppa_recipe_img {
		width: 100%;
	}
	.chumoppa_recipe {
		margin: 5vw auto;
		width: 100%;
	}
}

.chumoppa_flyer_area {
	height: 256px;
	position: relative;
}
.chumoppa_flyer_img {
	position: absolute;
	top: -60px;
	left: 406px;
	width: 260px;
}
.chumoppa_flyer_img img {
	width: 100%;
}
#chumoppa_link_list {
	margin-left: 20px;
	margin-top: 40px;
}
.chumoppa_link_list {
	margin-left: 20px;
	margin-top: 40px;
}
#chumoppa_link_list.ui-tabs-nav {
	font-size: 14px !important;
}
div.chumoppa_link_item {
	margin-bottom: 1.5em;
	margin-left: 0;
}
.chumoppa_link_item a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#chumoppa_link_list.ui-tabs-nav li {
	float: none;
	width: auto !important;
	height: auto !important;
	border: none !important;
	background-color: transparent !important;
	color: #000;
	padding: 0 !important;
	min-width: auto;
}
#chumoppa_link_list.ui-tabs-nav li a {
	color: #000 !important;
	display: inline;
	height: auto !important;
	text-align: left;
	width: auto !important;
}
.chumoppa_lp_area .ui-tabs-panel {
	display: none !important;
	padding: 0px;
	background: transparent !important;
}

@media screen and (max-width: 513px) {
	.chumoppa_flyer_area {
		height: auto;
		text-align: center;
	}
	.chumoppa_flyer_img {
		position: static;
		margin: 0 auto;
		width: 90%;
	}
	#chumoppa_link_list {
		display: inline-block;
		margin: 4vw auto;
	}
	.chumoppa_link_list {
		display: inline-block;
		margin: 4vw auto;
	}
  body.sp #menu_tab #chumoppa_link_list.ui-tabs-nav {
    width: auto !important;
    left: 0;
    background-color: transparent !important;
  }
}