@charset "UTF-8";

/*style上書き
---------------------------------------------------------- */
#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



@media screen and (max-width: 750px) {
	
	.news_block .tab_area .tab_list {
		display: none;
	}
}



/*main
---------------------------------------------------------- */
#main_slide_block {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background: url(/assets/front/img/common/loading.gif) center no-repeat;
}

#main_slide_block:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -495px;
	z-index: 10;
	background-color: rgba(255,255,255,0.7);
}

#main_slide_block:after {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -495px;
	z-index: 10;
	background-color: rgba(255,255,255,0.7);
}

#main_slide_block .main_slide {
	display: none;
	width: 990px;
	margin: 0 auto;
}

#main_slide_block .main_slide ul {
	margin-left: -20px;
}

#main_slide_block .main_slide li {
	margin-left: 20px;
}

#main_slide_block .main_slide li a {
	display: block;
	position: relative;
}

#main_slide_block .main_slide li a .new_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 125px;
	color: #ffe700;
	font-size: 2.5rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 700;
	color: #df7132;
	letter-spacing: 0.1em;
	z-index: 10;
	background: url(../img/common/ribon_bg02.png) right center no-repeat;
}

#main_slide_block .main_slide li a .new_icon span {
	display: inline-block;
	padding: 78px 45px;
	transform-origin: left center;
	transform: rotate(-45deg);
}

#main_slide_block .main_slide_marker {
	width: 1140px;
	margin: 15px auto 0;
	display: none;
}

#main_slide_block .main_slide_marker ul{
	text-align: center;
	letter-spacing: -0.5em;
}

#main_slide_block .main_slide_marker ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8e8d87;
}

#main_slide_block .main_slide_marker ul li.current{
	background: #df7132;
}

#main_slide_block .main_slide_marker ul li:first-child{
	margin-left: 0;
}

#main_slide_block .main_slide_marker ul li:hover{
	cursor: pointer;
}



@media screen and (min-width: 751px) {

	#main_slide_block {
		min-height: 434px;
		margin-bottom: 35px;
	}
	.main_slide li {
		width: 990px;
		height: 400px;
	}
}



@media screen and (max-width: 750px) {
	
	#main_slide_block {
		min-height: 180px;
		background-size: 100px auto;
	}
	
	#main_slide_block .main_slide,
	#main_slide_block .main_slide_marker {
		width: 100%;
	}
	#main_slide_block .main_slide {
		display: block !important;
	}
	
	#main_slide_block:before,
	#main_slide_block:after {
		display: none;
	}
	
	#main_slide_block .main_slide ul,
	#main_slide_block .main_slide li {
		margin-left: 0 !important;
	}
	
	#main_slide_block .main_slide li {margin-top:-500px}
	
	#main_slide_block .main_slide.slide_load li {margin-top:0}
	
	#main_slide_block .main_slide li img {
		width: 100%;
		height: auto;
	}
	
	#main_slide_block .main_slide li a .new_icon {
		width: 80px;
		height: 80px;
		font-size: 1.8rem;
		background: url(../img/common/ribon_bg02.png) right center no-repeat;
		background-size: 80px auto;
		display: block !important;
	}
	
	#main_slide_block .main_slide li a .new_icon span {
		padding: 50px 28px;
	}
	
}



/*news
---------------------------------------------------------- */
.top_news {
	width: 1140px;
	margin: 50px auto 70px;
}

.top_news .ttl_area {
	margin-bottom: 50px;
	padding: 15px;
	position: relative;
}

.top_news .ttl_area h2 {
	text-align: center;
	font-size: 4rem;
	letter-spacing: .05em;
	line-height: 1.0;
}

.top_news .ttl_area h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #df7132;
	line-height: 1;
	word-break: break-all;
}

.top_news  h3 {
	padding: 0 0 10px;
	margin-bottom: 22px;
	font-size: 2.2rem;
	border-bottom: 1px solid #ddd;
}

