@charset "utf-8";

@media screen and (max-width: 736px) {
* {
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.forPC {
	display: none;
}
.forSP {
	display: block;
}
.pankuzu {
	display: none;
}
.w50 {
	max-width: 50%;
	height: auto;
}
.w100 {
	max-width: 100%;
	height: auto;
}
#contents {
	width: auto;
	padding: 10px;
}
#contents .article,
#main-left {
	float: none;
	width: auto;
}
#contents .article .sectionLv1 {
	margin-left: 0;
}
#contents .article .sectionLv1 .sectionLv2 > div {
	margin: 0 !important;
}
#container {
	width: auto;
	min-width: 0;
}
#container .aside {
	padding: 0 !important;
	float: none;
	width: auto;
}
#main-left-topics {
	float: none;
	width: auto;
	margin: 0;
}
#HEADER_AREA {
	margin-bottom: 10px;
}
#HEADER {
	background-image: none;
	padding: 10px;
}
#HEADER_CONTENTS {
	width: auto;
	padding: 0;
	background: url(../images/common/bg_header_chara.png) no-repeat right center;
	background-size: 180px auto;
}
#HEADER_CONTENTS h1 {
	float: none;
}
#HEADER_CONTENTS h1 img {
	width: 130px;
	height: auto;
}
#HEADER_CONTENTS ul {
	display: none;
}
#G_NAVI_AREA {
	background: none;
	border-bottom: 3px solid #ff9f04;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px -1px;
	position: relative;
	z-index: 2;
}
ul#G_NAVI {
	width: 100%;
	margin: 0;
	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	overflow: hidden;
	background-color: #b91c12;
}
ul#G_NAVI li {
	width: 33.3%;
	/*width: -webkit-calc(100% / 3);
	width: calc(100% / 3);*/
	display: table;
	/*float: none;*/
	border-left: 1px solid #d26d69;
}
ul#G_NAVI li:nth-child(1),
ul#G_NAVI li:nth-child(4) {
	border-left: none;
}
ul#G_NAVI li:nth-child(4) a,
ul#G_NAVI li:nth-child(5) a,
ul#G_NAVI li:nth-child(6) a {
	border-bottom: none !important;
}
ul#G_NAVI li a span {
	display: inline;
}
ul#G_NAVI li#NAVI1 a,
ul#G_NAVI li#NAVI2 a,
ul#G_NAVI li#NAVI3 a,
ul#G_NAVI li#NAVI4 a,
ul#G_NAVI li#NAVI5 a,
ul#G_NAVI li#NAVI6 a {
	background-image: none;
	background-color: #b91c12;
	text-indent: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 1.2;
	border-bottom: 1px solid #d26d69;
}
ul#G_NAVI li#NAVI1 a:hover,
ul#G_NAVI li#NAVI2 a:hover,
ul#G_NAVI li#NAVI3 a:hover,
ul#G_NAVI li#NAVI4 a:hover,
ul#G_NAVI li#NAVI5 a:hover,
ul#G_NAVI li#NAVI6 a:hover {
	background-image: none;
	background-color: #ff9f04;
	border-bottom: 3px solid #ff9f04;
}
#product ul#G_NAVI li#NAVI1 a,
#recipe ul#G_NAVI li#NAVI2 a,
#sp ul#G_NAVI li#NAVI3 a,
#company ul#G_NAVI li#NAVI4 a {
	background-color: #ff9f04;
	border-bottom: 3px solid #ff9f04;
}

