@charset "utf-8";

@media screen and (max-width:1200px) {
header #menu ul li.cart a:before,
header #menu ul li.cart a:hover:before {
    content: none;
}
header #scroll_menu ul li a {
	font-size: 1.2rem;
	padding: 0 10px;
}
header #scroll_menu  .searchform input[type="text"] {
	width: 100px;
}
#grid {
	max-width: 1028px;
}
#grid .grid_box {
	margin: 0.5%;
	width: 32.33%;
}
}
@media screen and (max-width:960px) {
footer .footer_nav nav ul {
    width: 150px;
}
header #menu ul li a {
	font-size: 1.2rem;
}
#recipe_single .topics .item {
    padding: 20px;
}
#recipe_single .topics .item .btn2,
#recipe_single .topics .item .btn3 {
    padding: 14px 22px 5px 10px;
    font-size: 1.4rem;
}
#recipe_single .topics table td strong {
    margin-right: 2rem;
}
#product_single table.energy th {
	padding: 15px 0;
	width: 30%;
}
#product_single table.energy td {
	padding: 15px 0;
	width: 20%;
}
#product_single .sns p {
    display: block;
    margin-bottom: 10px;
}
#product_single .sns a img {
    margin: 0 10px 0 0;
}
#history .history_box {
	padding: 10px 40px;
}
#history .history_col .history_pic {
	width: 100%;
	float: none;
}
#history .history_col .history_pic:first-child {
	margin-right: 0;
}
#history .tab_none {
	display: none;
}
.foodlinks li a h3 {
    padding: 10px;
    font-size: 1.8rem;
}
}
@media (max-width: 767px) {

/* ---------- 汎用css ---------- */
body {
	font-size: 1.2rem;
	padding-top: 40px;
}
body.sp_menu {
	overflow: hidden;
}
.inner_s {
    margin:10px;
}
/* 
section {
    padding: 40px 0;
}
 */
.section_anker {
	padding-top: 40px;
	margin-top: -40px;
}
.btn {
	font-size: 1.2rem;
    padding: 4px 25px 6px 15px;
    top: 3px;
}
.btn:after {
    right: 8px;
    width: 5px;
    height: 5px;
}
.btn2, .btn3 {
    font-size: 1.1rem;
    margin: 10px auto;
    width: 180px;
    height: 35px;
    padding: 8px 0 10px;
}
.btn2:after, .btn3:after {
    right: 10px;
}
h2 {
    font-size: 1.8rem;
    margin: 0 10px 20px 0;
    padding-left: 10px;
}
h2.icon {
    padding-left: 35px;
}
h2.icon:before {
	width: 30px;
	height: 30px;
}
h1,
.dummyh1 {
    font-size: 2.4rem;
    line-height: normal;
}
.page_ttl p.att {
	font-size: 1.2rem;
}
h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
    border-bottom: solid 2px #e7ddc6;
    margin-bottom: 20px;
}
#header {
	position: fixed;
    border-bottom: solid 1px #eee;
}
header .top {
    height: 40px;
}
header .logo {
	height: 20px;
	max-width: 52px;
}
header #menu,
header #scroll_menu,
header .searchform {
	display: none;
}
#menu_btn {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index: 110;
	cursor: pointer;
}
#menu_btn::before,
#menu_btn span,
#menu_btn::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e6011b;
	content: "";
	transition: transform 0.3s;
}
#menu_btn::before {
transform: translateY(0px);
}
#menu_btn span {
transform: translateY(9px);
}
#menu_btn::after {
transform: translateY(18px);
}
#menu_btn.open {
	-webkit-animation: fadeout 0.3s linear 0s forwards;
	animation: fadeout 0.3s linear 0s forwards;
}
@-webkit-keyframes fadeout {
	0%{ opacity:1;}
	99%{ opacity:1;}
	100% { opacity:0; }
}
#menu_btn.open::before {
transform: translateY(9px) rotate(135deg);
}
#menu_btn.open span{
display: none;
}
#menu_btn.open::after {
transform: translateY(9px) rotate(-135deg);
}
.sp_menu #menu_btn2 {
	-webkit-animation: fadein 0.3s linear 0s forwards;
	animation: fadein 0.3s linear 0s forwards;
}
@-webkit-keyframes fadein {
	0%{ opacity:0;}
	99%{ opacity:0;}
	100% { opacity:1; }
}
header #menu ul li a:hover {
	background-color: #FFF;
	color: #e60019;
}
header #menu ul li li a:hover {
	background-color: #f8f4eb;
	color: #e60019;
}
#menu_btn2 {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index: 110;
	cursor: pointer;
}
#menu_btn2::before,
#menu_btn2::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e6011b;
	content: "";
	transition: transform 0.3s;
}
#menu_btn2::before {
transform: translateY(9px) rotate(135deg);
}
#menu_btn2::after {
transform: translateY(9px) rotate(-135deg);
}
	
	
	
