@charset "UTF-8";
/* Web Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/syw6sxq.css");
/* Custom Properties */
:root {
	/* color */
	--color-default: #232323;
	--color-red: #fa3246;
	--color-green: #00b48c;
	--color-pink: #feb5bc;
	--color-yellow: #ffe600;
	/* filter */
	--filter-red: brightness(0) saturate(100%) invert(26%) sepia(56%) saturate(2738%) hue-rotate(333deg) brightness(115%) contrast(105%);
	/* font */
	--font-default: "Noto Sans JP", sans-serif;
	--font-din: din-condensed-variable, sans-serif;
}

/*-------------------------
reset
---------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	-webkit-text-size-adjust: 100%;
}

body, input, textarea {
	font-size: 16px;
}

html,
body {
	overflow-x: clip;
}

body {
	color: var(--color-default);
	font-family: var(--font-default);
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.8;
	margin: 0;
	position: relative;
}

main {
	padding-top: 60px;
}
@media (width <= 1280px) {
	main {
		padding-top: 0;
	}
}

img, a, ul, li, iframe, fieldset {
	border: none;
	outline: none;
}

a, img {
	display: block;
	width: 100%;
}

a.inline, img.inline {
	display: inline;
	width: auto;
}

img {
	line-height: 0;
}

a {
	color: var(--color-text);
	text-decoration: none;
	transition: 0.2s ease-out;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, figure, form, iframe, fieldset, legend {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

article, aside, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

input, textarea, select {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
}

select {
	padding: 2.5px 3px;
}

label {
	display: -webkit-box;
	display: flex;
}

label input {
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input:focus {
	outline: none;
}

input[type=submit],
input[type=button] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	height: 2em;
	font-size: 16px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin-left: 5px;
	opacity: 0.5;
}

@media (width <= 767px) {
	.pc {
		display: none !important;
	}
}
@media (width > 767px) {
	.sp {
		display: none !important;
	}
}
.box-side {
	padding-inline: 35px;
}

.w970 {
	width: 100%;
	max-width: 970px;
}
.w970.box-side {
	max-width: 1040px;
}

.w1090 {
	width: 100%;
	max-width: 1090px;
}
.w1090.box-side {
	max-width: 1160px;
}

.w1400 {
	width: 100%;
	max-width: 1400px;
}

/* 背景色 */
.c-wraper {
	width: 100%;
	max-width: 1200px;
	border-radius: 6px;
	margin-inline: auto;
}
@media (width <= 1200px) {
	.c-wraper {
		border-radius: 0;
	}
}

/* マージン */
.m-auto {
	margin-inline: auto !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt50-30 {
	margin-top: 50px !important;
}
@media (width <= 767px) {
	.mt50-30 {
		margin-top: 30px !important;
	}
}

.mt60-30 {
	margin-top: 60px !important;
}
@media (width <= 767px) {
	.mt60-30 {
		margin-top: 30px !important;
	}
}

.mt60-40 {
	margin-top: 60px !important;
}
@media (width <= 767px) {
	.mt60-40 {
		margin-top: 40px !important;
	}
}

.mt80-40 {
	margin-top: 80px !important;
}
@media (width <= 767px) {
	.mt80-40 {
		margin-top: 40px !important;
	}
}

.c-list01 > li {
	padding-left: 1em;
	position: relative;
}
.c-list01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list01--notes > li::before {
	content: "※";
}
.c-list01--circle > li::before {
	content: "●";
	font-size: 0.75em;
	top: 0.25em;
}
.c-list01--circle--pink > li::before {
	color: var(--color-pink);
}

/* 汎用タイトル */
.c-title01 {
	font-size: clamp(36px, 1.947rem + 0.63vw, 40px);
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.65;
}
.c-title01__en {
	display: block;
	font-family: var(--font-din);
	font-size: 22px;
	text-align: center;
}
.c-title01__en--mb10 {
	margin-bottom: 10px;
}
.c-title01__en--red {
	color: var(--color-red);
}
.c-title01__en--yellow {
	color: var(--color-yellow);
}
.c-title01__large {
	font-size: 1.3em;
}
.c-title01--fz28 {
	font-size: 28px;
}
.c-title01--fz28 .c-title01__en {
	margin-bottom: 10px;
}
.c-title01--black {
	color: #232323;
}

/* 汎用テキスト */
.c-fwMedium {
	font-weight: 500;
}

.c-fwBold {
	font-weight: bold;
}

.c-textCenter {
	text-align: center;
}

.c-colorRed {
	color: var(--color-red);
}

.c-textWave {
	display: inline-block;
	position: relative;
}
.c-textWave::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.16em;
	background: url(../img/common/text_wave.webp) center/contain repeat-x;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.5s linear;
}
.c-textWave.animated::after {
	clip-path: inset(0 0 0 0);
}

/* 汎用ボタン */
.c-btn01 {
	--btnColor: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--btnColor);
	width: 100%;
	max-width: 300px;
	min-height: 60px;
	border: 1px solid var(--btnColor);
	border-radius: calc(infinity * 1px);
}
@media (any-hover: hover) {
	.c-btn01:hover {
		color: var(--color-red);
		background-color: var(--btnColor);
	}
}
.c-btn01--red {
	--btnColor: var(--color-red);
}
@media (any-hover: hover) {
	.c-btn01--red:hover {
		color: #fff;
	}
}
.c-btn01--black {
	--btnColor: #232323;
}
@media (any-hover: hover) {
	.c-btn01--black:hover {
		color: #fff;
	}
}

.c-btn02 {
	--textColor: #fff;
	--btnColor: var(--color-red);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--textColor);
	width: 100%;
	max-width: 300px;
	min-height: 60px;
	border: 1px solid var(--btnColor);
	background-color: var(--btnColor);
	border-radius: calc(infinity * 1px);
	padding-inline: 40px;
	position: relative;
	cursor: pointer;
	transition: 0.2s ease-out;
}
.c-btn02::after {
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1;
	border-top: 1px solid var(--textColor);
	border-right: 1px solid var(--textColor);
	position: absolute;
	inset: 50% 30px auto auto;
	rotate: 45deg;
	translate: 0 -50%;
}
@media (any-hover: hover) {
	.c-btn02:hover {
		color: var(--btnColor);
		background-color: var(--textColor);
	}
	.c-btn02:hover::after {
		border-color: var(--btnColor);
	}
}
.c-btn02--black {
	--btnColor: #232323;
}
.c-btn02--h80 {
	min-height: 80px;
}

.c-btn03 {
	--btnColor: var(--color-red);
	color: var(--btnColor);
	font-weight: 500;
	width: 100%;
	max-width: max-content;
	padding-right: 20px;
	position: relative;
}
.c-btn03::after {
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1;
	border-top: 1px solid var(--btnColor);
	border-right: 1px solid var(--btnColor);
	rotate: 45deg;
	position: absolute;
	inset: 50% 0 auto auto;
	transform: translate(0, -50%);
	transition: inset 0.2s ease-out;
}
@media (any-hover: hover) {
	.c-btn03:hover::after {
		inset: 50% -5px auto auto;
	}
}

.c-detail01 {
	--titleSize: 86px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 30px 15px;
}
@media (width <= 767px) {
	.c-detail01 {
		flex-direction: column;
		row-gap: 15px;
	}
}
.c-detail01--titleSize68 {
	--titleSize: 68px;
}
.c-detail01__title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-red);
	text-align: center;
	line-height: 1.2;
	border: 1px solid var(--color-red);
	border-radius: calc(infinity * 1px);
	width: var(--titleSize);
	min-height: 24px;
	height: max-content;
}
.c-detail01__text {
	width: calc(100% - 15px - var(--titleSize));
}
@media (width <= 767px) {
	.c-detail01__text {
		width: 100%;
	}
}
.c-detail01__text--w68 {
	width: 68px;
}
@media (width <= 767px) {
	.c-detail01__text + .c-detail01__title {
		margin-top: 20px;
	}
}
.c-detail01--rowGap12 {
	row-gap: 12px;
}
.c-detail01--center {
	align-items: center;
}
@media (width <= 767px) {
	.c-detail01--row {
		flex-direction: row;
	}
	.c-detail01--row .c-detail03__title {
		width: var(--titleSize);
	}
	.c-detail01--row .c-detail01__text {
		width: calc(100% - 15px - var(--titleSize));
	}
	.c-detail01--row .c-detail01__text + .c-detail01__title {
		margin-top: 0;
	}
}

.c-detail02__title {
	font-weight: 500;
	color: var(--color-red);
}
.c-detail02__title--fz18 {
	font-size: 18px;
}
.c-detail02__title--black {
	color: #232323;
}
.c-detail02__text + .c-detail02__title {
	margin-top: 1em;
}

.c-detail03 {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	background-color: #fff;
	padding: 40px 35px;
}
.c-detail03__title {
	font-size: 18px;
	font-weight: bold;
	color: var(--color-red);
}
.c-detail03__date {
	order: -1;
	font-size: 14px;
	font-weight: 500;
}
.c-detail03__text {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.c-detail03__more {
	margin-left: auto;
}

/* 汎用ポジション */
.c-positionRelative {
	position: relative;
}

.c-feed {
	transform: translate(0, 50px);
	opacity: 0;
	transition: opacity 1s, transform 1s;
}
.c-feed.animated {
	transform: translate(0, 0);
	opacity: 1;
}

.c-imgShadow {
	filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2));
	will-change: filter;
}

