@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  共通スタイル
**************************************************
--------------------------------------------------*/
.mv {
	background-image: url('../imgs/top/main_bg.png');
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.mv-inner {
	position: relative;
	width: 100%;
}

.mv img {
	height: auto;
	display: block;
}

/* General Section Wrap */
.section-title-wrap {
	text-align: center;
	margin-bottom: 50px;
}

.section-title {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #111;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.section-subtitle {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	color: #c39f62;
	font-weight: 700;
	margin-top: 5px;
}

.btn-gold {
	background-color: #c39f62;
	color: #fff;
	padding: 14px 40px;
	border: 1px solid #c39f62;
}

.btn-gold:hover {
	background-color: #b08d51;
	border-color: #b08d51;
	color: #fff;
}

.btn-white {
	background-color: #fff;
	color: #222;
	padding: 14px 40px;
	border: 1px solid #dcd1be;
}

.btn-white:hover {
	background-color: #f5efe6;
	color: #000;
}

/* Concept section common */
.concept {
	position: relative;
	color: #FFF;
	overflow: visible;
}

.concept-inner {
	width: 100%;
	position: relative;
}

.concept-photo {
	display: block;
	object-fit: cover;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.concept-photo-tall {
	display: block;
	object-fit: cover;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.concept-title-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}

.concept-title {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #A90101;
	letter-spacing: 0.05em;
}

.concept-lead {
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
}

.concept-description {
	color: #FFF;
	text-align: center;
	line-height: 1.8;
}

.btn-top-image-view {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 60px;
	border: none;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #131313;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 700;
	transition: opacity 0.3s ease;
	text-decoration: none;
}

.btn-top-image-view:hover {
	opacity: 0.85;
	color: #131313;
}

.concept-separator {
	width: 100%;
	height: 20px;
	overflow: hidden;
	background-image: url('../imgs/common/separator.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
}

/* Menu section common */
.menu {
	padding: 120px 0;
	background-image: linear-gradient(135deg, transparent 50%, #131313 50%), url('../imgs/top/menu_bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: center, left top;
	background-size: cover, calc(100vw * 1661 / 1920) auto;
	background-color: #1E1E1E;
	position: relative;
	color: #FFF;
}

.menu-intro {
	text-align: center;
	margin-bottom: 80px;
}

.menu-intro-title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 1.3;
}

.menu-intro-text {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	color: #FFF;
	margin: 0;
}

.menu-inner {
	width: 100%;
}

.menu-item {
	position: relative;
	transition: transform 0.3s ease;
	text-align: center;
}

.menu-item:hover {
	transform: translateY(-5px);
}

.menu-image-wrap {
	position: relative;
	display: inline-block;
}

.menu-bg-calligraphy {
	position: absolute;
	left: 50%;
	top: -20px;
	z-index: 1;
	display: block;
	width: 100%;
	pointer-events: none;
	opacity: 0.8;
	font-family: "DNPShuei4goBStd", "Noto Serif JP", serif;
	font-size: clamp(60px, 14.17vw, 170px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.1em;
	text-align: center;
	color: #2d2d2d;
	white-space: nowrap;
}

.menu-item-main .menu-bg-calligraphy {
	font-size: clamp(80px, 16.67vw, 200px);
}

.menu-sub-grid .menu-bg-calligraphy {
	font-size: clamp(50px, 11.67vw, 140px);
}

.menu-img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	position: relative;
	z-index: 2;
}

.menu-sub-grid .menu-image-wrap {
	display: block;
	width: 100%;
	aspect-ratio: 800 / 525;
}

.menu-sub-grid .menu-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.menu-badge {
	position: absolute;
	background-color: #A90101;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.2;
	z-index: 3;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.menu-info {
	padding: 20px 0;
	text-align: center;
}

.menu-sub-catch {
	width: 224px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #131313;
	margin: 20px auto 10px auto;
}

.menu-item-title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 8px;
}

.menu-item-title .brand-gold,
.menu-item-title span {
	color: #CAA366;
}

.menu-item-price {
	font-weight: 700;
	color: #FFF;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.price-num {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	color: #FFF;
}

.price-unit {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 2.4rem;
	margin-left: 2px;
}

.price-tax {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 1.4rem;
	margin-left: 4px;
}

.menu-bottom-content {
	text-align: center;
	margin-top: 50px;
}

.menu-notes {
	font-size: 1.4rem;
	color: #FFF;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
}

.menu-separator {
	width: 100%;
	height: 20px;
	overflow: hidden;
	background-image: url('../imgs/common/separator.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
}

/* Shop section common */
.shop {
	padding: 0 0 160px 0;
	background-color: #131313;
	position: relative;
	color: #F0E8DE;
}

.shop-header {
	background-image: url('../imgs/top/shop_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 600px;
	margin-bottom: 30px;
}

.shop-graphics-container {
	width: 100%;
	max-width: 1184px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.shop-graphic-logo {
	width: 200px;
	height: auto;
	margin-top: 140px;
}

.shop-graphic-map {
	width: 515px;
	height: auto;
	margin-top: 160px;
}

.shop-graphic-text {
	width: 369px;
	height: auto;
	margin-top: 360px;
}

.shop-heading {
	font-family: "Noto Serif JP", serif;
	font-size: 4.6rem;
	font-weight: 700;
	color: #F0E8DE;
	text-align: center;
	margin-bottom: 30px;
}

.shop-heading .brand-gold {
	color: #CAA366;
}

.shop-inner {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 0;
}

.shop-tabs {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px;
}

.shop-tab {
	width: 200px;
	height: 60px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 20px;
	border: 1px solid #F0E8DE;
	color: #F0E8DE;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.shop-tab.active, .shop-tab:hover {
	background-color: #F0E8DE;
	color: #131313;
	border-color: #F0E8DE;
}

.shop-content-wrapper {
	width: 100%;
}

.shop-grid {
	display: none;
}

.shop-grid.active {
	display: grid;
	grid-template-columns: repeat(3, 392px);
	gap: 20px;
	justify-content: center;
	margin-bottom: 60px;
}

.shop-card {
	width: 392px;
	text-align: left;
}

.shop-card-img-wrap {
	display: block;
	width: 392px;
	height: 280px;
	overflow: hidden;
}

.shop-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
	border-radius: 0;
}

.shop-card:hover .shop-card-img {
	transform: scale(1.05);
}

.shop-card-info {
	padding: 15px 0 0 0;
}

.shop-card-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	color: #F0E8DE;
	margin-bottom: 8px;
}

.shop-card-title a {
	color: #FFF;
}

.shop-card-station {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #F0E8DE;
	margin: 0;
}

/* Banners Section common */
.banners {
	background-color: #131313;
	width: 100%;
}

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
}

.banner-inner {
	display: flex;
	width: 100%;
}

.banner-recruit {
	background-image: url('../imgs/top/recruit_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #8C0C0C;
	overflow: visible;
}

.banner-fc {
	background-color: #C5A577;
}

.banner-content {
	flex: 1;
	width: 50%;
	padding: 100px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.banner-content-inner {
	max-width: 580px;
	width: 100%;
	position: relative;
	z-index: 5;
}

.ornament-tl {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 10;
}

.ornament-br {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 10;
}

.banner-calligraphy-topleft {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 140px;
	height: auto;
	opacity: 1;
	z-index: 2;
	pointer-events: none;
}

.banner-calligraphy-bg {
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 320px;
	height: auto;
	opacity: 0.12;
	z-index: 1;
	pointer-events: none;
}

.banner-badge-img {
	position: absolute;
	top: -40px;
	right: 60px;
	width: 140px;
	height: 140px;
	z-index: 10;
}

.banner-title {
	font-family: "Noto Serif JP", serif;
	color: #FFF;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.banner-recruit .banner-title {
	color: #F0E8DE;
}

.banner-recruit .banner-title .brand-gold {
	color: #CAA366;
}

.banner-title .title-sub {
	font-size: 2.8rem;
	font-weight: 700;
}

.banner-title .title-main {
	font-size: 6.0rem;
	font-weight: 900;
	line-height: 1.1;
}

.banner-fc-subtitle {
	font-family: "Noto Serif JP", serif;
	color: #A90101;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.banner-fc-subtitle .fc-sub-1 {
	font-size: 4.6rem;
	font-weight: 700;
}

.banner-fc-subtitle .fc-sub-2 {
	font-size: 4.6rem;
	font-weight: 900;
}

.banner-lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #FFF;
	margin-bottom: 30px;
}

.banner-recruit .banner-lead-main {
	color: #F0E8DE;
}

.banner-recruit .banner-lead-main .brand-gold {
	color: #CAA366;
}

.banner-recruit .banner-lead-sub {
	color: #F0E8DE;
}

.banner-recruit .banner-lead-sub .wage-num {
	color: #FFF;
}

.banner-lead strong {
	color: #CAA366;
	font-size: 2.0rem;
}

.banner-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}

.banner-tag {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	border: 1px solid #CE8080;
	padding: 6px 15px;
	white-space: nowrap;
}
.banner-fc .banner-tag{
	border: 1px solid #E1CCAE;
}
.banner-image {
	flex: 1;
	width: 50%;
	position: relative;
	overflow: visible;
}

.banner-image .main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlapping-bowl-img {
	position: absolute;
	right: -80px;
	bottom: -254.5px;
	width: 509px;
	height: auto;
	z-index: 30;
}

.overlapping-badge-img {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 140px;
	height: 140px;
	z-index: 10;
}

.btn-banner-view.brand-red-text {
	color: #A90101;
}

/* Decoration Text behind button and recruit button custom background */
.banner-recruit .banner-btn-wrap {
	position: relative;
	display: inline-block;
	z-index: 5;
}

.banner-recruit .btn-banner-view {
	position: relative;
	z-index: 2;
	color: #A90101;
	background-size: cover;
}

.banner-recruit .banner-btn-decoration-text {
	position: absolute;
	top: 20px;
	left: 190px;
	width: 368px;
	height: auto;
	z-index: 1;
	pointer-events: none;
}

/* News & Media Wrap (Seamless Background) */
.news-media-wrap {
	
}

/* Media common */
.media {
	padding: 100px 0;
	background-color: transparent;
	border-bottom: none;
}

.media-inner {
	max-width: 1216px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.media-list {
	list-style: none;
	padding: 0;
	margin: 0 auto 40px auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.media-item {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #3A3A3A;
	padding: 16px;
	background-color: rgba(19, 19, 19, 0.4);
}

.media-item a {
	display: flex;
	align-items: flex-start;
	width: 100%;
	text-decoration: none;
}

.media-thumb-wrap {
	width: 120px;
	height: 80px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.media-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.media-item a:hover .media-thumb {
	transform: scale(1.05);
}

.media-content-wrap {
	margin-left: 16px;
	flex-grow: 1;
	min-width: 0;
}

.media-date {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.4rem;
	font-weight: 600;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
	width: auto;
	flex-shrink: 0;
}

.media-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFF;
	line-height: 1.5;
	margin: 0;
	transition: color 0.3s ease;
}

.media-item a:hover .media-title {
	color: #CAA366;
}

.media-btn-wrap {
	text-align: center;
	margin-top: 30px;
}

/* News specific (お知らせ) */
.news {
	background-color: transparent;
	background-image: none;
	padding: 60px 0 100px 0;
}

.news .section-title {
	font-family: "Noto Serif JP", serif;
	font-size: 3.2rem;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 0;
}

.news-inner {
	max-width: 1214px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.news-list {
	list-style: none;
	padding: 0;
	margin: 0 auto 40px auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.news-item {
	width: 100%;
}

.news-item a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.news-thumb-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.news-thumb {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.news-item a:hover .news-thumb {
	transform: scale(1.05);
}

.news-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.news-date {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1.4rem;
	font-weight: 600;
	color: #FFF;
}

.news-tag {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	color: #8D8D8D;
	padding: 4px 8px;
	border: 1px solid #767676;
	border-radius: 0;
	display: inline-block;
}

.news-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
	margin: 0;
	transition: color 0.3s ease;
}

.news-item a:hover .news-title {
	color: #CAA366;
}

.news-btn-wrap {
	text-align: center;
	margin-top: 30px;
}

/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	.mv {
		background-position: center bottom;
		background-size: cover;
		height: 992px;
	}

	.mv-inner {
		max-width: 1200px;
		margin: 0 auto;
		height: 100%;
	}

	.mv-catch {
		position: absolute;
		left: 50px;
		top: 130px;
		width: 615px;
		z-index: 10;
	}
	
	.mv-catch img {
		width: 100%;
	}

	.mv-logo {
		position: absolute;
		right: 120px;
		bottom: 50px;
		width: 180px;
		z-index: 10;
	}
	
	.mv-logo img {
		width: 100%;
	}

	.mv-point {
		position: absolute;
		left: 50px;
		top: 562px;
		width: 590px;
		z-index: 10;
	}
	
	.mv-point img {
		width: 100%;
	}

	.mv-buttons {
		position: absolute;
		left: 50px;
		top: 792px;
		display: flex;
		gap: 20px;
		z-index: 10;
	}

	.mv-buttons .btn {
		font-family: "Noto Serif JP", serif;
		font-size: 1.8rem;
		width: 290px;
		height: 60px;
		border-radius: 0;
	}

	.btn-menu-view {
		background-image: url('../imgs/top/main_menu_btn.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		border: none;
		color: #222;
	}

	.btn-menu-view:hover {
		opacity: 0.85;
		color: #131313;
	}

	.btn-shop-view {
		background-color: #A90101;
		color: #fff;
		border: none;
	}

	.btn-shop-view:hover {
		background-color: #c70202;
		color: #fff;
	}

	/* Concept PC styles moved below */

	/* Menu section PC */
	.menu-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 50px;
	}

	.menu-intro-title {
		font-size: 80px;
		margin-bottom: 20px;
	}

	.menu-intro-text {
		font-size: 20px;
		margin-top: 15px;
	}

	.menu-item-main {
		display: flex;
		justify-content: center;
		margin-top: 140px;
		margin-bottom: 80px;
	}

	.menu-item-main .menu-item {
		width: 800px;
	}

	.menu-item-main .menu-bg-calligraphy {
		width: 480px;
		height: auto;
		transform: translate(-50%, -40%);
		top: -20px;
	}

	.menu-item-main .menu-badge {
		width: 160px;
		height: 160px;
		font-size: 3.0rem;
		top: -15px;
		left: -15px;
	}

	.menu-item-main .menu-item-title {
		font-size: 4.0rem;
	}

	.menu-item-main .price-num {
		font-size: 4.0rem;
	}

	.menu-sub-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		max-width: 900px;
		margin: 0 auto 50px auto;
	}

	.menu-sub-grid .menu-item {
		width: 100%;
	}

	.menu-sub-grid .menu-bg-calligraphy {
		width: 280px;
		height: auto;
		transform: translate(-50%, -45%);
		top: -20px;
	}

	.menu-sub-grid .menu-badge {
		width: 110px;
		height: 110px;
		font-size: 2.0rem;
		top: -30px;
		left: -30px;
	}

	.menu-sub-grid .menu-item-title {
		font-size: 3.2rem;
	}

	.menu-sub-grid .price-num {
		font-size: 3.6rem;
	}

	.menu-separator {
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		height: 20px;
		z-index: 40;
	}

	/* Shop section PC */
	.shop-inner {
		max-width: 1216px;
		margin: 0 auto;
		padding: 0;
	}

	.shop-grid.active {
		display: grid;
		grid-template-columns: repeat(3, 392px);
		gap:40px 20px;
		justify-content: center;
		margin-bottom: 60px;
	}

	.shop-btn-wrap {
		text-align: center;
	}

	/* Banners Section PC */
	.banner-inner {
		width: 100%;
		display: flex;
	}

	.banner-recruit .banner-inner {
		max-width: 1600px;
		margin: 0 0 0 auto;
		padding: 0 0 120px 0;
		display: flex;
		align-items: flex-start;
		gap: clamp(40px, 7.5vw, 120px);
	}

	.banner-recruit .banner-content {
		flex: 1 1 580px;
		max-width: 580px;
		min-width: 0;
		position: relative;
		min-height: 546px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 60px 40px 54px 90px;
		box-sizing: border-box;
	}

	.banner-recruit .banner-content-inner {
		position: relative;
		max-width: 490px;
		width: 100%;
		z-index: 5;
	}

	.banner-title .title-row-1,
	.banner-title .title-row-2 {
		display: inline-block;
		white-space: nowrap;
	}

	.banner-tags {
		flex-wrap: nowrap;
	}

	.banner-recruit .banner-image {
		width: 900px;
		height: 546px;
		flex: 1 1 900px;
		max-width: 900px;
		min-width: 0;
		position: relative;
		margin-top: 120px;
	}

	.banner-recruit .banner-badge-img {
		position: absolute;
		top: -50px;
		left: -138px;
		width: 188px;
		height: 188px;
		z-index: 20;
	}

	.banner-recruit .banner-title {
		font-size: 90px;
		font-weight: 700;
		line-height: 1.15;
		color: #F0E8DE;
	}

	.banner-recruit .banner-title .brand-gold {
		font-size: 130px;
		color: #CAA366;
	}

	.banner-recruit .banner-lead-main {
		font-size: 24px;
		font-weight: 500;
		color: #F0E8DE;
		white-space: nowrap;
	}

	.banner-recruit .banner-lead-sub {
		font-size: 18px;
		color: #F0E8DE;
	}

	.banner-recruit .banner-lead-sub .wage-num {
		font-size: 24px;
		color: #FFF;
	}

	.banner-fc .banner-inner {
		flex-direction: row;
		max-width: 1600px;
		margin: 0 auto 0 0;
		padding: 120px 0;
		display: flex;
		align-items: center;
		gap: clamp(40px, 7.5vw, 120px);
	}

	.banner-fc .banner-image {
		width: 900px;
		height: 546px;
		flex: 1 1 900px;
		max-width: 900px;
		min-width: 0;
		position: relative;
	}

	.banner-fc .banner-content {
		flex: 1 1 580px;
		max-width: 580px;
		min-width: 0;
		min-height: 546px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
		position: relative;
		box-sizing: border-box;
	}

	.banner-fc .banner-title {
		font-size: 64px;
		font-weight: 700;
		line-height: 1.1;
		color: #F0E8DE;
		margin-bottom: 25px;
	}

	.banner-fc-subtitle .fc-sub-1,
	.banner-fc-subtitle .fc-sub-2 {
		font-size: 80px;
		font-weight: 700;
		line-height: 1.15;
		color: #A90101;
	}

	.banner-fc .banner-lead-main,
	.banner-fc .banner-lead-sub {
		font-size: 24px;
		font-weight: 600;
		color: #F0E8DE;
		white-space: nowrap;
	}

	.banner-fc .banner-lead-main {
		margin-bottom: 0;
	}

	.banner-fc .banner-lead-main .brand-red-highlight {
		color: #A90101;
		font-weight: 700;
	}

	.banner-fc .banner-calligraphy-bg {
		width: 140px;
		opacity: 1;
		right: 40px;
		bottom: -80px;
	}

	.banner-fc .overlapping-badge-img {
		position: absolute;
		right: -60px;
		bottom: -60px;
		width: 188px;
		height: 188px;
		z-index: 10;
	}

	.banner-fc .overlapping-fc-text-img {
		position: absolute;
		right: 148px;
		bottom: -60px;
		width: 283px;
		height: auto;
		z-index: 10;
	}

	/* News Section PC */
	.news {
		padding-top: 120px;
	}

	.news .section-title {
		font-size: 5.0rem;
	}

	.news-list {
		flex-direction: row;
		justify-content: space-between;
		gap: clamp(20px, 3.5vw, 44.6px);
		margin-bottom: 60px;
	}

	.news-item {
		width: 22.24%;
		max-width: 270px;
	}

	/* Media Section PC */
	.media {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.media .section-title {
		font-size: 5.0rem;
		color: #FFF;
	}

	.media-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
		margin-bottom: 60px;
	}

	.media-item {
		width: calc(50% - 12px);
	}
}

/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	.mv {
		background-position: 70% top;
		background-size: cover;
		padding-top: 110px;
		padding-bottom: 50px;
	}

	.mv-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 20px;
	}

	.mv-catch {
		width: 75%;
		max-width: 280px;
		margin-bottom: 20px;
	}
	
	.mv-catch img {
		width: 100%;
	}

	.mv-logo {
		width: 100px;
		margin-bottom: 30px;
	}
	
	.mv-logo img {
		width: 100%;
	}

	.mv-point {
		width: 90%;
		max-width: 320px;
		margin-bottom: 25px;
	}
	
	.mv-point img {
		width: 100%;
	}

	.mv-buttons {
		display: flex;
		gap: 12px;
		width: 100%;
		max-width: 320px;
		justify-content: center;
	}

	.mv-buttons .btn {
		flex: 1;
		padding: 12px 5px;
		font-size: 1.4rem;
	}

	.btn-menu-view {
		background-color: #e9e0d2;
		color: #222;
		border: 1px solid #dcd1be;
	}

	.btn-shop-view {
		background-color: #8f0d0d;
		color: #fff;
		border: 1px solid #8f0d0d;
	}

	/* Section wrap SP */
	.section-title-wrap {
		margin-bottom: 35px;
	}

	.section-title {
		font-size: 2.8rem;
	}

	/* Concept SP styles moved below */

	/* Menu Section SP */
	.menu {
		padding: 60px 0;
		background-position: left top;
		background-size: 150% auto;
	}

	.menu-intro-title {
		font-size: 3.2rem;
		padding: 0 15px;
	}

	.menu-intro-text {
		font-size: 1.4rem;
		margin-top: 10px;
		padding: 0 15px;
	}

	.menu-inner {
		padding: 0 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.menu-item-main {
		width: 100%;
		max-width: 450px;
		margin-bottom: 40px;
		display: flex;
		justify-content: center;
	}

	.menu-item-main .menu-item {
		width: 100%;
	}

	.menu-item-main .menu-bg-calligraphy {
		width: 250px;
		height: auto;
		transform: translate(-50%, -40%);
		top: -20px;
	}

	.menu-item-main .menu-badge {
		width: 110px;
		height: 110px;
		font-size: 2.0rem;
		top: -25px;
		left: -25px;
	}

	.menu-item-main .menu-item-title {
		font-size: 2.8rem;
	}

	.menu-item-main .price-num {
		font-size: 2.8rem;
	}

	.menu-sub-grid {
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: 100%;
		max-width: 450px;
		margin-bottom: 40px;
	}

	.menu-sub-grid .menu-item {
		width: 100%;
	}

	.menu-sub-grid .menu-bg-calligraphy {
		width: 180px;
		height: auto;
		transform: translate(-50%, -45%);
		top: -20px;
	}

	.menu-sub-grid .menu-badge {
		width: 80px;
		height: 80px;
		font-size: 1.4rem;
		top: -15px;
		left: -15px;
	}

	.menu-sub-grid .menu-item-title {
		font-size: 2.2rem;
	}

	.menu-sub-grid .price-num {
		font-size: 2.4rem;
	}

	.menu-bottom-content {
		margin-top: 20px;
		width: 100%;
	}

	.menu-notes {
		font-size: 1.2rem;
		padding: 0 10px;
	}

	.btn-menu-all-view {
		width: 250px;
		height: 50px;
		font-size: 1.4rem;
	}

	.menu-separator {
		width: 100%;
		height: 10px;
		overflow: hidden;
		margin-top: 40px;
	}

	/* Shop Section SP */
	.shop {
		padding: 0 0 160px 0;
	}

	.shop-header {
		height: auto;
		padding: 40px 0;
		margin-bottom: 30px;
	}

	.shop-graphics-container {
		flex-direction: column;
		gap: 30px;
		margin: 0 auto;
		align-items: center;
	}

	.shop-graphic-logo {
		margin-top: 0;
	}

	.shop-graphic-map {
		margin-top: 0;
	}

	.shop-graphic-text {
		margin-top: 0;
	}

	.shop-graphic-logo {
		width: 120px;
	}

	.shop-graphic-map {
		width: 80%;
		max-width: 400px;
	}

	.shop-graphic-text {
		width: 70%;
		max-width: 300px;
	}

	.shop-heading {
		font-size: 2.8rem;
		margin-bottom: 40px;
		padding: 0 15px;
	}

	.shop-inner {
		padding: 0 20px;
	}

	.shop-tabs {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 40px;
	}

	.shop-tab {
		width: calc(50% - 5px);
		height: 50px;
		font-size: 1.6rem;
	}

	.shop-grid.active {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin-bottom: 40px;
	}

	.shop-card {
		width: 100%;
		max-width: 392px;
	}

	.shop-card-img-wrap {
		width: 100%;
		height: auto;
		aspect-ratio: 392 / 280;
	}

	.shop-card-title {
		font-size: 2.2rem;
	}

	.btn-shop-all-view {
		width: 250px;
		height: 50px;
		font-size: 1.4rem;
	}

	/* Banners Section SP */
	.banner-inner {
		flex-direction: column;
	}

	.banner-fc .banner-inner {
		flex-direction: column-reverse;
		padding: 40px 0;
		gap: 0;
	}

	.banner-recruit .banner-inner {
		padding: 40px 0;
		gap: 0;
	}

	.banner-recruit .banner-content {
		width: 100%;
		padding: 60px 20px;
		align-items: center;
		text-align: center;
		height: auto;
		position: relative;
	}

	.banner-recruit .banner-content-inner {
		position: static;
		width: 100%;
		max-width: 100%;
	}

	.ornament-tl, .ornament-br {
		display: none;
	}

	.banner-calligraphy-topleft {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 80px;
		height: auto;
		opacity: 1;
		z-index: 2;
		pointer-events: none;
	}

	.banner-calligraphy-bg {
		width: 200px;
		right: 20px;
		bottom: 10px;
	}

	.banner-fc .banner-calligraphy-bg {
		width: 100px;
		right: 20px;
		bottom: 20px;
		opacity: 1;
	}

	.banner-badge-img {
		width: 100px;
		height: 100px;
		top: -20px;
		right: 20px;
	}

	.banner-recruit .banner-badge-img {
		top: -30px;
		left: 20px;
		right: auto;
		width: 100px;
		height: 100px;
	}

	.banner-recruit .banner-btn-decoration-text {
		position: absolute;
		top: 20px;
		left: 140px;
		width: 250px;
		height: auto;
		right: auto;
		bottom: auto;
	}

	.banner-title {
		align-items: center;
		margin-bottom: 20px;
	}

	.banner-recruit .banner-title {
		font-size: 3.6rem;
		line-height: 1.2;
	}

	.banner-recruit .banner-title .brand-gold {
		font-size: 4.8rem;
	}

	.banner-recruit .banner-lead-main {
		font-size: 1.8rem;
		white-space: normal;
	}

	.banner-recruit .banner-lead-sub {
		font-size: 1.4rem;
	}

	.banner-recruit .banner-lead-sub .wage-num {
		font-size: 1.8rem;
	}

	.banner-title .title-sub {
		font-size: 2.0rem;
	}

	.banner-title .title-main {
		font-size: 3.6rem;
	}

	.banner-fc-subtitle {
		align-items: center;
		margin-bottom: 20px;
	}

	.banner-fc-subtitle .fc-sub-1,
	.banner-fc-subtitle .fc-sub-2 {
		font-size: 3.6rem;
	}

	.banner-fc .banner-title {
		font-size: 3.0rem;
		line-height: 1.3;
	}

	.banner-fc .banner-lead-main {
		font-size: 1.8rem;
		white-space: normal;
		margin-bottom: 5px;
	}

	.banner-fc .banner-lead-sub {
		font-size: 1.8rem;
		white-space: normal;
	}

	.banner-lead {
		font-size: 1.4rem;
		margin-bottom: 25px;
	}

	.banner-tags {
		justify-content: center;
		gap: 8px;
		margin-bottom: 30px;
	}

	.banner-tag {
		font-size: 1.2rem;
		padding: 4px 10px;
	}

	.banner-recruit .banner-image {
		width: 100%;
		height: 250px;
		flex: none;
		margin-top: 0;
	}

	.banner-fc .banner-image {
		width: 100%;
		height: 250px;
		flex: none;
	}

	.banner-fc .banner-content {
		width: 100%;
		padding: 60px 20px;
		align-items: center;
		text-align: center;
	}

	.banner-image {
		width: 100%;
		height: 250px;
	}

	.overlapping-bowl-img {
		width: 250px;
		right: 0;
		bottom: -50px;
	}

	.overlapping-badge-img {
		width: 100px;
		height: 100px;
		right: -15px;
		bottom: -15px;
	}

	.banner-fc .overlapping-badge-img {
		right: -10px;
		bottom: -10px;
		width: 80px;
		height: 80px;
	}

	.banner-fc .overlapping-fc-text-img {
		position: absolute;
		right: 80px;
		bottom: -10px;
		width: 160px;
		height: auto;
		z-index: 10;
	}

	/* Media Section SP */
	.media {
		padding: 60px 0;
	}

	.media-item {
		padding: 12px;
	}

	.media-content-wrap {
		margin-left: 12px;
	}

	/* News Section SP */
	.news {
		padding: 60px 0;
	}

	.news-item a {
		display: block;
		width: 100%;
	}
}


/* ==================================================
   Brand Story (Concept) Responsive Styles
   ================================================== */

@media screen and (max-width: 1199px) {
	/* Concept Section SP/Tablet Stack */
	.concept {
		padding: 60px 0 80px 0;
	}

	.concept-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 20px;
	}

	.concept-content {
		width: 100%;
		max-width: 690px;
		text-align: center;
		margin-bottom: 40px;
	}

	.concept-title-bg {
		width: 280px;
		height: 126px;
		margin: 0 auto 15px auto;
	}

	.concept-title {
		font-size: 28px;
	}

	.concept-lead {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.concept-description {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.concept-photos {
		display: flex;
		flex-direction: row;
		gap: 10px;
		width: 100%;
		max-width: 690px;
		margin-bottom: 30px;
		justify-content: center;
	}

	.concept-photo {
		position: static !important;
		flex: 1;
		width: 30%;
		height: 120px;
		object-fit: cover;
		border-radius: 0;
	}

	.concept-btn-wrap {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.btn-concept-view {
		width: 250px;
		height: 50px;
		font-size: 1.4rem;
		border-radius: 0;
	}

	.concept-separator {
		width: 100%;
		height: 10px;
		overflow: hidden;
		margin-top: 40px;
	}

}

/* Override thumbnail height on mobile viewports (< 768px) */
@media screen and (max-width: 767px) {
	.concept-photo {
		height: 80px;
	}
	.concept-lead {
		font-size: 5.5vw;
	}
}

@media screen and (min-width: 1200px) {
	/* Concept section PC absolute positioning */
	.concept {
		height: 950px;
	}

	.concept-inner {
		max-width: 1200px;
		margin: 0 auto;
		height: 100%;
		position: relative;
	}

	.concept-content {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 120px;
		width: 690px;
		text-align: center;
		z-index: 10;
	}

	.concept-title-bg {
		width: 361px;
		height: 163px;
		margin: 0 auto 20px auto;
	}

	.concept-title {
		font-size: 40px;
	}

	.concept-lead {
		font-size: 40px;
		margin-bottom: 50px;
	}

	.concept-description {
		font-size: 18px;
	}

	.concept-photos {
		position: static;
	}

	.concept-photo-1 {
		position: absolute;
		right: calc(50% + 485px);
		top: -80px;
		width: 460px;
		height: 500px;
		z-index: 20;
	}

	.concept-photo-2 {
		position: absolute;
		right: calc(50% + 365px);
		top: 460px;
		width: 430px;
		height: 332px;
		z-index: 20;
	}

	.concept-photo-3 {
		position: absolute;
		left: calc(50% + 395px);
		top: 120px;
		width: 510px;
		height: 689px;
		z-index: 20;
	}

	.concept-btn-wrap {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 780px;
		z-index: 30;
	}

	.btn-concept-view {
		width: 290px;
		height: 60px;
		font-size: 1.8rem;
		border-radius: 0;
	}

	.concept-separator {
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		height: 20px;
		z-index: 40;
	}
}

/* SPトップ（Figma 376pxフレーム準拠） */
.price-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#top main {
		width: 100%;
		overflow: hidden;
	}

	#top .price-pc {
		display: none;
	}

	#top .price-sp {
		display: inline;
	}

	#top .mv,
	#top .concept,
	#top .menu,
	#top .shop,
	#top .banners,
	#top .news-media-wrap,
	#top .news,
	#top .media {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
	}

	/* Main visual: Figma y=0-642 */
	#top .mv {
		height: 642px;
		min-height: 0;
		padding: 0;
		background-color: #131313;
		background-image: none;
		overflow: hidden;
	}

	#top .mv::before {
		position: absolute;
		top: -166px;
		left: 50%;
		width: 578px;
		height: 808px;
		background: url('../imgs/top/main_bg.png') center / cover no-repeat;
		content: "";
		transform: translateX(-50%);
	}

	#top .mv-inner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}

	#top .mv-catch {
		position: absolute;
		top: 49px;
		left: max(15px, calc(50% - 166px));
		z-index: 2;
		width: min(265px, calc(100% - 30px));
		max-width: none;
		margin: 0;
	}

	#top .mv-catch img,
	#top .mv-logo img,
	#top .mv-point img {
		width: 100%;
		height: auto;
	}

	#top .mv-logo {
		position: absolute;
		top: 203px;
		left: 50%;
		z-index: 2;
		width: 95px;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .mv-point {
		position: absolute;
		top: 449px;
		left: 50%;
		z-index: 2;
		width: min(345px, calc(100% - 30px));
		max-width: none;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .mv-buttons {
		position: absolute;
		top: 592px;
		left: 50%;
		z-index: 3;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: min(328px, calc(100% - 48px));
		max-width: none;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .mv-buttons .btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		padding: 0;
		border: 0;
		border-radius: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
	}

	#top .btn-menu-view {
		color: #131313;
		background: url('../imgs/top/main_menu_btn.png') center / cover no-repeat;
	}

	#top .btn-shop-view {
		color: #fff;
		background: #a90101;
	}

	/* Brand story: Figma y=642-1392 */
	#top .concept {
		height: 750px;
		padding: 0;
		background: #131313;
		overflow: visible;
	}

	#top .concept-inner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}

	#top .concept-content {
		position: absolute;
		inset: 0;
		width: 100%;
		max-width: none;
		margin: 0;
		text-align: center;
	}

	#top .concept-title-bg {
		position: absolute;
		top: 32px;
		left: 50%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		box-sizing: border-box;
		width: 190px;
		height: 100px;
		margin: 0;
		padding-top: 64px;
		transform: translateX(-50%);
	}

	#top .concept-title {
		margin: 0;
		font-family: "Poppins", sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: .05em;
	}

	#top .concept-lead {
		position: absolute;
		top: 140px;
		left: 50%;
		width: min(311px, calc(100% - 30px));
		margin: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 26px;
		letter-spacing: 0;
		transform: translateX(-50%);
	}

	#top .concept-description {
		position: absolute;
		top: 242px;
		left: 50%;
		width: min(345px, calc(100% - 30px));
		margin: 0;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0;
		transform: translateX(-50%);
	}

	#top .concept-photos {
		position: absolute;
		top: 416px;
		left: 50%;
		display: grid;
		grid-template-columns: repeat(3, 165px);
		gap: 8px;
		width: 511px;
		max-width: none;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .concept-photo {
		position: static !important;
		width: 165px;
		height: 180px;
		object-fit: cover;
		box-shadow: none;
	}

	#top .concept-btn-wrap {
		position: absolute;
		top: 636px;
		left: 50%;
		display: block;
		width: 240px;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .btn-concept-view,
	#top .btn-menu-all-view,
	#top .btn-shop-all-view,
	#top .btn-banner-view,
	#top .btn-news-view {
		width: 240px;
		height: 50px;
		padding: 0;
		border-radius: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		background-position: center;
		background-size: cover;
	}

	#top .concept-separator {
		position: absolute;
		top: 100%;
		bottom: auto;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 14px;
		margin: 0;
	}

	/* Menu: Figma y=1392-2433 */
	#top .menu {
		height: 1041px;
		padding: 0;
		background-color: #1e1e1e;
		background-image: linear-gradient(135deg, transparent 50%, #131313 50%), url('../imgs/top/menu_bg.png');
		background-position: center, left calc(100vw * 22 / 376);
		background-size: cover, calc(100vw * 435 / 376) auto;
		overflow: visible;
	}

	#top .menu-intro {
		position: absolute;
		top: 86px;
		left: 50%;
		z-index: 3;
		width: min(304px, calc(100% - 30px));
		margin: 0;
		text-align: left;
		transform: translateX(-50%);
	}

	#top .menu-intro-title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 40px;
		font-weight: 700;
		line-height: 57.48px;
		letter-spacing: -2px;
	}

	#top .menu-intro-text {
		position: absolute;
		top: 101px;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 15px;
		font-weight: 600;
		line-height: 21.56px;
		letter-spacing: 0;
	}

	#top .menu-inner {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}

	#top .menu-item:hover {
		transform: none;
	}

	#top .menu-item-main {
		position: absolute;
		top: 243px;
		left: 50%;
		width: min(320px, calc(100% - 56px));
		max-width: none;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .menu-item-main .menu-item {
		width: 100%;
	}

	#top .menu-image-wrap {
		display: block;
		width: 100%;
		height: 253px;
	}

	#top .menu-bg-calligraphy {
		top: 0;
		left: 50%;
		height: auto;
		opacity: 1;
		font-size: 60px;
		transform: translateX(-50%);
	}

	#top .menu-item-main .menu-bg-calligraphy {
		top: 0;
		width: 152px;
		font-size: 80px;
		transform: translateX(-50%);
	}

	#top .menu-img {
		top: 43px;
		width: 100%;
		height: auto;
		aspect-ratio: 320 / 210;
		object-fit: contain;
		object-position: center;
	}

	#top .menu-item-main .menu-badge {
		top: 30px;
		left: 7px;
		width: 80px;
		height: 80px;
		font-size: 16px;
		line-height: 1.2;
		box-shadow: none;
	}

	#top .menu-info {
		margin-top: 16px;
		padding: 0;
	}

	#top .menu-sub-catch {
		width: 172px;
		height: 28px;
		margin: 0 auto 6px;
		font-size: 12px;
		line-height: 1;
	}

	#top .menu-item-main .menu-item-title {
		margin: 0;
		font-size: 20px;
		line-height: 28.74px;
		letter-spacing: -1px;
	}

	#top .menu-item-main .price-num {
		font-size: 20px;
	}

	#top .menu-item-main .price-unit {
		font-size: 14px;
	}

	#top .menu-item-main .price-tax {
		font-size: 12px;
	}

	#top .menu-item-price {
		margin: 0;
		line-height: 1;
	}

	#top .menu-sub-grid {
		position: absolute;
		top: 628px;
		left: 50%;
		display: grid;
		grid-template-columns: repeat(2, 160px);
		gap: 26px;
		width: 346px;
		max-width: none;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .menu-sub-grid .menu-item {
		width: 160px;
	}

	#top .menu-sub-grid .menu-image-wrap {
		height: 148px;
	}

	#top .menu-sub-grid .menu-bg-calligraphy {
		top: 0;
		width: 114px;
		font-size: 50px;
		transform: translateX(-50%);
	}

	#top .menu-sub-grid .menu-img {
		top: 43px;
		width: 160px;
		height: 105px;
		aspect-ratio: auto;
	}

	#top .menu-sub-grid .menu-badge {
		top: 13px;
		left: 1px;
		width: 60px;
		height: 60px;
		font-size: 12px;
		line-height: 1.2;
		box-shadow: none;
	}

	#top .menu-sub-grid .menu-info {
		margin-top: 14px;
	}

	#top .menu-sub-grid .menu-sub-catch {
		width: 116px;
		height: 19px;
		margin-bottom: 13px;
		font-size: 12px;
	}

	#top .menu-sub-grid .menu-item-title {
		margin: 0;
		font-size: 16px;
		line-height: 22.99px;
		letter-spacing: -.8px;
	}

	#top .menu-sub-grid .price-num {
		font-size: 18px;
	}

	#top .menu-sub-grid .price-unit {
		font-size: 12px;
	}

	#top .menu-sub-grid .price-tax {
		font-size: 10px;
	}

	#top .menu-bottom-content {
		position: absolute;
		top: 899px;
		left: 0;
		width: 100%;
		margin: 0;
	}

	#top .menu-notes {
		width: min(297px, calc(100% - 30px));
		margin: 0 auto;
		padding: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 12px;
		line-height: 17.24px;
		white-space: nowrap;
	}

	#top .menu-btn-wrap {
		margin-top: 11px;
	}

	#top .menu-separator {
		position: absolute;
		top: 100%;
		bottom: auto;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 14px;
		margin: 0;
	}

	/* Shop: Figma y=2433-3781 */
	#top .shop {
		height: 1348px;
		padding: 0;
		background: #131313;
		overflow: hidden;
	}

	#top .shop-header {
		position: absolute;
		top: 22px;
		left: 0;
		width: 100%;
		height: 153px;
		margin: 0;
		padding: 0;
		background-position: center;
		background-size: cover;
		overflow: visible;
	}

	#top .shop-graphics-container {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	#top .shop-graphic-logo {
		position: absolute;
		top: 24px;
		left: max(15px, calc(50% - 173px));
		width: 80px;
		margin: 0;
	}

	#top .shop-graphic-map {
		position: absolute;
		top: 50px;
		left: 50%;
		width: 200px;
		max-width: none;
		margin: 0;
		transform: translateX(-50%);
	}

	#top .shop-graphic-text {
		position: absolute;
		top: 158px;
		right: max(13px, calc(50% - 175px));
		width: 119px;
		max-width: none;
		margin: 0;
	}

	#top .shop-heading {
		position: absolute;
		top: 256px;
		left: 50%;
		z-index: 3;
		width: 230px;
		margin: 0;
		padding: 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 34.49px;
		letter-spacing: -1.2px;
		transform: translateX(-50%);
	}

	#top .shop-inner {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	#top .shop-tabs {
		position: absolute;
		top: 342px;
		left: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0 15px;
		gap: 5px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	#top .shop-tabs::-webkit-scrollbar {
		display: none;
	}

	#top .shop-tab {
		flex: 0 0 164px;
		width: 164px;
		height: 50px;
		font-size: 15px;
	}

	#top .shop-tab:nth-child(3) {
		order: 4;
	}

	#top .shop-tab:nth-child(4) {
		order: 3;
	}

	#top .shop-content-wrapper {
		position: absolute;
		top: 424px;
		left: 0;
		width: 100%;
	}

	#top .shop-grid.active {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 40px;
		width: 100%;
		margin: 0;
	}

	#top .shop-card {
		width: 242px;
		height: 230px;
		max-width: none;
	}

	#top .shop-card-img-wrap {
		width: 240px;
		height: 173px;
		aspect-ratio: auto;
	}

	#top .shop-card-info {
		width: 240px;
		padding: 16px 0 0;
	}

	#top .shop-card-title {
		margin: 0 0 3px;
		font-size: 18px;
		line-height: 22px;
	}

	#top .shop-card-station {
		font-size: 12px;
		line-height: 16px;
	}

	#top .shop-btn-wrap {
		position: absolute;
		top: 1234px;
		left: 50%;
		width: 240px;
		margin: 0;
		text-align: center;
		transform: translateX(-50%);
	}

	/* Recruit / FC: Figma y=3781-5250 */
	#top .banner,
	#top .banner-inner {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
	}

	#top .banner-recruit {
		height: 715px;
		background: #8c0c0c url('../imgs/top/recruit_bg.png') center / cover no-repeat;
		overflow: hidden;
	}

	#top .banner-fc {
		height: 754px;
		background: #131313 url('../imgs/top/fc_bg.png') center / cover no-repeat;
		overflow: hidden;
	}

	#top .banner-inner {
		height: 100%;
	}

	#top .banner-content,
	#top .banner-image {
		position: absolute;
		inset: 0;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 0;
		text-align: left;
		overflow: visible;
	}

	#top .banner-content-inner {
		position: absolute;
		top: 64px;
		left: 50%;
		z-index: 5;
		width: min(345px, calc(100% - 30px));
		max-width: none;
		transform: translateX(-50%);
	}

	#top .banner-title,
	#top .banner-fc-subtitle,
	#top .banner-lead,
	#top .banner-tags {
		align-items: flex-start;
		justify-content: flex-start;
	}

	#top .banner-title .title-row-1,
	#top .banner-title .title-row-2,
	#top .banner-fc-subtitle span {
		display: block;
		white-space: nowrap;
	}

	#top .banner-recruit .banner-title {
		gap: 0;
		height: 103px;
		margin: 0 0 16px;
		font-size: 60px;
		font-weight: 700;
		line-height: 43px;
		letter-spacing: -3px;
	}

	#top .banner-recruit .banner-title .brand-gold {
		font-size: inherit;
	}

	#top .banner-recruit .banner-lead {
		margin: 0 0 16px;
		font-weight: 600;
		line-height: 1;
	}

	#top .banner-recruit .banner-lead-main {
		margin: 0;
		font-size: 15px;
		line-height: 21px;
		white-space: nowrap;
	}

	#top .banner-recruit .banner-lead-sub {
		margin: 0;
		font-size: 20px;
		line-height: 42px;
		white-space: nowrap;
	}

	#top .banner-recruit .banner-lead-sub .wage-num {
		font-size: inherit;
	}

	#top .banner-tags {
		display: grid;
		grid-template-columns: max-content max-content;
		gap: 8px 8px;
		width: max-content;
		margin: 0;
	}

	#top .banner-tag {
		box-sizing: border-box;
		height: 29px;
		padding: 4px 15px;
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
	}

	#top .banner-recruit .banner-btn-wrap {
		position: absolute;
		top: 296px;
		left: 53px;
		display: block;
		width: 240px;
		height: 50px;
	}

	#top .banner-recruit .banner-btn-decoration-text {
		top: -24px;
		left: 103px;
		z-index: 1;
		width: 190px;
	}

	#top .banner-recruit .btn-banner-view {
		position: relative;
		z-index: 2;
		background-size: cover;
	}

	#top .banner-recruit .banner-image .main-image,
	#top .banner-fc .banner-image .main-image {
		position: absolute;
		left: 50%;
		width: min(346px, calc(100% - 30px));
		height: auto;
		aspect-ratio: 345 / 209;
		object-fit: cover;
		transform: translateX(-50%);
	}

	#top .banner-recruit .banner-image .main-image {
		top: 442px;
	}

	#top .banner-fc .banner-image .main-image {
		top: 480px;
	}

	#top .banner-recruit .banner-badge-img {
		top: 40px;
		right: max(15px, calc(50% - 173px));
		left: auto;
		width: 136px;
		height: 136px;
	}

	#top .banner-calligraphy-topleft,
	#top .overlapping-bowl-img,
	#top .banner-fc .banner-calligraphy-bg {
		display: none;
	}

	#top .banner-fc .banner-content-inner {
		top: 64px;
	}

	#top .banner-fc .banner-title {
		gap: 0;
		height: 58px;
		margin: 0 0 16px;
		font-family: "Noto Serif JP", serif;
		font-size: 24px;
		font-weight: 700;
		line-height: 34px;
		color: #f0e8de;
		letter-spacing: -1.2px;
	}

	#top .banner-fc-subtitle {
		gap: 0;
		height: 82px;
		margin: 0 0 16px;
	}

	#top .banner-fc-subtitle .fc-sub-1,
	#top .banner-fc-subtitle .fc-sub-2 {
		font-size: 60px;
		font-weight: 700;
		line-height: 43px;
		letter-spacing: -3px;
	}

	#top .banner-fc .banner-lead {
		margin: 0 0 16px;
		font-size: 15px;
		font-weight: 600;
		line-height: 24px;
		color: #f0e8de;
	}

	#top .banner-fc .banner-lead-main,
	#top .banner-fc .banner-lead-sub {
		margin: 0;
		font-size: inherit;
		line-height: inherit;
		white-space: nowrap;
	}

	#top .banner-fc .banner-tags {
		grid-template-columns: max-content max-content;
	}

	#top .banner-fc .banner-tags .banner-tag:last-child {
		grid-column: 1;
	}

	#top .banner-fc .banner-btn-wrap {
		position: absolute;
		top: 334px;
		left: 53px;
		width: 240px;
		height: 50px;
	}

	#top .banner-fc .overlapping-badge-img {
		top: 90px;
		right: max(14px, calc(50% - 174px));
		bottom: auto;
		width: 136px;
		height: 136px;
	}

	#top .banner-fc .overlapping-fc-text-img {
		top: 379px;
		right: max(10px, calc(50% - 178px));
		bottom: auto;
		width: 137px;
		height: auto;
	}

	/* News: Figma y=5250-5838 */
	#top .news-media-wrap {
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}

	#top .news {
		position: relative;
		height: 588px;
		padding: 0;
		overflow: hidden;
	}

	#top .news .section-title-wrap {
		position: absolute;
		top: 64px;
		left: 0;
		width: 100%;
		margin: 0;
	}

	#top .news .section-title,
	#top .media .section-title {
		margin: 0;
		padding: 0;
		font-family: "Noto Serif JP", serif;
		font-size: 30px;
		font-weight: 700;
		line-height: 43px;
		letter-spacing: -.9px;
		color: #fff;
	}

	#top .news-inner {
		position: static;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	#top .news-list {
		position: absolute;
		top: 134px;
		left: 50%;
		display: flex;
		flex-direction: row;
		gap: 16px;
		width: max-content;
		margin: 0;
		padding: 0;
		transform: translateX(-316px);
	}

	#top .news-item {
		flex: 0 0 200px;
		width: 200px;
	}

	#top .news-thumb-wrap {
		width: 200px;
		height: 283px;
	}

	#top .news-thumb {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#top .news-meta {
		width: 200px;
		margin: 10px 0 15px;
	}

	#top .news-date {
		font-size: 12px;
		line-height: 19px;
	}

	#top .news-tag {
		padding: 2px 7px;
		font-size: 12px;
		line-height: 14px;
	}

	#top .news-title {
		width: 200px;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
	}

	#top .news-btn-wrap {
		position: absolute;
		top: 538px;
		left: 50%;
		width: 240px;
		margin: 0;
		transform: translateX(-50%);
	}

	/* Media: Figma y=5838-6357 */
	#top .media {
		position: relative;
		height: 519px;
		padding: 0;
		border: 0;
	}

	#top .media .section-title-wrap {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		margin: 0;
	}

	#top .media-inner {
		position: absolute;
		top: 150px;
		left: 50%;
		width: min(346px, calc(100% - 30px));
		max-width: none;
		margin: 0;
		padding: 0;
		transform: translateX(-50%);
	}

	#top .media-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 100%;
		margin: 0;
	}

	#top .media-item {
		width: 100%;
		height: 61px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	#top .media-item:nth-child(n + 4) {
		display: none;
	}

	#top .media-item a {
		align-items: flex-start;
		height: 61px;
	}

	#top .media-thumb-wrap {
		width: 90px;
		height: 60px;
	}

	#top .media-content-wrap {
		margin-left: 8px;
	}

	#top .media-date {
		margin: 0 0 8px;
		font-size: 12px;
		line-height: 9px;
	}

	#top .media-title {
		font-size: 14px;
		line-height: 22px;
	}

	#top .media-btn-wrap {
		position: absolute;
		top: 255px;
		left: calc(50% - 6px);
		width: 240px;
		margin: 0;
		transform: translateX(-50%);
	}
}

