@charset "utf-8";

/* GLOBAL STYLES FONT
-------------------------------------------------- */
.font_roboto{
  font-family: 'Roboto', sans-serif;
}
*{
	-webkit-tap-highlight-color: transparent; /* 強調をなくす */
}
/* GLOBAL STYLES
-------------------------------------------------- */
.wrap {
  min-width: 1124px;
	background-color: #ffffff;
}
.link_txt01 {
  margin-bottom: 20px;
}
.img_guard{
  position:relative;
  display: inline-block;
}
.img_guard:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/jpn/images/bg_transpare.png);
  background-size: 100% 100%;
}

#main *, #main *::after, #main *::before {
  box-sizing: border-box;
}

@media print, screen and (min-width:768px){
  #main .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width:767px) {
  body.menuOpen {
    position: fixed;
    width: 100%;
  }
  .wrap {
    min-width: auto;
    overflow: hidden;
  }
  #main .content {
    padding-bottom: 50px;
  }
}

/* main
-------------------------------------------------- */
.content_inner,
.content_inner_wide {
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width:768px){
	.content_inner {
    min-width: 1124px;
    max-width: 1176px;
	}
	.content_inner_wide {
    min-width: 1124px;
    max-width: 1466px;
    padding: 0 50px;
	}
}
@media screen and (max-width:767px) {
  .content_inner {
    width: 100%;
    padding: 0 20px !important;
  }
	.content_inner_wide {
    padding: 0 20px;
	}
}

/* page_top
-------------------------------------------------- */
#page_top{
	position: fixed;
	right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #000000;
	opacity: .5;
	z-index: 9;
	border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#page_top a:before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	top: 27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
	#page_top{
		width: 40px;
		height: 40px;
		right: 15px;
	}
	#page_top a:before{
		width: 6px;
		height: 6px;
    top: 18px;
	}
}