.c-swiperNav {
	--navBoderColor: var(--color-red);
	--navColor: var(--color-red);
	--arrowColor: #fff;
	width: 72px;
	aspect-ratio: 1;
	border: 1px solid var(--navBoderColor);
	background-color: var(--navColor);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	translate: 0 -50%;
	transition: 0.2s ease-out;
	cursor: pointer;
}
@media (width <= 960px) {
	.c-swiperNav {
		width: 62px;
	}
}
.c-swiperNav::after {
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1;
	border-top: 1px solid var(--arrowColor);
	border-right: 1px solid var(--arrowColor);
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	rotate: 45deg;
}
@media (any-hover: hover) {
	.c-swiperNav:hover {
		--navColor: #fff;
		--arrowColor: var(--color-red);
	}
}
@media (width <= 960px) {
	.c-swiperNav--prev::after, .c-swiperNav--next::after {
		left: calc(50% - 10px);
	}
}
.c-swiperNav--prev {
	left: 0;
	scale: -1 1;
}
@media (width <= 960px) {
	.c-swiperNav--prev {
		left: -32px;
	}
}
.c-swiperNav--next {
	right: 0;
}
@media (width <= 960px) {
	.c-swiperNav--next {
		right: -32px;
	}
}
.c-swiperNav--black {
	--navBoderColor: #232323;
	--navColor: #232323;
}
@media (any-hover: hover) {
	.c-swiperNav--black:hover {
		--arrowColor: #232323;
	}
}
.c-swiperNav--gold {
	--navBoderColor: #e0a84b;
	--navColor: #e0a84b;
	--arrowColor: #232323;
}
@media (any-hover: hover) {
	.c-swiperNav--gold:hover {
		--arrowColor: #232323;
	}
}

.c-swiperPagination {
	text-align: center;
}
.c-swiperPagination .swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
	background-color: var(--color-pink) !important;
	margin-inline: 10px !important;
	opacity: 1 !important;
}
.c-swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-red) !important;
}
.c-swiperPagination--white .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff !important;
}
.c-swiperPagination--white01 .swiper-pagination-bullet {
	background-color: #a0e1c8 !important;
}
.c-swiperPagination--white01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff !important;
}
.c-swiperPagination--blue .swiper-pagination-bullet {
	background-color: #cad6e0 !important;
}
.c-swiperPagination--blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e0a84b !important;
}

.csParallaxChild {
	transition: scale 0.5s ease-out;
}

.c-wave {
	--waveHigh: 11.79vw;
	background-color: var(--color-red);
	margin-top: var(--waveHigh);
	position: relative;
}
.c-wave::before {
	content: "";
	display: block;
	width: 100%;
	height: var(--waveHigh);
	background: url(../img/common/wave_red.webp) center top/5000% var(--waveHigh) repeat-x;
	position: absolute;
	inset: auto auto calc(100% - 1px) 0;
	transition: background-size 1.5s ease;
}
.c-wave.animated::before {
	background-size: 100% var(--waveHigh);
}
.c-wave--white {
	background-color: #fff;
}
.c-wave--green {
	background-color: var(--color-green);
}
.c-wave--blue {
	background-color: #00396d;
}
.c-wave--footer {
	--waveHigh: 8.21vw;
	margin-top: 0;
}
.c-wave--footer::before {
	background-image: url(../img/common/wave_pink.webp);
}
.c-wave--plans {
	--waveHigh: 16.93vw;
	margin-top: 4.5vw;
}
@media (width <= 767px) {
	.c-wave--plans {
		margin-top: var(--waveHigh);
	}
}
.c-wave--plans::before {
	background-image: url(../img/common/wave_red01.webp);
}
.c-wave--news {
	--waveHigh: 10vw;
	margin-top: calc(var(--waveHigh) * -1);
	padding-top: calc(130px + var(--waveHigh));
}
@media (width <= 1200px) {
	.c-wave--news {
		margin-top: 0;
	}
}
@media (width <= 767px) {
	.c-wave--news {
		padding-top: 100px;
	}
}
.c-wave--news::before {
	background-image: url(../img/common/wave_white.webp);
}
@media (width <= 1200px) {
	.c-wave--news::before {
		content: none;
	}
}
.c-wave--access {
	--waveHigh: 23.21vw;
}
.c-wave--access::before {
	background-image: url(../img/common/wave_green.webp);
}
.c-wave--faq {
	--waveHigh: 16.5vw;
	margin-top: 0;
}
.c-wave--faq::before {
	background-image: url(../img/common/wave_white01.webp);
}
.c-wave--lowerContents {
	--waveHigh: 16.93vw;
	padding-top: 75px;
	margin-top: 0;
}
@media (width <= 767px) {
	.c-wave--lowerContents {
		padding-top: 55px;
	}
}
.c-wave--lowerContents::before {
	background-image: url(../img/common/wave_red02.webp);
}
.c-wave--pet::before {
	background-image: url(../img/common/wave_green01.webp);
}
.c-wave--night::before {
	background-image: url(../img/common/wave_blue.webp);
}
.c-wave--instagramWhite {
	margin-top: 0;
}
.c-wave--instagramWhite::before {
	background-image: url(../img/common/wave_white02.webp);
}
.c-wave--newsSummary {
	--waveHigh: 16.71vw;
	margin-top: 0;
}
.c-wave--newsSummary::before {
	background-image: url(../img/common/wave_red03.webp);
}

.c-anime01 {
	animation: animeLeft 3s ease-in-out infinite;
}

.c-anime02 {
	animation: animeRight 3s ease-in-out infinite;
}

@keyframes animeLeft {
	66% {
		rotate: 0;
	}
	72% {
		rotate: 0;
	}
	78% {
		rotate: 0deg;
	}
	84% {
		rotate: -2deg;
	}
	90% {
		rotate: 0deg;
	}
	96% {
		rotate: -2deg;
	}
	100% {
		rotate: 0;
	}
}
@keyframes animeRight {
	66% {
		rotate: 0;
	}
	72% {
		rotate: 0;
	}
	78% {
		rotate: 0deg;
	}
	84% {
		rotate: 2deg;
	}
	90% {
		rotate: 0deg;
	}
	96% {
		rotate: 2deg;
	}
	100% {
		rotate: 0;
	}
}
.instagram {
	padding: 120px 0 calc(85px + 8.21vw) 0;
	position: relative;
}
@media (width <= 767px) {
	.instagram {
		padding: 80px 0 calc(50px + 8.21vw);
	}
}
.instagram__inner {
	width: 100%;
	max-width: 1255px;
	padding-inline: 10px;
}
.instagram__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
@media (width <= 767px) {
	.instagram__list {
		gap: 10px;
	}
}
.instagram__item {
	width: 299.75px;
	aspect-ratio: 1;
	background-color: #232323;
}
@media (width <= 767px) {
	.instagram__item {
		width: calc((100% - 10px) / 2);
	}
}

.breadList {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: -0.05em;
	padding-inline: 20px;
	margin-top: 20px;
}
.breadList > li {
	display: flex;
	font-size: 14px;
	color: #464646;
}
.breadList > li + li::before {
	content: "＞";
	display: inline-block;
	margin-inline: 0.2em;
}

