@charset "UTF-8";


/*---------------top-slider---------------------------------------------*/
/* @keyframes fadezoom {
	0% {
	  transform: scale(1.1);
	}
	100% {
	  transform: scale(1.0);
	}
}

.slide-animation{
    animation: fadezoom 12s 0s forwards;
} */

body{
	min-width: fit-content;
	overflow-x: scroll;
}

.slider-sec{
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding-bottom: 97px;
}

.slider-sec .top-slider{
	max-height: 600px;
}

.slider-sec .top-slider img{
	width: 100%;
	height: auto;
}

.text-slider{
	position: absolute;
	bottom: -10px;
	left: 38px;
	min-width: 340px;
	height: 220px;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: top 0 left 0;
	background-image: url(../img/cmn/img-top-text-slider-bg.svg);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
	z-index: 1;
}

.text-slider .text-frame{
	display: none;
	width: 100%;
	height: 100%;
	padding-right: 36px;
	transition: 0.5s ease-in;
}

.text-slider .text-frame.show{
	display: block;
}

.text-frame .inner{
	padding-left: 35px;
}

.text-frame .sub-ttl{
	display: block;
	line-height: 2;
	margin-top: 41px;
}

.text-frame .ttl{
	padding-top: 7px;
	font-size: 30px;
	font-weight: 500;
	white-space: nowrap;
}

.text-frame .link{
	margin-top: 45px;
	font-size: 13px;
}

.text-frame .link a{
	padding-right: 24px;
	background-position: right center;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url(../img/cmn/icon-link.svg);
}

.thumb-slider{
	position: absolute;
	right: 0;
	padding-top: 7px;
}

.thumb-slider ul{
	display: flex;
	justify-content: flex-end;
	gap: 7px;
}

.thumb-slider li{
	width: 90px;
	height: 90px;
	cursor: pointer;
}

.thumb-slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------------info-list/info-slider-------------------------------------*/

.info-list{
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 20px;
}

.info-list .inner{
	position: relative;
	margin-top: 115px;
}

.info-list .head .info-ttl{
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.7;
}

.info-slider{
	margin-top: 16px;
}

.info-slider .slick-initialized .slick-slide{
	padding: 0 15px;
}

.info-slider .img img{
	width: 100%;
	object-fit: contain;
}

.info-slider time{
	display: inline-block;
	margin-top: 19px;
	font-size: 15px;
	color: #CCA95D;
}

.info-slider .info-ttl{
	margin-top: 13px;
	font-size: 15px;
}

.info-list .to-index{
	position: absolute;
	top: 0;
	right: 15px;
}

.info-list .to-index a{
	font-size: 15px;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	background-image: url(../img/cmn/icon-link.svg);
}

/*--------------top-bg-area-------------------------------------*/
.top-bg-area{
	position: relative;
	background: linear-gradient(to bottom, #fff 0%, #fff 440px, #F7F1E5 440px, #F7F1E5 100%);
	overflow: hidden;
}

.top-bg-area .top-bg img{
	width: 100%;
}

.top-bg-area .top-bg .repeat{
	position: absolute;
	width: 100%;
	height: 115px;
	top: 410px;
	left: 0;
	z-index: 0;
}

.top-bg-area .ichimatsu{
	position: absolute;
	width: 440px;
	height: 405px;
	z-index: 0;
}

.ichimatsu.no1{
	top: 765px;
	left: -104px;
}

.ichimatsu.no2{
	top: 1530px;
	right: -104px;
}

.ichimatsu.no3{
	top: 2295px;
	left: -104px;
}

/*--------------sec/-menu_cat-------------------------------------*/

.-menu_cat{
	position: relative;
	z-index: 1;
}

.-menu_cat .inner{
	height: 905px;
	padding: 185px 100px 62px;
}

.-menu_cat .menu_cat-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.-menu_cat .cat-box{
	position: relative;
	width: 250px;
	height: 450px;
}

.cat-box.-lunch{
	margin-top: 70px;
}

.cat-box.-single{
	margin-top: 127px;
}

.cat-box .bg-img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cat-box.-rolled .bg-img{ 
	background-image: url(/img/home/img-menu-cat-bg-01.jpg);
}

.cat-box.-lunch .bg-img{
	background-image: url(/img/home/img-menu-cat-bg-02.jpg);
}

.cat-box.-single .bg-img{
	background-image: url(/img/home/img-menu-cat-bg-03.jpg);
}

.cat-box .btm-img{
	position: absolute;
	bottom: -89px;
	left: 23px;
}

.cat-box.-single .btm-img{
	left: 66px;
}

.cat-box .cat-link{
	position: absolute;
	top: -31px;
	right: -41px;
	width: 60px;
	height: 190px;
	background: #fff;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: bottom 14px center;
}

.cat-box.-rolled .cat-link{
	background-image: url(/img/cmn/icon-link.svg);
}

.cat-box.-lunch .cat-link{
	background-image: url(/img/cmn/icon-arrow-orange.svg);
}

.cat-box.-single .cat-link{
	background-image: url(/img/cmn/icon-arrow-green.svg);
}

.cat-box .cat-link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
}

