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

body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: 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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.l-footer {
	position: relative;
}

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

.l-specs {
	margin-top: -4.5rem;
}

.fadeIn {
	opacity: 0;
	transform: translateY(5%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.is-fade {
	opacity: 1;
	transform: translateY(0);
}

.p-about {
	background-color: #fff;
	padding-top: 3.125rem;
	position: relative;
}

.p-about__inner.l-inner {
	max-width: 36.5rem;
}

.p-about__block {
	display: grid;
}

.p-about__block + .p-about__block {
	margin-top: 5rem;
}

.p-about__content {
	display: contents;
}

.p-about__title h2 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0.625rem;
}

.p-about__text {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 2;
	margin-top: 1.875rem;
	order: 1;
	text-align: justify;
}

.p-about__content.--yellow .p-about__title,
.p-about__content.--yellow .p-about__text {
	color: #ECC428;
}

.p-about__content.--yellow .p-about__title p {
	width: 9.25rem;
}

.p-about__content.--eme .p-about__title,
.p-about__content.--eme .p-about__text {
	color: #46AFA8;
}

.p-about__content.--eme .p-about__title p {
	width: 7.375rem;
}

.p-about__content.--blue .p-about__title,
.p-about__content.--blue .p-about__text {
	color: #41A7D8;
}

.p-about__content.--blue .p-about__title p {
	width: 10.375rem;
}

.p-about__content.--green .p-about__title,
.p-about__content.--green .p-about__text {
	color: #8DC21F;
}

.p-about__content.--green .p-about__title p {
	width: 9.75rem;
}

.p-about__content.--red .p-about__title,
.p-about__content.--red .p-about__text {
	color: #DF7C6E;
}

.p-about__content.--red .p-about__title p {
	width: 5.3125rem;
}

.p-about__img {
	margin-top: 1.5625rem;
	width: 90.1333333333vw;
}

.p-about__img img,
.p-about__img video {
	-o-object-fit: cover;
	aspect-ratio: 676/543;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about__img.--left {
	margin-left: calc(50% - 50vw);
}

.p-about__img.--left img,
.p-about__img.--left video {
	border-radius: 0 0.625rem 0.625rem 0;
}

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

.p-about__img.--right img,
.p-about__img.--right video {
	border-radius: 0.625rem 0 0 0.625rem;
}

.p-bottom {
	overflow: hidden;
	padding-top: 5.9375rem;
}

.p-bottom__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 16rem;
	position: relative;
	z-index: 1;
}

.p-bottom__img {
	margin-left: calc(50% - 50vw);
	margin-top: 1.25rem;
	width: 100vw;
}

.p-footer {
	background-color: #fff;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	position: relative;
	z-index: 1;
}

.p-footer a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__inner {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-footer__logo {
	width: 12.5rem;
}

.p-intro {
	background: url(../images/bg_intro.webp) center center/cover no-repeat;
	padding-top: 3.75rem;
}

.p-intro__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
}

.p-intro__text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2.2666666667;
	margin-top: 2.5rem;
	text-align: center;
}