.lowerFv {
	width: 100%;
	aspect-ratio: 1400/580;
	padding: 2.14vw 35px 0;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
@media (width <= 767px) {
	.lowerFv {
		aspect-ratio: 370/645;
	}
}
.lowerFv__wrapper {
	width: 77.86vw;
}
.lowerFv__inner {
	display: flex;
	align-items: center;
	gap: 30px 6.43vw;
	width: 67.14vw;
	margin-left: auto;
}
@media (width <= 767px) {
	.lowerFv__inner {
		flex-direction: column;
		width: 100%;
		padding-top: 21.62vw;
		margin-right: auto;
	}
}
.lowerFv__inner .box01 {
	width: 27.86vw;
	position: relative;
	z-index: 1;
}
@media (width <= 767px) {
	.lowerFv__inner .box01 {
		width: 100%;
	}
}
.lowerFv__inner .box02 {
	flex: 1;
}
@media (width <= 767px) {
	.lowerFv__inner .box02 {
		flex: 0 1 auto;
	}
}
.lowerFv__textbox .c-btn02 {
	min-height: 5.71vw;
	max-width: 21.43vw;
	margin-top: 3.57vw;
}
@media (width <= 767px) {
	.lowerFv__textbox .c-btn02 {
		min-height: 80px;
		max-width: 100%;
		margin-top: 8.11vw;
	}
}
.lowerFv__text {
	display: flex;
	align-items: last baseline;
	justify-content: center;
	column-gap: 10px;
	font-size: 1.43vw;
	font-weight: bold;
	text-align: center;
	color: var(--color-red);
	line-height: 1.65;
}
@media (width <= 767px) {
	.lowerFv__text {
		font-size: 5.41vw;
	}
}
.lowerFv__text::before, .lowerFv__text::after {
	content: "";
	display: block;
	min-width: 0.71vw;
	aspect-ratio: 1/2;
	background: url(../img/common/icon_slash.svg) center/contain no-repeat;
}
@media (width <= 767px) {
	.lowerFv__text::before, .lowerFv__text::after {
		min-width: 2.7vw;
	}
}
.lowerFv__text::after {
	scale: -1 1;
}
@media (width <= 767px) {
	.lowerFv__text--rotate {
		rotate: -5deg;
		margin-left: -36vw;
	}
}
.lowerFv__title {
	font-size: 3.21vw;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}
@media (width <= 767px) {
	.lowerFv__title {
		font-size: 8.92vw;
	}
}
@media (width <= 767px) {
	.lowerFv__title--fz45 {
		font-size: 12.16vw;
	}
}
.lowerFv__titleSmall {
	font-size: 0.8em;
}
.lowerFv__titleRed {
	color: var(--color-red);
}
.lowerFv__img {
	aspect-ratio: 1;
	border-radius: 12px;
	overflow: hidden;
}
@media (width <= 767px) {
	.lowerFv__img {
		width: 37.84vw;
		margin-left: auto;
	}
}
.lowerFv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (width <= 767px) {
	.lowerFv__img--absolute {
		width: 27.03vw;
		position: absolute !important;
		inset: 6.76vw 6.76vw auto auto;
	}
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
@media (width <= 767px) {
	.nav-links {
		gap: 10px;
	}
}
.nav-links > * {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 40px;
	height: max-content;
	aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
}
.nav-links > *.current {
	color: var(--color-red);
	background-color: #fff;
}
.nav-links > *.prev, .nav-links > *.next {
	--margin: 40px;
	width: 60px;
	background-color: #232323;
	border: 1px solid #232323;
}
@media (width <= 767px) {
	.nav-links > *.prev, .nav-links > *.next {
		width: 40px;
		--margin: 5px;
	}
}
.nav-links > *.prev::after, .nav-links > *.next::after {
	--color: #fff;
	content: "";
	display: block;
	width: 5px;
	aspect-ratio: 1;
	border-top: 1px solid var(--color);
	border-right: 1px solid var(--color);
	rotate: 45deg;
}
.nav-links > *.prev {
	margin-right: var(--margin);
}
.nav-links > *.prev::after {
	rotate: -135deg;
}
.nav-links > *.next {
	margin-left: var(--margin);
}
@media (any-hover: hover) {
	.nav-links a:hover {
		color: var(--color-red);
		background-color: #fff;
	}
}
@media (any-hover: hover) {
	.nav-links a.prev:hover, .nav-links a.next:hover {
		background-color: #fff;
	}
	.nav-links a.prev:hover::after, .nav-links a.next:hover::after {
		--color: #232323;
	}
}

.c-singleNav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
@media (width <= 767px) {
	.c-singleNav {
		gap: 10px;
	}
}
.c-singleNav__item a {
	min-height: 60px;
}
.c-singleNav__item--btn {
	width: 100%;
	max-width: 180px;
}
@media (width <= 767px) {
	.c-singleNav__item--btn {
		order: 3;
		max-width: 100%;
	}
}
.c-singleNav__item--prev, .c-singleNav__item--next {
	width: 100%;
	max-width: 120px;
}
@media (width <= 767px) {
	.c-singleNav__item--prev, .c-singleNav__item--next {
		max-width: calc((100% - 10px) / 2);
	}
}
.c-singleNav__item--prev a, .c-singleNav__item--next a {
	--textColor: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	color: var(--textColor);
	width: 100%;
	border: 1px solid #232323;
	background-color: #232323;
	border-radius: calc(infinity * 1px);
}
.c-singleNav__item--prev a::after, .c-singleNav__item--next a::after {
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1;
	border-top: 1px solid var(--textColor);
	border-right: 1px solid var(--textColor);
	rotate: 45deg;
	translate: 0 1px;
}
@media (any-hover: hover) {
	.c-singleNav__item--prev a:hover, .c-singleNav__item--next a:hover {
		--textColor: #232323;
		background-color: #fff;
	}
}
@media (width <= 767px) {
	.c-singleNav__item--prev {
		order: 1;
	}
}
.c-singleNav__item--prev a {
	flex-direction: row-reverse;
}
.c-singleNav__item--prev a::after {
	rotate: -135deg;
}
@media (width <= 767px) {
	.c-singleNav__item--next {
		order: 2;
	}
}

.header {
	display: flex;
	align-items: flex-end;
	width: 100%;
	min-height: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-bottom: 5px;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 10;
	translate: 0 -100%;
	transition: translate 0.2s ease-out;
}
@media (width <= 1280px) {
	.header {
		padding-bottom: 5px;
		position: relative;
		translate: 0 0;
	}
}
.header__logo {
	width: 100%;
	max-width: 170px;
	position: absolute;
	inset: 50% auto auto 30px;
	translate: 0 -50%;
}
@media (width <= 1280px) {
	.header__logo {
		inset: auto auto 0 50%;
		translate: -50% 0;
	}
}
.header--active {
	translate: 0 0;
}

.headerNav {
	width: 100%;
	max-width: max-content;
	padding: 0 200px 0 230px;
	margin-inline: auto;
}
@media (width <= 1280px) {
	.headerNav {
		display: none;
	}
}
.headerNav__item {
	position: relative;
}
.headerNav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.headerNav__link {
	font-weight: 500;
	text-align: center;
	width: 120px;
	border-bottom: 2px solid #c8c8c8;
	padding-bottom: 5px;
	position: relative;
	cursor: pointer;
}
.headerNav__link::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--color-red);
	position: absolute;
	inset: auto auto -2px 0;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.3s ease-out;
}
@media (any-hover: hover) {
	.headerNav__link:hover {
		color: var(--color-red);
	}
	.headerNav__link:hover::after {
		clip-path: inset(0 0 0 0);
	}
}
@media (any-hover: hover) {
	.headerNav__link--parent:hover + .headerNavChild {
		scale: 1;
	}
}

.headerNavChild {
	width: max-content;
	padding-top: 15px;
	position: absolute;
	inset: 100% auto auto 50%;
	translate: -50% 0;
	scale: 0;
	transition: scale 0.3s ease-out;
	transform-origin: center top;
}
@media (any-hover: hover) {
	.headerNavChild:hover {
		scale: 1;
	}
}
.headerNavChild__list {
	color: #fff;
	font-weight: 500;
	background-color: var(--color-red);
	padding: 10px;
	position: relative;
}
.headerNavChild__list::before {
	content: "";
	display: block;
	width: 10px;
	aspect-ratio: 1;
	background-color: var(--color-red);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	inset: -10px auto auto 50%;
	translate: -50% 0;
}
.headerNavChild__item + .headerNavChild__item {
	margin-top: 0.3em;
}
.headerNavChild__link {
	width: 100%;
	max-width: max-content;
	position: relative;
}
.headerNavChild__link::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	inset: auto auto -2px 0;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.3s ease-out;
}
@media (any-hover: hover) {
	.headerNavChild__link:hover::after {
		clip-path: inset(0 0 0 0);
	}
}

.footer {
	background-color: #fae1e6;
	padding: 80px 35px;
	position: relative;
	z-index: 20;
}
.footer__logo {
	width: 100%;
	max-width: 447px;
	margin-inline: auto;
}
.footer__copy {
	text-align: center;
	margin-top: 100px;
}
@media (width <= 767px) {
	.footer__copy {
		margin-top: 40px;
	}
}
.footer__line {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 3px;
	color: #ffe600;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	width: 100%;
	max-width: 180px;
	min-height: 80px;
	border: 1px solid #06c755;
	background-color: #06c755;
	border-top-left-radius: 12px;
	position: fixed;
	inset: auto 0 0 auto;
	z-index: 1;
}
@media (width <= 1280px) {
	.footer__line {
		font-size: 14px;
		max-width: 150px;
		min-height: 60px;
		inset: auto 185px 0 auto;
	}
}
.footer__line::after {
	content: "";
	display: block;
	width: 48px;
	aspect-ratio: 48/45;
	background: url(../img/common/icon_line.svg) center/contain no-repeat;
	transition: scale 0.2s ease-out;
}
@media (width <= 1280px) {
	.footer__line::after {
		width: 40px;
	}
}
.footer__line-large {
	font-size: 1.5em;
}
@media (any-hover: hover) {
	.footer__line:hover::after {
		scale: 1.2;
	}
}
.footer__reservation {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	border: 1px solid var(--color-red);
	background-color: var(--color-red);
	width: 180px;
	height: 60px;
	position: fixed;
	inset: 0 0 auto auto;
	z-index: 1;
}
@media (width <= 1280px) {
	.footer__reservation {
		flex-direction: row-reverse;
		max-width: 125px;
		inset: auto 60px 0 auto;
	}
}
.footer__reservation::before {
	content: "";
	display: block;
	width: 17px;
	aspect-ratio: 17/20;
	background: url(../img/common/icon_reservation.svg) center/contain no-repeat;
}
@media (width <= 1280px) {
	.footer__reservation::before {
		width: 24px;
	}
}
@media (any-hover: hover) {
	.footer__reservation:hover {
		color: var(--color-red);
		background-color: #fff;
	}
	.footer__reservation:hover::before {
		filter: var(--filter-red);
	}
}
@media (width > 1280px) {
	.footer__reservation br {
		display: none;
	}
}
.footer__pagetop {
	width: 86px;
	position: absolute;
	inset: -8.21vw 40px auto auto;
}
@media (width <= 767px) {
	.footer__pagetop {
		inset: -8.21vw 35px auto auto;
	}
}