header #menu {
    position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header #menu .bg_layer {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
header #menu .inner {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    background: #FFF;
	width: 80%;
    height: 100vh;
	padding: 0 !important;
	overflow: scroll;
}
header #menu .searchform {
    display: block;
    width: 100%;
    padding: 5px;
    background: #e6011b;
    position: relative;
}
header #menu .searchform input[type="text"] {
    width: 100%;
	padding: 5px 10px;
	margin-top: 0;
}
header #menu .searchform input[type="submit"] {
	width: 18px;
	height: 18px;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 11px;
}
header #menu .inner .close {
    display: block;
	height: 40px;
	text-align: right;
	border-bottom: 1px solid #e7ddc6;
}
header #menu .inner .close_btn {
	height: 100%;
	width: 40px;
	background-image: url(../img/icon_close.png);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 21px;
	display: inline-block;
}
header #menu ul li {
    float: none;
    width: 100%;
    height: auto;
	text-align: left;
	border: none;
	border-top: 1px solid #e7ddc6;
}
header #menu ul li.menu4 {
	border-bottom: 1px solid #e7ddc6;
}
header #menu ul li .open_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    display: inline-block;
	background-image: url(../img/arrow_3.png);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 14.5px 8.5px;
    transition:0.3s ease;
}
header #menu ul li .open_btn.open {
    transform: -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header #menu ul li a {
	padding: 13px 10px;
    text-align: left;
	background-image: url(../img/arrow_2.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 8.5px 14.5px;
}
header #menu ul li h6 {
    margin: 10px 10px 0;
	color: #e60019;
    font-size: 1.4rem;
}
header #menu ul li.top_menu a {
	background-image: none;
}
header #menu ul li a.arrow {
    background-image: url(../img/arrow_2.png);
}
header #menu ul li a::after {
    content: none;
}
header #menu ul li {
    width: 100%;
}
header #menu ul li a {
    font-size: 1.4rem;
	padding: 13px 10px;
}
header #menu ul li.cart li a {
    background: none;
}
header #menu ul li.cart .open_btn {
	display: none;
}
header #menu ul li.menu4 .open_btn {
	display: none;
}
header #menu ul li.cart a:before, 
header #menu ul li.cart a:hover:before {
    content: url(/wp-content/themes/sanyo/img/cart_white.png);
}
header #menu ul li.cart a:hover{
    background: #e60019;
	color: #FFF;
}
header #menu .sub_menu {
	background: #f8f4eb;
	display: none;
}
header #menu .sub_menu li:last-child {
	padding-bottom:20px;
}
header #menu .sub_menu li ul li:last-child {
	padding-bottom:0;
}
header #menu .sub_menu .brands {
	padding: 10px;
}
header #menu .sub_menu .brands li {
	display: inline-block;
	width: auto;
	width: 31%;
	float: left;
}
header #menu .sub_menu .brands li:nth-child(n+11) {
	display: none;
}
header #menu .sub_menu li li {
	border-top: none;
}
header #menu .sub_menu .brands li:after, 
header #menu .sub_menu .brands li:first-child:before {
    content: none;
}
header #menu .sub_menu .brands li a {
	color: #333;
	border-bottom: none;
	display: block;
	padding: 0;
	text-align: center;
	font-size: 1.1rem;
}
header #menu .sub_menu .brands li:nth-child(3n-1) {
	margin: 0 3% 0;
}
header #menu .sub_menu .brands li:nth-child(-n+9) {
	margin-bottom:10px;
}
header #menu .sub_menu .brands li p {
	font-size: 1rem;
	margin: 5px 0 0;
}
header #menu .sub_menu li .image {
	width: 100%;
	height: 100px;
	background-color: #FFF;
	background-position: center;
    background-size: contain;
	border: solid 1px #e7ddc6;
}
header #menu .sub_menu li .brown {
	border: solid 1px #e7ddc6;
}
header #sub_menu .inner.on_hover {
	display: none;
}
header #menu .sub_menu li .half li {
    width: 50%;
	padding: 10px 5px 10px 10px;
	float: left;
}
header #menu .sub_menu li .half li img {
    width: 100%;
}
header #menu .menu2 li .half li a {
    background-size: cover;
}
header #menu .menu4 .sub_menu li li:first-child a {
	padding-bottom: 0;
}
header #menu .menu4 .sub_menu li li:last-child strong {
	margin-bottom:10px;
	display: block;
}
header #menu .sub_menu li .half li a {
    padding: 0;
}
header #menu .sub_menu li li a {
   font-size: 1.2rem;
    color: #333;
}
header #menu .sub_menu li .half li:nth-child(even) {
    padding: 10px 10px 10px 5px;
}
header #menu .sub_menu li .half li:nth-child(n+3) {
    padding-top: 5px;
}
header .submenu_bg_layer.on_hover {
	display: none;
}
footer .sns {
	padding: 10px;
	font-size: 1.1rem;
}
footer .sns a,
footer .sns iframe {
    margin-left: 10px;
}
footer .footer_nav .logo {
	display: table;
	margin: 20px auto;
}
footer .footer_nav {
    padding: 0;
    border-bottom: 1px solid #eee;
}
footer .footer_nav nav,
footer .footer_nav nav ul {
    float: none;
    width: 100%;
}
footer .footer_nav nav ul:first-child li:first-child {
	display: none;
}
footer .footer_nav nav ul li {
	width: 50%;
	float: left;
	padding: 1px;
}
footer .footer_nav nav ul li:nth-child(odd) {
	padding-right: 1px;
	padding-bottom: 1px;
}
footer .footer_nav .inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
footer .footer_nav nav ul li a {
	width: 100%;
	padding: 10px;
	text-align: center;
	display: block;
	background: #efe6d5;
	font-size:1.4rem;
}
footer .license {
    padding: 10px 0;
	font-size: 1rem;
}
.breadcrumbs-list {
	padding: 10px 0;
	border-bottom: solid 2px #e60019;
}
.page_ttl {
    background: #f8f4eb;
    padding: 10px 0;
}
.pager li a,
.pager li span {
	height: 30px;
    padding: 3px;
	min-width: 30px;
	font-size: 1.4rem;
	border-radius: 15px;
}
.pager li.pagerPrevAll a, 
.pager li.pagerPrev a, 
.pager li.pagerNext a,
.pager li.pagerNextAll a {
    height: 20px;
    width: 20px;
    margin: 0 -5px 0;
    position: relative;
    top: 3px;
}	

