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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

body {
	background-color: #f7f7f7;
	color: #121212;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

a.--disabled {
	pointer-events: none !important;
}

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-404 {
	padding-block: 80px;
	padding-block: 5rem;
	background-color: #121212;
	color: #fff;
}

.p-404__title {
	font-family: "Lexend Deca";
	font-weight: 200;
	text-align: center;
}

.p-404__title-top {
	display: block;
	font-size: 80px;
	font-size: 5rem;
	line-height: 1;
}

.p-404__title-bottom {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.p-404__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-404__content {
	margin-inline: auto;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 536px;
	max-width: 33.5rem;
}

.p-404__text.--02 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-404__list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-404__list-item {
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.p-404__list-item::before {
	color: #fff;
	content: "・";
	left: 0;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-404__btn-wrapper {
	margin-top: 48px;
	margin-top: 3rem;
}

.c-btn.p-404__btn {
	margin-inline: auto;
}

.p-contact-form {
	padding-block: 80px;
	padding-block: 5rem;
	margin-inline: auto;
	max-width: 970px;
	max-width: 60.625rem;
}

.p-contact-form__lead {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	text-align: center;
}

.p-contact-form__form {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-contact-form__group {
	grid-gap: 0px 2rem;
	border-bottom: 1px solid #e6e6e6;
	display: grid;
	grid-template-columns: 34% 62.5%;
}

.p-contact-form__label {
	gap: 8px;
	gap: 0.5rem;
	padding-block: 36px 24px;
	padding-block: 2.25rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.p-contact-form__required {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50000;
	border-radius: 0.125rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	height: 18px;
	height: 1.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	width: 28px;
	width: 1.75rem;
}

.p-contact-form__required.--optional {
	background-color: #888888;
}

.p-contact-form__input-wrapper {
	padding-block: 24px;
	padding-block: 1.5rem;
}

.p-contact-form__input,
.p-contact-form__textarea {
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	color: #121212;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
	width: 100%;
}

.p-contact-form__input::-moz-placeholder,
.p-contact-form__textarea::-moz-placeholder {
	color: #bababa;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.p-contact-form__input::-webkit-input-placeholder,
.p-contact-form__textarea::-webkit-input-placeholder {
	color: #bababa;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.p-contact-form__input::-moz-placeholder,
.p-contact-form__textarea::-moz-placeholder {
	color: #bababa;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.p-contact-form__input::-ms-input-placeholder,
.p-contact-form__textarea::-ms-input-placeholder {
	color: #bababa;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder {
	color: #bababa;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.p-contact-form__input {
	min-height: 37px;
	min-height: 2.3125rem;
}

.p-contact-form__textarea {
	height: 224px;
	height: 14rem;
}

.p-contact-form__privacy-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-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact-form__privacy-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
}

.p-contact-form__privacy-link {
	text-underline-offset: 4px;
	text-underline-offset: 0.25rem;
	text-decoration: underline;
}

.p-contact-form__btn-wrapper {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-contact-form__btn {
	margin-inline: auto;
	color: #fff;
	cursor: pointer;
}

.p-contact-form .c-btn {
	cursor: pointer;
	padding: 0;
}

.p-contact-form .c-btn__input {
	color: #fff;
	cursor: pointer;
	font: inherit;
	position: relative;
	z-index: 1;
}

.p-contact-form .c-btn::after {
	z-index: 0;
}

.p-contact-form .c-btn__input {
	height: 100%;
	width: 100%;
}

.p-contact-form .c-btn:hover .c-btn__input,
.p-contact-form .c-btn__input:hover {
	color: #121212;
}

.p-contact-form .wpcf7-spinner {
	display: none !important;
}

.p-contact-form .p-contact-form__privacy-wrapper .wpcf7-acceptance .wpcf7-list-item > label > .wpcf7-list-item-label {
	gap: 8px;
	gap: 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	-ms-user-select: none;
	user-select: none;
}

.p-contact-form .p-contact-form__privacy-wrapper .wpcf7-acceptance input[type=checkbox] {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.p-contact-form .p-contact-form__checkbox {
	background: #fff;
	border: 2px solid #121212;
	border: 0.125rem solid #121212;
	border-radius: 0.25rem;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	-ms-flex: 0 0 1.125rem;
	flex: 0 0 1.125rem;
	height: 18px;
	height: 1.125rem;
	position: relative;
	width: 18px;
	width: 1.125rem;
}

.p-contact-form .p-contact-form__privacy-wrapper .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .p-contact-form__checkbox {
	background: #121212;
	border-color: #121212;
}

.p-contact-form .p-contact-form__privacy-wrapper .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .p-contact-form__checkbox::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	border-width: 0 0.125rem 0.125rem 0;
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 5px;
	left: 0.3125rem;
	position: absolute;
	top: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.p-contact-form .p-contact-form__privacy-wrapper .wpcf7-acceptance input[type=checkbox]:focus-visible + .wpcf7-list-item-label .p-contact-form__checkbox {
	outline: 2px solid #121212;
	outline: 0.125rem solid #121212;
	outline-offset: 2px;
	outline-offset: 0.125rem;
}

.p-contact-thanks__content {
	padding-block: 160px;
	padding-block: 10rem;
	text-align: center;
}

.p-contact-thanks__content-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.p-contact-thanks__content-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.2;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-contact-thanks__content-link-wrapper {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-contact-thanks__content-link {
	margin-inline: auto;
}

.p-privacy__content {
	padding-inline: 25px;
	padding-inline: 1.5625rem;
	margin-inline: auto;
	padding-block: 64px;
	padding-block: 4rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	max-width: 1010px;
	max-width: 63.125rem;
}

.p-privacy__content-lead {
	text-align: center;
}

.p-privacy__content-desc {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-privacy__content-desc-list {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-privacy__content-desc-item:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-privacy__content-desc-sublist {
	padding-left: 18px;
	padding-left: 1.125rem;
}

.p-privacy__content-link-wrapper {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-privacy__content-link.c-link {
	margin-inline: auto;
}

.p-privacy__content-link.c-link::before {
	bottom: 4px;
	bottom: 0.25rem;
	width: 100%;
}

.p-top-gallery {
	padding-block: 112px;
	padding-block: 7rem;
	background-color: #fff;
}

.p-top-gallery.is-show {
	background-color: #121212;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.p-top-gallery__content {
	grid-gap: 0px 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-top-gallery__col-img + .p-top-gallery__col-img {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-top-gallery__col.--sp {
	display: none;
}

.p-top-kv {
	background-color: #121212;
	padding-bottom: 68px;
	padding-bottom: 4.25rem;
}

.p-top-kv__slider-wrapper {
	position: relative;
}

.p-top-kv__slider {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
}

.p-top-kv__slider.is-ready {
	opacity: 1;
	visibility: visible;
}

.p-top-kv__slide {
	border-radius: 1rem;
	max-width: 880px;
	max-width: 55rem;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;
}

.p-top-kv__slider-pagination.swiper-pagination-bullets {
	bottom: -48px;
	bottom: -3rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-top-kv__slider-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
	padding-block: 8px;
	padding-block: 0.5rem;
	background-color: transparent;
	border-radius: 0;
	height: 12px;
	height: 0.75rem;
	margin: 0;
	opacity: 1;
	position: relative;
	width: 32px;
	width: 2rem;
}

.p-top-kv__slider-pagination.swiper-pagination-bullets span.swiper-pagination-bullet::before {
	background-color: #555555;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-top-kv__slider-pagination.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	background-color: #fff;
}

.p-top-kv__slider-pagination.swiper-pagination-bullets span.swiper-pagination-bullet:focus-visible {
	outline: none;
}

.p-top-kv__slider-pagination.swiper-pagination-bullets span.swiper-pagination-bullet:not(:last-child) {
	margin-right: 8px;
	margin-right: 0.5rem;
}

.p-top-news {
	padding-block: 64px;
	padding-block: 4rem;
	background-color: #121212;
	margin-top: -1px;
}

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

.p-top-news__link-wrapper {
	margin-top: 89px;
	margin-top: 5.5625rem;
}

.p-top-news__items {
	grid-gap: 0px 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-top-news__item {
	width: 240px;
	width: 15rem;
}

.p-top-news__link {
	display: block;
}

.p-top-news__thumbnail {
	border-radius: 0.5rem;
	height: 135px;
	height: 8.4375rem;
	overflow: hidden;
	width: 240px;
	width: 15rem;
}

.p-top-news__thumbnail img {
	aspect-ratio: 240/135;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 100%;
}

.p-top-news__date {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-news__title {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-service {
	padding-block: 64px;
	padding-block: 4rem;
}

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

.p-top-service__card {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 880px;
	max-width: 55rem;
}

.p-top-service__card:nth-of-type(n + 2) {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-top-service__card-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 350px;
	max-width: 21.875rem;
}

.p-top-service__card-title {
	font-family: "Lexend Deca";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 200;
}

.p-top-service__card-text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-service__card-link-wrapper {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-shop {
	padding-block: 64px;
	padding-block: 4rem;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-top-shop__banners {
	grid-gap: 0.5rem 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-shop__banner {
	background-color: transparent;
	border-radius: 0.5rem;
	cursor: pointer;
	height: 186px;
	height: 11.625rem;
	max-width: 592px;
	max-width: 37rem;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 100%;
}

.p-top-shop__banner.--yaneura .-front {
	background: url("../images/common/shop-banner_bg1-1.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--yaneura .-back {
	background: url("../images/common/shop-banner_bg1-2.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--hanare .-front {
	background: url("../images/common/shop-banner_bg2-1.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--hanare .-back {
	background: url("../images/common/shop-banner_bg2-2.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--roka .-front {
	background: url("../images/common/shop-banner_bg3-1.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--roka .-back {
	background: url("../images/common/shop-banner_bg3-2.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--d3 .-front {
	background: url("../images/common/shop-banner_bg4-1.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner.--d3 .-back {
	background: url("../images/common/shop-banner_bg4-2.webp") no-repeat center center/100% 100%;
}

.p-top-shop__banner-item:not(:last-of-type) .p-top-shop__banner {
	cursor: auto;
}

.p-top-shop__banner-inner {
	height: 100%;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	width: 100%;
}

.p-top-shop__banner-side {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 32px;
	padding: 2.5rem 2rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-shop__banner-side.-front {
	position: relative;
}

.p-top-shop__banner-side.-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.p-top-shop__banner-logo {
	height: 106px;
	height: 6.625rem;
	width: 212px;
	width: 13.25rem;
}

.p-top-shop__banner-logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-top-shop__banner-desc {
	color: #fff;
	width: 220px;
	width: 13.75rem;
}

.p-top-shop__banner-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

.p-top-shop__banner-text {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-shop__banner-link-wrapper {
	padding-right: 59px;
	padding-right: 3.6875rem;
}

.p-top-shop__link-wrapper {
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #121212;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 59px;
	height: 3.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 350px;
	width: 21.875rem;
}

.c-btn span {
	color: #121212;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	position: relative;
	text-align: center;
	z-index: 2;
}

.c-btn.--sm {
	width: 286px;
	width: 17.875rem;
}

.c-btn.-none {
	pointer-events: none;
}

.c-btn.-none::after {
	display: none;
}

.c-btn::after {
	background: #121212;
	content: "";
	left: -190%;
	padding-top: 150%;
	position: absolute;
	top: -300%;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 150%;
}

.c-btn.--black {
	background-color: #121212;
	border: 1px solid #121212;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-btn.--black span {
	color: #fff;
}

.c-btn.--black::after {
	background: #fff;
}

.c-link {
	gap: 8px;
	gap: 0.5rem;
	padding-block: 8px;
	padding-block: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-link::before {
	background-color: #121212;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: calc(100% - 1.75rem);
}

.c-link .c-link__icon {
	height: 28px;
	height: 1.75rem;
	overflow: hidden;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	position: relative;
	width: 24px;
	width: 1.5rem;
}

.c-link .c-link__icon::before {
	background: url(../images/common/icon_arrow-right-black.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 2px;
	top: 0.125rem;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
}

.c-link .c-link__icon::after {
	background: url(../images/common/icon_arrow-right-black.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	left: -100%;
	position: absolute;
	top: 2px;
	top: 0.125rem;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
}

.c-link .c-link__text-box {
	padding-inline: 4px;
	padding-inline: 0.25rem;
	color: #121212;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	overflow: hidden;
	position: relative;
}

.c-link .c-link__text-box .c-link__text {
	display: block;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-link .c-link__text-box .c-link__text--hidden {
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-link.--white::before {
	background-color: #fff;
}

.c-link.--white .c-link__text-box {
	color: #fff;
}

.c-link.--white .c-link__icon::before,
.c-link.--white .c-link__icon::after {
	background: url(../images/common/icon_arrow-right-white.svg) no-repeat center center/contain;
}

.c-link.--none .c-link__icon::after {
	display: none;
}

.c-link.--none .c-link__text--hidden {
	display: none;
}

.c-title {
	color: #121212;
	display: block;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-title.--white {
	color: #fff;
}

.c-title__en {
	display: block;
	font-family: "Gilda Display";
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
}

.c-title__ja {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-transform: uppercase;
}

.l-breadcrumb {
	background-color: #121212;
	height: 48px;
	height: 3rem;
}

.l-breadcrumb__inner {
	height: inherit;
}

.l-breadcrumb__list {
	-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;
	font-size: 12px;
	font-size: 0.75rem;
	height: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-breadcrumb__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-breadcrumb__item:not(:last-child)::after {
	margin-inline: 16px;
	margin-inline: 1rem;
	color: #fff;
	content: "/";
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
}

.l-breadcrumb__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-breadcrumb__current {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-drawer {
	display: none;
}

.l-drawer.is-show {
	opacity: 1;
	visibility: visible;
	z-index: -1;
}

.l-drawer__inner {
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
}

.l-drawer__menu-item:nth-of-type(n + 2) {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.l-drawer__item-link {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #555;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 82px;
	height: 5.125rem;
	position: relative;
}

.l-drawer__item-link::after {
	background: url("../images/common/icon_arrow-right-white.svg") no-repeat center center/contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

.l-drawer__item-text-en {
	font-family: "Gilda Display";
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	text-transform: uppercase;
}

.l-drawer__item-text-ja {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.l-footer {
	padding-block: 64px 40px;
	padding-block: 4rem 2.5rem;
	background: #121212;
	color: #fff;
	width: 100%;
}

.l-footer__inner {
	margin-inline: auto;
	padding-inline: 25px;
	padding-inline: 1.5625rem;
	max-width: 1330px;
	max-width: 83.125rem;
}

.l-footer__logo {
	width: 270px;
	width: 16.875rem;
}

.l-footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.l-footer__nav-list {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: repeat(2, 13.75rem);
}

.l-footer__nav-link {
	gap: 8px;
	gap: 0.5rem;
	padding-block: 8px;
	padding-block: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Gilda Display";
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.l-footer__nav-sub {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.l-footer__company {
	margin-top: 68px;
	margin-top: 4.25rem;
}

.l-footer__company-text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.l-footer__banners {
	grid-gap: 1.5rem 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.l-footer__banner {
	border-radius: 0.5rem;
	display: block;
	width: 200px;
	width: 12.5rem;
}

.l-footer__banner-img {
	height: 110px;
	height: 6.875rem;
	overflow: hidden;
	width: 200px;
	width: 12.5rem;
}

.l-footer__banner-img img {
	aspect-ratio: 200/110;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 100%;
}

.l-footer__banner-content {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-footer__banner-content.--shop {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__banner-content.--shop img {
	-o-object-fit: contain;
	height: 16px;
	height: 1rem;
	object-fit: contain;
	width: 16px;
	width: 1rem;
}

.l-footer__banner-title {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0;
	line-height: 1.7;
}

.l-footer__copyright {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.l-footer__copyright-text {
	color: #888888;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.l-hamburger {
	display: none;
}

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

.l-header {
	background-color: #121212;
	height: 62px;
	height: 3.875rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header__inner {
	padding-inline: 48px;
	padding-inline: 3rem;
	height: inherit;
}

.l-header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	height: inherit;
}

.l-header__logo-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	width: 227px;
	width: 14.1875rem;
}

.l-header__gnav {
	height: inherit;
}

.l-header__gnav-menu {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-header__menu-item {
	height: inherit;
}

.l-header__item-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	height: inherit;
}

.l-header__item-text-box {
	overflow: hidden;
	position: relative;
}

.l-header__item-text {
	display: block;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__item-text--hidden {
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.l-links__content {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.l-links__link {
	padding-block: 48px;
	padding-block: 3rem;
	text-align: center;
}

.l-links__link.--recruit {
	background: url("../images/common/links_bg1.webp") no-repeat center center/cover;
}

.l-links__link.--contact {
	background: url("../images/common/links_bg2.webp") no-repeat center center/cover;
}

.l-links__title {
	color: #fff;
	font-family: "Gilda Display";
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
}

.l-links__subtitle {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.l-links__text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.l-links__btn-wrapper {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.l-links__btn {
	margin-inline: auto;
}

.l-links__btn.is-show {
	margin-inline: auto;
}

.l-page {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.l-subpage-hero {
	padding-block: 58px 64px;
	padding-block: 3.625rem 4rem;
	background-color: #121212;
}

.l-subpage-hero__title-en {
	color: #fff;
	font-family: "Gilda Display";
	font-size: 48px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.l-subpage-hero__title {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-transform: uppercase;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.u-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

.p-top-news__link:hover .p-top-news__thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.p-top-shop__banner:hover .p-top-shop__banner-inner {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.c-btn {
	border: 1px solid #fff;
}

.c-btn:hover span {
	color: #fff;
}

.c-btn:hover.--black span {
	color: #121212;
}

.c-btn:hover::after {
	left: -30%;
}

.c-link:hover .c-link__text-box .c-link__text,
.c-link:hover .c-link__text-box .c-link__text--hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.c-link:hover .c-link__icon::before,
.c-link:hover .c-link__icon::after {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.c-link:hover.--none .c-link__text-box .c-link__text,
.c-link:hover.--none .c-link__text-box .c-link__text--hidden {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.c-link:hover.--none .c-link__icon::before,
.c-link:hover.--none .c-link__icon::after {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.l-footer__banner:hover .l-footer__banner-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.l-header__item-link:hover .l-header__item-text,
.l-header__item-link:hover .l-header__item-text--hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

a.u-anime.is-show:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

}

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

.u-xl {
	display: none;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-lg {
	display: none;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.p-404 {
	padding-block: 2rem 4rem;
}

.p-404__title-top {
	font-size: 4rem;
}

.p-404__title-bottom {
	font-size: 1.25rem;
}

.p-404__lead {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-404__content {
	margin-top: 1rem;
}

.p-404__text.--02 {
	margin-top: 1rem;
}

.p-404__list {
	margin-top: 1rem;
}

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

.p-contact-form {
	padding-block: 2.5rem 4rem;
}

.p-contact-form__lead {
	font-size: 0.875rem;
}

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

.p-contact-form__group {
	padding-block: 1.1875rem 1rem;
	display: block;
}

.p-contact-form__label {
	gap: 0.75rem;
	padding-block: 0;
}

.p-contact-form__input-wrapper {
	padding-block: 0;
	margin-top: 0.5rem;
}

.p-contact-form__textarea {
	height: 10rem;
}

.p-contact-form__privacy-wrapper {
	margin-top: 1.5rem;
}

.p-contact-form__privacy-text {
	font-size: 0.8125rem;
}

.p-contact-form__btn-wrapper {
	margin-top: 1.5rem;
}

.p-contact-thanks__content {
	padding-block: 7rem;
}

.p-contact-thanks__content-title {
	font-size: 1.25rem;
}

.p-contact-thanks__content-link-wrapper {
	margin-top: 2rem;
}

.p-privacy__content {
	padding-inline: 1.25rem;
	padding-block: 2.5rem 4rem;
	font-size: 0.8125rem;
}

.p-privacy__content-lead {
	text-align: start;
}

.p-privacy__content-desc {
	margin-top: 1.5rem;
}

.p-privacy__content-desc-list {
	margin-top: 1.5rem;
}

.p-privacy__content-desc-sublist {
	padding-left: 1rem;
}

.p-privacy__content-link-wrapper {
	margin-top: 1.5rem;
}

.p-top-gallery {
	padding-block: 2.5rem;
}

.p-top-gallery__content {
	display: block;
}

.p-top-gallery__col-img + .p-top-gallery__col-img {
	margin-top: 0;
}

.p-top-gallery__col.--pc {
	display: none;
}

.p-top-gallery__col.--sp {
	display: block;
}

.p-top-kv {
	padding-bottom: 3.125rem;
}

.p-top-kv__slide {
	border-radius: 0;
}

.p-top-kv__slider-pagination.swiper-pagination-bullets {
	bottom: -1.875rem;
}

.p-top-news {
	padding-block: 2rem;
}

.p-top-news__content {
	display: block;
}

.p-top-news__head {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-news__link-wrapper {
	margin-top: 0;
}

.p-top-news__main {
	margin-top: 1.5rem;
}

.p-top-news__items {
	scrollbar-width: none;
	overflow-x: auto;
}

.p-top-news__items::-webkit-scrollbar {
	-ms-overflow-style: none;
	display: none;
}

.p-top-news__item {
	width: 8.75rem;
}

.p-top-news__thumbnail {
	border-radius: 0.25rem;
	height: 4.9375rem;
	width: 8.75rem;
}

.p-top-news__thumbnail img {
	aspect-ratio: 140/79;
}

.p-top-news__date {
	font-size: 0.625rem;
	margin-top: 0.5rem;
}

.p-top-news__title {
	font-size: 0.75rem;
}

.p-top-service {
	padding-block: 2rem;
}

.p-top-service__content {
	margin-inline: auto;
	display: block;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-service__main {
	margin-top: 1.5rem;
}

.p-top-service__card {
	display: block;
}

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

.p-top-service__card-content {
	margin-top: 1.25rem;
}

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

.p-top-service__card-text {
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-top-service__card-link-wrapper {
	margin-top: 0.5rem;
}

.p-top-shop {
	padding-block: 2rem;
	margin-top: 2rem;
}

.p-top-shop__banners {
	margin-inline: auto;
	display: block;
	margin-top: 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-shop__banner {
	height: 7.6875rem;
	max-width: 21.875rem;
}

.p-top-shop__banner .-back {
	display: none;
}

.p-top-shop__banner-item:nth-of-type(n + 2) {
	margin-top: 0.5rem;
}

.p-top-shop__banner-side {
	gap: 0.5rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding: 1.75rem 0.75rem;
}

.p-top-shop__banner-side.-back {
	display: none;
}

.p-top-shop__banner-logo {
	height: 4.125rem;
	width: 8.25rem;
}

.p-top-shop__banner-desc {
	width: auto;
}

.p-top-shop__banner-title {
	font-size: 0.9375rem;
}

.p-top-shop__banner-text {
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.c-btn {
	height: 3.0625rem;
	max-width: 21.875rem;
	width: 100%;
}

.c-btn.--sm {
	height: 3.0625rem;
	max-width: 21.875rem;
	width: 100%;
}

.c-btn::after {
	display: none;
}

.c-link::before {
	bottom: 0.125rem;
	width: calc(100% - 1.5rem);
}

.c-link .c-link__icon {
	height: 1.25rem;
	width: 1rem;
}

.c-link .c-link__icon::before {
	height: 1rem;
	width: 1rem;
}

.c-link .c-link__icon::after {
	display: none;
}

.c-link .c-link__text-box {
	font-size: 0.8125rem;
}

.c-link .c-link__text-box .c-link__text--hidden {
	display: none;
}

.c-title.--center-sp {
	margin-inline: auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-title__en {
	font-size: 1.625rem;
}

.c-title__ja {
	font-size: 0.75rem;
	margin-top: 0;
}

.l-breadcrumb {
	height: 2.5rem;
}

.l-breadcrumb__list {
	font-size: 0.6875rem;
}

.l-breadcrumb__item:not(:last-child)::after {
	margin-inline: 0.5rem;
	font-size: 0.75rem;
}

.l-drawer {
	background-color: #121212;
	display: block;
	height: 100vh;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-top: 3.5rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	visibility: hidden;
	width: 100%;
	z-index: -999;
}

.l-footer {
	padding-block: 3rem 1.5rem;
}

.l-footer__inner {
	padding-inline: 1.25rem;
}

.l-footer__logo {
	width: 13.1875rem;
}

.l-footer__content {
	display: block;
	margin-top: 1.625rem;
	padding-bottom: 3rem;
}

.l-footer__nav-list {
	display: block;
}

.l-footer__nav-link {
	padding-block: 0.375rem;
	font-size: 1.5rem;
}

.l-footer__company {
	margin-top: 1.375rem;
}

.l-footer__banners {
	margin-top: 2rem;
}

.l-footer__banner {
	width: 100%;
}

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

.l-footer__copyright-text {
	font-size: 0.875rem;
}

.l-hamburger {
	background: url("../images/common/icon-hamburger.svg") no-repeat center center/contain;
	display: block;
	height: inherit;
	height: 2rem;
	padding: 0;
	width: 2rem;
	z-index: 100;
}

.l-header {
	height: 3.5rem;
}

.l-header__inner {
	padding-inline: 1.5rem;
}

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

.l-header__gnav {
	display: none;
}

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

.l-links__content {
	display: block;
}

.l-links__link {
	padding-block: 2rem;
}

.l-links__link.--recruit {
	background: url("../images/common/links_bg1-sp.webp") no-repeat center center/cover;
}

.l-links__link.--contact {
	background: url("../images/common/links_bg2-sp.webp") no-repeat center center/cover;
}

.l-links__title {
	font-size: 1.625rem;
}

.l-links__subtitle {
	font-size: 0.75rem;
}

.l-links__text {
	font-size: 0.8125rem;
}

.l-links__btn-wrapper {
	margin-top: 1rem;
}

.l-page {
	margin-top: 3.5rem;
}

.l-subpage-hero {
	padding-block: 1.5rem 2rem;
}

.l-subpage-hero__title-en {
	font-size: 2.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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