@charset "utf-8";
#pcsl {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 1200px;
	margin-top: -20px;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 1200px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.swiper-container img {
	width: 100%;
	height: auto;
}

#topics {
	padding-right: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#topics h3 {
	font-size: 1.4em;
	margin-top: 20px;
	letter-spacing: 2px;
	float: left;
	color: #555555;
}
#topics h3 big {
	font-size: 2em;
	font-weight: bold;
}
#topics a.newslist  {
	float: right;
	color: #555555;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 23px;
	background-repeat: no-repeat;
	background-image: url(../images/point.png);
	background-position: right center;
	margin-right: 20px;
}
#topics a.newslist.release {
	margin-right: 0px;

}
li .c-txtsp a {
	color: #555555;
}
.corona {
	margin-top: 10px;
	text-align: right;
	width: 100%;
	display: inline-block;
}
.corona a {
	font-size: 1.4rem;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	text-decoration: underline;
}






.tabs {
	background-color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	margin-top: 0px;
	clear: both;
	border-bottom: 1px solid #888;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/4);
	height: 25px;
	border-right-color: #888888;
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 25px;
	font-size: 1.4em;
	text-align: center;
	color: #555555;
	display: block;
	float: left;
	transition: all 0.2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	margin-bottom: 3px;
	cursor: pointer;
}
.tab_item.sp {
	display: none;
}
.tab_item.sp2 {
	display: none;
}

.tab_item.nonb {
	border-right-style: none;
}
hr.tab_line {
	height: 1px;
	border-top: 1px solid #888888;
	border-spacing: 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
	margin-top: 0px;
	clear: both;
}
hr.tab_line.bottom {
	margin-bottom: 0px;
}



/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	clear: both;
	overflow: hidden;
	display: none;
}
.tab_content ul li {
	height: auto;
	border-bottom: 1px solid #888888;
	line-height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555555;
}
.tab_content ul li.non {
	height: 60px;
}
.tab_content ul li.non:last-child {
	height: 61px;
}


.tab_content ul li:last-child {
	border-bottom-style: none;
}

.tab_content ul li .c-txtsp span.cat {
	width: 110px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0px;
	position: relative;
	line-height: 25px;
	margin-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tab_content ul li .c-txtsp span.date {
	margin-right: 20px;
}
span.cat.products {
	background-color: #EE4433;
}
span.cat.kousin {
	background-color: #0088CC;
}
span.cat.information {
	background-color: #30C77A;
}
span.cat.ir {
	background-color: #777777;
}




.c-txtsp {
	font-size: 1.4em;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#products:checked ~ #products_content,
#campaign:checked ~ #campaign_content,
#information:checked ~ #information_content,
#ir:checked ~ #ir_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #FFF6E6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}
#bigbnr {
	width: 1200px;
	height: 300px;
	margin-top: 40px;
	clear: both;
}

#bigbnr ul li {
	width: 600px;
	height: 300px;
	float: left;
}
#bigbnr ul li a {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	text-indent: 101%;
	height: 300px;
	width: 280px;
	background-repeat: no-repeat;
	float: left;
	background-size: 100% auto;
}
#bigbnr ul li.pakkn a {
	text-indent: 0px;
	width: 100%;
	max-width: 580px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
#bigbnr ul li.pakkn a img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}
#bigbnr ul li a.ichimasa {
	background-image: url(../images/onlineshop_ichimasa_02.jpg);
	margin-right: 20px;
}
#bigbnr ul li a.rakuten {
	background-image: url(../images/onlineshop_rakuten_02.jpg);
}


#bigbnr ul li a:hover {
	opacity: 0.7;
}



#bigbnr ul li.una {
	width: 600px;
	margin-right: 0px;
	height: auto;
}
#bigbnr ul li.una a  {
	float: none;
	width: 600px;
	text-indent: 0px;
	white-space: normal;
	height: auto;
}
#bigbnr ul li.una a img {
	height: auto;
	width: 100%;
}

