
.top-message {
	background-color: hsl(86, 70%, 96%);
	line-height: 1.6em;
}
.top-message p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}
.top-message .section-inner {
	background-image: url('../images/past/y2020-online/pc.png');
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.campaign-intro {
	background-color: #fff;
	border: 1px solid hsl(86, 70%, 56%);
	padding: 10px;
}

.online-container {
	width: 90%;
	max-width: 850px;
	box-sizing: border-box;
	padding: 1.4em 1em 1em 1em;
	background-color: #fff;
	margin: 60px auto;
	border-width: 4px;
	border-style: solid;
	border-radius: 2em;
	transition: all .3s;
}
.online-container:hover {
	border-radius: 0;
}
.logo {
	height: 2em;
	vertical-align: bottom;
	margin-right: 2em;
	display: inline-block;
}
.logo.higher {
	height: 2.3em;
}
.logo.highest {
	height:4em;
}
.title {
	font-size: 1.2em;
	margin: .8em 0;
}
.online-content {
	width: 100%;
}
.online-image img {
	width: 100%;
}
.text p {
	margin: 0;
	line-height: 1.6em;
	text-indent: 1em;
}
.online-outline{
	line-height:1.8em;
	font-size:.8em;
	margin:1em 0;
}
.outline-inner {
	display: block;
	margin: .5em 0;
}
.outline-inner span:first-child {
	color:white;
	padding:.2em .5em;
	border-radius:5px;
}
.notice {
	margin: 0 1em 0 2em;
	padding: .5em;
	font-size: .8em;
	line-height: 1.6em;
	list-style-position: outside;
}
.notice li {
	margin-bottom: .5em;
}
.link {
	display: block;
	margin: 15px 2em 5px auto;
	width: 12em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 7px;
	position: relative;
	transition: all .3s;
}
.online-container:hover .link {
	transform: scale(1.2);
}
.link i {
	position: absolute;
	top: .5em;
	right: 1.5em;
}
.online-container:hover .link i{
	animation:SWING 1s ease-in-out 0s infinite;
}
@keyframes SWING{
	0%{
		right: 1.5em;
	}
	50%{
		right: 1em;
	}
	100%{
		right: 1.5em;
	}
}


.campaign-container {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px;
	margin: 20px 0 60px 0;
	background-color: hsl(59, 95%, 78%);
	line-height: 1.6em;
	font-size: 14px;
}
.campaign-inner {
	max-width: 850px;
	margin: 0 auto;
}
h4 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-size: 1.4em;
	margin: 2.5em 0 .5em 0;
}
h5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2em;
	margin: 2em 0 .5em 0;
}
h6 {
	font-size: 1em;
	display: inline-block;
	line-height: 1.4em;
	padding: 0 1em;
	border-radius: 1em;
	background-color: hsl(170, 70%, 36%);
	color: white;
	margin: 1em 0 0 0;
}
.campaign-top {
	text-align: center;
}
.campaign-top span {
	font-family: 'Yusei Magic', sans-serif;
	font-size: 1.7em;
	margin: 1em 0;
	line-height: 1.5em;
	padding: 0 .2em;
	text-shadow: 1px 1px 1px #AAA;
	display: block;
}
.campaign-top span.d {
	color: hsl(221, 75%, 46%);
}
.campaign-top span.e {
	color: hsl(342, 73%, 61%);
}
.campaign-top span.d img {
	height: 1.5em;
	vertical-align: bottom;
}
.campaign-top span.d img.t {
	margin-left: .5em;
}
.campaign-top span.d img.i {
	margin-left: 1em;
}
.sticker {
	display: block;
	width: 30%;
	min-width: 300px;
	margin: 50px auto 20px auto;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	transform: rotate(10deg);
}
.sticker::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0px;
	height: 0px;
	border-width: 30px;
	border-style: solid;
	border-left-color: #999;
	border-bottom-color: #999;
	border-top-color: hsl(59, 95%, 78%);
	border-right-color: hsl(59, 95%, 78%);
	background-color: hsl(59, 95%, 78%);
	transition: all .2s;
	overflow: hidden;
	border-radius: 0 0 0 15px;
}
.sticker img {
	width: 100%;
}
.sticker-size {
	font-size: .8em;
	color: #666;
	text-align: right;
	margin-right: 15%;
}
.campaign-inner li + li {
	margin-top: .5em;
}

.sns-upper {
	border: none;
}
.sns-upper + iframe {
	display: block !important;
	width: calc(80% + 1px) !important;
	max-width: 600px !important;
	margin: 40px auto !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	box-sizing: border-box;
}

.instagram {
	display: block;
	width: 2em;
	margin: 3em auto;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
	color: #777;
	font-size: 32px;
	text-decoration: none;
	color: white;
	background-color: #CF2E92;
}



.exhibitorA {
	border-color: hsl(348, 100%, 45%);
}
.exhibitorA:hover {
	background-color: hsl(348, 100%, 98%);
}
.exhibitorA span:first-child,
.exhibitorA .link {
	background-color: hsl(348, 100%, 45%);
}

.exhibitorB {
	border-color: hsl(65, 100%, 32%);
}
.exhibitorB:hover {
	background-color: hsl(65, 100%, 98%);
}
.exhibitorB span:first-child,
.exhibitorB .link {
	background-color: hsl(65, 100%, 32%);
}

.exhibitorC {
	border-color: hsl(212, 100%, 30%);
}
.exhibitorC:hover {
	background-color: hsl(212, 100%, 98%);
}
.exhibitorC span:first-child,
.exhibitorC .link {
	background-color: hsl(212, 100%, 30%);
}

.exhibitorD {
	border-color: hsl(194, 100%, 46%);
}
.exhibitorD:hover {
	background-color: hsl(194, 100%, 96%);
}
.exhibitorD span:first-child,
.exhibitorD .link {
	background-color: hsl(194, 100%, 46%);
}

.exhibitorE {
	border-color: hsl(187, 100%, 23%);
}
.exhibitorE:hover {
	background-color: hsl(187, 100%, 98%);
}
.exhibitorE span:first-child,
.exhibitorE .link {
	background-color: hsl(187, 100%, 23%);
}


@media screen and (min-width: 796px) {
	.online-content {
		display: flex;
	}
	.online-image {
		width: 48%;
	}
	.online-description {
		width: 50%;
		margin-left: 2%;
	}
	.outline-inner {
		display: inline-block;
	}
	.outline-inner:nth-child(2) span:first-child {
		margin-left:1em;
	}

	.campaign-intro {
		width: calc(100% - 220px);
	}
	.campaign-top {
		display: flex;
		margin-bottom: 50px;
	}
	.campaign-top-inner {
		width: 50%;
	}
	.sticker::after {
		border-width: 0px;
	}
	.sticker:hover::after{
		border-width: 30px;
	}
}
