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

@font-face {
	font-family: "babes";
	src: url(../font/BebasNeue\ Bold.ttf);
}

body {
	font-family: "Inter", sans-serif;
}

.u-mobile {
	display: none;
}

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 {
	align-items: center;
	background: linear-gradient(to right, #FFFB00 14%, #51FF00 100%);
	border-radius: 2.1875rem;
	color: #111;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 4.375rem;
	justify-content: center;
	max-width: 29rem;
	position: relative;
	width: 100%;
}

.c-btn::after {
	background: url(../images/arrow.webp) center center/contain no-repeat;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
	z-index: 1;
}

.c-btn::before {
	background: url(../images/border_btn.webp) center center/contain no-repeat;
	content: "";
	height: 5.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s;
	width: 30.625rem;
}

.c-btn:hover::before {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.1);
}

.c-title {
	color: #B6EA57;
	font-family: "Bebas Neue", sans-serif;
	font-size: 4.375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

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

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-contents {
	padding-top: 8.875rem;
	position: relative;
	z-index: 1;
}

.p-contents::before {
	background: url(../images/bg_contents_01.webp) center right/contain no-repeat;
	content: "";
	height: 35.5729166667vw;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 42rem;
	width: 38.90625vw;
}

.p-contents::after {
	background: url(../images/bg_contents_02.webp) center left/contain no-repeat;
	content: "";
	height: 41.9270833333vw;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 33rem;
	width: 62.0833333333vw;
}

.p-contents__tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 3.25rem;
}

.p-contents__tab {
	position: relative;
	transition: all 0.45s;
	z-index: 1;
}

