.fv {
	position: relative;
	height: 100vh;
	background-image: url(../../../img/main01-4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 962px) {
	.fv {
		background-image: url(../../../img/spimg1.png);
		background-position: 60% 40%;
	}
}

.fv .black {
	height: 100vh;
	opacity: 0.66;
	box-shadow: 0 -20vw 70px #000 inset;
}

@media screen and (max-width: 962px) {
	.fv .black {
		height: 100vh;
		opacity: 0.66;
		box-shadow: 0 -200px 70px #000 inset;
	}
}

.fv .heading {
	position: absolute;
	bottom: 0;
	margin-left: 5.20833vw;
	margin-bottom: 4.6875vw;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 962px) {
	.fv .heading {
		margin: 0 0 20px 20px;
	}
}

.fv .heading .img_1 {
	width: 25.9375vw;
	height: 4.6875vw;
}

@media screen and (max-width: 962px) {
	.fv .heading .img_1 {
		width: 198px;
		height: 36px;
	}
}

.fv .heading .img_2 {
	margin-top: 2.29167vw;
	width: 35.3125vw;
	height: 3.95833vw;
}

@media screen and (max-width: 962px) {
	.fv .heading .img_2 {
		width: 269px;
		height: 30px;
		margin-bottom: 5px;
	}
}

.fv .heading .img_3 {
	margin-top: 1.04167vw;
	width: 35.3125vw;
}

@media screen and (max-width: 962px) {
	.fv .heading .img_3 {
		width: 269px;
	}
}

.fv .takeout {
	font-size: 0.9375vw;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: absolute;
	color: white;
	background-color: #1a1a1a;
	right: 0;
	margin-top: -23.95833vw;
	padding: 1.66667vw;
	border-radius: 1.5625vw 0 0 1.5625vw;
	position: fixed;
	z-index: 9999;
}

@media screen and (max-width: 962px) {
	.fv .takeout {
		display: none;
	}
}

.news_img {
	background-image: url(../../../img/nong-vang-h1jF96twuXs-unsplash.png);
	position: relative;
	background-size: cover;
	padding: 1.5625vw 0;
	z-index: 0;
}

@media screen and (max-width: 962px) {
	.news_img {
		background-image: url(../../../img/spimg2.png);
		padding: 50px 0;
	}
}

.news_img::before {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	z-index: -1;
}

@media screen and (max-width: 962px) {
	.news_img::before {
		background-color: rgba(0, 0, 0, 0.8);
	}
}

.news_container {
	z-index: 1;
	padding: 1.5625vw 15.625vw;
	padding-bottom: 5.57292vw;
	width: 100%;
}

@media screen and (max-width: 962px) {
	.news_container {
		padding: 0 20px;
	}
}

.news_container .news_ttl {
	font-size: 2.5vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: white;
	text-align: center;
}

@media screen and (max-width: 962px) {
	.news_container .news_ttl {
		font-size: 30px;
		padding-top: 0;
	}
}

.news_container .news_lead {
	margin-top: 1.04167vw;
	font-size: 0.9375vw;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-align: center;
	color: white;
	margin-bottom: 3.125vw;
}

@media screen and (max-width: 962px) {
	.news_container .news_lead {
		font-size: 12px;
		margin-top: 13px;
	}
}

.news_container .event_box {
	color: white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 1.5625vw 0;
}

@media screen and (max-width: 962px) {
	.news_container .event_box {
		border-top: none;
	}
}

.news_container .event_box .title {
	display: flex;
	font-size: 0.9375vw;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-family: "Noto Sans CJK JP";
}

@media screen and (max-width: 962px) {
	.news_container .event_box .title {
		display: block;
		margin-top: 15px;
	}
}

.news_container .event_box .title .dete {
	margin-right: 1.5625vw;
	font-weight: 400;
	font-family: "Noto Sans CJK JP";
}

@media screen and (max-width: 962px) {
	.news_container .event_box .title .dete {
		font-size: 12px;
		letter-spacing: 0.2em;
	}
}

.news_container .event_box .title .ttl {
	font-size: 0.83333vw;
	font-weight: bold;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 962px) {
	.news_container .event_box .title .ttl {
		font-size: 16px;
		margin-top: 10px;
	}
}

.news_container .event_box .lead {
	margin-top: 0.52083vw;
	font-size: 0.83333vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-family: "Noto Sans CJK JP";
}

@media screen and (max-width: 962px) {
	.news_container .event_box .lead {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.concept_container .concept_list .concept_img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-position: center;
	min-height: 275px;
	z-index: 0;
}

.concept_container .concept_list .concept_img::before {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	z-index: -1;
}

.concept_container .concept_list .item1 {
	background-image: url(../../../img/concept3.png);
	background-size: cover;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .item1 {
		background-image: url(../../../img/mask1.png);
	}
}

.concept_container .concept_list .item2 {
	background-image: url(../../../img/concept1.png);
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .item2 {
		background-image: url(../../../img/mask3.png);
	}
}

.concept_container .concept_list .item3 {
	background-image: url(../../../img/concept2.png);
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .item3 {
		background-image: url(../../../img/mask2.png);
	}
}

.concept_container .concept_list .concept_item {
	padding: 5.20833vw 15.625vw;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .concept_item {
		padding: 30px 20px;
	}
}

.concept_container .concept_list .concept_item .concept_number {
	font-size: 0.9375vw;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: white;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .concept_item .concept_number {
		font-size: 12px;
	}
}

.concept_container .concept_list .concept_item .concept_ttl {
	margin-top: 1.30208vw;
	font-size: 2.1875vw;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 3.90625vw;
	color: white;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .concept_item .concept_ttl {
		font-size: 18px;
		line-height: 31px;
	}
}

.concept_container .concept_list .concept_item .concept_lead {
	margin-top: 2.23958vw;
	font-size: 0.9375vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.875vw;
	color: white;
}

@media screen and (max-width: 962px) {
	.concept_container .concept_list .concept_item .concept_lead {
		font-size: 14px;
		line-height: 28px;
	}
}

.introduction_container {
	margin: 0 15.625vw;
}

@media screen and (max-width: 962px) {
	.introduction_container {
		margin: 0;
	}
}

.introduction_container .introduction_ttl {
	font-size: 2.5vw;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 5.83333vw;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_ttl {
		font-size: 30px;
	}
}

.introduction_container .introduction_item {
	display: flex;
	margin-top: 3.02083vw;
	justify-content: space-between;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item {
		flex-wrap: wrap;
	}
}

.introduction_container .introduction_item img {
	height: 16.61458vw;
	width: 24.73958vw;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item .introduction_box {
		margin: 0 20px;
		width: 100%;
	}
}

.introduction_container .introduction_item .introduction_box .introduction_name {
	font-size: 1.66667vw;
	font-weight: 400;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item .introduction_box .introduction_name {
		font-size: 22px;
		margin-top: 30px;
	}
}

.introduction_container .introduction_item .introduction_box .introduction_lead {
	margin-top: 1.30208vw;
	font-size: 0.83333vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.66667vw;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item .introduction_box .introduction_lead {
		font-size: 16px;
		line-height: 32px;
		width: 100%;
	}
}

.introduction_container .introduction_item .introduction_box .introduction_btn {
	display: inline-block;
	margin-top: 3.28125vw;
	background-color: #1a1a1a;
	color: white !important;
	font-size: 0.9375vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	width: 22.39583vw;
	height: 4.32292vw;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item .introduction_box .introduction_btn {
		width: 100%;
		height: 65px;
		font-size: 14px;
		margin-top: 25px;
		margin-bottom: 40px;
	}
}

.introduction_container .introduction_item .introduction_box .introduction_btn img {
	width: 0.9375vw;
	height: 0.46875vw;
	margin-left: 1.04167vw;
	margin-top: 0.26042vw;
}

@media screen and (max-width: 962px) {
	.introduction_container .introduction_item .introduction_box .introduction_btn img {
		width: 14px;
		height: 7px;
	}
}

.introduction_container .item2 img {
	order: 2;
}

@media screen and (max-width: 962px) {
	.introduction_container .item2 img {
		order: 1;
	}
}

.introduction_container .item2 .introduction_box {
	order: 1;
	margin-left: 0;
	margin-right: 2.70833vw;
}

@media screen and (max-width: 962px) {
	.introduction_container .item2 .introduction_box {
		order: 2;
		margin: 0 20px;
	}
}

@media screen and (max-width: 962px) {
	.introduction_heading {
		margin: 0 20px;
	}
}

.heading_ttl {
	font-size: 2.5vw;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 4.47917vw;
	margin-top: 8.28125vw;
}

@media screen and (max-width: 962px) {
	.heading_ttl {
		font-size: 19px;
		line-height: 35px;
		font-weight: bold;
	}
}

.lead_box {
	display: flex;
}

@media screen and (max-width: 962px) {
	.lead_box {
		flex-wrap: wrap;
	}
}

.lead_box .grad-wrap .grad-item {
	margin-right: 2.55208vw;
	font-size: 0.9375vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.875vw;
	margin-top: 2.60417vw;
}

@media screen and (max-width: 962px) {
	.lead_box .grad-wrap .grad-item {
		font-size: 16px;
		line-height: 32px;
		position: relative;
		overflow: hidden;
		height: 203px;
		margin: 20px 0;
		line-height: 35px;
	}
	.lead_box .grad-wrap .grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%;
		background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
		content: "";
	}
}

.lead_box .grad-wrap Label[for] {
	display: none;
}

@media screen and (max-width: 962px) {
	.lead_box .grad-wrap Label[for] {
		display: block;
		font-size: 14px;
		position: absolute;
		letter-spacing: 0.2em;
		opacity: 1;
		z-index: 100;
		width: 130px;
		font-weight: bold;
		right: 42%;
		margin-top: 190px;
	}
}

@media screen and (max-width: 962px) and (max-width: 600px) {
	.lead_box .grad-wrap Label[for] {
		right: 33%;
	}
}

.lead_box .grad-wrap .grad-trigger {
	display: none;
}

.lead_box .grad-wrap .grad-trigger:checked + .grad-btn {
	display: none;
}

.lead_box .grad-wrap .grad-trigger:checked ~ .grad-item {
	height: auto;
}

.lead_box .grad-wrap .grad-trigger:checked ~ .grad-item::before {
	display: none;
}

.lead_box img {
	width: 24.6875vw;
	height: 32.13542vw;
}

@media screen and (max-width: 962px) {
	.lead_box img {
		width: 100%;
		height: auto;
	}
}

.heading_name {
	text-align: right;
	font-size: 1.45833vw;
	font-weight: 500;
	letter-spacing: 0.3em;
	margin-top: 1.66667vw;
}

@media screen and (max-width: 962px) {
	.heading_name {
		font-size: 18px;
	}
}

.img_container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6.09375vw;
}