#menu {
	margin-top: 40px;
	overflow-y: hidden;
	overflow-x: hidden;
	clear: both;
	width: 1200px;
}
#menu .img_a {
	display: block;
	width: 300px;
	height: 300px;
	float: left;
	text-indent: 101%;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
}
#menu .img_a.corp {
	width: 600px;
}


#menu a {
	color: #555555;
	font-size: 1.5em;
}

#menu nav >  ul > li {
	width: 50%;
	float: left;
	height: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF6E6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #888888;
	border-right: 1px none #888888;
	border-bottom: 1px none #888888;
	border-top: 1px solid #888888;
	background-size: 300px auto;
}
#menu nav > ul > li h3 {
	margin-top: 20px;
	margin-bottom: 12px;
}
#menu nav > ul > li h3.junbi {
	font-size: 2em;
	font-weight: bold;
	color: #555555;
}
#menu nav > ul > li p {
	font-size: 1.4em;
	color: #555555;
}



#menu nav > ul > li h3 a  {
	font-size: 2em;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu nav > ul > li#menu_pro {
	background-image: url(../images/img_products.jpg);
}
#menu nav > ul > li#menu_recipes {
	background-image: url(../images/img_recipe.jpg);
	border-right-style: solid;
}
#menu nav > ul > li#menu_enjoy {
	background-image: url(../images/img_enjoy.jpg);
}
#menu nav > ul > li#menu_campaign {
    background-image: url(../images/img_campaign_hp.jpg);
    border-right-style: solid;
}
#menu nav > ul > li#menu_genen {
	background-image: url(../images/img_genen.jpg);
}
#menu nav > ul > li#menu_brand {
    background-image: url(../images/img_brand.jpg);
    border-right-style: solid;
}
#menu nav > ul > li#menu_maitake {
	background-image: url(../images/img_maitake.jpg);
	border-bottom-style: solid;
}
#menu nav > ul > li#menu_cm {
	background-image: url(../images/img_cm.jpg);
	border-right-style: solid;
	border-bottom-style: solid;
}

#menu nav > ul > li#menu_corp {
	width: 100%;
	border-right-style: solid;
	border-bottom-style: solid;
	background-image: url(../images/img_corp.jpg);
	background-size: 600px auto;
}

#menu nav ul li .sub_menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 325px;
}
#menu nav ul  li#menu_corp .sub_menu {
	padding-left: 635px;
}
#menu nav ul li ul.sub li {
	background-repeat: no-repeat;
	background-image: url(../images/point.png);
	background-position: left center;
	margin-bottom: 2px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu nav ul li ul.sub li.line2 {
	height: 22px;
	text-indent: 0px;
}
#menu nav ul li ul.sub li.line2.head {
	font-size: 1.5rem;
	font-weight: bold;
	color: #555555;
	padding-left: 0px;
	background-image: none;
	margin-bottom: 3px;
}


#menu nav ul li ul.sub.corp {
	float: left;
	min-width: 150px;
}
#menu nav ul li ul.sub.corp.rt {
	margin-left: 50px;
}


#link {
	margin-top: 40px;
	clear: both;
	height: auto;
}
#link ul {
	display: flex;
	justify-content: space-between;
}
#link ul li {
	position: relative;
	width: 28%;
}
#link ul li.kd {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 8px;
	padding-left: 8px;
}
#link ul li.fpt {
	width: 15.4%;
}
#link ul li a {
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	white-space: nowrap;
	height: auto;
}
#link ul li a img {
	width: 100%;
	height: auto;
}
#link ul li .txt_c a  {
	position: absolute;
	bottom: 0px;
	font-size: 1.6rem;
	width: 100%;
	text-align: center;
	line-height: 1.6rem;
	font-weight: bold;
	color: #555555;
	text-indent: 0px;
	height: auto;
}
h2.gen {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin-top: 20px;
    color: #EF000F;
}
div.i_center {
	text-align: center;
}
i.al {
	color: rgba(255,146,0,1.00);
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.alart {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: inline-block;
	border: 5px solid rgba(255,0,4,1.00);
	width: auto;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	background-color: rgba(255,253,224,1.00);
}
.alart span.big {
	font-size: 2.4rem;
	font-weight: bold;
}
.alart a {
	color: #FF0000;
	font-weight: bold;
	font-size: 2rem;
	display: block;
}
br.sp {
	display: none;
}






@media screen and (max-width:1112px){
.bx-wrapper {
	width: 98%;
}
#pickup .bx-wrapper .bx-prev {
	left: 0px;
}
#pickup .bx-wrapper .bx-next {
	right: 0px;
}



