.top_slider{
	padding: 40px 0 0 ;
}
.top_slider_item{
	padding: 0 15px;
	max-height: 90vh;
}
.top_slider .slick-dots{
	bottom: 25px;
}

.top_topic{
	margin-top: 100px;
	padding: 0 20px;
}
.top_topic_h2{
	width: 210px;
	background: #fdc900;
	color: #fff;
	padding: 20px;
	border-radius: 80px 0 0 80px;
}
.top_topic_h2_sub{
	font-size: 0.9rem;
}
.top_topic_h2_main{
	font-size: 2.8rem;
	line-height: 0.8;
}
.top_topic_txt{
	border: solid 8px #fdc900;
	border-left: none;
	border-radius: 0 80px 80px 0;
	flex: 1;
	padding: 10px 80px 10px 20px;
	position: relative;
}
.top_topic_ttl{
	font-size: 1.55rem;
}
.top_topic_arrow{
	width: 54px;
	height: 54px;
	background: #fdc900;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: calc(50% - 27px);
}
.top_topic_arrow::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 2px);
}

.top_about{
	margin-top: 100px;
	padding: 40px 20px 200px;
	background-image: url(../images/top/top_img01.jpg);
	background-repeat: no-repeat;
	background-position: calc(70% + 300px) top;
	position: relative;
}
.top_about_copy {
	font-size: 6.3rem;
	color: #707070;
}
/*
.top_about_copy_line{
	width: 0;
	transition: 1.5s;
	overflow: hidden;
}
.active .top_about_copy_line{
	width: 100%;
	height: 120px;
	max-width: 1000px;
}
.top_about_copy02{
	transition-delay: 0.5s;
}
.top_about_copy03{
	transition-delay: 1s;
}
.top_about_copy span{
	background: rgba(256,256,256,0.8);
	padding: 0 10px;
	height: 120px;
} */
.eachTextAnime{
	opacity: 0;
}
.eachTextAnime span{
	opacity: 0;
	background: rgba(256,256,256,0.8);
}
.eachTextAnime.appeartext span{
	animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.top_about_txt{
	color: #707070;
	padding: 50px 0 0 150px;
	position: relative;
	line-height: 1.8;
}
.top_about_btn{
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 20;
}
.top_h2{
	font-size: 2.5rem;
	line-height: 1.8;
	color: #fd9800;
	writing-mode: vertical-rl;
	width: 72px;
	margin: auto;
}
.more_btn{
	margin: 20px auto 0;
	width: 126px;
	height: 110px;
	position: relative;
}
.more_btn_inner{
	position: relative;
	z-index: 10;
}
.more_btn_img{
	width: 73px;
}
.more_btn_txt{
	font-size: 1.55rem;
	line-height: 1.1;
	color: #000;
}
.more_btn::after{
	content: "";
	display: block;
	width: 110px;
	height: 110px;
	background: #fdc900;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: calc(50% - 55px);
}
.top_about_img{
	position: relative;
	z-index: 10;
	padding-left: 150px;
}
.txt_scroll_wrap{
	overflow: hidden;
	width: 100%;
	height: 474px;
	position: relative;
}
.txt_scroll{
	width: 6130px;
	height: 474px;
	background-image: url(../images/top/ogura_txt.png);
	animation: scroll_anime 15s infinite linear;
	position: absolute;
	left: 0;
	top: 0;
}
@keyframes scroll_anime{
  0%{
    left: 0;
  }
  100%{
    left: -3065px;
  }
}
.top_about_scroll{
	position: absolute;
	bottom: 0;
	left: 0;
}

.top_menu{
	margin-top: 100px;
	padding: 0 20px;
	font-weight: 500;
}
.top_menu_h2_sub{
	font-size: 2.5rem;
	color: #fdc900;
}
.top_menu_h2{
	font-size: 2.67rem;
	line-height: 1.1;
}
.top_manu_wrap{
	margin-top: 80px;
	padding: 0 50px;
	justify-content: start;
	gap: 40px 20px;
	flex-wrap: wrap;
}
.top_manu_box{
	width: calc((100% - 60px) / 4);
}
.top_manu_img{
	overflow: hidden;
	border-radius: 20px;
	max-width: 265px;
}
.top_manu_ttl{
	font-size: 1.1rem;
	margin-top: 15px;
}
.top_manu_btn{
	display: block;
	background: #fdc900;
	border-radius: 20px;
	height: 0;
    padding-bottom: 100%;
	position: relative;
}
.top_manu_btn_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	flex-flow: column;
	gap: 10px;
}
.top_takeout{
	margin-top: 100px;
	background-color: #ffeb9f;
	/* background-image: url(../images/menu/menu_info_img03.png);
	background-position: right 20% top 70px;
	background-repeat: no-repeat; */
	border-radius: 20px;
	padding: 50px;
	position: relative;
}
.takeout_txt01{
	font-size: 2.2rem;
}
.takeout_txt02{
	font-size: 3.7rem;
	line-height: 1.1;
}
.takeout_btn{
	display: inline-block;
	padding: 5px 50px;
	margin-top: 10px;
	border: solid 1px #2a2525;
}
.takeout01{
	position: absolute;
	left: 40px;
	top: -30px;
	max-width: calc((100% - 500px) / 2);
}
.takeout02{
	position: absolute;
	right: 40px;
	top: -60px;
	max-width: calc((100% - 500px) / 2);
}