.p-intro__img {
	margin-left: -1.375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-intro__img img {
	margin: auto;
	max-width: 23.4375rem;
}

.p-modal {
	background: url(../images/bg_specs.webp) center center/cover no-repeat;
	height: 100%;
	left: 0;
	max-height: 100vh;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__close {
	background: url(../images/close.webp) center center/contain no-repeat;
	height: 1.5625rem;
	position: absolute;
	right: 0;
	top: -2.1875rem;
	transition: all 0.45s;
	width: 1.5625rem;
}

.p-modal__video {
	left: 50%;
	max-width: 20.3125rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-modal__video iframe {
	-o-object-fit: cover;
	aspect-ratio: 1920/1080;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.p-mv__inner {
	height: inherit;
}

.p-mv__img {
	height: inherit;
}

.p-mv__img video {
	-o-object-fit: cover;
	aspect-ratio: 750/1624;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.p-mv__title.fadeIn {
	transform: translate(-50%, 0%);
}

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

.p-specs {
	background: url(../images/bg_specs.webp) center center/cover no-repeat;
	overflow: hidden;
	padding-bottom: 4.5625rem;
	padding-top: 4.875rem;
	position: relative;
}

.p-specs::before {
	background: url(../images/movie_img.png) center bottom/contain no-repeat;
	bottom: 0;
	content: "";
	height: 9.75rem;
	left: calc(50% - 10.3125rem);
	position: absolute;
	width: 4.5625rem;
	z-index: 1;
}

.p-specs__title p {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
	width: 100%;
}

.p-specs__title h2 {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	margin-top: 1.25rem;
	text-align: center;
}

.p-specs__img {
	margin-left: calc(50% - 51vw);
	margin-top: 2.5rem;
	width: 102vw;
}

.p-specs__movie {
	margin-top: 4.5rem;
}

.p-specs__subtitle {
	margin-left: auto;
	margin-right: auto;
	max-width: 11.25rem;
}

.p-specs__video {
	border-radius: 1.25rem;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 20.3125rem;
	overflow: hidden;
	position: relative;
}

.p-specs__video::before {
	background: url(../images/play.webp) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 2.5rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.45s;
	width: 2.5rem;
}

.p-specs__video video {
	width: 100%;
}

@media (hover: hover) {

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

.p-specs__video:hover::before {
	transform: scale(1.1);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.372212693vw;
}

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

a:hover {
	opacity: 0.8;
}

.l-footer {
	margin-top: -4.3125rem;
}

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

.l-specs {
	margin-top: -10rem;
}

.p-about__img img,
.p-about__img video {
	aspect-ratio: 827/586;
}

.p-about__img.--left img,
.p-about__img.--left video {
	border-radius: 0 1.25rem 1.25rem 0;
}

.p-about__img.--right img,
.p-about__img.--right video {
	border-radius: 1.25rem 0 0 1.25rem;
}

.p-bottom {
	padding-top: 11.875rem;
}

.p-bottom__title {
	max-width: 62.875rem;
}

.p-bottom__img {
	margin-top: 2.5rem;
}

.p-footer {
	padding-bottom: 1.4375rem;
	padding-top: 1.4375rem;
}

.p-footer__inner {
	padding-left: 2.3125rem;
	padding-right: 2.3125rem;
}

.p-footer__logo {
	width: 21.875rem;
}

.p-intro {
	padding-top: 8.75rem;
}

.p-intro__title {
	max-width: 49.875rem;
}

.p-intro__text {
	font-size: 1.5rem;
	line-height: 2.0833333333;
	margin-top: 3.75rem;
}

.p-intro__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 57.5625rem;
}

.p-intro__img img {
	max-width: 100%;
	width: 100%;
}

.p-modal__close {
	cursor: pointer;
	height: 3.75rem;
	top: -5rem;
	width: 3.75rem;
}

.p-modal__video {
	max-width: 63.125rem;
}

.p-mv {
	height: 100vh;
	min-height: 800px;
}

.p-mv__img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__img video {
	-o-object-fit: cover;
	aspect-ratio: unset;
	height: 100%;
	object-fit: cover;
}

.p-mv__title {
	max-width: 100%;
	width: 68.75rem;
}

.p-specs {
	padding-bottom: 8.125rem;
	padding-top: 7.25rem;
}

.p-specs::before {
	height: 26.125rem;
	left: calc(50% - min(46.904315197vw, 31.25rem));
	width: min(18.2926829268vw, 12.1875rem);
}

.p-specs__title p {
	max-width: 32.6875rem;
}

.p-specs__title h2 {
	font-size: 1.5rem;
	margin-top: 1.625rem;
}

.p-specs__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 57.1875rem;
	width: 66.9838945827vw;
}

.p-specs__movie {
	margin-top: 7.5rem;
}

.p-specs__subtitle {
	max-width: 18.75rem;
}

.p-specs__video {
	margin-top: 3.75rem;
	max-width: 62.5rem;
}

.p-specs__video::before {
	height: 7.6875rem;
	width: 7.6875rem;
}

}

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

.p-about {
	padding-top: 7.5rem;
}

.p-about__inner.l-inner {
	max-width: 1216px;
}

.p-about__block {
	align-items: flex-start;
	display: flex;
	gap: 3.9375rem;
}

.p-about__block:nth-child(even) {
	flex-direction: row-reverse;
}

.p-about__block + .p-about__block {
	margin-top: 10rem;
}

.p-about__content {
	display: block;
	margin-top: 1.4375rem;
	width: 23.125rem;
}

.p-about__title h2 {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.5277777778;
	margin-top: 0.625rem;
}

.p-about__text {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	line-height: 2.1;
	order: initial;
}

.p-about__content.--yellow .p-about__title p {
	width: 17.75rem;
}

.p-about__content.--eme .p-about__title p {
	width: 13.875rem;
}

.p-about__content.--blue .p-about__title p {
	width: 20.8125rem;
}

.p-about__content.--green .p-about__title p {
	width: 18.1875rem;
}

.p-about__content.--red .p-about__title p {
	width: 10.0625rem;
}

.p-about__img {
	margin-top: 0;
	width: calc(100% - 23.125rem - 3.9375rem + max(0px, 50vw - 583px));
}

}

@media (min-width: 1166px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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