#topics {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topics h3 {
	margin-top: 10px;
}

#topics h3 big {
	font-size: 1.5em;
}
#topics a.newslist {
	margin-top: 17px;
}


.tab_content ul li {
	line-height: normal;
	padding-top: 10px;
}
.tab_content ul li .c-txtsp span.cat {
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;




}


.tab_content ul li .sptxt {
	display: block;
	height: auto;
	margin-top: 6px;
	margin-bottom: 6px;

}


}



@media screen and (max-width:736px){
#bigbnr {
	margin-top: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
	height: auto;
	width: 100%;
}

#bigbnr ul li:first-child  {
	width: 100%;
	margin-bottom: 20px;
}
#bigbnr ul li:first-child div.o_s {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}

#bigbnr ul li a.ichimasa {
	margin-right: 39px;
}
#bigbnr ul li a.rakuten {

}
#bigbnr ul li.una {
	width: 100%;
}

#bigbnr ul li.una a {
	margin-left: auto;
	margin-right: auto;
}
.ec_bnr {
    width: 95%;
}

#menu {
	clear: both;
	margin-top: 30px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu nav > ul > li {
	clear: both;
	width: 100%;
	height: 300px;

}

#menu nav > ul > li#menu_pro, #menu nav > ul > li#menu_enjoy, #menu nav > ul > li#menu_genen ,#menu nav > ul > li#menu_maitake{
	border-right-style: solid;
}
#menu .img_a      {



}
#menu nav ul li#menu_corp {
	height: 600px;
}


#menu nav ul li#menu_corp .sub_menu {
	padding-left: 30px;
	clear: both;
	overflow-x: hidden;
	overflow-y: hidden;

}

#link {
	margin-top: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}
br.sp.p736 {
	display: inherit;
}

}

@media screen and (max-width:440px){
.bx-wrapper {
	width: 97%;
}
#pcsl {
	margin-top: 5px;
}

#topics {
	padding-left: 10px;
	padding-right: 10px;

}
#topics h3 {
	margin-top: 0px;
}

#topics a.newslist {
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}
#topics a.newslist.release {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}



.tab_item {
	width: calc(100%/2);
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #888888;
	border-right: 1px none #888888;
	border-bottom: 1px none #888888;
	border-top: 1px solid #888888;
	font-size: 1.4em;
	letter-spacing: normal;
}
.tab_item.sp {
	display: inherit;
	border-bottom-style: solid;
	border-right-style: none;
}
.tab_item.sp2 {
	display: inherit;
	border-bottom-style: solid;
	border-right-style: solid;
}

.tab_item.nonb {
	border-bottom-style: solid;

}
.tab_item.under {
	border-bottom-style: solid;
}
.tab_item.right {
	border-right-style: solid;
}
.corona a {
	font-size: 3.4vw;
	margin-bottom: 10px;
}



hr.tab_line {
	display: none;

}



#bigbnr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
#bigbnr ul li {
	height: auto;
}
#bigbnr ul li:first-child {
	margin-bottom: 12px;
}

