* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@font-face {
	font-family: Lutz Headline CE;
	src: local("Lutz Headline CE"), url(../fonts/LutzHeadlineCE.woff2) format("woff2")
}
body, html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
html {
	line-sizing: normal;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #151d29;
	font-family: Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, YuGothic, Meiryo, sans-serif;
	font-size: 1rem;
	line-height: 1.75
}
@media screen and (min-width:1024px) {
	body {
		font-size: 1.25rem
	}
}
pre {
	white-space: pre-wrap
}
hr {
	border-style: solid;
	border-width: 1px 0 0;
	color: inherit;
	height: 0;
	overflow: visible
}
audio, canvas, embed, iframe, img, object, svg, video {
	display: block;
	max-width: 100%;
	vertical-align: middle
}
canvas, img, svg, video {
	height: auto
}
audio {
	width: 100%
}
img {
	border-style: none
}
svg {
	overflow: hidden
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
a, article, aside, audio, b, body, button, caption, dd, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, label, legend, li, main, nav, ol, p, pre, section, small, span, strong, table, tbody, td, tfoot, th, thead, tr, ul, video {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lutz Headline CE
}
a {
	color: #151d29;
	text-decoration: none
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
a:hover, button:hover {
	-webkit-transition: background .25s ease;
	transition: background .25s ease
}
ol, ul {
	list-style-type: none
}
#container, .fluid {
	position: relative
}
.fluid {
	padding: 1rem
}
@media screen and (min-width:1024px) {
	.fluid {
		padding: 2rem
	}
}
@media screen and (min-width:1280px) {
	.fluid {
		padding: 5rem
	}
}
#common-header .logo {
	height: 80px;
	position: absolute;
	right: 1rem;
	top: 0;
	width: 80px;
	z-index: 10
}
.menu-contents {
	background: #fff;
	border-radius: calc(infinity * 1px);
	height: 40px;
	left: 1rem;
	position: fixed;
	top: 1rem;
	z-index: 11
}
.menu-contents-items {
	background: #fff;
	border-radius: 1.5rem;
	left: 0;
	opacity: 0;
	padding: calc(40px - .5rem) 0 .5rem;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 12
}
.menu-contents-button:checked ~ .menu-contents-items {
	opacity: 1
}
.menu-contents-item, .menu-contents-item a {
	display: none
}
.menu-contents-item {
	font-size: .75rem;
	font-weight: 700
}
.menu-contents-item a {
	display: block;
	padding: .5rem 1.5rem;
	text-transform: capitalize;
	white-space: nowrap
}
.menu-contents-button {
	display: none
}
.menu-contents-button:checked ~ .menu-contents-items .menu-contents-item, .menu-contents-button:checked ~ .menu-contents-items .menu-contents-item a {
	display: block
}
.menu-contents-icon, .menu-contents-icon-bar {
	position: relative
}
.menu-contents-icon {
	cursor: pointer;
	display: inline-block;
	padding: 19px 10px;
	z-index: 13
}
.menu-contents-icon-bar, .menu-contents-icon-bar:after, .menu-contents-icon-bar:before {
	background: #151d29;
	display: block;
	-webkit-transition: .5s cubic-bezier(.05, .05, .1, .95) .1s;
	transition: .5s cubic-bezier(.05, .05, .1, .95) .1s
}
.menu-contents-icon-bar {
	height: 2px;
	width: 20px
}
.menu-contents-icon-bar:after, .menu-contents-icon-bar:before {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%
}
.menu-contents-icon-bar:before {
	top: 8px
}
.menu-contents-icon-bar:after {
	bottom: 8px
}
.menu-contents-button:checked ~ .menu-contents-icon .menu-contents-icon-bar:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.menu-contents-button:checked ~ .menu-contents-icon .menu-contents-icon-bar:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.menu-contents-button:checked ~ .menu-contents-icon:not(.steps) .menu-contents-icon-bar:before {
	top: 0
}
.menu-contents-button:checked ~ .menu-contents-icon:not(.steps) .menu-contents-icon-bar:after {
	bottom: 0
}
.menu-contents-button:checked ~ .menu-contents-icon .menu-contents-icon-bar {
	background: rgba(21, 29, 41, 0);
	-webkit-transition: .5s cubic-bezier(.05, .05, .1, .95) .1s;
	transition: .5s cubic-bezier(.05, .05, .1, .95) .1s
}
@media screen and (min-width:768px) {
	#common-header .logo {
		right: 2rem
	}
}
@media screen and (min-width:1024px) {
	#common-header .logo {
		height: 160px;
		width: 160px
	}
	.menu-contents-items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		opacity: 1;
		padding: .5rem 1.5rem;
		width: 720px
	}
	.menu-contents-items.scroll {
		top: -320px
	}
	.menu-contents-item, .menu-contents-item a {
		display: block
	}
	.menu-contents-item a {
		padding: .5rem 1rem
	}
	.menu-contents-item a:hover {
		background: #f3f4f6;
		border-radius: calc(infinity * 1px)
	}
	.menu-contents-button, .menu-contents-icon {
		display: none
	}
}
@media screen and (min-width:1280px) {
	#common-header .logo {
		right: 5rem
	}
}
#common-footer {
	background: #102a3b;
	padding: 1rem 0;
	text-align: center
}
#common-footer * {
	color: #fff
}
.heading {
	font-size: 2.25rem;
	font-weight: inherit;
	letter-spacing: .169rem;
	line-height: 1
}
.subtitle {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 1rem 0 0
}
.image, .images, .video {
	border-radius: 1.5rem;
	overflow: hidden
}
.image, .images {
	display: block
}
.images img {
	width: 100%
}
.button {
	background: #fff;
	border-radius: calc(infinity * 1px);
	display: inline-block;
	height: 36px;
	position: relative;
	width: 36px
}
.button * {
	color: #151d29
}
.button .plus {
	bottom: 13px;
	display: block;
	font-size: 0;
	height: 10px;
	position: absolute;
	right: 13px;
	vertical-align: middle;
	width: 10px
}
.button .plus:after, .button .plus:before {
	border: 1px solid #151d29;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	width: 10px
}
.button .plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.button .name {
	display: none;
	font-family: Lutz Headline CE;
	font-size: 1rem;
	line-height: 36px
}
.button:hover {
	background: #151d29;
	padding: 0 36px;
	width: auto
}
.button:hover .name {
	color: #fff;
	display: inline-block
}
.button:hover .plus:after, .button:hover .plus:before {
	border-color: #fff
}
.button.navy {
	background: #151d29
}
.button.navy * {
	color: #fff
}
.button.navy .plus:after, .button.navy .plus:before {
	border-color: #fff
}
.button.navy:hover {
	background: #272e36
}
.button.standard {
	padding: 0 36px;
	width: auto
}
.button.standard .name {
	display: inline-block
}
.button.black, .button.black * {
	color: #fff
}
.button.black {
	background: #000
}
.button.black:hover {
	background: #333
}
.button.square, .button.square:hover {
	border-radius: 0;
	height: auto;
	padding: .75rem 1.5rem;
	width: auto
}
@media screen and (min-width:1024px) {
	.button {
		height: 60px;
		width: 60px
	}
	.button .plus {
		bottom: 23px;
		height: 16px;
		right: 23px;
		width: 16px
	}
	.button .plus:after, .button .plus:before {
		width: 14px
	}
	.button.standard, .button:hover {
		padding: 0 44px
	}
	.button.standard .name {
		padding: .25rem 0
	}
}
@media screen and (min-width:1280px) {
	.heading {
		font-size: 3rem;
		letter-spacing: .225rem
	}
}
.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none
}
.slick-list, .slick-slider {
	display: block;
	position: relative
}
.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: auto !important;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto
}
.slick-arrow.slick-hidden {
	display: none
}
.items.slider, .items.slider .item {
	position: relative
}
.items.slider {
	border-radius: 1.5rem
}
.items.slider .item {
	padding: 1.5rem 1rem
}
.items.slider .image, .items.slider .images {
	border-radius: 0
}
.items.slider .button {
	bottom: 1rem;
	position: absolute;
	right: 1rem
}
.items.slider .slick-arrow, .items.slider .slick-dots, .items.slider .slick-dots button {
	border-radius: calc(infinity * 1px)
}
.items.slider .slick-arrow, .items.slider .slick-dots, .items.slider .slick-dots * {
	font-size: 0
}
.items.slider .slick-arrow, .items.slider .slick-dots {
	position: absolute
}
.items.slider .slick-arrow {
	background: url(../img/icon_greater-than.svg) no-repeat 50% 50%/16px 16px #151d29;
	height: 32px;
	left: 1rem;
	top: calc(50% - 16px);
	width: 32px;
	z-index: 3
}
.items.slider .slick-arrow:hover {
	background-color: #2c343e;
	-webkit-transition: background .5s ease;
	transition: background .5s ease
}
.items.slider .slick-arrow.slick-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.items.slider .slick-arrow.slick-next {
	left: auto;
	right: 1rem
}
.items.slider .slick-dots {
	background: #fff;
	bottom: 2rem;
	left: 50%;
	padding: .25rem .5rem;
	text-align: center;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}
