@charset "UTF-8";

/*******************************************
    reset
*******************************************/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;list-style:none;word-break:break-all;word-wrap:break-word}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#fff;text-decoration:none}ins,mark{color:#000}mark{background-color:#ff9;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:text-bottom}


/*******************************************
    clearfix
*******************************************/
.cf:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}.cf{display:inline-block}* html .cf{height:1%}.cf{display:block}

.hoge { display: none; }
/*******************************************
    basic
*******************************************/
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	font:16.5px/2.0 "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'MS PGothic',Arial;
	font-weight:bold;
	color:#333;
	background:#fff;
}
a {
	outline:none;
	text-decoration:none;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
button {
	outline:none;
}
.spOnly {
	display:none;
}
.wrap {
	width:994px;
	margin:0px auto;
	position:relative;
}
#intro {
	margin-top:-53px;
	padding-bottom:65px;
	color:#fff;
	background:url(../images/intro_bg.jpg) center top repeat;
}
.intro__top {
	width:860px;
	height:350px;
	padding:30px 420px 0 10px;
	margin:50px auto 0;
	background:url(../images/intro_top_bg.png) right 20px no-repeat;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.intro__top__title{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 10px;
}

.intro__profile {
	width:922px;
	height:430px;
	margin:70px auto 0;
	background:url(../images/intro_profile_bg.png) top center no-repeat;
	position:relative;
}
.intro__profile__tit {
	text-align:center;
}
.intro__profile__tit img {
	width:394px;
}
.intro__profile__list {
	width:380px;
	margin:20px 0 0 465px;
}
.intro__profile__list li {
	padding:40px 18px;
	margin-bottom:12px;
	font-size:16px;
	line-height:1.8em;
	position:relative;
}
.intro__profile__list li span{
	color:#fbf266;
}
.txt_min{
    font-size:0.6em;
}
#type {
	margin-top:-63px;
}

.colum_02{
	height:1900px;
	text-align: center;
	color: #71440b;
	background:url(../images/colum_02.jpg) center top;
}
.lowcarb_btn{
	padding-top: 130px;
}

#when {
	margin-top:-82px;
	padding-bottom:50px;
	background:url(../images/when_bg.jpg) left bottom repeat-x;
}
.when__list > li {
	position:relative;
}
.when__list > li:before {
	width:125px;
	height:125px;
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.when__list > li:nth-child(1):before {
	background:url(../images/when_01_icn.png) left top no-repeat;
	background-size:125px;
}
.when__list > li:nth-child(2):before {
	background:url(../images/when_02_icn.png) left top no-repeat;
	background-size:125px;
}
.when__list > li:nth-child(3):before {
	background:url(../images/when_03_icn.png) left top no-repeat;
	background-size:125px;
}
.when__recipe {
	width:100%;
	height:auto;
	border-top:3px solid #f3c598;
	border-bottom:3px solid #f3c598;
	background:url(../images/when_list_bg.gif) left top repeat;
	position:relative;
	padding-bottom: 70px;
}
.when__recipe__photo {
	width:415px;
	position:absolute;
	left:65px;
	top:50px;
}
.when__recipe__list {
	padding:90px 0 0 545px;
}
.when__recipe__list > li {
	height: auto;
	width:382px;
	padding:22px 20px;
	margin-bottom:35px;
	background:rgba(255,255,255,0.85);
	font-size:18px;
	color:#5c362c;
	line-height:1.4em;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-box-shadow:6px 6px 0 1px #eabb58;
	box-shadow:6px 6px 0 1px #eabb58;
	position:relative;
}

.when__recipe__list_position{
	margin-top: 80px;

}
/* レシピが長かったので、その分の調整 */
.recipe_long {
	height:760px;
}
.recipe_list_long {
	padding:36px 0 0 545px;
}



/* ↓1行あたり26px
.when__recipe__list > li:nth-child(1) {
	height:140px;
}
.when__recipe__list > li:nth-child(2) {
	height:146px;
}
.when__recipe__list > li:nth-child(3) {
	height:170px;
}
*/
.when__recipe__list > li:before {
	content:"";
	width:48px;
	height:48px;
	display:block;
	position:absolute;
	top:-9px;
	left:-15px;
}
/* レシピナンバリング
.when__recipe__list > li:nth-child(1):before {
	background:url(../images/when_num_01.png) left top / 100% repeat;
}
.when__recipe__list > li:nth-child(2):before {
	background:url(../images/when_num_02.png) left top / 100% repeat;
}
.when__recipe__list > li:nth-child(3):before {
	background:url(../images/when_num_03.png) left top / 100% repeat;
}
*/

/* レシピが長かったので、その分の調整 */
.recipe_list_long > li:nth-child(1) {
	height:170px;
}
.recipe_list_long > li:nth-child(2) {
	height:226px;
}
.recipe_list_long > li:nth-child(3) {
	height:220px;
}

#recipe_btn{
	text-align: center;
	padding:40px 40px 0;
}


#backnumer {
	padding:30px 20px;
	text-align:center;
}

.bn_box {
		background-color:ffffff;
}

.bn_box img{
	width:auto;
	hight:auto;
}


