/* =================================
	RECIPE CSS
================================= */

/*	reset
============================== */
.recipe div.wrap > div.contents {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-image:url(../img/cmn_bg_yellow.png);
	background-repeat:repeat;
	background-position:left top;
	background-color:#ea0000;
}
.recipe div.wrap > div.contents > div.inner {
	background-color:#ffe0e0;
}
.recipe-idx div.wrap > div.contents {
	position:relative;;
}
.recipe-idx div.wrap > div.contents:after {
	content:"";
	position:absolute;
	display:block;
	background-image:url(../img/recipe_tomyo.png);
}
@media all and (min-width: 768px) {
.recipe-idx div.wrap > div.contents > div.inner {
	padding:40px 50px;
}
.recipe-idx div.wrap > div.contents:after {
	right:-20px;
	bottom:-20px;
	width:92px;
	height:100px;
}
.recipe div.wrap > div.contents {
	padding-bottom:20px;
	margin-bottom:30px;
}
.recipe div.wrap > div.contents > div.inner {
	margin:0 20px;
	padding:40px 24px;
}
}
@media all and (max-width: 767px) {
.recipe div.wrap > div.contents {
	background-size:contain;
}
.recipe-idx div.wrap > div.contents > div.inner {
	padding:8px;
}
.recipe-idx div.wrap > div.contents:after {
	right:-6px;
	bottom:-10px;
	width:46px;
	height:50px;
	background-size:cover;
}
.recipe div.wrap > div.contents {
	padding-bottom:4px;
	margin-bottom:12px;
}
.recipe div.wrap > div.contents > div.inner {
	margin:0 4px;
	padding:20px 10px;
}
}

.recipe-bnum div.wrap > p.btn {
	width:240px;
	margin:0 auto;
}

/*	icon
============================== */
main > article > header {
	position:relative;
}
main > article > header div.hicon {
	position:absolute;
}
main > article > header div.hicon span, main > article > header div.hicon span img {
	display:block;
}
main > article > header div.hicon span {
	background-repeat:no-repeat;
}
@media all and (min-width: 768px) {
main > article > header div.hicon {
	right:20%;
	bottom:-16px;
}
main > article > header div.hicon span, main > article > header div.hicon span img {
	width:140px;
	height:124px;
}
}
@media all and (max-width: 767px) {
main > article > header div.hicon {
	right:5%;
	bottom:-8px;
}
main > article > header div.hicon span {
	background-size:cover;
}
main > article > header div.hicon span, main > article > header div.hicon span img {
	width:72px;
	height:64px;
}
}
@media all and (max-width: 480px) {

}


