@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #252525;
	--color_RED : #cb0e0e;
	--color_BLU : #0856f5;
	--color_ORG : #e08400;
	--color_GRN : #44bc08;
	--gap_96px : clamp(32px, 12vw, 96px);
	--gap_80px : clamp(27px, 10vw, 80px);
	--gap_64px : clamp(21px, 8vw, 64px);
	--gap_48px : clamp(16px, 6vw, 48px);
	--gap_32px : clamp(11px, 4vw, 32px);
	--gap_24px : clamp(8px, 3vw, 24px);
	--gap_16px : clamp(5px, 2vw, 16px);
	--gap_8px : clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
	position: relative;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-size: inherit;
	font-weight: 500;
}
li,ol,ul {
	list-style-type: none;
}
table {
	width: 100%;
}

#page {
	font-size: clamp(18px, 2.2vw, 20px);
	color: var(--color_BLK);
	font-family: "Noto Serif JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto;
	/* max-width: 1920px; */
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	position: relative;
}

.top__bg {
position: relative;
}

.top__bg::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(/syokuisan/sp/osechi_2025/images/bk.jpg) no-repeat center / cover;
	z-index: -1;
}


#page * {
	box-sizing: border-box;
}
#page img {
	max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}

#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
/* リンクとボタンのoutlineを非表示にする */
#page a,
#page button {
	outline: none;
	cursor: pointer;
}
/* ボタンとリンクにフォーカスした時にoutlineが表示されるようにする */
#page a:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 2px;
}
#page button:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
#page a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
}
#page label {
	cursor: pointer;
}

#page em {
	font-style: normal;
	font-weight: bold;
}

#page picture { display: block;}

.js-fadeUp {
	opacity: 0; /* 最初は非表示 */
	transform: translateY(30px); /* 下に30pxの位置から */
	transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
	opacity: 1; /* 表示領域に入ったら表示 */
	transform: translateY(0); /* 30px上に移動する */
	transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

.pc {
display: block;
}

.sp {
display: none;
}


.ib {
	font-size: inherit !important;
	display: inline-block;
}

#page_top {
	position: fixed;
	right: 0.5%;
	bottom: min(20vw, 200px);
	display: block;
	width: min(20vw,100px);
	z-index: 999;
}

#page_top02 {
	position: fixed;
	right: 0.5%;
	bottom: 2%;
	display: block;
	width: min(20vw,100px);
	z-index: 999;
}

#page_top img, #page_top02 img { width: 100%;}

.page_bnr {
	background: rgba(224, 132, 0, 0.75);
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 15px 10px;
	z-index: 999;
}

.page_bnr--contents {
	width: min(90%,900px);
	margin: 0 auto;
}

.page_bnr--contents > a > img {
	width: 100%;
}

.top__movie {
margin: var(--gap_24px) auto;
}

.movie {
position: relative;
max-width: 900px;
aspect-ratio: 16/9;
margin: 0 auto var(--gap_32px);
overflow: hidden;
/* border: 5px solid var(--color_RED); */
box-shadow: 0 0 var(--gap_16px) #000;
}

.tver_area {
	text-align: center;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
	/* margin: var(--gap_64px) auto var(--gap_32px); */
	/* width: clamp(250px, 50vw, 450px); */
}

.tver_info {
	margin-bottom: var(--gap_8px);
}

.tver_info em {
	font-size: 1.3em;
}

.tver_area .tver_info_btm {
	color: inherit;
	margin: var(--gap_16px) auto 0;
	text-align: center;
	line-height: 1.2;
}

.tvo-video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
}

	@media not screen and (min-width: 767px) {
	#page_top {
		z-index: 800;
	}

	.page_bnr {
		padding: 10px;
	}

	#page_top {
		bottom: min(26vw,180px);
	}
}


/*================================
共通パーツ
================================*/
.gothic {
	font-family: "Noto Sans JP", Lato, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
	max-width: min(90vw,1200px);
	margin-inline: auto;
	padding-inline: 25px;
}

.inner_wide {
	padding-inline: min(5vw,80px);
}