.cat-box .cat-link::after{
	content: '';
	position: absolute;
	top: 5px;
	left: -3px;
	width: 1px;
	height: 100%;
}

.cat-box.-rolled .cat-link::before,
.cat-box.-rolled .cat-link::after{
	background: #CCA95D;
}

.cat-box.-lunch .cat-link::before,
.cat-box.-lunch .cat-link::after{
	background: #E37250;
}

.cat-box.-single .cat-link::before,
.cat-box.-single .cat-link::after{
	background: #77BE61;
}

.cat-link a{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

.cat-link a span{
	display: inline-block;
	padding-top: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 28px;
	font-weight: 700;
}

/*--------------sec/-delivery/-recruit-------------------------------------*/
.sec.-delivery{
	position: relative;
	z-index: 1;
}

.sec.-delivery .inner{
	padding-bottom: 76px;
}

.sec.-delivery .flat{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sec.-delivery .img{
	width: 800px;
	height: 400px;
}

.sec.-delivery .img img{
	width: 100%;
}

.sec.-delivery .content-box{
	position: relative;
	width: 420px;
	height: 270px;
	margin-right: -129px;
	background: #fff;
	z-index: 100;
	transition: 0.3s ease;
}

.sec.-delivery .content-box a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 101;
}

.sec.-delivery .content-box:hover{
	margin-right: -135px;
}

.sec.-delivery .content-box::before,
.sec.-delivery .content-box::after{
	content: '';
	position: absolute;
	width: 450px;
	height: 300px;
	background: transparent;
	border: solid 1px #1D1D1D;
}

.sec.-delivery .content-box::before{
	top: -15px;
	left: -15px;
}

.sec.-delivery .content-box::after{
	top: -10px;
	left: -10px;
}

.sec.-delivery .tag{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 134px;
	height: 31px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #fff;
	background: #BA000F;
}

.sec.-delivery .link{
	position: relative;
	margin-bottom: 29px;
	z-index: 500;	
}

.sec.-delivery .link span{
	padding: 0 26px 0 0;
	font-size: 35px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right center;
	background-image: url(/img/cmn/icon-link.svg);
}

/*--------------sec/-fish-------------------------------------*/
.sec.-fish{
	position: relative;
	z-index: 1;
}

.sec.-fish .inner{
	padding-bottom: 108px;
}

.sec.-fish .flat{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sec.-fish .img{
	width: 800px;
	height: 400px;
}

.sec.-fish .img img{
	width: 100%;
}

.sec.-fish .content-box{
	position: relative;
	width: 420px;
	height: 270px;
	margin-left: -129px;
	background: #fff;
	z-index: 100;
	transition: 0.3s ease;
}

.sec.-fish .content-box:hover{
	margin-left: -135px;
}

.sec.-fish .content-box a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 101;
}

.sec.-fish .content-box::before,
.sec.-fish .content-box::after{
	content: '';
	position: absolute;
	width: 450px;
	height: 300px;
	background: transparent;
	border: solid 1px #1D1D1D;
}

.sec.-fish .content-box::before{
	top: -15px;
	left: -15px;
}

.sec.-fish .content-box::after{
	top: -10px;
	left: -10px;
}

.sec.-fish .tag{
	display: inline-block;
	margin-bottom: 14px;
}

.sec.-fish .link{
	position: relative;
	margin-bottom: 29px;
	z-index: 500;	
}

.sec.-fish .link span{
	padding: 0 26px 0 0;
	font-size: 35px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right center;
	background-image: url(/img/cmn/icon-link.svg);
}

/*--------------btn-frame------------------------------------*/
.top-bg-area .btn-frame{
	display: flex;
	justify-content: center;
	padding-bottom: 165px;
}

/*--------------commit------------------------------------*/
.commit{
	position: relative;
	width: 100%;
	height: 650px;
	background-color: #121212;
}

.commit .inner{
	display: flex;
	justify-content: center;
	padding-top: 492px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: auto;
	background-image: url(/img/home/img-commit-bg.jpg);
	background-repeat: no-repeat;
}

.commit .c-btn{
	margin-left: -670px;
}

/*--------------sec/-shop------------------------------------*/
.sec.-shop{
	padding-top: 105px;
	background-color: #EBE8E2;
	background-image: url(/img/cmn/img-bg-wave.png);
}

.sec.-shop .inner{
	padding-bottom: 125px
}

.sec.-shop .shop-ttl{
	margin-bottom: 23px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.sec.-shop .shop-area{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	background: #fff;
	border-left: solid 3px #CCA95D;
} 

.sec.-shop .shop-area:first-of-type{
	margin-bottom: 17px;
}

.shop-area .area-box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 95px;
	padding-top: 129px;
}

.area-box .area-name{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size: 20px;
	font-weight: 500;
}

.shop-list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 25px;
	padding: 34px 0 40px;
}