@media screen and (max-width: 962px) {
	.img_container {
		margin-top: 50px;
	}
}

.img_container img {
	width: 20%;
}

@media screen and (max-width: 962px) {
	.img_container img {
		width: 25%;
		height: auto;
		object-fit: cover;
	}
}

@media screen and (max-width: 962px) {
	.img_container .last1 {
		display: none;
	}
}

@media screen and (max-width: 962px) {
	.img_container .last2 {
		display: none;
	}
}

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

.menu_img::before {
	position: absolute;
	z-index: -1;
	content: "";
}

.ramen_box {
	background-image: url(../../../img/img16.png);
	background-size: cover;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 962px) and (max-width: 600px) {
	.ramen_box {
		background-position: 50% 50%;
		object-fit: cover;
	}
}

.ramen_box::before {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
}

.drink_box {
	background-image: url(../../../img/img16.png);
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 962px) and (max-width: 600px) {
	.drink_box {
		background-position: 50% 50%;
		object-fit: cover;
		width: 100%;
	}
}

.drink_box::before {
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
}

@media screen and (max-width: 962px) {
	.img_box {
		width: 100%;
	}
}

.menu_container {
	width: 100%;
	padding-left: 15.625vw;
	padding-right: 15.625vw;
	padding-bottom: 6.25vw;
}