/* SPトップ 可変レイアウト調整 */
@media screen and (max-width: 767px) {
	#top .mv-buttons .btn,
	#top .btn-concept-view,
	#top .btn-menu-all-view,
	#top .btn-shop-all-view,
	#top .btn-banner-view,
	#top .btn-news-view {
		font-size: 1.5rem;
	}

	#top .concept,
	#top .menu,
	#top .shop,
	#top .banner-recruit,
	#top .banner-fc,
	#top .news,
	#top .media {
		height: auto;
		min-height: 0;
	}

	/* Brand story */
	#top .concept {
		padding: 3.2rem 0 6.4rem;
	}

	#top .concept-inner {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	#top .concept-content {
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#top .concept-title-bg {
		position: static;
		width: 19rem;
		height: 10rem;
		margin: 0 auto;
		padding-top: 6.4rem;
		transform: none;
	}

	#top .concept-title {
		font-size: 2rem;
	}

	#top .concept-lead {
		position: static;
		width: min(82.8%, 31.1rem);
		margin: .8rem auto 0;
		font-size: clamp(1.6rem, 4.8vw, 1.8rem);
		line-height: 1.45;
		transform: none;
	}

	#top .concept-description {
		position: static;
		width: min(91.8%, 43rem);
		margin: 1.8rem auto 0;
		font-size: clamp(1.3rem, 3.72vw, 1.4rem);
		line-height: 1.58;
		transform: none;
	}

	#top .concept-photos {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: .8rem;
		width: 100%;
		margin: 4.2rem 0 0;
		transform: none;
	}

	#top .concept-photo {
		width: 100%;
		height: auto;
		aspect-ratio: 165 / 180;
	}

	#top .concept-btn-wrap {
		position: static;
		width: 24rem;
		margin: 4rem auto 0;
		transform: none;
	}

	#top .concept-separator {
		top: auto;
		bottom: -1.4rem;
	}

	/* Menu */
	#top .menu {
		padding: 8.6rem 0 6.4rem;
		overflow: visible;
	}

	#top .menu-intro {
		position: static;
		width: min(91.8%, 46rem);
		margin: 0 auto;
		text-align: center;
		transform: none;
	}

	#top .menu-intro-title {
		position: static;
		font-size: clamp(3.2rem, 10.64vw, 4rem);
		line-height: 1.35;
		letter-spacing: -.05em;
		text-align: center;
	}

	#top .menu-intro-text {
		position: static;
		margin-top: 2rem;
		font-size: clamp(1.3rem, 3.99vw, 1.5rem);
		line-height: 1.65;
		text-align: center;
	}

	#top .menu-inner {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	#top .menu-item-main {
		position: static;
		width: min(85.1%, 42rem);
		margin: 2.4rem auto 0;
		transform: none;
	}

	#top .menu-image-wrap,
	#top .menu-sub-grid .menu-image-wrap {
		height: auto;
		padding-top: 4.3rem;
	}

	#top .menu-img,
	#top .menu-sub-grid .menu-img {
		top: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 320 / 210;
	}

	#top .menu-item-main .menu-badge {
		top: 3rem;
		font-size: clamp(1.3rem, 4.26vw, 1.6rem);
	}

	#top .menu-info,
	#top .menu-sub-grid .menu-info {
		margin-top: 1.4rem;
	}

	#top .menu-sub-catch {
		font-size: 1.2rem;
	}

	#top .menu-item-main .menu-item-title {
		font-size: clamp(1.8rem, 5.32vw, 2rem);
		line-height: 1.45;
	}

	#top .menu-item-main .price-num {
		font-size: 2rem;
	}

	#top .menu-item-main .price-unit {
		font-size: 1.4rem;
	}

	#top .menu-item-main .price-tax {
		font-size: 1.2rem;
	}

	#top .menu-sub-grid {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(1.6rem, 6.91vw, 2.6rem);
		width: min(92%, 46rem);
		margin: 4rem auto 0;
		transform: none;
	}

	#top .menu-sub-grid .menu-item {
		width: 100%;
	}

	#top .menu-sub-grid .menu-img {
		aspect-ratio: 160 / 105;
	}

	#top .menu-sub-grid .menu-badge {
		top: 1.3rem;
		font-size: clamp(1rem, 3.19vw, 1.2rem);
	}

	#top .menu-sub-grid .menu-item-title {
		font-size: clamp(1.4rem, 4.26vw, 1.6rem);
		line-height: 1.45;
	}

	#top .menu-sub-grid .price-num {
		font-size: 1.8rem;
	}

	#top .menu-sub-grid .price-unit {
		font-size: 1.2rem;
	}

	#top .menu-sub-grid .price-tax {
		font-size: 1rem;
	}

	#top .menu-bottom-content {
		position: static;
		width: 100%;
		margin: 4rem 0 0;
	}

	#top .menu-notes {
		width: min(90%, 42rem);
		font-size: clamp(1rem, 3.19vw, 1.2rem);
		line-height: 1.5;
		white-space: normal;
	}

	#top .menu-btn-wrap {
		margin-top: 2rem;
	}

	#top .menu-separator {
		top: auto;
		bottom: -1.4rem;
	}

	/* Shop */
	#top .shop {
		padding: 2.2rem 0 6.4rem;
	}

	#top .shop-header {
		position: relative;
		top: auto;
		height: auto;
		aspect-ratio: 376 / 153;
	}

	#top .shop-graphics-container {
		height: 100%;
	}

	#top .shop-graphic-logo {
		top: 2.4rem;
		left: 4%;
		width: min(21.3vw, 8rem);
	}

	#top .shop-graphic-map {
		top: 5rem;
		width: min(53.2vw, 20rem);
	}

	#top .shop-graphic-text {
		top: auto;
		right: 3.5%;
		bottom: -6rem;
		width: min(31.7vw, 11.9rem);
	}

	#top .shop-heading {
		position: static;
		width: min(90%, 46rem);
		margin: 8rem auto 0;
		font-size: clamp(2rem, 6.38vw, 2.4rem);
		line-height: 1.45;
		letter-spacing: -.05em;
		transform: none;
	}

	#top .shop-inner {
		position: static;
		height: auto;
		margin-top: 2.4rem;
	}

	#top .shop-tabs {
		position: static;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(.6rem, 2.66vw, 1rem);
		height: auto;
		padding: 0 1.5rem;
		overflow: visible;
	}

	#top .shop-tab {
		width: 100%;
		min-width: 0;
		height: 5rem;
		padding: 0 .2rem;
		font-size: clamp(1.1rem, 3.46vw, 1.5rem);
	}

	#top .shop-content-wrapper {
		position: static;
		margin-top: 3.2rem;
	}

	#top .shop-grid.active {
		gap: 4rem;
	}

	#top .shop-card {
		height: auto;
	}

	#top .shop-card-img-wrap {
		height: auto;
		aspect-ratio: 240 / 173;
	}

	#top .shop-card-title {
		font-size: 1.8rem;
	}

	#top .shop-card-station {
		font-size: 1.2rem;
	}

	#top .shop-btn-wrap {
		position: static;
		margin: 4rem auto 0;
		transform: none;
	}

	/* Recruit / FC */
	#top .banner-inner {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	#top .banner-fc .banner-inner {
		flex-direction: column-reverse;
	}

	#top .banner-content,
	#top .banner-image {
		position: static;
		inset: auto;
		height: auto;
	}

	#top .banner-content {
		padding: 6.4rem 1.5rem 0;
	}

	#top .banner-content-inner {
		position: static;
		width: 100%;
		transform: none;
	}

	#top .banner-recruit .banner-title {
		width: min(54%, 20rem);
		height: auto;
		margin: 0;
		font-size: clamp(3rem, 9.58vw, 3.8rem);
		line-height: 1.3;
		letter-spacing: -.05em;
	}

	#top .banner-recruit .banner-lead {
		width: 90%;
		margin: 2.4rem 0 0;
		line-height: 1.7;
	}

	#top .banner-recruit .banner-lead-main {
		font-size: clamp(1.2rem, 3.72vw, 1.5rem);
		line-height: 1.7;
		white-space: normal;
	}

	#top .banner-recruit .banner-lead-sub {
		font-size: clamp(1.5rem, 4.79vw, 2rem);
		line-height: 1.8;
		white-space: normal;
	}

	#top .banner-tags {
		margin-top: 2rem;
	}

	#top .banner-tag {
		height: auto;
		font-size: clamp(1.1rem, 3.46vw, 1.3rem);
		line-height: 1.4;
	}

	#top .banner-recruit .banner-btn-wrap,
	#top .banner-fc .banner-btn-wrap {
		position: relative;
		top: auto;
		left: auto;
		width: 24rem;
		height: 5rem;
		margin: 3rem auto 0;
	}

	#top .banner-recruit .banner-image .main-image,
	#top .banner-fc .banner-image .main-image {
		position: static;
		width: min(92%, 48rem);
		height: auto;
		margin: 4rem auto 6.4rem;
		transform: none;
	}

	#top .banner-recruit .banner-badge-img,
	#top .banner-fc .overlapping-badge-img {
		position: absolute;
		top: 4rem;
		right: 1.5rem;
		left: auto;
		width: min(36.2vw, 13.6rem);
		height: auto;
	}

	#top .banner-fc .banner-content-inner {
		position: static;
	}

	#top .banner-fc .banner-title {
		width: 90%;
		height: auto;
		margin: 0;
		font-size: clamp(2rem, 6.38vw, 2.4rem);
		line-height: 1.45;
		letter-spacing: -.05em;
	}

	#top .banner-fc-subtitle {
		width: 90%;
		height: auto;
		margin: 1.6rem 0 0;
	}

	#top .banner-fc-subtitle .fc-sub-1,
	#top .banner-fc-subtitle .fc-sub-2 {
		font-size: clamp(3.4rem, 10.64vw, 5rem);
		line-height: 1.2;
		letter-spacing: -.05em;
		white-space: normal;
	}

	#top .banner-fc .banner-lead {
		width: 90%;
		margin: 2.4rem 0 0;
		font-size: clamp(1.2rem, 3.72vw, 1.5rem);
		line-height: 1.6;
	}

	#top .banner-fc .banner-lead-main,
	#top .banner-fc .banner-lead-sub {
		white-space: normal;
	}

	#top .banner-fc .banner-lead-main .brand-red-highlight {
		color: #a90101;
		font-weight: 700;
	}

	#top .banner-fc .overlapping-fc-text-img {
		display: none;
	}

	/* News slider */
	#top .news {
		padding: 6.4rem 0;
	}

	#top .news .section-title-wrap,
	#top .media .section-title-wrap {
		position: static;
		margin: 0;
	}

	#top .news .section-title,
	#top .media .section-title {
		font-size: clamp(2.8rem, 7.98vw, 3rem);
		line-height: 1.45;
	}

	#top .news-inner {
		position: static;
	}

	#top .news-list {
		position: relative;
		top: auto;
		left: auto;
		display: flex;
		gap: 1.6rem;
		box-sizing: border-box;
		width: 100%;
		margin: 2.7rem 0 0;
		padding: 0 calc(50% - 10rem) 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-padding-inline: calc(50% - 10rem);
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: pan-x;
		transform: none;
	}

	#top .news-list::-webkit-scrollbar {
		display: none;
	}

	#top .news-item {
		flex: 0 0 20rem;
		width: 20rem;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	#top .news-thumb-wrap {
		width: 20rem;
		height: auto;
		aspect-ratio: 270 / 382;
	}

	#top .news-meta {
		width: 20rem;
	}

	#top .news-date,
	#top .news-tag,
	#top .media-date {
		font-size: 1.2rem;
	}

	#top .news-title,
	#top .media-title {
		font-size: 1.4rem;
		line-height: 1.58;
	}

	#top .news-btn-wrap {
		position: static;
		width: 24rem;
		margin: 3rem auto 0;
		transform: none;
	}

	/* Media */
	#top .media {
		padding: 6.4rem 1.5rem;
	}

	#top .media-inner {
		position: static;
		width: min(100%, 48rem);
		margin: 3rem auto 0;
		transform: none;
	}

	#top .media-list {
		gap: 1.6rem;
	}

	#top .media-item,
	#top .media-item a {
		height: auto;
		min-height: 6.1rem;
	}

	#top .media-thumb-wrap {
		width: 9rem;
		height: 6rem;
	}

	#top .media-btn-wrap {
		position: static;
		width: 24rem;
		margin: 4rem auto 0;
		transform: none;
	}
}




