body {
	font-family: noto-sans-cjk-jp, sans-serif;
	letter-spacing: 0.07em;
}

.p-mv {
	height: 100vh;
	margin-inline: auto;
	max-height: 800px;
	max-width: 33.75rem;
	padding-top: 12.5rem;
	padding-top: 13.5rem;
	position: relative;
	width: 100%;
}

.p-mv__inner {
	height: 100%;
	position: relative;
}

.p-mv__title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 1rem;
}

.p-mv__title h2 {
	color: #4d4d4d;
	font-size: 0.8125rem;
	letter-spacing: 0.24em;
	position: relative;
	z-index: 1;
}

.p-mv__title h2 span {
	animation: wave 1.8s ease-in-out 0s infinite alternate;
	display: inline-block;
}

.p-mv__title p {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12.875rem;
}

.p-mv__img {
	bottom: -1rem;
	max-width: 32.5rem;
	position: absolute;
	right: -7.6875rem;
	width: 133.3333333333vw;
	width:130.333333vw;
	z-index: 1;
}

.p-mv__float {
	bottom: 4.6875rem;
	position: absolute;
	right: 0.625rem;
	z-index: 10;
}

.p-mv__float a {
	border-radius: 50%;
	display: block;
	height: 6.125rem;
	position: relative;
	width: 6.125rem;
}

.p-mv__float a::before {
	background: linear-gradient(45deg, #bfd558, #f0b557);
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 100%;
}

.p-mv__float span {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	font-family: fot-tsukuaoldmin-pr6n, serif;
	height: 5.875rem;
	inset: 0;
	justify-content: center;
	line-height: 1.2307692308;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 5.875rem;
	z-index: 1;
}

.p-mv__news {
	bottom: 0.75rem;
	left: 50%;
	max-width: 19.6875rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 3;
}

.p-mv__news.is-fade {
	transform: translate(-50%, 0);
}

.p-mv__news a {
	background-color: #f8f5ef;
	border-radius: 0.3125rem;
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	padding: 0.625rem 3.125rem 0.625rem 1rem;
	position: relative;
	width: 100%;
}

.p-mv__newsWrap {
	display: none;
}

.p-mv__newsTitle {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3333333333;
	overflow: hidden;
}

.p-mv__newsArrow {
	height: 1.625rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.p-mv__bg > div {
	opacity: 0;
	transform: translateY(10%);
	transition: all 0.5s;
}

.p-mv__bg > div.is-active {
	opacity: 1;
	transform: translateY(0);
}

.p-mv__bg1 {
	bottom: 4.875rem;
	height: 83.0769230769vw;
	height: 20.25rem;
	left: -12.3076923077vw;
	left: -3rem;
	position: absolute;
	width: 44.8717948718vw;
	width: 10.9375rem;
}

.p-mv__bg2 {
	bottom: 3.125rem;
	height: 10.1875rem;
	left: 2.25rem;
	position: absolute;
	transform: rotate(-35deg);
	width: 8.0625rem;
}

.p-mv__bg3 {
	bottom: -0.625rem;
	height: 9.375rem;
	left: -1.125rem;
	position: absolute;
	transform: translateY(10%) scale(-1, 1) !important;
	width: 12.25rem;
	z-index: 1;
}

.p-mv__bg > .p-mv__bg3.is-active {
	transform: translateY(0) scale(-1, 1);
}

.p-mv__bg4 {
	height: 20.9375rem;
	position: absolute;
	right: -5rem;
	top: 5rem;
	width: 12.8125rem;
}

.p-mv__bg5 {
	bottom: 5.625rem;
	height: 14.875rem;
	position: absolute;
	right: 11.5rem;
	width: 5.5rem;
}

.p-topConcept {
	padding-bottom: 15.625rem;
	position: relative;
}

.p-topConcept__movie {
	border-radius: 0.625rem;
	cursor: pointer;
	margin-inline: auto;
	max-width: 21.625rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-topConcept__movie::before {
	background-color: #FDF0DF;
	border-radius: 50%;
	content: "";
	height: 3.8125rem;
	inset: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s;
	width: 3.8125rem;
	z-index: 1;
}

.p-topConcept__movie::after {
	-webkit-mask: url(../images/common/triangle.svg) center center/contain no-repeat;
	background-color: #587F7F;
	content: "";
	height: 1.125rem;
	inset: 0;
	margin: auto;
	mask: url(../images/common/triangle.svg) center center/contain no-repeat;
	position: absolute;
	transition: all 0.3s;
	width: 1rem;
	z-index: 2;
}

.p-topConcept__movie img {
	transition: all 0.3s;
}

.p-topConcept__modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-topConcept__bg {
	background-color: #000;
	cursor: pointer;
	height: 100;
	inset: 0;
	margin: auto;
	opacity: 0.6;
	position: absolute;
	width: 100%;
}

.p-topConcept__video {
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	max-width: 24.375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 3.125rem);
}

.p-topConcept__video::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -1.875rem;
	transform: rotate(45deg);
	width: 1.875rem;
}

.p-topConcept__video::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -1.875rem;
	transform: rotate(-45deg);
	width: 1.875rem;
}

