body {
	font-family: "YuMincho", "Yu Mincho", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	scroll-padding-top: 3.75rem;
	font-size: 16px;
	scroll-behavior: smooth;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.concept {
	color: #fff;
	overflow: hidden;
	padding: 45px 0;
	padding: 2.8125rem 0;
	position: relative;
}

.concept::before {
	background-image: url(../../assets/images/common/concept-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.concept::after {
	background-image: url(../../assets/images/common/concept-circle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 280px;
	height: 17.5rem;
	position: absolute;
	right: -130px;
	right: -8.125rem;
	top: 40px;
	top: 2.5rem;
	width: 280px;
	width: 17.5rem;
	z-index: -1;
}

.concept__inner {
	gap: 50px;
	gap: 3.125rem;
}

.concept__items {
	margin-top: 80px;
	margin-top: 5rem;
}

.concept__item {
	gap: 30px;
	gap: 1.875rem;
	position: relative;
}

.concept__item + .concept__item {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.concept__item1::after,
.concept__item2::after,
.concept__item3::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 50px;
	height: 3.125rem;
	left: 0;
	position: absolute;
	top: -50px;
	top: -3.125rem;
	width: 40px;
	width: 2.5rem;
}

.concept__item1::after {
	background-image: url(../../assets/images/common/concept1.png);
}

.concept__item2::after {
	background-image: url(../../assets/images/common/concept2.png);
}

.concept__item3::after {
	background-image: url(../../assets/images/common/concept3.png);
}

.concept__title {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.2em;
}

.concept__heading {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.concept__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.feature {
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.feature__item + .feature__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.feature__body {
	max-width: 100%;
}

.feature__heading {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #000000;
	border-bottom: 0.0625rem solid #000000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	position: relative;
}

.feature__heading::before {
	background-image: url(../../assets/images/common/feature-heading-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
}

.feature__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.feature__img {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 100%;
}

.footer {
	background: #52271B;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	padding: 36px 30px;
	padding: 2.25rem 1.875rem;
}

.footer__nav {
	text-align: center;
}

.footer__item + .footer__item {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.footer__copy {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.header {
	background: #3E281E;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__inner,
.header__nav,
.header__items {
	height: inherit;
}

.header__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.header__item {
	font-size: 10px;
	font-size: 0.625rem;
}

.info {
	padding: 30px 0 40px;
	padding: 1.875rem 0 2.5rem;
	position: relative;
}

.info::after {
	background-image: url(../../assets/images/common/info-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 32vw;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.info__item {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 100%;
	text-align: center;
	width: 400px;
	width: 25rem;
}

.info__logo {
	aspect-ratio: 140/260;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	width: 6.25rem;
}

.info__contact {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.info__contact-text {
	font-size: 16px;
	font-size: 1rem;
}

.info__contact-tel {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
}

.info__company {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 100%;
	width: 580px;
	width: 36.25rem;
}

.info__company-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	padding: 12px 0;
	padding: 0.75rem 0;
}

.info__company-item + .info__company-item {
	border-top: 1px solid #000000;
	border-top: 0.0625rem solid #000000;
}

.info__company-term {
	max-width: 100%;
	width: 120px;
	width: 7.5rem;
}

.info__company-desc {
	width: calc(100% - 7.5rem);
}

.info__company-desc span {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.info__map {
	aspect-ratio: 790/530;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 100%;
	width: 790px;
	width: 49.375rem;
}

.info__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.instagram {
	padding: 30px 0 50px;
	padding: 1.875rem 0 3.125rem;
}

.instagram__images {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.main-bg {
	overflow: hidden;
	position: relative;
}

.main-bg::before {
	background-image: url(../../assets/images/common/main-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.menu {
	padding-top: 30px;
	padding-top: 1.875rem;
	position: relative;
}

.menu__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.menu::before {
	background-image: url(../../assets/images/common/circle-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 220px;
	height: 13.75rem;
	position: absolute;
	right: -60px;
	right: -3.75rem;
	top: -60px;
	top: -3.75rem;
	width: 220px;
	width: 13.75rem;
}

.menu::after {
	background-image: url(../../assets/images/common/unagi-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -80px;
	bottom: -5rem;
	content: "";
	display: inline-block;
	height: 215px;
	height: 13.4375rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	width: 237px;
	width: 14.8125rem;
	z-index: 1;
}

.menu__title-area {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	max-width: 70rem;
}

.menu__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.menu__item {
	position: relative;
}

.menu__item + .menu__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.menu__item--circle-bg::after {
	background-image: url(../../assets/images/common/circle-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -105px;
	bottom: -6.5625rem;
	content: "";
	display: inline-block;
	height: 105px;
	height: 6.5625rem;
	left: -36px;
	left: -2.25rem;
	position: absolute;
	width: 105px;
	width: 6.5625rem;
}

.menu__img {
	width: 100%;
}

.menu__body {
	background: rgba(255, 255, 255, .8);
	padding: 20px 30px 30px;
	padding: 1.25rem 1.875rem 1.875rem;
}

.menu__heading {
	border-bottom: 1px solid #000000;
	border-bottom: 0.0625rem solid #000000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.menu__heading span {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	margin-left: 30px;
	margin-left: 1.875rem;
}

.menu__text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.menu__lists {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.menu__list {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.2;
	position: relative;
}

.menu__list::before {
	background: #541800;
	content: "";
	display: inline-block;
	height: 13px;
	height: 0.8125rem;
	width: 14px;
	width: 0.8125rem;
}

.menu__list + .menu__list {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.menu__list span {
	border: 1px solid #000000;
	border: 0.0625rem solid #000000;
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding: 2px 5px;
	padding: 0.125rem 0.3125rem;
}

.menu__info {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.menu__topping,
.menu__drink {
	height: 175px;
	height: 10.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 30px 25px;
	padding: 1.875rem 1.5625rem;
	position: relative;
	width: 365px;
	width: 22.8125rem;
}

.menu__topping::before,
.menu__drink::before {
	background: #000000;
	content: "";
	display: inline-block;
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 100%;
}

.menu__topping::after,
.menu__drink::after {
	background: #000000;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	display: inline-block;
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.menu__info-line {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.menu__info-line::before,
.menu__info-line::before {
	background: #000000;
	content: "";
	display: inline-block;
	height: 100%;
	left: 10px;
	left: 0.625rem;
	position: absolute;
	top: 0;
	width: 1px;
	width: 0.0625rem;
}

.menu__info-line::after,
.menu__info-line::after {
	background: #000000;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 0;
	width: 1px;
	width: 0.0625rem;
}

.menu__info-heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.menu__drink {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.menu__drink-items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.menu__info-lists {
	font-size: 11px;
	font-size: 1rem;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.menu__drink-item {
	font-size: 14px;
	font-size: 1rem;
	/*text-align: center;*/
}

.menu__takeout {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.menu__takeout-content {
	background: rgba(255, 255, 255, .5);
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
	position: relative;
	z-index: 2;
}

.menu__takeout-heading {
	border-bottom: 1px solid #000000;
	border-bottom: 0.0625rem solid #000000;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.menu__takeout-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 100%;
}

.mv {
	height: 80vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv::before {
	aspect-ratio: 140/247;
	background-image: url(../../assets/images/common/mv-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 130px;
	width: 8.125rem;
	z-index: 2;
}

.mv__img {
	-webkit-animation: fadeInImg 20s infinite linear;
	animation: fadeInImg 20s infinite linear;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

.mv__title {
	-webkit-animation: fadeInTitle 20s infinite linear;
	animation: fadeInTitle 20s infinite linear;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	left: calc(50% - 6.25rem);
	letter-spacing: 0.1em;
	position: absolute;
	text-shadow: 5px 3px 10px #262525;
	top: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.mv__title span {
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	padding-right: 8px;
	padding-right: 0.5rem;
}

.section-title {
	color: #58453F;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.section-title--bold {
	font-weight: 600;
}

.section-title::before {
	background: #52271B;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
	width: 0.5rem;
}

.section-title::after {
	background: #52271B;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 10px;
	left: 0.625rem;
	position: absolute;
	top: 0;
	width: 2px;
	width: 0.125rem;
}

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

.concept__items {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.concept__title {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.header__item {
	font-size: 1rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4953271028vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.concept__inner,
.concept__items,
.concept__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.concept__items {
	gap: 4.375rem;
	margin-top: 0;
	width: 100%;
}

.concept__item {
	padding-top: 5.625rem;
}

.concept__item + .concept__item {
	margin-top: 0;
}

.concept__item1::after,
.concept__item2::after,
.concept__item3::after {
	height: 5rem;
	left: auto;
	right: -0.625rem;
	top: 0;
	width: 4.375rem;
}

.concept__title {
	font-size: 2.625rem;
}

.concept__heading {
	font-size: 1.875rem;
}

.concept__text {
	font-size: 1.5rem;
	padding-top: 2.5rem;
	-webkit-writing-mode: tb;
	-ms-writing-mode: tb;
	writing-mode: tb;
}

.feature__item {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature__item + .feature__item {
	margin-top: 6.875rem;
}

.feature__body {
	width: 30rem;
}

.feature__heading {
	font-size: 2.75rem;
	padding-bottom: 0.625rem;
}

.feature__heading::before {
	height: 4.375rem;
	width: 4.375rem;
}

.feature__text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.feature__img {
	margin-top: 0;
	width: 28.75rem;
}

.footer {
	font-size: 1.125rem;
}

.footer__nav {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__item + .footer__item {
	margin-top: 0;
}

.footer__copy {
	font-size: 1.125rem;
}

.header {
	font-size: 1.125rem;
}

.header__items {
	gap: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__item {
	font-size: 1.125rem;
}

.info {
	padding: 3.125rem 0 4.375rem;
}

.info__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info__item {
	margin-left: 0;
	margin-right: 0;
}

.info__logo {
	width: 8.75rem;
}

.info__contact {
	margin-top: 5rem;
}

.info__contact-text {
	font-size: 1.25rem;
}

.info__contact-tel {
	font-size: 2.25rem;
}

.info__company {
	margin-left: 0;
	margin-right: 0;
	margin-top: -4.375rem;
}

.info__company-item {
	font-size: 1.125rem;
}

.info__company-term {
	width: 16.875rem;
}

.info__company-desc {
	width: calc(100% - 16.875rem);
}

.inner {
	max-width: 1120px;
	padding-left: 25px;
	padding-right: 25px;
}

.instagram {
	padding: 3.125rem 0 3.125rem;
}

.instagram__images {
	margin-top: 2.5rem;
}

.menu {
	padding-top: 3.125rem;
}

.menu__inner {
	padding: 0;
}

.menu::before {
	height: 20rem;
	right: -6.875rem;
	top: -6.25rem;
	width: 20rem;
}

.menu::after {
	bottom: -8.125rem;
	height: 25.9375rem;
	width: 27.3125rem;
}

.menu__title-area {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.menu__items {
	margin-top: 5rem;
}

.menu__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu__item + .menu__item {
	margin-top: 9.375rem;
}

.menu__item--circle-bg::after {
	bottom: -12.8125rem;
	height: 12.8125rem;
	width: 12.8125rem;
}

.menu__img {
	width: 68.8vw;
}

.menu__body {
	margin-left: -6.25rem;
	-webkit-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
	width: 40vw;
}

.menu__info {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5rem;
}

.menu__topping,
.menu__drink {
	height: 10.9375rem;
	margin-left: 0;
	margin-right: 0;
	padding: 1.875rem 3.75rem;
	width: 22.8125rem;
}

.menu__info-heading {
	font-size: 1.625rem;
}

.menu__drink {
	margin-top: 0;
}

.menu__takeout-content {
	padding: 1.875rem;
}

.menu__takeout-heading {
	font-size: 1.625rem;
}

.menu__takeout-text {
	width: 45rem;
}

.mv {
	height: calc(100vh - 3.75rem);
}

.mv::before {
	left: 8.125rem;
	top: 3.75rem;
}

.mv__title {
	font-size: 3rem;
	left: calc(50% - 12.5rem);
	top: 50%;
}

.section-title {
	font-size: 3rem;
	padding-left: 2.5rem;
}

}

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

.concept__inner {
	gap: 5rem;
}

}

@media (min-width: 1070px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeInImg {

0% {
	opacity: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

20% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

}

@keyframes fadeInImg {

0% {
	opacity: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

20% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

}

@-webkit-keyframes fadeInTitle {

0% {
	opacity: 0;
}

20% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeInTitle {

0% {
	opacity: 0;
}

20% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}


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

.red{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #B72D3C;/*背景色*/
}
.red{
    margin: 0.2em 0.2em; 
    padding: 0.2em 0.2em;
}
.red{
	color: #fff;
}

media (max-width: 736px)
#click_to_call_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222;
    z-index: 1000;
    text-align: center;
    display: block;
    z-index: 10000;
    height: 120px !important;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none !important;
}


/* フッター固定 */

.footer-fix-buy {
    position: relative;
    background: rgb(255 255 255 / 80%);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.footer-fix-buy a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-fix-buy .footer-fix-buy__in {
    background-color: rgb(92 19 19 / 80%);
    border-radius: 5px;
    padding: 6px 5px;
    margin: 6px;
    /* display: inline-block; */
    font-weight: bold;
    display: flex;
    display: inline-flex;
    width: calc(100% - 12px);
    align-items: center;
    background-image: url(../images/common/icon_arw_right.png);
    background-size: 10px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
    padding-right: 20px;
    justify-content: center;
    flex-direction: row;
}

.footer-fix-buy .footer-fix-buy__sub {
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    color: #7d4242;
    font-size: 11px;
    padding: 0.3em 0.8em;
    margin-bottom: 0.4em;
}

.footer-fix-buy .footer-fix-buy__main {
    display: inline-block;
    color: #fff;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    /* width: 100%; */
    text-align: center;
}

.footer-fix-buy .footer-fix-buy__main:after {
    /*  background-image: url(../images/common/icon_mail.png); */
    display: block;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 20px;
    width: 20px;
}

.footer-fix-buy .footer-fix-buy__point {
    color: #cfc395;
    font-size: 20px;
    margin-right: 0.1em;
}

.footer-fix-buy .footer-fix-buy__icon {
    /* width: 63px; */
    margin-right: 9px;
}

.footer-fix-buy .footer-fix-buy__icon img {
    width: 30px;
}


.footer-fix-buy .footer-fix-buy__text {
    justify-content: center;
    flex-direction: column;
    display: flex;
    z-index:  100;   
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer{
    padding-bottom: 50px!important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.smal{
	font-size: 8px;
}
.line-benefits-box {
  background-color: #21b400;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 40px auto;
  max-width: 680px;
  text-align: center;
}

.line-benefits-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

.line-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 1.15rem;
  line-height: 1.8;
  text-align: center;
}

.line-benefits-list li {
  margin-bottom: 14px;
}

.line-add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-add-btn img {
  height: auto;
  max-height: 48px;
  width: auto;
  max-width: 220px;
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .line-benefits-box {
    padding: 24px 16px;
    margin: 30px 16px;
  }

  .line-benefits-title {
    font-size: 1.4rem;
  }

  .line-benefits-list {
    font-size: 1rem;
  }

  .sp-only {
    display: inline;
  }

  .line-add-btn img {
    max-width: 180px;
    max-height: 42px;
  }
}