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

body {
	color: #141414;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

*,
*::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: optimizeLegibility;
}

/* 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;
}

/* ホバー */

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

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

.p-entry-404__head {
	font-family: "Shippori Mincho";
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: bold;
	padding-top: 200px;
	padding-top: 12.5rem;
	text-align: center;
}

.p-entry-404__lead {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-entry-404__content {
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-entry-404__btn-wrapper {
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 20vh;
}

.p-entry-404__btn {
	margin-inline: auto;
	font-size: 24px;
	font-size: 1.5rem;
}

.p-commitment-sect:nth-of-type(2) {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-commitment-sect:nth-of-type(n + 3) {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-commitment-sect__box {
	margin-inline: auto;
	max-width: 800px;
	max-width: 50rem;
}

.p-commitment-sect__box-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-commitment-sect__box-media-title-img {
	width: 181px;
	width: 11.3125rem;
}

.p-commitment-sect__title {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-commitment-sect__title .-text {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.45;
	white-space: nowrap;
}

.p-commitment-sect__box-media-body {
	width: 400px;
	width: 25rem;
}

.p-commitment-sect__box-media-body-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.p-commitment-sect__box-media-body-text + .p-commitment-sect__box-media-body-text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact-form {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-contact-form__content {
	background-color: #fcfcfc;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 100px 140px;
	padding: 6.25rem 8.75rem;
}

.p-contact-form__text {
	margin-inline: auto;
	font-family: "Shippori Mincho";
	font-size: 16px;
	font-size: 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact-form__form {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-contact-form__form input,
.p-contact-form__form textarea {
	background-color: #f4f4f4;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
	width: 100%;
}

.p-contact-form__form-item {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: 15.3125rem 1fr;
}

.p-contact-form__form-item:nth-of-type(n + 2) {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact-form__form-item-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.p-contact-form__form-item-label {
	font-family: "Shippori Mincho";
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__form-item-label .-required {
	color: #e60615;
	font-family: "Shippori Mincho";
	font-size: 13px;
	font-size: 0.8125rem;
	margin-left: 16px;
	margin-left: 1rem;
}

.p-contact-form__form-item-example {
	color: #9b9b9b;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.38;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact-form__form-item-input {
	height: 40px;
	height: 2.5rem;
}

.p-contact-form__form-item-textarea {
	height: 230px;
	height: 14.375rem;
}

.p-contact-form__form-btn-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-contact-form__form-btn {
	margin-inline: auto;
}

.p-contact-form__form-btn-note {
	color: #9b9b9b;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.38;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-menu-cat {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-menu-cat__content {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-menu-cat.--ramen .p-menu-cat__content {
	background: url("../images/common/deco3.svg") repeat-x bottom center/100% auto;
	padding-bottom: 116px;
	padding-bottom: 7.25rem;
}

.p-menu-cat__list {
	grid-gap: 5rem 7.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-menu-cat__item {
	max-width: 453px;
	max-width: 28.3125rem;
}

.p-menu-cat__item-img {
	aspect-ratio: 453/341;
	-o-object-fit: cover;
	border: 2px solid #e60013;
	border: 0.125rem solid #e60013;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
}

.p-menu-cat__item-title {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e60013;
	border-left: 1px solid #e60013;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 375px;
	max-width: 23.4375rem;
	min-width: 333px;
	min-width: 20.8125rem;
	padding: 5px 12px;
	padding: 0.3125rem 0.75rem;
}

.p-menu-cat__item-title-text {
	color: #e60013;
	font-family: "Shippori Mincho";
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
}

.p-menu-cat__item-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-menu-cat__note {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.46;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: right;
}

.p-menu-nav {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-menu-nav__list {
	grid-gap: 0px 5rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-menu-nav__link {
	background-color: #fcfcfc;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
	display: block;
	height: 139px;
	height: 8.6875rem;
	width: 413px;
	width: 25.8125rem;
}

.p-news-archive {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-news-archive__content {
	background-color: #fcfcfc;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 60px 60px 100px;
	padding: 3.75rem 3.75rem 6.25rem;
}

.p-news-archive__card {
	gap: 40px;
	gap: 2.5rem;
	background: url("../images/common/icon-circle-yellow.svg") no-repeat right top 16px/25.6px 25.6px;
	background: url("../images/common/icon-circle-yellow.svg") no-repeat right top 1rem/1.6rem 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-right: 66px;
	padding-right: 4.125rem;
	position: relative;
}

.p-news-archive__card::before {
	background-color: #ffdc46;
	bottom: 0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 85.43%;
}

.p-news-archive__card-img-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	width: 200px;
	width: 12.5rem;
}

.p-news-archive__card-img {
	aspect-ratio: 16/10;
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-news-archive__card-meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-archive__card-date {
	color: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
}

.p-news-archive__card-category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 70px;
	min-width: 4.375rem;
	text-align: center;
}

.p-news-archive__card-category.--info {
	background-color: #ffadb3;
}

.p-news-archive__card-category.--shop {
	background-color: #3baed8;
}

.p-news-archive__card-category.--menu {
	background-color: #56aa21;
}

.p-news-archive__card-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.45;
	margin-top: 10px;
	margin-top: 0.625rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-news-archive__card-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-news-archive__pagination {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-news-archive__pagination ul {
	-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;
}

.p-news-archive__pagination a,
.p-news-archive__pagination span {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 16px;
	padding: 1rem;
	text-align: center;
}

.p-news-archive__pagination span.current {
	background: url("../images/news/icon-pagination-bg.webp") no-repeat center center/44px 44px;
	background: url("../images/news/icon-pagination-bg.webp") no-repeat center center/2.75rem 2.75rem;
	color: #5c5c5c;
}

.p-news-single {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-news-single__col {
	grid-gap: 0px 1.9493%;
	display: grid;
	grid-template-columns: 70.7602% 27.2904%;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-news-single__content {
	background-color: #fff5e0;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	padding: 100px 60px;
	padding: 6.25rem 3.75rem;
}

.p-news-single__meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-single__date {
	color: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
}

.p-news-single__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 70px;
	min-width: 4.375rem;
	text-align: center;
}

.p-news-single__category.--info {
	background-color: #ffadb3;
}

.p-news-single__category.--menu {
	background-color: #56aa21;
}

.p-news-single__category.--shop {
	background-color: #3baed8;
}

.p-news-single__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.46;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-news-single__thumbnail {
	border-radius: 0.625rem;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-news-single__thumbnail-img {
	height: auto;
}

.p-news-single__body {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-news-single__btn-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
	margin-top: 5rem;
}

.p-news-single__btn.-next.c-btn {
	background-color: #fff;
}

.p-news-single__btn.-prev {
	background: #fff url(../images/common/icon-arrow-rightup-reverse.svg) no-repeat left 20px center/14px 8px;
	background: #fff url(../images/common/icon-arrow-rightup-reverse.svg) no-repeat left 1.25rem center/0.875rem 0.5rem;
}

.p-news-single__btn.--disabled {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.p-news-single__recently {
	background-color: #fff5e0;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, .1);
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 20px;
	padding: 1.25rem;
}

.p-news-single__recently-title {
	gap: 10px;
	gap: 0.625rem;
	-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;
}

.p-news-single__recently-title-icon {
	width: 47px;
	width: 2.9375rem;
}

.p-news-single__recently-title-text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.46;
}

.p-news-single__recently-list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-news-single__recently-item:nth-of-type(n + 2) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-news-single__recently-link {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-single__recently-img-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	width: 2.5rem;
}

.p-news-single__recently-img {
	-o-object-fit: cover;
	aspect-ratio: 40/25;
	border-radius: 2px;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-news-single__recently-meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-single__recently-date {
	color: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
}

.p-news-single__recently-category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 70px;
	min-width: 4.375rem;
	text-align: center;
}

.p-news-single__recently-category.--info {
	background-color: #ffadb3;
}

.p-news-single__recently-category.--menu {
	background-color: #56aa21;
}

.p-news-single__recently-category.--shop {
	background-color: #3baed8;
}

.p-news-single__recently-title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.46;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-recruit-cat {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-recruit-cat__content {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-recruit-cat__item:nth-of-type(n + 2) {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-recruit-cat__item-box {
	background-color: #fcfcfc;
	padding: 80px 40px;
	padding: 5rem 2.5rem;
}

.p-recruit-cat__item-title {
	background: url("../images/common/deco4.webp") repeat-x left bottom/auto 10px;
	background: url("../images/common/deco4.webp") repeat-x left bottom/auto 0.625rem;
	display: inline-block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.46;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-recruit-cat__item-job {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-recruit-cat__item-job-text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-recruit-cat__item-desc {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-recruit-cat__item-desc-text {
	font-size: 16px;
	font-size: 1rem;
}

.p-recruit-cat__item-terms {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-recruit-cat__item-terms-list {
	gap: 10px 20px;
	gap: 0.625rem 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-recruit-cat__item-terms-item {
	border: 1px solid #141414;
	border: 0.0625rem solid #141414;
	border-radius: 0.3125rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	min-width: 70px;
	min-width: 4.375rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.p-recruit-cat__item-img {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 450px;
	max-width: 28.125rem;
}

.p-recruit-cat__item-no-recruiting {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-recruit-cat__info-wrapper {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-recruit-cat__btn-wrapper {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-recruit-cat__btn {
	margin-left: auto;
}

.p-shop-cat {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-shop-cat__content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-shop-cat__list {
	grid-gap: 3.75rem 1.25rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-shop-cat__item-link {
	gap: 30px;
	gap: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-shop-cat__item-img {
	aspect-ratio: 220/160;
	-o-object-fit: cover;
	border: 2px solid #ffdc46;
	border: 0.125rem solid #ffdc46;
	border-radius: 0.625rem;
	height: 100%;
	max-width: 220px;
	max-width: 13.75rem;
	object-fit: cover;
}

.p-shop-cat__item-title {
	background: url("../images/common/deco4.webp") no-repeat left bottom/auto 10px;
	background: url("../images/common/deco4.webp") no-repeat left bottom/auto 0.625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-shop-cat__item-title-text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.46;
}

.p-shop-cat__item-tel {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-shop-cat__item-tel-img {
	margin-top: 4px;
	margin-top: 0.25rem;
	width: 20px;
	width: 1.25rem;
}

.p-shop-cat__item-tel-text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.45;
}

.p-shop-cat__item-map {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-shop-cat__item-map-img {
	margin-top: 4px;
	margin-top: 0.25rem;
	width: 20px;
	width: 1.25rem;
}

.p-shop-cat__item-map-text {
	font-size: 16px;
	font-size: 1rem;
}

.p-shop-cat__item-service {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-shop-cat__item-service-img {
	height: 30px;
	height: 1.875rem;
	width: auto;
}

.p-shop-nav {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-shop-nav__list {
	grid-gap: 1.875rem 1.9375rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 80px;
	margin-top: 5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-shop-nav__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffdc46 url("../images/common/icon-circle-arrow-black2.svg") no-repeat right 20px center/24px 24px;
	background: #ffdc46 url("../images/common/icon-circle-arrow-black2.svg") no-repeat right 1.25rem center/1.5rem 1.5rem;
	border-radius: 0.625rem;
	color: #e60013;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: bold;
	height: 70px;
	height: 4.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 12px;
	padding-right: 0.75rem;
	text-align: center;
	width: 180px;
	width: 11.25rem;
}

.p-shop-nav__text {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.46;
}

.p-shop-nav__text-en {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	line-height: 1.43;
	text-transform: uppercase;
}

.p-shop-nav__box {
	gap: 80px;
	gap: 5rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #e60615;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 780px;
	max-width: 48.75rem;
	padding: 25px 64px;
	padding: 1.5625rem 4rem;
	width: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-shop-nav__box-item {
	gap: 30px;
	gap: 1.875rem;
	-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;
}

.p-shop-nav__box-img {
	width: 56px;
	width: 3.5rem;
}

.p-shop-nav__box-text {
	color: #e60013;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.45;
	text-align: center;
	white-space: nowrap;
}

.p-shop-single {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-shop-single__content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-shop-single__content-img {
	margin-inline: auto;
	border-radius: 0.625rem;
	height: auto;
	max-width: 660px;
	max-width: 41.25rem;
	width: 100%;
}

.p-shop-single__menu-wrapper {
	grid-gap: 0px 5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-shop-single__menu-btn {
	border-radius: 0.625rem;
	display: block;
	padding: 0;
}

.p-shop-single__menu-img {
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .2);
}

.p-shop-single__menu-text {
	color: #e60615;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-decoration: underline;
}

.p-shop-single__service-wrapper {
	gap: 40px;
	gap: 2.5rem;
	-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: 60px;
	margin-top: 3.75rem;
}

.p-shop-single__service-group-top {
	background: url("../images/shop/deco-border-fukidashi.webp") no-repeat center bottom/100% 10px;
	background: url("../images/shop/deco-border-fukidashi.webp") no-repeat center bottom/100% 0.625rem;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
	text-align: center;
}

.p-shop-single__service-group-top .-text {
	color: #e60615;
	font-size: 16px;
	font-size: 1rem;
}

.p-shop-single__service-group-bottom {
	gap: 12px;
	gap: 0.75rem;
	-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: 10px;
	margin-top: 0.625rem;
}

.p-shop-single__service {
	width: 50px;
	width: 3.125rem;
}

.p-shop-single__service-img {
	height: 50px;
	height: 3.125rem;
	width: 50px;
	width: 3.125rem;
}

.p-shop-single__info-wrapper {
	grid-gap: 0px 3.8011%;
	display: grid;
	grid-template-columns: 61.1111% 35.087%;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-shop-single__info {
	border-top: solid 2px #e60615;
	border-top: solid 0.125rem #e60615;
}

.p-shop-single__info-item {
	grid-gap: 0px 0px;
	border-bottom: solid 2px #e60615;
	border-bottom: solid 0.125rem #e60615;
	display: grid;
	grid-template-columns: 6.25rem 1fr;
}

.p-shop-single__info-title {
	background-color: #ffdc46;
	font-size: 16px;
	font-size: 1rem;
	padding: 13px 10px;
	padding: 0.8125rem 0.625rem;
}

.p-shop-single__info-detail {
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	padding: 13px 36px 13px 10px;
	padding: 0.8125rem 2.25rem 0.8125rem 0.625rem;
}

.p-shop-single__info-map {
	width: 360px;
	width: 22.5rem;
}

.p-shop-single__info-map iframe {
	aspect-ratio: 360/270;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-shop-single__btn-wrapper {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-shop-single__btn {
	margin-inline: auto;
}

.p-shop-single__modal {
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	width: 100vw;
	z-index: -999;
}

.p-shop-single__modal.is-show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.p-shop-single__modal-overlay {
	background-color: rgba(20, 20, 20, .5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-shop-single__modal-content-wrapper {
	-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-bottom: 10vh;
	margin-top: 10vh;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-shop-single__modal-content {
	background-color: #fff;
	border-radius: 0.625rem;
	height: 80vh;
	overflow-y: auto;
	padding: 100px 80px;
	padding: 6.25rem 5rem;
	width: 100%;
}

.p-shop-single__modal-close {
	height: 50px;
	height: 3.125rem;
	padding: 0;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
	width: 50px;
	width: 3.125rem;
}

.p-shop-single__modal-body {
	height: 100%;
	width: 100%;
}

.p-shop-single__modal-iframe {
	height: 100%;
	width: 100%;
}

.p-top-commitment {
	background: url("../images/top/commitment_bg.webp") no-repeat left center/auto 100%;
	position: relative;
}

.p-top-commitment__img-wrapper {
	bottom: -109px;
	bottom: -6.8125rem;
	max-width: 690px;
	max-width: 43.125rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-top-commitment__content {
	padding-block: 162px 150px;
	padding-block: 10.125rem 9.375rem;
	position: relative;
}

.p-top-commitment__title-wrapper {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-commitment__title-wrapper img {
	width: 46px;
	width: 2.875rem;
}

.p-top-commitment__subtitle {
	color: #e60013;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.45;
}

.p-top-commitment__title {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1.45;
}

.p-top-commitment__text-wrapper {
	margin-top: 58px;
	margin-top: 3.625rem;
}

.p-top-commitment__text {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-top-commitment__btn-wrapper {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.p-top-commitment__btn.c-btn {
	background-color: #fcfcfc;
}

.p-top-fv img {
	height: auto;
}

.p-top-fv__content {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-top-fv__copy-img {
	-webkit-animation: fadeInPC 1s ease-in-out forwards 0.2s;
	animation: fadeInPC 1s ease-in-out forwards 0.2s;
	left: 12.4450951684vw;
	opacity: 0;
	position: absolute;
	top: 12.3718887262vw;
	width: 40.4831625183vw;
}

.p-top-menu {
	padding-block: 100px;
	padding-block: 6.25rem;
}

.p-top-menu__cards {
	grid-gap: 0px 4.125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-menu__card {
	display: block;
	position: relative;
}

.p-top-menu__card-img {
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem rgba(20, 20, 20, .5);
	box-shadow: 0 0 1.25rem rgba(20, 20, 20, .5);
}

.p-top-menu__text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.46;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: right;
}

.p-top-news {
	margin-top: 112px;
	margin-top: 7rem;
}

.p-top-news__content {
	margin-inline: auto;
	max-width: 826px;
	max-width: 51.625rem;
}

.p-top-news__item {
	border-bottom: dashed 1px #ffadb3;
}

.p-top-news__item-link {
	padding-block: 20px;
	padding-block: 1.25rem;
	background: url("../images/common/icon-circle-yellow.svg") no-repeat right center/26px 26px;
	background: url("../images/common/icon-circle-yellow.svg") no-repeat right center/1.625rem 1.625rem;
	display: block;
}

.p-top-news__item-link-meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-news__item-link-meta-time {
	color: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
}

.p-top-news__item-link-meta-category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 70px;
	min-width: 4.375rem;
	text-align: center;
}

.p-top-news__item-link-meta-category.--info {
	background-color: #ffadb3;
}

.p-top-news__item-link-meta-category.--menu {
	background-color: #56aa21;
}

.p-top-news__item-link-meta-category.--shop {
	background-color: #3baed8;
}

.p-top-news__item-link-meta-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 9px;
	margin-top: 0.5625rem;
	overflow: hidden;
	padding-right: 100px;
	padding-right: 6.25rem;
	text-overflow: ellipsis;
}

.p-top-news__btn-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-news__btn {
	margin-inline: auto;
}

.p-top-pickup {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-top-pickup__slider-wrapper {
	overflow: hidden;
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
	position: relative;
}

.p-top-pickup__slider-item {
	display: block;
	max-width: 320px;
	max-width: 20rem;
}

.p-top-pickup__slider-item img {
	aspect-ratio: 16/10;
	-o-object-fit: cover;
	-o-object-position: center;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-top-pickup__slider-pagination {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-top-pickup__slider-pagination .swiper-pagination-bullet {
	background-color: #fcfcfc;
	border: 2px solid #ffdc46;
	border-radius: 50%;
	height: 8px;
	height: 0.5rem;
	opacity: 1;
	width: 8px;
	width: 0.5rem;
}

.p-top-pickup__slider-pagination .swiper-pagination-bullet-active,
.p-top-pickup__slider-pagination .swiper-pagination-bullet.is-active {
	background-color: #ffdc46;
	height: 14px;
	height: 0.875rem;
	opacity: 1;
	width: 14px;
	width: 0.875rem;
}

.p-top-pickup__slider-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 10px;
	margin-right: 0.625rem;
}

.p-top__bg1 {
	background: url("../images/common/bg1.webp") no-repeat center center/cover;
}

.p-top__bg2 {
	background: url("../images/common/bg2.webp") no-repeat center center/cover;
}

.c-breadcrumbs {
	position: relative;
}

.c-breadcrumbs__list {
	gap: 33px;
	gap: 2.0625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.c-breadcrumbs__item:not(:last-child) {
	position: relative;
}

.c-breadcrumbs__item:not(:last-child)::before {
	background: url("../images/common/icon-arrow-black.svg") no-repeat center center/contain;
	content: "";
	height: 8px;
	height: 0.5rem;
	position: absolute;
	right: -22px;
	right: -1.375rem;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.c-breadcrumbs__link {
	padding-block: 20px;
	padding-block: 1.25rem;
	display: inline-block;
	width: 100%;
}

.c-breadcrumbs__text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}

.c-breadcrumbs__list.--child .c-breadcrumbs__item:nth-of-type(2) .c-breadcrumbs__text {
	white-space: nowrap;
}

.c-btn,
input[type=submit].c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffdc46 url("../images/common/icon-arrow-rightup.svg") no-repeat right 20px center/14px 8px;
	background: #ffdc46 url("../images/common/icon-arrow-rightup.svg") no-repeat right 1.25rem center/0.875rem 0.5rem;
	border-radius: 6.25rem;
	-webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 260px;
	width: 16.25rem;
}

.c-fixed-nav {
	background-color: #ffdc46;
	-webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .2);
	height: 181px;
	height: 11.3125rem;
	position: fixed;
	right: 0;
	top: 60vh;
	width: 100%;
	width: 64px;
	width: 4rem;
	z-index: 200;
}

.c-fixed-nav__link {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e60013;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 1;
	white-space: nowrap;
	width: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-fixed-nav__icon {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.c-fixed-nav__icon-img {
	height: 100%;
	width: 100%;
}

.c-title {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.c-title.--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-title__icon {
	width: 46px;
	width: 2.875rem;
}

.c-title__desc {
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.c-title__title {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.45;
}

.c-title__en {
	color: #e60013;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.l-bg {
	background: url("../images/common/bg1.webp") repeat-y center top/100% auto;
}

.l-drawer {
	display: none;
}

.l-drawer.is-show {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.l-drawer__close {
	height: 27px;
	height: 1.6875rem;
	padding: 0;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
	width: 27px;
	width: 1.6875rem;
	z-index: 200;
}

.l-drawer__close img {
	height: 100%;
	width: 100%;
}

.l-drawer__inner {
	padding: 20px 16px 10px;
	padding: 1.25rem 1rem 0.625rem;
}

.l-drawer__logo {
	margin-inline: auto;
	max-width: 120px;
	max-width: 7.5rem;
}

.l-drawer__gnav-menu {
	margin-inline: auto;
	margin-top: 43px;
	margin-top: 2.6875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-drawer__item:not(:first-child) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.l-drawer__item-link {
	gap: 22px;
	gap: 1.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	text-shadow: 0 0 0.25rem rgba(0, 0, 0, .2);
}

.l-drawer__item-link .-top {
	padding-block: 10px;
	padding-block: 0.625rem;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.l-drawer__item-link .-bottom {
	font-size: 16px;
	font-size: 1rem;
}

.l-drawer__item-link-img {
	margin-inline: auto;
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 59px;
	width: 3.6875rem;
}

.l-footer {
	background: url("../images/common/footer_bg.webp") repeat-x center top/100% 100%;
	height: 264px;
	height: 16.5rem;
}

.l-footer__inner {
	background: url("../images/common/deco1.svg") no-repeat right bottom 40px/58px 58px;
	background: url("../images/common/deco1.svg") no-repeat right bottom 2.5rem/3.625rem 3.625rem;
}

.l-footer__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 77px;
	padding-top: 4.8125rem;
}

.l-footer__logo {
	width: 150px;
	width: 9.375rem;
}

.l-footer__nav-wrapper {
	gap: 40px;
	gap: 2.5rem;
	-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;
	padding-right: 58px;
	padding-right: 3.625rem;
}

.l-footer__nav-img {
	width: 45px;
	width: 2.8125rem;
}

.l-footer__nav-list {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.l-footer__nav-link .-top {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-footer__nav-link .-bottom {
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__bottom {
	gap: 80px;
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.l-footer__copyright-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-footer__privacy-policy .-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-hamburger {
	display: none;
}

.l-hamburger.is-show {
	background: url("../images/common/icon-hamburger-close.svg") no-repeat center center/contain;
}

.l-hamburger.--subpage {
	background: url("../images/common/icon-hamburger-white.svg") no-repeat center center/contain;
}

.l-hamburger.is-show.--subpage {
	background: url("../images/common/icon-hamburger-close-white.svg") no-repeat center center/contain;
}

.l-header {
	padding-block: 50px 0;
	padding-block: 3.125rem 0;
	height: 140px;
	height: 8.75rem;
	left: 50%;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 100;
}

.l-header.has-bg {
	padding-block: 16px;
	padding-block: 1rem;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, .1);
	height: 90px;
	height: 5.625rem;
	-webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-block 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-block 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-block 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-block 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-header.has-bg .l-header__logo-link {
	-webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 92px;
	width: 5.75rem;
}

.l-header.has-bg .l-header__gnav-wrapper {
	padding-top: 0;
	-webkit-transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.l-header__logo-link {
	display: block;
	-webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 135px;
	width: 8.4375rem;
}

.l-header__gnav-wrapper {
	gap: 52px;
	gap: 3.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding-top: 15px;
	padding-top: 0.9375rem;
	-webkit-transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-header__nav-img {
	width: 59px;
	width: 3.6875rem;
}

.l-header__gnav-menu {
	gap: 52px;
	gap: 3.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__gnav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.l-header__gnav-link .-top {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.46;
}

.l-header__gnav-link-img {
	width: 59px;
	width: 3.6875rem;
}

.l-header__sp {
	display: none;
}

.l-header__shop-link {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffdc46;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 27px;
	height: 1.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 98px;
	width: 6.125rem;
}

.l-header__shop-link-text {
	color: #e60615;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1;
}

.l-header__shop-link-img {
	height: 14px;
	height: 0.875rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 14px;
	width: 0.875rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1076px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-related {
	padding-block: 100px;
	padding-block: 6.25rem;
}

.l-related__cards {
	grid-gap: 0px 4.125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-related__card {
	display: block;
}

.l-related__card-img {
	border-radius: 0.9375rem;
	-webkit-box-shadow: 0 0 1.25rem rgba(20, 20, 20, .5);
	box-shadow: 0 0 1.25rem rgba(20, 20, 20, .5);
}

.l-subpage-fv {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../images/menu/subpage-fv_bg.webp") no-repeat center center/100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	height: 25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.l-subpage-fv__title-img {
	margin-inline: auto;
	height: 60px;
	height: 3.75rem;
	margin-top: 120px;
	margin-top: 7.5rem;
	width: auto;
}

.p-menu .l-subpage-fv {
	background: url("../images/menu/subpage-fv_bg.webp") no-repeat center center/100% 100%;
}

.p-shop .l-subpage-fv {
	background: url("../images/shop/subpage-fv_bg.webp") no-repeat center center/100% 100%;
}

.p-news .l-subpage-fv {
	background: url("../images/news/subpage-fv_bg.webp") no-repeat center center/100% 100%;
}

.p-recruit .l-subpage-fv {
	background: url("../images/recruit/subpage-fv_bg.webp") no-repeat center center/100% 100%;
}

.p-contact .l-subpage-fv {
	background: url("../images/contact/subpage-fv_bg.webp") no-repeat center center/100% 100%;
}

.u-fadeup {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s; /* 少しゆっくりに */
	opacity: 0;
	-webkit-transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
	transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
	transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
	transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
	visibility: hidden;
	will-change: visibility, opacity, transform;
}

.u-fadeup.is-show {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	opacity: 1;
	visibility: visible;
}

a.u-fadeup.is-show:hover {
	opacity: 0.7;
}

.u-anime-fadeup.--delay1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.u-anime-fadeup.--delay2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.u-anime-fadeup.--delay3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.u-anime-fadeup.--delay4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.u-anime-fadeup.--delay5 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.u-anime-fadeup.--delay6 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.u-anime-fadeup.--delay7 {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.u-anime-fadeup.--delay8 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.l-header__gnav-link:hover {
	opacity: 0.6;
}

}

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

.p-top-menu__card-img {
	border-radius: 1.5625rem;
}

.l-related__card-img {
	border-radius: 1.125rem;
}

}

@media (min-width: 1600px) {

.p-top-commitment {
	background: url("../images/top/commitment_bg-sp.webp") no-repeat left center/58% 100%;
}

}

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

.u-xl {
	display: none;
}

.p-shop-nav__list {
	grid-gap: 1.25rem 1.25rem;
}

.l-footer__inner {
	background: url("../images/common/deco1.svg") no-repeat right 1.25rem bottom 2.5rem/3.625rem 3.625rem;
}

.l-footer__content {
	padding-top: 5.6368960469vw;
}

.l-footer__bottom {
	margin-top: 3.6603221083vw;
}

}

@media (max-width: 1026px) {

html {
	font-size: 1.559454191vw;
}

}

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

.u-lg {
	display: none;
}

.l-footer__bottom {
	gap: 6.25rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.p-entry-404__head {
	font-size: 2.625rem;
	padding-top: 9.375rem;
}

.p-entry-404__lead {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.p-entry-404__content {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.p-entry-404__btn-wrapper {
	margin-top: 3.125rem;
}

.p-commitment-sect:nth-of-type(2) {
	margin-top: 1.25rem;
}

.p-commitment-sect:nth-of-type(n + 3) {
	margin-top: 3.125rem;
}

.p-commitment-sect__box {
	max-width: 28.125rem;
}

.p-commitment-sect__box-media {
	display: block;
	margin-top: 1.875rem;
}

.p-commitment-sect__title .-text {
	font-size: 2rem;
}

.p-commitment-sect__box-media-body {
	margin-top: 1.25rem;
	width: 100%;
}

.p-contact-form {
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.p-contact-form__content {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 28.125rem;
	padding: 1.875rem 1.25rem;
}

.p-contact-form__text {
	width: auto;
}

.p-contact-form__form {
	margin-top: 2.5rem;
}

.p-contact-form__form-item {
	display: block;
}

.p-contact-form__form-item-label-wrapper {
	padding-top: 0;
}

.p-contact-form__form-item-input-wrapper {
	margin-top: 0.5rem;
}

.p-contact-form__form-btn-wrapper {
	margin-top: 2.5rem;
}

.p-menu-cat {
	margin-top: 3.75rem;
}

.p-menu-cat__content {
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.p-menu-cat.--ramen .p-menu-cat__content {
	background: url("../images/common/deco3-sp.svg") repeat-x bottom center/100% auto;
	padding-bottom: 4.75rem;
}

.p-menu-cat__list {
	margin-inline: auto;
	display: block;
	max-width: 28.3125rem;
}

.p-menu-cat__item:nth-of-type(n + 2) {
	margin-top: 3.125rem;
}

.p-menu-cat__item-title {
	min-width: auto;
	width: 85%;
}

.p-menu-cat__item-title-text {
	font-size: 1.5rem;
}

.p-menu-cat__item-text {
	margin-top: 1.25rem;
}

.p-menu-cat__note {
	margin-top: 1.875rem;
}

.p-menu-nav {
	margin-top: 2.5rem;
}

.p-menu-nav__list {
	grid-gap: 0px 0.9375rem;
	display: block;
}

.p-menu-nav__link {
	height: 6.25rem;
	width: 18.4375rem;
}

.p-menu-nav__item:nth-of-type(n + 2) {
	margin-top: 1.25rem;
}

.p-news-archive {
	margin-top: 2.5rem;
}

.p-news-archive__content {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 28.125rem;
	padding: 1.875rem 1.25rem;
}

.p-news-archive__card {
	background: url("../images/common/icon-circle-yellow.svg") no-repeat right top 13.35rem/1.2rem 1.2rem;
	display: block;
	margin-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-right: 0;
}

.p-news-archive__card-img-wrapper {
	width: 100%;
}

.p-news-archive__card-body {
	margin-top: 0.9375rem;
}

.p-news-archive__card-title {
	margin-top: 0.25rem;
}

.p-news-archive__card-excerpt {
	margin-top: 0.625rem;
}

.p-news-archive__pagination {
	margin-top: 2.5rem;
}

.p-news-archive__pagination a,
.p-news-archive__pagination span {
	font-size: 1rem;
	padding: 0.625rem;
}

.p-news-archive__pagination span.current {
	background: url("../images/news/icon-pagination-bg.webp") no-repeat center center/2rem 2rem;
}

.p-news-single {
	margin-top: 2.5rem;
}

.p-news-single__col {
	display: block;
	margin-top: 2.5rem;
}

.p-news-single__content {
	margin-inline: auto;
	max-width: 28.125rem;
	padding: 1.875rem 1.25rem;
}

.p-news-single__thumbnail {
	margin-top: 1.875rem;
}

.p-news-single__body {
	margin-top: 1.875rem;
}

.p-news-single__btn-wrapper {
	margin-inline: auto;
	display: block;
	margin-top: 3.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-single__btn.-next {
	margin-top: 1.25rem;
}

.p-news-single__btn.--disabled {
	display: none;
}

.p-news-single__recently {
	margin-inline: auto;
	margin-top: 3.125rem;
	max-width: 28.125rem;
}

.p-news-single__recently-title-icon {
	width: 2.25rem;
}

.p-recruit-cat {
	margin-top: 3.75rem;
}

.p-recruit-cat__content {
	margin-top: 1.875rem;
	padding-bottom: 3.75rem;
}

.p-recruit-cat__list {
	margin-inline: auto;
	max-width: 28.3125rem;
}

.p-recruit-cat__item-box {
	padding: 2.5rem 1.25rem;
}

.p-recruit-cat__item-title {
	font-size: 1.5rem;
}

.p-recruit-cat__item-job-text {
	font-size: 1.125rem;
}

.p-recruit-cat__btn-wrapper {
	margin-top: 1.875rem;
}

.p-recruit-cat__btn {
	margin-inline: auto;
}

.p-shop-cat {
	margin-top: 3.75rem;
}

.p-shop-cat__content {
	margin-top: 1.875rem;
}

.p-shop-cat__list {
	display: block;
	max-width: 28.3125rem;
}

.p-shop-cat__item:nth-of-type(n + 2) {
	margin-top: 3.75rem;
}

.p-shop-cat__item-link {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-shop-cat__item-img {
	max-width: 28.3125rem;
}

.p-shop-cat__item-body {
	margin-top: 1.25rem;
}

.p-shop-cat__item-tel {
	margin-top: 1.25rem;
}

.p-shop-cat__item-service {
	margin-top: 1.25rem;
}

.p-shop-nav {
	margin-top: 2.5rem;
}

.p-shop-nav__list {
	grid-gap: 1.25rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.p-shop-nav__link {
	background: #ffdc46 url("../images/common/icon-circle-arrow-black2.svg") no-repeat right 1rem center/1.25rem 1.25rem;
	height: 3.75rem;
	width: 9.375rem;
}

.p-shop-nav__text {
	font-size: 1.25rem;
}

.p-shop-nav__text-en {
	font-size: 0.75rem;
}

.p-shop-nav__box {
	margin-inline: auto;
	display: block;
	height: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	max-width: 28.3125rem;
	padding: 1.25rem 1.875rem;
}

.p-shop-nav__box-item {
	gap: 1.25rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.p-shop-nav__box-item:nth-of-type(n + 2) {
	margin-top: 0.625rem;
}

.p-shop-nav__box-img {
	width: 2.5rem;
}

.p-shop-nav__box-text {
	font-size: 1rem;
}

.p-shop-single {
	margin-top: 2.5rem;
}

.p-shop-single__content {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 28.125rem;
}

.p-shop-single__menu-wrapper {
	display: block;
	margin-top: 2.5rem;
}

.p-shop-single__menu:nth-of-type(n + 2) {
	margin-top: 1.875rem;
}

.p-shop-single__menu-text {
	display: none;
}

.p-shop-single__service-wrapper {
	margin-top: 2.5rem;
}

.p-shop-single__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.5rem;
}

.p-shop-single__info {
	border-top: none;
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-shop-single__info-item {
	border-bottom: none;
	display: block;
}

.p-shop-single__info-title {
	border-bottom: solid 0.125rem #e60615;
	border-top: solid 0.125rem #e60615;
}

.p-shop-single__info-map {
	margin-inline: auto;
	margin-top: 1.875rem;
	width: 100%;
}

.p-shop-single__btn-wrapper {
	margin-top: 3.75rem;
}

.p-shop-single__modal-content {
	padding: 3.125rem 1.25rem;
}

.p-shop-single__modal-close {
	height: 2.1875rem;
	right: 0.625rem;
	top: 0.625rem;
	width: 2.1875rem;
}

.p-top-commitment {
	background: url("../images/top/commitment_bg-sp.webp") no-repeat left center/auto 100%;
}

.p-top-commitment__img-wrapper {
	bottom: -2.875rem;
	max-width: 15.4375rem;
	width: 100%;
}

.p-top-commitment__content {
	padding-block: 3.75rem 17.375rem;
}

.p-top-commitment__title-wrapper img {
	width: 2.3125rem;
}

.p-top-commitment__subtitle {
	font-size: 1rem;
}

.p-top-commitment__title {
	font-size: 2.5rem;
}

.p-top-commitment__text-wrapper {
	margin-top: 1.25rem;
}

.p-top-commitment__text {
	font-size: 1rem;
}

.p-top-commitment__btn-wrapper {
	margin-top: 1.25rem;
}

.p-top-fv__copy-img {
	-webkit-animation: fadeInSP 1s ease-in-out forwards 0.2s;
	animation: fadeInSP 1s ease-in-out forwards 0.2s;
	left: 50%;
	opacity: 0;
	top: 29.3333333333vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80.8vw;
}

.p-top-menu {
	padding-block: 3.75rem;
}

.p-top-menu__cards {
	margin-inline: auto;
	display: block;
	max-width: 26.25rem;
}

.p-top-menu__card:nth-of-type(n + 2) {
	margin-top: 1.25rem;
}

.p-top-menu__text {
	margin-top: 1.25rem;
}

.p-top-news {
	margin-top: 4.5rem;
}

.p-top-news__item-link {
	background: url("../images/common/icon-circle-yellow.svg") no-repeat right top 1.25rem/1.625rem 1.625rem;
}

.p-top-news__item-link-meta-title {
	margin-top: 0.3125rem;
	padding-right: 2.25rem;
}

.p-top-news__btn-wrapper {
	margin-top: 2.5rem;
}

.p-top-pickup {
	padding-top: 3.75rem;
}

.p-top-pickup__slider-wrapper {
	margin-inline: auto;
	max-width: 20.875rem;
}

.p-top-pickup__slider-item {
	max-width: 9.9375rem;
}

.p-top-pickup__slider-pagination .swiper-pagination-bullet-active,
.p-top-pickup__slider-pagination .swiper-pagination-bullet.is-active {
	height: 0.75rem;
	width: 0.75rem;
}

.p-top__bg1 {
	background: url("../images/common/bg1-sp.webp") no-repeat center center/cover;
}

.p-top__bg2 {
	background: url("../images/common/bg2-sp.webp") no-repeat center center/cover;
}

.c-breadcrumbs__list {
	gap: 1.25rem;
}

.c-breadcrumbs__item:not(:last-child)::before {
	right: -1.0625rem;
}

.c-fixed-nav {
	display: none;
}

.c-title__icon {
	width: 2.25rem;
}

.c-title__title {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
}

.l-bg {
	background: url("../images/common/bg1-sp.webp") repeat-y center top/100% auto;
}

.l-drawer {
	background-image: url("../images/common/deco1.svg"), url("../images/common/footer_bg.webp");
	background-position: right 1.25rem bottom 1.25rem, center center;
	background-repeat: no-repeat, repeat;
	background-size: 3.625rem 3.625rem, contain;
	bottom: 0;
	display: block;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100vw;
	z-index: 200;
}

.l-footer {
	background: url("../images/common/footer_bg-sp.webp") repeat center top/100% 100%;
	height: 100%;
}

.l-footer__inner {
	background: url("../images/common/deco1.svg") no-repeat right 1.25rem bottom 4rem/3.625rem 3.625rem;
}

.l-footer__content {
	display: block;
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

.l-footer__logo {
	margin-inline: auto;
	width: 8.9375rem;
}

.l-footer__nav-wrapper {
	gap: 1.875rem;
	margin-top: 1.875rem;
	padding-right: 0;
}

.l-footer__nav-img {
	width: 2.6875rem;
}

.l-footer__nav-list {
	grid-gap: 1rem 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.l-footer__nav-link .-top {
	margin-top: 0.625rem;
}

.l-footer__nav-link .-bottom {
	font-size: 0.8125rem;
}

.l-footer__bottom {
	gap: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	padding-bottom: 1.25rem;
}

.l-hamburger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../images/common/icon-hamburger.svg") no-repeat center center/contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.75rem;
	z-index: 100;
}

.l-header {
	padding-block: 1.25rem 0;
	height: 4.5rem;
}

.l-header.has-bg {
	padding-block: 0.625rem;
	height: 3.25rem;
}

.l-header.has-bg .l-header__logo-link {
	width: 2.875rem;
}

.l-header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header__logo-link {
	width: 4.8125rem;
}

.l-header__gnav-wrapper {
	display: none;
}

.l-header__sp {
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-related {
	padding-block: 3.75rem;
}

.l-related__cards {
	margin-inline: auto;
	display: block;
	max-width: 26.25rem;
}

.l-related__card:nth-of-type(n + 2) {
	margin-top: 1.25rem;
}

.l-subpage-fv {
	background: url("../images/menu/subpage-fv_bg-sp.webp") no-repeat center center/100% 100%;
	height: 11.25rem;
}

.l-subpage-fv__title-img {
	height: 1.875rem;
	margin-top: 1.375rem;
}

.p-menu .l-subpage-fv {
	background: url("../images/menu/subpage-fv_bg-sp.webp") no-repeat center center/100% 100%;
}

.p-shop .l-subpage-fv {
	background: url("../images/shop/subpage-fv_bg-sp.webp") no-repeat center center/100% 100%;
}

.p-news .l-subpage-fv {
	background: url("../images/news/subpage-fv_bg-sp.webp") no-repeat center center/100% 100%;
}

.p-recruit .l-subpage-fv {
	background: url("../images/recruit/subpage-fv_bg-sp.webp") no-repeat center center/100% 100%;
}

.p-contact .l-subpage-fv {
	background: url("../images/contact/subpage-fv_bg-sp.webp") no-repeat center center/100% 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeInPC {

from {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes fadeInPC {

from {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes fadeInSP {

from {
	opacity: 0;
	-webkit-transform: translateY(10px) translateX(-50%);
	transform: translateY(10px) translateX(-50%);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
}

}

@keyframes fadeInSP {

from {
	opacity: 0;
	-webkit-transform: translateY(10px) translateX(-50%);
	transform: translateY(10px) translateX(-50%);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
}

}

@-webkit-keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}


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