/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: inline;
}
br.large {
	display: none;
}
img.small {
	display: block;
}
img.large {
	display: none;
}
span.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div.registration ul {
	display: block;
}
div.registration ul li {
	margin: 0px auto;
}
div.registration ul li:not(:last-child) {
	margin-bottom: 20px;
}
div.misc div.button-wrapper {
	display: block;
}
div.misc div.button-wrapper p.button-default:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

/* home
-------------------------------------------------------------------------------- */

div#background {
	width: 100%;
	left: 0px;
	background-image: url(../images/home-background-small.jpg);
}
@media (max-width:1366px) {
div#background {
	width: 100%;
	left: 0px;
}
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

body.admin-bar *#logo {
	top: 20px;
}
*#logo img {
	width: calc(115px * 0.75);
}
body.admin-bar header#header :where(div.registration, p#button-menu) {
	top: 20px;
}
header#header > div.registration {
	display: none;
}
header#header p#button-menu::before {
	display: none;
}
header#header div#menu {
	display: block;
	background-color: #a10009;
	transform: translateX(100%);
	transition-duration: 0.25s;
}
header#header div#menu::before {
	display: none;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.inner-menu {
	width: auto;
	padding: 120px 30px 20px 30px;
}
header#header div#menu div.logo-text {
	display: block;
	margin-bottom: 20px;
	padding-left: 0px;
}
header#header div#menu div.logo-text p.logo {
	display: none;
}
header#header div#menu div.logo-text div.text {
	width: auto;
}
header#header div#menu div.logo-text div.text nav#navi {
	margin-bottom: 40px;
}
header#header div#menu div.logo-text div.text nav#navi ul li:not(:last-child) {
	margin-bottom: 30px;
}
header#header div#menu div.logo-text div.text div.registration {
	display: block;
	position: static;
	margin-bottom: 40px;
}
header#header div#menu div.logo-text div.text div.registration ul li {
	margin-left: 0px;
	margin-top: 0px;
}
header#header div#menu div.logo-text div.text div.registration ul li a {
	color: #a10009;
	background-color: #ffffff;
}
header#header div#menu div.logo-text div.text div.misc div.button-wrapper p.button-default {
	justify-content: flex-start;
}
header#header div#menu p.copyright {
	margin-top: 0px;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover div.text p.logo {
	width: 300px;
}



/* --------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------- */

div#title {
	padding-top: 120px;
}
div#title div.text {
	width: auto;
	padding: 0px 30px;
}
div#title div.text :where(h1, p.sub) {
	justify-content: flex-start;
}
div#title div.text h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section div.inner-section {
	width: auto;
	padding: 80px 30px;
}
main section header.common {
	margin-bottom: 60px;
}
main section header.common h2 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	margin-right: -30px;
}


/* home
-------------------------------------------------------------------------------- */