.top_news  h3 span {
	display: inline-block;
	padding: 2px 0 2px 25px;
	background: url(../img/common/icon_arrow04.png) left 6px no-repeat;
	background-size: 16px auto;
}

.top_news h3 a {
	display: inline-block;
}

.top_news h3 a:hover {
	opacity: 0.6;
	transition: all 0.3s ease;
}
.top_news h3 a:hover span {
	text-decoration: underline;
	transition: all 0.3s ease;
}


.top_news_inner {
	display: flex;
	justify-content: space-between;
	margin-left: -30px;
	margin-right: -30px;
	
}

.top_news_inner .news_list p {
	float: none;
	margin-bottom: 10px;
	font-weight: 700;
}

.top_news_inner .latest_block {
	width: 40%;
	padding-left: 30px;
	padding-right: 30px;
}

.top_news .tab_content {
	padding: 0;
}

.top_news_inner .release_block {
	width: 60%;
	padding-left: 30px;
	padding-right: 30px;
}



@media screen and (max-width: 750px) {
	.top_news {
		width: 100%;
		padding: 0 3%;
		margin: 40px auto;
	}
	
	.top_news .ttl_area {
		margin-bottom: 30px;
		padding: 0;
		border-bottom: none;
	}
	
	.top_news .ttl_area h2 {
		font-size: 2.8rem;
	}
	
	.top_news .ttl_area h2 span {
		font-size: 1.5rem;
	}
	
	.top_news h3 {
		display: none;
	}
	
	.news_block {
		width: 100%;
		margin: 0 auto;
	}

	.top_news_inner {
		display: block;
		margin-left: 0;
		margin-right: 0;
		
	}
	
	.top_news_inner .news_list p {
		float: none;
		margin-bottom: 5px;
	}
	
	.top_news_inner .latest_block,
	.top_news_inner .release_block {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	/* .top_news_inner .news_list li:last-child {
		display: none;
	} */

	.top_news_inner .release_block {
		margin-bottom: 50px;
	}
	
	.top_news .tab_content {
		padding: 0;
	}
	
	.top_news .news_block .btn_list {
		margin-top: 30px;
	}
	.top_news .news_block .btn_list li {
		width: 58%;
	}
}



/*pickup
---------------------------------------------------------- */
.top_pickup {
	clear: both;
	padding: 50px 0;
	background: #f7f5f3;
	position: relative;
}

.top_pickup .ttl_area {
	position: absolute;
	top: -18.5px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9998;
}

.top_pickup .ttl_area_block {
	width: 430px;
	margin: 0 auto 30px;
	position: relative;
}

.top_pickup .ttl_area_block:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	right: 100%;
	border-width: 19px;
	border-style: solid;
	border-color: #df7132;
	border-left-color: transparent;
}

.top_pickup .ttl_area_block:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	border-width: 19px;
	border-style: solid;
	border-color: #df7132;
	border-right-color: transparent;
}

.top_pickup .ttl_area_box h2 {
	padding: 0 10px;
	line-height: 38px;
	color: #fff;
	font-size: 2.6rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	word-break: break-all;
	background: #df7132;
}

.top_pickup_block {
	width: 1140px;
	margin: 0 auto;
}

.pickup_list .x1 {
	width: 960px;
	margin: 0 auto;
}

.pickup_list .x2,
.pickup_list .x3 {
	margin-left: -10px;
}

.pickup_list .x1 li {
	background: #fff;
}

.pickup_list .x2 li {
	float: left;
	width: 565px;
	margin-left: 10px;
	background: #fff;
}

.pickup_list .x3 li {
	float: left;
	width: 373px;
	margin-left: 10px;
	background: #fff;
}

.pickup_list .x1 li a,
.pickup_list .x2 li a {
	display: table;
	overflow: hidden;
}

.pickup_list .x3 li a {
	display: block;
	position: relative;
}

/*.pickup_list .x3 li a:before {
	position: absolute;
	top: 0;
	left: -0.5px;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	z-index: 10;
	background: #dcdcdc;
}

.pickup_list .x3 li:first-child a:before {
	display: none;
}*/