.shop-list .shop{
	width: 180px;
}

.shop a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.shop img{
	width: 100%;
}

.shop .shop-name{
	margin-top: 17px;
	font-size: 15px;
}

.shop .shop-adrr{
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.8;
}

.shop .map-link{
	margin-top: 14px;
}

.shop .map-link a{
	font-size: 13px;
	color: #BA000F;
	text-decoration: underline;
}
.video{
	text-align: center;
	margin: 0 auto;
}
.video iframe{
	width: 100%;
	/* height: auto; */
	aspect-ratio: 16 /9;
}

@media screen and (max-width:767px) {
	body{
		min-width: unset;
		overflow-x: unset;
	}

	.slider-sec{
		max-width: none;
		padding-bottom: 0;
	}

	.top-slider .slick-list{
		height: 373px;
	}

	.top-slider .slick-track{
		height: 100%;
	}

	.top-slider .slick-track img{
		height: 100%;
		object-fit: cover;
	}
	.top-slider .slick-track .video {
		margin-top: -100px;
	}
	.top-slider .slick-track .video iframe{
		height: revert-layer;
	}

	.top-slider .slick-dots{
		position: relative !important;
		top: -43px;
		height: 151px;
		z-index: 1;
	}

	.top-slider .slick-dots li{
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.top-slider .slick-dots button,
	.top-slider .slick-dots button::before{
		width: 100%;
		height: 100%;
		background: #fff;
		border-radius: 50%;
		overflow: hidden;
	}

	.top-slider .slick-dots button::before{
		color: transparent;
	}

	.top-slider .slick-dots li.slick-active button::before{
		color: transparent;
		background: #CCA95D;
	}

	.text-slider{
		display: flex;
		align-items: flex-start;
		position: absolute;
		left: 5.333%;
		bottom: 47px;
		min-width: 0;
		width: 89.334%;
		max-width: 334px;
		height: 120px;
		background-size: 8px auto;
		z-index: 1;
	}
	
	.text-slider .text-frame{
		padding-right: 7px;
	}
	
	.text-frame .inner{
		padding-left: 25px;
	}
	
	.text-frame .sub-ttl{
		margin-top: 16px;
		font-size: 13px;
	}
	
	.text-frame .ttl{
		padding-top: 5px;
		font-size: 20px;
		font-weight: 700;
		white-space: pre-wrap;
	}
	
	.text-frame .link{
		margin-top: 8px;
		font-size: 13px;
		text-align: right;
	}
	
	.text-frame .link a{
		padding-right: 24px;
		background-position: right center;
		background-size: 12px;
		background-repeat: no-repeat;
		background-image: url(../img/cmn/icon-link.svg);
	}
	
	.thumb-slider{
		display: none;
	}

	/*--------------info-list/info-slider-------------------------------------*/

	.info-list{
		max-width: 100%;
		margin: 0 auto;
		padding: 0 5.333% 0;
	}

	.info-list .inner{
		position: relative;
		margin-top: 0;
		padding-bottom: 50px;
		overflow: hidden;
	}

	.info-list .head .info-ttl{
		padding: 0 0;
		font-size: 16px;
	}

	.info-slider{
		margin-top: 16px;
	}

	.info-slider .slick-initialized{
		margin: 0 -7px;
	}

	.info-slider .slick-initialized .slick-slide{
		padding: 0 7px;
	}

	.info-slider .img img{
		width: 100%;
		object-fit: contain;
	}

	.info-slider time{
		display: inline-block;
		margin-top: 19px;
		font-size: 15px;
		color: #CCA95D;
	}

	.info-slider .info-ttl{
		margin-top: 13px;
		font-size: 15px;
	}

	.info-list .to-index{
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
	}

	/*--------------top-bg-area-------------------------------------*/
	.top-bg-area{
		position: relative;
		background: linear-gradient(to bottom, #fff 0%, #fff 66.666vw, #F7F1E5 66.666vw, #F7F1E5 100%);
		overflow: hidden;
	}

	.top-bg-area .top-bg .repeat img{
		width: auto;
	}

	.top-bg-area .top-bg .repeat{
		top: calc(66.666vw - 115px);
	}

	.top-bg-area .ichimatsu{
		width: 56vw;
		height: 56vw;
	}

	.ichimatsu.no1{
		top: 765px;
		left: -104px;
	}

	.ichimatsu.no2{
		top: 1530px;
		right: -104px;
	}

	/*--------------sec/-menu_cat-------------------------------------*/

	.-menu_cat{
		position: relative;
		z-index: 1;
	}

	.-menu_cat .inner{
		height: auto;
		padding: 64px 5.333% 34px;
	}

	.-menu_cat .menu_cat-list{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.-menu_cat .cat-box{
		position: relative;
		width: 27.2vw;
		height: 48.8vw;
		margin-bottom: 55vw;
	}

	.cat-box.-lunch{
		margin-top: 70px;
	}

	.cat-box.-single{
		margin-top: 127px;
	}

	.cat-box .bg-img{
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.cat-box .btm-img{
		position: absolute;
		bottom: -12vw;
		left: 0;
		width: 100%;
	}

	.cat-box.-single .btm-img{
		left: 0;
	}

	.cat-box .btm-img img{
		width: 100%;
	}

	.cat-box .cat-link{
		position: absolute;
		top: auto;
		bottom: -53vw;
		left: 25%;
		right: 0;
		width: 16.5vw;
		max-width: 62px;
		height: 41.333vw;
		background-color: transparent;
	}

	.cat-box .cat-link::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
	}

	.cat-box .cat-link::after{
		content: '';
		position: absolute;
		top: 1.3333vw;
		left: -0.8vw;
		width: 1px;
	}

	.cat-link a span{
		font-size: 5.8666vw;
	}

	/*--------------sec/-delivery-------------------------------------*/
	.sec.-delivery .inner{
		padding-bottom: 8.8vw;
	}

	.sec.-delivery .flat{
		display: flex;
		flex-flow: column-reverse;
		justify-content: flex-start;
		align-items: flex-end;
	}

	.sec.-delivery .img{
		width: 77.333vw;
		height: auto;
	}

	.sec.-delivery .img img{
		width: 100%;
	}

	.sec.-delivery .content-box{
		position: relative;
		top: -4vw;
		width: 72vw;
		height: 45.333vw;
		margin-right: 8.2666vw;
	}

	.sec.-delivery .content-box:hover{
		margin-right: 8.2666vw;
	}

	.sec.-delivery .content-box::before,
	.sec.-delivery .content-box::after{
		width: 75.4666vw;
		height: 48.8vw;
	}

	.sec.-delivery .content-box::before{
		top: -2.1333vw;
		left: -2.1333vw;
	}

	.sec.-delivery .content-box::after{
		top: -1.0666vw;
		left: -1.066vw;
	}

	.sec.-delivery .inner-box{
		width: 60.8vw;
	}

	.sec.-delivery .tag{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 35.7333vw;
		height: 8.2666vw;
		margin-bottom: 3.7333vw;
		font-size: 4vw;
	}

	.sec.-delivery .link{
		margin-bottom: 3.2vw;
	}

	.sec.-delivery .link span{
		padding: 0 6.9333vw 0 0;
		font-size: 5.8666vw;
	}

	.sec.-delivery .sub-text{
		font-size: 3.4666vw;
		white-space: pre-wrap;
	}

	/*--------------sec/-fish-------------------------------------*/
	.sec.-fish .inner{
		padding-bottom: 8.8vw;
	}
	
	.sec.-fish .flat{
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.sec.-fish .img{
		width: 77.333vw;
		height: auto;
	}
	
	.sec.-fish .img img{
		width: 100%;
	}
	
	.sec.-fish .content-box{
		position: relative;
		top: -4vw;
		width: 72vw;
		height: 45.333vw;
		margin-left: 8.2666vw;
	}
	
	.sec.-fish .content-box:hover{
		margin-left: 8.2666vw;
	}
	
	.sec.-fish .content-box::before,
	.sec.-fish .content-box::after{
		width: 75.4666vw;
		height: 48.8vw;
	}
	
	.sec.-fish .content-box::before{
		top: -2.1333vw;
		left: -2.1333vw;
	}
	
	.sec.-fish .content-box::after{
		top: -1.0666vw;
		left: -1.066vw;
	}
	
	.sec.-fish .inner-box{
		width: 60.8vw;
	}
	
	.sec.-fish .tag{
		margin-bottom: 2.9333vw;
		font-size: 4vw;
	}
	
	.sec.-fish .link{
		margin-bottom: 3.2vw;
	}
	
	.sec.-fish .link span{
		padding: 0 6.9333vw 0 0;
		font-size: 5.8666vw;
	}
	
	.sec.-fish .sub-text{
		font-size: 3.4666vw;
		white-space: pre-wrap;
	}
	
	/*--------------btn-frame------------------------------------*/
	.top-bg-area .btn-frame{
		padding-bottom: 103px;
	}
		
	/*--------------commit------------------------------------*/
	.commit{
		height: 104vw;
	}

	.commit .inner{
		align-items: flex-end;
		padding-top: 0;
		background-image: url(/img/home/img-commit-bg-sp.jpg);
		background-size: cover;
		background-position: center;
	}

	.commit .c-btn{
		margin-left: 0;
		margin-bottom: 7.7333vw;
	}

	/*--------------sec/-shop------------------------------------*/
	.sec.-shop{
		padding-top: 63px;
	}

	.sec.-shop .inner{
		padding-bottom: 111px
	}

	.sec.-shop .shop-ttl{
		margin-bottom: 39px;
	}

	.sec.-shop .shop-area{
		flex-flow: column;
		justify-content: center;
		border-top: solid 3px #CCA95D;
		border-left: none;
	} 

	.sec.-shop .shop-area:first-of-type{
		margin-bottom: 22px;
	}

	.shop-area .area-box{
		align-items: center;
		width: 100%;
		height: 71px;
		padding-top: 0;
	}
	
	.shop .shop-adrr{
		margin-top: 6px;
	}

	.area-box .area-name{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}

	.shop-list{
		flex-flow: column;
		align-items: center;
		gap: 39px;
		width: 100%;
		padding: 0 5.988% 40px;
	}

	.shop-list .shop{
		width: 100%;
	}

	.shop a{
		display: flex;
		gap: 16px;
		width: 100%;
		height: 100%;
	}

	.shop .img{
		width: 35.928%;
	}

	.shop .shop-name{
		margin-top: 0;
	}

	.shop .map-link{
		margin-top: 8px;
		padding-left: calc(35.928% + 16px);
	}

	.shop .map-link a{
		display: inline;
	}

}
