body {
	background: #EBEBEB;
}

body.--open {
	overflow: hidden;
}

main {
	margin-top: -22px;
}

img {
	width: 100%;
}

.scrollCue {
	bottom: 40px;
	height: 90px;
	pointer-events: none;
	position: fixed;
	right: 40px;
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: 90px;
	z-index: 999;
}

.scrollCue .ring {
	animation: rotateCCW 12s linear infinite;
	height: 100%;
	width: 100%;
}

.scrollCue .smile {
	height: 32px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
}

/* ▼ hidden state (fade + slight shrink) */

.scrollCue.hide {
	opacity: 0;
	transform: scale(0.6);
}

.c-wrap {
	padding-inline: 20px;
	position: relative;
}

.c-wrap.--px30 {
	padding-inline: 30px;
}

.c-wrap {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

/* c-mv */

.c-mv {
	position: relative;
}

.c-mv__wrap {
	max-width: 100%;
}

.c-mv__img {
	border-radius: 500px;
	display: block;
	height: 460px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-mv__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-mv__inner {
	margin-top: 41px;
	padding-inline: 10px;
	position: relative;
}

.c-mv__title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 500; /* 42px */
	letter-spacing: 2.88px;
	line-height: 175%;
}

.c-mv__page-title {
	color: #222;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.8px;
	line-height: normal;
	z-index: 1;
}

.c-mv__parts1 {
	display: block;
	position: absolute;
	right: 10px;
	top: -92px;
	width: 53px;
}

.c-mv__parts2 {
	display: block;
	position: absolute;
	right: calc(50% + 124px);
	top: -84px;
	width: 137px;
}

/* header */

.header {
	background: #EBEBEB;
	border-bottom: 1px solid #222;
}

.header__wrap {
	max-width: 100%;
	padding-inline: 20px;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 20px 40px;
}

.header__content {
	display: flex;
}

.header__logo {
	display: block;
	width: 170px;
}

.header__time {
	display: none;
}

.header__icon {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 40px;
	justify-content: center;
	width: 30px;
	z-index: 100;
}

.header__icon.--open span:nth-child(1) {
	transform: translateY(4px) rotate(45deg);
}

.header__icon.--open span:nth-child(2) {
	transform: translateY(-4px) rotate(-45deg);
}

.header__icon span {
	background: #222;
	display: block;
	height: 1px;
	transition: 0.5s;
	width: 30px;
}

.header__nav-bg {
	display: none;
}

.c-nav {
	background: #F0F0F0;
	display: flex;
	height: 100dvh;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: 0.5s;
	width: 81.5384615385%;
	z-index: 99;
}

.c-nav.--open {
	transform: translateX(0%);
}

.c-nav__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding-top: 36%;
}

.c-nav__link {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.44px;
	line-height: normal;
}

.c-nav__link.--reserv {
	display: block;
	position: relative;
	width: 186px;
}