/* ---------- 固定ページ ---------- */
#top section {
    padding: 40px 0;
}
/* TOP */
#top_delicious .box ul {
	display: grid;
	grid-template-columns: 55.5% 42%;
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 5px;
}
#top_delicious .box ul li {
	float: none;
}
#top_delicious .box li:nth-child(1) a {
	position: relative;
}
#top_delicious .box li:nth-child(1) a .new_recipe {
	bottom: 6px;
}
#top_delicious .box ul li:nth-child(1) { 
	width: 100%;
	margin-right: 0;
	grid-area: 1 / 1 / 3 / 2; 
}
#top_delicious .box ul li:nth-child(2) { 
	width: 100%;
	grid-area: 1 / 2 / 2 / 3;
}
#top_delicious .box ul li:nth-child(3) {
	width: 100%;
	grid-area: 3 / 1 / 4 / 3;
}
#top_delicious .box ul li:nth-child(4) { 
	width: 100%;
	grid-area: 4 / 1 / 5 / 3;
	position: relative;
    right: auto;
	margin-top: 4px;
}
#top_delicious .box ul li:nth-child(5) { 
	width: 100%;
	grid-area: 2 / 2 / 3 / 3;
	position: relative;
}
#top_delicious .box li:nth-child(2) .banner1 {
	display:  none;
}
#top_delicious .box li:nth-child(2) .banner2 {
	display: inline;
}	
#top_delicious .box .left a:first-child {
    margin: 0 10px 10px 0;
}
#top_delicious .box .right .sp_only {
	width: 100%;
}
#top_delicious .box .right .box a {
	margin: 10px 0 0 0;
	width: 50%;
}
#top_product .link {
	display: block;
    margin: -5px 0px 10px;
}
#top_product ul li {
	width: 48%;
	margin: 0 4% 0 0;
}
#top_product ul li:nth-child(2n) {
    margin-right: 0;
}
#top_product ul li .image {
    height: 110px;
}
#top_news .inner_s {
	padding-left: 0;
	padding-right: 0;
}
#top_news ul li a {
    display: block;
    padding: 10px 0;
}
#top_news ul li .left {
    padding-left: 0;
	padding-bottom: 20px;
    width: 160px;
}
#top_news ul li .date {
    font-size: 1.2rem;
    margin-right: 10px;
    min-width: 5.5rem;
}
#top_news ul li .tag {
    font-size: 1rem;
    height: auto;
    width: 70px;
	position: absolute;
	left: 0;
    top: 22px;
}
#top_news ul li .title {
    font-size: 1.4rem;
}
#top_sns .sns ul:first-child {
	width: 75.5%;
	padding-right: 1%;
	margin-right: 0;
}
#top_sns .sns ul:nth-child(2) {
	width: 24.5%;
	margin-right: 0;
}
#top_sns .sns ul:nth-child(3) {
	display: none;
}
#top_sns .sns ul:first-child li:first-child {
	width: 64.9%;
	padding: 34% 0%;
    margin-right: 1.32%;
}
#top_sns .sns ul:first-child li {
	width: 32.45%;
}
#top_sns .sns ul:nth-child(2) li:last-child{
    display: none;
}
#top_sns .sns ul:nth-child(2) li {
    width: 100%;
    padding: 50% 0;
    margin-bottom: 5%;
}
	