.spNavi {
	background-color: #fafafa;
	position: fixed;
	inset: auto 0 0 auto;
	z-index: 1;
}
@media (width > 1280px) {
	.spNavi {
		display: none;
	}
}
.spNavi__icon {
	font-size: 0;
	width: 60px;
	aspect-ratio: 1;
	position: relative;
	z-index: 100;
	cursor: pointer;
	/*ボタン内側*/
}
.spNavi__icon::before, .spNavi__icon::after,
.spNavi__icon span {
	display: block;
	background: var(--color-red);
	height: 1px;
	width: 24px;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: absolute;
	transform: translate(-50%, 0);
}
.spNavi__icon::before {
	content: "";
	inset: calc(50% - 10px) auto auto 50%;
}
.spNavi__icon::after {
	content: "";
	inset: calc(50% + 10px) auto auto 50%;
}
.spNavi__icon span {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
}
.spNavi__icon--active::before, .spNavi__icon--active::after {
	width: 50%;
}
.spNavi__icon--active::before {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.spNavi__icon--active::after {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.spNavi__icon--active span {
	opacity: 0;
}
.spNavi__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 99;
	translate: 0 -100%;
	transition: translate 0.5s ease-out;
}
.spNavi__menu--active {
	translate: 0 0;
}
.spNavi__item + .spNavi__item {
	margin-top: 0.5em;
}
.spNavi__link {
	text-align: center;
	color: var(--color-red);
	font-weight: 500;
}

.topFv {
	position: relative;
	z-index: 1;
}
.topFv__inner {
	width: 100%;
	aspect-ratio: 1400/940;
	background: url(../img/home/topFv_bg_pc.webp) center/contain no-repeat;
	position: relative;
}
@media (width <= 767px) {
	.topFv__inner {
		aspect-ratio: 370/600;
		background-image: url(../img/home/topFv_bg_sp.webp);
	}
}
.topFv__catch {
	font-size: 4.2857142857vw;
	font-weight: 900;
	text-align: center;
	width: 100%;
	position: absolute;
	inset: 28.9% auto auto 50%;
	translate: -50% 0;
}
@media (width <= 767px) {
	.topFv__catch {
		font-size: 8.38vw;
	}
}
.topFv__parts {
	position: absolute;
}
.topFv__parts--img01 {
	width: 27.8%;
	inset: 6.1% auto auto 4.2%;
}
.topFv__parts--strawberry01 {
	width: 14.2%;
	inset: 5.3% auto auto 33.8%;
	transition-delay: 0.1s;
}
.topFv__parts--strawberry02 {
	width: 19.6%;
	inset: 5.1% 15% auto auto;
	transition-delay: 0.2s;
}
.topFv__parts--strawberry03 {
	width: 7.5%;
	inset: 38.9% auto auto 18.3%;
	transition-delay: 0.3s;
}
.topFv__parts--strawberry04 {
	width: 7.4%;
	inset: 45% 15.9% auto auto;
	transition-delay: 0.4s;
}
.topFv__parts--strawberry05 {
	width: 15.5%;
	inset: auto 19.9% 10.8% auto;
	transition-delay: 0.5s;
}
.topFv__parts--illust01 {
	width: 15.2%;
	inset: 43.4% auto auto 8.5%;
	animation-delay: 0.1s;
}
.topFv__parts--illust02 {
	width: 8.5%;
	inset: auto auto 1.2% 32%;
	animation-delay: 0.2s;
}
.topFv__parts--illust03 {
	width: 6.4%;
	inset: auto auto 0.8% 46.7%;
	animation-delay: 0.3s;
}
.topFv__parts--illust04 {
	width: 11.9%;
	inset: auto auto 13.1% 49.6%;
	animation-delay: 0.4s;
}
.topFv__parts--illust05 {
	width: 11.3%;
	inset: auto 6.2% 9.2% auto;
	animation-delay: 0.5s;
}
.topFv__parts--illust06 {
	width: 9%;
	inset: 23.7% 4.1% auto auto;
	animation-delay: 0.6s;
}
@media (width <= 767px) {
	.topFv__parts--img01 {
		width: 48.65vw;
		inset: 7.3vw auto auto -13.24vw;
	}
	.topFv__parts--strawberry01 {
		width: 15.68vw;
		inset: 43.78vw auto auto 3.51vw;
	}
	.topFv__parts--strawberry02 {
		width: 30vw;
		inset: 4.05vw 1.08vw auto auto;
	}
	.topFv__parts--strawberry03 {
		width: 25.95vw;
		inset: 92.97vw auto auto -8.92vw;
	}
	.topFv__parts--strawberry04 {
		width: 13.51vw;
		inset: auto 4.86vw 47.57vw auto;
	}
	.topFv__parts--strawberry05 {
		width: 24.32vw;
		inset: auto auto 22.16vw 44.86vw;
	}
	.topFv__parts--illust01 {
		width: 21.89vw;
		inset: 22.16vw auto auto 42.43vw;
	}
	.topFv__parts--illust02 {
		width: 18.11vw;
		inset: auto auto 12.16vw 9.46vw;
	}
	.topFv__parts--illust03 {
		width: 10.54vw;
		inset: auto auto 19.73vw 31.62vw;
	}
	.topFv__parts--illust04 {
		width: 21.62vw;
		inset: auto auto 42.43vw 25.14vw;
	}
	.topFv__parts--illust05 {
		width: 21.62vw;
		inset: auto 5.68vw 21.62vw auto;
	}
	.topFv__parts--illust06 {
		width: 12.43vw;
		inset: 38.65vw 3.51vw auto auto;
	}
}
.topFv__imgbox {
	aspect-ratio: 390/260;
	border-radius: 12px;
	overflow: hidden;
}
.topFv__imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plans {
	padding-top: 105px;
	position: relative;
}
@media (width <= 767px) {
	.plans {
		padding-top: 24.32vw;
	}
}
.plans .c-title01 {
	margin-bottom: 60px;
}
@media (width > 1200px) {
	.plans .c-title01 {
		margin-bottom: 40px;
	}
}
@media (width <= 1200px) {
	.plans__wrapper {
		max-height: calc(100dvh - 60px);
		overflow: hidden;
	}
}
@media (width <= 1200px) {
	.plans__inner:first-child .plans__item {
		display: block;
	}
}
.plans__mainTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 100vw;
	height: 46px;
	margin-left: calc(-50vw + 50%);
	background-color: #000;
}
@media (width > 1200px) {
	.plans__mainTitle {
		display: none;
	}
}
.plans__mainTitle span {
	width: 100%;
	max-width: 230px;
	padding-inline: 10px;
	position: relative;
}
.plans__mainTitle span::after {
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	inset: 50% 0 auto auto;
	rotate: -45deg;
	translate: 0 -50%;
	transition: rotate 0.2s ease-out;
}
.plans__mainTitle--pet {
	background-color: #232323;
}
.plans__mainTitle--night {
	background-color: #3c3c3c;
}
.plans__mainTitle--open span::after {
	rotate: 135deg;
}
.plans__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 20px;
	width: 100%;
	max-width: 1240px;
	position: relative;
	z-index: 1;
}
@media (width <= 1200px) {
	.plans__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		max-width: 500px;
	}
}
@media (width <= 1200px) {
	.plans__item {
		display: none;
		height: calc(100dvh - 138px - 60px);
		overflow: auto;
		padding: 20px 25px;
	}
}
.plans__img {
	aspect-ratio: 390/260;
	border: 5px solid #232323;
	border-bottom: 0;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	overflow: hidden;
}
.plans__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plans__contents {
	border: 5px solid #232323;
	border-top: 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background-color: #fff;
	padding: 40px 35px 50px;
}
.plans__box {
	width: 100%;
	max-width: 300px;
	margin-inline: auto;
}
@media (width <= 767px) {
	.plans__box {
		max-width: 100%;
	}
}
.plans__box > * + * {
	margin-top: 30px;
}
.plans__title {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-red);
}
.plans__text {
	margin-top: 20px;
}
.plans__parts {
	position: absolute;
}
.plans__parts--strawberry01 {
	width: 29.6%;
	inset: -30.14vw auto auto 1.5%;
	transition-delay: 0.6s;
}
.plans__parts--img01 {
	width: 22.5%;
	inset: -7.14vw 4.1% auto auto;
}
@media (width <= 767px) {
	.plans__parts--strawberry01 {
		width: 42.97vw;
		inset: -28.11vw auto auto 0;
	}
	.plans__parts--img01 {
		width: 42.43vw;
		inset: -17.84vw 9.46vw auto auto;
	}
}
.plans__imgbox {
	border-radius: 12px;
	overflow: hidden;
}
.plans__imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plansPrice {
	position: relative;
}
.plansPrice__details {
	display: none;
	width: calc(100% + 70px + 60px);
	border: 3px solid var(--color-red);
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 40px 15px 50px;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	z-index: 1;
}
.plansPrice__box {
	width: 100%;
	max-width: 360px;
	margin-inline: auto;
}
.plansPrice__close {
	--textColor: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5em;
	color: var(--textColor);
	font-weight: 500;
	width: 120px;
	height: 40px;
	border: 1px solid #787878;
	background-color: #787878;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 10px 10px auto auto;
	cursor: pointer;
	transition: 0.2s ease-out;
}
.plansPrice__close span {
	display: block;
	width: 13px;
	aspect-ratio: 1;
	position: relative;
}
.plansPrice__close span::before, .plansPrice__close span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--textColor);
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.plansPrice__close span::before {
	rotate: 45deg;
}
.plansPrice__close span::after {
	rotate: -45deg;
}
@media (any-hover: hover) {
	.plansPrice__close:hover {
		--textColor: #787878;
		background-color: #fff;
	}
}

.plansPriceDetails__box {
	display: flex;
	align-items: center;
	line-height: 1.25;
	gap: 6px;
	padding-right: 5px;
	border-bottom: 1px dotted #232323;
}
.plansPriceDetails__box > * {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.05em;
	min-width: 80px;
	min-height: 60px;
}
.plansPriceDetails__title {
	justify-content: left;
	font-weight: 500;
	color: var(--color-red);
	min-width: 54px;
}
.plansPriceDetails__title small {
	font-size: 0.8em;
}
.plansPriceDetails__text {
	text-align: center;
	padding-inline: 6px;
	position: relative;
}
.plansPriceDetails__text::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	z-index: -1;
}
.plansPriceDetails__text small {
	font-size: 0.8em;
}
.plansPriceDetails__text--last {
	flex: 1;
}
.plansPriceDetails__text--top::before {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.plansPriceDetails__text--bottom::before {
	height: calc(100% - 5px);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	inset: 0 auto auto 0;
	translate: 0 0;
}
.plansPriceDetails__text--full {
	flex: 1;
}
.plansPriceDetails__text--full::before {
	height: calc(100% - 12px);
	border-radius: 6px;
}
.plansPriceDetails__text--gray01::before {
	background-color: #f5f5f5;
}
.plansPriceDetails__text--gray02::before {
	background-color: #ebebeb;
}
.plansPriceDetails__text--gray03::before {
	background-color: #e1e1e1;
}
.plansPriceDetails__week small {
	display: inline-block;
	width: 3em;
}

.news {
	position: relative;
}
@media (width <= 767px) {
	.news {
		padding-bottom: 85px;
	}
}
.news__inner {
	width: 100%;
	max-width: 1124px;
	padding-inline: 92px;
	position: relative;
}
@media (width <= 960px) {
	.news__inner {
		padding-inline: 35px;
	}
}
@media (width <= 767px) {
	.news__swiper {
		overflow: visible !important;
	}
}
.news__swiperPagination {
	text-align: center;
}
.news__swiperPagination .swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
	background-color: var(--color-pink) !important;
	margin-inline: 10px !important;
	opacity: 1 !important;
}
.news__swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-red) !important;
}
.news__parts {
	position: absolute;
}
.news__parts--strawberry01 {
	width: 7.2%;
	inset: -35px auto auto 29.8%;
}
.news__parts--strawberry02 {
	width: 7%;
	inset: -67px 12% auto auto;
}
.news__parts--illust01 {
	width: 10.7%;
	inset: -65px 27.2% auto auto;
}
.news__parts--illust02 {
	width: 11.5%;
	inset: -70px auto auto 12.5%;
}
.news__parts--illust03 {
	width: 7.4%;
	inset: auto auto 36px 22.4%;
}
.news__parts--illust04 {
	width: 9.5%;
	inset: auto 8.5% 0 auto;
}
.news__parts--illust05 {
	width: 3.9%;
	inset: auto 26% 0 auto;
}
@media (width <= 767px) {
	.news__parts--strawberry01 {
		width: 100%;
		max-width: 60px;
		inset: -65px auto auto 10vw;
	}
	.news__parts--strawberry02 {
		width: 100%;
		max-width: 41px;
		inset: 51px 7.03% auto auto;
	}
	.news__parts--illust01 {
		width: 100%;
		max-width: 96px;
		inset: -80px 3.78% auto auto;
	}
	.news__parts--illust02 {
		width: 100%;
		max-width: 65px;
		inset: 25px auto auto -3.51%;
	}
	.news__parts--illust03, .news__parts--illust04 {
		display: none;
	}
	.news__parts--illust05 {
		width: 100%;
		max-width: 40px;
		inset: auto 16.76vw -84px auto;
	}
}
@media (width <= 767px) {
	.news--pb0 {
		padding-bottom: 0;
	}
}