#bigbnr ul li a.ichimasa ,#bigbnr ul li a.rakuten{
	width: calc(50% - 2px);
	margin-right: 4px;
	height: 200px;
}
#bigbnr ul li a.rakuten {
	margin-right: 0px;
}
#bigbnr ul li.una {
    width: 100%;
    max-width: none;
}
#bigbnr ul li.una a  {
	width: 100%;
}
#bigbnr ul li.una .random {
    width: 100%;
}
#bigbnr ul li.una a img  {
    width: 100%;
    height: auto;
}
#menu {
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}
#menu a {
	font-size: 1.4em;
}

#menu nav > ul > li h3 ,#menu nav > ul > li#menu_corp h3{
	margin-bottom: 6px;
	margin-top: 0px;
}


#menu nav > ul > li h3.junbi {
    font-size: 1.7em;
    padding-top: 0px;
}
#menu nav > ul > li h3 a {
	font-size: 1.7em;
}
#menu nav > ul > li p {
	font-size: 1.3em;
}



#menu nav > ul > li      {
	width: 100%;
	background-size: 100% auto;
	height: auto;
	background-position: center -178px;
	min-height: 394px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 392px;
}
#menu nav > ul > li#menu_pro {
	background-image: url(../images/img_products_sp.jpg);
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
}
#menu nav > ul > li#menu_recipes {
	background-image: url(../images/img_recipe_sp.jpg);
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
}
#menu nav > ul > li#menu_enjoy {
	background-image: url(../images/img_enjoy_sp.jpg);
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
}
#menu nav > ul > li#menu_campaign {
    background-image: url(../images/img_campaign_hp_sp.jpg);
    width: 100%;
    height: auto;
    background-position: 0% 0%;
    background-size: auto 195px;
    min-height: 394px;
}
#menu nav > ul > li#menu_genen {
	background-image: url(../images/img_genen_sp.jpg);
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
}
#menu nav > ul > li#menu_brand {
    width: 100%;
    height: auto;
    background-position: center 0%;
    background-size: auto 195px;
    min-height: 394px;
    position: relative;
    background-image: url(../images/img_brand_sp.jpg);
}
#menu nav > ul > li#menu_brand .sub_menu {
    position: absolute;
    top: 53%;
}

#menu nav > ul > li#menu_maitake {
	background-image: url(../images/img_maitake_sp.jpg);
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
}
#menu nav > ul > li#menu_cm {
	background-image: url(../images/img_cm_sp.jpg);
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
}

#menu nav > ul > li#menu_corp       {
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-size: auto 195px;
	min-height: 394px;
	background-image: url(../images/img_corp.jpg);
}
#menu .img_a ,  #menu .img_a.corp {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	display: block;
}
#menu nav ul li .sub_menu ,#menu nav ul li#menu_corp .sub_menu{
	padding-left: 15px;
	clear: both;
	height: auto;
	margin-bottom: 20px;
}
#menu nav ul li ul.sub li {
	margin-bottom: 2px;
}
#menu nav ul li ul.sub.corp {
	min-width: 120px;
	float: none;
}
#menu nav ul li ul.sub.corp.rt {
	margin-left: 0px;
}


#link {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
#link ul {
	flex-wrap: wrap;
}

#link ul li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#link ul li a {
	background-size: 100% auto;
	width: 100%;
	margin-bottom: 15px;
}
#link ul {
	display: flex;
	justify-content: space-between;
}
h2.gen {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#bigbnr ul li.una a.unajiro img {
}
#link ul li .txt_c a {
	position: absolute;
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
	line-height: 1.4rem;
	font-weight: bold;
	color: #555555;
	text-indent: 0px;
	height: auto;
	bottom: 0px;
}
.alart {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-color: rgba(255,0,4,1.00);
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.alart a {
    font-weight: bold;
    font-size: 4.4vw;
    display: block;
}
.alart span.big {
    font-size: 5vw;
}
br.sp {
	display: inherit;
}
#link {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 3%;
	padding-left: 3%;
}
#link ul li.kd {
	width: 50%;
}
#link ul li.fpt {
	width: 50%;
}
#link ul li.fpt a {
	width: 65%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}




}