main section#home-summary div.inner-section {
	width: auto;
}
main section#home-summary header {
	margin-bottom: 80px;
}
main section#home-summary header h2 {
	font-size: 6.5rem;
	line-height: 5.5rem;
}
main section#home-summary header h3 {
	font-size: 1.75rem;
	line-height: 2.25rem;
}
main section#home-summary header p.sub-01 {
	font-size: 1.5rem;
}
main section#home-summary header p.sub-02 {
	font-size: 0.625rem;
	line-height: 1rem;
}
main section#home-summary div.text {
	padding: 0px;
}
main section#home-summary div.text h4 {
	justify-content: center;
	position: static;
	left: auto;
	top: auto;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 40px;
}
main section#home-summary div.text h4.large {
	display: none;
}
main section#home-summary div.text h4.small {
	display: flex;
}
main section#home-summary div.text h4 span:not(:last-child) {
	margin-left: 15px;
}
main section#home-summary div.text h4 i {
	font-size: 1.75rem;
}
main section#home-summary div.text div.description p.row {
	line-height: 2.5rem;
}
main section:where(#home-image, #home-menu) div.inner-section {
	width: auto;
}
main section#home-image header :where(h2, p.sub) {
	justify-content: flex-start;
}
main section#home-image header h3 {
	text-align: left;
	font-size: 1.375rem;
	line-height: 1.875rem;
}
main section#home-image p.diagram {
	margin: 0px -22.5px 40px -22.5px;
}
main section#home-image p.diagram img {
	width: 100%;
}
main section#home-image p.diagram + h3 {
	margin: 0px -30px 40px -30px;
}
main section#home-image div.diagram {
	margin: 0px -15px;
}
main section#home-image div.diagram div.side {
	display: block;
	flex-wrap: wrap;
	position: relative;
}
main section#home-image div.diagram div.side div.row,
main section#home-image div.diagram div.flow {
	padding: 40px 20px;
}
main section#home-image div.diagram div.side div.row {
	width: auto;
}
main section#home-image div.diagram div.side div.row-athlete::before {
	left: calc(50% - 38px);
	right: auto;
	top: auto;
	bottom: -38px;
}
main section#home-image div.diagram div.side div.row div.header h4 {
	width: calc(100% - 80px);
}
main section#home-image div.diagram div.side div.row div.header h4 span.main {
	font-size: 2rem;
	line-height: 1.5rem;
	margin-right: -20px;
}
main section#home-image div.diagram div.side div.row div.header h4 span.sub {
	font-size: 0.875rem;
}
main section#home-image div.diagram div.flow div.row {
	line-height: 1rem;
}
main section#home-image div.diagram div.flow div.row-career p.headline {
	width: 70px;
	height: 100px;
	font-size: 0.875rem;
	margin: 0px 10px;
	padding-bottom: 10px;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
}
main section#home-image div.diagram div.flow div.row-career p.balloon {
	width: calc(calc(100% - 90px) * 0.5);
	height: auto;
	text-align: justify;
	font-size: 0.75rem;
	padding: 10px;
	transform: translateY(-5px);
}
main section#home-image div.diagram div.flow div.row-career p.balloon::before {
	width: 5px;
	height: 5px;
	top: calc(50% - 2.5px);
}
main section#home-image div.diagram div.flow div.row-career p.balloon-athlete::before {
	right: -5px;
}
main section#home-image div.diagram div.flow div.row-career p.balloon-company::before {
	left: -5px;
}
main section#home-image div.diagram div.flow div.row-retirement {
	margin-bottom: 10px;
}
main section#home-image div.diagram div.flow div.row-retirement p.headline {
	width: 80px;
	height: 40px;
	font-size: 1.125rem;
}
main section#home-image div.diagram div.flow div.row-retirement p.description {
	width: calc(calc(100% - 100px) * 0.5);
	font-size: 1rem;
	line-height: 1.25rem;
}
main section#home-menu header.common :where(h3, p.description) {
	text-align: left;
}
main section#home-menu header.common h3 {
	font-size: 2.25rem;
	line-height: 3rem;
	margin-right: -30px;
}
main section#home-menu header.common h3 span {
	font-size: 2.625rem;
}
main section#home-menu div.list {
	display: block;
	margin: 0px 0px 60px 0px;
}
main section#home-menu div.list div.row {
	width: auto;
	margin: 0px;
}
main section#home-menu div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#home-menu div.list div.row h4 {
	margin-right: -30px;
}
main section:where(#home-menu, #home-registration) div.registration ul li {
	font-size: 1.125rem;
}
main section:where(#home-menu, #home-registration) div.registration ul li {
	width: 240px;
}
main section:where(#home-menu, #home-registration) div.registration ul li span {
	justify-content: flex-start;
	height: 55px;
}
main section#home-registration div.inner-section {
	width: auto;
}
main section:where(#home-registration, #home-partner) header.common :where(h2, p.sub) {
	justify-content: flex-start;
}
main section:where(#home-registration, #home-partner) header.common p.description {
	text-align: justify;
}
main section#home-registration div.diagram {
	display: block;
}
main section#home-registration div.diagram div.row {
	margin: 0px auto;
}
main section#home-registration div.diagram div.row:not(:last-child) {
	margin: 0px auto 60px auto;
}
main section#home-registration p.link {
	margin-bottom: 60px;
}
main section#home-partner p.button-default {
	margin-bottom: 60px;
}

/* partner
-------------------------------------------------------------------------------- */

main div.list-partner {
	display: block;
	margin: 0px;
}
main div.list-partner div.row {
	width: auto;
	margin: 0px;
}
main div.list-partner div.row:not(:last-child) {
	margin-bottom: 40px;
}
main article.partner div.slide-text {
	display: block;
	margin-bottom: 60px;
}
main article.partner div.slide-text div.slide {
	width: auto;
	margin-bottom: 60px;
}
main article.partner div.slide-text div.text {
	width: auto;
}
main section#partner p.description {
	margin-bottom: 60px;
}
main section#partner p.button-default:not(:last-child) {
	margin-bottom: 60px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	padding: 60px 30px 20px 30px;
}
footer#footer div.logo-misc {
	display: block;
	width: auto;
}
footer#footer div.logo-misc p.logo {
	width: 180px;
	margin: 0px auto 30px auto;
}
footer#footer div.logo-misc div.misc {
	width: auto;
}
footer#footer p.copyright {
	width: auto;
}