.c-nav__link-content {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-nav__link-arrow {
	display: block;
	flex-shrink: 0;
	width: 12px;
}

.c-nav__nav-bg {
	background: #222;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: 0.5s;
	z-index: 98;
}

.c-nav__nav-bg.--open {
	opacity: 0.3;
	pointer-events: all;
}

.l-top {
	position: relative;
}

/* mv */

.top-mv__wrap {
	max-width: 100%;
	padding-inline: 20px;
}

.top-mv__kv {
	position: relative;
}

.top-mv__content {
	position: relative;
}

.top-mv__swiper {
	padding-bottom: 35px;
	z-index: 100;
}

.top-mv__img {
	border-radius: 500px;
	display: block;
	height: 580px;
	overflow: hidden;
	position: relative;
}

.top-mv__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-mv__swiper-pagination {
	align-items: center;
	bottom: 0;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.top-mv__swiper-pagination .swiper-pagination-bullet {
	aspect-ratio: 1/1;
	background: transparent;
	border: 2px solid #222;
	display: block;
	height: 10px;
	margin: 0 !important;
	width: 10px;
}

.top-mv__swiper-pagination .swiper-pagination-bullet-active {
	background: #222;
}

.top-mv__title {
	color: #222;
	margin-top: 8px;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2.88px;
	line-height: 175%;
}

.top-mv__title.--img {
	display: none;
}

.top-mv__parts {
	bottom: 52px;
	position: absolute;
	right: 2px;
	width: 65.73px;
}

/* top-sec01 */

.top-sec01 {
	padding-bottom: 120px;
	padding-top: 109px;
}

.top-sec01__parts2 {
	display: none;
}

.top-sec01__inner {
	position: relative;
}

.top-sec01__thumb {
	align-items: end;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}

.top-sec01__thumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-sec01__img01 {
	border-radius: 20px;
	display: block;
	flex-shrink: 0;
	margin-bottom: 46px;
	overflow: hidden;
	position: relative;
	width: 300px;
	z-index: 1;
}

.top-sec01__img02 {
	border-radius: 20px;
	display: block;
	flex-shrink: 0;
	margin-right: -70px;
	overflow: hidden;
	position: relative;
	width: 120px;
	z-index: 2;
}

.top-sec01__parts {
	bottom: 12px;
	left: 11px;
	position: absolute;
	width: 137px;
	z-index: 0;
}

.top-sec01__content {
	display: flex;
	flex-direction: column;
	gap: 43px;
}

.top-sec01__heading {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-inline: 10px;
}

.top-sec01__heading-en {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.12px;
	line-height: normal;
}

.top-sec01__heading-ja {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 28px;
	font-style: normal;
	font-weight: 700; /* 33.6px */
	letter-spacing: 3px;
	line-height: 120%;
}

.top-sec01__text {
	color: #222;
	margin-top: 32px;
	padding-inline: 10px;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 200%;
}

.top-sec01__button {
	display: block;
	margin: 56px auto 0;
	position: relative;
	width: 160px;
}

.top-sec01__button-text {
	color: #222;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.12px;
	line-height: normal;
	white-space: nowrap;
}

.top-parallax {
	background-attachment: fixed;
	background-image: url(..//img/top/sp/parallax-1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
}

/* top-sec02 */

.top-sec02 {
	padding-bottom: 82px;
	padding-top: 61px;
}

.top-sec02__inner {
	position: relative;
}

.top-sec02__parts {
	position: absolute;
	width: 142px;
}

.top-sec02__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.top-sec02__heading-en {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2.72px;
	line-height: 1;
}

.top-sec02__heading-ja {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500; /* 28px */
	letter-spacing: 2.88px;
	line-height: 175%;
}

.top-sec02__items {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-top: 41px;
	padding-inline: 10px;
}

.top-sec02__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.top-sec02__body {
	display: flex;
	flex-direction: column;
}

.top-sec02__title {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.36px;
	line-height: 240%;
}

.top-sec02__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.28px;
	line-height: 200%;
}

/* top-sec03 */

.top-sec03 {
	background: #EBEBEB;
	overflow: hidden;
	padding-bottom: 120px;
	padding-top: 116px;
}

.top-sec03__parts {
	display: none;
}

.top-sec03__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.top-sec03__heading-en {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2.72px;
	line-height: 1;
}

.top-sec03__heading-ja {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500; /* 28px */
	letter-spacing: 2.88px;
	line-height: 175%;
}

.top-sec03__items {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}

.top-sec03__item {
	border-bottom: 1px solid #222;
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding-block: 24px;
}

.top-sec03__time {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.top-sec03__title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 25.5px */
}

.slider__img {
	display: block;
	width: 200px;
}

.slider .swiper-slide {
	width: auto;
}

.slider .swiper-wrapper {
	transition-timing-function: linear;
}

.l-about {
	border-bottom: 1px solid #222;
}

/* about-sec01 */

.about-sec01 {
	margin-top: 38px;
	padding-bottom: 146px;
}

.about-sec01__inner {
	display: flex;
	flex-direction: column;
	gap: 38px;
	position: relative;
}

.about-sec01__parts1 {
	position: absolute;
	right: calc(100% - 41px);
	top: -83px;
	width: 137px;
}

.about-sec01__parts2 {
	display: none;
	position: absolute;
}

.about-sec01__title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 500; /* 42px */
	letter-spacing: 2.88px;
	line-height: 175%;
}

.about-sec01__img01 {
	margin-bottom: 5px;
	width: 100%;
}

.about-sec01__img02 {
	display: block;
	margin: 47px auto 0;
	width: 246px;
}

.about__title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 22px;
	font-style: normal;
	font-weight: 500; /* 52.8px */
	letter-spacing: 0.44px;
	line-height: 240%;
	white-space: nowrap;
}

