@charset "UTF-8";
/*
 * layout.css
 *
 */ 
 
/* ! article 
---------------------------------------------------------- */
article#cook{
	margin-top:161px;
	min-width: 1000px;
	width: 100%;
	background: url(../../../img/common_bg01.gif) repeat left top;
	border-top:10px solid #fde07a;
}

@media screen and (max-device-width:500px) {
	article#cook{
		margin-top:332px;
		min-width: 500px;
		width: 500px;
	}
}
 
/* ! #main
---------------------------------------------------------- */
#main {
	width: 1000px;
	margin:0 auto 55px;
}
@media screen and (max-device-width:500px) {
	#main {
		margin:0 auto 20px;
		width:473px;/*width:414px;*/
	}
}

/* !layout
---------------------------------------------------------- */
div#header_bg{
	top:0;
}
.ttl01{
	padding:37px 0 23px 20px;
}
#wrapper{
	box-sizing:border-box;
	padding:28px;
	background-color:#ffffff;
	border:solid 2px #e4d5c7;
}
#contents{
	padding:35px 25px 50px;
	background-color:#fcf9eb;
}
#contents .sec{
margin-bottom:35px;
}
#contents .sec .accordion dt{
	box-sizing:border-box;
	padding:5px;
	border:solid 1px #e5d5c5;
	background-color:#fcf9eb;
	border-radius:6px;
	box-shadow:4px 4px 4px 0 rgba(0,0,0,0.16);
}
#contents .sec .accordion dt > div{
	position:relative;
	padding:30px 103px 36px 97px;
	line-height:1;
	border-radius:6px;
	transition:background 0.3s ease-in-out;
}
#contents .sec .accordion dt > div .arrow{
	position:absolute;
	right:0;
	top:11px;
	box-sizing:border-box;
	padding:29px 42px 30px 43px;
	width:103px;
	height:80px;
	border-left:dashed 1px #af9b85;	
}
#contents .sec .accordion dt > div .arrow img{
	width:18px;
	height:auto;
	transition:transform 0.3s ease-in-out;
	transform:rotate(0deg);
}
#contents .sec .accordion.-is-open dt > div .arrow img{
	transform:rotate(180deg);
}
#contents .sec .accordion dt > div .ico{
	position:absolute;
	top:50%;
	left:32px;
	margin-top:-20px;
	width:37px;
	height:41px;
}
#contents .sec .accordion dd{
	display:none;
	padding:40px 25px 0;
}
#contents .sec .accordion dd h3{
	padding-bottom:10px;
	margin-bottom:33px;
	font-size:172%;
	font-weight:bold;
	color:#6c3e0e;
	background:url(../img/h3_dashed.gif) repeat-x 0 bottom;
}
#contents .sec .accordion dd .movie_box{
	position:relative;
	margin:0 auto 40px;
	width:720px;
}
#contents .sec .accordion dd .movie_box:before{
	content:"";
    display: block;
    padding-top: 56.25%;
}
#contents .sec .accordion dd .movie_box iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contents .sec .accordion dd .products_btn{
	text-align:center;
	margin-bottom:80px;
}
#contents .sec .accordion dd .products_btn a{
	position:relative;
	display:block;
	padding:13px 0 12px;
	margin:0 auto;
	width:300px;
	border:dotted 1px #c7a037;
	background-color:#6c3e0e;
	opacity:1;
	transition:all 0.3s ease-in-out;
}
#contents .sec .accordion dd .products_btn a.hover{
	border:dotted 1px #fde07a;
	background-color:#f9a54b;
}
#contents .sec .accordion dd .products_btn a:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:18px;
	margin-top:-14px;
	width:11px;
	height:24px;
	background:url(../img/arrow_btn.png) no-repeat center center /contain;
}
#contents .sec .accordion dd .products_btn a img{
	width:174px;
	height:auto;
}
/*   はなかっぱつぶつぶドリンク  */
#contents .sec._01{
	margin-bottom:0;
}
#contents .sec._01 .accordion dt > div{
	background:#ffffff url(../img/sec_01_bg_pc.png) no-repeat top right 120px /contain;
}
/*   豆乳プリンの素  */
#contents .sec._02 .accordion dt > div{
	background:#ffffff url(../img/sec_02_bg_pc.png) no-repeat top right 120px /contain;
}
/*   おさるのジョージとつくろう！手づくりプリン  */
#contents .sec._03 .accordion dt > div{
	background:#ffffff url(../img/sec_03_bg_pc.png) no-repeat top right 120px /contain;
}
/*   きらきらジュエリーゼリーのつくり方  */
#contents .sec._04 .accordion dt > div{
	background:#ffffff url(../img/sec_04_bg_pc.png) no-repeat top right 120px /contain;
}
/*   はなかっぱとつくろう！イモほりグミのつくり方  */
#contents .sec._05 .accordion dt > div{
	background:#ffffff url(../img/sec_05_bg_pc.png) no-repeat top right 120px /contain;
}
/*   おさるのジョージとつくろう！手づくりバナナプリン  */
#contents .sec._06 .accordion dt > div{
	background:#ffffff url(../img/sec_06_bg_pc.png) no-repeat top right 120px /contain;
}
/*   キラキラカラフルジュエリーゼリーのつくり方  */
#contents .sec._07 .accordion dt > div{
	background:#ffffff url(../img/sec_07_bg_pc.png) no-repeat top right 120px /contain;
}
/*   つくってたべよう！幼虫3Dゼリーのつくり方  */
#contents .sec._08 .accordion dt > div{
	background:#ffffff url(../img/sec_08_bg_pc.png) no-repeat top right 120px /contain;
}
/*   つくってたべよう！さなぎ3Dゼリーのつくり方  */
#contents .sec._09 .accordion dt > div{
	background:#ffffff url(../img/sec_09_bg_pc.png) no-repeat top right 120px /contain;
}

