

.kome{
	font-size: 0.7em !important;
	color: #777;
}

/*0px以上*/
/*------------------------------
  看板
-------------------------------*/
.hero{
	background: url(images/hero_bg.jpg) no-repeat left top;
}
.hero .inner{
	/*background: rgba(225, 236, 240, 1);*/
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 90%, rgba(225, 236, 240, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 90%, rgba(225, 236, 240, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, rgba(225, 236, 240, 1) 100%);
}
.hero .left{
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}
.hero .text span{
	display: block;
	text-shadow:
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff,
		0px 0px 2px #fff;
}
.hero .text span:nth-child(2){
	font-size: 4rem;
	font-style: italic;
}
.hero .ex{
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.hero .right{
	background-size: contain;
}
.hero .right .ms-ys03{
	width: 70%;
	margin: 0 auto;
	display: block;
}
.hero .parts.right{
	position: relative;
}
.hero .parts.right img:last-child{
	position: absolute;
	bottom: 0;
}

/*------------------------------
  メインナビ
-------------------------------*/
.nav ul{
	display: flex;
	flex-wrap: wrap;
}
.nav li{
	flex-basis: 50%;
	border-bottom: 1px solid #ddd;
}
.nav a{
	display: block;
	width: 90%;
	margin: 1em auto;
}
.nav a:hover{
	background: #e2edf0;
	box-shadow: inset 0 0 10px #fff;
	border-radius: 20rem;
}

/*------------------------------
  動画
-------------------------------*/
.cm{
	padding: 2rem 0;
}
.movie{
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.movie:before{
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------
  見出し
-------------------------------*/
.inner,
.inner > div{
	overflow:hidden;
}
.inner h2{
	font-size: 2rem;
	text-align: center;
	position: relative;
	margin: 5rem 0 3rem;
}
.inner h2 span{
	display: inline-block;
}
.inner h2:before{
	left: 50%;
}
.inner h2:after{
	right: 50%;
}
/*
.inner h2:before,
.inner h2:after{
	position: absolute;
	bottom: -1rem;
	content: "";
	height: 1px;
	background: #000;
	width: 50px;
}
*/
.inner p{
	width: 95%;
	margin: 2rem auto;
}

/*------------------------------
  背景
-------------------------------*/
.cm{
	background: #e1ecf0;
	background: -moz-linear-gradient(top, #e1ecf0 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e1ecf0 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #e1ecf0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ecf0', endColorstr='#ffffff',GradientType=0 );
}
/*.sub01,
.sub03{
	background: #f4f4f4;
}*/
/*.s1 .sub01,
.s1-steam .sub03{
	background: url(images/s1-bg2.png) no-repeat top right, url(images/s1-bg3.png) no-repeat top left;
	background-size: cover;
}
*/
.s1 .s1-wrap01{
	background: url(images/s1-bg.jpg) no-repeat top center;
	background-size: cover;
}
.s1 .s1-wrap02,
.s1 .s1-wrap04{
	background: url(images/s1-bg2.png) top right, url(images/s1-bg3.png) top left;
	background-size: 90%, 90%;
	background-color: #f8f8f8;
	background-attachment: fixed;
}
.s1-wrap03:after{
	content: '';
	display: block;
	height: 10rem;
	position: relative;
	bottom: -10rem;
	background: -moz-linear-gradient(top, #e1ecf0 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, #e1ecf0 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, #e1ecf0 0%, rgba(255,255,255,0) 100%);
}

.s1-wrap03{
	box-shadow: 0 0 80px #e1ecf0;
	background: #fff;
}
.s1-wrap03 .movie{
	/*margin-bottom: 5em;*/
}

.s2 .sub01 .mode01{
	/*background: url(images/s2-sashimi.png) no-repeat left top;*/
	
}
.s2 .sub01 .mode02{
	/*background: url(images/s2-minch.png) no-repeat left top;*/
}
.s2 .sub01 .mode03{
	/*background: url(images/s2-slice.png) no-repeat left top;*/
}
.s2 .sub01 .mode01,
.s2 .sub01 .mode02,
.s2 .sub01 .mode03{
	/*background-size: cover;
	height: 0;
	padding-top: 56.25%;
	position: relative;*/
	flex-basis: 100%;
}
.s4{
	background: url(images/s4-bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}


.s1 .s1-wrap01 .inner p{
	/*
	position: absolute;
	bottom: 1em;
	width: 85%;
	left: 0%;
	right: 0%;
	text-align: center;
	*/
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255,255,255,0.8);
}
.s1 .s1-wrap04 img{
	width: 85%;
	display: block;
	margin: 0 auto;
}


/*------------------------------
  食材に応じて解凍モードを切り替え
-------------------------------*/
.s2 .sub01 li{
	position: relative;
}
.s2 .sub01 span:first-child{
	border-bottom: 5px solid #aaa;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	line-height: 1;
}
.s2 .sub01 span.font-small{
	font-size: 1.2rem;
}
.s2 .modes{
	width: 95%;
	margin: 0 auto 2em;
	font-size: 0.8em;
}
.s2 .modes dl{
	display: flex;
	border: 1px solid #6d6d6d;
	margin-bottom: 0.5em;
}
.s2 .modes dl > *{
	padding: 0.5em;
}
.s2 .modes dt{
	background: #6d6d6d;
	color: #fff;
	flex-basis: 30%;
}
.s2 .modes dd{
	flex-basis: 70%;
	padding-left: 1.25em;
	background-color: #fff;
}

.s2 .modes dt {
	position: relative;
	display: inline-block;
}

.s2 .modes dt:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 10px solid #6d6d6d;
}

.s2 .modes p {
	margin: 0;
	padding: 0;
}

.s2 .modes ul{
	display: flex;
	flex-wrap: wrap;
}
.s2 .modes ul li{
	flex-basis: 25%;
}
.s2 .sub02{
	background: url(images/s2-bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

/*------------------------------
  1台4役で本格調理をサポート
-------------------------------*/
.s3 ul{
	display: flex;
	flex-wrap: wrap;
}
.s3 ul li{
	width: 50%;
	margin: 0 0 0 auto;
	position: relative;
}
.s3 ul li span{
	position: absolute;
	bottom: 0;
	font-size: 0.7em;
	background: rgba(103,68,26,0.8);
	display: block;
	width: 100%;
	color: #fff;
	padding: 0.5em 0em;
	text-align: center;
}

/*------------------------------
  44種の自動調理メニュー
-------------------------------*/
.s4 ul{
	
}
.s4 ul li{
	
}


/*------------------------------
  仕様
-------------------------------*/
.flex-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.flex-wrapper .view,
.flex-wrapper .view-mini{
	flex-basis: 50%;
}
.view{
	
}
.view-mini{
	display: flex;
	flex-wrap: wrap;
	padding: 2em 2.5%;
	justify-content: space-between;
}
.view-mini > *{
	flex-basis: 49%;
	margin-bottom: 5px;
}

.s5 .icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 1em auto;
}
.s5 .icon li{
	background: #e4272f;
	text-align: center;
	margin-bottom: 0.25em;
	color: #fff;
}
.s5 .icon li:nth-child(-n+4){
	flex-basis: 24%;
}
.s5 .icon li:nth-child(n+5){
	flex-basis: 40%;
}

/*------------------------------
  仕様（表）
-------------------------------*/
.s5 table{
	border-collapse: collapse;
	width: 98%;
	margin: 0 auto;
}
.s5 table .f6f6f6{
	background: #f6f6f6;
}
.s5 table td{
	border: 1px solid #ddd;
	font-size: 0.8em;
	padding: 0.8em;
}
.s5 .s5-table td:last-child{
	width: 50%;
}


/*------------------------------
  付属品
-------------------------------*/
.s5 .option{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.s5 .option dl{
	width: 180px;
	height: 180px;
	background: #f6f6f6;
	border-radius: 100px;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	font-size: 0.8em;
	text-align: center;
	align-content: center;
}
.s5 .option dl > *{
	width: 80%;
	margin: 0 auto;
}

/*------------------------------
  プラザリンク
-------------------------------*/
/*テキストリンク*/
.inner p.text-link{
	text-align: right;
}
.inner p.text-link a:hover{
	color: #99b1bc;
}

/*バナーリンク*/
.plaza-link{
	text-align: center;
}

.plaza-bn{
	width: 60%;
	margin: 0 auto;
}
.plaza-bn:hover,
.plaza-bn:active{
	opacity: 0.5;
}


/*480px以下のみ*/
@media screen and (max-width: 479px) {
	/*------------------------------
	  メインナビ
	-------------------------------*/
	.nav li:nth-child(2n) a{
		border-left: 1px solid #ddd;
		padding: 0 5%;
	}
	.nav li:last-child{
		flex-basis: 100%;
		text-align: center;
	}
	/*------------------------------
	  柔らかさ・美味しさにこだわり
	-------------------------------*/
	.s2 .sub01 li{
		margin-bottom: 1rem;
	}
	.s2 .sub01 p{
		position: absolute;
		top: 0;
		right: 0;
		width: 45%;
		height: 100%;
		margin: 0;
		padding: 1rem 3%;
		background: rgba(0,0,0,0.4);
		color: #fff;
	}
	.s2 .sub01 span{
		font-size: 2rem;
		display: block;
	}
}
/*480px以上*/
@media screen and (min-width: 480px) {
		/*------------------------------
		  柔らかさ・美味しさにこだわり
		-------------------------------*/
		.s2 .sub01 span{
			font-size: 3rem;
			display: block;
		}
		
}
/*768px以上*/
@media screen and (min-width: 768px) {
			.inner{
				max-width: 1280px;
				margin: 0 auto;
				position: relative;
			}
			.inner p{
				text-align: center;
				font-size: 2rem;
			}
			
			/*------------------------------
			  看板
			-------------------------------*/
			.hero{
				background: url(images/hero_bg2.png) no-repeat top center, url(images/hero_bg.jpg) no-repeat left top;
			}
			.hero .inner{
				display: flex;
				padding-top: 15rem;
				justify-content: center;
			}
			.hero .parts{
				width: 45%;
			}
			.hero .left{
				margin-top: -8rem;
			}
			.hero .left p{
				font-size: 1.7rem;
			}
			.hero .text{
				letter-spacing: 0em;
			}
			.hero .ex{
				margin: 0;
				justify-content: space-between;
			}
			.hero .ex li{
				flex-basis: 32%;
			}
			.hero .text span{
				text-align: left;
			}
			.hero .left p span:last-child{
				font-size: 2.5em;
			}
			.hero .right .ms-ys03{
				margin: 0 0 0 auto;
				display: inherit;
			}
			
			/*------------------------------
			  メインナビ
			-------------------------------*/
			.nav ul{
				width: 90%;
				margin: 0 auto 2rem;
			}
			.nav li{
				flex-basis: 20%;
				max-width: 20%;
				border-bottom: none;
				text-align: center;
				display: flex;
			}
			.nav li ~ li{
				border-left: 1px solid #ddd;
			}
			.nav a{
				align-self: center;
			}
			.nav li:last-child a{
				line-height: 3em;
			}
			
			/*------------------------------
			  見出し
			-------------------------------*/
			.inner h2{
				font-size: 4rem;
				margin: 15rem 0 6rem;
			}
			.inner .sub01 h2{
				margin: 5rem 0 0;/*CM無い時期だけ*/
			}
			/*------------------------------
			  スチーム流水解凍で
			-------------------------------*/
			.s1 .s1-wrap01{
				background: url(images/s1-bg.jpg) no-repeat top center;
				background-size: cover;
				padding: 0; /*CM無い時期だけ*/
			}
			.s1 .s1-wrap02{
				background-color: #f8f8f8;
			}
			
			*/
			.s1-wrap02 .sub02{
				max-width: 85%;
				margin: 0 auto;
			}
			.sub03{
				padding: 5rem 0;
			}
			
			/*------------------------------
			  柔らかさ・美味しさにこだわり
			-------------------------------*/
			.s2 .sub01{
				width: 90%;
				margin: 0 auto 5rem;
				display: flex;
				flex-wrap: wrap;
			}
			.s2 .sub01 .mode01{
				/*background-size: 100%;*/
			}
			.s2 .sub01 .mode02,
			.s2 .sub01 .mode03{
				flex-basis: 50%;
			}
			.s2 .sub01 li{
				position: relative;
			}
			.s2 .sub01 .mode01 p{
				position: absolute;
				top: 0;
				right: 0;
				width: 40%;
				margin: 0;
				padding: 5rem 3%;
				text-align: left;
			}
			.s2 .sub01 .mode02 p,
			.s2 .sub01 .mode03 p{
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				margin: 0;
				padding: 2rem;
				text-align: left;
			}
			.s2 .sub01 span{
				font-size: 3rem;
				letter-spacing: 0em;
				display: inline-block;
				line-height: 1;
			}
			.s2 .sub01 span:first-child{
				background: linear-gradient(transparent 80%, rgba(0,0,0,0.1) 20%);
				border-bottom: none;
			}
			.s2 .sub01 span.font-small{
				font-size: 1em;
			}
			
			.s2 .modes{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				padding: 3rem 0 20rem;
			}
			.s2 .modes dl{
				flex-basis: 49%;
				text-align: left;
				font-size: 1.8rem;
			}
			.s2 .modes ul{
				justify-content: space-between;
				width: 100%;
			}
			.s2 .modes ul li {
				flex-basis: 20%;
			}
			/*.s3 .inner{
				background: url(images/s3-bg.png) no-repeat left top 15rem;
			}*/
			.s3 ul{
				width: 80%;
				margin: 0 auto;
			}
			.s3 ul li span{
				font-size: 1.5em;
			}
			.s4{
				padding: 5rem 0 20rem;
			}
			.s5 .inner{
				width: 95%;
				margin: 0 auto;
			}
			.s5 .s5-sub01{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
			.s5 .flex-wrapper,
			.s5 .icon{
				flex-basis: 35%;
			}
			.s5 .s5-table{
				flex-basis: 63%;
			}
			.s5 .flex-wrapper{
				order: 1;
				align-content: flex-start;
			}
			.s5 .s5-table{
				order: 2;
			}
			.s5 .icon{
				order: 3;
			}
			.s5 .flex-wrapper > *{
				flex-basis: 100%;
			}
			.s5 .view-mini{
				padding: 1rem 0;
				flex-wrap: nowrap;
			}
			.s5 .view-mini li{
				overflow: hidden;
				
			}
			/*
			.s5 .s5-table td:last-child{
				width: 50%;
			}
			*/
			.s5 .s5-table .kome{
				text-align: left;
			}
			.s5 .s5-sunpo{
				display: flex;
				justify-content: space-between;
			}
			.s5 .s5-sunpo > *{
				flex-basis: 48%;
			}
			.s5 .option dl{
				width: 280px;
				height: 280px;
				border-radius: 150px;
			}
			.s5 .option dl{
				font-size: 1.8rem;
			}
			.s5 table td{
				font-size: inherit;
			}
			.plaza-link	{
				display: flex;
				flex-flow: row-reverse wrap;
				justify-content: center;
				max-width: 1280px;
				margin: 5% auto;
			}
			.plaza-bn{	
				align-self:center;
				flex-basis: 50%;
			}
			.plaza-txt{	
				align-self:center;
				flex-basis: 50%;
				text-align: right;
			}
			.plaza-bn img{
				max-width: 446px;
			}
}
/*1080px以上*/
@media screen and (min-width: 1080px) {
				.hero .left p{
					font-size: 2.5rem;
				}
				.s1 .s1-wrap01{
					padding: 10rem 0;
					padding: 0; /*CM無い時期だけ*/
				}
				.s1 .s1-wrap01 .inner p{
					position: absolute;
					bottom: 1em;
					width: 85%;
					left: 0%;
					right: 0%;
					text-align: center;
					padding: 1rem;
					border-radius: 1rem;
				}
				.s2 .sub01 span{
					font-size: 5rem;
				}
				.s3 .inner{
					background: url(images/s3-bg.png) no-repeat left top 27rem;
				}
				.s3 ul{
					width: 65%;
					margin: 0 0 0 auto;
				}
				.s5 .icon li{
					padding: 1rem;
				}
}