@charset "utf-8";

/* ------ Slider ------ */
.vegas-container {
	position:absolute !important;
	width: 100% !important;
	height: 100% !important;
	left:0;
	top:0;
	z-index:0;
}
.vegas-overlay {
	background-color: transparent;
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 2px;
}

.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	-webkit-justify-content: flex-start;
	justify-content:  flex-start;
	z-index:1;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.draggable{
	cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	overflow:hidden;
	opacity:1 !important;
}
.slick-slide{
	min-height: 1px;
	height:auto;
	opacity:1 !important;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	height: auto;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-prev:hover,
.slick-next:hover{
	color: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
	opacity: .25;
}
.slide_arrow{
}
.slick-next{
	right:0;
}
.slick-prev{
	left:0;
}
.slick-dots-box{
	position: absolute;
	bottom:-30px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height:10px;
}
.slick-dots{
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:before{
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	text-align: center;
	background-color: #b3b3b3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before{
	background-color: #d90000;
}
.slick-arrow-box{
	position: absolute;
	z-index: 1;
	max-width: 1040px;
	width: 100%;
	top: 50%;
	margin: 0 auto;
	left: -100%;
	right: -100%;
	height: 0;
}
.slick-arrow{
}
.slick-next{
	right:0;
}
.slick-prev{
	left:0;
}
.slick-next,
.slick-prev{
	font-size:23px;
	height:1.739em;
	width:1.739em;
	position:absolute;
	cursor:pointer;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 1;
	top:50%;
	margin-top:-0.87em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color:#d90000;
}
.slick-next:hover,
.slick-prev:hover{
	opacity:0.6;
}
.slick-next i,
.slick-prev i{
	color:#eae4d1;
	font-size:1em;
	line-height:1em;
	height:1em;
	width:1em;
	margin:0;
}

@media only screen and (max-width: 640px) {
	/* ------ Slider ------ */
	.slick-dots{
		bottom:-6.25vw;
	}
	.slick-dots li{
		font-size: 3.125vw;
		width: 3.125vw;
		height: 3.125vw;
		margin: 0 0.5em;
	}
	.slick-dots li button:before{
		font-size: 3.125vw;
		line-height: 3.125vw;
		width: 3.125vw;
		height: 3.125vw;
	}
}


/* ------ Loader ------ */
#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99998;
	width:100%;
	height:100%;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color:rgba(255,255,255,1);
}
#preloader .animated{
	height:100px;
	width:100px;
	background-color: transparent;
	background-image: url(../../img/home/loader.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.flashtime{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

/* ------------------------------------------------------------------------- *
 *	PC : 641px < Window Size
/* ------------------------------------------------------------------------- */
@media print,screen and (min-width: 641px) {

	/* ------ Header ------ */
	#header{
		position:relative;
		z-index:100;
		height:100% !important;
	}
	#header .header{
		height:100% !important;
		position:relative;
	}
	.vegas-container{
		height:100% !important;
	}
	.vegas-wrapper{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
	}
	.vega .tbox{
		width:100%;
		margin:0 auto;
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		padding:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.vega .tbox h1{
		margin-bottom:20px;
		line-height:1em;
		color:#fff;
	}
	.vega .tbox .vtxt{
		margin:40px 40px 0 auto;
		max-width:435px;
		min-width:350px;
		width:31.071%;
	}
	.vega .tbox .contact{
		margin:20px auto 0 20px;
		max-width:252px;
		min-width:200px;
		width:18%;
	}
	.vega .bbox{
		width:100%;
	}
	.vega .link{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		        justify-content: center;
		        flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		        align-items: stretch;
		-webkit-align-items: stretch;
		margin: 0 auto 20px;
	}
	.vega .link li{
		max-width:325px;
		width:23.214%;
		margin:0 10px;
		min-width:195px;
	}
	.vega .link li{
		text-align:center;
	}
	.vega .link li a{
		display: block;
		height: 100%;
	}
	.vega .link li .ttl_wb{
		text-align:center;
		background-color:#d90000;
		font-size:18px;
		line-height:1em;
		padding:8px 0;
		height: 35px;
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		        justify-content: center;
		        align-items: center;
		-webkit-align-items: center;
		margin:0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.vega .link li .logo{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		        justify-content: center;
		        align-items: center;
		-webkit-align-items: center;
		padding: 9px 0 10px;
		background-color: #fff;
		height: calc(100% - 35px);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.vega .link li .logo img{
		width:85.231%;
		opacity: 1 !important;
	}
	.vega .link li a[href*="www.maruyo-food.com"] .logo img{
		width: 65%;
	}
	header .top-header{
		display:none;
		background-color:#d90000;
	}
	.top-header .menu{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		width:100%;
	}
	.top-header .menu > li:first-child{
		border-left:1px solid #b10c15;
		width:16.8%;
	}
	.top-header .menu > li:last-child{
		width:16.8%;
	}
	.top-header .menu > li{
		width:16.6%;
		border-right:1px solid #b10c15;
		position:relative;
	}
	.top-header .menu > li > a{
		padding:23.5px 0;
		display: block;
		position:relative;
		text-align:center;
		z-index: 9999;
	}
	.top-header .menu > li > a span{
		display:block;
		line-height:1em;
		text-align:center;
	}
	.top-header .menu > li > a .jp{
		color:#fff;
		font-size:16px;
		margin-bottom:5px;
	}
	.top-header .menu > li > a .en{
		color:#fff462;
		font-size:12px;
	}
	.top-header .menu > li.mega-hover .sub-menu{
		display:block;
	}
	.top-header .menu .sub-menu{
		position: relative;
		z-index: 1;
		display:none;
		font-size: 1.143em;
	}
	.top-header:not(.on) .menu .sub-menu{
		margin-bottom: 0.94em;
	}
	.top-header.on .menu .sub-menu{
		margin-top: 0.94em;
	}
	.top-header:not(.on) .menu .sub-menu:after{
		content: "";
		border-style: solid;
		border-width: 1em 1em 0 1em;
		border-color: #d90000 transparent transparent transparent;
		height: 0;
		width: 0;
		display: block;
		position: absolute;
		left: 50%;
		bottom: -1em;
		margin-left: -1em;
	}
	.top-header.on .menu .sub-menu:after{
		content: "";
		border-style: solid;
		border-width: 0 1em 1em 1em;
		border-color: transparent transparent #d90000 transparent;
		height: 0;
		width: 0;
		display: block;
		position: absolute;
		left: 50%;
		top: -1em;
		margin-left: -1em;
	}
	.top-header .menu > li .sub-container{
		position: absolute;
		left: -100%;
		right: -100%;
		margin: 0 auto;
		width: 100%;
	}
	.top-header.on .menu > li .sub-container{
		top: 100% !important;
	}
	.top-header:not(.on) .menu > li .sub-container{
		top: auto !important;
		bottom: 100%;
	}
	.top-header .menu > li.mega-hover .sub-container{
		z-index:1 !important;
	}
	.top-header .menu > li.m3 .sub-container{
		width: 14em;
	}
	.top-header .menu .sub-menu li a{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		padding: 0.875em;
		text-align: left;
		background-color: #d90000;
		color: #fff;
		transform: rotate(0.001deg);
		font-size: 1em;
		white-space: nowrap;
		position: relative;
		line-height: 1em;
		opacity:1 !important;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border-top: 1px solid #d90000;
		border-left: 1px solid #d90000;
		border-right: 1px solid #d90000;
		border-bottom: 1px solid #fff;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-weight:bold;
	}
	.top-header .menu .sub-menu li:first-child a{
		-moz-border-radius: 0.5em 0.5em 0 0;
		-webkit-border-radius: 0.5em 0.5em 0 0;
		border-radius: 0.5em 0.5em 0 0;
	}
	.top-header .menu .sub-menu li:last-child a{
		-moz-border-radius: 0 0 0.5em 0.5em;
		-webkit-border-radius: 0 0 0.5em 0.5em;
		border-radius: 0 0 0.5em 0.5em;
		border-bottom: 1px solid #d90000;
	}
	.top-header .menu .sub-menu li a:hover{
		color: #d90000;
		transform: rotate(0.001deg);
		background-color:#fff;
		border:1px solid #d90000 !important;
		font-weight:bold;
	}
	.top-header .menu .sub-menu li a:before{
		content:"\f0da";
		font-family: "FontAwesome";
		color: #fff462;
		font-size: 1em;
		margin-right: 0.31em;
	}
	header #nav-header{
		-moz-transition: margin-top 0.3s ease;
		-ms-transition: margin-top 0.3s ease;
		-webkit-transition: margin-top 0.3s ease;
		transition: margin-top 0.3s ease;
	}
	header:not(.on) #nav-header{
		margin-top:-150px;
	}

	/* ------ Body ------ */
	body {
		height: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	/* TOPスライダー */
	#slider{
		width:100%;
		margin:40px auto 70px;
		position:relative;
	}
	#slider .slick-slide{
		margin:0 20px;
	}

	/* お知らせ＆イベント情報 */
	section#bloc1{
		margin-bottom:70px;
	}
	#bloc1 .inner{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#bloc1 #news{
		width:62%;
	}
	#news .ttl{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		position:relative;
		margin-bottom:20px;
	}
	#news .ttl .btn_min{
		position:absolute;
		right:0;
		top:0;
		z-index:1;
	}
	#fb-box{
		width:32%;
	}
	#news .newsbox{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#news .newsbox li{
		width:48.387%;
	}
	#news .newsbox li a{
		display:block;
	}
	#news .newsbox li .img{
		margin-bottom:15px;
	}
	#news .newsbox li .date{
		color:#d90000;
		line-height:1em;
		text-align:center;
		margin:0 auto 5px;
		display:block;
	}
	#news .newsbox li .ttl_b{
		font-size:1.143em;
		text-align:center;
		display:block;
	}

	/* 商品情報＆ブログ */
	section#bloc2{
		margin-bottom:70px;
	}
	#bloc2 .inner{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#bloc2 #product{
		width:62%;
	}
	#product .ttl{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		position:relative;
		margin-bottom:20px;
	}
	#product .ttl .btn_min{
		position:absolute;
		right:0;
		top:0;
		z-index:1;
	}
	#blog{
		width:32%;
		margin-left: auto;
		margin-bottom: 60px;
	}
	#blog .ttl{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		position:relative;
		margin-bottom:20px;
	}
	#blog .ttl .btn_min{
		position:absolute;
		right:0;
		top:0;
		z-index:1;
	}
	#blog a .sttl{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom:10px;
	}
	#blog a .sttl .date{
		color:#d90000;
		margin-right:10px;
		white-space: nowrap;
	}
	#blog a .sttl h3{
		margin-bottom:0;
	}
	#blog a .txt{
		text-align:left;
		word-break: break-all;
		line-height:1.6em;
	}
	#blog .blogbox li{
		padding-bottom:15px;
		margin-bottom:15px;
		background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 5px, transparent 5px, transparent 5px);
		background-size: 6px 1px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	#blog .blogbox li:last-child{
		margin-bottom:0;
	}
	#product .productbox{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#product .productbox li{
		width:31.29%;
	}
	#product .productbox li a{
		display:block;
	}
	#product .productbox li .img{
		margin-bottom:15px;
	}
	#product .productbox li .ttl_b{
		font-size:1.143em;
		text-align:center;
		display:block;
		margin:0 auto 10px;
	}
	#product .productbox li .txt{
		text-align:left;
		word-break: break-all;
		line-height:1.6em;
	}

	#bloc3{
		margin-bottom:100px;
	}
	#link{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#link li{
		width:32%;
		margin-bottom:20px;
	}
	#link li:nth-last-child(-n+3){
		margin-bottom:0;
	}
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 641px) {
	.top-header .menu .sub-menu li a{
		transform: none;
		-webkit-text-stroke: rgba(255,255,255,0.5);
	}
	.top-header .menu .sub-menu li a:hover{
		transform: none;
		-webkit-text-stroke: rgba(217,0,0,0.5);
	}
}

