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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

/* フォントファミリー */

html {
	scroll-padding-top: 3.75rem;
}

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

html {
	font-size: 16px;
}

body {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

/* ホバー */

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

.c-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50vh;
	-webkit-box-shadow: 0.9px 4.9px 5px 0 rgba(0, 0, 0, .05);
	box-shadow: 0.9px 4.9px 5px 0 rgba(0, 0, 0, .05);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 250px;
	width: 15.625rem;
	z-index: 1;
}

.c-button__bg-circle {
	display: inline-block;
	height: 0;
	left: 0;
	padding-top: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.c-button__bg-circle::before {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	width: 100%;
}

.c-button__text {
	position: relative;
}

.c-button__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7b040;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
}

.c-button__icon::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 5px;
	width: 0.3125rem;
}

.c-button__arrow {
	-webkit-animation: btnHoverOut 0.3s ease-in-out forwards;
	animation: btnHoverOut 0.3s ease-in-out forwards;
	background-color: #f7b040;
	display: block;
	height: 2px;
	height: 0.125rem;
	opacity: 0;
	position: relative;
	-webkit-transform: translateX(-2.5rem);
	transform: translateX(-2.5rem);
	width: 8px;
	width: 0.5rem;
	z-index: 1;
}

.c-button__arrow::after {
	border-right: 2px solid #f7b040;
	border-right: 0.125rem solid #f7b040;
	border-top: 2px solid #f7b040;
	border-top: 0.125rem solid #f7b040;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.c-button:hover {
	opacity: 1;
}

.c-button:hover .c-button__bg-circle::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-button:hover .c-button__icon::after {
	height: 101%;
	width: 101%;
}

.c-button:hover .c-button__arrow {
	-webkit-animation: btnHover 0.3s ease-in-out forwards;
	animation: btnHover 0.3s ease-in-out forwards;
}

.c-button--shadow {
	-webkit-box-shadow: 2.5px 4.3px 5px 0 rgba(0, 0, 0, .05);
	box-shadow: 2.5px 4.3px 5px 0 rgba(0, 0, 0, .05);
}

.c-button--border {
	border: solid 1px #f5f5f5;
}

.c-button--pink .c-button__bg-circle::before {
	background-color: #f687b1;
}

.c-button--pink .c-button__icon {
	background-color: #f687b1;
}

.c-button--pink .c-button__arrow {
	background-color: #f687b1;
}

.c-button--pink .c-button__arrow::after {
	border-color: #f687b1;
}

.c-button--blue .c-button__bg-circle::before {
	background-color: #53acff;
}

.c-button--blue .c-button__icon {
	background-color: #53acff;
}

.c-button--blue .c-button__arrow {
	background-color: #53acff;
}

.c-button--blue .c-button__arrow::after {
	border-color: #53acff;
}

.c-button--green .c-button__bg-circle::before {
	background-color: #67e9ae;
}

.c-button--green .c-button__icon {
	background-color: #67e9ae;
}

.c-button--green .c-button__arrow {
	background-color: #67e9ae;
}

.c-button--green .c-button__arrow::after {
	border-color: #67e9ae;
}

.c-checkbox {
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.c-checkbox .wpcf7-list-item {
	margin: 5px 0 0;
	margin: 0.3125rem 0 0;
	width: 100%;
}

.c-checkbox .wpcf7-form-control-wrap {
	display: block;
}

.c-checkbox .wpcf7-list-item-label {
	cursor: pointer;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1;
	position: relative;
}

.c-checkbox .wpcf7-list-item-label::before {
	background: #fff; /* チェックボックスのデザイン */
	border: 1px solid #000;
	border-radius: 0.125rem;
	content: "";
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	position: relative;
	vertical-align: top;
	width: 20px;
	width: 1.25rem;
}

.c-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	background: #ffb746;
	border-radius: 0.125rem;
	content: ""; /* チェックアイコン */
	display: block;
	height: 11px;
	height: 0.6875rem;
	left: 4.5px;
	left: 0.28125rem;
	position: absolute;
	top: 6px;
	top: 0.375rem;
	width: 11px;
	width: 0.6875rem;
}

.c-checkbox__text {
	margin-left: 30px;
	margin-left: 1.875rem;
}