/*	.copy
============================== */
div.copy {
}
div.copy p {
	color:#fff;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	font-weight:bold;
	text-align:center;
	line-height:1.75;
}
div.copy p b {
	color:#ff3;
}
div.copy p span.wbr {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(0,0%,0%,0.2)), to(hsla(0,0%,0%,0.2)));
	background-image: linear-gradient(transparent 50%, hsla(0,0%,0%,0.2) 50%);
}
@media all and (min-width: 768px) {
div.copy {
	padding:20px;
}
div.copy p {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.copy {
	padding:10px;
}
div.copy p {
	font-size:87.5%;
}
}




.recipe-idx div.wrap > div.contents section.unit {
	background-color:#fff;
}
.recipe-idx div.wrap > div.contents section.unit h2 {
	color:#4effff;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	line-height:1.5;
	text-align:center;
	background-image:url(../img/cmn_bg_yellow.png);
	background-repeat:repeat;
	background-position:left top;
	background-color:#ea0000;
	padding:0.5em 0;
}
.recipe-idx div.wrap > div.contents section.unit p.caption {
	line-height:1.5;
	text-align:center;
}
.recipe-idx div.wrap > div.contents section.unit p.caption span.wbr {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #ff6), to(#ff6));
	background-image: linear-gradient(transparent 50%, #ff6 50%);
}
.recipe-idx div.wrap > div.contents section.unit p.caption:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
.recipe-idx div.wrap > div.contents section.unit {
	-webkit-box-shadow:0 10px 0 0 hsla(0,0%,0%,0.07);
	box-shadow:0 10px 0 0 hsla(0,0%,0%,0.07);
}
.recipe-idx div.wrap > div.contents section.unit:not(:last-child) {
	margin-bottom:40px;
}
.recipe-idx div.wrap > div.contents section.unit h2 {
	font-size:150%;
}
.recipe-idx div.wrap > div.contents section.unit div.inner {
	padding:24px;
}
}
@media all and (max-width: 767px) {
.recipe-idx div.wrap > div.contents section.unit {
	-webkit-box-shadow:0 5px 0 0 hsla(0,0%,0%,0.07);
	box-shadow:0 5px 0 0 hsla(0,0%,0%,0.07);
}
.recipe-idx div.wrap > div.contents section.unit:not(:last-child) {
	margin-bottom:20px;
}
.recipe-idx div.wrap > div.contents section.unit h2 {
	background-size:cover;
}
.recipe-idx div.wrap > div.contents section.unit div.inner {
	padding:20px 10px;
}
.recipe-idx div.wrap > div.contents section.unit p.caption {
	font-size:87.5%;
}
}


.recipe-idx div.wrap > div.contents section.unit ol {
	margin-left:2em;
	list-style-type:decimal;
	margin-bottom:1em;
}
.recipe-idx div.wrap > div.contents section.unit ol li {
	font-size:87.5%;
	line-height:1.5;
	margin-bottom:0.25em;
}
@media all and (min-width: 768px) {
.recipe-idx div.wrap > div.contents section.unit ol li {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
.recipe-idx div.wrap > div.contents section.unit ol li {
	font-size:87.5%;
}
}

div.other {
	position:relative;
	background-color:#fff;
}
div.other p {
	line-height:1.5;
	text-align:center;
}
div.other p.txt {
	margin-bottom:0.5em;
}
div.other p.hashtags {
	color:#007bff;
	font-weight:bold;
}
div.other p.txt span.wbr {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #ff6), to(#ff6));
	background-image: linear-gradient(transparent 50%, #ff6 50%);
}
@media all and (min-width: 768px) {
div.other {
	border:8px solid #ea0000;
	padding:24px;
}
div.other p.hashtags {
	font-size:200%;
}
}
@media all and (max-width: 767px) {
div.other {
	border:3px solid #ea0000;
	padding:10px;
}
div.other p.txt {
	font-size:87.5%;
}
div.other p.hashtags {
	font-size:175%;
}
}


/* =================================
	backnumber CSS
================================= */

/*	h2
============================== */
div.header-h2 {
	position:relative;
}
div.header-h2 h2, div.header-h2 p {
	line-height:1.5;
}
div.header-h2 h2 {
	float:left;
	color:#007b17;
	text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
div.header-h2 p {
	position:absolute;
	right:0;
	bottom:0;
}
div.header-h2 h2 {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(0,100%,74%,0.8)), to(hsla(0,100%,74%,0.8)));
	background-image: linear-gradient(transparent 50%, hsla(0,100%,74%,0.8) 50%);
}
div.header-h2 p span {
	color:#fff;
	background-color:hsla(0,100%,74%,0.8);
}
@media all and (min-width: 768px) {
div.header-h2 {
	padding:16px 24px;
}
div.header-h2 h2 {
	font-size:175%;
	margin-left:-24px;
	padding:0 48px 0 24px;
}
div.header-h2 p {
	bottom:10px;
}
div.header-h2 p span {
	padding:12px 24px;
}
}
@media all and (max-width: 767px) {
div.header-h2 {
	padding:4px 12px 8px;
}
div.header-h2 h2 {
	font-size:150%;
	margin-left:-12px;
	padding:0 24px 0 12px;
}
div.header-h2 p {
	font-size:83%;
	bottom:4px;
}
div.header-h2 p span {
	padding:6px 12px;
}
}



/*	recipe
============================== */

.recipe-bnum div.wrap > div.contents > div.inner article.unit {
	border:2px solid #ffb2e0;
	background-color:#fff;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit h3 {
	text-align:center;
	color:#674a38;
	text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
	background-color:#ffd600;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h4 {
	line-height:1.25;
	margin-bottom:1.5em;
	padding:0 10px 6px;
	color:#c00;
	border-bottom:2px solid #c00;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit p.h5 {
	line-height:1.25;
	margin-bottom:0.75em;
	padding:0 10px;
	color:#c00;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit p.h5 b {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.7, transparent), color-stop(0.7, hsla(56,100%,50%,0.7)), to(hsla(56,100%,50%,0.7)));
	background-image: linear-gradient(transparent 70%, hsla(56,100%,50%,0.7) 70%);
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit:not(:last-child) {
	margin-bottom:2em;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ul {
	list-style-type:circle;
	margin-left:1.5em;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ol {
	font-weight:bold;
	margin-left:2em;
	list-style-type:decimal;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ol span {
	font-weight:normal;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ol:not(:last-child),
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ul:not(:last-child) {
	margin-bottom:1.5em;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ul li,
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ol li {
	line-height:1.5;
	margin-bottom:0.25em;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h5, .recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h6 {
	line-height:1.25;
	margin-bottom:0.75em;
	padding:0 10px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h5 span {
	background-color:#ffe04e;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h6 span {
	background-color:#ffe0f4;
}

.recipe-bnum div.wrap > div.contents > div.inner article.unit div.unit > ul.points {
	list-style-type:none;
	margin-left:0.75em;
	color:#c00;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit div.unit > ul.points li:before {
	content:"＊";
	display:block;
	width:1.25em;
	float:left;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit div.unit > ul.points li span {
	display:block;
	padding-left:1.5em;
}

@media all and (min-width: 768px) {
.recipe-bnum div.wrap > div.contents > div.inner article.unit {
	padding:24px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit:not(:last-child) {
	margin-bottom:40px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit h3 {
	font-size:125%;
	border-radius:22px;
	line-height:44px;
	margin-bottom:24px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h4 {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
.recipe-bnum div.wrap > div.contents > div.inner article.unit {
	padding:20px 8px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit:not(:last-child) {
	margin-bottom:20px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit h3 {
	font-size:100%;
	border-radius:16px;
	line-height:32px;
	margin-bottom:12px;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit section.unit h4 {
	font-size:100%;
}
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ul li,
.recipe-bnum div.wrap > div.contents > div.inner article.unit .unit ol li {
	font-size:100%;
}
}



/*	.thumb
============================== */

nav.thumb ul li {
	float:left;
}
nav.thumb ul li > span, nav.thumb ul li > span a,  nav.thumb ul li > span a > span {
	display:block;
}
nav.thumb ul li > span a {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-repeat:no-repeat;
	background-size:cover;
}
nav.thumb ul li > span a > span b, nav.thumb ul li > span a > span span {
	display:none;
}
nav.thumb ul li > span a.lazy-done {
	-webkit-animation: flipInX 700ms;
	animation: flipInX 700ms;
}

nav.thumb ul li > span a > span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

nav.thumb ul li > span a.lazy-done > span b {
	display:block;
	text-align:left;
	color:#fff;
	background-image: -webkit-gradient(linear, center top, center bottom, from(hsla(0,100%,30%,0.1)), to(hsla(0,100%,30%,0.75)));
	background-image: linear-gradient(hsla(0,100%,30%,0.1), hsla(0,100%,30%,0.75));
	z-index:10;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:0.25em 0.75em;
	line-height:1.5;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-shadow:1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
nav.thumb ul li > span a.lazy-done > span span {
	display:block;
	text-align:center;
	color:#fff;
	font-size:83%;
	line-height:22px;
	position:absolute;
	background-image:url(../img/idx_icon_news.png);
	width:90px;
	height:32px;
	z-index:10;
}

@media all and (min-width: 768px) {
nav.thumb ul li {
	width:33.333333333333333%;
	margin-bottom:6px;
}
nav.thumb ul li > span a.lazy-done > span span {
	right:-2px;
	top:-13px;
}
nav.thumb ul li:nth-child(3n-2) > span a {
	margin-right:4px;
}
nav.thumb ul li:nth-child(3n-1) > span a {
	margin-left:2px;
	margin-right:2px;
}
nav.thumb ul li:nth-child(3n) > span a {
	margin-left:4px;
}
}
@media all and (max-width: 767px) {
nav.thumb ul li {
	width:50%;
	margin-bottom:4px;
}
nav.thumb ul li:nth-child(odd) > span a {
	margin-right:2px;
}
nav.thumb ul li:nth-child(even) > span a {
	margin-left:2px;
}
nav.thumb ul li > span a.lazy-done > span span {
	right:-1px;
	top:-15px;
}
nav.thumb ul li > span a.lazy-done > span b {
	font-size:83%;
}
}








article.unit p.copy {
	color:#177b4e;
	line-height:1.5;
	text-align:center;
	font-weight:bold;
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
article.unit p.copy {

}
}
@media all and (max-width: 767px) {
article.unit p.copy {
	font-size:87.5%;
}
}



div.warning ul {
	background-image:url(../img/warning.svg);
	background-position:left top;
	background-repeat:no-repeat;
}
div.warning ul li {
	color:#ea0000;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
	line-height:1.5;
}
div.warning {
	background-color:#e0ffb2;
}
@media all and (min-width: 768px) {
div.warning {
	padding:25px;
	margin:0 80px 30px;
}
div.warning ul {
	padding-left:50px;
	background-size:40px 36px;
}
div.warning ul li {
	font-size:112.5%;
}
}
@media all and (max-width: 767px) {
div.warning {
	padding:10px;
	margin:0 12px 15px;
}
div.warning ul {
	padding-left:30px;
	background-size:24px 22px;
}
div.warning ul li {
	font-size:100%;
}
}