@charset "utf-8";
/* デスクトップ＆スマホ共通項目 */
body {background-color: #fffbd1;}
header#header, #about {
font-size: 0em;
}

@media (min-width: 1180px){

	/***ヘッダー***/
	#movie {
	display: block;
	position: relative;
	width: 800px;
	height: 450px;
	margin: 0 auto;
	margin-top: 70px;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 175%;
	font-weight: 700;
	}
	#header {
	background: url("../../images/desktop/top/header.png") center top no-repeat;
	height: 1272px;
	margin: 20px auto;
	} 
	#about {
	background: url("../../images/desktop/top/about.png") center top no-repeat;
	height: 602px;
	margin: 50px auto;
	}
	#bnr  {
	width: 150px;
	margin: 50px auto;
	border: #a6a6a6 1px solid;
	}
	#archive {
	background: url("../../images/desktop/top/recipe.png") center top no-repeat;
	width: 908px;
	height: 1159px;
	margin: 50px auto;
	text-align: center;
	color: #fff;
	}
	#archive h1, #next h1 { font-size: 0em;} 
	#archive h2, #next h2 {
	margin-top: 320px;
	font-size: 32px;
	}
	#archive h3, #next h3 {
	margin: 40px 0;
	font-size: 48px;
	}
	#archive .tube {
	margin-top: 30px;
	}
	#archive #btn_goto_recipe {
	width: 600px;
	background-color: #fffd74;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px 0;
	border-radius: 10px;
	}
	#archive a {
	font-size: 36px;
	color: #000;
	text-decoration: none;
	}
	#next {
	background: url("../../images/desktop/top/next.png") no-repeat;
	width: 908px;
	height: 999px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	}
	#next img {
	width: 90%;
	}
	#tw {
	display: block;
	width: 580px;
	height: 515px;
	margin: 30px auto;
	border: #000 1px solid;
	overflow:scroll;
	}
}

/* タブレット */
@media screen and (min-width:600px) and (max-width:1179px) {
	#movie {
	display: block;
	position: relative;
	width: 90%;
	padding-bottom:calc(9 / 16 * 90%);
	margin: 2% auto;
	background-size: contain;
	clear: both;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	margin: 0 auto;
	font-weight: 700;
	}	

	#header {
	background: url("../../images/tablet/top/header@2x.png") center top no-repeat;
	width: calc(1523 / 1536 * 100%);
	height: 0;
	padding-bottom: calc(1674 / 1536 * 100%);
	background-size: contain;
	margin: 3% auto;
	} 
	#about {
	background: url("../../images/tablet/top/about@2x.png") center top no-repeat;
	width: calc(1523 / 1536 * 100%);
	height: 0;
	padding-bottom: calc(1004 / 1536 * 100%);
	background-size: contain;
	margin: 3% auto;
	}
	#archive {
	background: url("../../images/tablet/top/recipe@2x.png") center top no-repeat;
	width: calc(1458/ 1536 * 100%);
	height: 0;
	padding-bottom: calc(1862 / 1536 * 100%);
	background-size: contain;
	margin: 3% auto;
	text-align: center;
	color: #fff;
	}
	#bnr  {
	width: 15%;
	margin: 3% auto;
	border: #a6a6a6 1px solid;
	}
	#archive h1, #next h1 { font-size: 0em;} 
	#archive h2, #next h2 {
	margin-top: 37%;
	font-size: 2rem;
	}
	#archive h3, #next h3 {
	margin: 1% auto;
	font-size: 2.8rem;
	}
	#archive .tube {
	margin-top: 4%;
	}
	#archive #btn_goto_recipe {
	background-color: #fffd74;
	margin: 0 auto;
	margin-top: 3%;
	padding: 3% 0;
	border-radius: 10px;
	text-align: center;
	}
	#archive a {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 2.4rem;
	color: #000;
	text-decoration: none;
	}
	#next {
	background: url("../../images/tablet/top/next@2x.png") no-repeat;
	width: calc(1458 / 1536 * 100%);
	height: 0;
	padding-bottom: calc(1604/ 1536 * 100%);
	background-size: contain;
	margin: 3% auto;
	text-align: center;
	color: #fff;
	}
	#next img {
	width: 90%;
	}
	div#tw {
	width: 80%;
	height: 515px;
	margin: 5% auto;
	overflow:scroll;
	}
}		

/* スマホ */
@media screen and (min-width:10px) and (max-width:599px) {
	#movie {
	display: block;
	position: relative;
	width:90%;
	padding-bottom:calc(9 / 16 * 90%);
	margin: 0 auto;
	background-size: contain;
	clear: both;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	margin: 0 auto;
	font-weight: 700;
	}
	#header {
	background: url("../../images/smp/top/header@2x.png") center top no-repeat;
	width: calc(734 / 750 * 100%);
	height: 0;
	padding-bottom: calc(818 / 750 * 100%);
	background-size: contain;
	margin: 3% auto;
	} 
	#about {
	background: url("../../images/smp/top/about@2x.png") center top no-repeat;
	width: calc(670 / 750 * 100%);
	height: 0;
	padding-bottom: calc(1324 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	}
	#archive {
	background: url("../../images/smp/top/recipe@2x.png") center top no-repeat;
	width: calc(742 / 750 * 100%);
	height: 0;
	padding-bottom: calc(936 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	text-align: center;
	color: #fff;
	}
	#bnr  {
	width: 30%;
	margin: 3% auto;
	border: #a6a6a6 1px solid;
	}
	#archive h1, #next h1 { font-size: 0em;} 
	#archive h2, #next h2 {
	margin-top: 35%;
	font-size: 1rem;
	}
	#archive h3, #next h3 {
	margin: 1% auto;
	font-size: 1.4rem;
	}
	#archive .tube {
	margin-top: 3%;
	}
	#btn_goto_recipe {
	background-color: #fffd74;
	margin: 0 auto;
	padding: 5% 0;
	border-radius: 5px;
	text-align: center;
	}
	#archive a {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 1rem;
	color: #000;
	text-decoration: none;
	}
	#next {
	background: url("../../images/smp/top/next@2x.png") no-repeat;
	width: calc(742 / 750 * 100%);
	height: 0;
	padding-bottom: calc(808/ 750 * 100%);
	background-size: contain;
	margin: 3% auto;
	text-align: center;
	color: #fff;
	}
	#next img {
	width: 90%;
	}
	/*div#tw {
	width: 80%;
	height: 0;
	padding-bottom: calc(1200 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	overflow: scroll;
	}*/
	div#tw {
position:relative;
width:80%;
height: 0;
padding-bottom: calc(1200/ 750 * 100%);
background-size: contain;
margin: 0 auto;
overflow: scroll;
}
#tw iframe {width: 740px !important; }
}