#top_news ul li .left {
    width: 80px;
}
#top_news ul li .left.new {
    background: no-repeat top 4px left 80px url(../img/new.jpg);
    background-size: 40px 14px;
    width: 130px;
}
#top_cm .cm_link {
    padding: 50px 0;
}
#top_cm .cm_link h3 {
    font-size: 1.8rem;
    margin: 0 0 10px;
}
#top_cm .cm_link img {
    width: 10%;
	max-width: 40px;
}
	

.newslist li .left.new {
    background: no-repeat top 4px left 80px url(../img/new.jpg);
    background-size: 40px 14px;
    width: 130px;
}
.newslist li a {
    display: block;
    padding: 10px 0;
}
.newslist li .left {
    padding-left: 0;
	padding-bottom: 20px;
   width: 80px;
}
.newslist li .date {
    font-size: 1.2rem;
    margin-right: 10px;
    min-width: 5.5rem;
}
.newslist li .tag {
    font-size: 1rem;
    height: auto;
    width: 70px;
	position: absolute;
	left: 0;
    top: 22px;
}
.newslist li .title {
    font-size: 1.4rem;
}
	
#news_single .top h1 {
    font-size: 2.1rem;
    margin-bottom: 20px;
}
	
.productlist li {
	width: 32%;
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
}
.productlist li a .img {
    height: 110px;
}
.productlist li:nth-child(3n-1) {
	margin: 0 2% 20px;
}
.tablist li,
.tablist li:nth-child(6) {
    width: 50%;
    height: 34px;
	border-left: none;
    border-bottom: none;
}
.tablist li:nth-child(odd) {
	border-left: solid 2px #e60019;
}
.tablist li:nth-last-child(-n+2) {
	border-bottom: solid 2px #e60019;
}
.tablist li a {
    padding: 7px 0;
}
#products .productlist li {
	width: 48%;
	margin: 0 4% 0 0;
}
#products .productlist li:nth-child(even) {
    margin-right: 0;
}
#product_slider li{
    width: 8% !important;
}
#product_slider li:nth-child(3n-1) {
    margin: 0;
}
#product_slider li:nth-child(odd) {
	margin: 0 0.5%;
}
#products .brand1.brand3 li {
	width: 32%;
	margin: 0 0 0 2%;
	padding: 10px;
	font-size: 1.4rem;
}
#products .brand1.brand3 li:nth-last-child(3n) {
	margin-left: 0;
}
#products .brand1.brand3 li:nth-last-child(-n+3) {
	margin-top: 10px;
}
#products .bx-wrapper .bx-controls-direction a {
    margin-top: -37px;
}
#products .brand2 li {
    width: 49%;
    margin: 0 2% 0 0;
}
#products .brand2 li a .img img {
    max-height: 70px;
}
#products .brand2 li a .img {
    height: auto;
}
#products .brand2 li:nth-child(2n) {
	margin-right: 0;
}
#products .brand2 li:nth-child(-n+2) {
	margin-bottom: 20px;
}
#product_single .top h1.new {
    padding-bottom: 20px;
    background-size: auto 14px;
}
#product_single .top .image {
    margin: 0 20% 0;
    width: 60%;
    text-align: center;
}
#product_single .top .brand {
    float: none;
    width: 100%;
    margin: auto;
	display: flex;
	max-width: 100%;
}
#product_single .sns {
    text-align: left;
    float: none;
    margin: 10px auto;
    position: relative;
}
#product_single .sns p {
    font-size: 1.2rem;
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    text-align: right;
}
#product_single .top .brand p {
    margin: 10px 0 0;
	text-align: right;
	padding-right: 10px;
}
#product_single .top .brand p:after, 
#product_single .top .brand p:before {
    content: none;
}
#product_single .top .brand a {
    width: 100%;
    display: block;
}
#product_single .top h1 {
    font-size: 2.1rem;
    margin-bottom: 0;
    float: none;
    width: 100%;
}
#product_single .top .right {
	width: 100%;
}
#product_single table th,
#product_single table td {
	text-align: center;
	padding: 7px;
}
#product_single table.base1 {
	margin-bottom: 0;
}
#product_single table.base1,
#product_single table.base2 {
    float: none;
    width: 100%;
}
#product_single table.base1 td:last-child {
	border-right: solid 1px #e7ddc6;
}
#product_single table.base1 tr:last-child td,
#product_single table.base1 tr:last-child th {
	border-bottom: none;
}
#product_single table.base th,
#product_single table.base td {
	padding: 7px 5px;	
	width: 50%;
	font-size: 1.4rem;
}
#product_single .source th:nth-child(1){
	width: 30%;
}
#product_single .source th:nth-child(2){
	width: 45%;
}
#product_single .source th:nth-child(3){
	width: 25%;
}
#product_single .source li {
	width: 100%;
	float: none;
}
#product_single .source li:nth-child(odd) {
	margin-right: 0;
}
#product_single h2.sp_toggle{
	margin-bottom: 0;
    transition: 0.3s ease;
    background: #f8f5ec;
    padding: 10px 34px 10px 10px;
	color: #333;
	margin-right: 0;
}
#product_single h2 {
    margin-bottom: 30px;
}
#product_single section section {
    margin-bottom: 30px;
}
#product_single h2.sp_toggle span {
	display: inline-block;
}
#product_single h2.sp_toggle.open span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}
#product_single .sp_hidden {
    display: none;
	padding-top: 20px;
}
#product_single .sp_scroll ul li,
#product_single .sp_scroll ul li:nth-child(3n-1){
    width: 16%;
    margin: 0 1% 0 0;
}
#product_single dl {
	width: 100%;
	float: none;
}
#product_single dl dt,
#product_single dl dd {
	padding: 8px 0;
	width: 50%;
}
#product_single .energy dl:nth-child(even) dt {
	border-left: solid 1px #e7ddc6;
}
#product_single .energy dl:last-child {
	margin-bottom: 30px;
}
#product_single section section ul li:nth-last-of-type(2) table {
    margin-bottom: 20px;
}
#recipe_single .page_ttl h1:before {
    width: 22px;
    height: 28px;
    top: 5px;
    margin-right: 10px;
}
.wordsearch {
    padding: 20px 0;
}
.wordsearch form {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.wordsearch.productsearch form {
	 margin-bottom: 0;
}
.wordsearch .keyword {
    width: 100%;
    font-size: 1.4rem;
}
.wordsearch .keyword span {
    margin-bottom: 10px;
}
.wordsearch .keyword li,
.wordsearch .keyword li:first-child {
	margin:0 10px 5px 0;
}
.wordsearch .btn2 {
    margin: 20px auto 0;
    display: table;
    padding: 10px;
    height: 40px;
    font-size: 1.4rem;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
}
.wordsearch form input[type="text"] {
    font-size: 1.4rem;
}
.recipe_archive .btn3 {
    margin: 20px auto 0;
    display: table;
    padding: 10px;
    height: 40px;
    font-size: 1.4rem;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
}
#recipe .main {
    margin: 0 10px 10px;
}
#recipe .main h2 {
    border-radius: 10px 10px 0 0;
    padding: 10px;
    margin: 0 5px 0 0;
    font-size: 1.4rem;
}
#recipe .main h2 span {
    margin-left: 10px;
    font-size: 1.2rem;
    top: -1px;
}
#recipe .main .detail {
    text-align: center;
}
#recipe .main .detail .img {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
    padding: 10px;
}
#recipe .main .detail .img img {
    max-height: 200px;
}
#recipe .main .detail {
    padding: 20px;
    margin-bottom: 20px;
}
#recipe .main .detail .right h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
#recipe .main .detail .read {
	font-size:1.4rem;
}
#recipe .main .detail .right .item span {
    padding: 10px 80px 10px 10px;
    height: 40px;
    font-size: 1.4rem;
}
#recipe .main .detail .right .item span .thumbnail{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: -15px;
    padding: 5px;
}
#recipe .main .detail .right .item {
    text-align: center;
    padding: 20px 0;
}
#recipe .tastelist li {
    width: 48%;
    margin-right: 4%;
}
#recipe .tastelist li:nth-child(even) {
    margin-right: 0;
}
#recipe .tastelist li:nth-child(-n+2)  {
    margin-bottom: 20px;
}
#recipe_single .recipelist li, 
#recipe_single .recipelist li:nth-child(-n+4), 
#recipe_single .recipelist li:nth-child(4n) {
    width: 32%;
    margin-right: 0;
    margin-bottom: 20px;
}
#recipe_single .recipelist li:nth-child(3n-1) {
    margin: 0 2% 20px;
}
.sp_scroll {
    overflow-x: scroll;
}
.sp_scroll ul {
	display: flex;
    width: 200%;
}
.sp_scroll ul li {
    width: 24%;
    margin-right: 2%;
}
.genrelist li {
	width: 32%;
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
}
.genrelist li a img {
    height: 110px;
}
.genrelist li:nth-child(3n-1) {
	margin: 0 2% 20px;
}
.genrelist li:last-child {
	margin: 0 auto;
    float: none;
    display: table;
}
#recipe .tastelist li a p {
    font-size:1.4rem;
}
#recipe_single .bg_brown.content .recipe_name {
	font-size: 2.4rem;
}
#recipe_single .topics .img {
    float: none;
	width: 100%;
    padding: 10px;
    margin: 20px 0;
}
#recipe_single .topics .item .thumbnail {
	width:30%;
    margin-right: 4%;
    height: 120px;
}
#recipe_single .topics .item .btn2,
#recipe_single .topics .item .btn3 {
    max-width: 66%;
    width: 66%;
	padding: 7px 22px 7px 10px;
}
#recipe_single .topics .item .btn2 {
	margin:15px 0 10px;
}
#recipe_single .topics .right {
    width: 100%;
    float: none;
}
#recipe_single .sns p {
    font-size: 1.2rem;
    display: inline-block;
}
#recipe_single .sns a img {
	width: 30px;
	height: 30px;
}
#recipe_single .topics .item {
    padding: 10px 4%;
}
#recipe_single .topics table td strong {
    margin-right: 1rem;
}
#recipe_single .topics table td .big {
    font-size: 1.8rem;
}
#recipe_single .topics table td {
    padding: 10px 5px;
	font-size:1.2rem;
}
#recipe_single .bg_brown.content {
    font-size: 1.4rem;
}
#recipe_single .recipe .material {
    width: 100%;
    float: none;
    margin: 0 0 30px;
}
#recipe_single .recipe .material td, 
#recipe_single .recipe .material th {
    padding: 10px;
}
#recipe_single .recipe .make {
    width: 100%;
    float: none;
}
#recipe_single .recipe .make ol {
    margin-left: 0;
}
#recipe_single .recipe .make li {
    margin-bottom: 20px;
}
#recipe_single .special_ttl {
	height: 200px;
    padding: 30px 0;
    font-size: 1.4rem;
}
#recipe_single .special_ttl h1 {
    font-size: 2.4rem;
	margin-bottom: 20px;
}
#special .speciallist li {
	width:100%;
	margin: 0 0 30px;
}
#special .speciallist li p {
	font-size:1.4rem;
}
.speciallist li {
    width: 48%;
    margin-right: 4%;
}
.speciallist li:nth-child(even) {
    margin-right: 0;
}
.speciallist li:nth-child(-n+2)  {
    margin-bottom: 20px;
}
.speciallist li a p {
    margin: 10px;
}
.recipelist li {
    width: 48%;
    margin-right: 4%;
}
.recipelist li:nth-child(even) {
    margin-right: 0;
}
.recipelist li:nth-child(-n+2)  {
    margin-bottom: 20px;
}
.recipelist li :nth-child(n + 7) {
	display: none;
}
.recipelist li:nth-child(-n+4) {
	margin-bottom: 20px;
}