@media screen and (max-width: 962px) {
	.menu_container {
		padding: 0 20px;
	}
}

.menu_container .menu_ttl {
	font-size: 2.5vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	color: white;
	padding-top: 4.27083vw;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_ttl {
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

.menu_container .menu_btn {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5vw;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_btn {
		flex-wrap: wrap;
	}
}

.menu_container .menu_btn .item1 {
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px white;
	color: white;
	width: 21.875vw;
	height: 3.64583vw;
	font-size: 1.04167vw;
	font-weight: 500;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_btn .item1 {
		width: 100%;
		height: 60px;
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.menu_container .menu_list {
	display: flex;
	margin-top: 3.125vw;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list {
		flex-wrap: wrap;
		margin-top: 30px;
		width: 100%;
	}
}

.menu_container .menu_list img {
	width: 34.375vw;
	height: 22.39583vw;
	margin-right: 2.08333vw;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
}

.menu_container .menu_list .drink_lead {
	font-size: 1.04167vw;
	color: white;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-top: 1.30208vw;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box {
		margin-bottom: 30px;
	}
}

.menu_container .menu_list .menu_box .ramen {
	font-size: 1.77083vw;
	font-weight: 500;
	color: white;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .ramen {
		font-size: 20px;
		margin-top: 35px;
	}
}

.menu_container .menu_list .menu_box .menu_lead {
	display: flex;
	justify-content: space-between;
	margin-top: 1.51042vw;
	width: 32.29167vw;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .menu_lead {
		display: block;
		width: 100%;
	}
}

.menu_container .menu_list .menu_box .menu_lead .menu_name .name {
	font-size: 1.04167vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.76042vw;
	color: white;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .menu_lead .menu_name .name {
		font-size: 14px;
		line-height: 63px;
		width: 100%;
	}
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .menu_lead .menu_price {
		margin-top: -420px;
	}
}

.menu_container .menu_list .menu_box .menu_lead .menu_price .price {
	font-size: 1.04167vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.76042vw;
	color: white;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .menu_lead .menu_price .price {
		font-size: 14px;
		line-height: 63px;
		width: 100%;
	}
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .menu_lead .menu_price2 {
		position: absolute;
		margin-top: -605px;
	}
}

.menu_container .menu_list .menu_box .menu_lead .menu_price2 .price {
	font-size: 1.04167vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.76042vw;
	color: white;
}

@media screen and (max-width: 962px) {
	.menu_container .menu_list .menu_box .menu_lead .menu_price2 .price {
		font-size: 14px;
		line-height: 63px;
		width: 100%;
	}
}

.menu_btn_active {
	background-color: white;
	color: #212121 !important;
}

.none {
	display: none;
}

.storeGuide_container {
	padding-right: 15.625vw;
	padding-left: 15.625vw;
}

@media screen and (max-width: 962px) {
	.storeGuide_container {
		padding: 0 20px;
	}
}

.storeGuide_container .storeGuide_ttl {
	margin-top: 5.36458vw;
	font-size: 2.5vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
}

@media screen and (max-width: 962px) {
	.storeGuide_container .storeGuide_ttl {
		font-size: 30px;
		margin-top: 60px;
	}
}

.storeGuide_container .storeGuide_box {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5vw;
}

@media screen and (max-width: 962px) {
	.storeGuide_container .storeGuide_box {
		flex-wrap: wrap;
	}
}

.storeGuide_container .storeGuide_box .pc {
	width: 50%;
}

@media screen and (max-width: 962px) {
	.storeGuide_container .storeGuide_box .pc {
		display: none;
	}
}

.storeGuide_container .storeGuide_box .spimg {
	display: none;
}

@media screen and (max-width: 962px) {
	.storeGuide_container .storeGuide_box .spimg {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
}

.storeGuide_container .storeGuide_box .pc {
	margin-left: 2.08333vw;
	width: 50%;
}

@media screen and (max-width: 962px) {
	.storeGuide_container .storeGuide_box .pc {
		display: none;
	}
}

.storeGuide_container .storeGuide_box .pc tr {
	border-top: solid 0.05208vw #dddddd;
	border-bottom: solid 0.05208vw #dddddd;
	font-size: 0.9375vw;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.storeGuide_container .storeGuide_box .pc tr td {
	padding-top: 1.5625vw;
	padding-bottom: 1.82292vw;
}

.storeGuide_container .storeGuide_box .pc tr .left {
	width: 4.6875vw;
}

.storeGuide_container .storeGuide_box .pc tr .right {
	padding-left: 4.42708vw;
}

.storeGuide_container .storeGuide_box .pc tr .bottom {
	border-bottom: solid 0.05208vw #dddddd;
}

.sp {
	display: none;
}

@media screen and (max-width: 962px) {
	.sp {
		display: block;
		margin-top: 20px;
		margin-bottom: 60px;
	}
}

.sp tr {
	border-bottom: solid 0.05208vw #dddddd;
	border-top: solid 0.05208vw #dddddd;
}

.sp tr .top {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 20px;
	width: 1000px;
}

.sp tr .bottom {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 20px;
}

/*# sourceMappingURL=index.css.map */