.pickup_list .x1 li .ph,
.pickup_list .x1 li .txt,
.pickup_list .x2 li .ph,
.pickup_list .x2 li .txt {
	display: table-cell;
	vertical-align: top;
}

.pickup_list .x1 li .ph,
.pickup_list .x2 li .ph {
	width: 50%;
}

.pickup_list .x1 li .ph,
.pickup_list .x1 li .txt {
	vertical-align: middle;
}

.pickup_list li .ph div {
	border-right: 1px solid #ebebeb;
}

.pickup_list li a:hover {
	opacity: 0.6;
	transition: all 0.3s ease;
}

.pickup_list li .ph h4 {
	display: none;
}

.pickup_list li .txt {
	padding: 20px 25px;
}

.pickup_list li .txt h4 {
	margin-bottom: 8px;
	color: #df7132;
	font-size: 1.6rem;
	font-weight: bold;
}

.pickup_list .x1 li .txt h4,
.pickup_list .x2 li .txt h4 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.pickup_list .x2 li .txt h4 {
	margin-bottom: 15px;
}

.pickup_list li .txt h4 span {
	display: inline-block;
	padding: 2px 0 2px 25px;
	background: url(../img/common/icon_arrow04.png) left 4px no-repeat;
	background-size: 19px auto;
}

.pickup_list .x1 li .txt h4 span,
.pickup_list .x2 li .txt h4 span {
	background: url(../img/common/icon_arrow04.png) left 6px no-repeat;
	background-size: 19px auto;
}

.pickup_list li .txt p {
	line-height: 2;
	font-size: 1.2rem;
}

.pickup_list .x3 li .txt p {
	line-height: 1.8;
}

.pickup_link_none {background: none !important;}
.pickup_link {
	margin-top: 10px;
}
.pickup_link a {
	background: url(../img/common/icon_arrow04.png) left 4px no-repeat;
	padding: 2px 0 2px 25px;
	background-size: 19px auto;
	font-size: 1.3rem;
}


@media screen and (max-width: 750px) {
	
	.top_pickup {
		padding: 35px 0 20px;
	}
	
	.top_pickup .ttl_area {
		width: calc(100% - 76px);
	}
	
	.top_pickup .ttl_area_block {
		width: 100%;
	}
	
	.top_pickup .ttl_area_box h2 {
		font-size: 2rem;
	}
	
	.top_pickup_block {
		width: 94%;
		margin: 0 auto;
	}
	
	.pickup_list .x1 {
		width: 100%;
	}
	
	.pickup_list .x2,
	.pickup_list .x3 {
		margin-left: 0;
	}
	
	.pickup_list li {
		float: none !important;
		width: 100% !important;
		margin: 3px 0 0 !important;
	}
	
	.pickup_list li:first-child {
		margin: 0 !important;
	}
	
	.pickup_list .x1 li .ph,
	.pickup_list .x2 li .ph {
		width: 100%;
	}
	
	.pickup_list .x3 li a:before {
		display: none;
	}
	
	.pickup_list .x1 li .ph,
	.pickup_list .x1 li .txt,
	.pickup_list .x2 li .ph,
	.pickup_list .x2 li .txt {
		display: block;
	}
	
	.pickup_list li .ph {
		border-bottom: 1px solid #ebebeb;
	}
	
	.pickup_list li a:hover .ph img {
		transform: inherit;
	}
	
	.pickup_list li .ph div, 
	.pickup_list li .ph h4 {
		display: table-cell;
		vertical-align: middle;
	}
	
	.pickup_list li .ph div {
		width: 50%;
	}
	
	.pickup_list li .ph h4 {
		padding: 10px 30px 10px 20px;
		color: #df7132;
		font-size: 1.5rem;
		font-weight: bold;
		background: url(../img/common/icon_arrow01.png) 94% center no-repeat;
		background-size: 8px auto;
	}
	
	.pickup_list li .txt {
		padding: 20px;
	}
	
	.pickup_list li .txt h4 {
		display: none;
	}
	
	.pickup_list li .txt p {
		line-height: 1.8;
	}

	.pickup_list .x3 li .txt p {
		line-height: 1.6;
	}

}