@media screen and (max-width:410px){
#bigbnr ul li a.ichimasa, #bigbnr ul li a.rakuten {
	height: 190px;
}
#bigbnr ul li a.unajiro {

}
#menu nav > ul > li h3.junbi {
}
#bigbnr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
#menu {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}
#menu nav > ul > li#menu_brand .sub_menu {
    position: absolute;
    top: 53%;
}



}

@media screen and (max-width:375px){
#menu .img_a,#menu .img_a.corp {
	height: 180px;
}
#menu nav > ul > li {
	background-position: 0% -157px;
	min-height: 360px;
}
#menu nav > ul > li#menu_pro,#menu nav > ul > li#menu_recipes,#menu nav > ul > li#menu_enjoy,#menu nav > ul > li#menu_campaign,#menu nav > ul > li#menu_genen,#menu nav > ul > li#menu_brand,#menu nav > ul > li#menu_maitake,#menu nav > ul > li#menu_cm,#menu nav > ul > li#menu_corp {
	background-size: auto 176px;
	background-position: center top;
	min-height: 360px;
}
#bigbnr ul li a.ichimasa, #bigbnr ul li a.rakuten {
	height: 171px;
}
#menu nav > ul > li h3.junbi {
}
#link ul li a.kitchen, #link ul li a.fansite {
	height: 90px;
}
#menu nav > ul > li#menu_brand .sub_menu {
	top: 53%;
}
#link ul li a {
	background-size: 100% auto;
	width: 100%;
	height: 92px;
	margin-bottom: 15px;
}







}

@media screen and (max-width:360px){
#menu .img_a,#menu .img_a.corp {
	height: 165px;
}
#menu nav > ul > li {
	min-height: 345px;
}
#menu nav > ul > li#menu_pro,#menu nav > ul > li#menu_recipes,#menu nav > ul > li#menu_enjoy,#menu nav > ul > li#menu_campaign,#menu nav > ul > li#menu_genen,#menu nav > ul > li#menu_brand,#menu nav > ul > li#menu_maitake,#menu nav > ul > li#menu_cm,#menu nav > ul > li#menu_corp {
	background-size: auto 165px;
	min-height: 345px;
}
#menu nav ul li ul.sub.corp {
	min-width: 100px;
}
#bigbnr ul li a.ichimasa, #bigbnr ul li a.rakuten {
	height: 163px;
}
#link ul li a.kitchen, #link ul li a.fansite {
	height: 86px;
}
#menu nav > ul > li#menu_brand .sub_menu {
    top: 50%;
}








}

@media screen and (max-width:320px){
#menu nav ul li ul.sub.corp {
	min-width: 0px;
}
#menu {
	margin-top: 20px;
}

#bigbnr ul li a.ichimasa, #bigbnr ul li a.rakuten {
	height: 141px;
}
#menu .img_a,#menu .img_a.corp {
	height: 140px;
}

#menu nav > ul > li {
	min-height: 280px;
	background-position: 0% -142px;
}
#menu nav > ul > li#menu_pro,#menu nav > ul > li#menu_recipes,#menu nav > ul > li#menu_enjoy,#menu nav > ul > li#menu_campaign,#menu nav > ul > li#menu_genen,#menu nav > ul > li#menu_brand,#menu nav > ul > li#menu_maitake,#menu nav > ul > li#menu_cm,#menu nav > ul > li#menu_corp {
    min-height: 320px;
    background-size: auto 141px;
}
#link ul li a.kitchen, #link ul li a.fansite {
	height: 75px;
}
#link ul li a {
	background-size: 100% auto;
	width: 100%;
	height: 81px;
	margin-bottom: 15px;
}
.alart a {
	font-weight: bold;
	font-size: 1.5rem;
}
#menu nav > ul > li#menu_brand .sub_menu {
    top: 47%;
}







}
