@charset "utf-8";

/*----------------------------------
 アレンジレシピ＜PC用＞ index.css
------------------------------------*/
@media all and (min-width:769px) {
	.sp_only {
		display: none;
	}
	/* ------ ▽ FFでアニメーション時に画像が1pxずれるバグに対応 ▽ ------ */
	img{
	box-shadow: #000 0 0 0;
	}
	img{
	margin: 0;
	padding: 0;
	}
	/*reset.cssの影響を調整*/
	div:after, dl:after, ul:after{
	content: none;
	}
	img{
	-webkit-backface-visibility: hidden;
	}
	*:focus{
	outline: none;
	}
	figure {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	/* ------ ▽ 画像長押し保存不可 ▽ ------ */
	[data-copy-protected]{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	}
	.imageBlock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	.img_protect:before{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1000;
	}

	/* ------ ▽ 共通 ▽ ------ */
	#all_wrap{
	//min-width: 950px;
	position: relative;
	}
	#contents_wrap{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	}
	section .inner{
	max-width: 1058px;
	margin: 0 auto;
	position: relative;
	}

	/* ------ ▽ 固定要素 ▽ ------ */
	.sns_area{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 900;
	}
	.sns_area li img{
	width: 66px;
	}
	.btn_pagetop{
	width: 66px;
	height: 66px;
	position: absolute;
	bottom: 140px;
	right: 0;
	z-index: 900;
	}

	/* ------ ▽ タイトル ▽ ------ */
	#mv_wrap{
	width:100%;	
	background-image:url(../images/mv_2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	overflow:hidden;
	}
	#mv_wrap .recipe_inner{
	width:950px;
	height:600px;
	position:relative;
	margin:0 auto;
	padding:0;
	}

	/* ------ ▽ レシピ ▽ ------ */
	#recipe_wrap{
	background: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 5.671% 30px;
	}
	#recipe_wrap .inner{
		background-color: rgba(255,254,235,0.8);
		padding: 30px 0 45px;
	}
	#recipe_hdr {
		width: 92.155%;/*975*/
		margin: 0 auto;
	}
	#recipe_hdr h2 img {
		width: 100%;
		height: auto;
	}
	.recipe_box {
		width: 87.524%;/*926 / 1058*/
		margin: 40px auto 0;
		padding: 30px 0 42px;
	}
	#recipe_1 {
		background: url(../common/images/recipe_v2_1_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	#recipe_2 {
		background: url(../common/images/recipe_v2_2_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	#recipe_3 {
		background: url(../common/images/recipe_v2_3_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	#recipe_4 {
		background: url(../common/images/recipe_v2_4_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	.recipe_box_list {
		margin: 18px auto 0;
		width: 84.051%;/*780*/
		position: relative;
	}
	.recipe_box_list li {
		padding: 0 8px;
		width: 27.051%;/*211*/
	}
	.recipe_box_list li img {
		width: 100%;
		height: auto;
	}
	.recipe_box_list .slick-prev,
	.recipe_box_list .slick-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.recipe_box_list .slick-prev {
		left: 0;
		margin: 0 0 0 -6.153%; /*7.692% 0 0 -6.153%*//*60px 0 0 -48px*/
	}
	.recipe_box_list .slick-next {
		right: 0;
		margin: 0 -6.153% 0 0;/*7.692% -6.153% 0 0*//*60px -48px 0 0*/
	}
	#recipe_notes {
		max-width: 1058px;
		margin: 16px auto 0;
		text-align: right;
	}

	/*====================
	modal
	====================*/
	.recipe_modal{
	position: relative;
	color: #613e34;
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 822px;
	margin: 0 auto;
	background: url(../images_sp/deco.png), #f7f8f7;
	background-position: center 6px;
	background-repeat: no-repeat;
	}
	.recipe_modal p{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif!important;
	}
	.line_pink{
	border-width: 0 8px;
	border-color: #d686b1;
	border-style: solid;
	}
	.recipe_modal.line_pink{
	background: #fff6f6 url(../images/deco_pink.png) no-repeat center 6px;
	}
	.line_red{
	border-width: 0 8px;
	border-color: #ce626e;
	border-style: solid;
	}
	.line_purple{
	border-width: 0 8px;
	border-color: #a978ad;
	border-style: solid;
	}
	.recipe_modal.line_purple{
	background: #F7F7FF url(../images/deco_purple.png) no-repeat center 6px;
	}
	.line_yellow{
	border-width: 0 8px;
	border-color: #e3ab31;
	border-style: solid;
	}
	.recipe_modal.line_yellow{
	background: #FFFAF0 url(../images/deco_yellow.png) no-repeat center 6px;
	}
	.line_brown{
	border-width: 0 8px;
	border-color: #751a20;
	border-style: solid;
	}
	.recipe_modal.line_brown{
	background: #f5e6e1 url(../images/deco_brown.png) no-repeat center 6px;
	}
	.recipe_detail{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	padding: 80px 62px 30px 72px;
	}
	.recipe_pic img{
	width: 320px;
	margin: 0 21px 0 0;
	border-radius: 4px;
	}
	.material{
	font-size: 13px;
	}
	.material h3 img{
	width: 346px;
	margin-bottom: 20px;
	}
	.material_mds{
	background: #613e34;
	border-radius: 6px 6px 0 0;
	text-align: center;
	color: #ffffff;
	padding: 4px 0 2px;
	font-size: 14px;
	}
	.material_box{
	border: solid 1px #613e34;
	border-radius: 0 0 5px 5px;
	padding: 12px 10px 10px 16px;
	}
	.material_txt{
	height: 156px;
	overflow-y: auto;
	}
	.material_txt dt{
	border-bottom: 1px solid #613e34;
	padding: 0 0 3px 4px;
	margin: 0 6px 10px 0;
	}
	.material_txt dd{
	padding: 0 4px;
	}
	.howto_box{
	padding: 10px 61px 50px 72px;
	}
	.howto_txt{
	height: 162px;
	overflow-y: auto;
	}
	.howto_txt dt{
	border-bottom: 1px solid #613e34;
	padding: 0 0 3px 4px;
	margin: 0 10px 10px 0;
	}
	.howto_txt dd{
	padding: 0 4px;
	margin-bottom: 22px;
	}
	.material_txt a,
	.howto_txt a{
	color: #f74c3a;
	}
	.material_txt a:hover,
	.howto_txt a:hover{
	text-decoration: underline;
	}

	/*スクロールバー*/
	.material_box dl::-webkit-scrollbar,
	.howto_box dl::-webkit-scrollbar{
	width: 12px;
	}
	.material_box dl::-webkit-scrollbar-track,
	.howto_box dl::-webkit-scrollbar-track{
	background-color: #e1e1e1;
	border-radius: 12px;
	}
	.material_box dl::-webkit-scrollbar-thumb,
	.howto_box dl::-webkit-scrollbar-thumb{
	background-color: #999999;
	border-radius: 12px;
	}
	.mfp-close{
	top: -74px !important;
	right: -8px !important;
	width: 74px !important;
	height: 74px !important;
	font-size: 0 !important;
	background: url(../common/images/btn_close.png) no-repeat 100% 0 !important;
	}
	button.mfp-arrow{
	display: none;
	}
}


/*----------------------------------
 アレンジレシピ＜SP用＞ index.css
------------------------------------*/
@media all and (max-width:768px) {
	.pc_only {
		display: none;
	}
	/* ------ ▽ reset ▽ ------ */
	figure, ol{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	li {
	list-style: none;
	}
	img {
	width: 100%;
	height: auto;
	}
	*:focus {
	outline: none;
	}
	/*reset.cssの影響を調整*/
	div:after, dl:after, ul:after {
	content: none;
	}

	/* ------ ▽ ローディング ▽ ------ */
	#loading img{
	position: absolute;
	width: calc(100%*220/750);
	top: 40%;
	left: calc(100%*270/750);
	}

	/* ------ ▽ 共通 ▽ ------ */
	#all_wrap {
	color: #3f3532;
	position: relative;
	}
	#all_wrap * {
	box-sizing: border-box;
	}
	#conttents_wrap{
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	}

	/* ------ ▽ メイン画像 ▽ ------ */
	#mv_wrap{
	padding-top: 82.6% !important;
	position: relative;
	background: url(../images_sp/mv_2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	/*border-bottom: solid #ffffff 1.4vw;*/
	}
	#mv_wrap .recipe_inner {
		padding: 0;
	}

	/* ------ ▽ レシピ ▽ ------ */
	#recipe_wrap{
	background: url(../images_sp/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 6.4vw 7.066vw 4vw;
	}
	.recipe_inner {
		background-color: rgba(255,254,235,0.8);
		padding: 6.4% 0 4%;
	}
	.recipe_box {
		width: 83.85%;/*540 / 644*/
		margin: 3.105% auto 0;
		padding: 3.1% 0 4.347%;
	}
	#recipe_1.recipe_box {
		margin-top: 4.8%;
	}
	#recipe_1 {
		background: url(../images_sp/recipe_v2_1_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	#recipe_2 {
		background: url(../images_sp/recipe_v2_2_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	#recipe_3 {
		background: url(../images_sp/recipe_v2_3_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	#recipe_4 {
		background: url(../images_sp/recipe_v2_4_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	.recipe_box_list {
		margin: 3.105% auto 0;
		width: 70%;/*460 / 540*/
		position: relative;
	}
	.recipe_box_list li {
		padding: 0 0.666vw;
	}
	.recipe_box_list li img {
		width: 100%;
		height: auto;
	}
	.recipe_box_list .slick-prev,
	.recipe_box_list .slick-next {
		width: calc(29 / 750 * 100vw);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.recipe_box_list .slick-prev {
		/*width: 2.133vw;*/
		left: 0;
		margin: 0 0 0 calc(52 / 750 * -100vw);/*6.8vw 0 0 -4vw*/
	}
	.recipe_box_list .slick-next {
		/*width: 2.133vw;*/
		right: 0;
		margin: 0 calc(52 / 750 * -100vw) 0 0;/*6.8vw -4vw 0 0*/
	}
	#recipe_notes {
		width: 92.391%;
		margin: 2.133% auto 0;
		line-height: 0;
	}

	/* ------ ▽ フッター ▽ ------ */
	.sns_area{
	text-align: center;
	padding:4.2% 0;
	}
	.sns_area li{
	width: 16%;
	margin-right:3.4%;
	display: inline-block;
	}
	.sns_area li:last-child{
	margin-right:0;
	}

	/*====================
	modal
	====================*/
	.recipe_modal{
	box-sizing: border-box;
	position: relative;
	color: #613e34;
	font-size: 2.6vw;
	letter-spacing: 0.1em;
	width: calc(100%*574/750);
	margin: 0 auto;
	background: url(../images_sp/deco.png), #f7f8f7;
	background-position: center 0.2vw;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	}
	.recipe_modal p{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif!important;
	}
	.line_pink{
	border-width: 0 2vw;
	border-color: #d686b1;
	border-style: solid;
	}
	.recipe_modal.line_pink{
	background: #fff6f6 url(../images/deco_pink.png) no-repeat center 0.2vw;
	}
	.line_purple{
	border-width: 0 2vw;
	border-color: #a978ad;
	border-style: solid;
	}
	.recipe_modal.line_purple{
	background: #F7F7FF url(../images/deco_purple.png) no-repeat center 0.2vw;
	}
	.line_yellow{
	border-width: 0 2vw;
	border-color: #e3ab31;
	border-style: solid;
	}
	.recipe_modal.line_yellow{
	background: #FFFAF0 url(../images/deco_yellow.png) no-repeat center 0.2vw;
	}
	.line_brown{
	border-width: 0 2vw;
	border-color: #751a20;
	border-style: solid;
	}
	.recipe_modal.line_brown{
	background: #f5e6e1 url(../images/deco_brown.png) no-repeat center 0.2vw;
	}
	.recipe_detail{
	padding: 9vw 2vw 2vw;
	}
	.recipe_pic img{
	width: 52.2vw;
	border-radius: 4px;
	}
	/*.material{
	font-size: 2.6vw;
	}*/
	.material h3 img{
	width: 57vw;
	margin: 1.2vw auto 1.9vw;
	}
	.material_mds{
	background: #613e34;
	border-radius: 1vw 1vw 0 0;
	text-align: center;
	color: #ffffff;
	width: 51.6vw;
	padding: 1.2vw 0 0.4vw;
	/*font-size: 3.2vw;*/
	margin: 0 auto;
	}
	.material_box{
	box-sizing: border-box;
	border: solid 1px #613e34;
	border-radius: 0 0 1vw 1vw;
	width: 51.6vw;
	padding: 1vw 1vw 0.8vw 1.6vw;
	margin: 0 auto;
	text-align: left;
	}
	.material_txt{
	height: 21.8vw;
	overflow-y: auto;
	}
	.material_txt dt{
	box-sizing: border-box;
	border-bottom: 1px solid #613e34;
	padding: 0 0 0.8vw 0.6vw;
	margin: 0 1vw 1.5vw 0;
	}
	.material_txt dd{
	box-sizing: border-box;
	padding: 0 0.6vw;
	}
	.howto_box{
	box-sizing: border-box;
	padding: 0.6vw 6vw 6vw 9.6vw;
	text-align: left;
	}
	.howto_txt{
	height: 20vw;
	overflow-y: auto;
	}
	.howto_txt dt{
	border-bottom: 1px solid #613e34;
	padding: 0 0 0.8vw 0.6vw;
	margin: 0 1vw 1.5vw 0;
	}
	.howto_txt dd{
	padding: 0 0.6vw;
	margin-bottom: 22px;
	}
	.material_txt a,
	.howto_txt a{
	color: #f74c3a;
	}
	/*スクロールバー*/
	.material_box dl::-webkit-scrollbar,
	.howto_box dl::-webkit-scrollbar{
	width: 1.6vw;
	}
	.material_box dl::-webkit-scrollbar-track,
	.howto_box dl::-webkit-scrollbar-track{
	background-color: #e1e1e1;
	border-radius: 2vw;
	}
	.material_box dl::-webkit-scrollbar-thumb,
	.howto_box dl::-webkit-scrollbar-thumb{
	background-color: #999999;
	border-radius: 2vw;
	}
	.mfp-close{
	top: -10vw !important;
	right: -2vw !important;
	width: 10vw !important;
	height: 10vw !important;
	font-size: 0 !important;
	background: url(../common/images/btn_close.png) !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	}
	button.mfp-arrow{
	display: none;
	}
}