/*info
---------------------------------------------------------- */
.top_info {
	padding: 80px 0;
	overflow:hidden;
	background: #fff;
}

.top_info_block {
	width: 1090px;
	margin: 0 auto;
}

.top_info_block h2 {
	margin-bottom: 30px;
	font-size: 2.7rem;
	text-align: center;
	line-height: 1.4;
}

.top_info_block h2 .en {
	display: block;
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.1em;
	word-break: break-all;
	line-height: 1;
	color: #df7132;
}

.top_info_block h2 .en span {
	display: inline-block;
	padding: 0 3px;
	font-size: 1.2rem;
	font-family: "Times New Roman", Times, serif;
}

.top_info_product {
	float: left;
	width: 520px;
	position: relative;
}

.top_info_product .bg_item01 {
	position: absolute;
	left: -110px;
	top: 20px;
}

.top_info_product .bg_item01 img {
	width: 140px;
	height: auto;
}

.top_info_restaurant {
	float: right;
	width: 520px;
	position: relative;
}

.top_info_restaurant .bg_item01 {
	position: absolute;
	right: -255px;
	top: 60px;
	z-index: 10;
}

.top_info_restaurant .bg_item01 img {
	width: 330px;
	height: auto;
}

.top_info_restaurant .bg_item02 {
	position: absolute;
	right: -160px;
	top: 260px;
}

.top_info_block nav {
	clear: both;
}

.top_info_block nav ul {
	border-top: 1px solid #ccc;
	/* background: url(../img/common/line_bg01.png) center center repeat-y; */
}

.top_info_block nav li {
	float: left;
	display: table;
	width: 50%;
	text-align: center;
	position: relative;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.top_info_block nav li .nav_sub {
	display: none;
	width: 200px;
	position: absolute;
	top: 59px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	z-index: 100;
}

.top_info_block nav li .nav_sub .nav_sub_box {
	position: relative;
}

.top_info_block nav li .nav_sub .nav_sub_box:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	z-index: 100;
	border: 8px solid transparent;
	border-bottom: 8px solid #df7132;
}

.top_info_block nav li .nav_sub .nav_sub_box ul li {
	background: #fff;
}

.top_info_block nav li .nav_sub ul  {
	border-top: none;
	background: none;
}

.top_info_block nav li .nav_sub ul li {
	float: none;
	width: 100%;
	border: 2px solid #df7132;
	border-top: none;
}

.top_info_block nav li .nav_sub ul li:first-child {
	border-top: 2px solid #df7132;
}

.top_info_block nav li .nav_sub ul li a {
	padding: 10px;
	color: #333 !important;
	font-size: 1.3rem;
}

.top_info_block nav li .nav_sub ul li:hover a {
	color: #fff !important;
	background: #df7132;
}

.top_info_block nav li.x1 {
	width: 100%;
	border-left: none;
}

.top_info_block nav li:nth-child(odd) {
	border-left: none;
}

.top_info_block nav li a,
.top_info_block nav li span,
.top_info_block nav li p {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	padding: 20px;
}

.top_info_block nav li.x1 a {
	padding: 15px 20px;
}

.top_info_block nav li.x1 a:hover img {
	opacity: 0.6;
	transition: all 0.3s ease;
}

.top_info_block nav li:hover a,
.top_info_block nav li:hover span {
	color: #df7132 !important;
}

.top_info_block .btn_area {
	text-align: center;
	margin-top: 30px;
}

.top_info_block .btn_area .btn_red {
	display: inline-block;
	min-width: 320px;
	max-width: 90%;
	line-height: 1.4;
	background: #df7132;
	position: relative;
}

.top_info_block .btn_area .btn_red:hover {
	background: #ecaa84;
	transition: all 0.3s ease;
}

.top_info_block .btn_area .btn_red a {
	display: block;
	padding: 16px 20px;
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	z-index: 10;
	text-align: center;
}



