.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto;
	scroll-padding-top: 3.75rem;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

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

*,
*::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 */

/* 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]) {
	-webkit-filter: blur(10px);
	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');
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

.c-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	-webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
	align-items: center;
	background-color: #C52B3E;
	border: 2px solid #BF2E3B;
	border-radius: 0.625rem;
	box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	gap: 16px;
	gap: 1rem;
	line-height: 1.8;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	position: relative;
	transition: color 0.3s, background-color 0.3s, border 0.3s;
	width: 100%;
}

.c-button span {
	-webkit-mask-image: url(../../assets/images/common/tab.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s;
	aspect-ratio: 1/1;
	background-color: #fff;
	mask-image: url(../../assets/images/common/tab.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
	width: 12px;
	width: 0.75rem;
}

.c-button.c-button--lower {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 240px;
	max-width: 15rem;
	width: 100%;
}

.c-button.c-button--white,
.c-button.c-button--cta {
	background-color: #fff;
	color: #BF2E3B;
}

.c-button.c-button--white span,
.c-button.c-button--arrow span {
	background-color: #BF2E3B;
}

.c-button.c-button--arrow span {
	-webkit-mask-image: url(../../assets/images/common/red_arrow.svg);
	mask-image: url(../../assets/images/common/red_arrow.svg);
}

.c-copy {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.c-copy__list {
	-webkit-animation: loopText 40s linear infinite;
	animation: loopText 40s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.c-copy__list.c-copy__list--2 {
	-webkit-animation: loopText 60s linear infinite;
	animation: loopText 60s linear infinite;
}

.c-copy__item {
	-ms-flex-negative: 0;
	color: #C94450;
	flex-shrink: 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.8;
	list-style: none;
	padding: 0 20px;
	text-transform: uppercase;
}

.c-copy__item.c-copy__item--02 {
	color: #BF2E3B;
}

.c-lower-mv {
	background-color: #222222;
	padding: 60px 20px;
	padding: 3.75rem 1.25rem;
}

.c-lower-mv__title {
	margin: auto;
}

.c-lower-mv__title-en {
	color: #C52B3E;
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-transform: uppercase;
}

.c-lower-mv__title-ja {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.c-page-top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	align-items: center;
	background-color: #222222;
	border: 2px solid #222222;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	height: 3.5rem;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	width: 56px;
	width: 3.5rem;
}

.c-page-top.is-show {
	opacity: 1;
}

.c-page-top::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: border-color 0.3s;
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	border-top: 2px solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: border-color 0.3s;
	width: 11px;
	width: 0.6875rem;
}

.c-title {
	font-weight: 700;
}

/* ★ u-wipeLeft が付いていない通常時だけ赤にする */

.c-title__en:not(.u-wipeLeft) {
	color: #C52B3E; /* ← ここは通常表示用。u-wipeLeft には効かない */
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-transform: uppercase;
}

/* フォールバック（サイズ系は分けたい場合） */

.c-title__en.u-wipeLeft {
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
	padding-top: 3px;
	padding-top: 0.1875rem;
	text-transform: uppercase;
}