.inner_contents {
	max-width: min(90vw,1400px);
	margin-inline: auto;
	padding-inline: 25px;
}

@media not screen and (min-width: 768px) {
	.inner {
	width: 94%;
	padding-inline: calc((16/750)*100vw);
	}

	.inner_wide, .inner_contents {
	max-width: 94%;
	padding-inline: 3vw;
	margin-inline: auto;
	}

	.pc {
	display: none;
	}
	
	.sp {
	display: block;
	}
}

/* =============================================================
	main コンテンツ
============================================*/
.mv__img img {
	width: 100%;
}
/* =============================================================
	contents
============================================*/
.contents {
	background-image: url("/syokuisan/sp/osechi_2025/images/main_bg.png");
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center;
	padding: var(--gap_80px) 0 0;
}

@media only screen and (max-width: 767px) {
	.contents {
		background-size: cover;
	}
}

.contents__bg {
	background: #fff;
	box-shadow: 0 0 20px #696969;
	padding: var(--gap_64px) var(--gap_48px);
	margin: var(--gap_80px) auto;
	/* text-align: center; */
}

/* =============================================================
	about
============================================*/
.about {
	text-align: center;
	margin: var(--gap_64px) 0 0;
}

.about .red {
	color: var(--color_RED);
	font-weight: 700;
}

.about .bold {
	font-weight: 700;
}

.about__title {
	font-size: 1.8em;
	font-weight: 700;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
	margin-bottom: var(--gap_32px);
}

.about__text01 {
	line-height: 2em;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
	margin-bottom: var(--gap_64px);
}




/* =============================================================
	menu
============================================*/

.menu__contents {
	margin-bottom: var(--gap_80px);
}

.menu__contents h2 {
	width: min(36vw,240px);
	margin: 0 auto var(--gap_48px);
}

.menu__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--gap_64px);
}

.menu__contents:nth-of-type(odd) .menu__box {
	flex-direction: row-reverse;
}

.menu__img {
	width: 45%;
}

.menu__img > img {
	box-shadow: 0 0 var(--gap_16px) #696969;
	width: 100%;
}

.menu__text {
	width: 50%;
}

.menu__text > p {
	font-size: .9em;
	text-align: center;
	margin-bottom: var(--gap_32px);
}

.menu__listBg {
	background: url(/syokuisan/sp/osechi_2025/images/bk_img.jpg) repeat-x center /cover;
	padding: var(--gap_24px);
	text-align: center;
}

.menu__listBg > ul {
	display: inline-grid;
	column-gap: 1em;
	grid-template-columns: repeat(2, auto);
}

.menu__listBg > ul > li {
	font-size: .8em;
	font-weight: 700;
	text-align: left;
	position: relative;
	padding-left: 2em;
	margin-bottom: .8em;
}

.menu__listBg > ul > li:last-child {
	margin-bottom: 0;
}

.menu__listBg > ul > li::before {
	content: "";
	position: absolute;
	background: url(/syokuisan/sp/osechi_2025/images/menu_ico01.png) no-repeat center / contain;
	width: min(6.4vw, 25px);
    height: min(6.4vw, 24px);
	left: 0;
}

.menu__subTitle {
	text-align: center;
	margin-bottom: var(--gap_48px);
}

.menu__recipe {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--gap_48px);
	margin-bottom: var(--gap_80px);
}

.menu__recipe--item {
	display: flex;
	flex-direction: column;
	width: min(40%,450px);
}

.menu__recipe--contents > img {
	width: 100%;
	display: block;
}

.menu__recipe--contents > h4 {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	background: var(--color_RED);
	text-align: center;
	padding: .55em .6em;
}

.menu__recipe--point {
	width: min(32vw, 170px);
	margin: var(--gap_8px) 0;
}

.menu__recipe--text01 {
	font-size: .95em;
	line-height: 1.4em;
	padding-bottom: 1em;
}

.menu__recipe--text01 .red {
	color: var(--color_RED);
	font-weight: 700;
}

