@charset "utf-8";

:root {
	/* Font Family */
	--font-ja: sans-serif;
	--font-en: 'itc-avant-garde-gothic-pro', sans-serif;

	/* Font Weight */
	--regular: 400;
	--medium: 500;
	--bold: 700;

	/* Color */
	--color-primary: #0d378d;
	--color-bg: #a0c332;
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	font-family: var(--font-en);
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	transition: opacity 0.8s ease;
}

body.is-loaded {
	opacity: 1;
}

html[lang='ja'] .header-main h2,
html[lang='ja'] .header-main p,
.header-info dl dt,
.header-info dl .venue dd,
html[lang='ja'] main h2,
#about-container p,
#theme-wrapper p,
.theme-relate,
#past,
#past-voice,
#apply,
footer {
	font-family: var(--font-ja);
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #353e8e;
	text-decoration: none;
	opacity: 0.8;
	transition: all 0.5s ease;
}

a:focus {
	outline: none;
}

a img:hover {
	opacity: 0.7;
}

.sp {
	display: none;
}

h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd {
	text-align: left;
}

#page-top:hover {
	opacity: 0.5;
}

.pagetop-arrow {
	display: inline-block;
	height: 13px;
	width: 13px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: translateY(20%) rotate(-45deg);
}

.text-right {
	text-align: right;
}

.mt40 {
	margin-top: 40px;
}

.font-small {
	font-size: 0.75rem;
}

/* header */
header {
	width: 100%;
	height: 550px;
	background-color: var(--color-bg);
	overflow: hidden;
}

.header-lang a {
	padding: 0 20px;
	background: #f2f1ef;
	line-height: 35px;
	text-decoration: none;
	display: inline-block;
}

.header-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('../image/g_rips_main_globe.webp') center center / cover no-repeat;
	background-size: 330px 330px;
	z-index: 0;
}

.header-main h1 {
	font-size: 151px;
	font-weight: var(--medium);
	color: var(--color-primary);
	margin: 0;
	display: flex;
	align-items: center;
	line-height: 1;
}

.header-main .title-sub {
	padding-left: 10px;
}

.header-main .title-sub span {
	font-size: 63px;
	display: block;
}

.header-main h2 {
	font-size: 45px;
	color: var(--color-primary);
	margin: 0;
}

html[lang='en'] .header-main h2 {
	font-weight: var(--medium);
	font-size: 35px;
	line-height: 1.2;
}

.header-main h2 span {
	position: relative;
}

.header-main h2 span::before {
	content: '数学系';
	position: absolute;
	top: -10px;
	left: -2em;
	padding: 0 0.5em;
	border: 2px solid var(--color-primary);
	border-radius: 999px;
	font-size: 14px;
	background: #fff;
	color: var(--color-primary);
	font-weight: var(--bold);
	rotate: -25deg;
}

.header-main p {
	font-weight: var(--medium);
	font-size: 20px;
	margin: 0;
	line-height: 1;
}

html[lang='en'] .header-main p {
	font-size: 14px;
	padding-top: 1em;
}

.header-visual {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin-right: calc(50% - 30vw);
}

.header-visual img {
	width: auto;
	height: calc(550px - 35px);
	object-fit: cover;
}

.header-info {
	grid-column: 1;
	grid-row: 2;
	padding-top: 2em;
	position: relative;
	text-align: left;
	line-height: 1;
}

.event-date {
	display: inline-block;
	margin: 0;
}

.date-from {
	display: inline-block;
	position: relative;
	padding-right: 1.5em;
}

