html,
body {
	height: 100%;
}
/* -----------------------------------------------
= header / nav
----------------------------------------------- */
.header-inner::before {
	backdrop-filter: blur(0);
	filter: brightness(100%);
	transition: 1s;
}
.is-finished .header-inner::before {
	backdrop-filter: blur(50px);
	filter: brightness(110%);
}
@media print, screen and (min-width: 768px) {/* PC */
.header .search,
.wovn-languages {
	opacity: 0;
	transition: opacity 1s;
	pointer-events: none;
}
.is-finished .header .search,
.is-finished .wovn-languages {
	opacity: 1;
	pointer-events: auto;
}
.nav-global {
	opacity: 0;
	pointer-events: none;
}
.is-finished .nav-global {
	opacity: 1;
	pointer-events: auto;
}
}/* @media */
@media print, screen and (max-width: 1399px) and (min-width: 768px) {/* wideTABLET */
.header .group {
	margin-right: 0;
	transition: margin .8s;
}
.is-finished .group {
	margin-right: 70px;
}
.btn-nav {
	opacity: 0;
	pointer-events: none;
}
.is-finished .btn-nav {
	opacity: 1;
	pointer-events: auto;
}
}/* @media */
/* -----------------------------------------------
= nav
----------------------------------------------- */
.btn-nav {
	opacity: 0;
	transition: opacity .8s;
	pointer-events: none;
}
.is-finished .btn-nav {
	opacity: 1;
	pointer-events: auto;
}
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url(../img/index/kv-bg.jpg) no-repeat 50% / cover;
	overflow: hidden;
	mask-image: linear-gradient(#000, #000);
	mask-repeat: no-repeat;
	mask-position: 50%;
	mask-size: 100%;
	mask-composite: exclude;
}
.kv .movie {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 914.538 153.188"><path d="M187.065,0H88.856L0,153.109H97.949L181.608,9.6V153.109h98.209L363.477,9.6V153.109c14.786-.387,29.855.945,44.521-1.075A123.654,123.654,0,0,0,494.79,96L550.8,0H452.982L368.933,143.508V0H271.114L187.065,143.508ZM732.41,0h-97.56L545.605,153.109h97.949l88.377-151.9ZM914.538,0H816.719L727.474,153.109h97.949L909.082,9.6V153.109h5.456Z"/></svg>');
	mask-repeat: no-repeat;
	mask-position: 50%;
	mask-size: 0 0;
}
.is-loaded .kv .movie {
	animation: mask-animation 10s forwards cubic-bezier(.2,.8,.2,1);
}
@keyframes mask-animation {
	0% {
		mask-size: 0 0;
	}
	10% {
		mask-size: 40vw 40vh;
	}
	20% {
		mask-size: 40vw 40vh;
	}
	100% {
		mask-size: 2500vw 2500vh;
	}
}
.kv .movie iframe {
	position: absolute;
	top: 50%;
	width: calc(30 / 65 * 100vh);
	height: calc(65 / 30 * 100vw);
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	border: none;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.kv .set {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
}
.kv .set .copy-en {
	margin-bottom: 25px;
	font-family: var(--libre);
	font-size: calc(1rem / 1.6);
	font-weight: 400;
	line-height: 1.7;
	opacity: 0;
	transition: opacity 1s;
}
.is-finished .kv .set .copy-en {
	opacity: 1;
}
.kv .set .copy-jp {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 6px;
	max-width: 240px;
}
.kv .set .copy-jp img {
	width: 42px;
}
.kv .set .copy-jp img:nth-child(9) {
	margin-right: 42px;
}
.kv .copy-jp img {
	opacity: 0;
	transform: translateY(1em);
}
.is-loaded .kv .copy-jp img {
	animation: fade-up 0.8s forwards cubic-bezier(.2,.8,.2,1);
}
.is-loaded .kv .copy-jp img:nth-child(1) {
	animation-delay: 3.2s;
}
.is-loaded .kv .copy-jp img:nth-child(2) {
	animation-delay: 3.25s;
}
.is-loaded .kv .copy-jp img:nth-child(3) {
	animation-delay: 3.3s;
}
.is-loaded .kv .copy-jp img:nth-child(4) {
	animation-delay: 3.35s;
}
.is-loaded .kv .copy-jp img:nth-child(5) {
	animation-delay: 3.4s;
}
.is-loaded .kv .copy-jp img:nth-child(6) {
	animation-delay: 3.45s;
}
.is-loaded .kv .copy-jp img:nth-child(7) {
	animation-delay: 3.5s;
}
.is-loaded .kv .copy-jp img:nth-child(8) {
	animation-delay: 3.55s;
}
.is-loaded .kv .copy-jp img:nth-child(9) {
	animation-delay: 3.6s;
}
.is-loaded .kv .copy-jp img:nth-child(10) {
	animation-delay: 3.65s;
}
.is-loaded .kv .copy-jp img:nth-child(11) {
	animation-delay: 3.7s;
}
.is-loaded .kv .copy-jp img:nth-child(12) {
	animation-delay: 3.75s;
}
.is-loaded .kv .copy-jp img:nth-child(13) {
	animation-delay: 3.8s;
}
.is-loaded .kv .copy-jp img:nth-child(14) {
	animation-delay: 3.85s;
}
@keyframes fade-up {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.kv .scroll {
	position: absolute;
	right: 0;
	bottom: 150px;
	width: 120px;
	color: #fff;
	font-family: var(--hanken);
	font-size: calc(1rem / 1.6);
	transform: rotate(90deg) translateY(-100px);
	transform-origin: top left;
	opacity: 0;
	transition: opacity 1s;
}
.is-finished .kv .scroll {
	opacity: 1;
}
.kv .scroll::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 26px;
	height: 1px;
	background: rgba(255,255,255,.5);
	animation: scroll 2s infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
		right: 20%;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		right: -10%;
	}
	100% {
		opacity: 0;
	}
}
@media print, screen and (min-width: 768px) {/* PC */
.kv .movie iframe {
	width: calc(1920 / 1080 * 100vh);
	height: calc(1080 / 1920 * 100vw);
}
.kv .set {
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 57px;
	text-align: center;
}
.kv .set .copy-en {
	position: relative;
	right: -160px;
	bottom: -80px;
	margin-bottom: 0;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(33 / 14);
}
.kv .set .copy-jp {
	gap: min(37px, calc(37 / 1400 * 100vw)) min(13px, calc(13 / 1400 * 100vw));
	max-width: min(1260px, calc(1260 / 1400 * 100vw));
	margin-inline: auto;
}
.kv .set .copy-jp img {
	width: min(106px, calc(106 / 1400 * 100vw));
}
.kv .set .copy-jp img:nth-child(5) {
	margin-right: 50%;
}
.kv .set .copy-jp img:nth-child(6) {
	margin-left: min(180px, calc(180 / 1400 * 100vw));
}
.kv .set .copy-jp img:nth-child(9) {
	margin-right: 0;
}
.kv .scroll {
	bottom: 50%;
}
}/* @media */
@media print, screen and (max-width: 1179px) and (min-width: 768px) {/* narrowPC */
.kv .set .copy-en {
	right: calc(-160 / 1400 * 100vw);
	bottom: calc(-90 / 1400 * 100vw);
	font-size: calc(14 / 1400 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= heading
----------------------------------------------- */
.heading-jp {
	margin-bottom: 10px;
	font-family: var(--min);
	font-size: calc(1.3rem / 1.6);
	font-weight: 600;
}
.heading-jp::before {
	content: "●";
	margin-right: 10px;
	color: var(--red);
	font-size: calc(.8rem / 1.6);
}
.heading-en {
	margin-bottom: 30px;
	font-family: var(--libre);
	font-size: calc(3.2rem / 1.6);
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {/* PC */
.heading-jp {
	margin-bottom: 30px;
	font-size: calc(2rem / 1.6);
}
.heading-jp::before {
	font-size: calc(1.4rem / 1.6);
}
.heading-en {
	margin-bottom: 40px;
	font-size: calc(6.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= btn-more
----------------------------------------------- */
.btn-more {
	display: block;
	position: relative;
	max-width: 320px;
	margin-inline: auto;
	padding-block: 15px;
	color: #fff;
	background: var(--black);
	border: 1px solid var(--black);
	border-radius: 3em;
	font-family: var(--hanken);
	font-size: calc(1.4rem / 1.8);
	font-weight: 400;
	text-align: center;
}
.btn-more::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	width: 8px;
	height: 8px;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (min-width: 768px) {/* PC */
.btn-more {
	max-width: 256px;
	padding-block: 15px;
	font-size: calc(1.6rem / 1.8);
}
.btn-more::after {
	right: 30px;
}
}/* @media */
@media (hover: hover) {
.btn-more,
.btn-more::after {
	transition: .3s;
}
.btn-more:hover {
	color: var(--black);
	background: #fff;
}
.btn-more:hover::after {
	background: var(--black);
	transform: translateX(5px);
}
}/* @media */
/* -----------------------------------------------
= company
----------------------------------------------- */
.company {
	position: relative;
	margin: 18px;
	padding: 60px 30px 52px 35px;
	background: url(../img/index/company-bg-sp.jpg) no-repeat 50% 100% / cover;
	border-radius: 2px 2px 90px 2px;
}
.company li {
	border-bottom: 2px solid rgba(255,255,255,.2);
}
.company li a {
	display: block;
	padding-block: 26px;
	color: #fff;
}
.company li a span {
	display: block;
}
.company li a span:first-child {
	margin-bottom: 6px;
	font-family: var(--libre);
	font-size: calc(2.2rem / 1.6);
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
}
.company li a span:last-child {
	font-size: calc(1.2rem / 1.6);
}
.company .en {
	position: absolute;
	top: 58px;
	right: 30px;
	width: 30px;
}
@media print, screen and (min-width: 768px) {/* PC */
.company {
	padding: min(140px, calc(140 / 1400 * 100vw)) min(800px, calc(80 / 1400 * 100vw)) min(120px, calc(120 / 1400 * 100vw));
	background-image: url(../img/index/company-bg-pc.jpg);
	border-radius: 8px 8px 320px 8px;
}
.company ul {
	margin-left: calc(235 / 1400 * 100vw);
}
.company li {
	border-bottom-width: 1px;
}
.company li a {
	position: relative;
	padding: 48px 60px 48px 0;
}
.company li a::before,
.company li a::after {
	content: "";
	position: absolute;
}
.company li a::before {
	top: calc(50% - 30px);
	right: 0;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
}
.company li a::after {
	top: calc(50% - 4px);
	right: 26px;
	width: 8px;
	height: 8px;
	background: #fff;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
.company li a span:first-child {
	margin-bottom: 10px;
	font-size: min(calc(6.4rem / 1.6), calc(64 / 1400 * 100vw));
}
.company li a span:last-child {
	font-size: calc(1.7rem / 1.6);
}
.company li a img {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
	width: 338px;
	border-radius: 8px 30px 8px 8px;
	opacity: 0;
}
.company .en {
	top: 236px;
	right: auto;
	left: calc(80 / 1400 * 100vw);
	width: 55px;
}
}/* @media */
@media (hover: hover) {
.company li a img {
	transition: opacity .3s;
}
.company li a:hover img {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= business
----------------------------------------------- */
.business {
	position: relative;
	height: 300vh;
	overflow: clip;
}
.business-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	min-height: 440px;
}
.business-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(135deg,#F2F9FD,#D4D5DB,#FFFFFF);
	border-radius: 150px 0 0 0;
}
.business-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 398px;
	background: url(../img/index/business-bg-sp.png) no-repeat 100% 100% / auto 100%;
}
.business .heading-jp {
	margin-left: 50px;
	padding-top: 96px;
}
.business .heading-en {
	margin-left: 50px;
}
.business-item {
	position: absolute;
	top: 190px;
	left: 34px;
	right: 34px;
	width: calc(100% - 68px);
	height: calc(100% - 190px);
	opacity: 0;
	pointer-events: none;
}
.business-item.is-active {
	pointer-events: auto;
}
.business-item.item01 {
	opacity: 1;
}
.business .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.business .img img {
	object-fit: cover;
	height: calc(100svh - 440px);
	max-height: calc(372 / 375 * 100vw);
	border-radius: 120px 4px 4px 4px;
}
.business-item.item02 .img img {
	object-position: 50% 0;
}
.business .img p {
	position: absolute;
	top: 23px;
	right: 15px;
	color: #fff;
	font-family: var(--hanken);
	font-size: calc(1.8rem / 1.8);
	transform: rotate(90deg) translateX(100%);
	transform-origin: top right;
}
.business h3 {
	margin-bottom: 10px;
	font-size: calc(2rem / 1.6);
}
.business .text {
	margin-bottom: 20px;
	font-size: calc(1.3rem / 1.6);
	line-height: 2;
}
@media print, screen and (min-width: 768px) {/* PC */
.business-wrap::before {
	border-radius: 180px 0 0 0;
}
.business-wrap::after {
	right: auto;
	left: calc(570 / 1400 * 100vw);
	top: auto;
	bottom: 0;
	width: calc(100% - calc(570 / 1400 * 100vw));
	height: calc(383 / 1400 * 100vw);
	background: url(../img/index/business-bg-pc.png) no-repeat 0 100% / auto 100%;
}
.business .heading-jp {
	margin-left: 80px;
	padding-top: 134px;
}
.business .heading-en {
	margin-left: 80px;
}
.business-item {
	top: 140px;
	left: 80px;
	right: 20px;
	width: calc(100% - 100px);
	height: calc(100% - 140px);
}
.business-item .inner {
	display: flex;
	align-items: end;
	gap: 0 calc(87 / 1400 * 100vw);
	position: relative;
}
.business .img {
	order: 2;
	width: calc(606 / 1400 * 100%);
	margin-bottom: 0;
}
.business .img img {
	height: calc(100vh - 200px);
	border-radius: 240px 8px 8px 8px;
}
.business .img p {
	font-size: calc(2.2rem / 1.8);
}
.business .set {
	order: 1;
	flex: 1;
	display: flex;
	gap: 0 10px;
	padding-top: 40px;
	border-top: 1px solid #f4f4f4;
}
.business h3 {
	width: 160px;
	margin-bottom: 0;
}
.business .text {
	flex: 1;
	margin-bottom: 0;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(35 / 15);
}
.business .btn-more {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 1;
	width: 256px;
	background: transparent;
	border: none;
	backdrop-filter: blur(30px);
	filter: brightness(115%);
}
}/* @media */
@media (hover: hover) and (min-width: 768px) {
.business .btn-more:hover {
	color: #fff;
	background:var(--black);
}
.business .btn-more:hover::after {
	background: #fff;
}
}/* @media */
/* -----------------------------------------------
= sustainability
----------------------------------------------- */
.sustainability {
	position: relative;
	padding: 70px 18px 73px;
	color: #fff;
	overflow: hidden;
}
.sustainability::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgb(57,57,57,.7);
	mix-blend-mode: multiply;
}
.sustainability .text {
	margin-bottom: 50px;
	font-size: calc(1.3rem / 1.6);
	line-height: 2;
}
.sustainability li {
	margin-bottom: 12px;
	backdrop-filter: blur(30px);
	filter: brightness(115%);
	border-radius: 0 4px 40px 4px;
}
.sustainability li a {
	display: block;
	position: relative;
	padding: 27px 60px 27px 30px;
	border-radius: 0 4px 40px 4px;
}
.sustainability li a::before,
.sustainability li a::after {
	content: "";
	position: absolute;
}
.sustainability li a::before {
	top: 25px;
	right: 50px;
	bottom: 25px;
	width: 1px;
	height: calc(100% - 50px);
	background: rgba(255,255,255,.2);
}
.sustainability li a::after {
	top: calc(50% - 4px);
	right: 21px;
	width: 8px;
	height: 8px;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sustainability li span {
	display: block;
}
.sustainability li span:first-child {
	margin-bottom: 8px;
	font-family: var(--hanken);
	font-size: calc(1rem / 1.6);
	text-transform: uppercase;
}
.sustainability li span:last-child {
	font-size: calc(1.4rem / 1.6);
}
.sustainability .slide-img {
	position: absolute;
	top: 0;
	z-index: -2;
	width: 186px;
	height: 100%;
}
.sustainability .slide-img.type01 {
	right: calc(50% + 137px);
}
.sustainability .slide-img.type02 {
	right: calc(50% - 93px);
}
.sustainability .slide-img.type03 {
	left: calc(50% + 137px);
}
.sustainability .slide-img .track {
	display: flex;
	flex-direction: column;
}
.sustainability .slide-img.type01 .track,
.sustainability .slide-img.type03 .track {
	animation: scroll-up 60s linear infinite;
}
.sustainability .slide-img.type02 .track {
	animation: scroll-down 60s linear infinite;
}
.sustainability .slide-img .set {
	display: flex;
	flex-direction: column;
}
.sustainability .slide-img img {
	border-radius: 8px;
	margin: 24px 0;
	width: 186px;
	height: 220px;
}
@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-50% - 24px));
	}
}
@keyframes scroll-down {
	0% {
		transform: translateY(calc(-50% - 24px));
	}
	100% {
		transform: translateY(0);
	}
}
@media print, screen and (min-width: 768px) {/* PC */
.sustainability {
	padding: 170px 20px 127px;
}
.sustainability .heading-jp,
.sustainability .heading-en {
	text-align: center;
}
.sustainability .text {
	margin-bottom: 80px;
	font-size: calc(1.4rem / 1.6);
	text-align: center;
}
.sustainability ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 1130px;
	margin-inline: auto;
}
.sustainability li {
	margin-bottom: 0;
	border-radius: 0 8px 60px 8px;
}
.sustainability li a {
	padding: 50px 100px 50px 50px;
	border-radius: 0 8px 60px 8px;
}
.sustainability li a::before {
	top: 50px;
	right: 100px;
	bottom: 50px;
	width: 1px;
	height: calc(100% - 100px);
}
.sustainability li a::after {
	right: 45px;
}
.sustainability li span:first-child {
	margin-bottom: 23px;
	font-size: calc(1.2rem / 1.6);
}
.sustainability li span:last-child {
	font-size: calc(2rem / 1.6);
}
.sustainability .slide-img {
	width: 412px;
}
.sustainability .slide-img.type01 {
	right: calc(50% + 366px);
}
.sustainability .slide-img.type02 {
	right: calc(50% - 206px);
}
.sustainability .slide-img.type03 {
	left: calc(50% + 366px);
}
.sustainability .slide-img img {
	width: 412px;
	height: 488px;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.sustainability ul {
	display: block;
}
.sustainability li {
	margin-bottom: 12px;
}
}/* @media */
@media (hover: hover) {
.sustainability li a {
	transition: background .3s;
}
.sustainability li a:hover {
	background: var(--black);
}
}/* @media */
/* -----------------------------------------------
= news
----------------------------------------------- */
.news {
	padding: 70px 18px 80px;
}
.news ul {
	margin-block: -10px 40px;
}
.news li {
	padding-block: 20px;
	border-bottom: 1px solid #f4f4f4;
	font-size: calc(1.4rem / 1.6);
}
.news time {
	margin-right: 12px;
	font-family: var(--work);
	font-size: calc(1.4rem / 1.6);
}
.news .category {
	display: inline-block;
	padding: 2px 12px;
	background: #f4f4f4;
	border-radius: 4px;
	font-size: calc(1.2rem / 1.6);
}
.news li p {
	margin-top: 10px;
}
.news li a {
	display: block;
	position: relative;
	margin-top: 10px;
	padding-right: 40px;
}
.news li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	width: 8px;
	height: 8px;
	background: #aaa;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.news li a[href$=".pdf"] span {
	position: relative;
	padding-right: 28px;
	background: url(../img/shared/icon-pdf.svg) no-repeat 100% 0 / 18px 20px;
}
@media print, screen and (min-width: 768px) {/* PC */
.news {
	padding: 160px 20px;
	background: url(../img/index/news-bg.jpg) no-repeat -100px 0 / 349px auto;
	overflow: hidden;
}
.news .inner {
	display: flex;
	gap: 0 min(148px, calc(148 / 1200 * 100vw));
	position: relative;
	max-width: 1200px;
	margin-inline: auto;
}
.news .set {
	width: 256px;
}
.news ul {
	flex: 1;
	margin-block: 0;
}
.news li {
	display: flex;
	align-items: center;
	padding-block: 40px 20px;
}
.news li:first-child {
	padding-top: 0;
}
.news time {
	margin-right: 42px;
}
.news .category {
	width: 90px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
}
.news li p {
	flex: 1;
	margin-top: 0;
}
.news li p a {
	margin-top: 0;
	padding-right: 40px;
}
.news .btn-more {
	position: absolute;
	left: 0;
	bottom: 110px;
	width: 256px;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.news .inner {
	display: block;
}
.news .btn-more {
	position: static;
	margin-top: 40px;
}
}/* @media */
@media (hover: hover) {
.news li a {
	transition: color .3s;
}
.news li a:hover {
	color: var(--red);
}
.news li a::after {
	transition: background .3s;
}
.news li a:hover::after {
	background: var(--red);
}
}/* @media */
/* -----------------------------------------------
= recruit
----------------------------------------------- */
.recruit {
	padding: 70px 18px;
	background: url(../img/index/recruit-bg-sp.jpg) no-repeat 0 100% / cover;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.recruit {
	padding: 140px 20px;
	background: url(../img/index/recruit-bg-pc.jpg) no-repeat 0 100% / cover;
}
.recruit .heading-en {
	margin-bottom: 60px;
	font-size: calc(5.4rem / 1.6);
}
}/* @media */