#recipe .recipelist li:nth-child(n+7) {
    display:none;
}
#president .president_img {
	margin-bottom: 20px;
}
#president .tar img {
	max-width: 30%;
}
#president ul li {
	font-size: 1.4rem;
	line-height: 1.6;
}
#president ul li:first-child,
#president ul li:last-child {
	float: none;
	width: 100%;
}
#president ul li p:nth-child(2) {
	margin: 20px 0;
}
#faq ul > li {
    margin-bottom: 30px;
}
#faq li h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#faq li h3 span {
	margin-right: 10px;
	color: #e60019;
	font-size: 2.4rem;
}
#faq .piclist {
  justify-content: center;
  flex-wrap: wrap;
}
#faq .piclist div {
	margin-bottom: 20px;
}
#recipe_search .checklist1 li {
    width: 23.5%;
    margin-right: 2%;
}
#recipe_search .checklist1 li:nth-child(4n) {
    margin-right: 0;
}
#recipe_search .checklist1 li:nth-child(-n+4) {
	margin-bottom: 20px;
}
#recipe_search .checklist2 li {
    width: 33.3%;
    margin: 10px 0;
}
#recipe_search .checklist3 li {
    width: 18%;
    margin-right: 2.5%;
}
#recipe_search .checklist3 li:nth-child(5n) {
    margin-right: 0;
}
#recipe_search .checklist3 li:nth-child(-n+5) {
	margin-bottom: 20px;
}
#customer .address p strong {
    margin: 10px auto 0;
    display: block;
}
#search .recipelist li {
    margin: 0 4% 20px 0;
}
#search .recipelist li:nth-child(even) {
    margin-right: 0;
}
#sitepolicy {
	font-size:1.4rem;
}
#search .searchlist li a h3 {
    font-size: 1.4rem;
	padding-bottom: 0;
}
#search .searchlist li .txt p {
    font-size: 1.2rem;
}
#search .searchlist li .img {
    width: 20%;
    max-width: 160px;
}
#search .searchlist li .pic_image .txt {
    width: calc(100% - 20%);
    padding: 10px;
}
#company ul li{
	height: 160px;
}
#company ul li:nth-of-type(-n+2) {
	float:none;
	width:100%;
	height: 150px;
}
#company ul .sdgs a {
	background: #f1f1f1 url(../img/company_bg_sdgs_sp.jpg) no-repeat center top/ 240px 130px;
}
#company ul li .empty_box {
	display: none;
}
#company ul li .link_box {
	width: 100%;
    font-size: 1.6rem;
  padding: 5px;
}
#company ul li .link_box img {
	width: 100px;
}
.popup_detail {
	padding: 20px;
}
.popup_detail h4 {
	margin: 0 0 20px;
}
#about table th, #about table td,
.popup_detail table th,
.popup_detail table td {
	padding: 8px;
}
.modal-close {
	background-size: 20px;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 15px;
}
.frame ul {
	min-width: 1000%;
}
.frame ul li {
	margin: 0 0.2% 0;
}
.controls button {
	width: 21px;
    height: 51.5px;
    top: -8px;
}
#csr .csr_img + p {
    text-align: left;
	line-height: normal;
}
#csr .csr_img + p br{
    display: none;
}
#csr ul li {
    width: 48%;
    margin-right: 4%;
}
#csr ul li:nth-child(even) {
    margin-right: 0;
}
#csr ul li:nth-child(-n+2)  {
    margin-bottom: 20px;
}
#history .history_kv {
	width: 100%;
	height: 200px;
}
#history .history_kv h2 {
	padding: 40px 20px;
}
#history .history_bg {
	padding: 30px 0;
}
#history .history_box {
	margin-top: 30px;
	padding: 10px 30px;
	box-shadow:0px 0px 20px 0px #efe6d5 inset;
}
#history .history_box dl {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#history .history_box dl.month_only {
	border-top: none;
	padding: 0 0 20px;
}
#history .history_box dl dt {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#history .history_box dl dt .year {
	height: auto;
	display: block;
	float: none;
	padding-right: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}
