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

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;
	border: 2px solid #e60013;
	border: 0.125rem solid #e60013;
	font-size: 24px;
	font-size: 1.5rem;
}

.p-commitment-sect {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-commitment-sect__box {
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}

.p-commitment-sect__title {
	padding-block: 62px;
	padding-block: 3.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	width: 6.25rem;
	z-index: 3;
}

.p-commitment-sect__title .-text {
	color: #e60013;
	font-family: 'Shippori Mincho';
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.15;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-commitment-sect__title::before {
	background: url('../images/commitment/title_bg-top.webp') no-repeat center center/contain;
	content: '';
	height: 62px;
	height: 3.875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 62px;
	width: 3.875rem;
}

.p-commitment-sect__title::after {
	background: url('../images/commitment/title_bg-bottom.webp') no-repeat center center/contain;
	bottom: 0;
	content: '';
	height: 62px;
	height: 3.875rem;
	left: 0;
	position: absolute;
	width: 62px;
	width: 3.875rem;
}

.p-commitment-sect__box-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-commitment-sect__box-media-img {
	max-width: 555px;
	max-width: 34.6875rem;
}

.p-commitment-sect__box-media-body {
	background-color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 471px;
	max-width: 29.4375rem;
	padding: 80px 40px;
	padding: 5rem 2.5rem;
}

.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-commitment-sect__box.--reverse .p-commitment-sect__title {
	left: 0;
	right: auto;
}

.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, 0.1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.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;
	border: solid 1px #e60013;
}

.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/deco-border.webp') 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 6.25rem;
	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 {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcfcfc;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0.625rem rgba(255, 173, 179, 0.2);
	box-shadow: 0 0 0.625rem rgba(255, 173, 179, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 200px;
	height: 12.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 200px;
	width: 12.5rem;
}

.p-menu-nav__img {
	height: 58px;
	height: 3.625rem;
	width: auto;
}

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

.p-menu-nav__arrow {
	margin-inline: auto;
	width: 24px;
	width: 1.5rem;
}

.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, 0.1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.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-red.svg') no-repeat right top 16px/25.6px 25.6px;
	background: url('../images/common/icon-circle-red.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: #ffadb3;
	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: #fcfcfc;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.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 {
	border: solid 1px #e60013;
}

.p-news-single__btn.-prev {
	background: #fff url(../images/common/icon-arrow-rightup-red-reverse.svg) no-repeat left 20px center/14px 8px;
	background: #fff url(../images/common/icon-arrow-rightup-red-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: #fcfcfc;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.1);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.1);
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 20px;
	padding: 1.25rem;
}

.p-news-single__recently-title-text {
	color: #e60013;
	font-family: 'Shippori Mincho';
	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/deco-border-yellow.webp') repeat-x left bottom/auto 10px;
	background: url('../images/common/deco-border-yellow.webp') repeat-x left bottom/auto 0.625rem;
	color: #e60013;
	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 {
	border: 2px solid #e60013;
	border: 0.125rem solid #e60013;
	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;
	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 #e60013;
	border: 0.125rem solid #e60013;
	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/deco-border-yellow.webp') no-repeat left bottom/auto 10px;
	background: url('../images/common/deco-border-yellow.webp') no-repeat left bottom/auto 0.625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-shop-cat__item-title-text {
	color: #e60013;
	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 {
	color: #e60013;
	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 {
	color: #e60013;
	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(5, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
	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-black.svg') no-repeat right 20px center/24px 24px;
	background: #ffdc46 url('../images/common/icon-circle-arrow-black.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, 0.2);
	box-shadow: 0 0 1.25rem 0 rgba(0, 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;
	border: solid 1px #e60615;
}

.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, 0.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 center center/100% 100%;
	position: relative;
}

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

.p-top-commitment__content {
	padding-block: 200px 300px;
	padding-block: 12.5rem 18.75rem;
	position: relative;
}

.p-top-commitment__subtitle {
	color: #fcfcfc;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-top-commitment__title {
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 545px;
	width: 34.0625rem;
}

.p-top-commitment__text-wrapper {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-top-commitment__text {
	color: #fcfcfc;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.67;
}

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

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

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

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

.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;
	padding-left: 19px;
	padding-left: 1.1875rem;
	padding-top: 46px;
	padding-top: 2.875rem;
	position: relative;
}

.p-top-menu__card-title {
	height: 176px;
	height: 11rem;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 3;
}

.p-top-menu__card-img {
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem rgba(20, 20, 20, 0.5);
	box-shadow: 0 0 1.25rem rgba(20, 20, 20, 0.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 {
	padding-top: 185px;
	padding-top: 11.5625rem;
}

.p-top-news__box {
	margin-inline: auto;
	background-color: #fcfcfc;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.2);
	box-shadow: 0 0 1.25rem 0 rgba(20, 20, 20, 0.2);
	max-width: 906px;
	max-width: 56.625rem;
	padding: 110px 80px 100px;
	padding: 6.875rem 5rem 6.25rem;
	position: relative;
}

.p-top-news__title {
	left: -66px;
	left: -4.125rem;
	position: absolute;
	top: -88px;
	top: -5.5rem;
	width: 218px;
	width: 13.625rem;
}

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

.p-top-news__item-link {
	padding-block: 20px;
	padding-block: 1.25rem;
	background: url('../images/common/icon-circle-red.svg') no-repeat right center/26px 26px;
	background: url('../images/common/icon-circle-red.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;
	border: solid 1px #e60013;
}

.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 #e60013;
	border-radius: 50%;
	height: 8px;
	height: 0.5rem;
	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: #e60013;
	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 top/100% 70%;
}

.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: #fff url('../images/common/icon-arrow-rightup-red.svg') no-repeat right 20px center/14px 8px;
	background: #fff url('../images/common/icon-arrow-rightup-red.svg') no-repeat right 1.25rem center/0.875rem 0.5rem;
	border-radius: 6.25rem;
	color: #e60013;
	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, 0.2);
	box-shadow: 0 0 0.25rem 0 rgba(0, 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;
	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;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 24px;
	width: 1.5rem;
}

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

.c-title {
	color: #e60013;
	padding-left: 38px;
	padding-left: 2.375rem;
	padding-top: 16px;
	padding-top: 1rem;
	position: relative;
}

.c-title::before {
	background: url('../images/common/deco-title.webp') no-repeat center center/contain;
	content: '';
	height: 53px;
	height: 3.3125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
	width: 5rem;
}

.c-title__en {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
}

.c-title__title {
	font-family: 'Shippori Mincho';
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1.45;
}

.l-bg {
	background: url('../images/common/bg-subpage.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;
}

.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-footer {
	background: url('../images/common/footer_bg.webp') repeat-x center top/contain;
	height: 353px;
	height: 22.0625rem;
}

.l-footer__content {
	gap: 94px;
	gap: 5.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 94px;
	padding-top: 5.875rem;
}

.l-footer__logo {
	width: 103px;
	width: 6.4375rem;
}

.l-footer__nav-wrapper {
	gap: 50px;
	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;
}

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

.l-footer__nav-list {
	gap: 50px;
	gap: 3.125rem;
	-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;
	color: #fcfcfc;
	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: 16px;
	font-size: 1rem;
}

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

.l-footer__bottom {
	gap: 140px;
	gap: 8.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: 50px;
	margin-top: 3.125rem;
}

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

.l-footer__privacy-policy .-text {
	color: #fcfcfc;
	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: 16px;
	padding-block: 1rem;
	height: 152px;
	height: 9.5rem;
	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 {
	backdrop-filter: blur(8px);
	background: rgba(30, 30, 30, 0.5);
	-webkit-box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.2);
	height: 77px;
	height: 4.8125rem;
	-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: 45px;
	width: 2.8125rem;
}

.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: 120px;
	width: 7.5rem;
}

.l-header__gnav-wrapper {
	gap: 30px;
	gap: 1.875rem;
	-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: 11px;
	padding-top: 0.6875rem;
	-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: 47px;
	width: 2.9375rem;
}

.l-header__gnav-menu {
	gap: 30px;
	gap: 1.875rem;
	-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;
	color: #e60615;
	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: 13px;
	font-size: 0.8125rem;
	line-height: 1.46;
}

.l-header__gnav-wrapper.--subpage .l-header__gnav-link {
	color: #fcfcfc;
}

.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;
	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, 0.5);
	box-shadow: 0 0 1.25rem rgba(20, 20, 20, 0.5);
}

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

.l-subpage-fv__title-img {
	margin-inline: auto;
	height: 100px;
	height: 6.25rem;
	width: auto;
}

.l-subpage-fv__img {
	max-width: 567px;
	max-width: 35.4375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 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: 768px) {
	.p-commitment-sect__box.--reverse .p-commitment-sect__box-media {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 1279px) {
	.u-xl {
		display: none;
	}

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

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

	.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;
	}

	.p-top-commitment__img-wrapper {
		width: 100vw;
	}

	.l-footer__bottom {
		gap: 6.25rem;
	}

	.l-subpage-fv__img {
		width: 41.5080527086vw;
	}
}

@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 {
		margin-top: 3.75rem;
	}

	.p-commitment-sect__box {
		margin-inline: auto;
		max-width: 28.125rem;
		padding-top: 1.25rem;
	}

	.p-commitment-sect__title {
		padding-block: 1.875rem;
		width: 3.75rem;
	}

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

	.p-commitment-sect__title::before {
		height: 1.875rem;
		width: 1.875rem;
	}

	.p-commitment-sect__title::after {
		height: 1.875rem;
		width: 1.875rem;
	}

	.p-commitment-sect__box-media {
		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;
	}

	.p-commitment-sect__box-media-body {
		padding: 2.5rem 1.25rem;
	}

	.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/deco-border-sp.webp') 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 1.25rem;
	}

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

	.p-menu-nav__img {
		height: 2.5rem;
	}

	.p-menu-nav__text {
		font-size: 1rem;
	}

	.p-menu-nav__arrow {
		width: 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-red.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-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 {
		margin-inline: auto;
		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-black.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 center center/100% 100%;
	}

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

	.p-top-commitment__content {
		padding-block: 6.25rem 13.125rem;
	}

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

	.p-top-commitment__title {
		width: 17rem;
	}

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

	.p-top-commitment__text {
		font-size: 0.9375rem;
		line-height: 1.5;
	}

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

	.p-top-fv__copy-img {
		left: auto;
		opacity: 0;
		right: 9.6vw;
		top: 29.3333333333vw;
		width: 37.8666666667vw;
	}

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

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

	.p-top-menu__card {
		padding-left: 1rem;
		padding-top: 1.9375rem;
	}

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

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

	.p-top-news {
		padding-top: 10rem;
	}

	.p-top-news__box {
		padding: 2.5rem 1rem 3.75rem;
	}

	.p-top-news__title {
		left: 0;
		top: -5.875rem;
		width: 9.5rem;
	}

	.p-top-news__item-link {
		background: url('../images/common/icon-circle-red.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::before {
		height: 2.5rem;
		width: 3.75rem;
	}

	.c-title__title {
		font-size: 2.25rem;
	}

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

	.l-drawer {
		background-image: url('../images/common/drawer_logo-dragon.webp'), url('../images/common/drawer_bg.webp');
		background-position: right 1.25rem bottom 1.25rem, center center;
		background-repeat: no-repeat, repeat;
		background-size: 11.5rem 18.3125rem, 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-x center top/contain;
		height: 25.625rem;
	}

	.l-footer__content {
		display: block;
		padding-top: 4.375rem;
	}

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

	.l-footer__nav-wrapper {
		gap: 1.5rem;
	}

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

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

	.l-footer__bottom {
		display: block;
		margin-top: 2.875rem;
		text-align: center;
	}

	.l-footer__privacy-policy {
		display: block;
		margin-bottom: 0.3125rem;
	}

	.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;
		height: 5.4375rem;
	}

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

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

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

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

	.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/common/subpage-fv_bg-sp.webp') no-repeat center center/100% 100%;
		height: 11.25rem;
	}

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

	.l-subpage-fv__img {
		bottom: -5.75rem;
		max-width: 14.0625rem;
		top: auto;
		width: 60vw;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

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

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

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

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

@-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 */