.date-from::after {
	content: '▶︎';
	margin-left: 0.8em;
	font-size: 0.8em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.event-date .year {
	font-size: 28px;
	font-weight: var(--medium);
	position: relative;
	top: -3px;
}

.event-date .month-day {
	font-size: 51px;
	font-weight: var(--medium);
}

.event-date .weekday {
	font-size: 14px;
	font-weight: var(--medium);
	display: inline-block;
	width: 10px;
	text-align: center;
	overflow-wrap: anywhere;
	line-height: 1;
}

.header-info dl {
	display: flex;
	align-items: center;
	margin: 0;
	padding-top: 2em;
}

.header-info dl > div {
	display: flex;
	align-items: center;
}

.header-info dt {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: var(--bold);
	height: 60px;
}

.header-info dd {
	margin-left: 1em;
}

.header-info .venue dd {
	font-size: 24px;
}

html[lang='en'] .header-info .venue dd {
	font-size: 14px;
	line-height: 1.4;
}

.header-info .venue dd a {
	cursor: pointer;
}

html[lang='en'] .header-info .venue dd p {
	margin: 0;
}

.deadline {
	margin-left: 2em;
}

.deadline dt {
	display: inline-block;
	height: 16px;
	margin-bottom: 4px;
	padding: 0.4em 1.2em 0.4em 0.8em;
	background: #d9e6c5;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.deadline dd {
	padding-bottom: 7px;
}

.deadline .year {
	font-size: 22px;
	font-weight: var(--medium);
}

.deadline .month-day {
	font-size: 36px;
	font-weight: var(--medium);
	display: inline-block;
}

.deadline .weekday {
	font-size: 10px;
	font-weight: var(--medium);
	display: inline-block;
	width: 8px;
	text-align: center;
	overflow-wrap: anywhere;
	line-height: 1;
}

.deadline .time {
	font-size: 22px;
	font-weight: var(--medium);
}

.deadline .time::before {
	content: '—';
	font-size: 8px;
	font-weight: var(--bold);
	display: inline-block;
	transform: translateY(-6px);
}

.is-closed {
	background-color: #fff;
	height: 12px;
	padding: 0.5em;
	margin-left: 1em;
}

.is-closed dd {
	color: #f00;
	font-weight: var(--bold);
}

/* main */
.sec-container {
	padding: 60px 0;
}

main h2 {
	margin: 0 auto 50px;
	padding: 0.4em 0 0.2em 1em;
	line-height: 1;
	border-left: 10px solid var(--color-bg);
}

main h2 .h2-sub {
	margin-bottom: 0.8rem;
	color: var(--color-bg);
	font-size: 0.85rem;
	font-weight: var(--medium);
	letter-spacing: 0.2em;
	line-height: 1;
	display: block;
}

main h2 .h2-main {
	font-size: 2.3rem;
	line-height: 1;
	display: block;
}

html[lang='en'] main h2 .h2-main {
	margin: 0 0 0.2rem -10px;
	padding: 0.2rem 1em 0.2rem 0.2em;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

/* about */
#about {
	overflow: hidden;
}

#about-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#about-container {
	width: 550px;
}

#about-photo {
	flex: 1;
	margin-right: calc(50% - 50vw);
	padding-left: 50px;
}

#about-photo img {
	width: 100%;
	height: auto;
}

/* theme */
#theme-wrapper {
	width: 1200px;
	margin: 0 auto;
}

#theme-container {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch !important;
}

#theme-container .theme-box {
	width: 47.8%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 0;
	padding-bottom: 45px;
	margin-bottom: 3em;
	border-bottom: 1px solid var(--color-bg);
	background: #fff;
	text-align: left;
}

.theme-box-header {
	position: relative;
}

.theme-decoration {
	position: absolute;
	display: flex;
	height: 40px;
	bottom: 20px;
}

.theme-decoration > div:first-child {
	width: 31px;
	border-bottom: 1px solid var(--color-bg);
}

.theme-decoration > div:nth-child(2) {
	width: 120px;
	border-left: 1px solid var(--color-bg);
	border-top: 1px solid var(--color-bg);
}

.theme-decoration > div:nth-child(3) {
	width: 30px;
	background:
		linear-gradient(
			to bottom left,
			transparent 49%,
			var(--color-bg) 52%,
			transparent 51%
		);
}

.theme-decoration > div:nth-child(4) {
	width: 400px;
	border-bottom: 1px solid var(--color-bg);
}

#theme-container .theme-sub {
	font-size: 12px;
	color: var(--color-primary);
	font-weight: var(--bold);
	font-style: italic;
	padding-left: 3.4em;
}

#theme-container .theme-sub > span {
	letter-spacing: 2px;
}

#theme-container .theme-num {
	font-size: 24px;
}

#theme-container .theme-box-inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 10px 30px;
}

#theme-container .theme-name {
	position: relative;
	padding: 0.5em;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3;
	background-color: #f2f2f2;
}

#theme-container .theme-name a {
	text-decoration: none;
	display: block;
}

#theme-container .theme-name a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	transform: rotate(45deg);
}

#theme-container .theme-project {
	margin: 1em 0;
	padding: 0 0.7em;
	line-height: 1.3;
}

#theme-container .theme-project span {
	display: block;
}

#theme-container .theme-project .project-en {
	margin-bottom: 0.5em;
	font-size: 1.2rem;
	font-family: var(--font-en);
	font-weight: var(--bold);
}