/* SPトップ 追加調整 */
@media screen and (max-width: 767px) {
	body#top .site-header .header-inner {
		background-color: transparent;
	}

	body#top .site-header .header-logo {
		display: none;
	}

	body#top .site-header.is-scrolled .header-logo {
		display: block;
	}

	#top .mv::before {
		inset: 0;
		width: 100%;
		height: 100%;
		background-color: #131313;
		background-image: url('../imgs/top/sp_main_bg.png');
		background-position: center top;
		background-size: 100% auto;
		transform: none;
	}

	#top .mv-catch {
		top: 3.5rem;
		left: 50%;
		width: min(79.8%, 30rem);
		transform: translateX(-50%);
	}

	#top .mv-catch picture {
		display: block;
		width: 100%;
	}

	#top .mv-logo {
		top: 21.5rem;
	}

	#top .mv-point {
		width: min(96%, 40rem);
	}

	#top .btn-menu-view,
	#top .btn-menu-all-view,
	#top .btn-news-view {
		box-sizing: border-box;
		border: 1px solid #f0e8de !important;
		background-color: transparent !important;
		background-image: url('../imgs/top/sp_main_menu_btn.png') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 100% 100% !important;
		box-shadow: inset 0 0 0 1px #000;
		color: #131313;
	}

	#top .btn-concept-view {
		box-sizing: border-box;
		border: 1px solid #caa366;
		background-color: #caa366 !important;
		background-image: none !important;
		box-shadow: inset 0 0 0 1px #000;
		color: #131313;
	}

	#top .concept-separator {
		bottom: -1.4rem;
		height: 1.4rem;
	}

	#top .menu-separator {
		bottom: -1.4rem;
		height: 1.4rem;
	}

	#top .menu-item-main .menu-badge {
		font-size: clamp(1.1rem, 3.46vw, 1.3rem);
		line-height: 1.25;
	}

	#top .menu-sub-grid .menu-badge {
		font-size: clamp(.9rem, 2.93vw, 1.1rem);
		line-height: 1.25;
	}

	#top .shop-card {
		width: 70%;
		max-width: none;
	}

	#top .shop-card-img-wrap,
	#top .shop-card-info {
		width: 100%;
	}

	#top .shop-card-img-wrap {
		aspect-ratio: 392 / 280;
	}

	#top .banner-recruit .banner-title {
		font-size: clamp(2.7rem, 8.51vw, 3.4rem);
		line-height: 1.3;
	}

	#top .banner-recruit .banner-title .brand-gold {
		font-size: 1.4em;
		line-height: .9;
	}

	#top .banner-recruit .banner-lead-main,
	#top .banner-recruit .banner-lead-sub {
		font-size: clamp(1rem, 2.95vw, 1.25rem);
		line-height: 1.7;
		white-space: nowrap;
	}

	#top .banner-recruit .banner-lead-sub .wage-num {
		font-family: "Outfit", sans-serif;
		font-size: 1.4em;
		font-weight: 700;
	}

	#top .banner-fc .banner-content {
		padding-top: 2rem;
	}

	#top .banner-fc-subtitle .fc-sub-1 {
		font-size: clamp(2.4rem, 7.45vw, 3.2rem);
	}

	#top .banner-fc-subtitle .fc-sub-2 {
		font-size: clamp(3.2rem, 9.58vw, 4.6rem);
	}

	#top .banner-fc .banner-lead {
		width: auto;
		max-width: none;
	}

	#top .banner-recruit .btn-banner-view,
	#top .banner-fc .btn-banner-view {
		border: 0;
		background-color: transparent !important;
		background-image: url('../imgs/top/sp_fc_recruit_btn.png') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: contain !important;
		box-shadow: none;
	}

	/* MVは画像同士を通常フローで縦に配置 */
	#top .mv {
		position: static;
		height: auto;
		min-height: 0;
		padding: 3.5rem 0 4rem;
		background-color: #131313;
		background-image: url('../imgs/top/sp_main_bg.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}

	#top .mv::before {
		display: none;
	}

	#top .mv-inner {
		position: static;
		display: flex;
		height: auto;
		align-items: center;
		flex-direction: column;
		padding: 0;
	}

	#top .mv-catch,
	#top .mv-logo,
	#top .mv-point,
	#top .mv-buttons {
		position: static;
		inset: auto;
		transform: none;
	}

	#top .mv-catch {
		position: relative;
		top: calc(5.48vw - 3.5rem);
		left: 1.56vw;
		align-self: flex-start;
		width: 70.39vw;
		max-width: none;
		margin: 0;
		text-align: left;
	}

	#top .mv-logo {
		width: clamp(11rem, 30vw, 14rem);
		margin: 2.5rem auto 0;
	}

	#top .mv-point {
		width: 90%;
		max-width: none;
		margin: 3rem auto 0;
	}

	#top .mv-buttons {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .8rem;
		width: 90%;
		max-width: none;
		margin: 3rem auto 0;
	}

	/* SP CTAの共通サイズ */
	#top .concept-btn-wrap,
	#top .menu-btn-wrap,
	#top .shop-btn-wrap,
	#top .banner-recruit .banner-btn-wrap,
	#top .banner-fc .banner-btn-wrap {
		width: 75%;
		max-width: none;
		height: auto;
		aspect-ratio: 480 / 100;
		margin-right: auto;
		margin-left: auto;
	}

	#top .btn-concept-view,
	#top .btn-menu-all-view,
	#top .btn-shop-all-view,
	#top .banner-recruit .btn-banner-view,
	#top .banner-fc .btn-banner-view {
		width: 100%;
		height: 100%;
		aspect-ratio: 480 / 100;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: contain !important;
	}

	#top .banner-tags {
		align-items: center;
	}

	#top .banner-tag {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding-right: 1.2rem;
		padding-left: 1.2rem;
		text-align: center;
	}

	#top .banner-recruit .banner-btn-wrap,
	#top .banner-fc .banner-btn-wrap {
		position: relative;
		overflow: visible;
	}

	#top .banner-recruit .banner-btn-decoration-text,
	#top .banner-fc .banner-btn-decoration-text--fc {
		position: absolute;
		top: 50%;
		right: -12.5vw;
		left: auto;
		z-index: 1;
		width: 55%;
		height: auto;
		pointer-events: none;
		transform: translateY(-50%);
	}

	#top .banner-fc .banner-btn-decoration-text--fc {
		right: -15%;
		width: 50%;
	}

	#top .banner-recruit .btn-banner-view,
	#top .banner-fc .btn-banner-view {
		position: relative;
		z-index: 2;
	}
}

@media screen and (min-width: 768px) {
	.banner-fc .banner-btn-decoration-text--fc {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#top .btn-menu-all-view {
		border: 0 !important;
		background-color: transparent !important;
		background-image: url('../imgs/top/shop_btn_bg.png') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: contain !important;
		box-shadow: none;
		color: #131313;
	}
}