#item {
	padding:80px 0;
}
.item__box {
	width:770px;
	padding:60px 0 35px;
	margin:0 auto;
	background:url(../images/item_box_bg.gif) left top repeat;
}
.item__list {
	letter-spacing:-0.4em;
	text-align:center;
}
.item__list > li {
	width:184px;
	margin:0 25px;
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
.item__btn {
	width:180px;
	line-height:28px;
	margin:22px auto 0;
	background:#c62569;
	-webkit-box-shadow:0 0 0 0 #fff;
	box-shadow:2px 2px 0 1px #fff;
	color:#fff;
	font-size:14px;
	border:2px solid #f2609e;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
	position:relative;
	display:block;
}
.item__btn:after {
	margin-top:-14px;
	content:"＞";
	position:absolute;
	top:50%;
	right:6px;
}
.item__sell {
	width:570px;
	margin:35px auto 0;
	background:#fad7d7;
	font-size:15px;
	font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3',"游明朝体","Yu Mincho",'ＭＳ Ｐ明朝','Kozuka Mincho Pro','Kozuka Mincho Std','小塚明朝 Pro R','小塚明朝 Std R','Times','Times New Roman',serif;
	font-weight:normal;
	text-align:center;
}

p.copy {
	font-size:60%;
	text-align:center;
}


@media screen and (max-width: 767px) {
body {
	font-size:14px;
}
img {
	width:100%;
}
.pcOnly {
	display:none;
}
.spOnly {
	display:inherit;
}
.wrap {
	width:auto;
}
#intro {
	margin-top:-13.4%;
	padding-bottom:22%;
}
.intro__top {
	width:auto;
	height:auto;
	padding:40px 25px 0;
	margin:0;
	line-height:1.75em;
	background:none;
}
.intro__top__name{
	font-size: 90%;
	font-weight: normal;
	line-height: 1.2rem;
	margin-top: 10px;
}
.intro__top__photo {
	text-align:center;

	/*ピューレ用追記*/
	position: relative;
	top:-15px;
	left:20px;
	width: 90%;
}
.intro__top > p span {
	padding-left:0;
	display:inline;
}
.intro__profile {
	width:auto;
	height:auto;
	margin:40px 25px 0;
	background:none;
}
.intro__profile__tit img {
	width:auto;
}
.intro__profile__photo {
	margin:25px 5px 0;
	text-align:center;
}
.intro__profile__list {
	width:auto;
	margin:25px 0 0;
}
.intro__profile__list li {
	margin-bottom:5px;
	padding: 0;
}
.intro__profile__list li:before {
	top:0;
}
.intro_date_nuts {
	margin:20px 0px;
	display:block;
	text-align:center;
}
#type {
	margin-top:-17%;
}

.colum_02{
	height: 2100px;
	margin: 0 auto;
	text-align: center;
	color: #71440b;
	background:url(../images/sp/colum_02_sp.jpg);
	background-size:cover;
	background-position: 50% 0;
	font-size: 12px;
}

.lowcarb_btn{
	margin: 0 46px;
	padding-top: 78px;
}

#when {
	padding-bottom:30px;
}
.when__list > li:before {
	width:82px;
	height:82px;
}
.when__list > li:nth-child(1):before,
.when__list > li:nth-child(2):before,
.when__list > li:nth-child(3):before {
	background-size:82px;
}
.when__recipe {
	width:auto;
	height:auto;
	padding:40px 35px 0;
	border-width:2px;
}
.when__recipe__photo {
	width:auto;
	text-align:center;
	position:relative;
	left:auto;
	top:auto;
}
.when__recipe__list {
	margin-top:20px;
	padding:0;
}
.when__recipe__list > li {
	width:auto;
	padding:15px 15px 15px 30px;
	margin-bottom:24px;
	font-size:13px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.when__recipe__list > li:nth-child(1),
.when__recipe__list > li:nth-child(2),
.when__recipe__list > li:nth-child(3) {
	height:auto;
}
.when__recipe__list > li:before {
	width:31px;
	height:31px;
	position:absolute;
	top:-5px;
	left:-9px;
}


.when__recipe_2 {
	width:auto;
	height:auto;
	padding:40px 35px 0;
	border-width:2px;
}
.when__recipe__list_2 {
	margin-top:20px;
	padding:0;
}
.when__recipe__list_2 > li {
	width:auto;
	padding:15px 15px 15px 30px;
	margin-bottom:24px;
	font-size:13px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.when__recipe__list_2 > li:nth-child(1),
.when__recipe__list_2 > li:nth-child(2),
.when__recipe__list_2 > li:nth-child(3) {
	height:auto;
}
.when__recipe__list_2 > li:before {
	width:31px;
	height:31px;
	position:absolute;
	top:-5px;
	left:-9px;
}


#item {
	padding:50px 25px;
}
.item__box {
	width:auto;
	padding:22px 0 30px;
}
.item__list > li {
	width:auto;
	margin:0 20px 50px;
	display:block;
}
.item__btn {
	width:220px;
	line-height:34px;
}
.item__btn:after {
	margin-top:-17px;
	right:25px;
}
.item__sell {
	width:auto;
	margin:0 22px;
	background:none;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'MS PGothic',"メイリオ",Meiryo,"游ゴシック体","Yu Gothic",Arial;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}

}