/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 1040px > 641px
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 1040px) and (min-width: 641px) {
	/* ------ Body ------ */
	section#main .btn_recruit li a br{
		display:none;
	}
	#news .ttl_bline .lbl{
		width:13.548%;
	}
	#product .ttl_bline .lbl{
		width:49.355%;
	}
	#blog .ttl_bline .lbl{
		width:21.563%;
	}
}
/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 800px > 641px
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) and (min-width: 641px) {
	/* ------ Header ------ */
	.top-header .menu .sub-menu{
		font-size:1em;
	}
	.top-header .menu .sub-menu li a{
		padding:0.714em !important;
	}
	.top-header .menu > li > a .jp{
		font-size:15px !important;
		letter-spacing:-1px !important;
		white-space:nowrap;
	}
	.top-header .menu > li > a .en{
		font-size:11px !important;
	}
}

/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 640px > 0
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

	/* ------ Header ------ */
	#header{
		position:relative;
		z-index:100;
		height:100% !important;
	}
	#header .header{
		height:100% !important;
		position:relative;
	}
	.vegas-container{
		height:100% !important;
	}
	.vegas-wrapper{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
	}
	.vega .tbox{
		width:100%;
	}
	.vega .tbox h1{
		width:100%;
		font-size:3.25vw;
		line-height:1em;
		color:#fff;
		background-color:#333;
		height:6.25vw;
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}
	.vega .tbox .vtxt{
		margin:14.844vw auto 0;
		padding-top:2.286vh;
	}
	.vega .tbox .vtxt p{
		width:78.281vw;
		height:auto;
		text-align: center;
		margin:0 auto  6.857vh;
	}
	.vega .tbox .tel a{
		width:39.375vw;
		height:auto;
		display:block;
		margin:0 auto;
	}
	.vega .tbox .vtxt img,
	.vega .tbox .tel a img{
		width:100%;
		height:auto;
	}
	.vega .tbox .scroll{
		position:absolute;
		left:0;
		right:0;
		bottom:4.571vh;
		width:11.719vw;
		height:auto;
		margin:0 auto;
	}
	.vega .tbox .scroll a{
		display:block;
	}

	body {
		height: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	/* TOPスライダー */
	#slider{
		width:100%;
		padding-top: 6.25vw;
		margin:0 auto 15.625vw;
		position:relative;
	}
	#slider .slick-slide{
		margin:0 3.125vw;
	}

	/* お知らせ＆イベント情報 */
	section#bloc1{
		margin-bottom:9.375vw;
	}
	#bloc1 #news{
		width:100%;
	}
	#bloc1 .btn .btn_big.fb{
		margin-top:3.125vw;
	}
	#news .ttl_bline{
		margin-bottom:6.25vw;
	}
	#news .ttl_bline img{
		width:18.125vw;
	}
	#news .newsbox{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		margin-bottom:5.469vw;
	}
	#news .newsbox li{
		width:48.333%;
	}
	#news .newsbox li a{
		display:block;
	}
	#news .newsbox li .img{
		margin-bottom:3.125vw;
	}
	#news .newsbox li .date{
		color:#d90000;
		line-height:1em;
		text-align:center;
		display:block;
		font-size:3vw;
		margin-bottom:0.26em;
	}
	#news .newsbox li .ttl_b{
		text-align:center;
		display:block;
		margin:0;
	}

	/* 商品情報＆ブログ */
	section#bloc2{
		margin-bottom:9.375vw;
	}
	#bloc2 .inner{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column-reverse wrap;
		-webkit-flex-flow: column-reverse wrap;
		align-items: center;
		-webkit-align-items: center;
	}
	#bloc2 #product{
		width:100%;
	}
	#blog{
		width:100%;
		margin-bottom:9.375vw;
	}
	#blog .ttl_bline{
		margin-bottom:6.25vw;
	}
	#blog .ttl_bline img{
		width:15vw;
	}
	#blog a .sttl .date{
		color:#d90000;
		margin-bottom:0.67em;
		line-height:1em;
		white-space: nowrap;
	}
	#blog a .sttl h3{
		margin-bottom:0.446em;
	}
	#blog a .txt{
		text-align:left;
		word-break: break-all;
	}
	#blog .blogbox{
		margin-bottom:6.25vw;
	}
	#blog .blogbox li:not(:last-child){
		padding-bottom:0.67em;
		margin-bottom:0.77em;
		background-image: linear-gradient(to right, #b3b3b3, #b3b3b3 4px, transparent 4px, transparent 4px);
		background-size: 6px 1px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	#product .ttl_bline{
		margin-bottom:6.25vw;
	}
	#product .ttl_bline img{
		width:66.563vw;
	}
	#product .productbox{
		margin-bottom:6.25vw;
	}
	#product .productbox li{
		width:100%;
	}
	#product .productbox li:not(:last-child){
		margin-bottom:3.125vw;
	}
	#product .productbox li a{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
	}
	#product .productbox li .img,
	#product .productbox li .tbox{
		width:48.333%;
	}
	#product .productbox li .ttl_b{
		text-align:center;
		display:block;
		margin-bottom:0.67em;
	}
	#product .productbox li .txt{
		text-align:left;
		word-break: break-all;
	}

	#bloc3{
		padding-bottom:9.375vw;
	}
	#link{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#link li{
		width:48.333%;
		margin-bottom:3.125vw;
	}
	#link li:nth-last-child(-n+2){
		margin-bottom:0;
	}
}