.top_product{
	margin-top: 150px;
	background-image: url(../images/top/top_product_bk.png);
	padding: 50px 0;
}
.top_product_inner{
	background: #fff;
	padding: 50px 20px;
}
.top_product_wrap{
	gap: 40px;
}
.top_h2_wrap{
	width: 126px;
}
.top_product_txt_wrap{
	min-width: 500px;
	width: 40%;
	color: #707070;
}
.top_product_copy{
	font-size: 3.6rem;
	line-height: 1.2;
}
.top_product_txt{
	margin-top: 20px;
	line-height: 1.8;
}

.top_gallary{
	padding: 100px 20px;
	background-color: #ece4d0;
	background-image: url(../images/top/top_gallary_img.png);
	background-repeat: no-repeat;
	background-position: calc(70% + 200px) 100px;
}
.top_gallary_h2{
	line-height: 1.3;
	width: 110px;
}
.top_gallary_content{
	flex: 1;
}
.top_gallary_content .top_about_copy{
	font-size: 2.8rem;
}
.top_gallary_content .active .top_about_copy_line{
	height: 57px;
}
.top_gallary_content .top_about_copy span{
	background: rgba(236,228,208,0.8);
}
.top_gallary_txt{
	margin-top: 30px;
	padding-left: 20px;
	line-height: 1.8;
}
.top_gallary_txt span{
	background: rgba(236,228,208,0.8);
}

.top_shop{
	padding: 100px 20px 30px;
}
.top_shop_content{
	flex: 1;
}
.top_gmap{
	border-radius: 20px;
}
.top_gmap::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top_gmap iframe{
	top: -67px;
	height: calc(100% + 120px);
	border-radius: 20px;
}
.top_shop_menu{
	gap: 20px;
	margin-top: 20px;
}
.top_shop_menu_box{
	position: relative;
}
.top_shop_menu_img{
	overflow: hidden;
	border-radius: 20px;
}
.top_shop_menu_btn{
	width: 90px;
	height: 90px;
	background: #fdc900;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	bottom: -15px;
}
.top_shop_menu_btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.4px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 4px);
}

.top_insta{
	padding: 0 20px 100px;
}
.top_insta_h2{
	font-size: 2.5rem;
	line-height: 1.2;
	color: #f99207;
}
.insta_wrap{
	margin-top: 50px;
}

@media only screen and (min-width:1025px) {
	.top_topic_arrow,
	.more_btn::after,
	.top_manu_img img,
	.top_manu_btn_inner,
	.takeout_btn,
	.top_shop_menu_btn{
		transition: .3s ease-in-out;
	}
	.top_topic_txt:hover .top_topic_arrow,
	.more_btn:hover::after,
	.takeout_btn:hover,
	.top_shop_menu_btn:hover{
		background: #fd9800;
	}
	.top_manu_box:hover .top_manu_img img,
	.top_manu_btn:hover .top_manu_btn_inner {
		transform: scale(1.05);
	}
}