/* #header
--------------------------------------------------------------- */
#header_over_bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	background-color: rgba(34,34,34,.2);
	z-index: 999;
}
#header .header_nav_ttl span {
	cursor: pointer;
}
@media print, screen and (min-width:768px) {
	#header_hamburger {
		display: none;
	}
	#header{
		height: 86px;
		min-width: 1024px;
	}
	#header .header_wrap {
    position: relative;
		display: flex;
		justify-content: space-between;
		z-index: 9999;
    background-color: #fff;
	}
	#header .header_logo{
		display: none;
	}
	#header .header_nav_wrap{
		position: relative;
		width: 100%;
		z-index: 9999;
		display: flex !important;
    justify-content: space-between;
	}
	#header .header_nav_wrap{
		position: relative;
		width: 100%;
		z-index: 9999;
		display: flex !important;
    justify-content: space-between;
	}
	#header .header_nav_wrap.active{
		background-color: #fff;
	}
	#header.is_fixed .header_nav_wrap .header_nav_logo{
		width: 160px;
	}
	#header.is_fixed .header_nav_wrap .header_nav_logo a{
		display: none;
	}
	#header.is_fixed .header_nav_wrap.active .header_nav_logo{
		height: auto;
	}
	#header.is_fixed .header_nav_wrap.active .header_nav_logo a{
		display: flex;
		align-content: center;
	}
	#header.is_fixed .header_nav_wrap.active .header_nav_logo a{
		display: flex;
    align-content: center;
	}
	#header .header_nav_wrap .header_nav_logo img {
    width: 160px;
	}
	#header .header_nav_logo {
		width: 160px;
		padding: 32px 40px 20px;
	}
	#header.is_fixed .header_nav_logo {
		padding: 20px 40px;
	}
	#header .header_logo img{
		width: 160px;
	}
	#header .header_nav_box {
		position: relative;
	}
	#header .header_nav_borderL{
		margin-left: 14px;
		padding-left: 14px;
	}
	#header .header_nav_borderL:after{
		content: "";
		position: absolute;
		top: 41%;
		left: 0;
		height: 21px;
		width: 1px;
		background-color: #ccc;
	}
	#header .header_nav_list{
		display: flex;
		padding: 0 46px;
		top: 0;
		right: 0;
		background: none;
	}
	#header .header_nav_ttl a{
		position: relative;
		display: block;
		padding: 30px 28px 28px;
		color: #222;
		text-decoration: none;
	}
	#header .is_open .header_nav_ttl a,
	#header .header_nav_ttl a:hover,
	#header .header_nav_ttl span:hover{
		color: #f58200;
	}
	#header .is_open .header_nav_ttl a:after,
	#header .header_nav_ttl a:hover:after,
	#header .header_nav_ttl span:hover:after{
		content: "";
    	position: absolute;
    	display: block;
    	width: 4px;
    	height: 4px;
		bottom: 21%;
    	right: 0;
		left: 0;
		margin: 0 auto;
		border-radius: 5px;
		background-color: #f58200;
	}
	#header.header_row2_wrap .header_nav_ttl a,
	#header.header_row2_wrap .header_nav_ttl span {
		padding-top: 10px;
	}
	#header.is_fixed.header_row2_wrap .header_nav_ttl a,
	#header.is_fixed.header_row2_wrap .header_nav_ttl span {
		padding-top: 22px;
	}
	#header.is_fixed .header_nav_ttl a,
	#header.is_fixed .header_nav_ttl span {
		padding: 22px 28px 23px;
	}
	#header a.link_online {
		position: relative;
	}
	#header a.link_online::before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 3px;
		background: url(/jpn/consumer/common/images/icon_onlineshop.png) left top no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#header .header_nav_block{
		position: fixed;
		top: 86px;
		left: 0;
		display: none;
		/* display: block !important; */
		width: 100%;
		background-color: #ecf0f2;
		z-index: 9999;
	}
	#header .header_nav_block_inner{
		display: flex;
		justify-content: space-between;
		width: 100%;
    max-width: 1466px;
		margin: 0 auto;
		padding: 40px 50px;
		box-sizing: border-box;
	}
	#header .header_nav_acc_ttlarea {
		width: 25%;
		padding-right: 20px;
	}
	#header .header_nav_acc_ttl {
		color: #f58200;
		font-weight: bold;
		font-size: 26px;
		line-height: 1.3;
	}
	#header .header_nav_acc_ttl_en {
		margin-top: 10px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
	}
	#header .header_nav_acc_conts {
		display: flex;
		flex-wrap: wrap;
		width: 75%;
		padding-top: 5px;
	}
	#header .header_nav_acc_conts li{
		display: block !important;
		width: calc((100% - 30px)/4);
		margin-top: 18px;
		margin-right: 10px;
		line-height: 1.4;
	}
	#header .header_nav_acc_conts li:nth-of-type(4n){
		margin-right: 0;
	}
	#header .header_nav_acc_conts li:nth-of-type(-n+4){
		margin-top: 0;
	}
	#header .header_nav_acc_conts li a{
		color: #222;
	}
	#header .header_nav_acc_conts li a:hover{
		color: #f58200;
		text-decoration: none;
	}
	/* is_fixed */
	#header.is_fixed .header_nav_ttl a{
		color: #222;
	}
	#header.is_fixed .header_nav_wrap{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	#header.is_fixed .header_nav_block{
		top: 73px;
	}
	#header.is_fixed .header_nav_list {
		background-color: transparent;
	}
	#header.is_fixed .header_nav_ttl a,
	#header.is_fixed .header_nav_ttl span{
		padding: 22px 28px 23px;
	}
	#header.is_fixed .header_nav_list {
		padding: 0 46px;
	}
	#header.is_fixed .header_nav_borderL:after{
		top: 34%;
	}

	/* online shop button */
	#header_online {
		display: none;
	}
}
@media print, screen and (max-width:1381px) and (min-width:768px){
	#header .header_nav_list{
		padding:0 31px 0 0;
	}
	#header .header_nav_ttl a,
	#header .header_nav_ttl span{
		padding:30px 14px 28px;
	}
	#header.is_fixed .header_nav_ttl a,
	#header.is_fixed .header_nav_ttl span{
		padding:22px 14px 23px;
	}
}
@media print, screen and (max-width:1155px) and (min-width:768px){
	#header .header_nav_ttl a,
	#header .header_nav_ttl span{
		font-size: 15px;
	}
}
@media print, screen and (max-width:1124px) and (min-width:768px){
	#header .header_nav_acc_ttlarea{
		width: 17%;
		padding-right: 10px;
	}
	#header .header_nav_acc_conts{
		width: 83%;
	}
}
@media screen and (max-width:767px) {
	#header_hamburger{
		position: fixed;
		top: 17px;
		left: 7px;
		mix-blend-mode: difference;
		z-index: 9999;
	}
	#header_hamburger a{
		display: block;
		width: 48px;
		padding: 16px 9px 15px;
		text-decoration: none;
		box-sizing: border-box;
	}
	#header_hamburger .header_hamburger_box span {
		display: block;
    height: 2px;
    width: 16px;
		margin: 0 auto 3px;
    background-color: #ffffff;
  }
  #header_hamburger .header_hamburger03 {
		margin-bottom: 5px;
  }
	#header_hamburger a .header_hamburger_ttl {
		color: #ffffff;
		font-size: 11px;
		line-height: 1;
	}
	body.sp_nav_open #header_hamburger{
		mix-blend-mode:normal;
		top: 0;
		right: 0;
	}
	body.sp_nav_open #header_hamburger a{
		background-color: #919ca2;
		padding: 30px 25px 30px;
		width: 75px;
	}
	body.sp_nav_open #header_hamburger .header_hamburger_box span{
		width: 28px;
	}
  body.sp_nav_open #header_hamburger .header_hamburger01 {
    transform: translateY(6px) rotate(-45deg);
  }
  body.sp_nav_open #header_hamburger .header_hamburger02 {
    opacity: 0;
  }
  body.sp_nav_open #header_hamburger .header_hamburger03 {
    transform: translateY(-4px) rotate(45deg);
  }
	body.sp_nav_open #header .header_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #b4babe;
    overflow-y: scroll;
	}
	#header .header_logo{
		padding: 25px 20px;
		background-color: #fff;
	}
	#header .header_logo a{
		display: block;
		width: 123px;
		margin: auto;
	}
	#header .header_nav_wrap{
		display: none;
    background: #b4babe;
		z-index: 999;
		overflow-y: scroll;
	}
	#header .header_nav_logo {
		display: none;
	}
	#header .header_nav_list{
		padding-bottom: 100px;
	}
	body.sp_nav_open {
    position: fixed;
    right: 0;
    left: 0;
		overflow: auto;
		height: 100%;
	}
	#header .header_nav_ttl{
		position: relative;
	}
	#header .header_nav_ttl:after{
		content: "";
    display: block;
    width: 7px;
    height: 7px;
    top: 0;
		bottom: 0;
    right: 20px;
		margin: auto 0;
    position: absolute;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
	}
	#header .header_nav_accordion .header_nav_ttl:after{
		content: "";
    display: block;
    width: 12px;
    height: 1px;
    top: 0;
		bottom: 0;
    right: 15px;
		margin: auto 0;
    position: absolute;
    border: none;
		background-color: #222;
    transform: rotate(0);
	}
	#header .header_nav_accordion .header_nav_ttl:before{
		content: "";
    display: block;
    width: 1px;
    height: 12px;
    top: 0;
		bottom: 0;
    right: 20px;
		margin: auto 0;
    position: absolute;
    border: none;
		background-color: #222;
	}
	#header .header_nav_accordion._open .header_nav_ttl:before{
		display: none;
	}
	#header .header_nav_ttl a,
	#header .header_nav_ttl span{
		display: block;
		padding: 20px;
		background-color: #f4f6f7;
		border-bottom: 1px solid #bbbbbb;
		color: #222;
	}
	#header .header_nav_acc_ttlarea{
		display: none;
	}
	#header .header_nav_acc_conts li a{
		position: relative;
		display: block;
		padding: 20px;
		border-bottom: 1px solid #bbbbbb;
		background-color: #fff;
		color: #222;
	}
	#header .header_nav_acc_conts li a:after{
		content: "";
    display: block;
    width: 7px;
    height: 7px;
    top: 0;
		bottom: 0;
    right: 20px;
		margin: auto 0;
    position: absolute;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
	}
	#header .header_over_bg{
		display: none !important;
	}

	/* online shop button */
	#header_online {
		position: fixed;
		top: 15px;
		right: 14px;
		mix-blend-mode: difference;
		z-index: 9999;
	}
	#header_online a {
		display: block;
		width: 78px;
		line-height: 0;
		color: #fff;
	}
}