.menu__recipe--text02 {
	font-size: .9em;
	font-weight: 700;
	line-height: 1.4em;
	padding-bottom: .6em;
}

.menu__recipe--text02 .small {
	display: block;
	font-size: .9em;
	font-weight: 500;
}

.recipe_btn {
	letter-spacing: .05em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: var(--color_ORG);
	border-radius: 50px;
	padding: .7em .6em;
	margin-top: auto;
}

.recipe_btn > span {
	position: relative;
}

.recipe_btn > span::after {
	content: "";
	position: absolute;
	background: url(/syokuisan/sp/osechi_2025/images/arrow_w.png) no-repeat center / contain;
	width: .8em;
	height: .8em;
	right: -1.5em;
	top: 50%;
    transform: translateY(-50%);
}

/* =============================================================
	supervision
============================================*/
.supervision__contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--gap_64px);
}

.supervision__img {
	width: 45%;
}

.supervision__img > img {
	box-shadow: 0 0 var(--gap_16px) #696969;
}

.supervision__text {
	width: 50%;
}

.supervision__text > h4 {
	font-weight: 700;
	text-align: left;
    margin-top: var(--gap_24px);
    margin-bottom: var(--gap_8px);
    padding-bottom: 0.8%;
    padding-left: 1em;
    border-bottom: solid 2px var(--color_ORG);
    border-left: solid 8px var(--color_ORG);
}

.supervision__text > p {
	font-size: .8em;
}


/* =============================================================
	reservation
============================================*/
.reservation__bnr {
	width: fit-content;
	margin: 0 auto var(--gap_64px);
}

.reservation__bnr--text {
	text-align: center;
	font-weight: 700;
	color: var(--color_RED);
	margin-top: var(--gap_16px);
}

.reservation__text {
	margin-top: var(--gap_16px);
	border: 2px solid var(--color_ORG);
	width: 60%;
	margin-inline: auto;
}

.reservation__text > div {
	display: flex;
}

.reservation__text > div > dt {
	width: min(20vw,250px);
	background: var(--color_ORG);
	color: #fff;
	padding: .6em .4em;
	padding-left: var(--gap_8px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.reservation__text > div > dd {
	font-weight: 700;
	line-height: 1.2em;
	width: calc(100% - min(20vw,250px));
	padding: .6em .4em;
	padding-left: var(--gap_8px);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.reservation__text > div > dd > span {
	font-size: .7em;
}

.reservation__text > div:not(:first-child) {
	margin-top: -2px;
}

.reservation__text > div:not(:first-child) > dt {
	border-top: 2px solid #fff;
}

.top_ticket__list--contents:first-of-type .reservation__text > div:not(:first-child) > dt {
	border-top: 2px solid var(--color_ORG);
}

.reservation__text > div:not(:first-child) > dd {
	border-top: 2px solid var(--color_ORG);
	margin-bottom: 0;
}












@media not screen and (min-width: 1000px) {
	.menu__box {
		display: block;
		margin-bottom: var(--gap_64px);
	}

	.menu__img, .menu__text {
		width: 100%;
	}

	.menu__img {
		margin-bottom: var(--gap_16px);
	}


}



@media not screen and (min-width: 768px) {
/* =============================================================
	about
============================================*/
.about__title {
	font-size: 1.4em;
}

.about__text01 {
	line-height: 1.8em;
}

	/* =============================================================
		menu
	============================================*/
	.menu__listBg > ul {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}

	.menu__recipe {
		display: block;
	}

	.menu__recipe--item {
		width: 100%;
	}

	.menu__recipe--item:not(:last-child) {
		margin-bottom: var(--gap_80px);
	}

	/* =============================================================
		supervision
	============================================*/
	.supervision__contents {
		display: block;
	}

	.supervision__img, .supervision__text {
		width: 100%;
	}

	/* =============================================================
		reservation
	============================================*/
	.reservation__text > div {
		display: block;
	}

	.reservation__text {
		width: 100%;
	}

	.reservation__text > div > dt, .reservation__text > div > dd {
		width: 100%;
		padding: .4em;
	}

}