@media screen and (max-width: 980px) {
	header .pc{
		display: none;
	}
	#overlay{
        display: none;
        width: 100%;
        height:100%;
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 20;
        background: rgba(0,0,0,0.7);
    }
	header{
		height: 46px;
		width:100%;
		position: fixed;
		z-index:1000;
		top:0;
		background : none;
		box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.05);
	}
	header #header_wrapper{
		width: 100%;
		height: 48px;
		padding: 12px 17px;
		display:flex;
		display:-webkit-flex;
		
		justify-content: space-between;
		-webkit-justify-content: space-between;
		
		position: absolute;
		
		text-align: center;
		background: #f6f6f6;
		
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		
		/*
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		opacity: 1;*/
	}
	#header_wrapper #logo,  #header_wrapper .header_shop{
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 1;
	}
	#header_wrapper #logo{
		position: absolute;
		left: 50%;
		margin-left: -51px;
	}
	#header_wrapper .header_shop img{
		width: 28px;
		height: 25px;
	}
	
	#gnav_wrapper ul{
		text-align: left;
	}
	
	.menu-trigger.active
	{
		left: 0px;
		top: 0px;
	}
	
	.menu-trigger,
	.menu-trigger span{
		display:inline-block;
	}
	a#logo img{
		margin: 0;
		width: 102px;
		height: 23px;
		height: auto;
	}	
	header .sp{
		display: block;
	}
	header .pc{
		display:none;
	}
	.header_shop{
		float:right;
	}
	nav{
		width: 100%;
		position: relative;
		z-index: 20;
	}
	#gnav_wrapper{
	    position: absolute; /*bodyに対しての絶対位置*/
	    top: 0;
	    left: -375px;
	    
	    width:100%;
	    max-width: 375px;
	    padding-top: 46px;
	    -webkit-transition:-webkit-transform .3s ease-in; /*transitionで動きを*/
	    -moz-transition:-moz-transform .3s ease-in;
	    transition:transform .3s ease-in;
	    text-align:left;
	    z-index:3;
		display: inline;
		background: #fff;
	}
	#gnav_wrapper ul {
		margin:0 0 20px;
		width: 100%;
	}
	#gnav_wrapper ul li .submenu{
		margin: 0;
	}
	#gnav_wrapper ul li .submenu li:last-child{
		border:none;
	}
	#gnav_wrapper ul li, .submenu li{
	    display:block;
	    margin:0;
	    border-bottom:solid 1px #e8e8e8;
	    line-height:1;
		width: 100%;
		position: relative;
	 }
	.openNav #gnav_wrapper{
	    -moz-transform: translateX(375px);
	    -webkit-transform: translateX(375px);
	    transform: translateX(375px);
	    display: inline;
	    padding-bottom: 20px;
	}
	 #gnav_wrapper ul li:first-child{
	 	border-top:solid 1px #e8e8e8;
	 }
	#gnav_wrapper ul li a, .submenu li a{
		display:block;
		background: #ffffff;
		color: #333333;
		font-size:16px;
		padding: 15px;
		line-height: 20px
	}
	
	#gnav_wrapper .submenu li a{
		background: #fff !important;
		padding-left:51px;
	}
	#gnav_scroll
	{
		overflow:auto;
	    -webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		padding-bottom: 50px;
	}
	header.openNav{
		background:none;
	}
	/*header.openNav a#logo, header.openNav .header_shop{
		display:none;
	}*/
	.menu_img{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.menu_img a{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		position: relative;
		border: 1px solid rgba(230,0,32,0.05);
		border-radius:5px;
	}
	.menu_img a.gray{
		border: 1px solid #e8e8e8;
	}
	.menu_img .blank{
		position: absolute;
		width: 11px;
		height: 9px;
		top:7%;
		right: 3%;
		border-radius:0;
	}
	.menu_img a:first-child{
		margin-left: 0;
	}
	.menu_img a img{
		width: 100%;
		border-radius:5px;
	}
	.menu_link{
		display:flex;
		display:-webkit-flex;
		
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 95%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.menu_link{
		padding-bottom:50px;
		margin-bottom: 100px;
	}
	.menu_link a{
		border: 1px solid #e8e8e8;
		display: block;
		border-radius: 5px;
		padding: 15px 0;
		width: 49%;
		text-align: center;
		color: #333333;
		background: #fff;
		float: left;
		margin-left: 2%;
	}
	.menu_link a:first-child{
		margin-left: 0;
	}
	.open_icon_wrapper
	{
		width: 80px;
		height: 50px;
		position: absolute;
		right: 0px;
		top: 0px;
		cursor:pointer;
	}
	.open_icon{
		width: 62px;
		height: 36px;
		background:#f599a6;
		position: absolute;
		right: 10px;
		top: 7px;
		border-radius:3px;
	}
	.open_icon span{
		position: absolute;
		width: 15px;
		height: 1px;
		background-color: #fff;
		left:23.5px;
		transition: all .4s;
	}
	.open_icon span:nth-of-type(1){
		top:17.5px;
		transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	}
	.open_icon span:nth-of-type(2){
	    top:17.5px;
		transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	}
	.open.open_icon span:nth-of-type(1){
		transform: rotate(360deg);
	    -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	    -o-transform: rotate(360deg);
	}
	.open.open_icon span:nth-of-type(2){
		transform: rotate(360deg);
	    -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	    -o-transform: rotate(360deg);
	}
	
	#sns ul li.line{
		display: inline;
	}
	#iwa-contents {
		padding-top: 50px;
	}
	.cmn-innr948 {
		width: 100%;
		padding: 0 20px;
	}
	.iwa-breadcrumb__li:last-child {
		max-width:66%;
	}
}
@media screen and (max-width: 600px) {
	.iwa-btnPagetop,
	.pagetop{
		width: 50%;
		height: auto;
	}
	
	.iwa-btnPagetop
	{
		padding-top: 10.55%
	}
	
	.pagetop{
		left:50%;
		display: block;
		position: absolute;
		bottom:0;
		margin-left: -25%;
	}
	.pagetop a{
		width: 100%;
	}
	.pagetop a img{
		width: 100%;
	}
	
	#footer_nav ul{
		display: inline;
	}
	#footer_nav ul li a{
		display: block;
		text-align: center;
		margin-bottom: 9px;
	}
	#footer_nav ul li{
		margin-left: 0;
		text-align: center;
		display: block;
		margin-bottom: 15px;
		line-height:13px;
	}
	#footer_nav ul li a{
		display: inline;
		
	}
	#footer{
		padding: 40px 0 38px;
	}
	#sns{
		margin-bottom: 40px;
		height:76px;
	}
	#copy{
		margin-top: 35px;
	}
	#copy span{
		display: block;
	}
	.cmn-innr948 {
		padding: 0 10px;
	}
	.iwa-breadcrumb {
		display: none;
	}
}
@media screen and (min-width: 980px) {
	#gnav_wrapper ul li a{
	height:0;
	overflow: hidden;
	padding: 40px 20px 0;
	display: block;
	background-size: 50% 50%;
	}
	#gnav_wrapper ul li.nav_home a{
		background: url(/shared/img/header/gnav_01.png) no-repeat 50% 50%;
		background-size: 46.5px 14.5px;
		width:83px;
	}
	#gnav_wrapper ul li.nav_corp a{
		background: url(/shared/img/header/gnav_02.png) no-repeat 50% 50%;
		background-size: 63px 15.5px;
		width:100px;
	}
	#gnav_wrapper ul li.nav_news a{
		background: url(/shared/img/header/gnav_03.png) no-repeat 50% 50%;
		background-size: 117.5px 14px;
		width:154px;
	}
	#gnav_wrapper ul li.nav_products a{
		background: url(/shared/img/header/gnav_04.png) no-repeat 50% 50%;
		background-size: 63.5px 15.5px;
		width:100px;
	}
	#gnav_wrapper ul li.nav_recipe a{
		background: url(/shared/img/header/gnav_05.png) no-repeat 50% 50%;
		background-size: 76.5px 15.5px;
		width:113px;
	}
	#gnav_wrapper ul li.nav_aim a{
		background: url(/shared/img/header/gnav_06.png) no-repeat 50% 50%;
		background-size: 168.5px 15.5px;
		width:205px;
	}
	#gnav_wrapper ul li.nav_fun a{
		background: url(/shared/img/header/gnav_07.png) no-repeat 50% 50%;
		background-size: 88px 15px;
		width:125px;
	}
}