.c-title__ja {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

/* ★ ホワイト指定も “u-wipeLeft には効かせない” */

.c-title.c-title--white .c-title__ja,
.c-title.c-title--white .c-title__en:not(.u-wipeLeft) {
	color: #fff;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-lower {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.l-page-top {
	bottom: 10px;
	bottom: 0.625rem;
	position: fixed;
	right: 10px;
	right: 0.625rem;
	z-index: 100;
}

.p-404 {
	background-color: #C52B3E;
	min-height: 80vh;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	position: relative;
}

.p-404__inner {
	position: relative;
}

.p-404__title {
	text-align: center;
}

.p-404__container {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .05);
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .05);
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-404__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-404__button {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-business {
	padding: 80px 0;
	padding: 5rem 0;
}

.p-business__title {
	text-align: center;
}

.p-business__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-business__text span {
	color: #C52B3E;
	font-weight: 700;
}

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

.p-business__item {
	background-color: #F0EEE6;
	border-radius: 1.25rem;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
}

.p-business-card__no {
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 600;
	left: 32px;
	left: 2rem;
	line-height: 1;
	position: absolute;
	top: 32px;
	top: 2rem;
}

.p-business-card__icon {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100px;
	height: 6.25rem;
	justify-content: center;
	margin: auto;
	width: 100px;
	width: 6.25rem;
}

.p-business-card__icon picture {
	max-width: 50px;
	max-width: 3.125rem;
}

.p-business__item:nth-child(4) .p-business-card__icon picture {
	max-width: 70px;
	max-width: 4.375rem;
}

.p-guide-content__item-img {
	width: 100%;
}

.p-business-card__icon img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-business__item:nth-child(1) .p-business-card__icon img {
	aspect-ratio: 44/51;
}

.p-business__item:nth-child(2) .p-business-card__icon img {
	aspect-ratio: 1/1;
}

.p-business__item:nth-child(3) .p-business-card__icon img {
	aspect-ratio: 52/42;
}

.p-business__item:nth-child(4) .p-business-card__icon img {
	aspect-ratio: 59/38;
}

.p-business-card__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-business-card__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: em;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-business__message {
	background-color: #C52B3E;
	color: #fff;
	display: block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.4;
	line-height: 1.8;
	margin: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 4px;
	padding: 0.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-business__message.p-business__message--pc {
	display: none;
}

.p-company {
	background-color: #A9212E;
	padding: 80px 0 140px;
	padding: 5rem 0 8.75rem;
	position: relative;
}

.p-company__image {
	bottom: 16px;
	bottom: 1rem;
	content: "";
	position: absolute;
	right: 16px;
	right: 1rem;
	width: 60%;
}

.p-company__image img {
	-o-object-fit: cover;
	aspect-ratio: 665/482;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-company__title {
	text-align: center;
}

.p-company__list {
	color: #fff;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-company__row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	border-top: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 16px 10px;
	padding: 1rem 0.625rem;
}

.p-company__row:last-of-type {
	border-bottom: 1px solid #fff;
}

.p-company__term {
	width: 150px;
	width: 9.375rem;
}

.p-event {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffedeb), color-stop(50%, #ffffff), to(#ffedeb));
	background: linear-gradient(to bottom, #ffedeb 0%, #ffffff 50%, #ffedeb 100%);
	overflow: hidden;
	padding: 160px 0;
	padding: 10rem 0;
	position: relative;
}

.p-event__bg-left-top,
.p-event__bg-right-top,
.p-event__bg-left-bottom,
.p-event__bg-right-bottom {
	content: "";
	position: absolute;
	width: 100%;
}

.p-event__bg-left-top {
	aspect-ratio: 628/929;
	left: 0;
	max-width: 314px;
	max-width: 19.625rem;
	top: -40px;
	top: -2.5rem;
}

.p-event__bg-right-top {
	display: none;
}

.p-event__bg-left-bottom {
	display: none;
}

.p-event__bg-right-bottom {
	aspect-ratio: 426/656;
	bottom: -60px;
	bottom: -3.75rem;
	max-width: 213px;
	max-width: 13.3125rem;
	right: 0;
}

.p-event__bg-left-top img,
.p-event__bg-right-top img,
.p-event__bg-left-bottom img,
.p-event__bg-right-bottom img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-event__bg-left-top img {
	aspect-ratio: 628/929;
}

.p-event__bg-right-top img {
	aspect-ratio: 528/709;
}

.p-event__bg-left-bottom img {
	aspect-ratio: 568/704;
}

.p-event__bg-right-bottom img {
	aspect-ratio: 426/656;
}

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

.p-event__title {
	text-align: center;
}

.p-event__head {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7857142857;
	margin: auto;
	margin-top: 220px;
	margin-top: 13.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-event__head--red {
	color: #C52B3E;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.p-event__head--red::before,
.p-event__head--red::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 35/34;
	background-image: url(../../assets/images/common/sakura.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	width: 2.1875rem;
}

.p-event__head--red::before {
	left: -45px;
	left: -2.8125rem;
}

.p-event__head--red::after {
	right: -45px;
	right: -2.8125rem;
}

.p-event__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-event__cta {
	background-color: #C52B3E;
	border-radius: 1.25rem;
	color: #fff;
	margin-top: 200px;
	margin-top: 12.5rem;
	padding: 60px 20px;
	padding: 3.75rem 1.25rem;
	position: relative;
	text-align: center;
}

.p-event__img-left {
	aspect-ratio: 834/560;
	content: "";
	height: inherit;
	left: 0;
	max-width: 340px;
	max-width: 21.25rem;
	pointer-events: none;
	position: absolute;
	top: -160px;
	top: -10rem;
	width: 100%;
}

.p-event__img-left img {
	-o-object-fit: contain;
	aspect-ratio: 834/560;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-event__img-top,
.p-event__img-bottom {
	aspect-ratio: 1127/241;
	content: "";
	height: inherit;
	max-width: 1127px;
	max-width: 70.4375rem;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.p-event__img-top {
	left: 0;
	top: 0;
}

.p-event__img-bottom {
	bottom: 0;
	left: 0;
}

.p-event__img-top img,
.p-event__img-bottom img {
	-o-object-fit: contain;
	aspect-ratio: 1127/241;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-event__img-right {
	aspect-ratio: 834/560;
	bottom: -180px;
	bottom: -11.25rem;
	content: "";
	height: inherit;
	max-width: 320px;
	max-width: 20rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-event__img-right img {
	-o-object-fit: cover;
	aspect-ratio: 834/560;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-event__cta-head {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-event__cta-button {
	margin: 32px auto 0;
	margin: 2rem auto 0;
}

.p-event__cta-comment {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
}

.p-event__items {
	background-color: #fff;
	border-radius: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-event__item {
	padding: 20px;
	padding: 1.25rem;
}

.p-event__item:nth-child(1),
.p-event__item:nth-child(2),
.p-event__item:nth-child(3),
.p-event__item:nth-child(4) {
	border-bottom: 1px solid #CCCCCC;
}

.p-event-card__icon {
	max-width: 34px;
	max-width: 2.125rem;
	width: 100%;
}

.p-event-card__icon img {
	-o-object-fit: contain;
	aspect-ratio: 34/32;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-event__title-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	gap: 0.75rem;
}

.p-event-card__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-event-card__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-event__item:nth-child(3) .p-event-card__text {
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.p-event__item:nth-child(3) .p-event-card__text::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 11/9;
	background-image: url(../../assets/images/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	width: 0.6875rem;
}

.p-event__comment {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-faq {
	background-color: #F0EEE6;
	overflow: hidden;
	padding: 80px 0 0;
	padding: 5rem 0 0;
	position: relative;
	position: relative;
}

.p-faq__copy {
	-webkit-transform: translateY(12px);
	margin-top: -10px;
	transform: translateY(12px);
}

.p-faq-copy__item {
	-ms-flex-negative: 0;
	color: #E3E0D5;
	flex-shrink: 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 100px;
	font-size: 6.25rem;
	font-weight: 500;
	line-height: 1;
	list-style: none;
	padding: 0 20px;
	text-transform: uppercase;
}

.p-faq-copy {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.p-faq-copy__list {
	-webkit-animation: loopText 40s linear infinite;
	animation: loopText 40s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-faq-copy__list.p-faq-copy__list--2 {
	-webkit-animation: loopText 60s linear infinite;
	animation: loopText 60s linear infinite;
}

.p-faq__title {
	text-align: center;
}

.p-faq-list {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-faq-list__item {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 32px 16px;
	padding: 2rem 1rem;
	position: relative;
	z-index: 10;
}

.p-faq-list__item + .p-faq-list__item {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-faq-list__item-question {
	-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;
	gap: 16px;
	gap: 1rem;
	line-height: 1.6;
}

.p-faq-list__item-question span {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	aspect-ratio: 1/1;
	aspect-ratio: 1/1;
	background-color: #C52B3E;
	border-radius: 6.25rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 30px;
	height: 1.875rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-top: 5px;
	padding-top: 0.3125rem;
	width: 30px;
	width: 1.875rem;
}

.p-faq-list__item-answer {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-faq-list__item-answer a {
	color: #0066C0;
	font-weight: 400;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	position: relative;
}

.p-faq-list__item-answer a::before {
	-webkit-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid #0066C0;
	border-right: 0.125rem solid #0066C0;
	border-top: 2px solid #0066C0;
	border-top: 0.125rem solid #0066C0;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 0;
	margin: auto;
	position: absolute;
	top: 60%;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.p-footer {
	background-color: #222222;
	color: #fff;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-footer__top {
	border-bottom: 1px solid #636363;
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
}

.p-footer__name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-footer__address {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-footer__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
}

.p-footer__bottom-link {
	padding: 10px 0;
	padding: 0.625rem 0;
}

.p-header {
	background-color: #fff;
	height: 65px;
	height: 4.0625rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.p-header__inner {
	height: inherit;
	padding-left: 0;
	padding-right: 10px;
	padding-right: 0.625rem;
}

.p-header__logo {
	-webkit-transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	max-width: 220px;
	max-width: 13.75rem;
	position: relative;
	transition: 0.3s;
	z-index: 999;
}

.p-header__logo a {
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 280/94;
	height: inherit;
	object-fit: cover;
	width: 100%;
}

.p-header__nav {
	display: none;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(16px, 1vw);
	gap: min(1rem, 1vw);
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: color 0.3s;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(16px, 1.4vw);
	font-size: min(1rem, 1.4vw);
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.015em;
	line-height: 1;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
	transition: color 0.3s;
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: fixed;
	right: 20px;
	right: 1.25rem;
	top: 0;
	transition: 0.3s;
	width: 40px;
	width: 2.5rem;
	z-index: 999;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #222222;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 24px;
	width: 1.5rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -6px;
	top: -0.375rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 6px;
	top: 0.375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	background-color: #fff;
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	background-color: #fff;
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	background-color: #fff;
	top: -4px;
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	-webkit-transition: 0.6s;
	background-color: #BF2E3B;
	height: 100%;
	padding: 90px 20px 60px;
	padding: 5.625rem 1.25rem 3.75rem;
	position: fixed;
	right: -120%;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.p-header__drawer::after {
	aspect-ratio: 665/482;
	background-image: url(../../assets/images/common/company_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 5%;
	width: 70vw;
}

.p-header__drawer.is-open {
	right: 0;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

body.is-fixed {
	overflow: hidden;
}

.p-header__logo-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header__drawer-item {
	border-bottom: 1px solid #fff;
}

.p-header__drawer-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-message {
	position: relative;
}

.p-message__container {
	background-color: #BF2E3B;
	padding: 60px 0;
	padding: 3.75rem 0;
	position: relative;
}

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

.p-message__container:nth-child(2) {
	background-color: #A9212E;
}

.p-message__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 40px;
	gap: 2.5rem;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.p-message__text-wrap {
	color: #fff;
	max-width: 445px;
	max-width: 27.8125rem;
}

.p-message__container:nth-child(2) .p-message__text-wrap {
	max-width: 586px;
	max-width: 36.625rem;
}

.p-message__title-en {
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.8;
	text-transform: uppercase;
}

.p-message__title-ja {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-message__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-message__image {
	-webkit-box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	border-radius: 0.625rem;
	box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	max-width: 500px;
	max-width: 31.25rem;
	overflow: hidden;
	width: 100%;
}

.p-message__container:nth-child(2) .p-message__image {
	max-width: 414px;
	max-width: 25.875rem;
}

.p-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 500/333;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-message__container:nth-child(2) .p-message__image img {
	aspect-ratio: 1/1;
}

.p-message__name {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: right;
}

.p-modal {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	position: relative;
	z-index: 95;
}

.p-modal.is-open {
	display: block;
}

.p-modal__overlay {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.p-modal__container {
	background-color: #fff;
	border-radius: 0.625rem;
	height: 60%;
	max-height: 1167px;
	max-height: 72.9375rem;
	max-width: 1000px;
	max-width: 62.5rem;
	padding: 30px 12px 30px 28px;
	padding: 1.875rem 0.75rem 1.875rem 1.75rem;
	width: calc(100% - 1.875rem);
}

.p-modal__containerInner {
	display: block;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	width: 100%;
}

.p-modal__containerInner::-webkit-scrollbar {
	background: #C52B3E;
	width: 4px;
	width: 0.25rem;
}

.p-modal__containerInner::-webkit-scrollbar-thumb {
	background-color: #C52B3E;
	border-radius: 6.25rem;
}

.p-modal__header {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 18px;
	padding-bottom: 1.125rem;
}

.p-modal__date {
	color: #b3b3b3;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin: 0;
}

.p-modal__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6666666667;
	margin: 6px 0 0;
	margin: 0.375rem 0 0;
}

.p-modal__close {
	aspect-ratio: 1/1;
	background: #C52B3E;
	border-radius: 100%;
	display: block;
	height: auto;
	position: absolute;
	right: -14px;
	right: -0.875rem;
	top: -14px;
	top: -0.875rem;
	width: 40px;
	width: 2.5rem;
}

.p-modal__close::before,
.p-modal__close::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 20px;
	width: 1.25rem;
}

.p-modal__close::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.p-modal__content {
	margin: 24px 0 0;
	margin: 1.5rem 0 0;
}

.p-modal__content figure {
	margin: 20px 0;
	margin: 1.25rem 0;
	padding: 0;
}

.p-modal__content figure img {
	display: block;
	width: 100%;
}

.p-modal__content figure figcaption {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px 0 0;
	margin: 0.25rem 0 0;
	opacity: 0.7;
}

.p-modal__content p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2;
	margin: 14px 0 0;
	margin: 0.875rem 0 0;
}

.p-modal__cat {
	border: 1px solid #C52B3E;
	border-radius: 0.25rem;
	color: #C52B3E;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding: 2px 12px;
	padding: 0.125rem 0.75rem;
}

.micromodal-slide[aria-hidden=false] .p-modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .p-modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .p-modal__container,
.-slide .p-modal__overlay {
	will-change: transform;
}

.p-mv {
	margin-top: 65px;
	margin-top: 4.0625rem;
	position: relative;
}

.p-mv__bg-left {
	bottom: 440px;
	bottom: 27.5rem;
	content: "";
	left: 0;
	max-width: 45vw;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-mv__bg-left img {
	-o-object-fit: contain;
	aspect-ratio: 507/149;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-mv__bg-right {
	bottom: 20px;
	bottom: 1.25rem;
	content: "";
	max-width: 60vw;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.p-mv__bg-right img {
	-o-object-fit: contain;
	aspect-ratio: 922/745;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-mv::before {
	aspect-ratio: 1698/1218;
	background-image: url(../../assets/images/common/wagara.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-mv__inner {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-mv__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	gap: 90px;
	gap: 5.625rem;
}

.p-mv__text-wrap {
	width: 100%;
}

.p-mv__lead,
.p-mv__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-mv__lead span {
	color: #BF2E3B;
}

.p-mv__desc {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-mv__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-mv__image {
	border-radius: 1.25rem 0 0 1.25rem;
	overflow: hidden;
	width: 100%;
}

.p-mv__image img {
	-o-object-fit: cover;
	aspect-ratio: 705/631;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-news {
	padding: 80px 0;
	padding: 5rem 0;
	position: relative;
}

.p-news__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 40px;
	gap: 2.5rem;
}

.p-news__list {
	max-width: 719px;
	max-width: 44.9375rem;
}

.p-news__listItem:first-of-type {
	padding-top: 0;
}

.p-news__listItemInner {
	-webkit-transition: color 0.3s;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	padding: 32px 0;
	padding: 2rem 0;
	transition: color 0.3s;
}

.p-news__listItemDate {
	color: #979797;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	padding-right: 16px;
	padding-right: 1rem;
}

.p-news__cat {
	border: 1px solid #C52B3E;
	border-radius: 0.25rem;
	color: #C52B3E;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 2px 12px;
	padding: 0.125rem 0.75rem;
}

.p-news__listItemTitle {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-news__content {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-privacy {
	background-color: #C52B3E;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	position: relative;
}

.p-privacy__inner {
	position: relative;
}

.p-privacy__title {
	text-align: center;
}

.p-privacy__container {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .05);
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .05);
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-privacy__text-head {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.p-privacy__container h2::before {
	background-color: #BF2E3B;
	content: "";
	height: 100%;
	left: -10px;
	left: -0.625rem;
	position: absolute;
	top: 0;
	width: 4px;
}

.p-privacy__container p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-story {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 120px;
	padding-top: 7.5rem;
}

.p-story__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	gap: 25px;
	gap: 1.5625rem;
}

.p-story__img-wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.p-story__img-ishikawa {
	width: 100%;
}

.p-story__img-ishikawa img {
	-o-object-fit: contain;
	aspect-ratio: 631/697;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-story__img-01 {
	-webkit-box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	border-radius: 0.625rem;
	box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	content: "";
	height: inherit;
	left: 3px;
	left: 0.1875rem;
	max-width: 150px;
	max-width: 9.375rem;
	overflow: hidden;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.p-story__img-01 img {
	-o-object-fit: cover;
	aspect-ratio: 520/428;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-story__img-02 {
	-webkit-box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	border-radius: 0.625rem;
	bottom: 0;
	box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	content: "";
	height: inherit;
	left: -10px;
	left: -0.625rem;
	max-width: 120px;
	max-width: 7.5rem;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.p-story__img-02 img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-story__img-03 {
	-webkit-box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	border-radius: 0.625rem;
	bottom: 100px;
	bottom: 6.25rem;
	box-shadow: 6px 6px 31px rgba(0, 0, 0, .15);
	content: "";
	height: inherit;
	max-width: 180px;
	max-width: 11.25rem;
	overflow: hidden;
	position: absolute;
	right: -14px;
	right: -0.875rem;
	width: 100%;
}

.p-story__img-03 img {
	-o-object-fit: cover;
	aspect-ratio: 540/304;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-story__text-wrap {
	width: 100%;
}

.p-story__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-story__text span {
	color: #C52B3E;
	font-weight: 700;
}

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

/* 初期状態（非表示＆少し下げてボカす） */

.p-story__img-01,
.p-story__img-02,
.p-story__img-03 {
	-webkit-transform: translateY(16px) scale(0.98);
	-webkit-filter: blur(2px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
	filter: blur(2px);
	opacity: 0;
	transform: translateY(16px) scale(0.98);
	will-change: transform, opacity, filter;
}

/* is-active 付与後にふわっと表示（順番：01 → 03 → 02） */

.p-story__img-wrap.is-active .p-story__img-01 {
	-webkit-animation: story-fuwafuwa-in 1.5s ease-out 0s both;
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	animation: story-fuwafuwa-in 1.5s ease-out 0s both;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.p-story__img-wrap.is-active .p-story__img-03 {
	-webkit-animation: story-fuwafuwa-in 1.5s ease-out 0.7s both;
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	animation: story-fuwafuwa-in 1.5s ease-out 0.7s both;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.p-story__img-wrap.is-active .p-story__img-02 {
	-webkit-animation: story-fuwafuwa-in 1.5s ease-out 1.3s both;
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	animation: story-fuwafuwa-in 1.5s ease-out 1.3s both;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
	visibility: visible;
}

/* アニメーション前 */

.u-blur,
.u-blur-delay,
.u-blur-delay02,
.u-blur-fast {
	opacity: 0;
}

.u-blur.is-active {
	-webkit-animation: blur 1.5s ease-out forwards;
	animation: blur 1.5s ease-out forwards;
}

.u-blur-fast.is-active {
	-webkit-animation: blur 1s ease-out forwards;
	animation: blur 1s ease-out forwards;
}

.u-blur-delay.is-active {
	-webkit-animation: blur 1.5s ease-out 1.5s forwards;
	animation: blur 1.5s ease-out 1.5s forwards;
}

.u-blur-delay02.is-active {
	-webkit-animation: blur 1.5s ease-out 2.5s forwards;
	animation: blur 1.5s ease-out 2.5s forwards;
}

.u-slideLeft {
	-webkit-transform: translateX(-30px);
	opacity: 0;
	transform: translateX(-30px);
}

.u-slideLeft.is-active {
	-webkit-animation: slideLeft ease-out 0.6s forwards;
	animation: slideLeft ease-out 0.6s forwards;
}

/* アニメーション前 */

.u-fadeIn-fast,
.u-fadeIn,
.u-fadeIn-slow,
.u-fadeIn-delay,
.u-fadeIn-delay02 {
	opacity: 0;
}

.u-fadeIn-fast.is-active {
	-webkit-animation: fadeIn 1s ease-out 0.4s forwards;
	animation: fadeIn 1s ease-out 0.4s forwards;
}

.u-fadeIn.is-active {
	-webkit-animation: fadeIn 1.5s ease-out 0.7s forwards;
	animation: fadeIn 1.5s ease-out 0.7s forwards;
}

.u-fadeIn-delay.is-active {
	-webkit-animation: fadeIn 2s ease-out 1.2s forwards;
	animation: fadeIn 2s ease-out 1.2s forwards;
}

.u-fadeIn-delay02.is-active {
	-webkit-animation: fadeIn 1.5s ease-out 2s forwards;
	animation: fadeIn 1.5s ease-out 2s forwards;
}

.u-fadeIn-slow.is-active {
	-webkit-animation: fadeIn 3s ease-out 0.5s forwards;
	animation: fadeIn 3s ease-out 0.5s forwards;
}

/* アニメーション前 */

.u-fadeUp,
.u-fadeUp-delay,
.u-fadeUp-slow,
.u-fadeUp-slow-delay {
	opacity: 0;
}

.u-fadeUp.is-active {
	-webkit-animation: fadeUp 0.6s ease-out forwards;
	animation: fadeUp 0.6s ease-out forwards;
}

.u-fadeUp-delay.is-active {
	-webkit-animation: fadeUp 0.6s ease-out 2s forwards;
	animation: fadeUp 0.6s ease-out 2s forwards;
}

.u-fadeUp-slow.is-active {
	-webkit-animation: fadeUpLong 0.6s ease-out forwards;
	animation: fadeUpLong 0.6s ease-out forwards;
}

.u-fadeUp-slow-delay.is-active {
	-webkit-animation: fadeUpLong 0.6s ease-out 0.5s forwards;
	animation: fadeUpLong 0.6s ease-out 0.5s forwards;
}

.u-revealLeft {
	overflow: hidden;
	position: relative;
}

.u-revealLeft picture,
.u-revealLeft img {
	-webkit-transform: scale(1.05);
	-webkit-transition: -webkit-transform 2s ease-out;
	display: block;
	height: auto;
	transform: scale(1.05);
	transition: -webkit-transform 2s ease-out;
	transition: transform 2s ease-out;
	transition: transform 2s ease-out, -webkit-transform 2s ease-out;
	width: 100%;
}

.u-revealLeft::before {
	-webkit-transform: translateX(0%);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	background: #fff;
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(0%);
	transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 2;
}

.u-revealLeft.is-active::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.u-revealLeft.is-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* --- 帯つきラッパ --- */

.u-wipeLeft { /* カスタマイズ可能 */
	--wipe-bg: #c52b3e; /* 帯色 */
	--title-color: #c52b3e; /* 表示後は元の色を使う（= .c-title__en の赤） */
	--wipe-dur: .9s;
	--wipe-ease: cubic-bezier(.77, 0, .175, 1);
	--stagger: 0s; /* 親から受け取る */
	display: inline-block;
	overflow: hidden;
	position: relative;
}

/* 帯（テキストの上を横移動） */

.u-wipeLeft::before {
	-webkit-transform: translateX(-101%);
	background: var(--wipe-bg);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-101%); /* 左の外から入る */
	will-change: transform;
	z-index: 1; /* テキストの上を走る */
}

/* 発火時：帯を横にアニメ（横ワイプは現行のまま） */

.u-titleStagger.is-active .u-wipeLeft::before {
	-webkit-animation: wipeX var(--wipe-dur) var(--wipe-ease) var(--stagger) both;
	animation: wipeX var(--wipe-dur) var(--wipe-ease) var(--stagger) both;
}

/* --- テキスト本体（子要素）--- */

/* 初期は見えない（※子要素だけを透明にするので帯は消えません） */

.u-wipeLeft__text {
	-webkit-transform: translateY(4px);
	-webkit-transition: opacity 0.32s ease-out calc(var(--stagger) + var(--wipe-dur)), -webkit-transform 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) calc(var(--stagger) + var(--wipe-dur));
	color: var(--title-color); /* 表示後は親の色（= .c-title__en の赤）を利用 */
	opacity: 0;
	transform: translateY(4px); /* ほんの少しだけ下から */
	transition: opacity 0.32s ease-out calc(var(--stagger) + var(--wipe-dur)), -webkit-transform 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) calc(var(--stagger) + var(--wipe-dur));
	transition: opacity 0.32s ease-out calc(var(--stagger) + var(--wipe-dur)), transform 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) calc(var(--stagger) + var(--wipe-dur));
	transition: opacity 0.32s ease-out calc(var(--stagger) + var(--wipe-dur)), transform 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) calc(var(--stagger) + var(--wipe-dur)), -webkit-transform 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) calc(var(--stagger) + var(--wipe-dur));
}

/* 帯が抜けた“後”にふわっと表示 */

.u-titleStagger.is-active .u-wipeLeft__text {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

/* スタッガー配布（最大4つ） */

.u-titleStagger.is-active > *:nth-child(1) {
	--stagger: 0s;
}

.u-titleStagger.is-active > *:nth-child(2) {
	--stagger: 0.12s;
}

.u-titleStagger.is-active > *:nth-child(3) {
	--stagger: 0.24s;
}

.u-titleStagger.is-active > *:nth-child(4) {
	--stagger: 0.36s;
}

/* reduce 配慮：帯は即退場、文字は即表示 */

/* ================================
   左からふわっとスライド表示
   ================================ */

.u-slideH {
	-webkit-transform: translateX(-16px);
	opacity: 0;
	transform: translateX(-16px); /* 初期位置：左に16px */
	will-change: transform, opacity; /* パフォーマンス配慮 */
}

/* 発火（親に .is-active が付与されたら動く） */

.u-titleStagger.is-active .u-slideH {
	-webkit-animation: slideH 0.6s ease-out forwards;
	-webkit-animation-delay: 0s;
	animation: slideH 0.6s ease-out forwards;
	animation-delay: 0s; /* 親のスタッガーを継承 */
}

/* 動きが苦手な人向け：即時表示 */

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

.js-bgShape {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

@media (hover: hover) {

a:hover {
	opacity: 0.6;
}

.p-header__nav-item a:hover {
	color: #C52B3E;
	opacity: 1;
}

}

@media (hover: none) {

a:active {
	opacity: 0.6;
}

}

@media (any-hover: hover) {

.c-button:hover {
	background-color: #fff;
	border: 2px solid #C52B3E;
	color: #BF2E3B;
	opacity: 1;
}

.c-button:hover span {
	background-color: #C52B3E;
}

.c-button.c-button--white:hover {
	background-color: #BF2E3B;
	border: 2px solid #fff;
	color: #fff;
	opacity: 1;
}

.c-button.c-button--arrow:hover {
	background-color: #BF2E3B;
	border: 2px solid #C52B3E;
	color: #fff;
	opacity: 1;
}

.c-button.c-button--white:hover span {
	background-color: #fff;
}

.c-page-top:hover {
	background-color: #fff;
	color: #222222;
}

.c-page-top:hover::before {
	border-color: #222222;
}

.p-news__listItemInner:hover {
	color: #C52B3E;
	opacity: 1;
}

}

@media (prefers-reduced-motion: reduce) {

.u-wipeLeft::before {
	-webkit-animation: none !important;
	-webkit-transform: translateX(101%) !important;
	animation: none !important;
	transform: translateX(101%) !important;
}

.u-wipeLeft__text {
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

.u-slideH {
	-webkit-transform: none !important;
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

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

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

.c-button {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-copy__item {
	font-size: 5.375rem;
}

.c-lower-mv {
	padding: 5rem 3.75rem;
}

.c-lower-mv__title-en {
	font-size: 3.625rem;
}

.c-lower-mv__title-ja {
	font-size: 1.25rem;
}

.c-page-top {
	height: 4.1875rem;
	width: 4.1875rem;
}

.c-page-top::before {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	height: 0.8125rem;
	width: 0.8125rem;
}

.c-title__en:not(.u-wipeLeft) {
	font-size: 3.625rem;
}

.c-title__en.u-wipeLeft {
	font-size: 3.625rem;
}

.c-title__ja {
	font-size: 1.25rem;
}

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

.l-lower {
	margin-top: 6.875rem;
}

.l-page-top {
	right: 1.25rem;
}

.p-404 {
	padding-bottom: 8.75rem;
}

.p-404__container {
	margin-top: 5rem;
	max-width: 67.5rem;
	padding: 3.75rem;
}

.p-404__text {
	font-size: 1rem;
}

.p-business {
	padding: 7.5rem 0;
}

.p-business__text {
	font-size: 1.125rem;
	margin-top: 4rem;
	text-align: center;
}

.p-business__items {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-business__items {
	margin-top: 4rem;
}

.p-business__item {
	padding: 2.5rem;
}

.p-business-card__title {
	font-size: 1.25rem;
}

.p-business__message {
	font-size: 1.25rem;
	margin-top: 4rem;
}

.p-business__message.p-business__message--pc {
	display: block;
}

.p-business__message + .p-business__message {
	margin-top: 0.5rem;
}

.p-company {
	padding: 7.5rem 0;
}

.p-company__image {
	bottom: 2.5rem;
	right: 2.5rem;
	width: 46%;
}

.p-company__list {
	margin-top: 4rem;
}

.p-company__row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1rem;
	gap: 4rem;
	padding: 1.5rem;
}

.p-company__term {
	text-align: center;
}

.p-event {
	padding: 7.5rem 0;
}

.p-event__bg-left-top {
	top: 1.375rem;
}

.p-event__bg-right-top {
	aspect-ratio: 528/709;
	display: block;
	max-width: 16.5rem;
	right: 0;
	top: 0.625rem;
}

.p-event__bg-left-bottom {
	aspect-ratio: 568/704;
	bottom: 0;
	display: block;
	left: 0;
	max-width: 17.75rem;
}

.p-event__bg-right-bottom {
	bottom: 0;
}

.p-event__head {
	font-size: 1.75rem;
	margin-top: 6.25rem;
}

.p-event__head--red {
	margin-top: 4rem;
}

.p-event__text {
	font-size: 1.125rem;
	text-align: center;
}

.p-event__cta {
	margin-top: 3.75rem;
	padding: 4rem;
}

.p-event__img-left {
	aspect-ratio: 663/684;
	max-width: 15rem;
	top: -3.125rem;
}

.p-event__img-left img {
	aspect-ratio: 663/684;
}

.p-event__img-top {
	top: -6.25rem;
}

.p-event__img-bottom {
	bottom: -7.1875rem;
}

.p-event__img-right {
	aspect-ratio: 675/678;
	bottom: -3.75rem;
	max-width: 15rem;
}

.p-event__img-right img {
	aspect-ratio: 675/678;
}

.p-event__items {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.p-event__item {
	padding: 2.5rem;
}

.p-event__item:nth-child(1),
.p-event__item:nth-child(2),
.p-event__item:nth-child(4),
.p-event__item:nth-child(5) {
	border-right: 1px solid #CCCCCC;
}

.p-event__item:nth-child(4),
.p-event__item:nth-child(5) {
	border-bottom: none;
}

.p-event-card__text {
	font-size: 1rem;
}

.p-event__comment {
	margin-top: 3rem;
	text-align: center;
}

.p-faq {
	padding: 7.5rem 0 0;
}

.p-faq__copy {
	-webkit-transform: translateY(28px);
	margin-top: -24px;
	transform: translateY(28px);
}

.p-faq-copy__item {
	bottom: -5.375rem;
	font-size: 9.875rem;
}

.p-faq-list {
	margin-top: 4rem;
}

.p-faq-list__item {
	padding: 2rem 1.5rem;
}

.p-faq-list__item-question {
	font-size: 1.125rem;
}

.p-faq-list__item-question span {
	font-size: 1.125rem;
	height: 2.5rem;
	width: 2.5rem;
}

.p-faq-list__item-answer {
	font-size: 1rem;
}

.p-footer {
	padding: 5rem 0;
}

.p-footer__name {
	font-size: 1.25rem;
}

.p-footer__address {
	font-size: 1rem;
}

.p-footer__bottom {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
}

.p-header {
	height: 5.9375rem;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 2rem;
}

.p-header__logo {
	margin-right: auto;
	max-width: 17.5rem;
	width: min(17.5rem, 19.5vw);
}

.p-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.p-header__hamburger {
	display: none;
}

.p-message__container {
	padding: 6.25rem 0;
}

.p-message__inner {
	margin-top: 0;
	margin-top: initial;
}

.p-message__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-message__container:nth-child(2) .p-message__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-message__title-en {
	font-size: 1rem;
}

.p-message__title-ja {
	font-size: 2rem;
}

.p-message__text {
	font-size: 1rem;
}

.p-message__name {
	font-size: 1.125rem;
}

.p-modal {
	font-size: 1rem;
}

.p-modal__container {
	border-radius: 1.25rem;
	padding: 6.25rem 3.75rem 6.25rem 6.25rem;
}

.p-modal__containerInner {
	padding-right: 2.25rem;
}

.p-modal__header {
	padding-bottom: 2rem;
}

.p-modal__date {
	font-size: 1rem;
	line-height: 1.625;
}

.p-modal__title {
	font-size: 1.5rem;
	line-height: 1.5833333333;
	margin-top: 0.5rem;
}

.p-modal__close {
	right: -1.5rem;
	top: -1.5rem;
	width: 3.75rem;
}

.p-modal__close::before,
.p-modal__close::after {
	width: 1.625rem;
}

.p-modal__content {
	margin: 1.5rem 0 0;
}

.p-modal__content figure {
	margin: 2.25rem 0;
}

.p-modal__content figure figcaption {
	font-size: 0.8125rem;
}

.p-modal__content p {
	font-size: 1rem;
	line-height: 2;
	margin: 1rem 0 0;
}

.p-mv {
	margin-top: 5.9375rem;
}

.p-mv__bg-left {
	bottom: auto;
	bottom: initial;
	max-width: 15vw;
	top: 2.5rem;
}

.p-mv__bg-right {
	bottom: 0;
	max-width: 70vw;
	max-width: 30vw;
	right: calc(50% - 12rem);
	top: auto;
	top: initial;
}

.p-mv::before {
	bottom: auto;
	bottom: initial;
	max-width: 60.5vw;
	top: 4rem;
}

.p-mv__inner {
	padding-left: 7vw;
}

.p-mv__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
}

.p-mv__text-wrap {
	max-width: 35rem;
}

.p-mv__lead,
.p-mv__title {
	font-size: 3rem;
}

.p-mv__desc {
	font-size: 1.125rem;
}

.p-mv__buttons {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-mv__image {
	border-radius: 1.875rem 0 0 1.875rem;
	width: 49vw;
}

.p-news {
	padding: 7.5rem 0;
}

.p-news__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
}

.p-news__listItemTitle {
	font-size: 1rem;
}

.p-news__content {
	font-size: 1rem;
}

.p-privacy {
	padding-bottom: 8.75rem;
}

.p-privacy__container {
	margin-top: 5rem;
	max-width: 67.5rem;
	padding: 3.75rem;
}

.p-privacy__text-head {
	font-size: 1.5rem;
	margin-top: 2.5rem;
}

.p-privacy__container h2::before {
	left: -0.9375rem;
}

.p-privacy__container p {
	font-size: 1rem;
}

.p-story {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.p-story .p-story__inner {
	max-width: 82.5rem;
}

.p-story__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 6.25rem;
	justify-content: space-between;
}

.p-story__img-wrap {
	margin-top: 0;
	margin-top: initial;
	width: 44vw;
}

.p-story__img-01 {
	max-width: 12.5rem;
	top: 3.75rem;
}

.p-story__img-02 {
	bottom: 3.125rem;
	left: 2.5rem;
	max-width: 8.75rem;
}

.p-story__img-03 {
	bottom: 8.125rem;
	max-width: 12.5rem;
}

.p-story__text-wrap {
	margin-right: 4.375rem;
	max-width: 28.75rem;
}

.p-story__text {
	font-size: 1.125rem;
	margin-top: 4rem;
}

.p-story__text + .p-story__text {
	margin-top: 2.5rem;
}

.u-fadeUp-slow.is-active {
	-webkit-animation: fadeUpLong 1s ease-out forwards;
	animation: fadeUpLong 1s ease-out forwards;
}

.u-fadeUp-slow-delay.is-active {
	-webkit-animation: fadeUpLong 1s ease-out 1s forwards;
	animation: fadeUpLong 1s ease-out 1s forwards;
}

}

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

.u-fadeIn-slow.is-active {
	-webkit-animation: fadeIn 3s ease-out 1s forwards;
	animation: fadeIn 3s ease-out 1s forwards;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

.p-mv__bg-right {
	right: 46vw;
}

}

@media (min-width: 1240px) {

.p-event__img-left {
	left: calc(50% - 40rem);
	max-width: 20.75rem;
}

.p-event__img-top {
	left: 6.25rem;
}

.p-event__img-bottom {
	left: -1.25rem;
}

.p-event__img-right {
	max-width: 20.75rem;
	right: calc(50% - 40rem);
}

.p-story__img-01 {
	max-width: 16.25rem;
	top: 5.4375rem;
}

.p-story__img-02 {
	bottom: 6.625rem;
	max-width: 10.625rem;
}

.p-story__img-03 {
	bottom: 12.5rem;
	max-width: 16.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes loopText {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@keyframes loopText {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@keyframes loopText {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

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

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

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

}

@-webkit-keyframes mmslideOut {

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

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

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

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@-webkit-keyframes story-fuwafuwa-in {

0% {
	-webkit-transform: translateY(16px) scale(0.98);
	-webkit-filter: blur(2px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
	filter: blur(2px);
	opacity: 0;
	transform: translateY(16px) scale(0.98);
}

60% {
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

100% {
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

}

@keyframes story-fuwafuwa-in {

0% {
	-webkit-transform: translateY(16px) scale(0.98);
	-webkit-filter: blur(2px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
	filter: blur(2px);
	opacity: 0;
	transform: translateY(16px) scale(0.98);
}

60% {
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

100% {
	-webkit-transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

}

@-webkit-keyframes blur {

0% {
	-webkit-filter: blur(10px);
	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');
	filter: blur(10px);
	opacity: 0;
}

100% {
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
}

}

@keyframes blur {

0% {
	-webkit-filter: blur(10px);
	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');
	filter: blur(10px);
	opacity: 0;
}

100% {
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
}

}

@-webkit-keyframes slideLeft {

0% {
	-webkit-transform: translateX(-30px);
	opacity: 0;
	transform: translateX(-30px);
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes slideLeft {

0% {
	-webkit-transform: translateX(-30px);
	opacity: 0;
	transform: translateX(-30px);
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeUp {

0% {
	-webkit-transform: translateY(6px);
	opacity: 0;
	transform: translateY(6px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@keyframes fadeUp {

0% {
	-webkit-transform: translateY(6px);
	opacity: 0;
	transform: translateY(6px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@-webkit-keyframes fadeUpLong {

0% {
	-webkit-transform: translateY(20px);
	opacity: 0;
	transform: translateY(20px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@keyframes fadeUpLong {

0% {
	-webkit-transform: translateY(20px);
	opacity: 0;
	transform: translateY(20px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@-webkit-keyframes wipeX {

0% {
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
}

40%,60% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}

}

@keyframes wipeX {

0% {
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
}

40%,60% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}

}

@-webkit-keyframes slideH {

from {
	-webkit-transform: translateX(-16px);
	opacity: 0;
	transform: translateX(-16px);
}

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

}

@keyframes slideH {

from {
	-webkit-transform: translateX(-16px);
	opacity: 0;
	transform: translateX(-16px);
}

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

}


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