.p-contents__tab button {
	align-items: center;
	background: linear-gradient(to right, #FFFB00 14%, #51FF00);
	border-radius: 2.1875rem;
	color: #000;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	height: 4.0625rem;
	padding-left: 2.3125rem;
	padding-top: 0.125rem;
	transition: all 0.45s;
	width: 11.6875rem;
}

.p-contents__tab.is-active button {
	background: #000;
	color: #E5FB00;
}

.p-contents__tab::after {
	background: linear-gradient(to right, #FFFB00 14%, #51FF00);
	border-radius: 3.125rem;
	content: "";
	height: calc(100% + 0.375rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.375rem);
	z-index: -1;
}

.p-contents__tab::before {
	background: url(../images/arrow.webp) center center/contain no-repeat;
	content: "";
	height: 1.4375rem;
	pointer-events: none;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.4375rem;
}

.p-contents__tab.is-active::before {
	background-image: url(../images/arrow_black.webp);
}

.p-contents__tab span {
	font-size: 1.375rem;
	font-weight: bold;
	transform: rotate(90deg);
}

.p-contents__blocks {
	margin-top: 4.0625rem;
}

.p-contents__block:nth-child(n+2) {
	display: none;
}

.p-contents__subtitle {
	align-items: center;
	display: flex;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.6923076923;
}

.p-contents__subtitle span {
	color: #B6EA57;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.875rem;
	font-weight: bold;
	margin-right: 1.375rem;
}

.p-contents__table {
	margin-top: 1rem;
}

.p-contents__row {
	background: linear-gradient(45deg, #000000, #0B2600);
	border-left: 2px solid #B6EA57;
	border-right: 2px solid #B6EA57;
	display: grid;
	grid-template-columns: 10.0625rem 1fr;
	min-height: 10.3125rem;
}

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

.p-contents__time {
	align-items: center;
	background-color: rgba(77, 255, 0, 0.15);
	color: #B6EA57;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
}

.p-contents__time span {
	display: inline-block;
	position: relative;
}

.p-contents__time span em {
	font-style: normal;
}

.p-contents__time span::before {
	background-color: #B6EA57;
	bottom: -0.375rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.3125rem;
}

.p-contents__main {
	grid-gap: 2.625rem;
	align-items: flex-start;
	display: grid;
	gap: 2.625rem;
	grid-template-columns: 13.75rem 1fr;
	padding: 2.1875rem 3.875rem 2.1875rem 2.125rem;
}

.p-contents__company picture {
	margin-left: auto;
	margin-right: auto;
	max-width: 9.4375rem;
}

.p-contents__company span {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 2.6666666667;
	margin-top: 0.25rem;
	text-align: center;
}

.p-contents__list {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}

.p-contents__list::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.3125rem;
}

.p-contents__btn {
	margin-top: 7.125rem;
	text-align: center;
}

.p-contents__row:last-child {
	background: linear-gradient(45deg, #061500, #260900);
	border-color: #F6C75A;
}

.p-contents__row:last-child .p-contents__time {
	background-color: rgba(178, 15, 0, 0.15);
	color: #F6C75A;
}

.p-contents__row:last-child .p-contents__time span::before {
	background-color: #F6C75A;
}

.p-contents__text {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.p-contents__text span {
	font-size: 1rem;
}

.p-contents__rowTitle {
	font-size: 1.375rem;
	font-weight: 600;
	grid-column: span 2;
}

.p-contents__rowTitle span {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.p-contents__people picture {
	margin-left: auto;
	margin-right: auto;
	max-width: 6.75rem;
}

.p-contents__name {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.375rem;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-contents__name span {
	display: block;
	font-size: 0.75rem;
}

.p-contents__rowLead {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.p-faq {
	padding-bottom: 14.0625rem;
	padding-top: 8.625rem;
	position: relative;
}

.p-faq::before {
	background: url(../images/bg_faq_01.webp) center right/contain no-repeat;
	content: "";
	height: 41.9270833333vw;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 7.5rem;
	width: 62.0833333333vw;
}

.p-faq::after {
	background: url(../images/bg_faq_02.webp) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 35.5729166667vw;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 38.90625vw;
}

.p-faq__blocks {
	margin-top: 4.25rem;
	position: relative;
}

.p-faq__block {
	background-color: #151515;
	cursor: pointer;
}

.p-faq__block + .p-faq__block {
	margin-top: 1.25rem;
}

.p-faq__q {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	min-height: 5.1875rem;
	padding: 2.125rem 7.5rem 2.125rem 6.125rem;
	position: relative;
}

.p-faq__q::before {
	background: url(../images/border-arrow.webp) center center/contain no-repeat;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 3.125rem;
	top: 2.75rem;
	transition: all 0.45s;
	width: 1.25rem;
}

.p-faq__block.is-active .p-faq__q::before {
	transform: rotate(180deg);
}

.p-faq__q span {
	color: #B6EA57;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.5rem;
	left: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 1.625rem;
}

.p-faq__a {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	max-height: 0;
	overflow: hidden;
	padding-left: 6.125rem;
	padding-right: 7.5rem;
	position: relative;
	transition: all 0.45s;
}

.p-faq__block.is-active .p-faq__a {
	max-height: 12.5rem;
	padding: 2.125rem 7.5rem 2.125rem 6.125rem;
}

.p-faq__a span {
	color: #B6EA57;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.5rem;
	left: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 1.625rem;
}

.p-footer {
	background: linear-gradient(to right, #0B2600, #000000 51%, #0B2600);
	color: black;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-footer__box {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 59.875rem;
	padding-bottom: 2.6875rem;
	padding-top: 3.3125rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
}

.p-footer__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.0555555556;
	margin-top: 0.125rem;
	text-align: center;
}

.p-footer__text {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.7222222222;
	margin-top: 1.875rem;
	text-align: center;
}

.p-footer__install {
	margin-top: 2.375rem;
}

.p-footer__text2 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.0555555556;
	text-align: center;
}

.p-footer__btns {
	grid-gap: 1.375rem;
	align-items: center;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: 14.0625rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 32.25rem;
}

.p-footer__btn a {
	transition: all 0.45s;
}

.p-intro {
	padding-bottom: 0.625rem;
	padding-top: 9.375rem;
	position: relative;
	position: relative;
}

.p-intro::before {
	background: url(../images/bg_intro_02.webp) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 35.5729166667vw;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 38.90625vw;
}

.p-intro::after {
	background: url(../images/bg_intro_01.webp) center right/contain no-repeat;
	content: "";
	height: 41.9270833333vw;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 10.3125rem;
	width: 62.0833333333vw;
}

.p-intro__main {
	padding-left: 10.5rem;
	position: relative;
}

.p-intro__main::before {
	background: url(../images/intro_txt.webp) center bottom/contain no-repeat;
	bottom: 0;
	content: "";
	height: 37.8125rem;
	left: 0;
	position: absolute;
	width: 5.625rem;
}

.p-intro__title {
	font-size: 2.625rem;
	font-weight: bold;
}

.p-intro__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.3333333333;
	margin-top: 3.75rem;
}

.p-intro__text p + p {
	margin-top: 2.625rem;
}

.p-mv {
	position: relative;
}

.p-mv__btn {
	margin-top: 5rem;
	text-align: center;
}

.p-overview {
	padding-top: 9.375rem;
	position: relative;
}

.p-overview__main {
	background: linear-gradient(to right, #0B2600, #000000 51%, #0B2600);
	border-left: 2px solid #B6EA57;
	border-right: 2px solid #B6EA57;
	margin-top: 5rem;
	padding: 3.4375rem 5.8125rem 0.9375rem;
}

.p-overview__row {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 9.875rem 1fr;
	min-height: 4.0625rem;
}

.p-overview__row dt {
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
}

.p-overview__row dt::before {
	content: ":";
	position: absolute;
	right: 1.625rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-overview__row dd {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-overview__row dd small {
	font-size: 0.875rem;
}

.p-overview__btn {
	margin-top: 6.5625rem;
	text-align: center;
}

html {
	background: #00120D;
	color: #fff;
	position: relative;
}

html::before {
	background: url(../images/bg.webp) center center/100% repeat-y;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: color-dodge;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

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

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

@media (hover: hover) {

.p-contents__tab:hover {
	opacity: 0.8;
}

.p-footer__btn a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media (max-width: 768px) {

html {
	font-size: 16px;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	font-size: 0.75rem;
	height: 2.5rem;
	max-width: 16.5625rem;
}

.c-btn::after {
	height: 0.875rem;
	right: 0.8125rem;
	width: 0.875rem;
}

.c-btn::before {
	background-size: 100% 100%;
	height: 3.375rem;
	width: 17.5rem;
}

.c-title {
	font-size: 2.5rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

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

.p-contents {
	padding-top: 4.5625rem;
}

.p-contents::before {
	background: url(../images/bg_contents_01_sp.webp) center center/contain no-repeat;
	height: 118.2051282051vw;
	top: 1.625rem;
	width: 100%;
}

.p-contents::after {
	display: none;
}

.p-contents__tabs {
	gap: 1.0625rem 0.6875rem;
	margin-top: 2.75rem;
}

.p-contents__tab button {
	font-size: 1.5rem;
	height: 2.375rem;
	padding-left: 1.3125rem;
	width: 6.8125rem;
}

.p-contents__tab::after {
	height: calc(100% + 0.125rem);
	width: calc(100% + 0.125rem);
}

.p-contents__tab::before {
	height: 0.8125rem;
	right: 0.875rem;
	width: 0.8125rem;
}

.p-contents__tab span {
	font-size: 0.8125rem;
}

.p-contents__blocks {
	margin-top: 1.5625rem;
}

.p-contents__subtitle {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.4375;
}

.p-contents__subtitle span {
	display: block;
	font-size: 1.875rem;
}

.p-contents__row {
	grid-template-columns: 6rem 1fr;
}

.p-contents__row + .p-contents__row {
	margin-top: 0.625rem;
}

.p-contents__time {
	font-size: 1.625rem;
}

.p-contents__time span em {
	display: block;
	margin-bottom: 0.25em;
	text-align: center;
	transform: rotate(90deg);
}

.p-contents__time span::before {
	bottom: -0.625rem;
	width: 1.4375rem;
}

.p-contents__main {
	display: block;
	padding: 1.25rem 0.875rem;
}

.p-contents__lists {
	margin-top: 0.625rem;
}

.p-contents__list {
	font-size: 0.75rem;
	line-height: 1.75;
}

.p-contents__list::before {
	height: 0.25rem;
	top: 0.4375rem;
	width: 0.25rem;
}

.p-contents__btn {
	margin-top: 2.25rem;
}

.p-contents__rowTitle {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-contents__rowTitle span {
	font-size: 0.75rem;
	line-height: 1.9375rem;
	margin-bottom: 0;
}

.p-contents__people {
	margin-top: 1.25rem;
}

.p-contents__name {
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.p-contents__name span {
	font-size: 0.625rem;
}

.p-contents__rowLead {
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.p-faq {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-faq::before {
	background: url(../images/bg_faq_01_sp.webp) center center/100% no-repeat;
	height: 118.2051282051vw;
	left: 0;
	top: 8.4375rem;
	width: 100%;
}

.p-faq::after {
	display: none;
}

.p-faq__blocks {
	margin-top: 1.5625rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 0.9375rem;
}

.p-faq__q {
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.875rem 3.125rem;
}

.p-faq__q::before {
	height: 0.3125rem;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.p-faq__block.is-active .p-faq__q::before {
	transform: translateY(-50%) rotate(180deg);
}

.p-faq__q span {
	font-size: 1.25rem;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-faq__a {
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0rem 3.125rem;
}

.p-faq__block.is-active .p-faq__a {
	padding: 0.875rem 3.125rem;
}

.p-faq__a span {
	font-size: 1.25rem;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

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

.p-footer__inner {
	padding: 0 1.25rem;
}

.p-footer__box {
	border-radius: 0.5rem;
	padding: 2.1875rem 0.625rem 1.5625rem;
}

.p-footer__logo {
	max-width: 13rem;
}

.p-footer__title {
	display: none;
}

.p-footer__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
}

.p-footer__install {
	margin-top: 1.125rem;
}

.p-footer__text2 {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7142857143;
}

.p-footer__btns {
	gap: 0.5rem;
	grid-template-columns: 8.25rem 1fr;
	margin-top: 0.0625rem;
	max-width: 18.75rem;
}

.p-intro {
	padding-bottom: 0;
	padding-top: 3.4375rem;
}

.p-intro::before {
	background: url(../images/bg_intro_01_sp.webp) center right/contain no-repeat;
	height: 73.8461538462vw;
	left: auto;
	left: initial;
	right: 0;
	top: 2.125rem;
	width: 109.2307692308vw;
}

.p-intro::after {
	display: none;
}

.p-intro__main {
	padding-left: 1.3125rem;
}

.p-intro__main::before {
	height: 32.625rem;
	left: -20px;
	opacity: 0.7;
	width: 4.8125rem;
}

.p-intro__title {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-intro__text {
	font-size: 0.875rem;
	line-height: 1.75;
	margin-top: 1.375rem;
}

.p-intro__text p + p {
	margin-top: 1.53125rem;
}

.p-mv picture {
	margin-left: auto;
	margin-right: auto;
	max-width: 25.875rem;
}

.p-mv__btn {
	bottom: 2.125rem;
	left: 50%;
	margin-top: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 16.5625rem;
}

.p-overview {
	padding-top: 5rem;
}

.p-overview::before {
	background: url(../images/bg_overview_01_sp.webp) center center/100% no-repeat;
	content: "";
	height: 118.2051282051vw;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -11rem;
	width: 100%;
}

.p-overview__main {
	margin-top: 1.25rem;
	padding: 2.125rem 0.3125rem 1.25rem 1.875rem;
}

.p-overview__row {
	grid-template-columns: 6.5rem 1fr;
	min-height: 2.3125rem;
}

.p-overview__row + .p-overview__row {
	margin-top: 1.75rem;
}

.p-overview__row dt {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.75;
}

.p-overview__row dt::before {
	right: 0.875rem;
}

.p-overview__row dd {
	font-size: 0.75rem;
	line-height: 1.75;
}

.p-overview__row dd small {
	display: none;
}

.p-overview__btn {
	margin-top: 2.3125rem;
}

html::before {
	display: none;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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