.newsList__link {
	border: 5px solid #232323;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
}
@media (any-hover: hover) {
	.newsList__link:hover .csParallaxChild {
		scale: 1.05;
	}
	.newsList__link:hover .c-btn03::after {
		inset: 50% -5px auto auto;
	}
}
.newsList__cat {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	min-width: 120px;
	min-height: 40px;
	background-color: #232323;
	border-bottom-right-radius: 20px;
	padding: 5px 15px;
	margin-right: 20px;
	position: absolute;
	inset: -5px auto auto -5px;
	z-index: 1;
}
.newsList__img {
	aspect-ratio: 1;
}
.newsList__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.access {
	padding-bottom: 2.86vw;
}
@media (width <= 767px) {
	.access {
		padding-top: 85px;
		padding-bottom: 0;
	}
}
.access__wrapper {
	z-index: 1;
}
.access__inner {
	width: 100%;
	max-width: 1140px;
	padding-inline: 25px;
}
.access__item {
	display: flex;
	background-color: #fff;
	border: 5px solid #232323;
	border-radius: 7px;
}
@media (width <= 960px) {
	.access__item {
		flex-direction: column-reverse;
	}
}
.access__item + .access__item {
	margin-top: 20px;
}
.access__item .box01 {
	flex: 1;
}
@media (width <= 960px) {
	.access__item .box01 {
		flex: 0 1 auto;
		height: 310px;
	}
}
.access__item .box02 {
	width: 620px;
}
@media (width <= 960px) {
	.access__item .box02 {
		width: 100%;
	}
}
.access__map iframe {
	width: 100%;
	height: 100%;
}
.access__parts {
	position: absolute;
}
.access__parts--strawberry01 {
	width: 20.7%;
	inset: -16.43vw auto auto 10.1%;
}
.access__parts--illust01 {
	width: 4.5%;
	inset: -11.5vw auto auto 30%;
}
.access__parts--illust02 {
	width: 26.8%;
	inset: -3.36vw 8.4% auto auto;
}
@media (width <= 767px) {
	.access__parts--strawberry01 {
		width: 48.65vw;
		inset: calc(-85px - var(--waveHigh) - 35px) auto auto 0;
	}
	.access__parts--illust01 {
		width: 100%;
		max-width: 30px;
		inset: calc(-84px - var(--waveHigh) - 60px) auto auto 44.05vw;
	}
	.access__parts--illust02 {
		width: 100%;
		max-width: 170px;
		inset: -90px -13px auto auto;
	}
}

.accessDetails {
	padding: 80px 35px 60px;
	position: relative;
}
@media (width <= 767px) {
	.accessDetails {
		padding-block: 50px;
	}
}
.accessDetails__box {
	width: 100%;
	max-width: 500px;
	margin-inline: auto;
}
.accessDetails__box > * + * {
	margin-top: 25px;
}
.accessDetails__title {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-red);
	line-height: 1.65;
}
.accessDetails__route {
	border-top: 1px dotted var(--color-pink);
	border-bottom: 1px dotted var(--color-pink);
	padding-block: 25px;
}
.accessDetails__illust {
	width: 100%;
	max-width: 108px;
	position: absolute;
	inset: 40px 87px auto auto;
}
@media (width <= 767px) {
	.accessDetails__illust {
		max-width: 100px;
		inset: auto 10px 35px auto;
	}
}
@media (width <= 767px) {
	.accessDetails__illust--small {
		max-width: 80px;
	}
}

.accessDetailsRoute {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (width <= 767px) {
	.accessDetailsRoute {
		flex-direction: column;
		align-items: flex-start;
	}
}
.accessDetailsRoute__title {
	font-size: 14px;
	font-weight: 500;
	width: 100px;
}
@media (width <= 767px) {
	.accessDetailsRoute__title {
		width: 100%;
	}
}
.accessDetailsRoute__text {
	width: calc(100% - 100px);
}
@media (width <= 767px) {
	.accessDetailsRoute__text {
		width: 100%;
	}
}
@media (width <= 767px) {
	.accessDetailsRoute__text + .accessDetailsRoute__title {
		margin-top: 1em;
	}
}

.accessDetailsCat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.accessDetailsCat__item {
	font-weight: 500;
	color: #aaaaaa;
	background-color: #f0f0f0;
	border: 1px solid #dcdcdc;
	border-radius: calc(infinity * 1px);
	padding-inline: 12px;
}
.accessDetailsCat__item--true {
	color: var(--color-red);
	background-color: #fff;
	border-color: var(--color-pink);
}

.faq {
	padding: 135px 0 110px;
}
@media (width <= 767px) {
	.faq {
		padding-block: 60px;
	}
}
.faq__inner {
	display: flex;
	gap: 60px 90px;
}
@media (width <= 960px) {
	.faq__inner {
		column-gap: 50px;
	}
}
@media (width <= 767px) {
	.faq__inner {
		flex-direction: column;
		row-gap: 0;
	}
}

.faqNav {
	width: 280px;
	height: max-content;
	position: sticky;
	inset: 20px auto auto 0;
}
@media (width <= 767px) {
	.faqNav {
		display: none;
	}
}
.faqNav__item {
	border-top: 1px solid var(--color-pink);
}
@media (any-hover: hover) {
	.faqNav__item:hover {
		border-top: 0;
	}
	.faqNav__item:hover + .faqNav__item {
		border-top: 0;
	}
}
.faqNav__item:last-child {
	border-bottom: 1px solid var(--color-pink);
}
.faqNav__item:has(.faqNav__link--active) {
	border-top: 0;
}
.faqNav__item:has(.faqNav__link--active) + .faqNav__item {
	border-top: 0;
}
.faqNav__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 20px;
	transition: 0.2s ease-out;
	cursor: pointer;
}
.faqNav__link::after {
	--borderColor: var(--color-red);
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1;
	border-top: 1px solid var(--borderColor);
	border-right: 1px solid var(--borderColor);
	rotate: 45deg;
}
@media (any-hover: hover) {
	.faqNav__link:hover {
		color: #fff;
		background-color: var(--color-red);
		border-radius: 6px;
	}
	.faqNav__link:hover::after {
		--borderColor: #fff;
	}
}
.faqNav__link--active {
	color: #fff;
	background-color: var(--color-red);
	border-radius: 6px;
}
.faqNav__link--active::after {
	--borderColor: #fff;
}
.faqNav__link--sp {
	display: none;
}
@media (width <= 767px) {
	.faqNav__link--sp {
		display: flex;
		border-top: 1px solid var(--color-pink);
		border-bottom: 1px solid var(--color-pink);
		margin-bottom: -1px;
	}
}
.faqNav__link--sp::after {
	rotate: -45deg;
}
.faqNav__link--sp--active::after {
	rotate: 135deg;
}

.faqList {
	display: none;
	flex: 1;
}
@media (width <= 767px) {
	.faqList {
		flex: 0 1 auto;
		padding-bottom: 40px;
	}
}
.faqList__title {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.65;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0 30px 30px;
	position: relative;
	cursor: pointer;
}
@media (width <= 767px) {
	.faqList__title {
		border-bottom: 0;
	}
}
.faqList__title::before {
	content: "Q";
	font-family: var(--font-din);
	font-size: 1.1em;
	font-weight: 500;
	color: var(--color-red);
	position: absolute;
	inset: 30px auto auto 0;
}
@media (any-hover: hover) {
	.faqList__title:hover .faqList__toggle {
		bottom: -10px;
	}
}
.faqList__title--open {
	border-bottom: 0;
}
.faqList__toggle {
	display: block;
	min-width: 40px;
	height: max-content;
	aspect-ratio: 1;
	background-color: var(--color-red);
	border-radius: 50%;
	position: relative;
	bottom: 0;
	transition: bottom 0.2s ease-out;
}
@media (width <= 767px) {
	.faqList__toggle {
		display: none;
	}
}
.faqList__toggle::before, .faqList__toggle::after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	transition: background-color 0.2s, rotate 0.2s ease-out;
}
.faqList__toggle::after {
	rotate: 90deg;
}
.faqList__toggle--open {
	background-color: #aaaaaa;
}
.faqList__toggle--open::before {
	rotate: 90deg;
}
.faqList__textbox {
	display: none;
	background-color: #f0f0f0;
	border-radius: 6px;
	padding: 45px 40px;
}
@media (width <= 767px) {
	.faqList__textbox {
		display: block;
		padding: 20px;
	}
}
.faqList__text {
	width: 100%;
	max-width: 580px;
	margin-inline: auto;
}
.faqList--active {
	display: block;
	animation: faqFeed 0.5s ease-out forwards;
}
@media (width <= 767px) {
	.faqList--active {
		animation: none;
	}
}