.about__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 240%;
}

.about__text.--sec01 {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 200%;
}

/* about-sec02 */

.about-sec02 {
	background: #F2F2F2;
	padding-bottom: 58px;
	padding-top: 69px;
	position: relative;
	z-index: 0;
}

.about-sec02__thumb {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.about-sec02__img01 {
	display: block;
	flex-shrink: 0;
	position: relative;
	width: 74%;
	z-index: 1;
}

.about-sec02__img02 {
	bottom: 125px;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	width: 74%;
}

.about-sec02__content {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-top: 35px;
}

/* about-sec03 */

.about-sec03 {
	background: #EBEBEB;
	padding-bottom: 139px;
	padding-top: 187px;
}

.about-sec03__thumb {
	position: relative;
	width: 100%;
}

.about-sec03__img01 {
	bottom: 43px;
	position: absolute;
	right: 0;
	width: 74%;
}

.about-sec03__img02 {
	position: relative;
	width: 45%;
	z-index: 1;
}

.about-sec03__content {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-top: 35px;
}

.l-menu {
	background: #EBEBEB;
}

.menu-content {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: 0.3s;
	width: 100%;
}

.menu-content.is-active {
	opacity: 1;
	pointer-events: all;
	position: static;
	width: 100%;
}

.menu__tab {
	border-bottom: 1px solid #DBDBDB;
	display: flex;
	justify-content: center;
}

.menu__tab-inner {
	display: flex;
	gap: 40px;
	justify-content: center;
	max-width: 750px;
	padding-inline: 35px;
	width: 100%;
}

.menu__tab-content {
	border-bottom: 2px solid transparent;
	display: block;
	padding-block: 10px 24px;
	transition: 0.3s;
	width: 100%;
}

.menu__tab-content:hover {
	background: rgba(0, 0, 0, 0.035);
}

.menu__tab-content.--active {
	border-bottom: 2px solid #222;
}

.menu__tab-text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center; /* 39.6px */
}

.menu__container {
	border-bottom: 1px solid #222;
	margin-top: 65px;
	padding-bottom: 80px;
	position: relative;
}

.menu__heading {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.menu__heading-title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue", "helvetica-lt-pro";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
}

.menu__heading-body {
	display: flex;
	gap: 1em;
}

.menu__heading-ja {
	color: #222;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.menu__heading-note {
	color: #222;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.menu__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 24px;
}

.menu__button {
	display: block;
	position: relative;
	width: 200px;
}

.menu__button-text {
	color: #222;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue", "helvetica-lt-pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.12px;
	line-height: normal;
	white-space: nowrap;
}

/* menu-list */

/* lunch-set */

.lunch-set {
	margin-top: 61px;
}