@media screen and (max-width: 1330px) {
	
	.top_info_product .bg_item01 {
		left: -90px;
	}
	
	.top_info_restaurant .bg_item01 {
		right: -220px;
	}
	
	.top_info_restaurant .bg_item01 img {
		width: 300px;
		height: auto;
	}
	
	.top_info_restaurant .bg_item02 {
		right: -130px;
		top: 260px;
	}
	
}



@media screen and (max-width: 750px) {
	
	.top_info {
		padding: 0;
	}
	
	.top_info_block {
		width: 100%;
	}
	
	.top_info_product,
	.top_info_restaurant {
		float: none;
		width: 100%;
	}
	
	.top_info_block h2 {
		margin-bottom: 0;
		font-size: 2rem;
		text-align: left;
		line-height: 1.3;
		font-weight: bold;
	}
	
	.top_info_block h2 .en {
		font-size: 1.4rem;
	}
	
	.top_info_block h2 .en span {
		font-size: 1.3rem;
	}
	
	.top_info_product .btn {
		border-top: 1px solid #ccc;
	}
	.top_info_product .btn,
	.top_info_restaurant .btn {
		border-bottom: 1px solid #ccc;
	}
	
	.top_info_product .btn {
		background: url(../img/top/sp_info_product_bg_item.png) left bottom no-repeat;
		background-size: contain;
	}
	
	.top_info_restaurant .btn {
		background: url(../img/top/sp_info_restaurant_bg_item.png) left bottom no-repeat;
		background-size: contain;
	}
	
	.top_info_product .btn a,
	.top_info_restaurant .btn a{
		display: block;
		padding: 70px 30px 70px 180px;
		background: url(../img/common/icon_arrow01.png) 96% center no-repeat;
		background-size: 8px auto;
	}
	
}



/*resipe
---------------------------------------------------------- */
.top_resipe {
	background: url(../img/common/texture_bg01.png) repeat;
}

.top_resipe_block {
	padding: 70px 0;
	background: url(../img/top/resipe_circle_bg.png) center center no-repeat;
}

.top_resipe_box {
	width: 1140px;
	margin: 0 auto;
}

.top_resipe_box .ttl_area {
	margin-bottom: 30px;
	text-align: center;
}

.top_resipe_box .ttl_area h2 {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 4rem;
}

.top_resipe_box .ttl_area h2 .en {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #df7132;
	word-break: break-all;
}

.top_resipe_box .ttl_area p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.top_resipe_box .btn_area {
	text-align: center;
	margin-top: 50px;
}

.top_resipe_box .btn_area .btn_red {
	display: inline-block;
	min-width: 300px;
	line-height: 1.4;
	background: #df7132;
	position: relative;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}

.top_resipe_box .btn_area .btn_red:hover {
	background: #ecaa84;
	transition: all 0.3s ease;
}

.top_resipe_box .btn_area .btn_red .bg_item01 {
	position: absolute;
	top: -15px;
	left: -110px;
}

.top_resipe_box .btn_area .btn_red .copy {
	position: absolute;
	top: 8px;
	left: -105px;
	color: #a07117;
	font-size: 1.1rem;
	font-weight: bold;
}

.top_resipe_box .btn_area .btn_red .copy:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	width: 32px;
	height: 19px;
	z-index: 100;
	background: url(../img/top/recipe_btn_bg_copy_item01.png) right center no-repeat;
}

.top_resipe_box .btn_area .btn_red .copy:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -12px;
	right: 0;
	width: 35px;
	height: 14px;
	z-index: 100;
	background: url(../img/top/recipe_btn_bg_copy_item02.png) right center no-repeat;
}
.top_resipe_box .btn_area .btn_red a {
	display: block;
	padding: 16px 40px;
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	z-index: 10;
	text-align: center;
}

.top_resipe_box .btn_area .btn_red a span {
	display: inline-block;
	padding-right: 23px;
	background: url(../img/common/icon_blank02.png) right center no-repeat;
	background-size: 14px auto;
}