@keyframes faqFeed {
	from {
		opacity: 0;
		translate: 0 50px;
	}
	to {
		opacity: 1;
		translate: 0 0;
	}
}
.notice {
	padding-bottom: 120px;
	position: relative;
}
@media (width <= 767px) {
	.notice {
		padding-bottom: 60px;
	}
}
.notice__inner {
	background-color: #fafafa;
	padding-block: 120px;
}
@media (width <= 767px) {
	.notice__inner {
		padding-block: 60px;
	}
}
.notice__inner--lower {
	width: 100%;
	max-width: 1020px;
	margin-inline: auto;
	background-color: #fff;
	border-top: 1px solid var(--color-red);
	margin-top: 120px;
}
@media (width <= 767px) {
	.notice__inner--lower {
		margin-top: 60px;
	}
}
.notice__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 60px;
	width: 100%;
	max-width: 1020px;
	margin-inline: auto;
}
.notice__box {
	width: 300px;
}
@media (width <= 767px) {
	.notice__box {
		width: 100%;
	}
}
.notice__title {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-red);
}
.notice__text {
	margin-top: 20px;
}
.notice--lower {
	padding-bottom: 45px;
}
.notice__pagetop {
	width: 100%;
	max-width: 96px;
	position: absolute;
	inset: auto 4.8% -5.36vw auto;
	z-index: 1;
}

.noticeList__item + .noticeList__item {
	margin-top: 20px;
}
.noticeList__title {
	font-weight: bold;
}

.about {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 75px 130px;
}
@media (width <= 960px) {
	.about {
		column-gap: 60px;
	}
}
@media (width <= 767px) {
	.about {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-bottom: 40px;
	}
}

.company__detail {
	display: flex;
	flex-wrap: wrap;
}
.company__title, .company__text {
	padding-block: 20px;
}
.company__title:first-of-type, .company__text:first-of-type {
	padding-top: 0;
}
.company__title {
	font-weight: 500;
	color: var(--color-red);
	width: 80px;
	border-bottom: 1px solid var(--color-red);
}
.company__text {
	width: calc(100% - 80px);
	border-bottom: 1px solid var(--color-pink);
}
.company__illust {
	margin-top: 140px;
}
@media (width <= 767px) {
	.company__illust {
		margin-top: 20px;
		margin-left: -48px;
	}
}

.initiative__item + .initiative__item {
	margin-top: 70px;
}
@media (width <= 767px) {
	.initiative__item + .initiative__item {
		margin-top: 60px;
	}
}
.initiative__img {
	aspect-ratio: 420/280;
	border-radius: 6px;
	overflow: hidden;
}
.initiative__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.initiative__text {
	margin-top: 30px;
}

.planStandardFv__parts {
	position: absolute;
}
.planStandardFv__parts--strawberry01 {
	width: 7.7vw;
	inset: 4.29vw auto auto 10.5vw;
}
.planStandardFv__parts--strawberry02 {
	width: 8.8vw;
	inset: 2.14vw 3.9vw auto auto;
}
.planStandardFv__parts--strawberry03 {
	width: 6vw;
	inset: auto 46.5vw 5.71vw auto;
}
.planStandardFv__parts--illust01 {
	width: 10.5vw;
	inset: 13.07vw auto auto 8.8vw;
	animation-delay: 0.1s;
}
.planStandardFv__parts--illust02 {
	width: 6.2vw;
	inset: auto auto 0 38.5vw;
	animation-delay: 0.2s;
}
.planStandardFv__parts--illust03 {
	width: 7.4vw;
	inset: 2.57vw auto 0 44.3vw;
}
.planStandardFv__parts--illust04 {
	width: 2.7vw;
	inset: 9.71vw auto 0 5.7vw;
}
@media (width <= 767px) {
	.planStandardFv__parts--strawberry01 {
		display: none;
	}
	.planStandardFv__parts--strawberry02 {
		width: 15.95vw;
		inset: 5.14vw 5.14vw auto auto;
	}
	.planStandardFv__parts--strawberry03 {
		width: 13.51vw;
		inset: auto auto 52.43vw 5.14vw;
	}
	.planStandardFv__parts--illust01 {
		width: 28.38vw;
		inset: auto auto 35.14vw 18.92vw;
	}
	.planStandardFv__parts--illust02 {
		width: 15.14vw;
		inset: auto auto 2.97vw 44.05vw;
	}
	.planStandardFv__parts--illust03 {
		width: 19.46vw;
		inset: 7.84vw auto auto 9.19vw;
	}
	.planStandardFv__parts--illust04 {
		width: 7.3vw;
		inset: 36.76vw auto auto 8.11vw;
	}
}

.planStandardPrice__parts {
	position: absolute;
}
.planStandardPrice__parts--img01 {
	width: 27.8vw;
	inset: -13.07vw auto auto 8.4vw;
}
.planStandardPrice__parts--img02 {
	width: 22.5vw;
	inset: auto 10vw -133px auto;
}
.planStandardPrice__parts--strawberry01 {
	width: 9.7vw;
	max-width: 136px;
	inset: 331px auto auto 12.5vw;
}
.planStandardPrice__parts--strawberry02 {
	width: 12.7vw;
	max-width: 178px;
	inset: 239px 9vw auto auto;
}
.planStandardPrice__parts--strawberry03 {
	width: 12.5vw;
	max-width: 178px;
	inset: auto auto -10px 6.1vw;
}
.planStandardPrice__parts--strawberry04 {
	width: 12.2vw;
	max-width: 172px;
	inset: 312px auto auto 8vw;
}
.planStandardPrice__parts--strawberry05 {
	width: 8.8vw;
	max-width: 124px;
	inset: 80px 19.5vw auto auto;
}
.planStandardPrice__parts--strawberry06 {
	width: 13.9vw;
	max-width: 195px;
	inset: 356px 6.4vw auto auto;
}
.planStandardPrice__parts--strawberry07 {
	width: 10.5vw;
	inset: auto auto 80px 11.4vw;
}
.planStandardPrice__parts--strawberry08 {
	width: 12.5vw;
	inset: calc(-3.86vw - 80px) 14.2vw auto auto;
}
.planStandardPrice__parts--illust01 {
	width: 7.2%;
	inset: -50px 22.8% auto auto;
}
.planStandardPrice__parts--illust02 {
	width: 2.8%;
	inset: 13px 30.3% auto auto;
}
.planStandardPrice__parts--illust03 {
	width: 9.8%;
	inset: auto auto 110px 7.8%;
}
.planStandardPrice__parts--illust04 {
	width: 11%;
	inset: 186px auto auto 7.2%;
}
.planStandardPrice__parts--illust05 {
	width: 10.5%;
	inset: -45px 30% auto auto;
}
.planStandardPrice__parts--illust06 {
	width: 14%;
	inset: auto 4.8% 180px auto;
}
@media (width <= 960px) {
	.planStandardPrice__parts--strawberry01 {
		width: 9.7vw;
		max-width: 136px;
		inset: 331px auto auto 0;
	}
	.planStandardPrice__parts--strawberry02 {
		width: 12.7vw;
		max-width: 178px;
		inset: 239px 0 auto auto;
	}
	.planStandardPrice__parts--strawberry03 {
		width: 12.5vw;
		max-width: 178px;
		inset: auto auto -10px 0;
	}
}
@media (width <= 767px) {
	.planStandardPrice__parts--img01 {
		width: 68.92vw;
		inset: calc(-55px - 31.08vw) auto auto -30.54vw;
	}
	.planStandardPrice__parts--img01Right {
		width: 100%;
		max-width: 120px;
		inset: 72px -15px auto auto;
	}
	.planStandardPrice__parts--img02 {
		width: 100%;
		max-width: 195px;
		inset: auto -20px -158px auto;
	}
	.planStandardPrice__parts--img02Relative {
		width: 100%;
		max-width: 300px;
		margin: 40px auto 0;
		position: relative;
		inset: auto;
	}
	.planStandardPrice__parts--strawberry01 {
		width: 100%;
		max-width: 72px;
		inset: 15px auto auto 8.11vw;
	}
	.planStandardPrice__parts--strawberry02 {
		width: 37.84vw;
		inset: calc(-55px - 18.92vw) -4.32vw auto auto;
	}
	.planStandardPrice__parts--strawberry03 {
		width: 100%;
		max-width: 190px;
		inset: auto auto -215px -35px;
	}
	.planStandardPrice__parts--strawberry04 {
		width: 100%;
		max-width: 104px;
		inset: -7px auto auto 20px;
	}
	.planStandardPrice__parts--strawberry05 {
		width: 100%;
		max-width: 71px;
		inset: 62px 5px auto auto;
	}
	.planStandardPrice__parts--strawberry06 {
		width: 100%;
		max-width: 90px;
		inset: auto 22px -67px auto;
	}
	.planStandardPrice__parts--strawberry07 {
		width: 100%;
		max-width: 83px;
		inset: auto auto 190px 4.86vw;
	}
	.planStandardPrice__parts--strawberry08 {
		width: 100%;
		max-width: 95px;
		inset: -52px auto auto 6.22vw;
	}
	.planStandardPrice__parts--illust01 {
		width: 100%;
		max-width: 86px;
		inset: 30px 2.7vw auto auto;
	}
	.planStandardPrice__parts--illust02 {
		width: 100%;
		max-width: 31px;
		inset: 70px 17.57vw auto auto;
	}
	.planStandardPrice__parts--illust03 {
		display: none;
	}
	.planStandardPrice__parts--illust04 {
		width: 100%;
		max-width: 83px;
		inset: auto 5.41vw -88px auto;
	}
	.planStandardPrice__parts--illust05 {
		width: 100%;
		max-width: 73px;
		inset: 5px 12.16vw auto auto;
	}
	.planStandardPrice__parts--illust06 {
		width: 100%;
		max-width: 86px;
		inset: 62px auto auto 6.76vw;
	}
}
.planStandardPrice__imgbox {
	aspect-ratio: 390/260;
	border-radius: 12px;
	overflow: hidden;
}
.planStandardPrice__imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.planStandardAccess__parts {
	position: absolute;
}
.planStandardAccess__parts--strawberry01 {
	width: 6.4%;
	inset: -99px auto auto 17.7%;
}
.planStandardAccess__parts--illust01 {
	width: 9.5%;
	inset: -75px auto auto 22.4%;
}
.planStandardAccess__parts--illust02 {
	width: 7.7%;
	inset: -22px 30.8% auto auto;
}
.planStandardAccess__parts--illust03 {
	width: 4.7%;
	inset: 13px 16% auto auto;
}
.planStandardAccess__parts--illust04 {
	width: 4.1%;
	inset: -22px auto auto 37.8%;
}
.planStandardAccess__parts--illust05 {
	width: 6.8%;
	inset: -34px 35% auto auto;
}
@media (width <= 767px) {
	.planStandardAccess__parts--strawberry01 {
		width: 100%;
		max-width: 58px;
		inset: 22px auto auto 23px;
	}
	.planStandardAccess__parts--illust01 {
		display: none;
	}
	.planStandardAccess__parts--illust02 {
		width: 100%;
		max-width: 71px;
		inset: -20px auto auto 37px;
	}
	.planStandardAccess__parts--illust03 {
		width: 100%;
		max-width: 57px;
		inset: 0 27px auto auto;
	}
	.planStandardAccess__parts--illust04 {
		width: 100%;
		max-width: 42px;
		inset: -28px auto auto 80px;
	}
	.planStandardAccess__parts--illust05 {
		width: 100%;
		max-width: 79px;
		inset: -27px 27px auto auto;
	}
}