.c-flowing {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 90px;
	font-size: 5.625rem;
	font-weight: 700;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-flowing__text {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	vertical-align: baseline;
	white-space: nowrap;
	width: auto;
	will-change: transform;
}

.c-flowing__text::before {
	-webkit-animation: loop 100s -50s linear infinite;
	animation: loop 100s -50s linear infinite;
	content: attr(data-text);
	display: inline-block;
}

.c-flowing__text::after {
	-webkit-animation: loop2 100s linear infinite;
	animation: loop2 100s linear infinite;
	content: attr(data-text);
	display: inline-block;
}

.c-gradient-bg {
	border-radius: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 28px;
	top: 1.75rem;
}

.c-gradient-bg.aos-animate {
	-webkit-animation: roundSP 0.5s 0.5s ease-in forwards;
	animation: roundSP 0.5s 0.5s ease-in forwards;
}

.c-gradient-bg--green {
	background-image: linear-gradient(120deg, #bfffe8, #d6ffd5);
}

.c-gradient-bg--gray {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f5f5f5));
	background-image: linear-gradient(to top, #fff, #f5f5f5);
}

.c-gradient-bg--pink {
	background-image: linear-gradient(120deg, #ffbfbf, #ffcee5);
}

.c-gradient-bg--blue {
	background-image: linear-gradient(330deg, #d6f2ff, #dcddff);
}

.c-gradient-bg--yellow {
	background-image: linear-gradient(330deg, #fff1b9, #ffd97d);
}

.c-gradient-bg--yellow-totop {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ffe9ac));
	background-image: linear-gradient(to top, #fff, #ffe9ac);
}

.c-gradient-bg--light-yellow {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff4d6), to(#fffff9));
	background-image: linear-gradient(#fff4d6, #fffff9);
}

.c-gradient-bg--white {
	background-color: #fff;
}

.c-menu-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f7d151), to(#f4ba5c));
	background-image: linear-gradient(to top, #f7d151, #f4ba5c);
	border-bottom-left-radius: 10px;
	border-bottom-left-radius: 0.625rem;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.c-menu-button__line {
	background-color: #000;
	display: block;
	margin-left: 4px;
	margin-left: 0.25rem;
	position: relative;
	-webkit-transform: translateY(-0.125rem);
	transform: translateY(-0.125rem);
	width: 14px;
	width: 0.875rem;
}

.c-menu-button__line::before {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-0.1875rem);
	transform: translateY(-0.1875rem);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.c-menu-button__line::after {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(0.1875rem);
	transform: translateY(0.1875rem);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.c-menu-button[aria-expanded=true] {
	border-color: #000;
	color: #000;
}

.c-menu-button[aria-expanded=true] .c-menu-button__line {
	background-color: transparent;
	-webkit-transition: background-color 0s ease-in-out;
	transition: background-color 0s ease-in-out;
}

.c-menu-button[aria-expanded=true] .c-menu-button__line::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-menu-button[aria-expanded=true] .c-menu-button__line::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-menu-button__text {
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-left: 8px;
	margin-left: 0.5rem;
	text-transform: uppercase;
}

.c-mv-button__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50vh;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 13.3333333333vw;
	overflow: hidden;
	padding: 2.1333333333vw 10.6666666667vw 2.1333333333vw 4vw;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.c-mv-button__bg-circle {
	display: inline-block;
	height: 0;
	left: 0;
	padding-top: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.c-mv-button__bg-circle::before {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	width: 100%;
}

.c-mv-button__text {
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

.c-mv-button__text span {
	font-size: 3.2vw;
}

.c-mv-button__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7b040;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 4.8vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 3.2vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4.8vw;
}

.c-mv-button__icon::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 1.3333333333vw;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 1.3333333333vw;
}

.c-mv-button__arrow {
	-webkit-animation: btnHover2Out 0.3s ease-in-out forwards;
	animation: btnHover2Out 0.3s ease-in-out forwards;
	background-color: #f7b040;
	display: block;
	height: 0.5333333333vw;
	opacity: 0;
	position: relative;
	-webkit-transform: translateX(-10.6666666667vw);
	transform: translateX(-10.6666666667vw);
	width: 2.1333333333vw;
	z-index: 1;
}

.c-mv-button__arrow::after {
	border-right: 0.5333333333vw solid #f7b040;
	border-top: 0.5333333333vw solid #f7b040;
	content: "";
	height: 1.3333333333vw;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 1.3333333333vw;
}

.c-mv-button:hover {
	opacity: 1;
}

.c-mv-button:hover .c-mv-button__bg-circle::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-mv-button:hover .c-mv-button__icon::after {
	height: 101%;
	width: 101%;
}

.c-mv-button:hover .c-mv-button__arrow {
	-webkit-animation: btnHover2 0.3s ease-in-out forwards;
	animation: btnHover2 0.3s ease-in-out forwards;
}

.c-previous {
	position: relative;
}

.c-previous__btn {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 50vh;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 50px;
	height: 3.125rem;
	letter-spacing: 0.04em;
	overflow: hidden;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
	position: relative;
	width: 150px;
	width: 9.375rem;
	z-index: 2;
}

.c-previous__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 16px;
	height: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background-color 0.33s ease-in-out;
	transition: background-color 0.33s ease-in-out;
	width: 16px;
	width: 1rem;
	z-index: 2;
}

.c-previous__icon::after {
	background-color: #bdbdbd;
	border-radius: 50%;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 4px;
	width: 0.25rem;
}

.c-radio {
	margin-top: 13px;
	margin-top: 0.8125rem; /* チェック前のボタン */ /* チェック後のボタン */
}

.c-radio .wpcf7-list-item {
	margin: 5px 0 0;
	margin: 0.3125rem 0 0;
	width: 100%;
}

.c-radio .wpcf7-list-item-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.c-radio .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	content: "";
	height: 22px;
	height: 1.375rem;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	width: 22px;
	width: 1.375rem;
}

.c-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
	background-color: #f7b040;
	-webkit-box-shadow: inset 0 0 0 0.3125rem #fff;
	box-shadow: inset 0 0 0 0.3125rem #fff;
}

.c-section-heading {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
	text-transform: uppercase;
}

.c-submit {
	position: relative;
}

.c-submit__btn {
	background: transparent;
	border-radius: 50vh;
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 60px;
	height: 3.75rem;
	letter-spacing: 0.04em;
	overflow: hidden;
	position: relative;
	width: 250px;
	width: 15.625rem;
	z-index: 2;
}

.c-submit__btn:disabled ~ .c-submit__wrapper {
	opacity: 0.5;
}

.c-submit__btn:disabled {
	opacity: 0.5;
}

.c-submit__btn::before {
	background-image: linear-gradient(120deg, #ffc946, #ffe242);
	border-radius: 50vh;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.c-submit__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(120deg, #ffb746, #ffcf28);
	border-radius: 50vh;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	overflow: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	width: 250px;
	width: 15.625rem;
	z-index: 1;
}

.c-submit__wrapper::before {
	background-image: linear-gradient(120deg, #ffc946, #ffe242);
	border-radius: 50vh;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 1;
	z-index: 1;
}

.c-submit__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
	z-index: 2;
}

.c-submit__icon::after {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 5px;
	width: 0.3125rem;
}

.c-submit__arrow {
	-webkit-animation: btnHoverOut 0.3s ease-in-out forwards;
	animation: btnHoverOut 0.3s ease-in-out forwards;
	background-color: #f7b040;
	display: block;
	height: 2px;
	height: 0.125rem;
	opacity: 0;
	position: relative;
	-webkit-transform: translateX(-2.5rem);
	transform: translateX(-2.5rem);
	width: 8px;
	width: 0.5rem;
	z-index: 1;
}

.c-submit__arrow::after {
	border-right: 2px solid #f7b040;
	border-right: 0.125rem solid #f7b040;
	border-top: 2px solid #f7b040;
	border-top: 0.125rem solid #f7b040;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.p-accordion__btn {
	border-bottom: 2px solid #000;
	cursor: pointer;
	padding: 18px 10px;
	padding: 1.125rem 0.625rem;
	position: relative;
}

.p-accordion__btn::before,
.p-accordion__btn::after {
	background: #000;
	content: "";
	height: 2px;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 24px;
	width: 1.5rem;
}

.p-accordion__btn::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-accordion__btn.is-open::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.p-accordion__btn.is-open::after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.p-accordion__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.p-accordion__title::before {
	background: #f7b040;
	border-radius: 50%;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 9px;
	height: 0.5625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 9px;
	width: 0.5625rem;
}

.p-accordion__subtitle {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 19px;
	margin-left: 1.1875rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-accordion__content {
	display: none;
}

.p-accordion--pink .p-accordion__title::before {
	background: #f687b1;
}

.p-carousel {
	overflow: hidden;
	padding: 40px 0 76px;
	padding: 2.5rem 0 4.75rem;
	width: 100%;
}

.p-carousel__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-carousel__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-carousel__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.p-carousel__images:first-child {
	-webkit-animation: slideLoop1 90s linear infinite;
	animation: slideLoop1 90s linear infinite;
}

.p-carousel__images:nth-child(2) {
	-webkit-animation: slideLoop2 90s -60s linear infinite;
	animation: slideLoop2 90s -60s linear infinite;
}

.p-carousel__images:last-child {
	-webkit-animation: slideLoop3 90s -30s linear infinite;
	animation: slideLoop3 90s -30s linear infinite;
}

.p-carousel__image--up {
	-webkit-transform: translateY(-1.25rem);
	transform: translateY(-1.25rem);
}

.p-carousel__image--down {
	-webkit-transform: translateY(4.75rem);
	transform: translateY(4.75rem);
}

.p-carousel__image img {
	height: 200px;
	height: 12.5rem;
	width: auto;
}

.p-ceo {
	position: relative;
}

.p-ceo__illust {
	content: "";
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: -53px;
	top: -3.3125rem;
	width: 60px;
	width: 3.75rem;
}

.p-ceo__content {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-ceo__role {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-ceo__role span {
	font-family: "brandon-grotesque", sans-serif;
}

.p-ceo__name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-ceo__name span {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-left: 13px;
	margin-left: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-ceo__text {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-entry-btn {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-entry-btn__inner.l-inner {
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

.p-entry-btn__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(120deg, #ffb746, #ffcf28);
	border-radius: 2.5rem;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 48px;
	padding-top: 3rem;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.p-entry-btn__btn::before {
	background-image: linear-gradient(120deg, #ffc946, #ffe242);
	border-radius: 2.5rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.p-entry-btn__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-entry-btn__text {
	letter-spacing: 0.08em;
	padding-right: 33px;
	padding-right: 2.0625rem;
	position: relative;
}

.p-entry-btn__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: calc(50% + 2rem);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
}

.p-entry-btn__icon::after {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 5px;
	width: 0.3125rem;
}

.p-entry-btn__arrow {
	-webkit-animation: btnHoverOut 0.3s ease-in-out forwards;
	animation: btnHoverOut 0.3s ease-in-out forwards;
	background-color: #f7b040;
	display: block;
	height: 2px;
	height: 0.125rem;
	opacity: 0;
	position: relative;
	-webkit-transform: translateX(-2.5rem);
	transform: translateX(-2.5rem);
	width: 8px;
	width: 0.5rem;
	z-index: 1;
}

.p-entry-btn__arrow::after {
	border-right: 2px solid #f7b040;
	border-right: 0.125rem solid #f7b040;
	border-top: 2px solid #f7b040;
	border-top: 0.125rem solid #f7b040;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.p-entry-btn__subtext {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 5px;
	margin-top: 0.3125rem;
	position: relative;
}

.p-entry-btn__illust01 {
	bottom: -47px;
	bottom: -2.9375rem;
	left: 14px;
	left: 0.875rem;
	position: absolute;
	width: 72px;
	width: 4.5rem;
}

.p-entry-btn__illust02 {
	bottom: -57px;
	bottom: -3.5625rem;
	position: absolute;
	right: 13px;
	right: 0.8125rem;
	width: 62px;
	width: 3.875rem;
}

.p-entry-btn__illust03 {
	position: absolute;
	right: 34px;
	right: 2.125rem;
	top: 6px;
	top: 0.375rem;
	width: 69px;
	width: 4.3125rem;
}

.p-footer {
	background-image: linear-gradient(48deg, #fbe9a3, #fffdcc);
	border-radius: 2.5rem 2.5rem 0 0;
	padding: 52px 0 30px;
	padding: 3.25rem 0 1.875rem;
}

.p-footer__wrapper {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.p-footer__logo {
	height: 21px;
	height: 1.3125rem;
	width: 125px;
	width: 7.8125rem;
}

.p-footer__logo-link {
	-webkit-mask-image: url(../images/common/logo.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #000;
	background-position: 0;
	background-size: 200% 100%;
	display: block;
	font-size: 0;
	height: 100%;
	mask-image: url(../images/common/logo.svg);
	mask-position: center;
	mask-repeat: no-repeat;
}

.p-footer__nav {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-footer__nav-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 200px;
	height: 12.5rem;
}

.p-footer__nav-item {
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	width: 50%;
}

.p-footer__nav-item-link {
	display: inline-block;
	padding: 8.5px 0;
	padding: 0.53125rem 0;
	position: relative;
}

.p-footer__nav-item--recruit .p-footer__nav-item-link {
	position: relative;
}

.p-footer__nav-item--recruit .p-footer__nav-item-link::after {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: -7px;
	right: -0.4375rem;
	top: 7px;
	top: 0.4375rem;
	width: 5px;
	width: 0.3125rem;
}

.p-footer__copyright {
	color: #8a7f57;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form input[type=checkbox],
.p-form input[type=radio] {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	border: none;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=url],
.p-form textarea,
.p-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #000;
	border-radius: 0.3125rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 16px 13px;
	padding: 1rem 0.8125rem;
	width: 100%;
	word-break: break-all;
}

.p-form textarea {
	font-size: 13px;
	font-size: 0.8125rem;
	height: 220px;
	height: 13.75rem;
	letter-spacing: 0.08em;
	resize: vertical;
}

.p-form input[type=checkbox] {
	opacity: 0;
	width: 0;
}

.p-form input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-form input[type=text].p-form__others {
	margin-top: 9px;
	margin-top: 0.5625rem;
	padding: 12px 13px;
	padding: 0.75rem 0.8125rem;
}

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

.p-form__label {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.p-form__item:not(:last-child) {
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
}

.p-form__required {
	color: #ffb746;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 1px;
	margin-left: 0.0625rem;
	-webkit-transform: translateY(-0.3125rem);
	transform: translateY(-0.3125rem);
}

.p-form__select {
	position: relative;
}

.p-form__select::before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	pointer-events: none;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: 55%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	width: 0.625rem;
	z-index: 1;
}

.p-form__note {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-form__btn {
	margin-top: 67px;
	margin-top: 4.1875rem;
	text-align: center;
}

.p-form__privacy {
	border-top: 1px solid #cccccc;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-top: 33px;
	padding-top: 2.0625rem;
	text-align: center;
}

.p-form__privacy-text {
	display: inline-table;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: left;
}

.p-form__privacy-text a {
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-form__privacy-text a:hover {
	color: #f7b040;
}

.p-form__submit {
	margin: 28px auto 0;
	margin: 1.75rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-form__previous {
	margin: 19px auto 0;
	margin: 1.1875rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-form--confirm.p-sub-form__form {
	border-top: 1px solid #000;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
}

.p-form--confirm.p-sub-form__form .p-form__input {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	margin-left: 11px;
	margin-left: 0.6875rem;
	margin-top: 13px;
	margin-top: 0.8125rem;
	word-break: break-all;
}

.p-form--confirm.p-sub-form__form .p-form__item {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
	padding-bottom: 19px;
	padding-bottom: 1.1875rem;
}

.p-form--confirm.p-sub-form__form .c-checkbox__text {
	margin-left: 0;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.p-form--confirm.p-sub-form__form .p-form__btns {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.p-form--confirm.p-sub-form__form .p-form__submit {
	margin-top: 0;
}

.p-header {
	background-color: rgba(255, 255, 255, .95);
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.p-header__logo {
	height: inherit;
	position: relative;
	width: 153px;
	width: 9.5625rem;
	z-index: 10;
}

.p-header__logo-link {
	-webkit-mask-image: url(../images/common/logo.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #000;
	background-position: 0;
	background-size: 200% 100%;
	display: block;
	font-size: 0;
	height: inherit;
	mask-image: url(../images/common/logo.svg);
	mask-position: center;
	mask-repeat: no-repeat;
}

.p-header__menu-button {
	height: inherit;
	position: relative;
	width: 100px;
	width: 6.25rem;
	z-index: 10;
}

.p-header__nav {
	background-color: #fff;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 107px 25px 40px;
	padding: 6.6875rem 1.5625rem 2.5rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-header__nav.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-header__nav-item {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__nav-item--privacy {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-header__nav-item-link {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 13px 28px;
	padding: 0.8125rem 1.75rem;
	position: relative;
}

.p-header__nav-item-link::before {
	background-color: #f5f5f5;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-header__nav-item-link::after {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.25);
	transform: translateY(-50%) scale(0.25);
	width: 16px;
	width: 1rem;
}

.p-header__nav-item-text[data-japanese]::after {
	content: attr(data-japanese);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-left: 14px;
	margin-left: 0.875rem;
}

.p-header__nav-item--privacy .p-header__nav-item-link::before,
.p-header__nav-item--privacy .p-header__nav-item-link::after {
	content: none;
}

.p-header__nav-item--privacy .p-header__nav-item-text[data-japanese]::after {
	font-size: 10px;
	font-size: 0.625rem;
}

.p-info__item {
	border-bottom: 1px solid #ddd;
	padding: 22px 11px;
	padding: 1.375rem 0.6875rem;
}

.p-info__term {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.p-info__description {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-info__description a {
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-info__description a:hover {
	color: #f7b040;
}

.p-instagram {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fdffdf));
	background-image: linear-gradient(to top, #fff, #fdffdf);
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
}

.p-instagram__illust {
	content: "";
	position: absolute;
	right: 25px;
	right: 1.5625rem;
	top: -12px;
	top: -0.75rem;
	width: 95px;
	width: 5.9375rem;
}

.p-instagram__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-instagram__title span {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.11em;
	margin-top: 0.2em;
}

.p-instagram__title::before {
	background-image: url(../images/recruit/instagram-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 25px;
	height: 1.5625rem;
	margin-right: 11px;
	margin-right: 0.6875rem;
	width: 25px;
	width: 1.5625rem;
}

.p-instagram__link {
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 37px;
	margin-left: 2.3125rem;
	margin-top: 2px;
	margin-top: 0.125rem;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-instagram__body {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-instagram__body #sb_instagram .sbi_photo_wrap {
	border-radius: 0.3125rem;
	overflow: hidden;
	z-index: 1;
}

.p-instagram__body #sb_instagram .sbi_photo {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-loading {
	background: #fff;
	display: grid;
	height: 100dvh;
	left: 0;
	place-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-loading__logo {
	display: none;
	width: 56vw;
}

.p-modal {
	background-color: #fff;
	padding: 95px 0;
	padding: 5.9375rem 0;
	position: relative;
}

.p-modal__close-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d6ffd5), to(#bfffe8));
	background-image: linear-gradient(to top, #d6ffd5, #bfffe8);
	border-radius: 0 0 0 0.625rem;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	position: fixed;
	right: 0;
	text-transform: uppercase;
	top: 0;
	width: 100px;
	width: 6.25rem;
	z-index: 100;
}

.p-modal__close-button span {
	display: inline-block;
	height: 12px;
	height: 0.75rem;
	margin-right: 7px;
	margin-right: 0.4375rem;
	position: relative;
	width: 12px;
	width: 0.75rem;
}

.p-modal__close-button span::before {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 14px;
	width: 0.875rem;
}

.p-modal__close-button span::after {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 14px;
	width: 0.875rem;
}

.p-modal__close-button:hover {
	background-image: linear-gradient(120deg, #c7ffdd, #e1ffd9);
}

.p-modal__inner.l-inner {
	margin-top: 0;
}

.p-modal__image {
	position: relative;
	width: 100%;
}

.p-modal__image svg,
.p-modal__image img {
	aspect-ratio: 650/860;
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-modal__body {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-modal__heading {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.1;
}

.p-modal__tags {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-modal__tag {
	display: inline;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

.p-modal__tag:nth-last-child(n+2)::after {
	content: " / ";
}

.p-modal__comment {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-modal__instagram {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	margin-top: 44px;
	margin-top: 2.75rem;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.p-modal__instagram::before {
	background: url(../images/common/icon_instagram_green.svg) no-repeat center/contain;
	content: "";
	display: inline-block;
	height: 17px;
	height: 1.0625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 17px;
	width: 1.0625rem;
}

.p-modal__instagram::after {
	background: url(../images/common/icon_instagram.svg) no-repeat center/contain;
	content: "";
	display: inline-block;
	height: 17px;
	height: 1.0625rem;
	left: 0%;
	margin-right: 10px;
	margin-right: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 17px;
	width: 1.0625rem;
}

.p-modal__instagram:hover {
	color: #67e9ae;
	opacity: 1;
}

.p-modal__instagram:hover::before {
	opacity: 1;
}

.p-modal__instagram:hover::after {
	opacity: 0;
}

.p-news-card__link {
	display: inline-block;
	width: 100%;
}

.p-news-card__img {
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-news-card__img::before {
	content: "";
	display: block;
	padding-top: 76.67%;
}

.p-news-card__img svg,
.p-news-card__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.p-news-card__date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-news-card__date::before {
	background: #f7b040;
	border-radius: 50%;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 6px;
	height: 0.375rem;
	margin-right: 6px;
	margin-right: 0.375rem;
	width: 6px;
	width: 0.375rem;
}

.p-news-card__title-wrapper {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-news-card__title {
	border-bottom: 1px solid transparent;
	display: inline;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.6153846154;
	position: relative;
	-webkit-transition: border-bottom 0.3s;
	transition: border-bottom 0.3s;
}

.p-news-menu-items {
	gap: 32px;
	gap: 2rem;
	display: grid;
	grid-template-columns: 1fr;
}

.p-news-single__thumbnail {
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-news-single__thumbnail::before {
	content: "";
	display: block;
	padding-top: 70.77%;
}

.p-news-single__thumbnail img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-news-single__wrapper {
	padding-left: 12px;
	padding-left: 0.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.p-news-single__date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-news-single__date::before {
	background: #f7b040;
	border-radius: 50%;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 6px;
	height: 0.375rem;
	margin-right: 6px;
	margin-right: 0.375rem;
	width: 6px;
	width: 0.375rem;
}

.p-news-single__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-news-single__body {
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #000;
	margin-top: 26px;
	margin-top: 1.625rem;
	padding-bottom: 54px;
	padding-bottom: 3.375rem;
}

.p-news-single__body h2 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-news-single__body p {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-news-single__body img {
	-o-object-fit: contain;
	border-radius: 0.5rem;
	margin-top: 31px;
	margin-top: 1.9375rem;
	object-fit: contain;
}

.p-news-single__body a {
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-news-single__pagination {
	margin-bottom: 42px;
	margin-bottom: 2.625rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-outline__items {
	margin-top: 28px;
	margin-top: 1.75rem;
	padding-left: 12px;
	padding-left: 0.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.p-outline__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-outline__term {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	width: 16%;
}

.p-outline__description {
	padding-left: 12px;
	padding-left: 0.75rem;
	position: relative;
	width: 84%;
}

.p-outline__description::before,
.p-outline__description::after {
	content: "";
	position: absolute;
	top: 3px;
	top: 0.1875rem;
}

.p-outline__description::before {
	background: #000;
	height: 100%;
	left: 0;
	width: 1px;
}

.p-outline__description::after {
	background: #f7b040;
	border-radius: 50%;
	height: 7px;
	height: 0.4375rem;
	left: -3px;
	left: -0.1875rem;
	width: 7px;
	width: 0.4375rem;
}

.p-outline__month {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	width: 100%;
}

.p-outline__text {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
	width: 100%;
}

.p-pagination {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
}

.p-pagination.p-pagination--single {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-pagination .page-numbers:not(.prev):not(.next) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin: 0 7px;
	margin: 0 0.4375rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	width: 40px;
	width: 2.5rem;
}

.p-pagination .page-numbers:not(.prev):not(.next).current {
	background: #f7b040;
	color: #fff;
}

.p-pagination__prev,
.p-pagination__next {
	gap: 7px;
	gap: 0.4375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -55px;
	bottom: -3.4375rem;
	color: inherit;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	position: absolute;
	text-transform: uppercase;
}

.p-pagination__prev {
	right: calc(50% + 1.0625rem);
}

.p-pagination__next {
	left: calc(50% + 1.0625rem);
}

.p-pagination__news-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
}

.p-pagination__news-list::before {
	-webkit-mask-image: url(../images/common/list-icon.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #000;
	background-image: none;
	content: "";
	display: inline-block;
	height: 15px;
	height: 0.9375rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	mask-image: url(../images/common/list-icon.png);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 15px;
	width: 0.9375rem;
}

.p-pagination__icon {
	background-color: #f5f5f5;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	height: 1rem;
	position: relative;
	-webkit-transition: background-color 0.33s ease-in-out;
	transition: background-color 0.33s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-pagination__icon::after {
	translate: -50% -50%;
	background-color: #f7b040;
	border: 2px solid #f7b040;
	border: 0.125rem solid #f7b040;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 50%;
	position: absolute;
	scale: 0.375;
	top: 50%;
	-webkit-transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-pagination__prev.disable,
.p-pagination__next.disable {
	color: #bbbbbb;
	pointer-events: none;
}

.p-pagination__prev.disable .p-pagination__icon::after,
.p-pagination__next.disable .p-pagination__icon::after {
	background-color: #bbbbbb;
	border: 2px solid #bbbbbb;
	border: 0.125rem solid #bbbbbb;
}

.p-people-category-items__item:nth-child(n+2) {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-people-category-items__slug {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.p-people-category-items__japanese-name {
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-left: 6px;
	margin-left: 0.375rem;
	-webkit-transform: translateY(-0.25rem);
	transform: translateY(-0.25rem);
}

.p-people-category-items__cards {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-people-menu-items {
	gap: 19px 15px;
	gap: 1.1875rem 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-people-menu-items__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}

.p-people-menu-items__slug {
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.p-people-menu-items__japanese-name {
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 9px;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-people-menu-items__icon {
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	height: 1rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-people-menu-items__icon::after {
	translate: -50% -50%;
	background-color: #67e9ae;
	border: 2px solid #67e9ae;
	border: 0.125rem solid #67e9ae;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 50%;
	position: absolute;
	scale: 0.375;
	top: 50%;
	-webkit-transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-people-menu-items__link:hover .p-people-menu-items__icon {
	background-color: #67e9ae;
}

.p-positions {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fffaee));
	background-image: linear-gradient(to top, #fff, #fffaee);
	border-radius: 2.5rem 2.5rem 0 0;
	margin-top: -35px;
	margin-top: -2.1875rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 72px;
	padding-top: 4.5rem;
}

.p-positions__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 0.5796875;
}

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

.p-positions__list {
	padding-top: 6px;
	padding-top: 0.375rem;
}

.p-positions__wrapper {
	padding: 25px 10px 15px;
	padding: 1.5625rem 0.625rem 0.9375rem;
}

.p-positions__wrapper:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

.p-positions__term {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.p-positions__description {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-service-menu-items {
	gap: 27px 15px;
	gap: 1.6875rem 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-service-menu-items__img {
	border-radius: 0.3125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-service-menu-items__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-service-menu-items__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.p-service-menu-items__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 14px;
	margin-top: 0.875rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}

.p-service-menu-items__name {
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.p-service-menu-items__icon {
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	height: 1rem;
	position: relative;
	-webkit-transition: background-color 0.33s ease-in-out;
	transition: background-color 0.33s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-service-menu-items__icon::after {
	translate: -50% -50%;
	background-color: #f687b1;
	border: 2px solid #f687b1;
	border: 0.125rem solid #f687b1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 50%;
	position: absolute;
	scale: 0.375;
	top: 50%;
	-webkit-transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-service-site__items {
	gap: 15px;
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-service-site__item {
	display: inline-block;
	width: 100%;
}

.p-service-site__img {
	border-radius: 0.3125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-service-site__img::before {
	content: "";
	display: block;
	padding-top: 60%;
}

.p-service-site__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.p-service-site__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: 6px;
	margin-top: 0.375rem;
}

.p-service-site__name {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.08em;
	padding-right: 18px;
	padding-right: 1.125rem;
}

.p-service-site__icon {
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	height: 1rem;
	position: relative;
	-webkit-transition: background-color 0.33s ease-in-out;
	transition: background-color 0.33s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-service-site__icon::after {
	translate: -50% -50%;
	background-color: #f687b1;
	border: 2px solid #f687b1;
	border: 0.125rem solid #f687b1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 50%;
	position: absolute;
	scale: 0.375;
	top: 50%;
	-webkit-transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-service {
	overflow: hidden;
}

.p-service__inner.l-inner {
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

.p-service__items {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-service__item {
	position: relative;
}

.p-service__item:not(:last-child) {
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.p-service__heading {
	color: #f687b1;
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.p-service__num {
	border-bottom: 2px solid #000;
	display: inline-block;
	font-family: "nimbus-sans-extended", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	left: 13px;
	left: 0.8125rem;
	letter-spacing: 0;
	position: absolute;
	top: 0;
}

.p-service__heading-text {
	color: #000;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 9px;
	margin-top: 0.5625rem;
	text-align: center;
	width: 100%;
}

.p-service__img {
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.p-service__wrapper {
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	position: relative;
}

.p-service__illust {
	position: absolute;
}

.p-service__illust--kids-family {
	right: 9px;
	right: 0.5625rem;
	top: -138px;
	top: -8.625rem;
	width: 125px;
	width: 7.8125rem;
}

.p-service__illust--coming-of-age {
	left: -22px;
	left: -1.375rem;
	top: -145px;
	top: -9.0625rem;
	width: 117px;
	width: 7.3125rem;
}

.p-service__illust--wedding {
	right: -2px;
	right: -0.125rem;
	top: -178px;
	top: -11.125rem;
	width: 119px;
	width: 7.4375rem;
}

.p-service__illust--other {
	left: 18px;
	left: 1.125rem;
	top: -127px;
	top: -7.9375rem;
	width: 92px;
	width: 5.75rem;
}

.p-service__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.p-service__accordion {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-service__carousel {
	margin: 5.9375rem calc(50% - 50vw) 0;
	width: 100vw;
}

.p-service-site__category {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: -3px;
	margin-bottom: -0.1875rem;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-service-site__category:first-child {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-shoplist-card {
	padding-bottom: 39px;
	padding-bottom: 2.4375rem;
	padding-top: 39px;
	padding-top: 2.4375rem;
}

.p-shoplist-card__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-shoplist-card__tags {
	gap: 8px 6px;
	gap: 0.5rem 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-shoplist-card__tag {
	background: #e1edf9;
	border-radius: 0.5625rem;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 4px 11px;
	padding: 0.25rem 0.6875rem;
}

.p-shoplist-card__text {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-shoplist-card__img {
	border-radius: 0.3125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-shoplist-card__img::before {
	content: "";
	display: block;
	padding-top: 74.15%;
}

.p-shoplist-card__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-shoplist-card__slider {
	margin-top: 19px;
	margin-top: 1.1875rem;
	position: relative;
}

.p-shoplist-card__slider .swiper-pagination {
	margin-top: 14px;
	margin-top: 0.875rem;
	position: relative;
}

.p-shoplist-card__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-shoplist-card__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	bottom: 0;
	margin: 0 7px;
	margin: 0 0.4375rem;
}

.p-shoplist-card__slider .swiper-pagination-bullet {
	background-color: #ccc;
	height: 9px;
	height: 0.5625rem;
	opacity: 1;
	width: 9px;
	width: 0.5625rem;
}

.p-shoplist-card__slider .swiper-pagination-bullet-active {
	background: #53acff;
}

.p-shoplist-menu-items {
	gap: 27px 15px;
	gap: 1.6875rem 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-shoplist-menu-items__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}

.p-shoplist-menu-items__name {
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.p-shoplist-menu-items__icon {
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	height: 1rem;
	position: relative;
	-webkit-transition: background-color 0.33s ease-in-out;
	transition: background-color 0.33s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-shoplist-menu-items__icon::after {
	translate: -50% -50%;
	background-color: #53acff;
	border: 2px solid #53acff;
	border: 0.125rem solid #53acff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	height: 1rem;
	left: 50%;
	position: absolute;
	scale: 0.375;
	top: 50%;
	-webkit-transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	transition: scale 0.3s ease-in-out, rotate 0.3s ease-in-out;
	width: 16px;
	width: 1rem;
}

.p-step {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fffbde));
	background-image: linear-gradient(to top, #fff, #fffbde);
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
}

.p-step__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 0.5796875;
}

.p-step__img {
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	max-width: 177px;
	max-width: 11.0625rem;
	width: 100%;
}

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

.p-step__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	position: relative;
}

.p-step__item:not(:last-child):before {
	background: #000;
	bottom: 4px;
	bottom: 0.25rem;
	content: "";
	height: calc(100% - 2.375rem);
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	width: 1px;
}

.p-step__num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 29px;
	height: 1.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 11px;
	margin-right: 0.6875rem;
	width: 29px;
	width: 1.8125rem;
}

.p-step__main {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-step__main a {
	text-underline-offset: 7px;
	text-underline-offset: 0.4375rem;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-step__text {
	color: #777777;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.p-sub-company {
	position: relative;
}

.p-sub-company__bg {
	z-index: -1;
}

.p-sub-company__inner.l-inner {
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

.p-sub-company__content {
	position: relative;
}

.p-sub-company__img {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-sub-company__info {
	margin-top: 39px;
	margin-top: 2.4375rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-sub-company__outline {
	margin-top: 58px;
	margin-top: 3.625rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.p-sub-company__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	padding-left: 11px;
	padding-left: 0.6875rem;
}

.p-sub-company__en-title {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.p-sub-company__ja-title {
	color: #999999;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 12px;
	margin-left: 0.75rem;
}

.p-sub-form {
	position: relative;
}

.p-sub-form__bg {
	z-index: -1;
}

.p-sub-form__content {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-sub-form__text {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	padding-left: 13px;
	padding-left: 0.8125rem;
	padding-right: 13px;
	padding-right: 0.8125rem;
}

.p-sub-form__text.p-sub-form__text--confirm {
	text-align: center;
}

.p-sub-form__required {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	letter-spacing: 0.08em;
	margin-top: 38px;
	margin-top: 2.375rem;
	padding-top: 1px;
	padding-top: 0.0625rem;
}

.p-sub-form__required span {
	color: #ffb746;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-sub-form__form {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-sub-message-mv {
	position: relative;
}

.p-sub-message-mv__bg {
	z-index: -1;
}

.p-sub-message-mv__images {
	margin-top: 42px;
	margin-top: 2.625rem;
	width: 100%;
}

.p-sub-message-mv__images-inner {
	aspect-ratio: 0.79;
	height: auto;
	position: relative;
	width: 100%;
}

.p-sub-message-mv__image {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.p-sub-message-mv__images.aos-init .p-sub-message-mv__image {
	opacity: 1;
}

.p-sub-message-mv__image:nth-child(1) {
	left: 21%;
	top: 19%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	width: 62%;
	z-index: 2;
}

.p-sub-message-mv__image:nth-child(2) {
	left: 5%;
	top: 0%;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	width: 42%;
	z-index: 1;
}

.p-sub-message-mv__image:nth-child(3) {
	right: 2%;
	top: 5%;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
	width: 39%;
	z-index: 1;
}

.p-sub-message-mv__image:nth-child(4) {
	bottom: 2%;
	left: 2%;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	width: 51%;
	z-index: 1;
}

.p-sub-message-mv__image:nth-child(5) {
	bottom: 18%;
	right: 3%;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	width: 39%;
	z-index: 1;
}

.p-sub-message-mv__body {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-sub-message-mv__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-sub-message-mv__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-sub-message-mv__description span {
	display: inline-block;
	margin-top: 21px;
	margin-top: 1.3125rem;
	text-align: right;
	width: 100%;
}

.p-sub-message-mv__ceo {
	margin-top: 110px;
	margin-top: 6.875rem;
	position: relative;
}

.p-sub-news {
	position: relative;
}

.p-sub-news__bg {
	z-index: -1;
}

.p-sub-news__single {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-sub-news__content {
	margin-top: 32px;
	margin-top: 2rem;
	padding-left: 12px;
	padding-left: 0.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.p-sub-news__pagination {
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
	margin-top: 63px;
	margin-top: 3.9375rem;
}

.p-sub-people-card__image {
	border-radius: 0.3125rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.p-sub-people-card__image::before {
	background-color: #67e9ae;
	border-radius: 50%;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	display: inline-block;
	height: 18px;
	height: 1.125rem;
	height: 18px;
	height: 1.125rem;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 18px;
	width: 1.125rem;
	width: 18px;
	width: 1.125rem;
}

.p-sub-people-card__image::after {
	background-color: #fff;
	border-radius: 50%;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	display: inline-block;
	height: 18px;
	height: 1.125rem;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 18px;
	width: 1.125rem;
}

.p-sub-people-card__image svg,
.p-sub-people-card__image img {
	aspect-ratio: 310/410;
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.p-sub-people-card__body {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-sub-people-card__name {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.1875;
}

.p-people-card__tags {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-top: 7px;
	margin-top: 0.4375rem;
	word-break: break-all;
}

.p-people-card__tag {
	display: inline;
}

.p-people-card__tag:nth-last-child(n+2)::after {
	content: " / ";
}

.p-sub-people-card__image:hover::before {
	background-color: #fff;
	z-index: 1;
}

.p-sub-people-card__image:hover::after {
	background-color: transparent;
	border-radius: 0;
	border-radius: initial;
	border-right: 4px solid #67e9ae;
	border-right: 0.25rem solid #67e9ae;
	border-top: 4px solid #67e9ae;
	border-top: 0.25rem solid #67e9ae;
	-webkit-transform: scale(0.3) rotate(45deg) translate(-15%, 15%);
	transform: scale(0.3) rotate(45deg) translate(-15%, 15%);
	z-index: 2;
}

.p-sub-people-card__image:hover svg,
.p-sub-people-card__image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-sub-people-cards {
	gap: 32px 15px;
	gap: 2rem 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-sub-people-cards__modal-trigger {
	cursor: pointer;
}

/* モーダル設置元 */

.p-sub-people-cards__modal {
	bottom: 0;
	display: none;
	left: 0;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.p-sub-people-mv {
	position: relative;
}

.p-sub-people-mv__bg {
	z-index: -1;
}

.p-sub-people-mv__content {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-sub-people-mv__images {
	padding: 0 21px 0 36px;
	padding: 0 1.3125rem 0 2.25rem;
	width: 100%;
}

.p-sub-people-mv__images-inner {
	aspect-ratio: 535/585;
	height: auto;
	position: relative;
	width: 100%;
}

.p-sub-people-mv__image {
	position: absolute;
}

.p-sub-people-mv__image:nth-child(1) {
	left: 35%;
	top: 0;
	width: 24%;
}

.p-sub-people-mv__image:nth-child(2) {
	bottom: 0;
	right: 9%;
	width: 36%;
}

.p-sub-people-mv__image:nth-child(3) {
	bottom: 10px;
	bottom: 0.625rem;
	left: 0%;
	width: 43.738317757%;
	width: 48%;
}

.p-sub-people-mv__image:nth-child(4) {
	right: 0%;
	top: 0;
	width: 21.8691588785%;
	width: 21%;
}

.p-sub-people-mv__image:nth-child(5) {
	left: -15%;
	top: 13px;
	top: 0.8125rem;
	width: 34%;
}

.p-sub-people-mv__image:nth-child(6) {
	left: 1%;
	top: 30px;
	top: 1.875rem;
	width: 24%;
}

.p-sub-people-mv__body {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-sub-people-mv__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.p-sub-people-mv__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-sub-people-mv__flowing.c-flowing {
	margin-top: -10px;
	margin-top: -0.625rem;
}

.p-sub-people__category-items {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-sub-people__content {
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f4fdf9)) no-repeat top/100% 62.5rem;
	background: linear-gradient(to top, #fff, #f4fdf9) no-repeat top/100% 62.5rem;
	border-radius: 2.5rem 2.5rem 0 0;
	margin-top: -36px;
	margin-top: -2.25rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.p-sub-privacypolicy {
	position: relative;
}

.p-sub-privacypolicy__bg {
	z-index: -1;
}

.p-sub-privacypolicy__heading.c-section-heading {
	font-size: 32px;
	font-size: 2rem;
}

.p-sub-privacypolicy__content {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.p-sub-privacypolicy__wrapper {
	border-top: 1px solid #ccc;
	list-style-type: decimal;
	margin-top: 35px;
	margin-top: 2.1875rem;
	padding-top: 7px;
	padding-top: 0.4375rem;
}

.p-sub-privacypolicy__main {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-sub-privacypolicy__text {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-sub-privacypolicy__title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-left: 27px;
	margin-left: 1.6875rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-sub-privacypolicy__title::marker {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
}

.p-sub-privacypolicy__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-sub-privacypolicy__description a {
	text-underline-offset: 3px;
	text-underline-offset: 0.1875rem;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-sub-recruit-mv {
	position: relative;
}

.p-sub-recruit-mv__bg {
	z-index: -1;
}

.p-sub-recruit-mv__images {
	margin-left: auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 460px;
	max-width: 28.75rem;
	padding: 0 41px;
	padding: 0 2.5625rem;
	width: 100%;
}

.p-sub-recruit-mv__images-inner {
	aspect-ratio: 0.75;
	height: auto;
	position: relative;
	width: 100%;
}

.p-sub-recruit-mv__image {
	position: absolute;
}

.p-sub-recruit-mv__image:nth-child(1) {
	left: 0;
	top: 0;
	width: 100%;
}

.p-sub-recruit-mv__image:nth-child(2) {
	left: 65%;
	top: 48%;
	width: 27.5686673449%;
}

.p-sub-recruit-mv__image:nth-child(3) {
	left: 44%;
	top: 0%;
	width: 27.7721261445%;
}

.p-sub-recruit-mv__image:nth-child(4) {
	left: 9%;
	top: 38%;
	width: 41.7090539166%;
}

.p-sub-recruit-mv__image:nth-child(5) {
	left: -18%;
	top: 28%;
	width: 34%;
}

.p-sub-recruit-mv__image:nth-child(6) {
	left: -19%;
	top: 18%;
	width: 46%;
}

.p-sub-recruit-mv__body {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-sub-recruit-mv__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-sub-recruit-mv__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-sub-recruit-mv__flowing .c-flowing__text {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-sub-recruit__category-items {
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.p-sub-recruit__heading {
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 18px;
	margin-top: 1.125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-sub-recruit__card:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

.p-sub-service-mv {
	position: relative;
}

.p-sub-service-mv__bg {
	z-index: -1;
}

.p-sub-service-mv__images {
	margin-top: 18px;
	margin-top: 1.125rem;
	width: 100%;
}

.p-sub-service-mv__images-inner {
	aspect-ratio: 1;
	height: auto;
	position: relative;
	width: 100%;
}

.p-sub-service-mv__heading.c-section-heading {
	letter-spacing: 0.14em;
}

.p-sub-service-mv__image {
	position: absolute;
}

.p-sub-service-mv__image:nth-child(1) {
	left: -3%;
	top: 24%;
	width: 100%;
	z-index: 1;
}

.p-sub-service-mv__image:nth-child(2) {
	right: -2%;
	top: 10%;
	width: 23%;
}

.p-sub-service-mv__image:nth-child(3) {
	left: 0%;
	top: 6%;
	width: 55%;
}

.p-sub-service-mv__body {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-sub-service-mv__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-sub-service-mv__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-sub-service-mv__flowing .c-flowing__text {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-sub-service__category-items {
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.p-sub-service__content {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff5fa));
	background-image: linear-gradient(to top, #fff, #fff5fa);
	border-radius: 2.5rem 2.5rem 0 0;
	margin-top: -35px;
	margin-top: -2.1875rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
	position: relative;
}

.p-sub-service__heading {
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 18px;
	margin-top: 1.125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-sub-service__card:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

.p-top-shoplist__swiper-slide {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

/* スライドの動き等速 */

.p-top-shoplist__slider .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

/* 画像のサイズ調整 */

.p-top-shoplist__slider .swiper-slide {
	height: auto;
}

.p-top-shoplist__slider .swiper-slide img {
	height: 100%;
	width: auto;
}

.p-sub-shoplist-mv {
	position: relative;
}

.p-sub-shoplist-mv__bg {
	z-index: -1;
}

.p-sub-shoplist-mv__images {
	margin-top: 18px;
	margin-top: 1.125rem;
	width: 100%;
}

.p-sub-shoplist-mv__images-inner {
	aspect-ratio: 1;
	height: auto;
	position: relative;
	width: 100%;
}

.p-sub-shoplist-mv__image {
	position: absolute;
}

.p-sub-shoplist-mv__image:nth-child(1) {
	left: 25%;
	top: 76%;
	width: 10.8389012621%;
	z-index: 1;
}

.p-sub-shoplist-mv__image:nth-child(2) {
	left: 41%;
	top: 85%;
	width: 12.3236822569%;
	z-index: 1;
}

.p-sub-shoplist-mv__image:nth-child(3) {
	left: 68%;
	top: 76%;
	width: 8.7602078693%;
	z-index: 1;
}

.p-sub-shoplist-mv__image:nth-child(4) {
	left: 0;
	top: 0;
	width: 100%;
}

.p-sub-shoplist-mv__image:nth-child(5) {
	left: 2%;
	top: 5%;
	width: 79%;
	z-index: 1;
}

.p-sub-shoplist-mv__image:nth-child(6) {
	display: none;
}

.p-sub-shoplist-mv__body {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-sub-shoplist-mv__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-sub-shoplist-mv__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-sub-shoplist-mv__flowing .c-flowing__text {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-sub-shoplist__category-items {
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.p-sub-shoplist__content {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f6fcff));
	background-image: linear-gradient(to top, #fff, #f6fcff);
	border-radius: 2.5rem 2.5rem 0 0;
	margin-top: -35px;
	margin-top: -2.1875rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.p-sub-shoplist__heading {
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 18px;
	margin-top: 1.125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-sub-shoplist__card:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

.p-top-shoplist__swiper-slide {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

/* スライドの動き等速 */

.p-top-shoplist__slider .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

/* 画像のサイズ調整 */

.p-top-shoplist__slider .swiper-slide {
	height: auto;
}

.p-top-shoplist__slider .swiper-slide img {
	height: 100%;
	width: auto;
}

.p-thanks__main {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 58px;
	margin-top: 3.625rem;
	text-align: center;
}

.p-thanks__text {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 34px;
	margin-top: 2.125rem;
	text-align: center;
}

.p-thanks__btn {
	margin-top: 56px;
	margin-top: 3.5rem;
	text-align: center;
}

.p-top-message {
	position: relative;
	text-align: center;
}

.p-top-message__bg.c-gradient-bg {
	top: 20px;
	top: 1.25rem;
	z-index: -1;
}

.p-top-message__inner.l-inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	position: relative;
}

.p-top-message__image {
	position: absolute;
}

.p-top-message__image:nth-child(1) {
	left: 4px;
	left: 0.25rem;
	top: -20px;
	top: -1.25rem;
	width: 16.6666666667%;
}

.p-top-message__image:nth-child(2) {
	bottom: 0;
	right: 8px;
	right: 0.5rem;
	width: 28.8%;
}

.p-top-message__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4583333333;
}

.p-top-message__description {
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-top-message__button {
	margin-top: 50px;
	margin-top: 3.125rem;
}

/* 「トップ』MVのサイズ指定
$top-mv-inner-pc: 1268;

1. 画面幅が767px未満
・メディアクエリーなし
・単位はrem
・750デザインカンプの数値の半分を指定

2. 画面幅が768px以上のとき
・メディアクエリー ▶︎ @include mq(md) {}
・単位はvw($top-mv-inner-pc + $padding-pc * 2, **)
・1440デザインカンプのサイズを指定

3. 画面幅がMVのコンテンツ幅＋padding 以上のとき
・メディアクエリー ▶︎ @include mq(lg2) {}
・単位はremを使い、$top-mv-inner-pcデザインカンプのサイズを指定
*/

.p-top-mv {
	overflow: hidden;
	padding-top: 26.1333333333vw;
}

.p-top-mv__inner.l-inner {
	max-width: none;
	max-width: initial;
	padding: 0;
	position: relative;
}

.p-top-mv__copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 80vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.p-top-mv__copy-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	display: inline-block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 15.7333333333vw;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.p-top-mv__copy-text--top {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff));
	background-image: linear-gradient(to right, #ffb746, #ffb746 50%, #fff 50%);
}

.p-top-mv__copy-text--bottom {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(10.6666666667vw, #ffb746), color-stop(10.6666666667vw, #ffcf29), color-stop(53.3333333333vw, #ffcf29), color-stop(53.3333333333vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 10.6666666667vw, #ffcf29 10.6666666667vw, #ffcf29 53.3333333333vw, #ffb746 53.3333333333vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: auto;
	overflow: hidden;
}

.p-top-mv__image {
	bottom: 12.8vw;
	position: absolute;
}

.p-top-mv__image:nth-child(1) {
	left: 1.0666666667%;
	width: 14.1333333333%;
}

.p-top-mv__image:nth-child(2) {
	bottom: 15.4666666667vw;
	left: 29.8666666667%;
	width: 19.2%;
}

.p-top-mv__image:nth-child(3) {
	left: 16.1333333333%;
	width: 20%;
}

.p-top-mv__image:nth-child(4) {
	left: 46.2666666667%;
	width: 18.1333333333%;
}

.p-top-mv__image:nth-child(5) {
	bottom: 14.3617021277vw;
	left: 66.9333333333%;
	width: 17.4666666667%;
}

.p-top-mv__image:nth-child(6) {
	left: 61.0666666667%;
	width: 15.6%;
}

.p-top-mv__image:nth-child(7) {
	left: 78.4%;
	width: 26.9333333333%;
}

.p-top-mv__japanese-copy {
	display: none;
}

.p-top-mv__image--hover {
	padding-top: 8vw;
}

.p-top-mv__image-link {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: auto;
}

.p-top-mv__image-link::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 1.3333333333vw;
	position: absolute;
	width: 1.3333333333vw;
}

.p-top-mv__image-link::after {
	background-color: #000;
	content: "";
	position: absolute;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	width: 0.5333333333vw;
}

.p-top-mv__image-link--left {
	left: 1.6vw;
	top: -11.7333333333vw;
}

.p-top-mv__image-link--left::after,
.p-top-mv__image-link--left::before {
	left: 6.9333333333vw;
	top: 19.2vw;
}

.p-top-mv__image-link--left::after {
	height: 7.2vw;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.p-top-mv__image-link--center {
	left: -22.9333333333vw;
	top: -7.2vw;
}

.p-top-mv__image-link--center::after,
.p-top-mv__image-link--center::before {
	left: 26.4vw;
	top: 19.2vw;
}

.p-top-mv__image-link--center::after {
	height: 7.2vw;
	top: 19.7333333333vw;
	-webkit-transform: rotate(154deg);
	transform: rotate(154deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.p-top-mv__image-link--right {
	left: -23.4666666667vw;
	top: -11.7333333333vw;
}

.p-top-mv__image-link--right::after,
.p-top-mv__image-link--right::before {
	left: 27.2vw;
	top: 19.2vw;
}

.p-top-mv__image-link--right::after {
	height: 7.2vw;
	top: 19.7333333333vw;
	-webkit-transform: rotate(154deg);
	transform: rotate(154deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.p-top-mv__image--hover:hover {
	opacity: 1;
}

.p-top-mv__image--hover:hover .p-top-mv__image-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	opacity: 1;
}

.p-top-news {
	position: relative;
}

.p-top-news__inner.l-inner {
	padding: 63px 25px 75px;
	padding: 3.9375rem 1.5625rem 4.6875rem;
	position: relative;
}

.p-top-news__images {
	position: relative;
}

.p-top-news__image {
	left: 0;
	position: absolute;
	top: -90px;
	top: -5.625rem;
	width: 36.9230769231%;
}

.p-top-news__heading.c-section-heading {
	font-size: 32px;
	font-size: 2rem;
}

.p-top-news__content {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-top-news__items {
	margin-right: calc(50% - 50vw);
}

.p-top-news__button {
	margin-top: 46px;
	margin-top: 2.875rem;
	text-align: center;
}

.p-top-people-head {
	position: relative;
}

.p-top-people-head__content {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-top-people-head__images {
	padding-right: 24px;
	padding-right: 1.5rem;
	width: 100%;
}

.p-top-people-head__images-inner {
	aspect-ratio: 602/559;
	height: auto;
	position: relative;
	width: 100%;
}

.p-top-people-head__image {
	position: absolute;
}

.p-top-people-head__image:nth-child(1) {
	left: 0;
	top: -34px;
	top: -2.125rem;
	width: 53.1561461794%;
}

.p-top-people-head__image:nth-child(2) {
	width: 100%;
}

.p-top-people-head__image:nth-child(3) {
	bottom: -8px;
	bottom: -0.5rem;
	bottom: 0;
	left: 20%;
	width: 37.707641196%;
	width: 38%;
}

.p-top-people-head__image:nth-child(3) img {
	aspect-ratio: 220/516;
	-o-object-fit: cover;
	-o-object-position: top;
	height: auto;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.p-top-people-head__image:nth-child(4) {
	bottom: 0;
	right: 14%;
	width: 24%;
}

.p-top-people-head__body {
	margin-top: 26px;
	margin-top: 1.625rem;
	text-align: center;
}

.p-top-people-head__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: 0.08em;
}

.p-top-people-head__description {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-people-head__flowing.c-flowing {
	margin-top: -10px;
	margin-top: -0.625rem;
}

.p-top-people {
	position: relative;
}

.p-top-people__content {
	background-color: #f0fff4;
	margin-top: -36px;
	margin-top: -2.25rem;
	padding: 112px 0 200px;
	padding: 7rem 0 12.5rem;
	position: relative;
}

.p-top-people__inner.l-inner {
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-top-people__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.p-top-people__item {
	overflow: hidden;
	position: relative;
	width: 50%;
	z-index: 1;
}

.p-top-people__item:nth-child(odd) {
	border-bottom-left-radius: 40px;
	border-bottom-left-radius: 2.5rem;
	border-top-left-radius: 40px;
	border-top-left-radius: 2.5rem;
	-webkit-transform: translateY(-5.5rem);
	transform: translateY(-5.5rem);
}

.p-top-people__item:nth-child(even) {
	border-bottom-right-radius: 40px;
	border-bottom-right-radius: 2.5rem;
	border-top-right-radius: 40px;
	border-top-right-radius: 2.5rem;
}

.p-top-people__item:nth-child(-n+2) {
	border-top-left-radius: 40px;
	border-top-left-radius: 2.5rem;
	border-top-right-radius: 40px;
	border-top-right-radius: 2.5rem;
}

.p-top-people__item:nth-last-child(-n+2) {
	border-bottom-left-radius: 40px;
	border-bottom-left-radius: 2.5rem;
	border-bottom-right-radius: 40px;
	border-bottom-right-radius: 2.5rem;
}

.p-top-people__item-name {
	bottom: 12px;
	bottom: 0.75rem;
	color: #fff;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	left: 20px;
	left: 1.25rem;
	letter-spacing: 0.1em;
	position: absolute;
	text-transform: uppercase;
	z-index: 11;
}

.p-top-people__item-link {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.p-top-people__card-image {
	width: 100%;
}

.p-top-people__card-image svg,
.p-top-people__card-image img {
	aspect-ratio: 355/426;
	-o-object-fit: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.p-top-people__item-link:hover {
	opacity: 1;
}

.p-top-people__item-link:hover svg,
.p-top-people__item-link:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top-people__button {
	margin-top: -40px;
	margin-top: -2.5rem;
	text-align: center;
}

.p-top-picture {
	background-color: #fffff9;
	padding: 42px 0 128px;
	padding: 2.625rem 0 8rem;
}

.p-top-picture__inner.l-inner {
	padding: 0 10px;
	padding: 0 0.625rem;
	padding-bottom: 117px;
	padding-bottom: 7.3125rem;
	position: relative;
}

.p-top-picture__heading-wrapper {
	text-align: center;
}

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

.p-top-picture__heading-text {
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0px 6px 3px;
	padding: 0rem 0.375rem 0.1875rem;
	position: relative;
	z-index: 1;
}

.p-top-picture__heading::before {
	background: url(../images/top/top-picture_heading_decoration.png) no-repeat center/contain;
	content: "";
	height: 29px;
	height: 1.8125rem;
	left: 50%;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 34px;
	width: 2.125rem;
}

.p-top-picture__heading::after {
	background: url(../images/top/top-picture_heading_shadow.png) no-repeat center/contain;
	content: "";
	height: 35px;
	height: 2.1875rem;
	left: 5px;
	left: 0.3125rem;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	width: 124px;
	width: 7.75rem;
}

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

.p-top-picture__image {
	background-color: #fff;
	border: 1px solid #000;
	padding: 8px;
	padding: 0.5rem;
	position: relative;
	z-index: 1;
}

.p-top-picture__image::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-top-picture__image::after {
	background: url(../images/top/top-picture_image_shadow.png) no-repeat center/cover;
	content: "";
	display: block;
	height: 100%;
	left: 5px;
	left: 0.3125rem;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	width: 100%;
	z-index: 1;
}

.p-top-picture__decoration {
	background: url(../images/top/top-picture_text_todays_photo.png) no-repeat center/contain;
	content: "";
	height: 42px;
	height: 2.625rem;
	left: 5px;
	left: 0.3125rem;
	position: absolute;
	top: -48px;
	top: -3rem;
	width: 68px;
	width: 4.25rem;
}

.p-top-picture__image img {
	aspect-ratio: 686/470;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 3;
}

.p-top-picture__image img.aos-animate {
	-webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
	animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-top-picture__time {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	width: 3.75rem;
	z-index: 4;
}

.p-top-picture__date {
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-top-picture__day {
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 8px;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 0.15em;
	text-transform: uppercase;
}

.p-top-picture__info-items {
	margin: 10px 4px 0 auto;
	margin: 0.625rem 0.25rem 0 auto;
}

.p-top-picture__info-label {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 7px;
	font-size: 0.4375rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0 3px 0 0;
	padding: 0 0.1875rem 0 0;
	text-align: right;
	text-transform: uppercase;
}

.p-top-picture__info-data {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 8px;
	font-size: 0.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0 0 0 3px;
	padding: 0 0 0 0.1875rem;
	text-transform: uppercase;
}

.p-top-picture__illust-item {
	position: absolute;
	z-index: 1;
}

.p-top-picture__illust-item:nth-child(1) {
	bottom: 0;
	display: none;
	left: 0;
	width: 58px;
	width: 3.625rem;
}

.p-top-picture__illust-item:nth-child(2) {
	bottom: 26px;
	bottom: 1.625rem;
	left: 78px;
	left: 4.875rem;
	width: 58px;
	width: 3.625rem;
}

.p-top-picture__illust-item:nth-child(3) {
	bottom: 0;
	right: 15px;
	right: 0.9375rem;
	width: 98px;
	width: 6.125rem;
}

.p-top-picture__illust-item:nth-child(4) {
	bottom: 0;
	left: 6px;
	left: 0.375rem;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 117px;
	width: 7.3125rem;
}

.p-top-recruit {
	color: #fff;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.p-top-recruit__inner.l-inner {
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-top-recruit__link {
	border-radius: 2.5rem;
	display: block;
	overflow: hidden;
	padding: 64px 0 36px;
	padding: 4rem 0 2.25rem;
	position: relative;
	z-index: 1;
}

.p-top-recruit__bg {
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 50%;
	z-index: -1;
}

.p-top-recruit__bg--left {
	background: url(../images/top/top-recruit_bg01.jpg) no-repeat center/cover;
	left: 0;
}

.p-top-recruit__bg--right {
	background: url(../images/top/top-recruit_bg02.jpg) no-repeat center/cover;
	right: 0;
}

.p-top-recruit__heading {
	display: inline-block;
	width: 66.1971830986%;
}

.p-top-recruit__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-recruit__button-area {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-top-recruit__images {
	position: relative;
	z-index: 1;
}

.p-top-recruit__image {
	pointer-events: none;
	position: absolute;
}

.p-top-recruit__image:nth-child(1) {
	bottom: -40px;
	bottom: -2.5rem;
	left: 10px;
	left: 0.625rem;
	max-width: 78px;
	max-width: 4.875rem;
	width: 21.9718309859%;
}

.p-top-recruit__image:nth-child(2) {
	bottom: -60px;
	bottom: -3.75rem;
	max-width: 61px;
	max-width: 3.8125rem;
	right: 9px;
	right: 0.5625rem;
	width: 17.1830985915%;
}

.p-top-recruit__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50vh;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	overflow: hidden;
	padding-right: 30px;
	padding-right: 1.875rem;
	position: relative;
	text-transform: uppercase;
	width: 250px;
	width: 15.625rem;
}

.p-top-recruit__button-text {
	position: relative;
}

.p-top-recruit__button-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 64px;
	right: 4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
}

.p-top-recruit__button-icon::after {
	background-color: #f7b040;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 5px;
	width: 0.3125rem;
}

.p-top-recruit__button-arrow {
	-webkit-animation: btnHoverOut 0.3s ease-in-out forwards;
	animation: btnHoverOut 0.3s ease-in-out forwards;
	background-color: #fff;
	display: block;
	height: 2px;
	height: 0.125rem;
	opacity: 0;
	position: relative;
	-webkit-transform: translateX(-2.5rem);
	transform: translateX(-2.5rem);
	width: 8px;
	width: 0.5rem;
	z-index: 1;
}

.p-top-recruit__button-arrow::after {
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	border-top: 2px solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.p-top-recruit__link:hover {
	opacity: 1;
}

.p-top-recruit__link:hover .p-top-recruit__bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top-recruit__link:hover .p-top-recruit__button-icon::after {
	height: 101%;
	width: 101%;
}

.p-top-recruit__link:hover .p-top-recruit__button-arrow {
	-webkit-animation: btnHover 0.3s ease-in-out forwards;
	animation: btnHover 0.3s ease-in-out forwards;
}

.p-top-service-head {
	position: relative;
}

.p-top-service__heading.c-section-heading {
	white-space: nowrap;
}

.p-top-service-head__content {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-top-service-head__images {
	padding: 0 24px 0 8px;
	padding: 0 1.5rem 0 0.5rem;
	width: 100%;
}

.p-top-service-head__images-inner {
	aspect-ratio: 587/561;
	height: auto;
	position: relative;
	width: 100%;
}

.p-top-service-head__image {
	position: absolute;
}

.p-top-service-head__image:nth-child(1) {
	width: 100%;
}

.p-top-service-head__image:nth-child(2) {
	left: 0;
	top: -30px;
	top: -1.875rem;
	width: 49.9072356215%;
}

.p-top-service-head__body {
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-top-service-head__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: 0.08em;
}

.p-top-service-head__description {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-service-head__flowing {
	margin-top: -10px;
	margin-top: -0.625rem;
}

.p-tpo-service-media-items {
	display: grid;
}

.p-tpo-service-media-items__item:nth-child(n+2) {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-tpo-service-media-items__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-service-media__image {
	margin: auto;
	position: relative;
	width: 92.3076923077%;
}

.p-top-service-media__image img:nth-child(1) {
	width: 100%;
}

.p-top-service-media__image img:nth-child(2) {
	position: absolute;
}

.p-top-service-media__image0 img:nth-child(2) {
	bottom: -25px;
	bottom: -1.5625rem;
	left: -16px;
	left: -1rem;
	width: 39.1666666667%;
}

.p-top-service-media__image1 img:nth-child(2) {
	bottom: -38px;
	bottom: -2.375rem;
	right: -12px;
	right: -0.75rem;
	width: 28.3333333333%;
}

.p-top-service-media__image2 img:nth-child(2) {
	bottom: -20px;
	bottom: -1.25rem;
	left: -12px;
	left: -0.75rem;
	width: 32.3333333333%;
}

.p-top-service-media__image3 img:nth-child(2) {
	bottom: -48px;
	bottom: -3rem;
	right: -34px;
	right: -2.125rem;
	width: 51.1666666667%;
}

.p-top-service-media__body {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-top-service-media__heading {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-service-media__heading-no {
	color: #000;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "nimbus-sans-extended", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	padding-top: 4px;
	padding-top: 0.25rem;
}

.p-top-service-media__heading-no::after {
	background-color: #000;
	bottom: -6px;
	bottom: -0.375rem;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 2px;
	left: 0.125rem;
	position: absolute;
	width: 23px;
	width: 1.4375rem;
}

.p-top-service-media__heading-text {
	color: #f687b1;
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 18px;
	margin-left: 1.125rem;
}

.p-top-service-media:nth-child(3) {
	font-size: 42px;
	font-size: 2.625rem;
}

.p-top-service-media__description {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-top-service {
	position: relative;
}

.p-top-service__bg.c-gradient-bg {
	z-index: auto;
	z-index: initial;
}

.p-top-service__body {
	background-color: #ffedf3;
	margin-top: -36px;
	margin-top: -2.25rem;
	padding: 50px 0 188px;
	padding: 3.125rem 0 11.75rem;
	position: relative;
}

.p-top-service__button {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-top-shop-items__inner.l-inner {
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-top-shop-items__wrapper {
	background-color: #fff;
	border-radius: 2.5rem;
	-webkit-box-shadow: 0 0 0.8125rem rgba(223, 241, 250, .5);
	box-shadow: 0 0 0.8125rem rgba(223, 241, 250, .5);
	padding: 25px 35px 40px;
	padding: 1.5625rem 2.1875rem 2.5rem;
}

.p-top-shops-items__head {
	padding: 0 16px;
	padding: 0 1rem;
}

.p-top-shops--items__shops-count:nth-child(n+2) {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-shops--items__shops-count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-top-shops--items__shops-count::before {
	background: no-repeat center/contain;
	content: "";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 20px;
	height: 1.25rem;
	margin: 10px 7px 0 0;
	margin: 0.625rem 0.4375rem 0 0;
	width: 20px;
	width: 1.25rem;
}

.p-top-shops--items__shops-count--shop::before {
	background-image: url(../images/common/icon_shop.svg);
}

.p-top-shops--items__shops-count--prefecture::before {
	background-image: url(../images/common/icon_japan.svg);
}

.p-top-shops--items__shops-count-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-top-shops--items__shops-count-no {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	width: 30%;
}

.p-top-shops--items__shops-count-label {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: -6px;
	margin-left: -0.375rem;
	text-transform: uppercase;
}

.p-top-shop-items__list {
	border-top: 1px solid #000;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 21px 0 0 4px;
	padding: 1.3125rem 0 0 0.25rem;
}

.p-top-shop-items__item:nth-child(n+2) {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.p-top-shop-items__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.p-top-shop-items__item-no {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	padding-top: 1px;
	padding-top: 0.0625rem;
}

.p-top-shops-items__item-name {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-left: 0.625rem;
	text-transform: uppercase;
}

.p-top-shop-items__item--coming-soon .p-top-shops-items__item-name::after {
	color: #53acff;
	content: "coming soon!";
	display: block;
	font-size: 9px;
	font-size: 0.5625rem;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-top-shop-items__map-area {
	margin: 0 -30px;
	margin: 0 -1.875rem;
	position: relative;
}

.p-top-shop-items__spot {
	-webkit-animation: spot-animation 0.5s ease-in-out forwards;
	animation: spot-animation 0.5s ease-in-out forwards;
	background: url(../images/common/icon_spot.png) no-repeat center/cover;
	display: none;
	height: 19px;
	height: 1.1875rem;
	position: absolute;
	width: 14px;
	width: 0.875rem;
}

.p-top-shoplist-head {
	position: relative;
}

.p-top-shoplist-head__inner.l-inner {
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-top-shoplist-head__content {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-top-shoplist-head__images {
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
	width: 100%;
}

.p-top-shoplist-head__images-inner {
	aspect-ratio: 761/491;
	height: auto;
	position: relative;
	width: 100%;
}

.p-top-shoplist-head__image {
	position: absolute;
}

.p-top-shoplist-head__image:nth-child(1) {
	width: 100%;
}

.p-top-shoplist-head__image:nth-child(2) {
	left: 0;
	top: -46px;
	top: -2.875rem;
	width: 35.3482260184%;
}

.p-top-shoplist-head__body {
	margin-top: 56px;
	margin-top: 3.5rem;
	text-align: center;
}

.p-top-shoplist-head__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: 0.08em;
}

.p-top-shoplist-head__description {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-shoplist-head__flowing.c-flowing {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-shoplist {
	position: relative;
}

.p-top-shoplist__body {
	background-color: #f0faff;
	margin-top: -36px;
	margin-top: -2.25rem;
	padding: 28px 0 302px;
	padding: 1.75rem 0 18.875rem;
	position: relative;
}

.p-top-shoplist__carousel {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-shoplist__button {
	margin-top: -36px;
	margin-top: -2.25rem;
	text-align: center;
}

.l-footer {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.l-header {
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 590px;
	max-width: 36.875rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
	width: 100%;
}

.l-sub-main {
	margin-top: 84px;
	margin-top: 5.25rem;
}

.l-top-main {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.l-top-news {
	margin-top: -120px;
	margin-top: -7.5rem;
}

.l-top-people {
	margin-top: -214px;
	margin-top: -13.375rem;
}

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

.l-top-shoplist {
	margin-top: -100px;
	margin-top: -6.25rem;
}

.u-animeFade.aos-animate {
	-webkit-animation: fade 0.5s ease-in-out forwards;
	animation: fade 0.5s ease-in-out forwards;
}

.u-animeFuwafuwa[data-aos] {
	opacity: 0;
}

.u-animeFuwafuwa.aos-animate {
	-webkit-animation: fadeup 0.4s both;
	animation: fadeup 0.4s both;
}

.u-animeFuwafuwa.aos-animate img {
	-webkit-animation: fuwafuwa 5s 0.4s infinite;
	animation: fuwafuwa 5s 0.4s infinite;
}

.u-animeFuwafuwa.aos-animate.u-animeFuwafuwa--delay1 {
	-webkit-animation: fadeup 0.4s both;
	animation: fadeup 0.4s both;
}

.u-animeFuwafuwa.aos-animate.u-animeFuwafuwa--delay1 img {
	-webkit-animation: fuwafuwa 5s 1.2s infinite;
	animation: fuwafuwa 5s 1.2s infinite;
}

/* ジャンプ1回のみ（AOS.jsで表示後） */

.u-animeJump[data-aos] {
	opacity: 0;
}

.u-animeJump.aos-animate {
	-webkit-animation: jump 2s 1s ease-in-out both;
	animation: jump 2s 1s ease-in-out both;
}

.u-animeJump--delay1.aos-animate {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.u-animeJump--delay2.aos-animate {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

/* 4秒に1回ジャンプのループ */

.u-animeJump4 {
	-webkit-animation: jump4 7s ease-in-out infinite;
	animation: jump4 7s ease-in-out infinite;
}

.u-animeJump4--delay1 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.u-animeJump4--delay2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.u-animeSwing {
	-webkit-animation: swing 3s ease-in-out infinite;
	animation: swing 3s ease-in-out infinite;
}

.u-animeSwing2 {
	-webkit-animation: swing2 3s ease-in-out infinite;
	animation: swing2 3s ease-in-out infinite;
}

.u-desktop {
	display: none;
}

img.u-no-image {
	-o-object-fit: contain;
	background-color: #ECECEC;
	object-fit: contain;
	padding: 16px;
	padding: 1rem;
	padding: 29px;
	padding: 1.8125rem;
}

svg.u-no-image {
	-o-object-fit: contain;
	background-color: #ECECEC;
	display: block;
	object-fit: contain;
	padding: 16px;
	padding: 1rem;
	padding: 29px;
	padding: 1.8125rem;
}

svg.u-no-image path {
	fill: rgba(0, 0, 0, .7);
}

.u-overflow-hidden {
	overflow: hidden;
}

.u-text-block {
	display: inline-block;
}

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

html {
	scroll-padding-top: 5rem;
}

html {
	font-size: 1.3675213675vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-button {
	font-size: 1.0625rem;
	height: 6.875rem;
	width: 25.625rem;
}

.c-button__icon {
	height: 2.75rem;
	right: 2.1875rem;
	width: 2.75rem;
}

.c-button__icon::after {
	height: 0.5rem;
	width: 0.5rem;
}

.c-button__arrow {
	height: 0.25rem;
	width: 1rem;
}

.c-button__arrow::after {
	border-width: 0.1875rem;
	height: 0.625rem;
	width: 0.625rem;
}

.c-checkbox .wpcf7-list-item {
	margin: 1.25rem 0 0;
}

.c-checkbox .wpcf7-list-item-label {
	font-size: 1.125rem;
}

.c-checkbox .wpcf7-list-item-label::before {
	border-radius: 0.25rem;
	height: 1.625rem;
	margin-right: 0.8125rem;
	margin-top: 0;
	width: 1.625rem;
}

.c-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	border-radius: 0.25rem;
	height: 0.875rem;
	left: 0.375rem;
	top: 0.5rem;
	width: 0.875rem;
}

.c-checkbox__text {
	margin-left: 2.3125rem;
}

.c-flowing {
	font-size: 12.5rem;
	margin-bottom: -3.75rem;
}

.c-gradient-bg {
	top: 3.875rem;
}

.c-gradient-bg.aos-animate {
	-webkit-animation: roundPC 0.5s 0.5s ease-in forwards;
	animation: roundPC 0.5s 0.5s ease-in forwards;
}

.c-mv-button__inner {
	font-size: 1.8209408194vw;
	min-height: 6.0698027314vw;
	padding: 0 4.5523520486vw 0 2.124430956vw;
}

.c-mv-button__text span {
	font-size: 1.5174506829vw;
}

.c-mv-button__icon {
	height: 2.2761760243vw;
	right: 1.6691957511vw;
	width: 2.2761760243vw;
}

.c-mv-button__icon::after {
	height: 0.6069802731vw;
	width: 0.6069802731vw;
}

.c-mv-button__arrow {
	height: 0.3034901366vw;
	width: 1.2139605463vw;
}

.c-mv-button__arrow::after {
	border-width: 0.2276176024vw;
	height: 0.7587253414vw;
	width: 0.7587253414vw;
}

.c-previous__btn {
	font-size: 1.125rem;
	height: 4.375rem;
	padding-left: 1.4375rem;
	width: 11.875rem;
}

.c-previous__icon {
	height: 1.625rem;
	left: 1.0625rem;
	width: 1.625rem;
}

.c-previous__icon::after {
	height: 0.5rem;
	width: 0.5rem;
}

.c-previous:hover .c-previous__icon {
	background-color: #bdbdbd;
}

.c-previous:hover .c-previous__icon::after {
	background-color: transparent;
	border-bottom: 0.125rem solid #f5f5f5;
	border-left: 0.125rem solid #f5f5f5;
	border-radius: 0;
	border-radius: initial;
	height: 0.375rem;
	left: 42%;
	position: absolute;
	rotate: 45deg;
	scale: 1;
	top: 50%;
	width: 0.375rem;
}

.c-radio {
	margin-top: 1.25rem;
}

.c-radio .wpcf7-list-item {
	margin-top: 0.9375rem;
}

.c-radio .wpcf7-list-item-label {
	font-size: 1.125rem;
}

.c-radio .wpcf7-list-item-label::before {
	height: 1.625rem;
	width: 1.625rem;
}

.c-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
	-webkit-box-shadow: inset 0 0 0 0.4375rem #fff;
	box-shadow: inset 0 0 0 0.4375rem #fff;
}

.c-section-heading {
	font-size: 6.25rem;
}

.c-submit__btn {
	font-size: 1.125rem;
	height: 6.875rem;
	width: 25.625rem;
}

.c-submit__wrapper {
	height: 6.875rem;
	width: 25.625rem;
}

.c-submit__icon {
	height: 2.875rem;
	right: 2rem;
	width: 2.875rem;
}

.c-submit__icon::after {
	height: 0.5rem;
	width: 0.5rem;
}

.c-submit__arrow {
	height: 0.25rem;
	width: 1rem;
}

.c-submit__arrow::after {
	border-width: 0.1875rem;
	height: 0.625rem;
	width: 0.625rem;
}

.c-submit:hover .c-submit__wrapper::before {
	opacity: 1;
}

.c-submit:hover .c-submit__icon::after {
	background: #fff;
	height: 101%;
	opacity: 0;
	width: 101%;
}

.c-submit:hover .c-submit__arrow {
	-webkit-animation: btnHover 0.3s ease-in-out forwards;
	animation: btnHover 0.3s ease-in-out forwards;
}

.p-accordion__btn {
	padding: 1.875rem 1.9375rem;
}

.p-accordion__btn::before,
.p-accordion__btn::after {
	right: 2.0625rem;
	width: 1.875rem;
}

.p-accordion__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#f7b040), color-stop(50%, #f7b040), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f7b040, #f7b040 50%, #000 50%);
	background-position: 100%;
	background-size: 200% 100%;
	font-size: 1.75rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-accordion__title::before {
	height: 0.625rem;
	margin-right: 1.1875rem;
	width: 0.625rem;
}

.p-accordion__subtitle {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#f7b040), color-stop(50%, #f7b040), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f7b040, #f7b040 50%, #000 50%);
	background-position: 100%;
	background-size: 200% 100%;
	font-size: 0.9375rem;
	margin-left: 1.875rem;
	margin-top: 0.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-accordion__btn:hover .p-accordion__title,
.p-accordion__btn:hover .p-accordion__subtitle {
	background-position: 0;
}

.p-accordion--pink .p-accordion__title {
	background-image: -webkit-gradient(linear, left top, right top, from(#f687b1), color-stop(50%, #f687b1), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f687b1, #f687b1 50%, #000 50%);
}

.p-accordion--pink .p-accordion__subtitle {
	background-image: -webkit-gradient(linear, left top, right top, from(#f687b1), color-stop(50%, #f687b1), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f687b1, #f687b1 50%, #000 50%);
}

.p-carousel__image {
	margin-left: 0.625rem;
}

.p-carousel__image--up {
	-webkit-transform: translateY(-2.5rem);
	transform: translateY(-2.5rem);
}

.p-carousel__image--down {
	-webkit-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}

.p-carousel__image img {
	height: 25rem;
}

.p-ceo {
	-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-ceo__illust {
	right: 1.75rem;
	top: -7.875rem;
	width: 6.75rem;
}

.p-ceo__img {
	width: 50%;
}

.p-ceo__content {
	margin-top: 0;
	padding-left: 5.75rem;
	width: 50%;
}

.p-ceo__role {
	font-size: 1rem;
	margin-top: -0.9375rem;
}

.p-ceo__name {
	font-size: 1.5rem;
	margin-top: 1.1875rem;
}

.p-ceo__name span {
	font-size: 1.25rem;
	margin-left: 1.5625rem;
	margin-top: 0.5625rem;
}

.p-ceo__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 2.8125rem;
}

.p-entry-btn {
	padding-bottom: 10rem;
}

.p-entry-btn__inner.l-inner {
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-entry-btn__btn {
	border-radius: 5rem;
	font-size: 2.625rem;
	padding-bottom: 6.5625rem;
	padding-top: 6.5625rem;
}

.p-entry-btn__btn::before {
	border-radius: 5rem;
}

.p-entry-btn__text {
	padding-right: 4.0625rem;
}

.p-entry-btn__icon {
	height: 2.875rem;
	left: calc(50% + 3.5625rem);
	width: 2.875rem;
}

.p-entry-btn__icon::after {
	height: 0.5rem;
	width: 0.5rem;
}

.p-entry-btn__arrow {
	height: 0.25rem;
	width: 1rem;
}

.p-entry-btn__arrow::after {
	border-width: 0.1875rem;
	height: 0.625rem;
	width: 0.625rem;
}

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

.p-entry-btn__btn:hover {
	opacity: 1;
}

.p-entry-btn__btn:hover::before {
	opacity: 1;
}

.p-entry-btn__btn:hover .p-entry-btn__icon::after {
	background: #fff;
	height: 101%;
	opacity: 0;
	width: 101%;
}

.p-entry-btn__btn:hover .p-entry-btn__arrow {
	-webkit-animation: btnHover 0.3s ease-in-out forwards;
	animation: btnHover 0.3s ease-in-out forwards;
}

.p-entry-btn__illust01 {
	bottom: -5.125rem;
	left: 9.5625rem;
	width: 10.1875rem;
}

.p-entry-btn__illust02 {
	bottom: -4.375rem;
	right: 9.5625rem;
	width: 8.5625rem;
}

.p-entry-btn__illust03 {
	right: 13.75rem;
	top: -4.875rem;
	width: 8.625rem;
}

.p-footer {
	border-radius: 5rem 5rem 0 0;
	padding: 8.125rem 0 1.875rem;
}

.p-footer__inner.l-inner {
	max-width: none;
	max-width: initial;
	padding: 0 1rem 0 2.5rem;
}

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

.p-footer__logo {
	height: 1.875rem;
	margin-top: 0.625rem;
	width: 11.625rem;
}

.p-footer__logo-link {
	background-image: -webkit-gradient(linear, left top, right top, from(#f7b040), color-stop(50%, #f7b040), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f7b040, #f7b040 50%, #000 50%);
	background-position: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.p-footer__logo-link:hover {
	background-position: 0;
	opacity: 1;
}

.p-footer__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.p-footer__nav-items {
	-moz-column-count: 3;
	-moz-column-gap: 1em;
	-moz-column-width: calc(15rem - 1em);
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1em;
	column-gap: 1em;
	-webkit-column-width: calc(15rem - 1em);
	column-width: calc(15rem - 1em);
	display: block;
	height: auto;
	width: 100%;
}

.p-footer__nav-item {
	display: block;
	font-size: 1rem;
	width: auto;
}

.p-footer__nav-item-link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#f7b040), color-stop(50%, #f7b040), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f7b040, #f7b040 50%, #000 50%);
	background-position: 100%;
	background-size: 200% 100%;
	padding: 0.875rem 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.p-footer__nav-item--recruit .p-footer__nav-item-link::after {
	height: 0.375rem;
	right: -0.5625rem;
	top: 0.625rem;
	width: 0.375rem;
}

.p-footer__nav-item-link:hover {
	background-position: 0;
	opacity: 1;
}

.p-footer__copyright {
	font-size: 0.875rem;
	margin-top: 4.375rem;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=url],
.p-form textarea,
.p-form select {
	border-radius: 0.625rem;
	font-size: 1.125rem;
	padding: 1.25rem 1.5rem;
}

.p-form textarea {
	font-size: 1.125rem;
	height: 25rem;
}

.p-form input[type=text].p-form__others {
	padding: 1.0625rem 0.8125rem;
}

.p-form__label {
	font-size: 1.125rem;
	line-height: 1.3;
	padding-top: 2.125rem;
	width: 24%;
}

.p-form__input {
	width: 76%;
}

.p-form__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__item:not(:last-child) {
	margin-bottom: 1.8125rem;
}

.p-form__required {
	font-size: 1.625rem;
	margin-left: 0.1875rem;
	-webkit-transform: translateY(-0.4375rem);
	transform: translateY(-0.4375rem);
}

.p-form__select {
	max-width: 22.5rem;
	width: 100%;
}

.p-form__select::before {
	right: 1.5rem;
}

.p-form__note {
	font-size: 0.9375rem;
	line-height: 2;
	margin-left: 1.0625rem;
	margin-top: 0.4375rem;
}

.p-form__btns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.4375rem;
}

.p-form__btn {
	margin-top: 2.75rem;
}

.p-form__privacy {
	padding-top: 3.3125rem;
	width: 100%;
}

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

.p-form__privacy-text a {
	text-underline-offset: 0.5rem;
}

.p-form__submit {
	margin-top: 2.4375rem;
}

.p-form__previous {
	margin: 0 2.1875rem 0 0;
}

.p-form--confirm.p-sub-form__form {
	margin-top: 4.625rem;
	padding-top: 2.4375rem;
}

.p-form--confirm.p-sub-form__form .p-form__label {
	padding-top: 0;
}

.p-form--confirm.p-sub-form__form .p-form__input {
	font-size: 1.125rem;
	margin-left: 0;
	margin-top: 0;
	padding-left: 1.5rem;
}

.p-form--confirm.p-sub-form__form .p-form__item {
	margin-bottom: 1.6875rem;
	padding-bottom: 1.5rem;
}

.p-form--confirm.p-sub-form__form .c-checkbox__text {
	margin-top: 0.6875rem;
}

.p-form--confirm.p-sub-form__form .p-form__btns {
	margin-top: 5.0625rem;
}

.p-form--confirm.p-sub-form__form .p-form__submit {
	margin: 0;
}

.p-header {
	padding-left: 2.5rem;
}

.p-header__logo {
	width: 11.625rem;
}

.p-header__logo-link {
	background-image: -webkit-gradient(linear, left top, right top, from(#f7b040), color-stop(50%, #f7b040), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f7b040, #f7b040 50%, #000 50%);
	background-position: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.p-header__logo-link:hover {
	background-position: 0;
	opacity: 1;
}

.p-header__menu-button {
	display: none;
}

.p-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: 0.9375rem;
	overflow: visible;
	overflow: initial;
	padding: 0;
	position: static;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-header__nav-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	font-size: 1rem;
	font-weight: 500;
}

.p-header__nav-item--privacy {
	display: none;
}

.p-header__nav-item-link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#f7b040), color-stop(50%, #f7b040), color-stop(50%, #000));
	background-image: linear-gradient(to right, #f7b040, #f7b040 50%, #000 50%);
	background-position: 100%;
	background-size: 200% 100%;
	padding: 0 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.p-header__nav-item-link::before {
	content: none;
}

.p-header__nav-item-link::after {
	content: none;
}

.p-header__nav-item-text[data-japanese]::after {
	content: none;
}

.p-header__nav-item--recruit {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f7d151), to(#f4ba5c));
	background-image: linear-gradient(to top, #f7d151, #f4ba5c);
	border-bottom-left-radius: 0.625rem;
	margin-left: 0.9375rem;
}

.p-header__nav-item--recruit .p-header__nav-item-link {
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #000));
	background-image: linear-gradient(to right, #fff, #fff 50%, #000 50%);
}

.p-header__nav-item--recruit .p-header__nav-item-link {
	padding: 0 1.3125rem 0 1.5625rem;
}

.p-header__nav-item-link:hover {
	background-position: 0;
	opacity: 1;
}

.p-info__items {
	margin-top: 1.375rem;
}

.p-info__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 2rem 2.5rem;
}

.p-info__term {
	font-size: 1rem;
	line-height: 1.875;
	width: 17.5%;
}

.p-info__description {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 0;
	width: 82.5%;
}

.p-info__description a {
	text-underline-offset: 0.375rem;
}

.p-instagram {
	padding-top: 5.75rem;
}

.p-instagram__illust {
	right: 11.9375rem;
	top: -2.0625rem;
	width: 11.25rem;
}

.p-instagram__heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-instagram__title {
	font-size: 1.5rem;
}

.p-instagram__title span {
	font-size: 1.625rem;
	margin-top: 0.2em;
}

.p-instagram__title::before {
	height: 2.5rem;
	margin-right: 1.25rem;
	width: 2.5rem;
}

.p-instagram__link {
	font-size: 1.125rem;
	margin-left: 3.125rem;
	margin-top: 0;
}

.p-instagram__link:hover {
	color: #f7b040;
}

.p-instagram__body {
	margin-top: 3.125rem;
}

.p-instagram__body #sb_instagram .sbi_photo_wrap {
	border-radius: 0.625rem;
}

.p-instagram__body #sb_instagram .sbi_photo:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-loading__logo {
	width: 23.8194444444vw;
}

.p-modal {
	padding: 8.375rem 0;
}

.p-modal__close-button {
	font-size: 1rem;
	height: 5rem;
	width: 7.5rem;
}

.p-modal__inner.l-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 64.875rem;
}

.p-modal__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 46.5587044534%;
}

.p-modal__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 5.375rem;
}

.p-modal__heading {
	font-size: 2.25rem;
	line-height: 1.1111111111;
}

.p-modal__tag {
	font-size: 1.125rem;
	line-height: 1.2777777778;
}

.p-modal__instagram {
	font-size: 1.125rem;
	margin-top: 4.5rem;
}

.p-modal__instagram::before {
	height: 1.375rem;
	width: 1.375rem;
}

.p-modal__instagram::after {
	height: 1.375rem;
	width: 1.375rem;
}

.p-news-card__img {
	border-radius: 0.625rem;
}

.p-news-card__img::before {
	padding-top: 77.06%;
}

.p-news-card__date {
	font-size: 0.9375rem;
	margin-top: 1.3125rem;
}

.p-news-card__date::before {
	margin-right: 0.5rem;
}

.p-news-card__title-wrapper {
	margin-top: 0.5rem;
}

.p-news-card__title {
	font-size: 0.9375rem;
	line-height: 1.7;
}

.p-news-card__link:hover {
	opacity: 1;
}

.p-news-card__link:hover .p-news-card__img svg,
.p-news-card__link:hover .p-news-card__img img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.p-news-card__link:hover .p-news-card__title {
	border-bottom: 1px solid #000;
}

.p-news-menu-items {
	gap: 3.5625rem 3.125rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.p-news-single__thumbnail {
	border-radius: 0.625rem;
}

.p-news-single__thumbnail::before {
	padding-top: 61.78%;
}

.p-news-single__wrapper {
	margin: 0 auto;
	max-width: 55rem;
	padding: 0;
	width: 100%;
}

.p-news-single__date {
	font-size: 1.25rem;
	margin-top: 3.75rem;
}

.p-news-single__date::before {
	height: 0.75rem;
	margin-right: 0.625rem;
	width: 0.75rem;
}

.p-news-single__title {
	font-size: 1.625rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.p-news-single__body {
	margin-top: 2.6875rem;
	padding-bottom: 5.875rem;
}

.p-news-single__body h2 {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 4.5rem;
}

.p-news-single__body p {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.p-news-single__body img {
	border-radius: 0.625rem;
	margin-top: 4.5625rem;
}

.p-news-single__body a {
	text-underline-offset: 0.5rem;
}

.p-news-single__body a:hover {
	color: #f7b040;
}

.p-news-single__pagination {
	margin-top: 4.1875rem;
}

.p-outline__items {
	margin-top: 3.6875rem;
	padding-left: 2.5625rem;
}

.p-outline__term {
	font-size: 1.375rem;
	letter-spacing: 0.08em;
	width: 7.4%;
}

.p-outline__description {
	padding-bottom: 0.4375rem;
	padding-left: 1.375rem;
	width: 92.6%;
}

.p-outline__description::after {
	height: 0.5625rem;
	left: -0.25rem;
	width: 0.5625rem;
}

.p-outline__month {
	font-size: 1rem;
}

.p-outline__text {
	font-size: 1rem;
	line-height: 1.8;
	padding-bottom: 1.25rem;
}

.p-pagination .page-numbers:not(.prev):not(.next) {
	font-size: 1.25rem;
	height: 3.1875rem;
	width: 3.1875rem;
}

.p-pagination .page-numbers:not(.prev):not(.next):hover {
	color: #f7b040;
}

.p-pagination__prev,
.p-pagination__next {
	gap: 0.5625rem;
	bottom: auto;
	font-size: 1.25rem;
	margin: 0 1.6875rem;
	position: relative;
}

.p-pagination__prev {
	right: auto;
}

.p-pagination__next {
	left: auto;
}

.p-pagination__news-list {
	font-size: 1.25rem;
}

.p-pagination__news-list::before {
	height: 1.25rem;
	margin-right: 1.125rem;
	width: 1.25rem;
}

.p-pagination__news-list:hover::before {
	background-color: #f7b040;
}

.p-pagination__icon {
	height: 1.625rem;
	width: 1.625rem;
}

.p-pagination__icon::after {
	height: 1rem;
	width: 1rem;
}

.p-pagination__prev:hover .p-pagination__icon,
.p-pagination__next:hover .p-pagination__icon {
	background-color: #f7b040;
}

.p-pagination__next:hover .p-pagination__icon::after {
	background-color: transparent;
	border-radius: 0;
	border-radius: initial;
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	height: 0.375rem;
	left: 45%;
	position: absolute;
	rotate: 45deg;
	scale: 1;
	top: 50%;
	width: 0.375rem;
}

.p-pagination__prev:hover .p-pagination__icon::after {
	background-color: transparent;
	border-bottom: 0.125rem solid #fff;
	border-left: 0.125rem solid #fff;
	border-radius: 0;
	border-radius: initial;
	height: 0.375rem;
	left: 55%;
	position: absolute;
	rotate: 45deg;
	scale: 1;
	top: 50%;
	width: 0.375rem;
}

.p-people-category-items__item:nth-child(n+2) {
	margin-top: 7.25rem;
}

.p-people-category-items__slug {
	font-size: 2.625rem;
}

.p-people-category-items__japanese-name {
	font-size: 0.875rem;
	margin-left: 0.625rem;
}

.p-people-category-items__cards {
	margin-top: 2.5rem;
}

.p-people-menu-items {
	gap: 3.375rem 1.5625rem;
	grid-template-columns: repeat(5, 1fr);
}

.p-people-menu-items__link {
	padding-bottom: 1.0625rem;
}

.p-people-menu-items__slug {
	font-size: 1.125rem;
}

.p-people-menu-items__japanese-name {
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.p-people-menu-items__icon {
	height: 1.625rem;
	width: 1.625rem;
}

.p-people-menu-items__icon::after {
	height: 1.625rem;
	width: 1.625rem;
}

.p-people-menu-items__link:hover .p-people-menu-items__icon::after {
	background-color: transparent;
	border-bottom: 0.125rem solid #fff;
	border-radius: 0;
	border-radius: initial;
	border-right: 0.125rem solid #fff;
	height: 0.5rem;
	position: absolute;
	rotate: 45deg;
	scale: 1;
	-webkit-transform: translate(-15%, -15%);
	transform: translate(-15%, -15%);
	width: 0.5rem;
}

.p-positions {
	border-radius: 5rem 5rem 0 0;
	margin-top: -5.0625rem;
	padding-top: 7.625rem;
}

.p-positions__title {
	font-size: 1.5rem;
}

.p-positions__items {
	margin-top: 3.4375rem;
}

.p-positions__list {
	padding-top: 0.625rem;
}

.p-positions__wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1.5rem 4rem 1.5625rem;
}

.p-positions__term {
	font-size: 0.9375rem;
	line-height: 1.8;
	width: 15%;
}

.p-positions__description {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 0;
	width: 85%;
}

.p-positions__description span {
	display: inline-block;
	margin-top: 0.875rem;
}

.p-service-menu-items {
	gap: 3.375rem 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-service-menu-items__img {
	border-radius: 0.625rem;
}

.p-service-menu-items__wrapper {
	margin-top: 1.8125rem;
	padding-bottom: 1.8125rem;
}

.p-service-menu-items__name {
	font-size: 1.125rem;
}

.p-service-menu-items__icon {
	height: 1.625rem;
	width: 1.625rem;
}

.p-service-menu-items__link:hover {
	opacity: 1;
}

.p-service-menu-items__link:hover .p-service-menu-items__img img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.p-service-menu-items__link:hover .p-service-menu-items__icon {
	background-color: #f687b1;
}

.p-service-menu-items__link:hover .p-service-menu-items__icon::after {
	background-color: transparent;
	border-bottom: 0.125rem solid #fff;
	border-radius: 0;
	border-radius: initial;
	border-right: 0.125rem solid #fff;
	height: 0.375rem;
	left: 50%;
	position: absolute;
	rotate: 45deg;
	scale: 1;
	top: 45%;
	width: 0.375rem;
}

.p-service-site__items {
	gap: 0.75rem 2.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 2.4375rem;
}

.p-service-site__img {
	border-radius: 0.625rem;
}

.p-service-site__wrapper {
	margin-top: 0.625rem;
	padding-bottom: 1.8125rem;
}

.p-service-site__name {
	font-size: 0.8125rem;
}

.p-service-site__icon {
	height: 1.625rem;
	width: 1.625rem;
}

.p-service-site__item:hover {
	opacity: 1;
}

.p-service-site__item:hover .p-service-site__img img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.p-service-site__item:hover .p-service-site__icon {
	background-color: #f687b1;
}

.p-service-site__item:hover .p-service-site__icon::after {
	background-image: url(../images/service/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	border-radius: initial;
	height: 0.75rem;
	left: 50%;
	position: absolute;
	scale: 1;
	top: 50%;
	width: 0.75rem;
}

.p-service__inner.l-inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-service__items {
	margin-top: 12.0625rem;
}

.p-service__item:not(:last-child) {
	margin-bottom: 9.25rem;
}

.p-service__heading {
	font-size: 5.25rem;
}

.p-service__num {
	font-size: 2rem;
	left: 0;
	padding-bottom: 0.25rem;
	top: 0.25rem;
}

.p-service__heading-text {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-service__img {
	margin-top: 3.6875rem;
}

.p-service__wrapper {
	padding: 0;
}

.p-service__illust--kids-family {
	right: 4rem;
	top: -6.8125rem;
	width: 17.3125rem;
}

.p-service__illust--coming-of-age {
	left: auto;
	right: 3.875rem;
	top: -1.5rem;
	width: 17.1875rem;
}

.p-service__illust--wedding {
	right: 0.5625rem;
	top: -8.75rem;
	width: 16.4375rem;
}

.p-service__illust--other {
	left: auto;
	right: 6rem;
	top: -6.8125rem;
	width: 11.875rem;
}

.p-service__description {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-left: 2.5rem;
	margin-top: 4.375rem;
}

.p-service__accordion {
	margin-top: 0.25rem;
}

.p-service-site__category {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.p-service-site__category:first-child {
	margin-top: 2.4375rem;
}

.p-shoplist-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 4.125rem;
	padding-top: 5.125rem;
}

.p-shoplist-card__body {
	width: 46%;
}

.p-shoplist-card__title {
	font-size: 1.75rem;
}

.p-shoplist-card__tags {
	margin-top: 2.375rem;
}

.p-shoplist-card__tag {
	border-radius: 0.875rem;
	font-size: 0.8125rem;
	padding: 0.5rem 1.0625rem;
}

.p-shoplist-card__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 2.6875rem;
}

.p-shoplist-card__img {
	border-radius: 0.625rem;
}

.p-shoplist-card__slider {
	margin-top: 0;
	width: 48.2%;
}

.p-shoplist-card__slider .swiper-pagination {
	margin-top: 1.25rem;
}

.p-shoplist-card__slider .swiper-pagination-bullet {
	height: 0.75rem;
	width: 0.75rem;
}

.p-shoplist-menu-items {
	gap: 3.375rem 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-shoplist-menu-items__link {
	padding-bottom: 1.5rem;
}

.p-shoplist-menu-items__name {
	font-size: 1.125rem;
}

.p-shoplist-menu-items__icon {
	height: 1.625rem;
	width: 1.625rem;
}

.p-shoplist-menu-items__link:hover .p-shoplist-menu-items__icon {
	background-color: #53acff;
}

.p-shoplist-menu-items__link:hover .p-shoplist-menu-items__icon::after {
	background-color: transparent;
	border-bottom: 0.125rem solid #fff;
	border-radius: 0;
	border-radius: initial;
	border-right: 0.125rem solid #fff;
	height: 0.375rem;
	left: 50%;
	position: absolute;
	rotate: 45deg;
	scale: 1;
	top: 45%;
	width: 0.375rem;
}

.p-step {
	padding-bottom: 8.4375rem;
	padding-top: 6.625rem;
}

.p-step__title {
	font-size: 1.5rem;
}

.p-step__wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3.5625rem;
}

.p-step__img {
	margin: 1rem 0 0;
	max-width: 100%;
	width: 34%;
}

.p-step__body {
	margin-left: 1.9375rem;
	margin-right: 3.375rem;
	width: 53%;
}

.p-step__item {
	padding-bottom: 3.1875rem;
}

.p-step__item:not(:last-child):before {
	bottom: 0.875rem;
	height: calc(100% - 4.375rem);
	left: 1.5rem;
	width: 2px;
}

.p-step__num {
	border: 2px solid #000;
	font-size: 1.75rem;
	height: 3rem;
	margin-right: 1.3125rem;
	width: 3rem;
}

.p-step__main {
	font-size: 1.125rem;
	margin-top: 0.5625rem;
}

.p-step__main a {
	text-underline-offset: 0.625rem;
}

.p-step__main a:hover {
	color: #f7b040;
}

.p-step__text {
	font-size: 0.8125rem;
	margin-top: 0.9375rem;
}

.p-sub-company__inner.l-inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-sub-company__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-company__img {
	margin-top: 4rem;
}

.p-sub-company__info {
	margin-top: 6rem;
	padding: 0;
}

.p-sub-company__outline {
	margin-top: 7rem;
	padding: 0;
}

.p-sub-company__title {
	padding-bottom: 1.75rem;
	padding-left: 2.5rem;
}

.p-sub-company__en-title {
	font-size: 2.25rem;
}

.p-sub-company__ja-title {
	font-size: 1rem;
	margin-left: 1.5625rem;
	margin-top: 0.25rem;
}

.p-sub-form__inner.l-inner {
	max-width: 57.5rem;
}

.p-sub-form__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-form__content {
	margin-top: 2.1875rem;
}

.p-sub-form__text {
	font-size: 0.9375rem;
	line-height: 2;
	text-align: center;
}

.p-sub-form__required {
	font-size: 0.8125rem;
	margin-top: 4.5625rem;
	padding-top: 0.1875rem;
}

.p-sub-form__required span {
	font-size: 1.5rem;
	margin-top: 0.6875rem;
}

.p-sub-form__form {
	margin-top: 1.3125rem;
	padding: 0 0.9375rem;
}

.p-sub-message-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-sub-message-mv__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 8.875rem;
	padding: 0;
	width: 50%;
}

.p-sub-message-mv__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-message-mv__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 4.1875rem;
	margin-top: 7.1875rem;
}

.p-sub-message-mv__copy {
	font-size: 3rem;
}

.p-sub-message-mv__description {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	margin-top: 3.75rem;
}

.p-sub-message-mv__description span {
	margin-top: 2.625rem;
}

.p-sub-message-mv__ceo {
	margin-top: 10.3125rem;
}

.p-sub-news__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-news__single {
	margin-top: 5.3125rem;
}

.p-sub-news__content {
	margin-top: 6.0625rem;
	padding: 0;
}

.p-sub-news__pagination {
	margin-top: 8.5625rem;
}

.p-sub-people-card__image {
	border-radius: 0.625rem;
}

.p-sub-people-card__image::before {
	height: 2.1875rem;
	width: 2.1875rem;
}

.p-sub-people-card__image::after {
	height: 2.1875rem;
	width: 2.1875rem;
}

.p-sub-people-card__image svg,
.p-sub-people-card__image img {
	aspect-ratio: 340/450;
	border-radius: 0.625rem;
}

.p-sub-people-card__body {
	margin-top: 1.5625rem;
}

.p-sub-people-card__name {
	font-size: 1.5rem;
}

.p-people-card__tags {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-sub-people-card__image:hover::after {
	border-right: 0.5rem solid #67e9ae;
	border-top: 0.5rem solid #67e9ae;
}

.p-sub-people-cards {
	gap: 4rem 3.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-sub-people-cards__modal-trigger:hover {
	opacity: 0.8;
}

.p-sub-people-mv__bg {
	top: 3.75rem;
}

.p-sub-people-mv__inner.l-inner {
	max-width: 64.125rem;
	padding-left: 5.0625rem;
}

.p-sub-people-mv__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-people-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.625rem;
}

.p-sub-people-mv__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	width: 47.3913043478%;
}

.p-sub-people-mv__images-inner {
	aspect-ratio: 436/478;
}

.p-sub-people-mv__image:nth-child(1) {
	left: 34%;
	width: 25%;
}

.p-sub-people-mv__image:nth-child(2) {
	right: 9%;
	width: 37%;
}

.p-sub-people-mv__image:nth-child(3) {
	width: 49%;
}

.p-sub-people-mv__image:nth-child(4) {
	top: 0.9375rem;
	width: 20%;
}

.p-sub-people-mv__image:nth-child(5) {
	left: -18%;
	top: 2.4375rem;
	width: 30%;
}

.p-sub-people-mv__image:nth-child(6) {
	top: 3.4375rem;
}

.p-sub-people-mv__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 5.375rem;
	margin-top: 3.125rem;
}

.p-sub-people-mv__copy {
	font-size: 3rem;
}

.p-sub-people-mv__description {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 2.625rem;
}

.p-sub-people-mv__description + .p-sub-people-mv__description {
	margin-top: 1.75rem;
}

.p-sub-people__category-items {
	margin-top: 9.0625rem;
}

.p-sub-people__content {
	border-radius: 5rem 5rem 0 0;
	margin-top: -5rem;
	padding-top: 6.4375rem;
}

.p-sub-privacypolicy__inner.l-inner {
	max-width: 58.125rem;
}

.p-sub-privacypolicy__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-privacypolicy__content {
	margin-top: 7.375rem;
}

.p-sub-privacypolicy__wrapper {
	margin-top: 2.8125rem;
	padding-top: 0;
}

.p-sub-privacypolicy__main {
	font-size: 1.25rem;
}

.p-sub-privacypolicy__text {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.p-sub-privacypolicy__title {
	font-size: 1.25rem;
	margin-left: 2.1875rem;
	margin-top: 3.3125rem;
}

.p-sub-privacypolicy__title::marker {
	font-size: 1.625rem;
}

.p-sub-privacypolicy__description {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 1.625rem;
}

.p-sub-privacypolicy__description a {
	text-underline-offset: 0.375rem;
}

.p-sub-privacypolicy__description a:hover {
	color: #f7b040;
}

.p-sub-recruit-mv__inner.l-inner {
	padding-left: 3.875rem;
}

.p-sub-recruit-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -0.5rem;
}

.p-sub-recruit-mv__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5.3125rem;
	margin-top: 1.5625rem;
	padding: 0;
	width: 37.4%;
}

.p-sub-recruit-mv__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-recruit-mv__image:nth-child(5) {
	left: -13%;
	top: 24%;
	width: 31%;
}

.p-sub-recruit-mv__image:nth-child(6) {
	left: -31%;
	top: 20%;
	width: 42%;
}

.p-sub-recruit-mv__body {
	margin-top: 7.4375rem;
	width: 44%;
}

.p-sub-recruit-mv__copy {
	font-size: 3rem;
}

.p-sub-recruit-mv__description {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	margin-top: 2.25rem;
}

.p-sub-recruit-mv__flowing .c-flowing__text {
	font-size: 12.5rem;
	margin-top: -2.1875rem;
}

.p-sub-recruit__category-items {
	margin-bottom: -4.9375rem;
	margin-top: 7.375rem;
}

.p-sub-recruit__heading {
	font-size: 1.5rem;
	margin-top: 0.75rem;
	padding-bottom: 2.5rem;
}

.p-sub-service-mv__inner.l-inner {
	padding-left: 3.875rem;
}

.p-sub-service-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-sub-service-mv__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	width: 50%;
}

.p-sub-service-mv__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-service-mv__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 4.5625rem;
	margin-top: 7.1875rem;
}

.p-sub-service-mv__copy {
	font-size: 3rem;
}

.p-sub-service-mv__description {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	margin-top: 2.25rem;
}

.p-sub-service-mv__flowing .c-flowing__text {
	font-size: 12.5rem;
	margin-top: -0.6875rem;
}

.p-sub-service__category-items {
	margin-bottom: -4.9375rem;
	margin-top: 7.375rem;
}

.p-sub-service__content {
	border-radius: 5rem 5rem 0 0;
	margin-top: -5.0625rem;
	padding-top: 7.625rem;
}

.p-sub-service__heading {
	font-size: 1.5rem;
	margin-top: 0.75rem;
	padding-bottom: 2.5rem;
}

.p-sub-shoplist-mv__inner.l-inner {
	padding-left: 3.875rem;
}

.p-sub-shoplist-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-sub-shoplist-mv__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	width: 50%;
}

.p-sub-shoplist-mv__heading.c-section-heading {
	font-size: 5.25rem;
}

.p-sub-shoplist-mv__image:nth-child(5) {
	display: none;
}

.p-sub-shoplist-mv__image:nth-child(6) {
	display: block;
	left: -10%;
	top: 14%;
	width: 41%;
	z-index: 1;
}

.p-sub-shoplist-mv__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 3.4375rem;
	margin-top: 7.1875rem;
}

.p-sub-shoplist-mv__copy {
	font-size: 3rem;
}

.p-sub-shoplist-mv__description {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	margin-top: 2.25rem;
}

.p-sub-shoplist-mv__flowing .c-flowing__text {
	font-size: 12.5rem;
	margin-top: -0.6875rem;
}

.p-sub-shoplist__category-items {
	margin-bottom: -4.9375rem;
	margin-top: 7.375rem;
}

.p-sub-shoplist__content {
	border-radius: 5rem 5rem 0 0;
	margin-top: -5.0625rem;
	padding-top: 7.625rem;
}

.p-sub-shoplist__heading {
	font-size: 1.5rem;
	margin-top: 0.75rem;
	padding-bottom: 2.5rem;
}

.p-thanks__main {
	font-size: 1.5rem;
	margin-top: 6.0625rem;
}

.p-thanks__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 2.875rem;
}

.p-thanks__btn {
	margin-top: 5.125rem;
}

.p-top-message__bg.c-gradient-bg {
	top: 3.875rem;
}

.p-top-message__inner.l-inner {
	padding-bottom: 6.5rem;
	padding-top: 17.375rem;
}

.p-top-message__image:nth-child(1) {
	left: 2.8125rem;
	top: 14.25rem;
	width: 12.6495726496%;
}

.p-top-message__image:nth-child(2) {
	right: 2.5rem;
	width: 18.547008547%;
}

.p-top-message__description {
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 0;
}

.p-top-message__button {
	margin-top: 5.4375rem;
}

.p-top-mv {
	padding-top: 5.4628224583vw;
}

.p-top-mv__inner.l-inner {
	max-width: 100vw;
	padding: 0 1.8968133536vw;
}

.p-top-mv__inner.l-inner {
	max-width: 82.375rem;
	padding: 0 1.5625rem;
}

.p-top-mv__copy {
	height: 57.6631259484vw;
}

.p-top-mv__copy-text {
	font-size: 14.5675265554vw;
	text-indent: 0.08em;
}

.p-top-mv__copy-text--bottom {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(9.7116843703vw, #ffb746), color-stop(9.7116843703vw, #ffcf29), color-stop(48.5584218513vw, #ffcf29), color-stop(48.5584218513vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 9.7116843703vw, #ffcf29 9.7116843703vw, #ffcf29 48.5584218513vw, #ffb746 48.5584218513vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
}

.p-top-mv__image {
	bottom: 10.9256449165vw;
}

.p-top-mv__image:nth-child(1) {
	left: 16.2367223065%;
	width: 9.1805766313%;
}

.p-top-mv__image:nth-child(2) {
	bottom: 12.6707132018vw;
	left: 34.9772382398%;
	width: 12.4430955994%;
}

.p-top-mv__image:nth-child(3) {
	bottom: 11.2291350531vw;
	left: 25.9484066768%;
	width: 13.0500758725%;
}

.p-top-mv__image:nth-child(4) {
	left: 45.5235204856%;
	width: 11.8361153263%;
}

.p-top-mv__image:nth-child(5) {
	bottom: 11.9878603945vw;
	left: 59.028831563%;
	width: 11.3050075873%;
}

.p-top-mv__image:nth-child(6) {
	left: 55.1593323217%;
	width: 10.2427921093%;
}

.p-top-mv__image:nth-child(7) {
	bottom: 11.5326251897vw;
	left: 66.464339909%;
	width: 17.5265553869%;
}

.p-top-mv__japanese-copy {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.7314112291vw;
	font-weight: 700;
	left: 84.597875569%;
	letter-spacing: 0.08em;
	position: absolute;
	top: 15.1745068285vw;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-top-mv__japanese-copy {
	font-size: 2.7314112291vw;
	top: 14.4157814871vw;
}

.p-top-mv__japanese-copy span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, #fff));
	background-image: linear-gradient(#000, #000 50%, #fff 50%);
	background-size: 100% 200%;
	display: inline-block;
}

.p-top-mv__image--hover {
	padding-top: 6.0698027314vw;
}

.p-top-mv__image-link::before {
	height: 0.6069802731vw;
	width: 0.6069802731vw;
}

.p-top-mv__image-link::after {
	width: 0.125rem;
}

.p-top-mv__image-link--left {
	left: -5.6904400607vw;
	top: -3.6418816388vw;
}

.p-top-mv__image-link--left::after,
.p-top-mv__image-link--left::before {
	left: 6.0698027314vw;
	top: 9.1047040971vw;
}

.p-top-mv__image-link--left::after {
	height: 3.6418816388vw;
	top: 9.2564491654vw;
	-webkit-transform: rotate(154deg);
	transform: rotate(154deg);
}

.p-top-mv__image-link--center {
	left: -6.4491654021vw;
	top: -1.1380880121vw;
}

.p-top-mv__image-link--center::after,
.p-top-mv__image-link--center::before {
	left: 9.559939302vw;
	top: 9.1047040971vw;
}

.p-top-mv__image-link--center::after {
	height: 3.6418816388vw;
	top: 9.2564491654vw;
}

.p-top-mv__image-link--right {
	left: -1.062215478vw;
	top: -3.6418816388vw;
}

.p-top-mv__image-link--right::after,
.p-top-mv__image-link--right::before {
	left: 11.3808801214vw;
	top: 9.1047040971vw;
}

.p-top-mv__image-link--right::after {
	height: 3.6418816388vw;
	top: 9.1047040971vw;
	-webkit-transform: rotate(210deg) translate(-1px);
	transform: rotate(210deg) translate(-1px);
}

.p-top-news__bg {
	top: 0;
}

.p-top-news__inner.l-inner {
	padding: 6.25rem 1.5625rem 11.25rem;
}

.p-top-news__image {
	left: -1.625rem;
	top: -12.1875rem;
	width: 24.1964285714%;
}

.p-top-news__heading.c-section-heading {
	font-size: 4rem;
}

.p-top-news__content {
	margin-top: 3.375rem;
	padding: 0;
}

.p-top-news__items {
	margin-right: 0;
}

.p-top-news__items-wrapper {
	gap: 3.125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-right: 0;
}

.p-news-items__item:nth-child(n+4) {
	display: none;
}

.p-top-news__button {
	margin-top: 6rem;
}

.p-top-people-head__heading.c-section-heading {
	font-size: 7.375rem;
}

.p-top-people-head__inner.l-inner {
	max-width: 74.875rem;
	padding: 0 4.5625rem;
}

.p-top-people-head__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.625rem;
}

.p-top-people-head__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	width: 50.9505703422%;
}

.p-top-people-head__images-inner {
	aspect-ratio: 536/497;
}

.p-top-people-head__image:nth-child(1) {
	left: -4.5625rem;
	top: 1.1875rem;
	width: 44.0298507463%;
}

.p-top-people-head__image:nth-child(3) {
	bottom: 0;
	left: 17%;
	width: 42%;
}

.p-top-people-head__image:nth-child(3) img {
	aspect-ratio: 220/484;
}

.p-top-people-head__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 4.375rem;
	margin-top: 3.125rem;
	text-align: left;
}

.p-top-people-head__copy {
	font-size: 3rem;
	white-space: nowrap;
}

.p-top-people-head__description {
	font-size: 1rem;
	margin-top: 2.125rem;
}

.p-top-people-head__flowing.c-flowing {
	margin-top: -3.125rem;
}

.p-top-people__bg.c-gradient-bg {
	top: 5.3125rem;
}

.p-top-people__content {
	margin-top: -5rem;
	padding: 6.25rem 0 18.75rem;
}

.p-top-people__inner.l-inner {
	padding: 0 1.5625rem;
}

.p-top-people__item {
	width: 33.3333333333%;
}

.p-top-people__item:nth-child(odd) {
	border-bottom-left-radius: 5rem;
	border-top-left-radius: 5rem;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-top-people__item:nth-child(even) {
	border-bottom-right-radius: 5rem;
	border-top-right-radius: 5rem;
}

.p-top-people__item:nth-child(-n+2) {
	border-top-left-radius: 5rem;
	border-top-right-radius: 5rem;
}

.p-top-people__item:nth-last-child(-n+2) {
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

.p-top-people__item:nth-child(3n+2) {
	border-radius: 0;
}

.p-top-people__item:nth-child(3n+1) {
	border-radius: 5rem 0 0 5rem;
}

.p-top-people__item:nth-child(3n) {
	border-radius: 0 5rem 5rem 0;
}

.p-top-people__item:nth-child(-n+3) {
	border-top-left-radius: 5rem;
	border-top-right-radius: 5rem;
}

.p-top-people__item:nth-last-child(-n+3) {
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

.p-top-people__item-name {
	bottom: 1.6875rem;
	font-size: 1.75rem;
	left: 2.5rem;
}

.p-top-people__button {
	margin-top: 6.25rem;
}

.p-top-picture {
	padding: 4.6875rem 0 18.75rem;
}

.p-top-picture__inner.l-inner {
	padding-bottom: 11.5rem;
}

.p-top-picture__heading-text {
	border-width: 0.125rem;
	font-size: 2.125rem;
	padding: 0 0.625rem 0.1875rem;
}

.p-top-picture__heading::before {
	height: 3.625rem;
	top: -3.1875rem;
	width: 4.25rem;
}

.p-top-picture__heading::after {
	height: 3.625rem;
	left: 0.625rem;
	top: 0.625rem;
	width: 13.125rem;
}

.p-top-picture__content {
	margin: 2.3125rem auto 0;
	width: 60.8695652174%;
}

.p-top-picture__image {
	border-width: 0.125rem;
	padding: 1.25rem;
}

.p-top-picture__image::after {
	left: 0.875rem;
	top: 0.875rem;
}

.p-top-picture__decoration {
	height: 5.25rem;
	left: -6.25rem;
	top: -4.625rem;
	width: 8.4375rem;
}

.p-top-picture__image img {
	aspect-ratio: 700/480;
	border-width: 0.125rem;
}

.p-top-picture__time {
	border-width: 0.125rem;
	height: 6.75rem;
	width: 6.75rem;
}

.p-top-picture__date {
	font-size: 2rem;
}

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

.p-top-picture__info-items {
	margin: 1.875rem 0 0 auto;
}

.p-top-picture__info-label {
	font-size: 0.625rem;
}

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

.p-top-picture__illust-item:nth-child(1) {
	bottom: 5.5rem;
	display: block;
	left: 2.75rem;
	width: 7rem;
}

.p-top-picture__illust-item:nth-child(2) {
	bottom: 1.25rem;
	left: 17.375rem;
	width: 7.375rem;
}

.p-top-picture__illust-item:nth-child(3) {
	bottom: 0;
	right: 18.5rem;
	width: 11.75rem;
}

.p-top-picture__illust-item:nth-child(4) {
	bottom: 6rem;
	left: auto;
	right: 1.25rem;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	width: 12.1875rem;
}

.p-top-recruit {
	padding-bottom: 2.375rem;
}

.p-top-recruit__inner.l-inner {
	max-width: 90rem;
	padding: 0 1.25rem;
}

.p-top-recruit__link {
	border-radius: 5rem;
	padding: 8.75rem 0 3.875rem;
}

.p-top-recruit__heading {
	width: 33.5714285714%;
}

.p-top-recruit__copy {
	font-size: 1.5625rem;
	font-weight: 700;
	margin-top: 1.5rem;
	padding-left: 0.5rem;
}

.p-top-recruit__button-area {
	margin-top: 0.875rem;
}

.p-top-recruit__image:nth-child(1) {
	bottom: -6.25rem;
	left: 9.5rem;
	max-width: 11.3125rem;
	width: 12.9285714286%;
}

.p-top-recruit__image:nth-child(2) {
	bottom: -8.3125rem;
	max-width: 9.625rem;
	right: 9.25rem;
	width: 11%;
}

.p-top-recruit__button {
	font-size: 1.0625rem;
	height: 6.875rem;
	letter-spacing: 0.08em;
	padding-right: 4rem;
	width: 25.625rem;
}

.p-top-recruit__button-icon {
	height: 2.75rem;
	right: 6.875rem;
	width: 2.75rem;
}

.p-top-recruit__button-icon::after {
	height: 0.5rem;
	width: 0.5rem;
}

.p-top-recruit__button-arrow {
	height: 0.25rem;
	width: 1rem;
}

.p-top-recruit__button-arrow::after {
	border-width: 0.1875rem;
	height: 0.625rem;
	width: 0.625rem;
}

.p-top-service-head__inner.l-inner {
	max-width: 69.125rem;
}

.p-top-service-head__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.875rem;
}

.p-top-service-head__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	width: 50%;
}

.p-top-service-head__image:nth-child(1) {
	width: 100%;
}

.p-top-service-head__image:nth-child(2) {
	left: -0.875rem;
	top: -2.5rem;
	width: 39.5833333333%;
}

.p-top-service-head__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 5rem;
	margin-top: 3.625rem;
	text-align: left;
}

.p-top-service-head__copy {
	font-size: 3rem;
	line-height: 1.3958333333;
}

.p-top-service-head__description {
	font-size: 1rem;
	margin-top: 2.8125rem;
}

.p-top-service-head__flowing {
	margin-top: -3.125rem;
}

.p-tpo-service-media-items__item:nth-child(n+2) {
	margin-top: 6.25rem;
}

.p-top-service-media {
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-service-media__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 53.5714285714%;
}

.p-top-service-media__image0 img:nth-child(2) {
	bottom: -5rem;
	left: -1.875rem;
	width: 34.1666666667%;
}

.p-top-service-media__image1 img:nth-child(2) {
	bottom: -4.5rem;
	right: -0.75rem;
	width: 23.8333333333%;
}

.p-top-service-media__image2 img:nth-child(2) {
	bottom: -5.75rem;
	left: -1.5rem;
	width: 29.5%;
}

.p-top-service-media__image3 img:nth-child(2) {
	bottom: -4.5rem;
	right: -6.75rem;
	width: 45.6666666667%;
}

.p-top-service-media__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 3.375rem;
	margin-top: 3.25rem;
}

.p-top-service-media:nth-child(even) .p-top-service-media__body {
	margin-left: 4.75rem;
}

.p-top-service-media__heading {
	display: block;
}

.p-top-service-media__heading-no {
	font-size: 2rem;
	margin-left: 0.25rem;
}

.p-top-service-media__heading-no::after {
	bottom: -0.5rem;
	width: 2.5625rem;
}

.p-top-service-media__heading-text {
	font-size: 5.25rem;
	margin-left: 0;
	margin-top: 2.125rem;
}

.p-top-service-media__description {
	font-size: 0.9375rem;
	margin-top: 2.5rem;
}

.p-top-service__bg.c-gradient-bg {
	top: 4.5rem;
}

.p-top-service__body {
	margin-top: -5rem;
	padding: 8.75rem 0 18.75rem;
}

.p-top-service__body-inner.l-inner {
	max-width: 73rem;
}

.p-top-service__button {
	margin-top: 11.375rem;
}

.p-top-shop-items__inner.l-inner {
	padding: 0 1.5625rem;
}

.p-top-shop-items__wrapper {
	border-radius: 5rem;
	padding: 4rem 3.3125rem 3.75rem 3.75rem;
}

.p-top-shops-items__head {
	padding: 0 0.25rem;
	position: relative;
	width: 53.227408143%;
	z-index: 1;
}

.p-top-shops--items__shops-count:nth-child(n+2) {
	margin-top: 0.9375rem;
}

.p-top-shops--items__shops-count::before {
	height: 2.375rem;
	margin: 0.875rem 0 0 0;
	width: 2.5625rem;
}

.p-top-shops--items__shops-count-no {
	font-size: 5.25rem;
	width: 33%;
}

.p-top-shops--items__shops-count-label {
	font-size: 2rem;
	margin-left: -1.5rem;
}

.p-top-shop-items__list {
	gap: 1.625rem 2.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 30rem;
	margin-top: 2.75rem;
	padding-top: 3.375rem;
	position: relative;
	width: 53.227408143%;
	z-index: 1;
}

.p-top-shop-items__item:nth-child(n+2) {
	margin-top: 0;
}

.p-top-shop-items__item {
	width: calc(50% - 1.40625rem);
}

.p-top-shop-items__item-no {
	font-size: 0.75rem;
}

.p-top-shops-items__item-name {
	font-size: 1rem;
}

.p-top-shop-items__map-area {
	margin: -36rem 0 0 auto;
	width: 47.3125rem;
}

.p-top-shop-items__spot {
	height: 1.5rem;
	width: 1.125rem;
}

.p-top-shoplist-head__inner.l-inner {
	max-width: 80.125rem;
	padding: 0 1.5625rem 0 9.9375rem;
}

.p-top-shoplist-head__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 2rem;
}

.p-top-shoplist-head__heading.c-section-heading {
	font-size: 7.375rem;
}

.p-top-shoplist-head__images {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 3.75rem 0 0 2.375rem;
	padding: 0;
	width: 58.6520947177%;
}

.p-top-shoplist-head__image:nth-child(2) {
	left: -0.375rem;
	top: -4.5rem;
	width: 33.2298136646%;
}

.p-top-shoplist-head__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.p-top-shoplist-head__copy {
	font-size: 3rem;
}

.p-top-shoplist-head__description {
	font-size: 1rem;
	margin-top: 2rem;
}

.p-top-shoplist-head__flowing.c-flowing {
	margin-top: -0.75rem;
}

.p-top-shoplist__bg.c-gradient-bg {
	top: 5.3125rem;
}

.p-top-shoplist__body {
	margin-top: -5rem;
	padding: 4.75rem 0 18.75rem;
}

.p-top-shoplist__carousel {
	margin-top: 5.25rem;
}

.p-top-shoplist__button {
	margin-top: 0.25rem;
}

.l-footer {
	margin-top: 8.75rem;
}

.l-header {
	height: 5rem;
}

.l-inner {
	max-width: 73.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-sub-main {
	margin-top: 8.125rem;
}

.l-top-main {
	margin-top: -11.25rem;
}

.l-top-news {
	margin-top: -9.0625rem;
}

.l-top-people {
	margin-top: -10.25rem;
}

.l-top-service {
	margin-top: -14.8125rem;
}

.l-top-shoplist {
	margin-top: -10.125rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

img.u-no-image {
	padding: 3rem;
	padding: 4.5rem;
}

svg.u-no-image {
	padding: 3rem;
	padding: 4.5rem;
}

}

@media (min-width: 1170px) {

html {
	font-size: 16px;
}

}

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

.c-mv-button__inner {
	font-size: 1.5rem;
	min-height: 5rem;
	padding: 0 4.625rem 0 1.75rem;
}

.c-mv-button__text span {
	font-size: 1.25rem;
}

.c-mv-button__icon {
	height: 1.875rem;
	right: 1.375rem;
	width: 1.875rem;
}

.c-mv-button__icon::after {
	height: 0.5rem;
	width: 0.5rem;
}

.c-mv-button__arrow {
	height: 0.25rem;
	width: 1rem;
}

.c-mv-button__arrow::after {
	border-width: 0.1875rem;
	height: 0.625rem;
	width: 0.625rem;
}

.p-sub-shoplist-mv__image:nth-child(6) {
	left: -25%;
	top: 17%;
	width: 45%;
}

.p-top-message__image:nth-child(1) {
	width: 9.25rem;
}

.p-top-message__image:nth-child(2) {
	width: 13.5625rem;
}

.p-top-mv {
	padding-top: 4.5rem;
}

.p-top-mv__copy {
	height: 47.5rem;
}

.p-top-mv__copy-text {
	font-size: 12rem;
}

.p-top-mv__copy-text--bottom {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(8rem, #ffb746), color-stop(8rem, #ffcf29), color-stop(40rem, #ffcf29), color-stop(40rem, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 8rem, #ffcf29 8rem, #ffcf29 40rem, #ffb746 40rem, #ffb746 50%, #fff 50%, #fff 100%);
}

.p-top-mv__image {
	bottom: 9rem;
}

.p-top-mv__image:nth-child(1) {
	left: 13.375rem;
}

.p-top-mv__image:nth-child(2) {
	bottom: 10.4375rem;
}

.p-top-mv__image:nth-child(3) {
	bottom: 9.25rem;
}

.p-top-mv__image:nth-child(5) {
	bottom: 9.875rem;
}

.p-top-mv__image:nth-child(7) {
	bottom: 9.5rem;
}

.p-top-mv__japanese-copy {
	font-size: 2.25rem;
	top: 11.875rem;
}

.p-top-mv__image--hover {
	padding-top: 5rem;
}

.p-top-mv__image-link::before {
	height: 0.5rem;
	width: 0.5rem;
}

.p-top-mv__image-link--left {
	left: -4.6875rem;
	top: -3rem;
}

.p-top-mv__image-link--left::after,
.p-top-mv__image-link--left::before {
	left: 5rem;
	top: 7.5rem;
}

.p-top-mv__image-link--left::after {
	height: 3rem;
	top: 7.625rem;
}

.p-top-mv__image-link--center {
	left: -5.3125rem;
	top: -0.9375rem;
}

.p-top-mv__image-link--center::after,
.p-top-mv__image-link--center::before {
	left: 7.875rem;
	top: 7.5rem;
}

.p-top-mv__image-link--center::after {
	height: 3rem;
	top: 7.625rem;
	-webkit-transform: rotate(154deg);
	transform: rotate(154deg);
}

.p-top-mv__image-link--right {
	left: -0.875rem;
	top: -3rem;
}

.p-top-mv__image-link--right::after,
.p-top-mv__image-link--right::before {
	left: 9.375rem;
	top: 7.5rem;
}

.p-top-mv__image-link--right::after {
	height: 3rem;
	top: 7.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes btnHover {

from {
	opacity: 0;
	-webkit-transform: translateX(-1.875rem);
	transform: translateX(-1.875rem);
}

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

}

@keyframes btnHover {

from {
	opacity: 0;
	-webkit-transform: translateX(-1.875rem);
	transform: translateX(-1.875rem);
}

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

}

@-webkit-keyframes btnHoverOut {

from {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	opacity: 0;
	-webkit-transform: translateX(1.875rem);
	transform: translateX(1.875rem);
}

}

@keyframes btnHoverOut {

from {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	opacity: 0;
	-webkit-transform: translateX(1.875rem);
	transform: translateX(1.875rem);
}

}

@-webkit-keyframes loop {

0% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

to {
	-webkit-transform: translateX(calc(-100% - 1em));
	transform: translateX(calc(-100% - 1em));
}

}

@keyframes loop {

0% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

to {
	-webkit-transform: translateX(calc(-100% - 1em));
	transform: translateX(calc(-100% - 1em));
}

}

@-webkit-keyframes loop2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(calc(-200% - 1em));
	transform: translateX(calc(-200% - 1em));
}

}

@keyframes loop2 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(calc(-200% - 1em));
	transform: translateX(calc(-200% - 1em));
}

}

@-webkit-keyframes roundSP {

0% {
	border-radius: 0;
}

100% {
	border-radius: 2.5rem 2.5rem 0 0;
}

}

@keyframes roundSP {

0% {
	border-radius: 0;
}

100% {
	border-radius: 2.5rem 2.5rem 0 0;
}

}

@-webkit-keyframes roundPC {

0% {
	border-radius: 0;
}

100% {
	border-radius: 5rem 5rem 0 0;
}

}

@keyframes roundPC {

0% {
	border-radius: 0;
}

100% {
	border-radius: 5rem 5rem 0 0;
}

}

@-webkit-keyframes btnHover2 {

from {
	opacity: 0;
	-webkit-transform: translateX(-8vw);
	transform: translateX(-8vw);
}

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

}

@keyframes btnHover2 {

from {
	opacity: 0;
	-webkit-transform: translateX(-8vw);
	transform: translateX(-8vw);
}

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

}

@-webkit-keyframes btnHover2Out {

from {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	opacity: 0;
	-webkit-transform: translateX(8vw);
	transform: translateX(8vw);
}

}

@keyframes btnHover2Out {

from {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	opacity: 0;
	-webkit-transform: translateX(8vw);
	transform: translateX(8vw);
}

}

@-webkit-keyframes slideLoop1 {

0% {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes slideLoop1 {

0% {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@-webkit-keyframes slideLoop2 {

0% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

to {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

}

@keyframes slideLoop2 {

0% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

to {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

}

@-webkit-keyframes slideLoop3 {

0% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

to {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

}

@keyframes slideLoop3 {

0% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

to {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

}

@-webkit-keyframes appearText1 {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff));
	background-image: linear-gradient(to right, #ffb746, #ffb746 50%, #fff 50%);
	background-position: 100%;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff));
	background-image: linear-gradient(to right, #ffb746, #ffb746 50%, #fff 50%);
	background-position: 0;
}

}

@keyframes appearText1 {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff));
	background-image: linear-gradient(to right, #ffb746, #ffb746 50%, #fff 50%);
	background-position: 100%;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff));
	background-image: linear-gradient(to right, #ffb746, #ffb746 50%, #fff 50%);
	background-position: 0;
}

}

@-webkit-keyframes appearText2SP {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(10.6666666667vw, #ffb746), color-stop(10.6666666667vw, #ffcf29), color-stop(53.3333333333vw, #ffcf29), color-stop(53.3333333333vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 10.6666666667vw, #ffcf29 10.6666666667vw, #ffcf29 53.3333333333vw, #ffb746 53.3333333333vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 100%;
}

50% {
	background-position: 0;
	margin-top: 0;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(10.6666666667vw, #ffb746), color-stop(10.6666666667vw, #ffcf29), color-stop(53.3333333333vw, #ffcf29), color-stop(53.3333333333vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 10.6666666667vw, #ffcf29 10.6666666667vw, #ffcf29 53.3333333333vw, #ffb746 53.3333333333vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: 44.5333333333vw;
}

}

@keyframes appearText2SP {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(10.6666666667vw, #ffb746), color-stop(10.6666666667vw, #ffcf29), color-stop(53.3333333333vw, #ffcf29), color-stop(53.3333333333vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 10.6666666667vw, #ffcf29 10.6666666667vw, #ffcf29 53.3333333333vw, #ffb746 53.3333333333vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 100%;
}

50% {
	background-position: 0;
	margin-top: 0;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(10.6666666667vw, #ffb746), color-stop(10.6666666667vw, #ffcf29), color-stop(53.3333333333vw, #ffcf29), color-stop(53.3333333333vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 10.6666666667vw, #ffcf29 10.6666666667vw, #ffcf29 53.3333333333vw, #ffb746 53.3333333333vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: 44.5333333333vw;
}

}

@-webkit-keyframes appearText2TB {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(9.7116843703vw, #ffb746), color-stop(9.7116843703vw, #ffcf29), color-stop(48.5584218513vw, #ffcf29), color-stop(48.5584218513vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 9.7116843703vw, #ffcf29 9.7116843703vw, #ffcf29 48.5584218513vw, #ffb746 48.5584218513vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 100%;
}

50% {
	background-position: 0;
	margin-top: 0;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(9.7116843703vw, #ffb746), color-stop(9.7116843703vw, #ffcf29), color-stop(48.5584218513vw, #ffcf29), color-stop(48.5584218513vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 9.7116843703vw, #ffcf29 9.7116843703vw, #ffcf29 48.5584218513vw, #ffb746 48.5584218513vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: 28.5280728376vw;
}

}

@keyframes appearText2TB {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(9.7116843703vw, #ffb746), color-stop(9.7116843703vw, #ffcf29), color-stop(48.5584218513vw, #ffcf29), color-stop(48.5584218513vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 9.7116843703vw, #ffcf29 9.7116843703vw, #ffcf29 48.5584218513vw, #ffb746 48.5584218513vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 100%;
}

50% {
	background-position: 0;
	margin-top: 0;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(9.7116843703vw, #ffb746), color-stop(9.7116843703vw, #ffcf29), color-stop(48.5584218513vw, #ffcf29), color-stop(48.5584218513vw, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 9.7116843703vw, #ffcf29 9.7116843703vw, #ffcf29 48.5584218513vw, #ffb746 48.5584218513vw, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: 28.5280728376vw;
}

}

@-webkit-keyframes appearText2PC {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(8rem, #ffb746), color-stop(8rem, #ffcf29), color-stop(40rem, #ffcf29), color-stop(40rem, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 8rem, #ffcf29 8rem, #ffcf29 40rem, #ffb746 40rem, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 100%;
}

50% {
	background-position: 0;
	margin-top: 0;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(8rem, #ffb746), color-stop(8rem, #ffcf29), color-stop(40rem, #ffcf29), color-stop(40rem, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 8rem, #ffcf29 8rem, #ffcf29 40rem, #ffb746 40rem, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: 23.5rem;
}

}

@keyframes appearText2PC {

0% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(8rem, #ffb746), color-stop(8rem, #ffcf29), color-stop(40rem, #ffcf29), color-stop(40rem, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 8rem, #ffcf29 8rem, #ffcf29 40rem, #ffb746 40rem, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 100%;
}

50% {
	background-position: 0;
	margin-top: 0;
}

100% {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffb746), color-stop(8rem, #ffb746), color-stop(8rem, #ffcf29), color-stop(40rem, #ffcf29), color-stop(40rem, #ffb746), color-stop(50%, #ffb746), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, #ffb746 0%, #ffb746 8rem, #ffcf29 8rem, #ffcf29 40rem, #ffb746 40rem, #ffb746 50%, #fff 50%, #fff 100%);
	background-position: 0;
	margin-top: 23.5rem;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeFromLeft {

0% {
	opacity: 0;
	-webkit-transform: translateX(-2vw);
	transform: translateX(-2vw);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes fadeFromLeft {

0% {
	opacity: 0;
	-webkit-transform: translateX(-2vw);
	transform: translateX(-2vw);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes fadeFromRight {

0% {
	opacity: 0;
	-webkit-transform: translateX(2vw);
	transform: translateX(2vw);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes fadeFromRight {

0% {
	opacity: 0;
	-webkit-transform: translateX(2vw);
	transform: translateX(2vw);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes appearVerticalText {

0% {
	background-position: 0 100%;
}

100% {
	background-position: 0 0;
}

}

@keyframes appearVerticalText {

0% {
	background-position: 0 100%;
}

100% {
	background-position: 0 0;
}

}

@-webkit-keyframes img-wrap {

0% {
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}

100% {
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%);
}

}

@keyframes img-wrap {

0% {
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}

100% {
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%);
}

}

@-webkit-keyframes spot-animation {

0% {
	opacity: 0;
	-webkit-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}

60% {
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

80% {
	-webkit-transform: translate(-50%, -110%);
	transform: translate(-50%, -110%);
}

100% {
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

}

@keyframes spot-animation {

0% {
	opacity: 0;
	-webkit-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}

60% {
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

80% {
	-webkit-transform: translate(-50%, -110%);
	transform: translate(-50%, -110%);
}

100% {
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

}

@-webkit-keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fuwafuwa {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-1.25rem);
	transform: translateY(-1.25rem);
}

}

@keyframes fuwafuwa {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-1.25rem);
	transform: translateY(-1.25rem);
}

}

@-webkit-keyframes fadeup {

0% {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

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

}

@keyframes fadeup {

0% {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

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

}

@-webkit-keyframes jump {

0% {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

25% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

40% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

50% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

60% {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes jump {

0% {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

25% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

40% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

50% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

60% {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes jump4 {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

40% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

43% {
	-webkit-transform: translateY(-1%);
	transform: translateY(-1%);
}

46% {
	-webkit-transform: translateY(1%);
	transform: translateY(1%);
}

49% {
	-webkit-transform: translateY(-0.5%);
	transform: translateY(-0.5%);
}

51% {
	-webkit-transform: translateY(0.5%);
	transform: translateY(0.5%);
}

57% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes jump4 {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

40% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

43% {
	-webkit-transform: translateY(-1%);
	transform: translateY(-1%);
}

46% {
	-webkit-transform: translateY(1%);
	transform: translateY(1%);
}

49% {
	-webkit-transform: translateY(-0.5%);
	transform: translateY(-0.5%);
}

51% {
	-webkit-transform: translateY(0.5%);
	transform: translateY(0.5%);
}

57% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes swing {

0%,100% {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

50% {
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

}

@keyframes swing {

0%,100% {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

50% {
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

}

@-webkit-keyframes swing2 {

0%,100% {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

50% {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

}

@keyframes swing2 {

0%,100% {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

50% {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

}


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