/* ------------------------------------------------------------------------- *
/* 横向きの場合のスタイル */
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) and (orientation: landscape) {
	.vega .tbox .vtxt{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.vega .tbox .vtxt p{
		width:59.375vw;
		margin:0 3.2vw;
	}
	.vega .tbox .tel a{
		width:31.25vw;
		margin:0 3.2vw;
	}
}


@media only screen and (max-width: 640px) {
	.home_sp_banner{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		margin: 0 auto 3.125vw;
		padding: 17.969vw 3.125vw 0;
		gap: 6.25vw;
	}

	.home_sp_banner li{
		width: 100%;
		margin: 0;
		display: block;
	}
	.home_sp_banner li{
		text-align: center;
	}
	.home_sp_banner li .ttl_wb{
		font-size: 1em;
		font-weight: normal;
		line-height: 1em;
		display: block;
		margin: 0;
		padding: 0.5em 0 0.3em;
		text-align: center;
		background-color: #d90000;
	}
	.home_sp_banner li .logo{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		        justify-content: center;
		        align-items: center;
		-webkit-align-items: center;
		padding: 1em 0 0.8em;
		background-color: #fff;
	}
	.home_sp_banner li .logo img{
		width: 60%;
		opacity: 1 !important;
	}
	.home_sp_banner li a[href*="www.maruyo-food.com"] .logo img{
		width: 50%;
	}
}