.resipe_slide_block {
	width: calc(100% + 6px);
	height: auto;
	margin: 0 0 15px -3px;
	position: relative;
}

.resipe_slide_box {
	overflow: hidden;
	padding-top: 2px;
}

.resipe_slide {
	width: 1140px;
	margin: 0 auto;
}

.resipe_slide ul {
	margin-left: -15px;
}

.resipe_slide li {
	float:left;
	width: 370px;
	margin-left: 15px;
}


.resipe_slide li a {
	display: block;
	padding: 16px;
	color: #000;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	transition: all 0.5s ease;
}

.resipe_slide li a .new_icon {
	position: absolute;
	left: -3px;
	top: -3px;
	width: 66px;
	height: 66px;
	color: #ffe700;
	font-size: 1.6rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	color: #ffe700;
	letter-spacing: 0.1em;
	z-index: 1000;
	background: url(../img/common/ribon_bg01.png) right center no-repeat;
}

.resipe_slide li a .new_icon span {
	display: inline-block;
	padding: 34px 20px;
	transform-origin: left center;
	transform: rotate(-45deg);
}

.resipe_slide li .ph {
	overflow: hidden;
	width: 340px;
	height: 255px;
	margin-bottom: 12px;
	position: relative;
}

.resipe_slide li .ph img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.resipe_slide li a:hover .ph img {
	opacity: 0.6;
	transition: all 0.3s ease;
}

.resipe_slide li .txt {
	display: table;
	width: 100%;
}

.resipe_slide li .txt h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 1.6rem;
	color: #df7132;
	background: url(../img/common/icon_blank03.png) right center no-repeat;
	background-size: 14px auto;
}

.resipe_slide_pager .prev,
.resipe_slide_pager .next {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ffe700;
}

.resipe_slide_pager .prev {
	position: absolute;
	left: -78px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}

.resipe_slide_pager .next {
	position: absolute;
	right: -78px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}

.resipe_slide_pager .prev span,
.resipe_slide_pager .next span {
	display: inline-block;
	width: 58px;
	height: 58px;
	transition: background 0.3s ease;
}

.resipe_slide_pager .prev span {
	background: url(../img/common/resipe_pager_prev.png) center center no-repeat;
	background-size: 16px auto;
}

.resipe_slide_pager .next span {
	background: url(../img/common/resipe_pager_next.png) center center no-repeat;
	background-size: 16px auto;
}

.resipe_slide_pager .prev span:hover {
	background-position: -ms-calc(50% - 5px) 50%;
	background-position: calc(50% - 5px) 50%;
	transition: all 0.3s ease;
}

.resipe_slide_pager .next span:hover {
	background-position: -ms-calc(50% + 5px) 50%;
	background-position: calc(50% + 5px) 50%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1330px) {
	
	.resipe_slide_pager .prev {
		left: -25px;
	}
	
	.resipe_slide_pager .next {
		right: -25px;
	
	}
}