.p-topConcept__video video {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
}

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

.p-topConcept__lead {
	font-feature-settings: "palt";
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
}

.p-topConcept__title {
	font-feature-settings: "palt";
	-webkit-background-clip: text;
	background-image: linear-gradient(135deg, #668a8b 33%, #e3cb84 44%, #587F7F 66%, transparent 77%, transparent 100%);
	background-position-x: 100%;
	background-size: 500%;
	color: transparent;
	font-size: 1.875rem;
	letter-spacing: 0.2em;
	line-height: 1.4333333333;
	margin-top: 1.75rem;
	text-align: center;
	transition: all 3s ease-in-out;
	transition: all 8s;
}

.p-topConcept__title.is-active {
	background-position-x: 0;
}

.p-topConcept__text {
	color: #595757;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 3.6666666667;
	margin-top: 1.625rem;
	text-align: center;
}

.p-topConcept__text p + p {
	margin-top: 2em;
}

.p-topConcept__btn {
	height: 3.125rem;
	margin-inline: auto;
	margin-top: 2.875rem;
	max-width: 15.6875rem;
	width: 100%;
}

.p-topConcept_bg1 {
	height: 18.4375rem;
	position: absolute;
	right: -5.75rem;
	top: -10.1875rem;
	width: 19rem;
}

.p-topConcept_bg4 {
	bottom: 1rem;
	margin-left: calc(50% - 50vw);
	position: absolute;
	width: 100%;
	width: 100vw;
}

.p-topIntro {
	background-color: #DCEBEB;
	padding-bottom: 5.625rem;
	padding-top: 0.3125rem;
	position: relative;
	z-index: 1;
}

.p-topIntro__wave {
	display: none;
}

.p-topIntro__wave svg {
	height: auto !important;
}

.p-topIntro__inner {
	position: relative;
}

.p-topIntro__title {
	color: #FDF0DF;
	font-family: mr-eaves-modern, sans-serif;
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 0.75;
	position: relative;
	z-index: 2;
}

.p-topIntro__slider {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-topIntro__slider.--1 {
	margin-top: -3.4375rem;
}

.p-topIntro__concept {
	margin-top: 3.375rem;
}

.p-topIntro__slider.--2 {
	margin-top: -3.75rem;
	position: relative;
	z-index: 1;
}

.p-topIntro__links {
	margin-inline: auto;
	margin-top: 2.625rem;
	max-width: 19.625rem;
}

.p-topIntro__link {
	margin: 0 0.625rem;
	max-width: 18.375rem;
	width: 100%;
}

.p-topIntro__link a {
	display: block;
	height: 100%;
	padding: 2.5rem 1.875rem;
	position: relative;
	z-index: 1;
}

.p-topIntro__link a::before {
	background-color: #fff;
	border-radius: 0.625rem;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 100%;
	z-index: -1;
}

.p-topIntro__bigText {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-topIntro__bigText span {
	font-size: 0.75rem;
}

.p-topIntro__text {
	color: #595757;
	font-size: 0.75rem;
	line-height: 2.25;
	margin-top: 1.25rem;
}

.p-topIntro__arrow {
	bottom: 0.625rem;
	height: 1.875rem;
	position: absolute;
	right: 0.625rem;
	transition: all 0.3s;
	width: 1.875rem;
}

.p-topIntro__menu {
	display: grid;
	gap: 2.625rem 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
	position: relative;
	z-index: 1;
}

.p-topIntro__menuCard {
	position: relative;
}

.p-topIntro__cardTitle {
	left: 50%;
	position: absolute;
	top: -0.625rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.p-topIntro__cardImg {
	border-radius: 0.3125rem;
	overflow: hidden;
}

.p-topIntro__cardText {
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-topIntro__btn {
	height: 7.5rem;
	margin-inline: auto;
	margin-top: 5.9375rem;
	max-width: 22.5rem;
	position: relative;
	z-index: 1;
}

.p-topIntro__bg1 {
	bottom: -3.125rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.p-topIntro__bg2 {
	bottom: max(-14vw, -16rem);
	pointer-events: none;
	position: absolute;
	width: 100%;
}

@media (hover: hover) {

.p-mv__float a:hover::before {
	animation: loop 2s linear infinite;
	height: 106%;
	left: -3%;
	width: 106%;
}

.p-topConcept__movie:hover img {
	transform: scale(1.1);
}

.p-topConcept__movie:hover::before {
	background-color: #587F7F;
	transform: scale(1.1);
}

.p-topConcept__movie:hover::after {
	background-color: #FDF0DF;
	transform: scale(1.1);
}

.p-topIntro__link a:hover::before {
	transform: translate(-50%, -50%) scale(1.03);
}

.p-topIntro__link a:hover .p-topIntro__arrow {
	transform: scale(1.34);
}

.p-topIntro__link a:hover .p-topIntro__arrow .c-arrow {
	background-color: #587F7F;
	background-image: url(../images/common/arrow_beige.svg);
}

}

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

.l-topIntro {
	margin-top: -9.5rem;
}

.p-mv {
	aspect-ratio: 1920/1070;
	height: auto;
	max-height: unset;
	max-width: unset;
	overflow: hidden;
	padding-bottom: 2.625rem;
	padding-top: min(22.1875vw, 26.625rem);
}

.p-mv__inner {
	margin-inline: auto;
	max-width: 120rem;
	position: unset;
}

.p-mv__title {
	margin-left: min(20.1041666667vw, 24.125rem);
	padding-left: 0rem;
}

.p-mv__title h2 {
	font-size: clamp(1.25vw, 1.25vw, 1.5rem);
	letter-spacing: 0.26em;
}

.p-mv__title p {
	top: min(-3.3854166667vw, -4.0625rem);
	transform: translateX(-50%);
	width: min(18.9583333333vw, 22.75rem);
}

.p-mv__img {
	bottom: -3rem;
	bottom: -1rem;
	left: initial;
	max-width: 80rem;
	right: min(4.7916666667vw, 5.75rem);
	right: min(7.7916666667vw, 12.75rem);
	width: 60.15625vw;
	width: 55.15625vw;
}

.p-mv__img img {
	-o-object-fit: contain;
	-o-object-position: bottom;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

.p-mv__line {
	height: min(7.7083333333vw, 9.25rem);
	margin-top: min(9.8958333333vw, 11.875rem);
	width: min(24.4791666667vw, 29.375rem);
}

.p-mv__float {
	bottom: 2.5rem;
	position: fixed;
	right: 2.5rem;
}

.p-mv__float a {
	height: 8.625rem;
	width: 8.625rem;
}

.p-mv__float span {
	height: 7.9375rem;
	width: 7.9375rem;
}

.p-mv__news {
	bottom: 0.125rem;
	height: 9.125rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	max-width: 35.9375rem;
	transform: translateX(0);
}

.p-mv__news.is-fade {
	transform: translateY(0);
}

.p-mv__news a {
	background-color: #fff;
	border-radius: 0 6.25rem 6.25rem 0;
	box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 2rem 6.25rem 2rem 3.75rem;
}

.p-mv__newsWrap {
	align-items: baseline;
	display: flex;
	font-family: mr-eaves-modern, sans-serif;
	font-size: min(1.9791666667vw, 2.375rem);
	font-size: min(1.791666667vw, 2rem);
	font-weight: 800;
}

.p-mv__time {
	font-size: clamp(12px, 0.625vw, 0.75rem);
	font-weight: 400;
	margin-left: min(0.4166666667vw, 0.5rem);
	margin-left: min(1vw, 0.5rem);
}

.p-mv__newsTitle {
	-webkit-line-clamp: 1;
	font-size: clamp(14px, 0.78125vw, 0.9375rem);
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0;
}

.p-mv__newsArrow {
	height: 2.6875rem;
	right: 1.5rem;
	width: 2.6875rem;
}

.p-mv__newsArrow .c-arrow {
	background-color: #FDF0DF;
}

.p-mv__bg1 {
	bottom: min(8.3333333333vw, 7rem);
	height: min(42.7083333333vw, 51.25rem);
	left: min(-5.9895833333vw, -7.1875rem);
	width: min(23.3333333333vw, 28rem);
}

.p-mv__bg2 {
	bottom: min(-9.375vw, -11.25rem);
	height: min(22.7083333333vw, 27.25rem);
	left: min(20.8333333333vw, 25rem);
	transform: translate(0);
	width: min(18.125vw, 21.75rem);
	z-index: 1;
}

.p-mv__bg3 {
	bottom: min(-1.7708333333vw, -2.125rem);
	height: min(17.6041666667vw, 21.125rem);
	left: initial;
	right: min(1.5625vw, 1.875rem);
	transform: scale(1, 1);
	width: min(21.875vw, 26.25rem);
}

.p-mv__bg4 {
	bottom: min(12.9166666667vw, 13.5rem);
	height: min(35.9375vw, 43.125rem);
	right: min(-8.1770833333vw, -9.8125rem);
	top: initial;
	width: min(25.4166666667vw, 30.5rem);
}

.p-mv__bg5 {
	bottom: min(9.6354166667vw, 11.5625rem);
	height: min(24.7395833333vw, 29.6875rem);
	right: min(41.1458333333vw, 49.375rem);
	width: min(9.8958333333vw, 11.875rem);
}

.p-mv__bg6 {
	bottom: min(-0.8333333333vw, -3rem);
	height: min(30.2083333333vw, 36.25rem);
	left: min(-2.9166666667vw, -3.5rem);
	position: absolute;
	width: min(25vw, 30rem);
}

.p-mv__bg7 {
	bottom: min(-16.0416666667vw, -19.25rem);
	height: min(35.9375vw, 43.125rem);
	left: min(9.5833333333vw, 11.5rem);
	position: absolute;
	width: min(56.5625vw, 67.875rem);
}

.p-mv__bg8 {
	bottom: min(6.1458333333vw, 7.375rem);
	height: min(13.0208333333vw, 15.625rem);
	position: absolute;
	right: min(45.625vw, 54.75rem);
	width: min(11.5625vw, 13.875rem);
}

.p-mv__bg9 {
	bottom: min(4.4270833333vw, 5.3125rem);
	height: min(26.0416666667vw, 31.25rem);
	position: absolute;
	right: min(-6.25vw, -7.5rem);
	width: min(23.4375vw, 28.125rem);
}

.p-topConcept {
	padding-bottom: 0;
}

.p-topConcept__movie {
	margin-right: calc(50% - min(50vw, 60rem));
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 24.6875rem;
	width: min(59.6354166667vw, 71.5625rem);
}

.p-topConcept__movie::before {
	height: 9.375rem;
	width: 9.375rem;
}

.p-topConcept__movie::after {
	height: 2.875rem;
	width: 2.5rem;
}

.p-topConcept__video {
	max-width: 70rem;
}

.p-topConcept__content {
	margin-top: 0;
}

.p-topConcept__lead {
	font-size: 0.75rem;
	line-height: 1.5833333333;
	text-align: left;
}

.p-topConcept__title {
	font-size: 3.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-topConcept__text {
	font-size: 1.125rem;
	line-height: 2.8888888889;
	margin-top: 3.75rem;
	text-align: left;
}

.p-topConcept__text p + p {
	margin-top: 3em;
}

.p-topConcept__btn {
	height: 3.75rem;
	margin-left: 0;
	margin-top: 3.25rem;
	max-width: 18.75rem;
}

.p-topConcept_bg1 {
	height: 75rem;
	margin-right: calc(50% - 50vw - 8.75rem);
	right: 0;
	top: -26.875rem;
	width: 46.25rem;
}

.p-topConcept_bg2 {
	height: 79.875rem;
	left: -3.125rem;
	margin-left: calc(50% - 50vw);
	position: absolute;
	width: 56.25rem;
}

.p-topIntro {
	background: linear-gradient(to bottom, transparent 15rem, #DCEBEB 15rem);
	padding-bottom: 16.875rem;
	padding-top: 9.375rem;
}

.p-topIntro__wave {
	content: "";
	display: block;
	height: 17.1875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-topIntro__title {
	font-size: 12.0625rem;
	line-height: 0.7461139896;
}

.p-topIntro__slider {
	margin-left: initial;
	margin-right: calc(50% - 50vw);
	width: auto;
}

.p-topIntro__slider.--1 {
	margin-top: -13.5rem;
}

.p-topIntro__img {
	border-radius: 1rem 0 0 1rem;
	overflow: hidden;
}

.p-topIntro__concept {
	margin-top: 11.125rem;
}

.p-topIntro__slider.--2 {
	margin-top: 20rem;
}

.p-topIntro__links {
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
}

.p-topIntro__links {
	margin-top: 6.75rem;
}

.p-topIntro__link {
	margin: 0;
	max-width: 100%;
}

.p-topIntro__link a {
	display: flex;
	flex-direction: column;
	padding: 4.375rem 4.375rem 7.1875rem;
}

.p-topIntro__bigText {
	flex-grow: 1;
	font-size: 1.375rem;
	letter-spacing: 0.14em;
}

.p-topIntro__bigText span {
	font-size: 0.875rem;
}

.p-topIntro__text {
	font-size: 1rem;
	letter-spacing: 0.14em;
	line-height: 2.3125;
	margin-top: 1.5625rem;
}

.p-topIntro__arrow {
	bottom: 1.4375rem;
	height: 2.6875rem;
	right: 1.4375rem;
	width: 2.6875rem;
}

.p-topIntro__menu {
	display: block;
	margin-left: calc(50% - 50vw);
	margin-top: 6.25rem;
	width: 100vw;
}

.p-topIntro__menu .slick-list {
	padding-top: 2.1875rem;
}

.p-topIntro__menuCard {
	margin: 0 1.5625rem;
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0 !important;
	width: 25rem;
}

.p-topIntro__menuCard:nth-child(even) {
	margin-top: 3.75rem;
}

.p-topIntro__cardTitle {
	top: -1.25rem;
}

.p-topIntro__cardImg {
	border-radius: 0.75rem;
}

.p-topIntro__cardText {
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.p-topIntro__btn {
	height: 15.625rem;
	margin-top: 10.9375rem;
	max-width: 47.5rem;
}

}

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

.p-mv {
	aspect-ratio: unset;
	height: 100vh;
	max-height: 1200px;
	min-height: 800px;
}

.p-mv__img {
	max-height: 90vh;
}

}


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