#theme-container .link-pdf {
	border: 1px solid #000;
	padding-left: 0.5em;
	margin: 0.5em;
	position: relative;
	display: flex;
	align-items: center;
}

#theme-wrapper .link-pdf a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 0.5em;
}

#theme-wrapper .link-pdf a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	transform: rotate(45deg);
}

#theme-wrapper .link-pdf img {
	vertical-align: middle;
}

#theme-wrapper .theme-relate {
	margin: 0 0.5em;
}

#theme-wrapper .theme-relate dt {
	padding: 0.3em 0;
	border-bottom: 1px solid var(--color-bg);
}

#theme-wrapper .theme-relate dd {
	margin: 0;
}

/* past */
#past {
	width: 1200px;
	margin: 0 auto;
}

#past-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 3em;
}

html[lang='en'] #past .h2-main {
	font-family: var(--font-en);
}

#past-wrapper .past-box {
	width: 21%;
	margin: 0 1.3em;
}

#past-wrapper .past-box p {
	position: relative;
}

#past-wrapper .past-box img {
	width: 100%;
	height: auto;
}

#past-wrapper .past-year {
	font-size: 1.65rem;
	line-height: 1;
	position: relative;
	margin: 0.4em 0;
}

#past-wrapper .past-fy {
	font-size: 1.1rem;
	vertical-align: 1px;
}

#past-wrapper .past-box a {
	text-decoration: none;
}

#past-wrapper .past-year::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	transform: rotate(45deg);
}

#past-wrapper .past-name {
	margin-bottom: 0;
	font-size: 0.75rem;
	text-align: left;
}

#past-wrapper .past-list-name {
	padding-left: 20px;
	margin-top: 0;
	font-size: 0.85rem;
	line-height: 1.5;
}

/* past voice */
#past-voice {
	justify-items: center;
	padding: 3em 0;
	background-image:
		radial-gradient(#bbb 1px, transparent 1px),
		radial-gradient(#bbb 1px, transparent 1px);
	background-size: 18px 18px;
	background-position: 0 0, 10px 10px;
}

.voice-wrapper {
	display: flex;
}

.swiper {
	width: 850px;
}

.balloon {
	position: relative;
}

.balloon img {
	display: block;
}

.balloon-title,
.balloon-text {
	width: 210px;
	position: absolute;
	z-index: 1;
	top: 1em;
	left: 55%;
	transform: translateX(-50%);
}

.balloon-title {
	top: 50%;
	transform: translate(-50%, -50%);
}

.balloon-title p {
	font-family: var(--font-en);
	font-size: 14px;
	letter-spacing: 3px;
	margin: 0;
	line-height: 1;
	text-align: center;
}

.balloon-title h3 {
	font-size: 26px;
	margin: 0;
	text-align: center;
}

html[lang='en'] .balloon-title h3 {
	line-height: 1.4;
}

.balloon-text {
	position: absolute;
	z-index: 4;
	padding: 1.5em 1.2em;
	font-size: 14px;
	top: 1em;
}

.balloon-text p {
	line-height: 1.8;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
}

.balloon-text > div {
	text-align: right;
	padding-right: 0.6em;
}

.balloon-text a {
	cursor: pointer;
	text-decoration: underline;
	pointer-events: auto;
}

/* apply */
#apply {
	background-color: var(--color-bg);
	background-image:
		repeating-linear-gradient(
			-45deg,
			rgb(255 255 255 / 20%),
			rgb(255 255 255 / 20%) 5px,
			transparent 5px,
			transparent 15px
		);
}

#apply-wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 50px 70px;
	background: #fff;
}

html[lang='en'] #apply-wrapper .apply-us {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#apply-list {
	line-height: 1.5;
}

#apply-list li {
	margin-bottom: 0.6em;
}

#apply .h2-main {
	position: relative;
}

html[lang='en'] #apply .h2-main {
	font-family: var(--font-en);
}

#apply .h2-main img {
	position: absolute;
	width: 60px;
	height: auto;
}

.apply-submit {
	font-size: 30px;
	font-weight: var(--bold);
	width: 8em;
	margin: 50px auto 0;
	text-align: center;
	color: #fff;
	border-radius: 15px;
}

html[lang='en'] .apply-submit {
	font-family: var(--font-en);
}

.apply-submit a {
	display: inline-block;
	width: 100%;
	height: 2em;
	cursor: pointer;
	background-color: #213e8b;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
}