#MAIN_THUMB {
	display: none;
}
.contents1_inner,
.contents2_inner,
.contents_in_inner{
	padding: 0 !important;
	border: none;
	background: none;
}
.contents1_bottom,
.contents_in_bottom,
.contents2_bottom {
	background-image: none;
	padding: 0;
}
#PAGE_TOP {
	width: auto;
	display: none;
}
#PAGE_TOP a {
	display: inline-block;
	background-color: #B61F1B;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#PAGE_TOP a:before {
	content: '▲このページのトップへ';
}
#PAGE_TOP img {
	display: none;
}
#FOOTER_AREA {
	background-image: none;
}
#FOOTER {
	width: auto;
	padding-bottom: 0;
}
#FOOTER .f_left {
	display: none;
}
#FOOT_CONTENTS {
	float: none;
	width: auto;
	text-align: center;
}
#FOOT_CONTENTS ul li {
	display: inline-block;
}
p#COPY {
	text-align: center;
	background-image: none;
	text-indent: 0;
	width: auto;
	height: auto;
	background-color: #B61F1B;
	color: #fff;
	font-size: 11px;
	padding: 5px 0;
}
.ftNav {
	padding: 0 10px;
}
.ftNav li {
	display: inline-block;
	float: none !important;
	font-size: 11px;
	vertical-align: top;	
}
.ftNav li:not(:last-child) {
	border-right: 1px solid #ccc;
	padding-right: 5px;
}
.ftNav li a {
	text-decoration: none;
}
ul.tit_btn {
	position: static;
	text-align: right;
	margin-top: 5px;
}
ul.tit_btn li {
	display: inline-block;
	float: none;
	margin: 0 0 5px 2px;
	vertical-align: bottom;
}
ul.tit_btn li img {
	width: 90px;
	height: auto;
}

/*toggle btn*/
.toggleBtn {
	cursor: pointer;
	position: relative;
}
.toggleBtn:after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border: 1px solid #000;
	color: #000;
	width: 15px;
	height: 15px;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
}
.toggleBtn.opened:after {
	content: '-';
}
.toggleContents {
	display: none;
}
.tit_position.toggleBtn:after {
	top: 10px;
}
/*title*/
.spTit01 {
	color: #fff;
	background-color: #B7201C !important;
	border-radius: 3px;
	font-weight: bold;
	font-size: 18px;
	border: 5px solid #B7201C;
	position: relative;
	padding: 0 0 0 12px;
	margin-bottom: 2px;
	text-align: left;
}
.spTit01.white {
	border: 1px solid #ccc;
	padding: 6px 6px 6px 18px;
	background-color: #fff !important;
	color: #000;
}
.spTit01.gray {
	background-color: #999 !important;
	border-color: #999;
	color: #fff;
}
.spTit01.toggleBtn:after {
	border-color: #fff;
	color: #fff;
}
.spTit01.small {
	font-size: 16px;
}
.spTit01.orange {
	background-color: #FF9E29 !important;
	border-color: #FF9E29;
}
.spTit01.green {
	background-color: #8CBB64 !important;
	border-color: #8CBB64;
}
.spTit01.brown {
	background-color: #845d4f !important;
	border-color: #845d4f;
}
.spTit01:before {
	content: '';
	background-color: #fff;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}
.spTit01.white:before {
	background-color: #B7201C;
	top: 6px;
	left: 6px;
	height: 70%;
}
.spTit01.green:before {
	background-color: #168b43;
}
.spTit01.brown:before {
	background-color: #583d36;
}
.r_navi_area .spTit01 {
	margin-bottom: 0;
	border-radius: 3px 3px 0 0;
}
.spTit02 {
	font-size: 14px;
	font-weight: bold;
	color: #845d4f;
	position: relative;
	padding: 0 0 0 12px;
	text-align: left;
}
.spTit02 + div {
	margin-top: 10px;
}
.spTit02:before {
	content: '';
	background-color: #B7201C;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}
.spTit03 {
	border-bottom: 2px solid #B7201C;
	color: #000;
	font-weight: bold;
	padding: 4px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%);
	border-radius: 5px;
}
h4.s_tit {
	font-size: 15px;
	text-align: left;
}
a.ttlLink {
	display: block;
	position: relative;
	text-decoration: none;
}
a.ttlLink:after {
	content: '▶';
	color: #B7201C;
	position: absolute;
	right: 0;
	top: 0;
}
}

@media screen and (max-width: 414px) {
/*ul#G_NAVI {
	width: 600px;
	margin: 0;
}
ul#G_NAVI li {
	display: table;
	width: 100px;
	border-left: 1px solid #d26d69;
}
ul#G_NAVI li:last-child {
	width: 100px;
}*/
}