/* #footer
--------------------------------------------------------------- */
/*============================
#footer
============================*/
#footer{
	position: relative;
}
#footer .footer_wrap{
	background-color: #f6f7f8;
}
#footer .footer_inner{
	box-sizing: border-box;
}
#footer .footer_logo_wrap{
	text-align: center;
	line-height: 0;
}
#footer .footer_logo_wrap a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#footer .footer_logo{
	margin-bottom: 4px;
}
#footer .footer_logo_ttl{
	padding: 2px 0;
	border-top: 1px solid #333333;
}
#footer .footer_logo_sub_ttl{
	padding: 2px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#footer .footer_menu_ttl{
	padding-bottom: 5px;
	border-bottom: 1px solid #989c9e;
	font-size: 16px;
	font-weight: bold;
}
#footer .footer_menu_ttl a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
}
#footer .footer_menu_ttl a:before {
	content: '';
	position: absolute;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 2px;
	width: 7px;
	height: 7px;
	border: 0;
	margin: auto 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transition: all .2s;
}
#footer .footer_menu_link a{
	color: #222222;
	text-decoration: none;
}
#footer .footer_menu_link a.icon_blank:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 5px;
	background-image: url(/jpn/common_v3/images/icon_blank_black.png);
}
#footer .footer_menu_link.sub_link a {
}
#footer .footer_menu_link.sub_link a::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 1px;
	margin-right: 8px;
	background-color: #222;
	vertical-align: middle;
}
#footer .footer_ttl{
	font-size: 16px;
	font-weight: bold;
}
#footer .footer_address,
#footer .footer_txt{
	font-size: 14px;
}
#footer .footer_tel a{
	color: #222222;
	text-decoration: none;
}
#footer .footer_link_list li:last-of-type{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#footer .footer_link_list li a{
	text-decoration: none;
	color: #222222;
}
#footer_copyright{
	text-align: center;
	font-size: 12px;
}
.breadcrumbs_wrap .breadcrumbs li a:hover {
	color: #f58200;
}
@media print, screen and (min-width:768px) {
	#footer .footer_inner{
		width: 1064px;
		padding: 80px 20px 30px;
		margin: 0 auto;
	}
	#footer .footer_block{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	#footer .footer_main_wrap{
		width: 305px;
	}
	#footer .footer_logo_ttl{
		padding-top: 2px;
	}
	#footer .footer_logo_wrap{
		width: 190px;
		margin-bottom: 40px;
	}
	#footer .footer_main_wrap .footer_logo img{
		width: 100%;
	}
	#footer .footer_logo_ttl img{
		width: 115px;
	}
	#footer .footer_logo_sub_ttl img{
		width: 157px;
	}
	#footer #footer_energy .footer_logo_sub_ttl img{
		width: 157px;
	}
	#footer #footer_material .footer_logo_sub_ttl img{
		width: 95px;
	}
	#footer #footer_agri-bio-foods .footer_logo_sub_ttl img{
		width: 85px;
	}
	#footer .footer_main_box{
		margin-bottom: 20px;
	}
	#footer .footer_main_box:last-of-type{
		margin-bottom: 0;
	}
	#footer .footer_tel a{
		pointer-events: none;
	}
	#footer .footer_menu_wrap{
		display: flex;
	}
	#footer .footer_menu_block{
		width: 240px;
		margin-right: 50px;
	}
	#footer .footer_menu_block:last-of-type{
		margin-right: 0;
	}
	#footer .footer_menu_ttl a:hover,
	#footer .footer_menu_link a:hover,
	#footer .footer_link_list li a:hover{
		color: #f58200;
	}
	#footer .footer_menu_box{
		margin-bottom: 30px;
	}
	#footer .footer_menu_box:last-of-type{
		margin-bottom: 0;
	}
	#footer .footer_menu_ttl{
		margin-bottom: 10px;
	}
	#footer .footer_menu_link{
		margin-bottom: 3px;
	}
	#footer .footer_menu_link:last-of-type{
		margin-bottom: 0;
	}
	#footer #footer_energy .footer_address, #footer #footer_energy .footer_txt{
		margin-left: 1em;
	}
	.breadcrumbs_wrap .breadcrumbs li a:hover {
		color: #f58200 !important;
	}
}
@media screen and (max-width:767px) {
	#footer .footer_inner{
		padding: 30px 20px 20px;
		text-align: center;
	}
	#footer .footer_logo_wrap{
		width: 147px;
		margin: 0 auto 30px;
	}
	#footer .footer_logo_ttl img{
		width: 90px;
	}
	#footer .footer_logo_sub_ttl img{
		width: 123px;
	}
	#footer #footer_energy .footer_logo_sub_ttl img{
		width: 123px;
	}
	#footer #footer_material .footer_logo_sub_ttl img{
		width: 75px;
	}
	#footer #footer_agri-bio-foods .footer_logo_sub_ttl img{
		width: 67px;
	}
	#footer .footer_link_list li{
		font-size: 13px;
		margin-bottom: 9px;
	}
	#footer .footer_main_box{
		margin-bottom: 20px;
	}
	#footer .footer_main_box:last-of-type{
		margin-bottom: 40px;
	}
	#footer .footer_menu_wrap{
		display: none;
	}
	#footer_copyright{
		padding: 20px;
	}
}

/* /#footer
--------------------------------------------------------------- */