.planPetFv__parts {
	position: absolute;
}
.planPetFv__parts--strawberry01 {
	width: 14.8vw;
	inset: 1vw auto auto 6.7vw;
}
.planPetFv__parts--strawberry02 {
	width: 5vw;
	inset: -0.71vw auto auto 44.1vw;
}
.planPetFv__parts--strawberry03 {
	width: 7.1vw;
	inset: 22.43vw auto auto 5.2vw;
}
.planPetFv__parts--strawberry04 {
	width: 6vw;
	inset: auto auto 6.5vw 48vw;
}
.planPetFv__parts--illust01 {
	width: 11.3vw;
	inset: 11.43vw auto auto 14.2vw;
}
.planPetFv__parts--illust02 {
	width: 10vw;
	inset: auto auto 1.93vw 37vw;
	animation-delay: 0.1s;
}
.planPetFv__parts--illust03 {
	width: 5.5vw;
	inset: 17.5vw auto auto 46.9vw;
}
.planPetFv__parts--illust04 {
	width: 2.4vw;
	inset: 11.07vw auto auto 50vw;
}
.planPetFv__parts--illust05 {
	width: 9.2vw;
	inset: 7.14vw 3.9vw auto auto;
}
@media (width <= 767px) {
	.planPetFv__parts--strawberry01 {
		width: 18.92vw;
		inset: 88.38vw auto auto 1.89vw;
		z-index: 1;
	}
	.planPetFv__parts--strawberry02 {
		width: 11.89vw;
		inset: 5.41vw auto auto 14.32vw;
	}
	.planPetFv__parts--strawberry03 {
		width: 24.32vw;
		inset: auto 2.7vw -7.57vw auto;
	}
	.planPetFv__parts--strawberry04 {
		width: 22.43vw;
		inset: auto 22.16vw 39.19vw auto;
	}
	.planPetFv__parts--illust01 {
		width: 27.03vw;
		inset: auto 9.73vw 20.81vw auto;
	}
	.planPetFv__parts--illust02 {
		width: 26.49vw;
		inset: auto auto 41.35vw 12.16vw;
	}
	.planPetFv__parts--illust03 {
		width: 13.51vw;
		inset: 60.54vw auto auto 8.92vw;
	}
	.planPetFv__parts--illust04 {
		width: 7.3vw;
		inset: 8.65vw auto auto 42.43vw;
	}
	.planPetFv__parts--illust05 {
		width: 18.38vw;
		inset: 59.19vw 5.41vw auto auto;
	}
}

.planNightFv__parts {
	position: absolute;
}
.planNightFv__parts--strawberry01 {
	width: 8.3vw;
	inset: 8.5vw auto auto 4.5vw;
}
.planNightFv__parts--strawberry02 {
	width: 6.3vw;
	inset: auto 3.3vw 8.29vw auto;
}
.planNightFv__parts--strawberry03 {
	width: 14.2vw;
	inset: 16.5vw auto auto 10vw;
}
.planNightFv__parts--strawberry04 {
	width: 6vw;
	inset: 2.21vw auto auto 48vw;
}
.planNightFv__parts--illust01 {
	width: 7.5vw;
	inset: 3.57vw auto auto 18.3vw;
}
.planNightFv__parts--illust02 {
	width: 6.1vw;
	inset: 14.14vw auto auto 45.1vw;
}
.planNightFv__parts--illust03 {
	width: 7vw;
	inset: 3.79vw auto auto 9.2vw;
}
.planNightFv__parts--illust04 {
	width: 6.5vw;
	inset: 1.43vw auto auto 33.2vw;
}
.planNightFv__parts--illust05 {
	width: 9vw;
	inset: auto auto 1.29vw 38.2vw;
}
.planNightFv__parts--illust06 {
	width: 6vw;
	inset: 3.21vw 3.2vw auto auto;
}
@media (width <= 767px) {
	.planNightFv__parts--strawberry01 {
		width: 17.03vw;
		inset: 25.14vw auto auto 3.78vw;
	}
	.planNightFv__parts--strawberry02 {
		width: 24.32vw;
		inset: auto 9.73vw -10vw auto;
	}
	.planNightFv__parts--strawberry03 {
		width: 35.41vw;
		inset: auto auto 47.3vw -3.78vw;
	}
	.planNightFv__parts--strawberry04 {
		width: 13.24vw;
		inset: auto auto 4.86vw 29.73vw;
	}
	.planNightFv__parts--illust01 {
		width: 15.68vw;
		inset: 47.84vw auto auto 4.05vw;
	}
	.planNightFv__parts--illust02 {
		width: 17.3vw;
		inset: 54.05vw 3.24vw auto auto;
	}
	.planNightFv__parts--illust03 {
		width: 18.38vw;
		inset: 0 6.49vw auto auto;
	}
	.planNightFv__parts--illust04 {
		width: 18.38vw;
		inset: 5.41vw 44.05vw auto auto;
	}
	.planNightFv__parts--illust05 {
		width: 25.41vw;
		inset: auto auto 25.68vw 10.81vw;
	}
	.planNightFv__parts--illust06 {
		width: 12.43vw;
		inset: 32.97vw 7.3vw auto auto;
	}
}

.c-price {
	width: 100%;
	padding-inline: 10px;
	margin: 0 auto;
	position: relative;
}
.c-price__details {
	width: 100%;
	max-width: 720px;
	border: 5px solid #232323;
	border-radius: 12px;
	background-color: #fff;
	padding: 75px 20px 100px;
	margin-inline: auto;
	position: relative;
}
@media (width <= 767px) {
	.c-price__details {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
.c-price__inner {
	width: 100%;
	max-width: 500px;
	margin-inline: auto;
}
.c-price__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	gap: 15px;
	position: relative;
}
.c-price__text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.25;
	width: 100px;
	aspect-ratio: 1;
	background-color: var(--color-red);
	border-radius: 50%;
	padding-bottom: 0.5em;
	margin-left: auto;
}
@media (width <= 767px) {
	.c-price__text {
		width: 86px;
		position: absolute;
		inset: -27px -8px auto auto;
	}
}
@media (width <= 767px) {
	.c-price__text--night {
		margin-right: 10px;
		position: relative;
		inset: auto;
	}
}
.c-price__textLarge {
	font-size: 2em;
}
.c-price__close {
	--textColor: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5em;
	color: var(--textColor);
	font-weight: 500;
	width: 120px;
	height: 40px;
	border: 1px solid #787878;
	background-color: #787878;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 10px 10px auto auto;
	cursor: pointer;
	transition: 0.2s ease-out;
}
.c-price__close span {
	display: block;
	width: 13px;
	aspect-ratio: 1;
	position: relative;
}
.c-price__close span::before, .c-price__close span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--textColor);
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.c-price__close span::before {
	rotate: 45deg;
}
.c-price__close span::after {
	rotate: -45deg;
}
@media (any-hover: hover) {
	.c-price__close:hover {
		--textColor: #787878;
		background-color: #fff;
	}
}

.price__wrapper {
	overflow-x: auto;
}