.lunch-set__items {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.lunch-set__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.lunch-set__heading {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.lunch-set__heading-title {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.lunch-set__heading-price {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.lunch-set__heading-price span {
	font-size: 13px;
}

.lunch-set__img {
	aspect-ratio: 5/3;
	border-radius: 20px;
	overflow: hidden;
}

.lunch-set__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.lunch-set__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.lunch-set__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%;
}

.lunch-set__text .lv {
	font-size: 14px;
}

.lunch-set__topping {
	display: flex;
	flex-direction: column;
	gap: 26px;
	margin-top: 70px;
	padding: 36px 0px 23px;
	position: relative;
	z-index: 0;
}

.lunch-set__topping::after {
	background: #F2F2F2;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: -1;
}

.lunch-set__topping-title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.lunch-set__topping-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lunch-set__topping-list li {
	border-bottom: 1px solid #DBDBDB;
}

.lunch-set__topping-list li:last-of-type {
	border: none;
}

.lunch-set__topping-list-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 0px 16px;
}

.lunch-set__topping-list-text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.lunch-set__topping-list-text span {
	font-size: 13px;
}

.lunch-set__topping-list-text .lv {
	font-weight: 400;
	line-height: 2;
}

/* lunch-dish */

.lunch-dish {
	margin-top: 120px;
}

.lunch-dish__items {
	display: flex;
	flex-direction: column;
	gap: 49px;
}

.lunch-dish__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.lunch-dish__heading {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.lunch-dish__heading-title {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.lunch-dish__heading-price {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.lunch-dish__heading-price span {
	font-size: 13px;
}

.lunch-dish__inner {
	display: flex;
	flex-direction: column;
	gap: 49px;
}

.lunch-dish__img {
	aspect-ratio: 35/18;
	border-radius: 20px;
	flex-shrink: 0;
	overflow: hidden;
}

.lunch-dish__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lunch-dish__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* lunch-drink */

.lunch-drink {
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-top: 120px;
}

.lunch-drink li {
	border-bottom: 1px solid #DBDBDB;
}

.lunch-drink li:last-of-type {
	border: none;
}

.lunch-drink__row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 0px 32px;
}

.lunch-drink__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.lunch-drink__text span {
	font-size: 13px;
}

.lunch-drink__lists {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

/* dinner-set */

.dinner-set__inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.dinner-set__items {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.dinner-set__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.dinner-set__img {
	aspect-ratio: 5/3;
	border-radius: 20px;
	overflow: hidden;
}

.dinner-set__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.dinner-set__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.dinner-set__heading {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.dinner-set__heading-title {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.dinner-set__heading-price {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.dinner-set__heading-price span {
	font-size: 13px;
}

/* dinner-recom */

.dinner-recom {
	margin-top: 115px;
}

.dinner-recom__inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.dinner-recom__items {
	display: flex;
	flex-direction: column;
	gap: 47px;
}

.dinner-recom__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.dinner-recom__img {
	aspect-ratio: 5/3;
	border-radius: 20px;
	overflow: hidden;
}

.dinner-recom__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.dinner-recom__heading {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.dinner-recom__heading-title {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.dinner-recom__heading-price {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.dinner-recom__heading-price span {
	font-size: 13px;
}

.js-accordion-icon {
	transform: rotate(180deg);
	transition: 0.5s;
}

.js-accordion-icon.is-open {
	transform: rotate(0deg);
}

/* dinner-reg */

.dinner-reg {
	margin-top: 117px;
	padding-bottom: 90px;
}

.dinner-reg__inner {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.dinner-reg__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.dinner-reg__button {
	align-items: center;
	border: 1px solid #222;
	border-radius: 30px;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.dinner-reg__button-icon {
	display: block;
	width: 20px;
}

.dinner-reg__lists {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.dinner-reg__item {
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 24px;
}

.dinner-reg__body {
	font-family: "Zen Kaku Gothic Antique";
}

.dinner-reg__name {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 27px */
}

.dinner-reg__desc {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
}

.dinner-reg__price {
	color: #222;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%; /* 24px */
}

.dinner-reg__price span {
	font-size: 13px;
	font-weight: 700;
	line-height: 150%; /* 19.5px */
}

.dinner-parallax {
	background-attachment: fixed;
	background-image: url(../img/menu/dinner/parallax-img01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
}

/* dinner-drink */

.dinner-drink {
	margin-top: 80px;
	padding-bottom: 47px;
}

.dinner-drink__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.dinner-drink__head {
	display: flex;
	justify-content: space-between;
}

.dinner-drink__button {
	align-items: center;
	border: 1px solid #222;
	border-radius: 30px;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.dinner-drink__button-icon {
	display: block;
	width: 20px;
}

.dinner-drink li {
	border-bottom: 1px solid #DBDBDB;
}

.dinner-drink li:last-of-type {
	border: none;
}

.dinner-drink__row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 0px 32px;
}

.dinner-drink__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.dinner-drink__text span {
	font-size: 13px;
}

.dinner-drink__lists {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

/* dinner-dessert */

.dinner-dessert {
	background: #F2F2F2;
	margin-bottom: 65px;
	padding-bottom: 30px;
	padding-top: 31px;
}

.dinner-dessert__inner {
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic Antique";
	gap: 21px;
}

.dinner-dessert__title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.dinner-dessert__lists {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dinner-dessert__row {
	align-items: center;
	border-bottom: 1px solid #DBDBDB;
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
}

.dinner-dessert__text {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 24px */
}

.dinner-dessert__text span {
	font-size: 13px;
}

/* course-recom */

.course-recom__inner {
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic Antique";
	gap: 62px;
}

.course-recom__items {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.course-recom__item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.course-recom__img {
	aspect-ratio: 7/4;
	border-radius: 20px;
	flex-shrink: 0;
	overflow: hidden;
}

.course-recom__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.course-recom__body {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.course-recom__title {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.course-recom__price {
	color: #222;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
}

.course-recom__price span {
	font-size: 13px;
}

.course-recom__note {
	align-items: center;
	background: #F2F2F2;
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 5px 0;
}

.course-recom__note-text {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 28px */
}

.course-recom__text {
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.course-recom__text.--sublist {
	padding-left: 23px;
	position: relative;
}

.course-recom__text.--sublist::before {
	content: "・";
	left: 4px;
	position: absolute;
	top: 1px;
}

.course-recom__text.--note {
	font-size: 12px;
}

/* course-populor */

.course-populor {
	margin-bottom: 42px;
	margin-top: 95px;
}

.course-populor__inner {
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic Antique";
	gap: 62px;
}

.course-populor__items {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.course-populor__item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.course-populor__img {
	aspect-ratio: 7/4;
	border-radius: 20px;
	overflow: hidden;
}

.course-populor__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.course-populor__body {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.course-populor__head {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.course-populor__title {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.course-populor__price {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
}

.course-populor__price span {
	font-size: 13px;
}

.course-populor__note {
	align-items: center;
	background: #F2F2F2;
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 5px 0;
}

.course-populor__note-text {
	color: #222;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 28px */
}

.course-populor__text {
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.course-populor__text.--sublist {
	padding-left: 23px;
	position: relative;
}

.course-populor__text.--sublist::before {
	content: "・";
	left: 4px;
	position: absolute;
	top: 1px;
}

.course-populor__text.--note {
	font-size: 12px;
}

/* footer */

.footer {
	padding-bottom: 40px;
	padding-top: 80px;
}

.footer__container {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.footer__logo {
	display: block;
	margin: 0 auto;
	width: 170px;
}

.footer__info {
	color: #222;
	text-align: left;
	leading-trim: both;
	text-edge: cap;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	gap: 22px;
	letter-spacing: 0.3px;
	line-height: normal;
}

.footer__block {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.footer__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__item {
	display: flex;
	gap: 28px;
}

.footer__row {
	display: flex;
	gap: 20px;
}

.footer__term {
	flex-shrink: 0;
	width: 62px;
}

.footer__head {
	flex-shrink: 0;
}

.footer__map {
	aspect-ratio: 13/10;
	margin-top: 30px;
	width: 100%;
}

.footer__map iframe {
	height: 100%;
	width: 100%;
}

.footer__copy {
	color: #222;
	display: inline-block;
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.56px;
	line-height: normal;
	margin-top: 42px;
	text-align: center;
	width: 100%;
}

.footer__nav {
	display: none;
	margin-top: 24px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
	position: relative;
}

.inview {
	opacity: 0;
	transition: 1.5s;
}

.inview.fade-up {
	transform: translateY(20px);
}

.inview.fade-up.--xy50 {
	transform: translate(-50%, calc(-50% + 20px));
}

.inview.fade-down {
	transform: translateY(-20px);
}

.inview.fade-left {
	transform: translateX(20px);
}

.inview.fade-right {
	transform: translateX(-20px);
}

.inview.is-show {
	opacity: 1;
	transform: translate(0px);
}

.inview.is-show.--xy50 {
	transform: translate(-50%, -50%);
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.6 !important;
}

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

main {
	margin-top: -50px;
}

.c-wrap {
	max-width: 100%;
	padding-inline: 50px;
}

.c-mv__img {
	height: 420px;
}

.c-mv__parts1 {
	bottom: -2px;
	left: auto;
	right: -7px;
	top: auto;
	width: 65.73px;
}

.header__wrap {
	max-width: 1550px;
	padding-inline: 40px;
}

.header__inner {
	padding-block: 32px 82px;
}

.header__content {
	align-items: center;
	gap: 29px;
}

.header__logo {
	width: 210px;
}

.header__icon {
	display: none;
}

.c-nav {
	background: transparent;
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	position: static;
	transform: translateX(0%);
	width: -moz-fit-content;
	width: fit-content;
}

.c-nav__lists {
	flex-direction: row;
	gap: 29px;
	padding-top: 0;
}

.c-nav__link {
	font-size: 14px;
	letter-spacing: 1.12px;
}

.c-nav__link.--reserv {
	width: 160px;
}

.c-nav__link-content {
	gap: 10px;
}

.c-nav__link-arrow {
	width: 8px;
}

.top-mv__wrap {
	max-width: 1550px;
	padding-inline: 50px;
}

.top-mv__img {
	height: 900px;
}

.top-mv__swiper-pagination {
	bottom: auto !important;
	flex-direction: column;
	height: -moz-fit-content;
	height: fit-content;
	left: auto !important;
	right: -30px;
	top: 50%;
	transform: translateY(-70%);
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.top-mv__title {
	bottom: 82px;
	font-size: 28px;
	left: 0;
	letter-spacing: 3.36px;
	margin-top: 0;
	position: absolute;
}

.top-mv__title.--img {
	bottom: 47px;
	color: #fff;
	display: inline-block;
}

.top-mv__parts {
	bottom: auto;
	right: -21px;
	top: 180px;
}

.top-sec01 {
	padding-top: 117px;
}

.top-sec01__wrap {
	max-width: 1370px;
	padding-inline: 50px;
	width: 100%;
}

.top-sec01__parts2 {
	bottom: 266px;
	display: block;
	position: absolute;
	right: -40px;
	width: 248px;
}

.top-sec01__inner {
	max-width: calc(100% - 124px);
}

.top-sec01__thumb {
	margin-top: 10px;
}

.top-sec01__img01 {
	border-radius: 40px;
	margin-bottom: 81px;
	width: 716px;
}

.top-sec01__img02 {
	border-radius: 24px;
	margin-right: -115px;
	width: 246px;
}

.top-sec01__parts {
	bottom: 147px;
	left: 0px;
	width: 209px;
}

.top-sec01__content {
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.top-sec01__heading {
	flex-direction: row-reverse;
	gap: 17px;
	padding: 0;
}

.top-sec01__heading-en {
	font-size: 16px;
	writing-mode: vertical-rl;
}

.top-sec01__heading-ja {
	font-size: 36px;
	letter-spacing: 7px;
	writing-mode: vertical-rl;
}

.top-sec01__text {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 240%;
	margin-left: 130px;
	margin-top: 11px;
	max-width: 670px;
	padding-inline: 0;
}

.top-sec01__button {
	margin-left: 130px;
	margin-top: 58px;
}

.top-parallax {
	height: 730px;
}

.top-sec02 {
	background: #EBEBEB;
	padding-top: 160px;
}

.top-sec02__wrap {
	max-width: 1334px;
}

.top-sec02__inner {
	padding-bottom: 113px;
	padding-top: 80px;
	z-index: 0;
}

.top-sec02__inner::after {
	background: #F2F2F2;
	border-radius: 120px 0 0 120px;
	content: "";
	height: 100%;
	margin-left: 2.5806451613%;
	position: absolute;
	right: 0;
	top: 0;
	width: 97.4193548387%;
	z-index: -2;
}

.top-sec02__parts {
	left: calc(50% - 365px);
	top: -51px;
	width: 204px;
	z-index: -1;
}

.top-sec02__items {
	flex-direction: row;
	gap: 32px;
	margin-top: 67px;
	padding: 0;
}

.top-sec02__item {
	gap: 22px;
	width: calc((100% - 64px) / 3);
}

.top-sec02__body {
	gap: 6px;
}

.top-sec02__title {
	font-size: 20px;
	letter-spacing: 0.4px;
}

.top-sec02__text {
	font-size: 14px;
	letter-spacing: 0.28px;
}

.top-sec03 {
	padding-bottom: 159px;
	padding-top: 75px;
}

.top-sec03__wrap {
	max-width: 1080px;
}

.top-sec03__inner {
	position: relative;
	z-index: 0;
}

.top-sec03__parts {
	bottom: 117px;
	display: block;
	position: absolute;
	right: calc(50% - 618px);
	width: 150px;
	z-index: -1;
}

.top-sec03__items {
	margin-top: 29px;
}

.top-sec03__item {
	flex-direction: row;
	gap: 56px;
}

.slider__img {
	width: 300px;
}

.about-sec01 {
	margin-top: 104px;
}

.about-sec01__wrap {
	max-width: 600px;
}

.about-sec01__parts1 {
	right: calc(100% + 47px);
	top: 23px;
	width: 209px;
}

.about-sec01__parts2 {
	display: block;
	left: calc(100% + 56px);
	top: 61px;
	width: 145px;
}

.about-sec01__title {
	font-size: 28px;
	letter-spacing: 0.56px;
	text-align: center;
}

.about-sec01__img01 {
	bottom: 102px;
	left: calc(100% + 28px);
	margin: 0;
	position: absolute;
	width: 300px;
}

.about-sec01__img02 {
	bottom: -101px;
	margin: 0;
	position: absolute;
	right: calc(100% + 76px);
}

.about__title {
	font-size: 26px;
	letter-spacing: 0.52px;
}

.about__text.--sec01 {
	font-size: 17px;
	letter-spacing: 0.34px;
	line-height: 240%;
}

.about-sec02 {
	background: transparent;
	padding-top: 212px;
}

.about-sec02__wrap {
	max-width: 1470px;
}

.about-sec02__inner {
	align-items: start;
	display: flex;
	gap: 90px;
}

.about-sec02__thumb {
	flex-shrink: 0;
	margin-top: 159px;
	width: 44.5%;
}

.about-sec02__img01 {
	width: 75%;
}

.about-sec02__img02 {
	bottom: 222px;
	width: 75%;
}

.about-sec02__content {
	gap: 24px;
	margin-top: 0px;
	position: relative;
	z-index: 0;
}

.about-sec02__content::after {
	background: #F2F2F2;
	border-radius: 120px 0 0 120px;
	content: "";
	height: calc(100% + 192px);
	left: 50%;
	min-width: 1426px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 18.3870967742%);
	z-index: -2;
}

.about-sec03 {
	padding-top: 44px;
}

.about-sec03__wrap {
	max-width: 1470px;
}

.about-sec03__inner {
	align-items: start;
	display: flex;
	flex-direction: row-reverse;
	gap: 90px;
}

.about-sec03__thumb {
	flex-shrink: 0;
	margin-top: 183px;
	width: 44.5%;
	z-index: 1;
}

.about-sec03__img01 {
	bottom: 226px;
	width: 84%;
}

.about-sec03__img02 {
	width: 52%;
}

.about-sec03__content {
	gap: 24px;
	position: relative;
	z-index: 0;
}

.about-sec03__content::after {
	background: #F2F2F2;
	border-radius: 0 120px 120px 0;
	content: "";
	height: calc(100% + 192px);
	left: 50%;
	min-width: 1426px;
	position: absolute;
	top: 50%;
	transform: translate(-39%, -50%);
	width: calc(100vw - 14.3870967742%);
	z-index: -2;
}

.menu__wrap {
	max-width: 1276px;
}

.menu__tab {
	margin-top: 65px;
	width: 100%;
}

.menu__tab-text span {
	color: #222;
	padding-top: 13px;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue", "helvetica-lt-pro", "helvetica-lt-pro";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
}

.menu__container {
	margin-top: 75px;
	padding-bottom: 127px;
}

.menu__heading {
	align-items: center;
	flex-direction: row;
}

.menu__heading-title {
	font-size: 32px;
	letter-spacing: 2.56px;
}

.menu__buttons {
	display: none;
}

.lunch-set {
	margin-top: 48px;
}

.lunch-set__items {
	flex-direction: row;
	gap: 80px;
}

.lunch-set__item {
	width: calc((100% - 80px) / 2);
}

.lunch-set__heading-title {
	font-size: 20px;
}

.lunch-set__heading-price {
	font-size: 16px;
}

.lunch-set__img {
	aspect-ratio: 137/80;
}

.lunch-set__topping {
	background: #F2F2F2;
	border-radius: 20px;
	margin-top: 62px;
	padding: 40px 56px 20px 56px;
}

.lunch-set__topping::after {
	display: none;
}

.lunch-set__topping-list-text span {
	font-size: 14px;
}

.lunch-set__topping-list-text .lv {
	font-size: 14px;
}

.lunch-set__topping-list-text {
	font-size: 18px;
}

.lunch-dish {
	margin-top: 159px;
}

.lunch-dish__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 48px 32px;
}

.lunch-dish__item {
	width: calc((100% - 96px) / 4);
}

.lunch-dish__heading-price {
	margin-top: auto;
}

.lunch-dish__img {
	aspect-ratio: 3/2;
}

.lunch-dish__body {
	height: 100%;
}

.lunch-drink {
	gap: 52px;
	margin-top: 152px;
}

.lunch-drink__text {
	font-size: 18px;
}

.dinner-set__inner {
	gap: 48px;
}

.dinner-set__items {
	flex-direction: row;
	gap: 48px;
}

.dinner-set__item {
	gap: 28px;
	width: calc((100% - 96px) / 3);
}

.dinner-set__img {
	aspect-ratio: 3/2;
}

.dinner-recom__inner {
	gap: 50px;
}

.dinner-recom__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 48px 32px;
}

.dinner-recom__item {
	gap: 27px;
	width: calc((100% - 96px) / 4);
}

.dinner-recom__img {
	aspect-ratio: 3/2;
}

.dinner-reg__inner {
	gap: 39px;
}

.dinner-reg__lists {
	gap: 23px;
}

.dinner-reg__item {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.dinner-parallax {
	height: 730px;
}

.dinner-drink {
	margin-top: 102px;
}

.dinner-drink__inner {
	gap: 40px;
}

.dinner-drink__text {
	font-size: 18px;
}

.dinner-drink__lists {
	gap: 26px;
}

.dinner-dessert {
	background: transparent;
	margin-top: 60px;
}

.dinner-dessert__inner {
	background: #F2F2F2;
	border-radius: 20px;
	padding: 40px 56px 40px 56px;
}

.dinner-dessert__lists {
	gap: 14px;
}

.dinner-dessert__text {
	font-size: 18px;
}

.course-recom__inner {
	gap: 49px;
}

.course-recom__items {
	gap: 54px;
}

.course-recom__item {
	align-items: start;
	flex-direction: row;
	gap: 38px;
}

.course-recom__img {
	width: 47.5%;
}

.course-recom__title {
	font-size: 20px;
}

.course-populor {
	margin-top: 112px;
}

.course-populor__inner {
	gap: 50px;
}

.course-populor__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 73px 80px;
}

.course-populor__item {
	width: calc((100% - 80px) / 2);
}

.course-populor__img {
	aspect-ratio: 137/80;
	flex-shrink: 0;
}

.course-populor__title {
	font-size: 20px;
}

.footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 72px;
}

.footer__wrap {
	max-width: 1118px;
}

.footer__container {
	align-items: start;
	gap: 29px;
}

.footer__logo {
	margin: 0;
	width: 209px;
}

.footer__info {
	flex-direction: row;
	gap: 13px;
	justify-content: space-between;
	width: 100%;
}

.footer__block {
	gap: 13px;
}

.footer__body {
	gap: 0;
}

.footer__item {
	gap: 42px;
}

.footer__map {
	aspect-ratio: auto;
	height: 626px;
	margin-top: 75px;
}

.footer__copy {
	left: 18px;
	margin: 0;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: sideways-lr;
	z-index: 10000;
}

.footer__nav {
	display: block;
}

}

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

.about-sec01__wrap {
	max-width: 813px;
}

.about-sec01__inner {
	gap: 52px;
	padding-left: 42px;
}

.about-sec01__img01 {
	width: 388px;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

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

.header__time {
	color: #222;
	display: inline;
	leading-trim: both;
	text-edge: cap;
	font-family: "Helvetica Neue";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

}

@keyframes rotateCCW {

from {
	transform: rotate(0);
}

to {
	transform: rotate(-360deg);
}

}