@media screen and (max-width: 750px) {
	
	.top_resipe_block {
		padding: 30px 0;
		background: none;
	}
	
	.top_resipe_box {
		width: 94%;
		margin: 0 auto;
	}
	
	.top_resipe_box .ttl_area {
		margin-bottom: 20px;
	}
	
	.top_resipe_box .ttl_area h2 {
		font-size: 2.8rem;
	}
	
	.top_resipe_box .ttl_area h2 .en {
		font-size: 1.5rem;
	}
	
	.top_resipe_box .ttl_area p {
		font-size: 1.3rem;
	}
	
	.top_resipe_box .btn_area {
		margin-top: 20px;
	}
	
	.top_resipe_box .btn_area .btn_red {
		width: 80%;
	}
	
	.top_resipe_box .btn_area .btn_red .bg_item01,
	.top_resipe_box .btn_area .btn_red .bg_item02,
	.top_resipe_box .btn_area .btn_red .bg_item03,
	.top_resipe_box .btn_area .btn_red .copy {
		display: none;
	}
	
	.resipe_slide {
		width: 100%;
		margin: 0 auto;
	}
	
	.resipe_slide ul {
		margin-left: 0;
	}
	
	.resipe_slide li {
		width: 50%;
		padding: 0 5px;
		margin-left: 0;
	}
	
	.resipe_slide li img {
		width: 100%;
	}
	
	.resipe_slide li a {
		padding: 10px;
	}
	
	.resipe_slide li .ph {
		width: 100%;
		height: 28vw;
	}
	
	.resipe_slide li .txt h4 {
		font-size: 1.2rem;
		background: url(../img/common/icon_blank03.png) right center no-repeat;
		background-size: 10px auto;
	}
	
	.resipe_slide_pager .prev,
	.resipe_slide_pager .next,
	.resipe_slide_pager .prev span,
	.resipe_slide_pager .next span {
		width: 40px;
		height: 40px;
	}
	
	.resipe_slide_pager .prev {
		left: 0;
	}
	
	.resipe_slide_pager .next {
		right: 0;
	}
	
	.resipe_slide_pager .prev span {
		background: url(../img/common/resipe_pager_prev.png) center center no-repeat;
		background-size: 12px auto;
	}
	
	.resipe_slide_pager .next span {
		background: url(../img/common/resipe_pager_next.png) center center no-repeat;
		background-size: 12px auto;
	}
	
	.resipe_slide_pager .prev span:hover,
	.resipe_slide_pager .next span:hover {
		background-position: -ms-calc(50%) 50%;
		background-position: calc(50%) 50%;
	}
	
	
}



/*enjoy
---------------------------------------------------------- */
.top_enjoy {
	position: relative;
	overflow: hidden;
}

.top_enjoy .background {
	position: absolute;
	top:-180px;
	left:0;
	width: 100%;
}

.top_enjoy .background img {
	position: relative;
	top: 0;
	width: 100% !important;
	height: auto !important;
}

.top_enjoy:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(000,000,000,0.45);
}

.top_enjoy_block {
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	z-index: 10;
}