#history .history_box dl dt .month {
	display: block;
	float: none;
	text-align: left;
	padding-right: 0;
	border-right: none;
}
#history .history_box dl dt .month span {
	font-size: 2.4rem;
}
#history .history_box dl dt .year::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 3px;
	background: #673d21;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
#history .history_box dl dd {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}
#history .history_pic {
	padding-top: 30px;
}
#history .history_pic .pic {
	width: 100%;
	float: none;
	text-align: center;
}
#history .history_pic .pic img {
	max-height: 120px;
}
#history .history_pic .txt {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-top: 20px;
}
#history .history_pic .txt h3 {
	text-align: center;
}
#foodsafety02 .foodsafety,
#foodsafety03 .foodsafety {
	padding-bottom: 0;
	margin-bottom: -10px;
}
.foodsafety .ttl {
    margin: 20px auto 30px;
}
.foodsafety .ttl, .foodsafety .center {
    margin: 20px auto 10px;
}
.foodsafety .ttl, .foodsafety .center {
    margin: 20px auto 10px;
}
.foodsafety p {
	text-align: left;
}
.foodlinks li {
	width: calc(50% - 10px);
}
.foodlinks li:first-child {
	margin-right: 20px;
}
.foodlinks li a img {
	width: 100%;
    max-width: 100%;
}
.foodlinks li a h3 {
	display: block;
    padding: 10px 0;
	font-size: 1.4rem;
	text-align: center;
}
	