.items.slider .slick-dots * {
	display: inline-block
}
.items.slider .slick-dots button {
	background: #e8e8e8;
	border: 0;
	height: 8px;
	margin: 0 2px;
	width: 8px
}
.items.slider .slick-dots .slick-active button {
	background: #151d29
}
@media screen and (min-width:768px) {
	.items.slider .item {
		padding: 2rem 1.5rem
	}
}
.modal {
	display: none;
	position: relative;
	z-index: 1000
}
.modal.is-open {
	display: block
}
.modal .modal_overlay {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 1rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001
}
.modal .modal_container {
	max-width: 624px;
	width: 100%
}
.modal .contents {
	background: #fff;
	border-radius: 1.5rem;
	max-height: calc(100vh - 2rem);
	overflow-y: auto;
	padding: 2rem 1rem;
	position: relative
}
.modal .close {
	border: 1px solid #151d29;
	border-radius: 50%;
	display: block;
	height: 24px;
	position: absolute;
	right: .75rem;
	top: .75rem;
	-webkit-transition: .5s;
	transition: .5s;
	width: 24px
}
.modal .close:hover {
	border-width: 2px
}
.modal .close:hover:after, .modal .close:hover:before {
	background: #151d29;
	-webkit-transition: .5s;
	transition: .5s
}
.modal .close:after, .modal .close:before {
	background: #151d29;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2px
}
.modal .close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.modal .close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
@-webkit-keyframes mmfadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes mmfadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes mmfadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes mmfadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes mmslideIn {
	0% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes mmslideIn {
	0% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes mmslideOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}
}
@keyframes mmslideOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}
}
.modal[aria-hidden=false] .overlay {
	-webkit-animation: mmfadeIn .5s cubic-bezier(0, 0, .2, 1);
	animation: mmfadeIn .5s cubic-bezier(0, 0, .2, 1)
}
.modal[aria-hidden=false] .contents {
	-webkit-animation: mmslideIn .5s cubic-bezier(0, 0, .2, 1);
	animation: mmslideIn .5s cubic-bezier(0, 0, .2, 1)
}
.modal[aria-hidden=true] .overlay {
	-webkit-animation: mmfadeOut .5s cubic-bezier(0, 0, .2, 1);
	animation: mmfadeOut .5s cubic-bezier(0, 0, .2, 1)
}
.modal[aria-hidden=true] .contents {
	-webkit-animation: mmslideOut .5s cubic-bezier(0, 0, .2, 1);
	animation: mmslideOut .5s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide .contents, .modal .overlay {
	will-change: transform
}
.modal-header .heading {
	font-size: 1.5rem;
	letter-spacing: 0;
	padding: 0 24px 0 0
}
.modal-header .subtitle {
	font-size: 1rem;
	margin: .5rem 0 0
}
.modal .writing {
	font-size: .75rem;
	line-height: 1.5;
	margin: .75rem 0 0
}
.modal .writing .heading {
	font-size: .75rem;
	letter-spacing: 0
}
.modal .writing p {
	margin: 0 0 .5rem
}
.modal .writing .list-item {
	padding: 0 0 0 1rem;
	position: relative
}
.modal .writing .list-item:before {
	background: #151d29;
	border-radius: calc(infinity * 1px);
	content: "";
	display: block;
	height: 4px;
	left: 4px;
	position: absolute;
	top: calc(.5rem - 2px);
	width: 4px
}
.modal-header .plate {
	color: #9a9a9a;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25
}
.modal .features {
	margin: 1.5rem 0 0
}
.modal .features .list-item {
	font-weight: 700;
	line-height: 1.25;
	margin: .5rem 0
}
.modal .features .list-item:before {
	height: 8px;
	top: calc(.5rem - 6px);
	width: 8px
}
@media screen and (min-width:768px) {
	.modal .contents {
		padding: 2rem
	}
	.modal-header .heading {
		font-size: 2rem
	}
	.modal-header .subtitle {
		font-size: 1rem
	}
	.modal .writing, .modal .writing .heading {
		font-size: .85rem
	}
	.modal-header .plate {
		font-size: 1.75rem;
		margin: .5rem 0 0
	}
}
@media screen and (min-width:1024px) {
	.modal .overlay {
		padding: 2rem 10rem
	}
}
#key-visual .video {
	border-radius: 0;
	font-family: "object-fit:cover;object-position:center";
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	padding: 0;
	width: 100%
}
#about .wrap {
	margin: 4rem 0 0
}
#about .section-header {
	margin: 0 0 2rem
}
/*#about .section-header .heading,*/
#lineup .section-header .heading {
	font-size: 3rem;
	letter-spacing: .225rem
}
#about .section-header .subtitle {
	font-size: 1.5rem
}
#about .images {
	margin: 3rem 0 1rem
}
@media screen and (min-width:768px) {
	#about .wrap {
		-ms-grid-columns: 2fr 2rem 1fr;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		display: -ms-grid;
		display: grid;
		gap: 2rem;
		grid-template-columns: 2fr 1fr;
		margin: 4rem 0 2rem
	}
	#about .images {
		margin: 0
	}
}
@media screen and (min-width:1024px) {
	#about .wrap {
		margin: 3rem 0 2rem
	}
}
@media screen and (min-width:1280px) {
	#about .heading {
		font-size: 4rem
	}
}
#technology .card, #technology .images {
	margin: 1rem 0
}
#technology .card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	background: #0098cf;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 52.5vh;
	overflow: hidden;
	padding: 2rem 1.25rem calc(2rem + 36px);
	position: relative;
	text-align: center
}
#technology .card .consept-header, #technology .card .writing {
	color: #fff;
	width: 100%
}
#technology .card .heading {
	font-size: 3rem
}
#technology .card .heading .subtitle {
	font-size: 1rem;
	margin: 0 0 .5rem
}
#technology .card .writing {
	font-size: .85rem;
	font-weight: 700;
	line-height: 1.35;
	margin: .5rem 0 0
}
#technology .card .button {
	bottom: 1rem;
	position: absolute;
	right: 1rem
}
@media screen and (min-width:768px) {
	#technology .consept {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 1rem 0
	}
	#technology .card, #technology .images {
		margin: 0
	}
	#technology .card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 0;
		padding: 1.25rem .75rem calc(1rem + 36px);
		width: 33.33%
	}
	#technology .card .heading {
		font-size: 1.75rem
	}
	#technology .card .heading .subtitle {
		font-size: 1rem
	}
	#technology .card .writing {
		font-size: .75rem
	}
	#technology .image {
		font-family: "object-fit:cover;object-position:center";
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center
	}
	#technology .consept.even-number-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	#technology .consept.even-number-item .images {
		margin: 0 2rem 0 0
	}
}
@media screen and (min-width:1024px) {
	#technology .card .heading {
		font-size: 2.5rem
	}
	#technology .card .heading .subtitle {
		font-size: 1.25rem;
		margin: 0 0 1rem
	}
	#technology .card .writing {
		font-size: .85rem;
		margin: 1rem 0 0
	}
}
#middle-visual {
	background: #9ddad5
}
#middle-visual .image {
	border-radius: 0
}
#lineup .wrap {
	margin: 4rem 0 2rem
}
#lineup .wrap * {
	color: #fff
}
#lineup .wrap .section-header {
	margin: 0 0 2rem
}
#lineup .items.slider {
	background: #f9fafb
}
#lineup .items.slider .item-header {
	min-height: 5rem
}
#lineup .items.slider .heading {
	font-size: 1.5rem;
	letter-spacing: .05rem
}
#lineup .items.slider .heading .subtitle {
	font-family: initial;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 .5rem
}
@media screen and (min-width:768px) {
	#lineup .wrap {
		width: 50%
	}
	#lineup .items.slider .heading {
		font-size: 2rem
	}
	#lineup .items.slider .heading .subtitle {
		text-transform: none !important;
		font-size: 1.25rem;
		margin: 0 0 .75rem
	}
	#lineup #versatile-and-aggressive .wrap {
		margin-left: 50%
	}
}
@media screen and (min-width:1024px) {
	#lineup .wrap {
		width: 66.66%
	}
	#lineup #versatile-and-aggressive .wrap {
		margin-left: 33.33%
	}
}
#athlete .lead {
	margin: 4rem 0 1rem
}
#athlete .lead * {
	color: #fff
}
#athlete .writing {
	font-size: 1rem;
	margin: 1rem 0 0
}
#athlete .items {
	-ms-grid-columns: minmax(0, 1fr);
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin: 2rem 0 4rem
}
#athlete .item {
	position: relative
}
#athlete .item .name {
	bottom: 2rem;
	color: #fff;
	display: inline-block;
	font-family: Lutz Headline CE;
	font-size: 1.875rem;
	letter-spacing: .141rem;
	line-height: 1;
	position: absolute;
	right: 2rem
}
@media screen and (min-width:768px) {
	#athlete .lead {
		width: 66.66%
	}
	#athlete .items {
		-ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 2rem;
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}
@media screen and (min-width:1280px) {
	#athlete .item .name {
		font-size: 2.5rem;
		letter-spacing: .188rem
	}
}
#statement {
	background: #efea39;
	padding: 4rem 1rem
}
#statement .writing {
	font-family: Lutz Headline CE;
	font-size: 1.875rem;
	letter-spacing: .141rem;
	line-height: 1
}
#statement .button.standard {
	margin: 3rem 0 0
}
#statement .button.standard .name {
	padding: .75rem 0
}
@media screen and (max-width:1024px) {
	#statement .button.standard .name {
		padding: 0
	}
}
@media screen and (min-width:768px) {
	#statement .writing {
		font-size: 3rem;
		letter-spacing: .225rem
	}
}
@media screen and (min-width:1024px) {
	#statement {
		padding: 5rem 2rem
	}
}
@media screen and (min-width:1280px) {
	#statement {
		padding: 5rem
	}
	#statement .writing {
		font-size: 4rem;
		letter-spacing: .3rem
	}
}