.apply-submit a:hover {
	filter: brightness(120%);
}

.apply-close {
	margin: 50px auto;
}

.apply-close .apply-submit {
	background-color: #e9edf5;
}

.apply-close .text-close {
	margin-top: 0.1em;
	font-size: 1.1rem;
	text-align: center;
}

#contact {
	width: 1040px;
	margin: 1em auto 0;
	padding: 1em 0;
	background-color: #fff;
}

#contact p {
	text-align: center;
}

#contact ul {
	margin-top: 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}

#contact ul li a {
	margin: 0 10px;
	padding: 0.4em 0.6em;
	background: var(--color-bg);
	text-decoration: none;
	font-size: 20px;
	font-weight: var(--bold);
	width: 12em;
	height: 2em;
	border-radius: 20px;
	display: flex;
	justify-content: center;
}

#contact ul li a:hover {
	color: #000;
	filter: brightness(110%);
}

#contact-faq img,
#contact-form img {
	width: 30px;
	height: auto;
	object-fit: contain;
}

/* footer */
footer {
	padding-top: 4em;
}

.footer-grid {
	width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}

.footer-info {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	text-align: left;
}

.footer-organizers-main {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.footer-organizers-co {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.footer-logos {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}

.footer-logo {
	font-size: 80px;
	font-family: var(--font-en);
	color: var(--color-primary);
	line-height: 1.2;
	margin-bottom: 0.3em;
}

.footer-logo > span {
	display: block;
}

.footer-logo span {
	font-size: 40px;
}

.footer-poster a {
	display: inline-block;
	width: 19em;
	font-weight: var(--bold);
	border: 1px solid var(--color-bg);
	padding: 0.4em 1em;
	border-radius: 10px;
	text-decoration: none;
}

.footer-poster img {
	vertical-align: middle;
}

.footer-info address {
	font-style: normal;
	font-family: var(--font-en);
}

.footer-organizers h3 {
	font-weight: var(--medium);
	font-size: 18px;
	margin: 0.4em 0;
}

.footer-organizers ul {
	padding-left: 2em;
	margin: 0;
}

.footer-organizers a {
	font-size: 15px;
}

.footer-logos ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-logos li {
	list-style: none;
}

#footer-copy {
	text-align: center;
	font-size: 12px;
	font-family: var(--font-en);
	font-weight: var(--medium);
	color: #fff;
	background-color: var(--color-bg);
	padding: 1em 0;
	margin: 0;
}

@media screen and (width <= 767px) {
	body {
		width: 100%;
		min-width: initial;
		line-height: 1.8;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	#page-top {
		right: 15px;
		bottom: 15px;
	}

	/* header */
	header {
		width: 100vw;
		height: auto;
		padding-bottom: 11rem;
		background-image:
			repeating-linear-gradient(
				-45deg,
				rgb(255 255 255 / 20%),
				rgb(255 255 255 / 20%) 5px,
				transparent 5px,
				transparent 15px
			);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: 100% 50%;
	}

	.header-main {
		padding-right: 0;
		padding-bottom: 2em;
	}

	.header-main h1 {
		flex-direction: column;
		line-height: 0.5;
		font-size: 25vw;
	}

	.header-main .title-sub {
		padding: 0;
	}

	.header-main .title-sub span {
		display: inline-block;
		font-size: 12vw;
	}

	.header-main h2 {
		font-size: 6vw;
		padding-top: 2rem;
		text-align: center;
	}

	.header-main h2 span::before {
		top: -14px;
		left: -4vw;
		font-size: 0.7rem;
	}

	.header-main p {
		line-height: 1.4;
		text-align: center;
		font-size: 5vw;
	}

	html[lang='en'] .header-main p {
		padding: 1em 2.6em 0;
	}

	.header-wrapper::before {
		width: 330px;
		height: 330px;
		inset: auto;
		top: 0;
		right: -5rem;
	}

	.header-visual img {
		width: 100vw;
		height: auto;
	}

	.header-info {
		position: absolute;
		bottom: -8em;
		background-color: white;
		width: 90%;
		max-width: 30rem;
		left: 50%;
		transform: translateX(-50%);
		padding: 0.6em;
	}

	.event-date {
		width: 100%;
		text-align: center;
	}

	.header-info dl {
		flex-direction: column-reverse;
		padding-top: 1em;
	}

	.deadline {
		margin: 0;
	}

	.deadline dt {
		display: flex;
		height: 30px;
		color: #fff;
		background-color: var(--color-primary);
	}

	html[lang='ja'] .venue p {
		margin: 0;
		font-size: 17px;
		padding-top: 0.5em;
	}

	.header-info dt {
		font-size: 0.8rem;
	}

	.header-info .is-closed dt {
		font-size: 0.7rem;
	}

	.is-closed dd {
		font-size: 0.9rem;
	}

	/* main */
	.sec-container {
		padding: 2rem 3vw;
	}

	main h2 {
		margin: 0 auto 20px;
		padding: 0.2em 0 0.2em 0.5em;
		line-height: 1;
	}

	main h2 .h2-sub {
		font-size: 0.85rem;
	}

	main h2 .h2-main {
		font-size: 1.9rem;
	}

	.home-banner {
		width: 60%;
	}

	.home-banner img {
		width: 100%;
		height: auto;
	}

	/* about */
	#about {
		position: relative;
	}

	#about.sec-container {
		padding-bottom: 5rem;
	}

	#about-wrapper {
		width: auto;
		display: block;
	}

	#about-container {
		width: 100%;
	}

	#about-photo {
		margin: 0 0 1em;
		padding: 0;
	}

	#about::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: var(--color-bg);
		background-image:
			repeating-linear-gradient(
				-45deg,
				rgb(255 255 255 / 20%),
				rgb(255 255 255 / 20%) 5px,
				transparent 5px,
				transparent 15px
			);
	}

	/* theme */
	#theme-wrapper {
		width: auto;
	}

	#theme-container .theme-box {
		width: 100%;
		display: block;
	}

	#theme-container .theme-sub {
		padding-left: 30px;
		line-height: 1.4;
		font-size: 0.65rem;
	}

	#theme-container .theme-num {
		font-size: 1.3rem;
	}

	#theme-container .theme-highlight {
		padding: 0 15px 0 20px;
		display: inline-block;
		background: #66bbb4;
	}

	#theme-container .theme-box-inner {
		padding: 10px 20px;
	}

	#theme-container .link-pdf {
		margin: 10px 0 30px;
	}

	#theme-wrapper .theme-relate {
		margin-bottom: 0;
	}

	.theme-decoration {
		bottom: 0;
	}

	.theme-decoration > div:first-child,
	.theme-decoration > div:nth-child(3) {
		width: 20px;
	}

	.theme-decoration > div:nth-child(2) {
		width: 7rem;
	}

	.theme-decoration > div:nth-child(4) {
		width: calc(90vw - 7rem - 40px);
	}

	/* past */
	#past {
		width: auto;
	}

	#past-wrapper {
		flex-wrap: wrap;
		padding: 0;
		justify-content: space-between;
	}

	#past-wrapper .past-box {
		width: 47%;
		margin: 0;
	}

	#past-voice {
		display: block;
		justify-items: normal;
	}

	.voice-wrapper {
		display: block;
	}

	.swiper {
		width: auto;
	}

	.voice-wrapper > .balloon {
		width: 60vw;
		margin: 0 auto 2em;
	}

	.balloon img {
		width: 60vw;
		height: auto;
	}

	.balloon-text {
		left: 60%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 45vw;
	}

	.footer-grid {
		display: block;
		width: 100%;
	}

	/* apply */
	#apply-wrapper {
		width: auto;
		padding: 8vw;
	}

	#apply .h2-main img {
		right: 0;
	}

	#apply-list {
		padding-left: 8vw;
	}

	.apply-submit {
		width: 100%;
	}

	.apply-submit a {
		font-size: 1.85rem;
	}

	.apply-close .apply-submit {
		font-size: 1.5rem;
	}

	#contact {
		width: auto;
	}

	#contact p {
		margin: 0 10px;
		text-align: left;
	}

	#contact ul {
		display: block;
	}

	#contact ul li:first-child {
		margin-bottom: 15px;
	}

	#contact ul li a {
		text-align: center;
		width: auto;
	}

	/* footer */
	.footer-logo {
		text-align: center;
	}

	.footer-poster {
		text-align: center;
	}

	.footer-poster a {
		font-size: 1.2rem;
		width: auto;
	}

	.footer-info address {
		padding-left: 5vw;
	}

	.footer-organizers {
		padding-left: 6vw;
	}

	.footer-logos ul {
		padding: 0 0.8em;
	}

	.footer-logos li {
		margin: 0 5px;
		width: 14vw;
	}

	.footer-logos img {
		width: 100%;
		height: auto;
	}
}