#foodsafety02 .detail p {
	width: 100%;
    display: block;
}
#foodsafety02 .detail img {
	float: none;
	display: table;
	margin: 10px auto 20px;
}
#foodsafety02 .detail li {
    margin-top: 40px;
}
#foodsafety03 .detail li:nth-child(2) p {
	width: 100%;
    display: block;
}
#foodsafety03 .detail li:nth-child(2) img {
	width: 46%;
	margin: 10px 2% 20px;
}
#foodsafety03 .detail li:last-child table.map {
	margin-bottom: 20px;
	display: block;	
}
#foodsafety03 .detail li:last-child table.map:after {
	display: block;	
	content: "";
	clear: both;
}
#foodsafety03 .detail li:last-child table.map tr,
#foodsafety03 .detail li:last-child table.map tbody {
	width: 100%;
    display: block;
}
#foodsafety03 .detail li:last-child table.map th {
	width: 100%;
	display: block;
}
#foodsafety03 .detail li:last-child table.map td {
	width: 50%;
	padding: 10px;
    float: left;
    display: block;	
}
#foodsafety03 .detail li:last-child table.products_number thead {
	display: none;
}
#foodsafety03 .detail li:last-child table.products_number tbody tr {
	margin-bottom: 20px;
	display: block;
}
#foodsafety03 .detail li:last-child table.products_number tbody tr:last-child {
	margin-bottom: 0;
}
#foodsafety03 .detail li:last-child table.products_number tbody td,
#foodsafety03 .detail li:last-child table.products_number tbody th {
	display: block;
	padding-left: 15rem;
	text-align: left;
	position: relative;
	font-weight: normal;
}
#foodsafety03 .detail li:last-child table.products_number tbody td {
	border-top: none;
}
#foodsafety03 .detail li:last-child table.products_number tbody td:before,
#foodsafety03 .detail li:last-child table.products_number tbody th:before {
	display: table-cell;
	font-weight: bold;
	position: absolute;
    padding: 12px;
	width: 14rem;
    height: 100%;
	left: 0;
	top: 0;
    background: #f8f4eb;
    border-right: solid 1px #e7ddc6;
}
#foodsafety03 .detail li:last-child table.products_number tbody th:nth-child(1):before {
	content: "製造所固有記号"
}
#foodsafety03 .detail li:last-child table.products_number tbody td:nth-child(2):before {
	content: "製造所 工場名"
}
#foodsafety03 .detail li:last-child table.products_number tbody td:nth-child(3):before {
	content: "所在地"
}
#foodsafety03 .detail li:last-child table.products_number tbody td:nth-child(4):before {
	content: "製外部認証取得状況"
}
#grid .grid_box {
	margin: 1%;
	width: 48%;
}
#grid .grid_box .grid_overlay ul{
	top:10px;
}
#grid .grid_box .grid_img .grid_overlay .grid_more {
    width: 56px;
    top: 58%;
}
#grid .grid_box.twitter .grid_img > a:before,
#grid .grid_box.instagram .grid_img > a:before{
    left: 5px;
    bottom: 5px;
    background-size: 20px;
    height: 20px;
}
#grid .sns_account{
    left: 5px;
    bottom: 5px;
}
#grid .sns_account img {
    margin-right: 5px;
    width: 20px;
}
#recruit .link li img {
    margin: 0px auto 10px;
    display: table;
    max-width: 50%;
}
#recruit .link li,
#recruit .link li:nth-child(2) {
	padding: 140px 0 0;
    height: auto;
}
#recruit .link li .imagelink,
#recruit .link li:nth-child(2) .imagelink {
	height: 140px;
	width: 100%;
}
#recruit .link li .box {
    padding: 10px;
	text-align: left;
    min-height: inherit;
}
#recruit .link li .box .address2 br {
	display: none;
}
#recruit .link li .box .address1 {
    margin-bottom: 5px;
}
#recruit .link li .box .btn2 {
    margin: 10px auto 0;
    display: table;
}
#recruit .link li .box .address1 strong {
    font-size: 1.8rem;
}
#recruit .kurumin p br {
    display: none;
}
#network table th {
	width: 10rem;
}