.top_enjoy_block .ttl_area {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.top_enjoy_block .ttl_area h2 {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 4rem;
}

.top_resipe_box .ttl_area svg,
.top_enjoy_block .ttl_area svg {
	-ms-user-select: none;
	    user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

.top_resipe_box .ttl_area svg .wave,
.top_enjoy_block .ttl_area svg .wave {
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
	stroke-width: 4;
	transition: stroke-dashoffset 10s linear;
}

.top_resipe_box .ttl_area .inview.is-showed svg .wave,
.top_enjoy_block .ttl_area .inview.is-showed svg .wave {
	stroke-dashoffset: 0;
}

.top_resipe_box .ttl_area svg,
.top_enjoy_block .ttl_area svg {
	margin-bottom: 20px;
	width: 120px;
	height: 10px;
}

.top_enjoy_block .ttl_area h2 .en {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	word-break: break-all;
}

.top_enjoy_block .ttl_area h2 .en span {
	display: inline-block;
	padding: 0 5px;
	font-size: 1.6rem;
	font-family: "Times New Roman", Times, serif;
}

.top_enjoy_block .ttl_area p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.enjoy_list ul {
	text-align: center;
	font-size: 0;
}

.enjoy_list li {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	background: #fff;
}

.enjoy_list .x4 li {
	width: 285px;
}

.enjoy_list li a {
	display: block;
	position: relative;
}

.enjoy_list li a:before {
	position: absolute;
	top: 0;
	left: -0.5px;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	z-index: 10;
	background: #dcdcdc;
}

.enjoy_list li:first-child a:before {
	display: none;
}

.enjoy_list li .ph {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.enjoy_list li a:hover .ph img {
	opacity: 0.6;
	transition: all 0.3s ease;
}

.enjoy_list li .txt {
	padding: 25px;
}

.enjoy_list li .txt h4 {
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.enjoy_list li .txt h4 span {
	display: inline-block;
	padding: 2px 0 2px 25px;
	background: url(../img/common/icon_arrow04.png) left 2px no-repeat;
	background-size: 19px auto;
	font-size: 14px;
}

.enjoy_list li .blank h4 span:after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	padding-right: 7px;
	background: url(../img/common/icon_blank03.png) right center no-repeat;
	background-size: 14px auto;
}



@media screen and (max-width: 1500px) {
	
	.top_enjoy .background {
		position: absolute;
		top:-140px;
		left:0;
		width: 100%;
	}
}

@media screen and (max-width: 1330px) {
	
	.top_enjoy .background {
		position: absolute;
		top:-120px;
		left:0;
		width: 100%;
	}
}


@media screen and (max-width: 750px) {
	
	.top_enjoy {
		background: #3e3b34 url(../img/top/sp_enjoy_bg.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
	}
	
	.top_enjoy .background,
	.top_enjoy:after {
		display: none;
	}
	
	.top_enjoy_block {
		width: 94%;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	.top_enjoy_block .ttl_area {
		margin-bottom: 20px;
	}
	
	.top_enjoy_block .ttl_area h2 {
		font-size: 2.8rem;
	}
	
	.top_enjoy_block .ttl_area h2 .en {
		font-size: 1.5rem;
	}
	
	.top_enjoy_block .ttl_area h2 .en span {
		font-size: 1.1rem;
	}
	
	.top_enjoy_block .ttl_area p {
		font-size: 1.3rem;
	}
	
	.top_resipe_box .ttl_area svg,
	.top_enjoy_block .ttl_area svg {
		margin-bottom: 15px;
	}
	
	.enjoy_list li {
		display: block;
		width: 100% !important;
		border-top: 1px solid #d4d4d4;
	}
	
	.enjoy_list li:first-child {
		border-top: none;
	}
	
	.enjoy_list li a:before {
		display: none;
	}
	
	.enjoy_list .ph,
	.enjoy_list .txt {
		display: table-cell;
		vertical-align: middle;
	}
	
	.enjoy_list .ph {
		width: 50%;
	}
	
	.enjoy_list li a:hover .ph img {
		transform: inherit;
	}
	
	.enjoy_list .txt {
		padding: 20px;
		background: url(../img/common/icon_arrow01.png) 94% center no-repeat;
		background-size: 8px auto;
	}
	
	.enjoy_list li .txt h4 {
		text-align: left;
	}
	
	.enjoy_list li .txt h4 span {
		padding: 0;
		background: none;
		font-size: 1.4rem !important;
	}
	
	.enjoy_list li .blank h4 span:after {
		display: inline-block;
		content: "";
		width: 11px;
		height: 11px;
		padding-right: 7px;
		background: url(../img/common/icon_blank03.png) right center no-repeat;
		background-size: 11px auto;
	}

	
}




/*sns
---------------------------------------------------------- */
.top_sns {
	width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	background: url(../img/common/line_bg01.png) center top repeat-y;
}

.top_sns .ttl_area {
	width: calc(100% - 60px);
	margin: 0 auto 30px;
	text-align: center;
	background: url(../img/common/ttl_bg_wave01.png) left 50% repeat-x;
}

.top_sns .ttl_area h2 {
	display: inline-block;
	padding: 0 40px;
	font-size: 3.4rem;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #612700;
	word-break: break-all;
	background: #fff;
}

.top_sns_insta {
	float: left;
	width: 500px;
}

.insta_list ul {
	margin-left: -8px;
}

.insta_list ul a {
	margin-left: 8px;
}

.insta_list li {
	float: left;
	width: 161px;
	margin: 0 0 8px 8px;
}

.insta_list li a {
	display: block;
	margin-left: 0 !important;
	position: relative;
	width: 161px;
	height: 161px;
	background: #EFEFEF;
}

.insta_list li a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}


.insta_list li a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: box-shadow .4s;
}

.insta_list li a:hover::after {
	box-shadow: 0 0 0 8px rgba(229,52,52,0.7) inset;
}

.top_sns_fb {
	float: right;
	width: 500px;
}



@media screen and (max-width: 750px) {
	
	.top_sns {
		display: none;
	}
}