.c-priceDetails {
	min-width: max-content;
}
.c-priceDetails__box {
	display: flex;
	line-height: 1.25;
	gap: 6px;
	padding-right: 5px;
	border-bottom: 1px dotted #232323;
}
.c-priceDetails__box > * {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.07em;
	min-width: 80px;
	min-height: 40px;
	padding: 10px 0;
}
@media (width <= 767px) {
	.c-priceDetails__box > * {
		min-width: 60px;
		min-height: 60px;
	}
}
.c-priceDetails__box--h46 > * {
	min-height: 46px;
}
.c-priceDetails__box--h46-100 > * {
	min-height: 100px;
}
.c-priceDetails__box--h60 > * {
	min-height: 60px;
}
.c-priceDetails__box--h60-100 > * {
	min-height: 60px;
}
@media (width <= 767px) {
	.c-priceDetails__box--h60-100 > * {
		min-height: 100px;
	}
}
@media (width <= 767px) {
	.c-priceDetails__box--pet > * {
		min-width: 58px;
	}
}
.c-priceDetails__box:last-child {
	border-bottom: 0;
}
.c-priceDetails__title {
	justify-content: left;
	font-weight: 500;
	color: var(--color-red);
	min-width: 112px;
	padding-left: 10px;
}
@media (width <= 767px) {
	.c-priceDetails__title {
		min-width: auto;
		width: 62px;
		text-align: left;
		letter-spacing: -0.08em;
	}
}
.c-priceDetails__title small {
	font-size: 0.8em;
}
@media (width <= 767px) {
	.c-priceDetails__title--pl0 {
		width: 40px;
		padding-left: 0;
	}
}
.c-priceDetails__text {
	text-align: center;
	padding-inline: 6px;
	position: relative;
	z-index: 1;
}
.c-priceDetails__text::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	z-index: -1;
}
.c-priceDetails__text small {
	font-size: 0.8em;
}
.c-priceDetails__text--last {
	flex: 1;
}
.c-priceDetails__text--top::before {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.c-priceDetails__text--bottom::before {
	height: calc(100% - 5px);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	inset: 0 auto auto 0;
	translate: 0 0;
}
.c-priceDetails__text--full {
	flex: 1;
}
.c-priceDetails__text--full::before {
	height: calc(100% - 12px);
	border-radius: 6px;
}
.c-priceDetails__text--gray01::before {
	background-color: #f5f5f5;
}
.c-priceDetails__text--gray02::before {
	background-color: #ebebeb;
}
.c-priceDetails__text--gray03::before {
	background-color: #e1e1e1;
}
.c-priceDetails__text--yellow01::before {
	background-color: var(--color-yellow);
}
@media (width <= 767px) {
	.c-priceDetails__text--column {
		flex-direction: column;
	}
}

.c-strawberries {
	margin-top: 120px;
}
@media (width <= 767px) {
	.c-strawberries {
		margin-top: 225px;
	}
}
.c-strawberries__inner {
	width: 100%;
	max-width: 1355px;
	padding-inline: 50px;
	margin: 60px auto 0;
	position: relative;
}
@media (width <= 767px) {
	.c-strawberries__inner {
		padding-inline: 35px;
	}
}
.c-strawberries__text {
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.05em;
	padding: 0 37px 52px 0;
	position: absolute;
	inset: -176px auto auto 10.4%;
	transform-origin: right bottom;
	scale: 0.8;
	transition: scale 0.5s ease-out;
}
@media (width <= 1280px) {
	.c-strawberries__text {
		width: 100%;
		max-width: 396px;
		margin-top: 30px;
		margin-bottom: 20px;
		position: relative;
		inset: auto;
	}
}
@media (width <= 767px) {
	.c-strawberries__text {
		padding-bottom: 40px;
		margin: 40px 0 20px -10px;
	}
}
.c-strawberries__text::after {
	content: "";
	display: block;
	width: 396px;
	height: 139px;
	background: url(../img/common/fukidashi.svg) center/contain no-repeat;
	position: absolute;
	inset: auto 0 0 auto;
}
.c-strawberries__text.animated {
	scale: 1;
}
@media (width <= 767px) {
	.c-strawberries--pet, .c-strawberries--night {
		margin-top: 55px;
	}
}

.c-strawberriesList__item {
	height: auto;
	background-color: #fff;
	border: 5px solid #232323;
	border-radius: 12px;
}
.c-strawberriesList__img {
	aspect-ratio: 290/200;
}
.c-strawberriesList__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-access {
	padding-top: 125px;
}
@media (width <= 767px) {
	.c-access {
		padding-top: 70px;
	}
}
.c-access__wrapper {
	position: relative;
	z-index: 1;
}

.newsHeader {
	width: 100%;
	aspect-ratio: 1400/330;
	padding-top: 5.5vw;
	position: relative;
	z-index: 1;
}
@media (width <= 767px) {
	.newsHeader {
		aspect-ratio: 370/290;
	}
	.newsHeader .lowerFv__text {
		padding-top: 24.32vw;
	}
}
.newsHeader__parts {
	position: absolute;
}
.newsHeader__parts--strawberry01 {
	width: 9.57vw;
	inset: 2.43vw auto auto 16.93vw;
}
.newsHeader__parts--strawberry02 {
	width: 17vw;
	inset: 0 0 auto auto;
}
.newsHeader__parts--strawberry03 {
	width: 6.14vw;
	inset: 1.43vw 15.43vw auto auto;
}
.newsHeader__parts--illust01 {
	width: 3.79vw;
	inset: 1.93vw auto auto 11.64vw;
}
.newsHeader__parts--illust02 {
	width: 5.14vw;
	inset: 10.43vw auto auto 7.14vw;
}
.newsHeader__parts--illust03 {
	width: 5.79vw;
	inset: auto auto 5.07vw 29vw;
}
.newsHeader__parts--illust04 {
	width: 6vw;
	inset: auto 18.86vw 4.36vw auto;
}
.newsHeader__parts--illust05 {
	width: 8.86vw;
	inset: 1.93vw 27.29vw auto auto;
}
.newsHeader__parts--illust06 {
	width: 7.86vw;
	inset: 2.14vw auto auto 26.29vw;
}
.newsHeader__parts--illust07 {
	width: 4.86vw;
	inset: 8.14vw 21.07vw auto auto;
}
@media (width <= 767px) {
	.newsHeader__parts--strawberry01 {
		width: 16.22vw;
		inset: 4.05vw auto auto 5.14vw;
	}
	.newsHeader__parts--strawberry02 {
		width: 31.35vw;
		inset: -9.73vw 2.97vw auto auto;
	}
	.newsHeader__parts--strawberry03 {
		width: 20vw;
		inset: auto auto -9.73vw 24.59vw;
	}
	.newsHeader__parts--illust01 {
		width: 10.27vw;
		inset: 10.54vw auto auto 26.76vw;
	}
	.newsHeader__parts--illust02 {
		width: 11.89vw;
		inset: auto auto 0 3.78vw;
	}
	.newsHeader__parts--illust03 {
		width: 9.73vw;
		inset: auto auto 18.11vw 3.24vw;
	}
	.newsHeader__parts--illust04 {
		width: 13.51vw;
		inset: auto 26.49vw 6.19vw auto;
	}
	.newsHeader__parts--illust05 {
		width: 16.49vw;
		inset: 4.86vw auto auto 42.7vw;
	}
	.newsHeader__parts--illust06 {
		width: 14.05vw;
		inset: auto auto 14.05vw 37.3vw;
	}
	.newsHeader__parts--illust07 {
		width: 12.16vw;
		inset: auto 7.57vw 15.68vw auto;
	}
}

.newsSummary {
	padding-bottom: 13.57vw;
}
@media (width <= 767px) {
	.newsSummary {
		padding-top: 16.22vw;
		padding-bottom: 21.62vw;
	}
}
.newsSummary__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 1260px;
	margin-inline: auto;
}
.newsSummary__list .newsList__item {
	width: 300px;
}
@media (width <= 767px) {
	.newsSummary__list .newsList__item {
		width: 100%;
	}
}
.newsSummary__list .newsList__link {
	height: 100%;
}
.newsSummary__list .c-detail03 {
	height: 100%;
}

.newsDetail {
	padding: 135px 25px 85px;
}
@media (width <= 767px) {
	.newsDetail {
		padding-top: 32.43vw;
		padding-bottom: 0;
	}
}
.newsDetail__inner {
	width: 100%;
	max-width: 960px;
	background-color: #fff;
	border: 5px solid #232323;
	border-radius: 7px;
	padding: 0 35px 80px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
@media (width <= 767px) {
	.newsDetail__inner {
		padding-bottom: 50px;
	}
}
.newsDetail__box {
	width: 100%;
	max-width: 720px;
	margin-inline: auto;
	margin-top: -150px;
}
@media (width <= 767px) {
	.newsDetail__box {
		margin-top: -14.86vw;
	}
}
.newsDetail__title {
	font-size: clamp(24px, 0.894rem + 1.26vw, 32px);
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}
@media (width <= 767px) {
	.newsDetail__title {
		text-align: justify;
	}
}
.newsDetail__contents {
	margin-top: 60px;
}
@media (width <= 767px) {
	.newsDetail__contents {
		margin-top: 40px;
	}
}
.newsDetail__contents > * + * {
	margin-top: 50px;
}
@media (width <= 767px) {
	.newsDetail__contents > * + * {
		margin-top: 30px;
	}
}
.newsDetail__contents h3 {
	font-size: clamp(20px, 0.947rem + 0.63vw, 24px);
	color: var(--color-red);
	font-weight: bold;
}
.newsDetail__contents h4 {
	font-size: 18px;
	font-weight: 500;
}
.newsDetail__parts--strawberry01 {
	width: 23.3%;
	position: absolute;
	inset: -108px auto auto -30px;
}
.newsDetail__parts--strawberry02 {
	width: 10.5%;
	position: absolute;
	inset: 43px 5.2% auto auto;
}
@media (width <= 767px) {
	.newsDetail__parts--strawberry01 {
		width: 100%;
		max-width: 134px;
		inset: -21.62vw auto auto -54px;
	}
	.newsDetail__parts--strawberry02 {
		width: 100%;
		max-width: 55px;
		inset: 42px -19px auto auto;
	}
}

.newsDetailInfo {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	row-gap: 20px;
}
@media (width <= 767px) {
	.newsDetailInfo {
		justify-content: space-between;
	}
}
.newsDetailInfo .box01,
.newsDetailInfo .box03 {
	width: 180px;
}
@media (width <= 767px) {
	.newsDetailInfo .box01 {
		width: calc(100% - 56px);
	}
}
.newsDetailInfo .box02 {
	flex: 1;
}
@media (width <= 767px) {
	.newsDetailInfo .box02 {
		order: -1;
		flex: 0 1 auto;
		width: 100%;
	}
}
@media (width <= 767px) {
	.newsDetailInfo .box03 {
		width: 56px;
	}
}
.newsDetailInfo__box > * + * {
	margin-top: 10px;
}
.newsDetailInfo__cat {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #232323;
	border: 1px solid #232323;
	border-radius: 6px;
	max-width: max-content;
	min-height: 40px;
	padding-inline: 20px;
}
@media (any-hover: hover) {
	.newsDetailInfo__cat:hover {
		color: #232323;
		background-color: #fff;
	}
}
.newsDetailInfo__date {
	font-size: 18px;
	font-weight: 500;
}
.newsDetailInfo__thumbnail {
	border: 5px solid #232323;
	border-radius: 7px;
}/*# sourceMappingURL=style.css.map */