#movie .movie_main .inner .thumbnail {
	padding: 20px 0%;
	position: relative;
}
#movie .movie_main .inner .anchorlist li {
	width: calc(50% - 3px);
}
#movie .movie_main .inner .anchorlist li:nth-child(3n) {
	margin-right: 6px;
}
#movie .movie_main .inner .anchorlist li:nth-child(2n) {
	margin-right: 0;
}
#movie .movie_main .inner .anchorlist li a br {
	display: none;
}
#movie .movie_sec .inner .thumbnail_list li {
	width: calc(50% - 10px);
	margin-right: 20px;
}
#movie .movie_sec .inner .thumbnail_list li:nth-child(3n) {
	margin-right: 20px;
}
#movie .movie_sec .inner .thumbnail_list li:nth-child(2n) {
	margin-right: 0;
}
#movie .movie_sec .inner .thumbnail_list .more a {
	font-size: 1.4rem;
}
.movie-wrap {
	padding: 20px 0;
}
#movie_detail {
	margin-top: 0;
}
#movie_detail .left {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 30px;
}
#movie_detail .recipe {
	float: none;
	width: 100%;
	max-width: 100%;
}
#movie_detail .recipe .cf {
  padding: 20px 20px;
}
#movie_detail .recipe h4 {
	margin-bottom: 10px;
}
}

@media screen and (max-width: 500px) {
.frame {
  height: 190px;
}
.controls {
  top: -140px;
}
}