/*   hover / active  */
#contents .sec .accordion .acc_btn.hover > div,
#contents .sec .accordion.-is-open .acc_btn > div{
	background-color:#f9a54b;
}

@media screen and (max-device-width:500px){
	.ttl01{
		padding:25px 0 25px 18px;
	}
	.ttl01 img{
		width:230px;
		height:auto;
	}
	#wrapper{
		padding:13px;
	}
	#contents{
		padding:30px 20px 40px;
	}
	#contents .sec{
		margin-bottom:40px;
	}
	#contents .sec .accordion dt{
		padding:3px;
		box-shadow:2px 2px 2px 0 rgba(0,0,0,0.16);
	}
	#contents .sec .accordion dt > div{
		position:relative;
		padding:15px 33px 15px 20px;
	}
	#contents .sec .accordion dt > div .arrow{
		top:8px;
		padding:40px 12px 37px;
		width:46px;
		height:96px;
	}
	#contents .sec .accordion dt > div .arrow img{
		width:20px;
	}
	#contents .sec .accordion dt > div .ico{
		display:none;
	}
	#contents .sec .accordion dt > div .mv_ttl{
		width:210px;
		height:auto;
	}
	#contents .sec .accordion dd{
		display:none;
		padding:25px 8px 0;
	}
	#contents .sec .accordion dd h3{
		padding-bottom:10px;
		margin-bottom:20px;
		font-size:163.75%;
		background-size:5px 2px;
		line-height:1.2;
	}
	#contents .sec .accordion dd .movie_box{
		margin:0 auto 30px;
		width:100%;
	}
	#contents .sec .accordion dd .products_btn a{
		padding:8px 0;
		width:295px;
	}
	#contents .sec .accordion dd .products_btn a:after{
		right:17px;
		margin-top:-14px;
		width:15px;
		height:24px;
	}
	#contents .sec .accordion dd .products_btn a img{
		width:170px;
	}
	/*   はなかっぱつぶつぶドリンク  */
	#contents .sec._01 .accordion dt > div{
		background:#ffffff url(../img/sec_01_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   豆乳プリンの素  */
	#contents .sec._02 .accordion dt > div{
		background:#ffffff url(../img/sec_02_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   おさるのジョージとつくろう！手づくりプリン   */
	#contents .sec._03 .accordion dt > div{
		background:#ffffff url(../img/sec_03_bg_sp.png) no-repeat top right 48px /contain;
	}
	#contents .sec._03 .accordion dt > div .mv_ttl{
		width:240px;
	}
	/*   きらきらジュエリーゼリーのつくり方   */
	#contents .sec._04 .accordion dt > div{
		background:#ffffff url(../img/sec_04_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   はなかっぱとつくろう！イモほりグミのつくり方   */
	#contents .sec._05 .accordion dt > div{
		background:#ffffff url(../img/sec_05_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   おさるのジョージとつくろう！バナナプリン   */
	#contents .sec._06 .accordion dt > div{
		background:#ffffff url(../img/sec_06_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   キラキラカラフルジュエリーゼリーのつくり方   */
	#contents .sec._07 .accordion dt > div{
		background:#ffffff url(../img/sec_07_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   つくってたべよう！幼虫3Dゼリーのつくり方   */
	#contents .sec._08 .accordion dt > div{
		background:#ffffff url(../img/sec_08_bg_sp.png) no-repeat top right 48px /contain;
	}
	/*   つくってたべよう！さなぎ3Dゼリーのつくり方   */
	#contents .sec._09 .accordion dt > div{
		background:#ffffff url(../img/sec_09_bg_sp.png) no-repeat top right 48px /contain;
	}

}

/* ! ルビ
---------------------------------------------------------- */
#contents .sec .accordion rt{
	font-size:8px;
}
/*   chrome / safari / opera   */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#contents .sec .accordion rt{
		transform:translateY(0.2em);
	}
}
/*   Edge   */
_:-ms-lang(x)::backdrop, #contents .sec .accordion rt{
		position:relative;
		top:3px;
}
/*   Firefox   */
@-moz-document url-prefix() {
	#contents .sec .accordion rt{
		position:relative;
		top:3px;
	}
}

/* !印刷用
---------------------------------------------------------- */
@media print {
} 