@media only screen and (max-width:1024px) {
	.top_slider_item{
		padding: 0 5px;
	}
	.top_slider .slick-dots{
		bottom: -20px;
	}

	.top_topic{
		margin-top: 50px;
	}
	.top_topic_h2{
		width: 100px;
		padding: 10px;
	}
	.top_topic_h2_sub{
		font-size: 0.5rem;
	}
	.top_topic_h2_main{
		font-size: 1.2rem;
	}
	.top_topic_txt{
		padding: 5px 30px 5px 10px;
	}
	.top_topic_date{
		font-size: 0.8rem;
	}
	.top_topic_ttl{
		font-size: 1rem;
	}
	.top_topic_arrow{
		width: 20px;
		height: 20px;
		right: 5px;
		top: calc(50% - 10px);
	}

	.top_about{
		background-size: 300px;
		background-position: right -40px top 0;
		padding-bottom: 0;
	}
	.top_about_copy{
		font-size: 2rem;
	}
	.active .top_about_copy_line{
		height: 42px;
	}
	.top_about_txt{
		padding: 30px 100px 0 0;
	}
	.top_about_img{
		padding: 0;
		max-width: 400px;
	}
	.top_about_img img{
	}
	.top_about_btn{
		right: 0;
		left: unset;
	}
	.top_h2{
		font-size: 1.2rem;
		width: 30px;
	}
	.more_btn{
		width: 70px;
		height: 70px;
		margin-top: 10px;
	}
	.more_btn_img{
		width: 50px;
	}
	.more_btn_txt{
		font-size: 0.8rem;
	}
	.more_btn::after{
		width: 70px;
		height: 70px;
		left: calc(50% - 35px);
	}
	.top_about_scroll{
		position: relative;
	}
	.txt_scroll_wrap{
		height: 237px;
	}
	.txt_scroll{
		background-size: 1532px;
		height: 237px;
	}

	.top_menu{
		margin-top: 20px;
	}
	.top_menu_h2_sub{
		font-size: 1.5rem;
	}
	.top_menu_h2{
		font-size: 1.8rem;
	}
	.top_manu_wrap{
		margin-top: 40px;
		gap: 30px 10px;
		padding: 0;
	}
	.top_manu_box{
		width: calc((100% - 20px) / 3);
	}
	.top_manu_ttl{
		margin-top: 5px;
		font-size: 0.9rem;
	}
	.top_manu_btn_wrap{
		width: 100%;
	}
	.top_manu_btn{
		padding: 15px;
		height: auto;
	}
	.top_manu_btn_inner{
		position: static;
		gap: 5px;
	}
	.top_takeout{
		margin-top: 30px;
		padding: 20px 10px;
		background-position: right 20px center;
		background-size: 20%;
	}
	.takeout_txt01{
		font-size: 1.5rem;
	}
	.takeout_txt02{
		font-size: 1.8rem;
	}

	.top_product{
		margin-top: 50px;
	}
	.top_product_wrap{
		flex-wrap: wrap;
		gap: 20px;
	}
	.top_h2_wrap{
		width: 70px;
	}
	.top_product_img{
		width: calc(100% - 90px);
		max-width: 300px;
		margin: auto;
	}
	.top_product_img img{
		margin: auto;
	}
	.top_product_txt_wrap{
		min-width: unset;
		width: 100%;
	}
	.top_product_copy{
		font-size: 2rem;
	}

	.top_gallary{
		padding: 80px 20px;
		background-position: calc(50% + 100px) 50px;
	}
	.top_gallary_h2{
		width: 50px;
	}
	.top_gallary_content{
		flex: none;
		width: 100%;
	}
	.top_gallary_content .active .top_about_copy_line{
		height: auto;
	}
	.top_gallary_content .top_about_copy{
		font-size: 1.8rem;
	}

	.top_shop_menu{
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
	.top_gmap{
		padding-bottom: 80%;
		margin-top: 50px;
	}
	.top_shop_menu_box{
		max-width: 250px;
	}
	.top_shop_menu_btn{
		width: 40px;
		height: 40px;
		bottom: 0;
	}
	.top_shop_menu_btn::after{
		border-width: 5px 0 5px 8.7px;
		top: calc(50% - 5px);
		left: calc(50% - 2px);
	}

	.top_insta{
		padding: 0 10px 20px;
	}
}


@media only screen and (max-width:480px) {

	.top_manu_box{
		width: calc((100% - 10px) / 2);
	}
	.top_manu_btn_wrap{
		width: 100%;
	}
}