@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Damion&family=Noto+Serif+JP:wght@200..900&family=Patua+One&display=swap");

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	background-color: #f3efeb;
	color: #222222;
	font-family: "Amatic SC", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.l-inner-main {
	display: flex;
	flex-direction: column;
	gap: 200px;
	padding-bottom: 160px;
	padding-top: 80px;
}

.l-inner-concept {
	margin-inline: auto;
	max-width: 1230px;
	padding-right: 40px;
}

.l-inner-lower {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 40px;
}

.l-wrapper {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-wrapper.is-open::before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 90;
}

.l-main {
	display: flex;
	height: 100%;
	margin-bottom: 60px;
	max-height: 735px;
	position: relative;
}

.l-main::after {
	background: #eae0d5;
	bottom: -60px;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	width: 76.875%;
}

.l-section {
	padding-block: 80px;
}

.l-section-inner {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 40px;
}

.c-button {
	background-color: #222222;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	max-width: 290px;
	padding: 24px 22px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

.c-button::before {
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	content: "";
	height: 100%;
	left: 5px;
	position: absolute;
	top: 5px;
	transition: all 0.3s ease;
	width: 100%;
}

.c-button:after {
	background: url(../img/common/arrow.svg) no-repeat center;
	content: "";
	height: 24px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.c-button__main-menu {
	background: #382620;
	border-radius: 60px;
	cursor: pointer;
	height: 60px;
	position: fixed;
	right: 20px;
	top: 20px;
	transition: all 0.3s ease;
	width: 60px;
	z-index: 120;
}

.c-button__main-menu.is-open {
	background: #ffffff;
}

.c-button__main-menu-line {
	background: #ffffff;
	height: 2.25px;
	left: 17px;
	position: absolute;
	top: 20px;
	transition: all 0.3s ease;
	width: 27px;
}

.c-button__main-menu-line:nth-child(2) {
	top: 28.75px;
}

.c-button__main-menu-line:nth-child(3) {
	top: 37.28px;
}

.c-button__main-menu-line.is-open {
	background: #382620;
}

.c-button__main-menu-line.is-open:nth-child(1) {
	top: 28px;
	transform: rotate(45deg);
}

.c-button__main-menu-line.is-open:nth-child(2) {
	display: none;
}

.c-button__main-menu-line.is-open:nth-child(3) {
	top: 28px;
	transform: rotate(-45deg);
}

.c-button__to-top {
	background: #382620;
	background: url(../img/common/icon_to-top.svg) no-repeat center;
	border-radius: 22px;
	bottom: 20px;
	cursor: pointer;
	height: 44px;
	position: fixed;
	right: 20px;
	width: 44px;
	z-index: 100;
}

.c-decoration-badge {
	background: #222222;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 150%;
	padding: 2px 10px;
	position: relative;
}

.c-decoration-badge::before {
	border-color: #382620 transparent #382620 #382620;
	border-style: solid;
	border-width: 11px 5px 11px 0;
	content: "";
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
}

.c-decoration-ribbon {
	background: #222222;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	padding: 5px 10px;
	position: relative;
}

.c-decoration-ribbon::before,
.c-decoration-ribbon::after {
	content: "";
	height: 37px;
	position: absolute;
	top: 7px;
	width: 31px;
}

.c-decoration-ribbon::before {
	background: url(../img/common/icon_ribbon-left.svg) no-repeat center;
	left: -21px;
}

.c-decoration-ribbon::after {
	background: url(../img/common/icon_ribbon-right.svg) no-repeat center;
	right: -21px;
}

.c-heading-section {
	text-align: center;
}

.c-heading-section-en {
	display: block;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 10.4px;
	line-height: 150%; /* 78px */
}

.c-heading-section-ja {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
}

.c-heading-double-line {
	border-block: 2px solid #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%; /* 36px */
	padding: 9px 20px;
	position: relative;
}

.c-heading-double-line::before,
.c-heading-double-line::after {
	background: #222222;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-heading-double-line::before {
	top: 2px;
}

.c-heading-double-line::after {
	bottom: 2px;
}

.c-animation-scale-trigger:hover .c-animation-scaled-wrapper img,
.c-animation-scale-trigger:focus-visible .c-animation-scaled-wrapper img {
	transform: scale(1.1);
}

.c-animation-scale-trigger .c-animation-scaled-wrapper {
	overflow: hidden;
}

.c-animation-scale-trigger .c-animation-scaled-wrapper img {
	transition: transform 0.3s ease;
}

.c-animation-opacity-trigger:hover .c-animation-opacity-target,
.c-animation-opacity-trigger:focus-visible .c-animation-opacity-target {
	opacity: 0.7;
}

.c-animation-opacity-trigger .c-animation-opacity-target {
	transition: opacity 0.3s ease;
}

.c-lower__mv-wrapper {
	height: 320px;
	position: relative;
	width: 100%;
}

.c-lower__mv-wrapper::before {
	background: url(../img/lower/concept_mv_bg_pc.webp) no-repeat center center;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-lower__mv {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.c-lower__mv::before {
	border: 2px solid #ffffff;
	content: "";
	height: calc(100% - 20px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% - 20px);
}

.c-lower__mv::after {
	border: 1px solid #ffffff;
	content: "";
	height: calc(100% - 28px);
	left: 14px;
	position: absolute;
	top: 14px;
	width: calc(100% - 28px);
}

.c-lower__mv-heading {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-lower__mv-heading-text-en {
	color: #ffffff;
	display: block;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 14.4px;
	line-height: 130%;
}

.c-lower__mv-heading-text-ja {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 150%;
}

.c-breadcrumbs {
	height: 21px;
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 40px;
	padding-top: 16px;
}

.p-main-menu {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-height: 100%;
	padding-block: 18px;
	text-align: center;
	width: 15.625%;
}

.p-main-menu__logo {
	padding-inline: 17px;
}

.p-main-menu__nav-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-menu__nav-item-text-en {
	display: block;
	font-family: "Patua One", serif;
	font-weight: 400;
	letter-spacing: 1.92px;
	line-height: 150%; /* 24px */
}

.p-menu__nav-item-text-ja {
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 150%;
}

.p-main-menu__sns-links {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
}

.p-header {
	background: #382620;
	height: 100vh;
	max-width: 375px;
	position: fixed;
	right: -200%;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 110;
}

.p-header.is-open {
	right: 0;
}

.p-header__inner {
	padding: 10px 10px 0;
}

.p-header__logo {
	height: 65px;
	width: 120px;
}

.p-header__nav {
	padding: 50px 40px;
}

.p-header__nav-lists {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.p-header_nav-link {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	gap: 12px;
	line-height: 150%;
}

.p-header__nav-link-text-en {
	color: #ffffff;
	font-family: "Patua One", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2.88px;
	line-height: 150%; /* 36px */
}

.p-header__nav-sns-links {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 50px;
}

.p-mv {
	max-height: 100%;
	position: relative;
	width: 84.375%;
}

.p-mv__copy {
	bottom: 52px;
	left: 50px;
	position: absolute;
	z-index: 50;
}

.p-mv__copy-text {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2.8px;
	line-height: 200%; /* 40px */
}

.p-mv__pickup-news {
	bottom: 20px;
	position: absolute;
	right: 20px;
	z-index: 50;
}

.p-mv__pickup-news-link {
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	gap: 16px;
	padding: 16px;
	position: relative;
}

.p-mv__pickup-news-tag {
	left: -8px;
	position: absolute;
	top: 8px;
	z-index: 50;
}

.p-mv__pickup-news-thumbnail {
	aspect-ratio: 1/1;
	width: 120px;
}

.p-mv__pickup-news-body {
	max-width: 220px;
}

.p-mv__pickup-news-time {
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
}

.p-mv__pickup-news-text {
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	margin-top: 10px;
}

.p-mv__pickup-news-decoration {
	background: url(../img/front/deco_pickup.webp) no-repeat center;
	background-size: contain;
	height: 95.172px;
	position: absolute;
	right: 0;
	top: -51px;
	width: 160px;
}

.p-mv-swiper {
	height: 100%;
}

.p-mv-swiper-wrapper {
	height: 100%;
}

.p-mv-swiper-slide {
	height: 100%;
}

.p-mv-swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
	animation: zoomUp 7s linear 0s normal both;
}

.p-mv-swiper-pagination {
	bottom: 12px !important;
	left: 12px !important;
	text-align: left !important;
}

.p-mv-swiper-pagination .swiper-pagination-bullet {
	background: #ffffff;
	margin-inline: 8px !important;
	opacity: 1;
}

.p-mv-swiper-pagination .swiper-pagination-bullet-active {
	background: #d59b71 !important;
}

.p-concept {
	position: relative;
}

.p-concept__decoration {
	height: 296px;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 296px;
	z-index: 10;
}

.p-concept__decoration-img {
	background: url(../img/front/deco_coffee_beans.webp) no-repeat center center;
	background-size: 100% auto;
	display: block;
	height: 100%;
	width: 100%;
}

.p-concept__content {
	align-items: center;
	display: flex;
	gap: 80px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.p-concept__content::after {
	background-color: #eae0d5;
	bottom: -80px;
	content: "";
	display: block;
	height: 300px;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-concept__content-img {
	height: 764px;
	width: 50.4201680672%;
}

.p-concept__content-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-concept__content-body {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 42.0168067227%;
}

.p-concept__content-body-heading {
	text-align: left;
}

.p-concept__content-body-copy {
	font-size: 28px;
	font-weight: 700;
	line-height: 200%;
}

.p-concept__content-body-text {
	font-size: 14px;
	line-height: 200%;
}

.p-concept__content-body-text + .p-concept__content-body-text {
	margin-top: 14px;
}

.p-special-lunch {
	background: #eae0d5;
	margin-top: 160px;
	position: relative;
	z-index: 10;
}

.p-special-lunch::after {
	background: url(../img/front/bg_coffee_leaves.webp) no-repeat;
	background-size: 100%;
	content: "";
	height: 228px;
	position: absolute;
	right: -31px;
	top: -130px;
	width: 201px;
}

.p-special-lunch__inner {
	max-width: 1280px;
}

.p-special-lunch__title {
	text-align: center;
}

.p-special-lunch__content {
	background: #ffffff;
	margin-inline: auto;
	margin-top: 60px;
	padding: 60px 40px;
	position: relative;
	z-index: 10;
}

.p-special-lunch__content::after {
	background: url(../img/front/deco_special_lunch.svg) no-repeat;
	background-size: 100%;
	content: "";
	height: 160px;
	position: absolute;
	right: -24.5px;
	top: -60px;
	width: 25.6666666667%;
}

.p-special__content-head {
	left: 50%;
	position: absolute;
	top: -20px;
	transform: translateX(-50%);
}

.p-special__content-items {
	display: grid;
	grid-template-columns: repeat(4, 23.2142857143%);
	justify-content: space-between;
}

.p-special__item:nth-of-type(even) {
	margin-top: 40px;
}

.p-special__item-body {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.special__item-alphabet {
	background: #222222;
	color: #ffffff;
	display: inline-block;
	display: grid;
	font-family: "Patua One", serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3.84px;
	line-height: 100%; /* 32px */
	padding: 8.5px 14px;
	place-items: center;
}

.special__lunch-item-name {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%; /* 27px */
}

.p-special__set {
	align-items: center;
	background: #f7f6f4;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding: 1.5625% 5.46875%;
}

.p-special__set-img {
	width: 62.5%;
}

.p-special__set-details {
	color: #222222;
	text-align: right;
}

.p-special__set-name {
	font-size: 20px;
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: 700;
	line-height: 150%; /* 30px */
	width: -moz-fit-content;
	width: fit-content;
}

.p-special__set-price {
	font-family: "Damion", cursive;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%; /* 60px */
	padding-bottom: 10px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-special__set-price::after {
	background: url(../img/front/dot_line.svg);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 213px;
}

.p-special__set-time {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-top: 14px;
}

.p-grand-menu {
	position: relative;
}

.p-grand-menu::before {
	background: url(../img/front/deco_grand-leaves.webp) no-repeat center;
	background-size: 100%;
	content: "";
	height: 294px;
	left: -60px;
	position: absolute;
	top: -110px;
	width: 266px;
	z-index: 10;
}

.p-grand-menu::after {
	background: url(../img/front/deco_grand-coffee.webp) no-repeat center;
	background-size: 100%;
	bottom: -121px;
	content: "";
	height: 294px;
	position: absolute;
	right: -89px;
	width: 266px;
}

.p-grand-menu__bg {
	background: #eae0d5;
	bottom: 0;
	height: 86.524822695%;
	position: absolute;
	right: 0;
	width: calc(50vw + 256px);
	z-index: -1;
}

.p-grand-menu__contents {
	margin-top: 60px;
}

.p-grand-menu__content:not(:first-child) {
	margin-top: 100px;
}

.p-grand-menu__items {
	align-items: start;
	display: flex;
	gap: 34px;
	margin-top: 24px;
}

.p-g-menu-item {
	width: calc(33% - 11.3333333333px);
}

.p-g-menu-item__img {
	background: #ffffff;
	padding: 8px;
}

.p-g-menu-item__body {
	margin-top: 12px;
}

.p-g-menu-item__name {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%; /* 30px */
}

.p-g-menu-item__price {
	font-family: "Damion", cursive;
	font-size: 32px;
	font-weight: 400;
	line-height: 150%; /* 48px */
}

.p-g-menu-item__price-yen {
	margin-left: 5px;
}

.p-drink-menu__items {
	align-items: start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 24px;
}

.p-drink-menu__img {
	background: #ffffff;
	max-width: 327px;
	padding: 8px;
}

.p-drink-menu__lists {
	align-items: start;
	display: flex;
	gap: 48px;
	justify-content: space-around;
}

.p-drink-menu__list {
	width: 197px;
}

.p-drink-menu__heading {
	border-bottom: 1px solid #222222;
	font-weight: 700;
	line-height: 150%; /* 24px */
	padding-bottom: 6px;
}

.p-drink-menu__sub-lists {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 19px;
}

.p-drink-menu__sub-list {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-drink-menu__sub-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	white-space: nowrap;
}

.p-drink-menu__sub-price {
	font-family: "Damion", cursive;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%; /* 30px */
}

.p-drink-menu__sub-yen {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	margin-left: 4px;
}

.p-grand-menu__button {
	margin-top: 60px;
	text-align: center;
}

.gallery {
	background: #eae0d5;
	margin-top: 160px;
	position: relative;
}

.gallery::before {
	background: url(../img/front/img_balloon-gallery.svg) no-repeat center;
	background-size: contain;
	content: "";
	height: 138px;
	left: calc(50% - 340px);
	position: absolute;
	top: -60px;
	width: 266px;
}

.gallery__lists {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 60px;
}

.p-gallery__button {
	margin-top: 60px;
	text-align: center;
}

.p-news {
	position: relative;
}

.p-news::before {
	background: url(../img/front/bg_deco-plate.webp) no-repeat;
	background-size: 100%;
	content: "";
	height: 320px;
	left: -87px;
	position: absolute;
	top: -140px;
	width: 354px;
}

.p-news__items {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 60px;
}

.p-news__item-large {
	width: calc(50% - 15px);
}

.p-news__item-title {
	display: -webkit-box; /* 必須 */
	font-size: 20px;
	font-weight: 700;
	line-height: 150%; /* 30px */
	margin-top: 16px;
	-webkit-box-orient: vertical; /* 必須 */
	-webkit-line-clamp: 3; /* 表示したい行数を指定 */
	overflow: hidden; /* はみ出た部分を隠す */
}

.p-news__item-text {
	font-size: 14px;
	line-height: 150%; /* 21px */
	margin-top: 20px;
}

.p-news__item-time {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	line-height: 150%; /* 21px */
	margin-top: 20px;
}

.p-news__item-little {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: calc(50% - 15px);
}

.p-news__item-little .p-news__item {
	width: calc(50% - 15px);
}

.p-news__item-little .p-news__item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%; /* 24px */
}

.p-news__button {
	margin-top: 60px;
	text-align: center;
}

.p-access {
	background: #eae0d5;
	position: relative;
}

.p-access::before {
	background: url(../img/front/img_balloon-access.svg) no-repeat;
	background-size: 100%;
	content: "";
	height: 200px;
	left: calc(50% - 304px);
	position: absolute;
	top: -50px;
	width: 233px;
}

.p-access::after {
	background: url(../img/front/bg_bread.webp) no-repeat;
	background-size: 100%;
	content: "";
	height: 359px;
	position: absolute;
	right: -91px;
	top: -170px;
	width: 389px;
}

.p-access__inner {
	margin-inline: auto;
	max-width: 768px;
}

.p-access__content {
	margin-top: 40px;
}

.p-access__content-map-iframe {
	vertical-align: bottom;
	width: 100%;
}

.p-access__content-info {
	margin-top: 40px;
}

.p-access__dl {
	align-items: center;
	display: grid;
	gap: 20px 40px;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
}

.p-access__dl-item {
	border-bottom: 1px solid #222222;
	display: flex;
	gap: 24px;
	padding-bottom: 5px;
}

.p-access__dt {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	min-width: 56px;
}

.p-access__dd {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	width: 100%;
}

.p-access__copy-right {
	align-items: center;
	background: #382620;
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: center;
	margin-top: 80px;
	padding-bottom: 14px;
}

.p-access__copy-right-sns-links {
	display: flex;
	gap: 24px;
	margin-top: 40px;
}

.p-access__copy-right-text {
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%; /* 18px */
}

.p-access__copy-deco {
	background: url(../img/front/bg_coffee_beans-footer.webp) no-repeat;
	background-size: 100%;
	bottom: 0;
	height: 288px;
	left: -85px;
	position: absolute;
	width: 341px;
}

.p-menu__inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 100%;
}

.p-menu__button-tag-links {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
	margin-inline: auto;
	max-width: 842px;
	width: 100%;
}

.p-menu__button-tag-link {
	background-color: #888;
	color: #ffffff;
	display: grid;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 150%;
	max-width: 200px;
	padding: 24px 0px;
	place-content: center;
	position: relative;
	width: 100%;
}

.p-menu__button-tag-link::before {
	border: 1px solid #ffffff;
	content: "";
	display: inline-block;
	height: calc(100% - 8px);
	left: 4px;
	position: absolute;
	top: 4px;
	width: calc(100% - 8px);
}

.p-menu__lists {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
}

.p-menu__list-img {
	aspect-ratio: 1/1;
	width: 100%;
}

.p-menu__list-body {
	margin-top: 12px;
}

.p-menu__list-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	text-align: left;
}

.p-menu__list-price {
	display: inline-block;
	font-family: "Damion", cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	width: 100%;
}

.p-menu__list-price-unit {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	margin-left: 7px;
}

.p-lower-concept {
	position: relative;
}

.p-lower-concept.is-reverse .p-lower-concept__content {
	flex-direction: row-reverse;
}

.p-lower-concept-1::after {
	background-color: #eae0d5;
	bottom: -100px;
	content: "";
	display: block;
	height: 200px;
	position: absolute;
	right: 0;
	width: 76.875%;
	z-index: -1;
}

.p-lower-concept-1 .p-lower-concept__images {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 58.1818181818%;
}

.p-lower-concept-1 .p-lower-concept__img-main img {
	width: 100%;
	-o-object-fit: cover;
	aspect-ratio: 640/400;
	object-fit: cover;
}

.p-lower-concept-1 .p-lower-concept__img-sub {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.p-lower-concept-1 .p-lower-concept__img-sub img {
	width: 100%;
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.p-lower-concept-2::before {
	background-color: #eae0d5;
	bottom: -60px;
	content: "";
	display: block;
	height: 437px;
	left: -90px;
	position: absolute;
	width: 45.3125%;
	z-index: -1;
}

.p-lower-concept-2 .p-lower-concept__img {
	align-self: flex-start;
	width: 540px;
}

.p-lower-concept-3::before {
	background-color: #eae0d5;
	bottom: -80px;
	content: "";
	display: block;
	height: 520px;
	position: absolute;
	right: 0px;
	width: 37.5%;
	z-index: -1;
}

.p-lower-concept__content {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	position: relative;
}

.p-lower-concept__img {
	width: 50%;
}

.p-lower-concept__img img {
	width: 100%;
}

.p-lower-concept__body {
	width: 35.4545454545%;
}

.p-lower-concept__body-heading {
	margin-bottom: 32px;
}

.p-lower-concept__body-heading-en {
	color: #f07317;
	display: block;
	font-family: "Amatic SC", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 24px;
}

.p-lower-concept__body-heading-ja {
	color: #222222;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
}

.p-lower-concept__body-text {
	color: #222222;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 2;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-overflow {
	overflow: hidden;
}

@media (any-hover: hover) {

.c-button:hover {
	transform: translate(6px, 6px);
}

.c-button:hover::before {
	display: none;
}

}

@media screen and (min-width: 1080px) {

.u-hidden-pc {
	display: none;
}

}

@media screen and (max-width: 1079px) {

.c-button__main-menu {
	right: 10px;
}

.c-lower__mv-wrapper {
	height: 32vw;
	min-height: 120px;
}

.c-breadcrumbs {
	padding-inline: 20px;
	padding-top: 6px;
}

.p-main-menu {
	height: auto;
	left: 0;
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	z-index: 50;
}

.p-main-menu__logo {
	height: 65px;
	padding: 0;
	width: 120px;
}

.p-main-menu__nav {
	display: none;
}

.p-main-menu__sns-link {
	display: none;
}

.p-mv {
	width: 100%;
}

.p-mv__copy {
	left: 20px;
}

.p-mv__copy-text {
	font-size: 18px;
}

.p-mv__pickup-news-thumbnail {
	width: 100px;
}

.p-mv__pickup-news-body {
	max-width: 200px;
}

.p-concept__decoration {
	width: 257px;
}

.p-concept__content-img {
	width: 42.0168067227%;
}

.p-concept__content-body {
	width: 57.9831932773%;
}

.p-special-lunch::after {
	height: 170px;
	top: -40px;
	width: 150px;
}

.p-special-lunch__content {
	padding: 40px 20px;
}

.p-special-lunch__content::after {
	right: 15.5px;
}

.p-special__item-body {
	gap: 6px;
}

.special__item-alphabet {
	font-size: 19px;
	letter-spacing: 2.28px;
	padding: 2.5px 5.5px;
}

.special__lunch-item-name {
	font-size: 14px;
}

.p-grand-menu__content:not(:first-child) {
	margin-top: 60px;
}

.p-g-menu-item__name {
	font-size: 18px;
}

.p-g-menu-item__price {
	font-size: 28px;
}

.p-drink-menu__items {
	justify-content: center;
}

.p-drink-menu__img {
	display: none;
}

.p-news::before {
	background-size: 80%;
	left: -75px;
}

.p-access::after {
	height: 277px;
	right: -50px;
	top: -150px;
	width: 300px;
}

.p-access__inner {
	padding-inline: 20px;
}

.p-access__copy-deco {
	height: 211px;
	left: -65px;
	width: 250px;
}

.p-menu__lists {
	grid-template-columns: repeat(3, 1fr);
}

.p-lower-concept-2 .p-lower-concept__img {
	width: 400px;
}

.p-lower-concept-3::before {
	height: 300px;
}

.p-lower-concept__body {
	width: 50%;
}

.p-lower-concept__body-heading-en {
	font-size: 32px;
}

.p-lower-concept__body-heading-ja {
	font-size: 20px;
}

.p-lower-concept__body-text {
	font-size: 14px;
}

}

@media screen and (max-width: 767px) {

.l-inner-main {
	gap: 100px;
	padding-bottom: 160px;
	padding-top: 60px;
}

.l-inner-concept {
	max-width: 600px;
	padding-right: 0;
}

.l-inner-lower {
	max-width: 600px;
	padding-inline: 20px;
}

.l-main {
	margin-bottom: 0;
	max-height: 100vh;
}

.l-main::after {
	display: none;
}

.l-section {
	padding-block: 60px;
}

.l-section-inner {
	max-width: 640px;
	padding-inline: 20px;
}

.c-button {
	margin-inline: auto;
}

.c-decoration-ribbon {
	font-size: 14px;
	padding: 8px 10px;
}

.c-heading-section-en {
	font-size: 40px;
	letter-spacing: 4px;
}

.c-heading-section-ja {
	font-size: 12px;
}

.c-lower__mv-heading-text-en {
	font-size: 32px;
	letter-spacing: 6.4px;
}

.c-lower__mv-heading-text-ja {
	font-size: 12px;
	letter-spacing: 0.96px;
}

.p-mv__copy {
	top: 124px;
}

.p-mv__copy-text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2.24px;
	line-height: 32px; /* 200% */
}

.p-mv__pickup-news {
	bottom: 32px;
	max-width: 375px;
	padding-inline: 20px;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
}

.p-mv__pickup-news-link {
	padding: 12px;
}

.p-mv__pickup-news-thumbnail {
	min-width: 100px;
}

.p-mv__pickup-news-text {
	font-size: 12px;
}

.p-mv__pickup-news-decoration {
	height: 71.379px;
	width: 120px;
}

.p-concept__decoration {
	height: 130px;
	right: -17px;
	top: -20px;
	width: 145px;
}

.p-concept__content {
	flex-direction: column;
	gap: 60px;
}

.p-concept__content-img {
	align-self: start;
	height: auto;
	order: 1;
	width: 84%;
}

.p-concept__content-body {
	gap: 40px;
	order: 0;
	padding-inline: 20px;
	width: 100%;
}

.p-concept__content-body-heading {
	order: 0;
}

.p-concept__content-body-copy {
	font-size: 20px;
	order: 1;
}

.p-concept__content-body-text {
	order: 2;
}

.p-special-lunch {
	margin-top: 120px;
}

.p-special-lunch::after {
	height: 135px;
	right: -33px;
	top: -170px;
	width: 119px;
}

.p-special-lunch__inner {
	padding-inline: 0px;
}

.p-special-lunch__content::after {
	height: 107px;
	right: 0px;
	top: -244px;
	width: 206px;
}

.p-special__content-head {
	white-space: nowrap;
}

.p-special__content-items {
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.p-special__item:nth-of-type(even) {
	margin-top: 0;
}

.p-special__set {
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	padding: 20px;
}

.p-special__set-img {
	width: 100%;
}

.p-special__set-details {
	text-align: center;
}

.p-special__set-name {
	font-size: 16px;
}

.p-special__set-price {
	font-size: 40px;
}

.p-special__set-time {
	font-size: 12px;
}

.p-grand-menu::before {
	height: 190px;
	left: -42px;
	top: -90px;
	width: 190px;
}

.p-grand-menu::after {
	bottom: -100px;
	height: 143px;
	right: -30px;
	width: 168px;
}

.p-grand-menu__bg {
	width: 73.0666666667%;
}

.p-grand-menu__items {
	flex-wrap: wrap;
	gap: 19px;
}

.p-g-menu-item {
	width: calc(50% - 9.5px);
}

.p-g-menu-item__name {
	font-size: 14px;
}

.p-g-menu-item__price {
	font-size: 24px;
}

.p-drink-menu__lists {
	align-items: center;
	flex-direction: column;
	gap: 40px;
	padding-inline: 20px;
	width: 100%;
}

.p-drink-menu__list {
	width: 100%;
}

.p-grand-menu__button {
	margin-top: 40px;
}

.gallery__lists {
	gap: 19px;
	grid-template-columns: repeat(2, 1fr);
}

.p-news {
	padding-bottom: 200px;
}

.p-news::before {
	height: 185px;
	left: -70px;
	top: -40px;
	width: 204px;
}

.p-news__items {
	flex-direction: column;
}

.p-news__item-large {
	width: 100%;
}

.p-news__item-title {
	font-size: 14px;
}

.p-news__item-text {
	font-size: 12px;
}

.p-news__item-little {
	width: 100%;
}

.p-news__item-little .p-news__item-title {
	font-size: 12px;
}

.p-news__item-little .p-news__item-time {
	font-size: 12px;
}

.p-access::before {
	background-size: 70%;
	left: 0;
	top: -90px;
}

.p-access::after {
	height: 179px;
	right: -40px;
	top: -93px;
	width: 194px;
}

.p-access__dl {
	gap: 18px;
	grid-template-columns: 1fr;
}

.p-access__copy-deco {
	bottom: 89px;
	height: 108px;
	left: -36px;
	width: 128px;
}

.p-menu__inner {
	gap: 60px;
}

.p-menu__button-tag-links {
	grid-template-columns: repeat(2, 1fr);
}

.p-menu__button-tag-link {
	font-size: 14px;
	max-width: none;
}

.p-menu__lists {
	grid-template-columns: repeat(2, 1fr);
}

.p-lower-concept.is-reverse .p-lower-concept__content {
	flex-direction: column-reverse;
}

.p-lower-concept-1::after {
	bottom: -50px;
	height: 100px;
	width: 89.3333333333%;
}

.p-lower-concept-1 .p-lower-concept__images {
	gap: 11px;
	width: 100%;
}

.p-lower-concept-1 .p-lower-concept__img-sub {
	gap: 11px;
}

.p-lower-concept-2 .p-lower-concept__img {
	width: 100%;
}

.p-lower-concept__content {
	flex-direction: column-reverse;
	gap: 32px;
}

.p-lower-concept__img {
	width: 100%;
}

.p-lower-concept__body {
	width: 100%;
}

.p-lower-concept__body-heading {
	margin-bottom: 24px;
	text-align: center;
}

.u-hidden-sp {
	display: none;
}

}

@keyframes zoomUp {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.15);
}

}

