@charset "utf-8";
/* ------------------------------------------------ */
.note {
	color: var(--white);
	text-align: center;
	margin-bottom: 30px;
}
/* ------------------------------------------------ */
#event-top {
	color: var(--white);
	background: linear-gradient(45deg,  rgba(183,76,150,1) 0%,rgba(14,56,134,1) 51%,rgba(0,126,199,1) 100%);
	margin-bottom: 30px;
}
.event-bloc#event-top {
	padding-bottom: 0px;
}
.event-top {
	background-image: url("./top-bg.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: cover;
	padding: 30px 0px;
}
.event-top h2 {
	text-align: center;
	margin-bottom: 30px;
}
.event-top h2 img {
	margin: 0px auto 20px auto;
}
.event-top h2 b {
	display: inline-block;
	color: var(--color2);
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1em;
	background-color: var(--white);
	padding: 5px 10px;
}
.event-top-tex {
	text-align: center;
	padding-bottom: 20px;
}
.event-top-tex strong {
	display: block;
	font-size: 40px;
	font-size: clamp(36px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.event-top-tex p {
	font-size: 18px;
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 700;
	padding: 5px;
}
.event-top-tex-det {
	background-color: rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,0.2);
	border: 1px solid var(--white);
	margin-bottom: 10px;
	padding: 5px;
}
@media screen and (min-width:768px) {
	.event-top-tex-det {
		width: 550px;
		margin: 0px auto 20px auto;
		padding: 5px 10px;
	}
}
.event-top-tex-det dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.event-top-tex-det dl:first-child {
	border-bottom: 1px dashed var(--white);
}
.event-top-tex-det dl dt {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	padding: 10px 0px;
}
@media screen and (min-width:768px) {
	.event-top-tex-det dl dt {
		width: 100px;
		padding: 10px 10px;
	}
}
.event-top-tex-det dl dt span {
	color: var(--white);
	font-size: 18px;
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 700;
	background-color: var(--red);
	padding: 5px 5px;
}
.event-top-tex-det dl dd {
	display: table-cell;
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 700;
	vertical-align: middle;
	padding: 10px 5px;
}
.event-top-link {
}
/* ------------------------------------------------ */
.event-bloc#event-oth {
	background-color: var(--white);
	background-image: url("./top-bg.webp");
	background-repeat: repeat;
	background-position: center top;
}
.event-bloc-inner {
	background-color: transparent;
	padding: 10px 5px;
}
.dronesasuke2024-inner {
}
.dronesasuke2024-inner h3 {
	text-align: center;
	margin-bottom: 40px;
}
.dronesasuke2024-inner h3 strong {
	display: block;
	font-size: 60px;
	font-size: clamp(30px, 6vw, 60px);
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.dronesasuke2024-inner h3 b {
	display: block;
	font-size: 40px;
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.2em;
}
.dronesasuke2024-list {
	margin-bottom: 50px;
}
.dronesasuke2024-list ul {
}
.dronesasuke2024-list ul li {
	background: linear-gradient(45deg,  rgba(183,76,150,1) 0%,rgba(14,56,134,1) 51%,rgba(0,126,199,1) 100%);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0px;
}
@media screen and (max-width:767px) {
	.dronesasuke2024-list ul li {
		margin-bottom: 10px;
	}
}
@media screen and (min-width:768px) {
	.dronesasuke2024-list ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px 0px;
		margin-bottom: 10px;
	}
	.dronesasuke2024-list ul li {
		display: table-cell;
		vertical-align: top;
	}
}
.dronesasuke2024-list dl {
}
.dronesasuke2024-list dl dt {
	text-align: center;
	margin-bottom: 10px;
}
.dronesasuke2024-list dl dt h4 {
	color: var(--white);
	font-size: 40px;
	font-size: clamp(30px, 3.6vw, 36px);
	font-weight: 900;
	line-height: 1.2em;
}
.dronesasuke2024-list dl dd {
	padding: 0px 10px;
}
.dronesasuke2024-list dl dd img {
	margin: 0px auto 10px auto;
}
.dronesasuke2024-list dl dd p {
	color: var(--white);
	line-height: 1.4em;
}
.dronesasuke2024-link {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 10px;
}
.dronesasuke2024-link b {
	display: block;
	color: var(--red);
	font-size: 36px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 10px;
}
.dronesasuke2024-link p {
	font-size: 1.2em;
	font-weight: 700;
}
.dronesasuke2024-link .link {
	padding: 0px 0px;
}
.dronesasuke2024-guest {
	margin-bottom: 20px;
}
.dronesasuke2024-guest h3 {
	font-size: 60px;
	font-size: clamp(36px, 6vw, 60px);
	font-weight: 900;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 40px;
}
.dronesasuke2024-guest ul {
}
.dronesasuke2024-guest ul li {

	background-color: rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}
@media screen and (max-width:767px) {
	.dronesasuke2024-guest ul li {
		margin-bottom: 10px;
	}
}
@media screen and (min-width:768px) {
	.dronesasuke2024-guest ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 20px 0px;
	}
	.dronesasuke2024-guest ul li {
		display: table-cell;
		vertical-align: top;
	}
}
.dronesasuke2024-guest dl dt {
	text-align: center;
	padding: 10px 0px;
}
.dronesasuke2024-guest dl dt h4 {
	color: var(--color2);
	font-size: 40px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 900;
	line-height: 1.2em;
}
.dronesasuke2024-guest dl dt h4 b {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
}
.dronesasuke2024-guest dl dt h4 strong {
	display: inline-block;
	vertical-align: middle;
}
.dronesasuke2024-guest dl dd {
	padding: 0px 20px 10px 20px;
}
.dronesasuke2024-guest dl dd img {
	margin: 0px auto;
}
.dronesasuke2024-guest dl dd p {
	line-height: 1.4em;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
}
.dronesasuke2024-guest dl dd span {
	display: inline-block;
	color: var(--white);
	line-height: 1.4em;
	background-color: var(--color2);
	text-align: center;
	padding: 5px 5px;
}
.dronesasuke2024-list {
}
.dronesasuke2024-list {
}



/* ------------------------------------------------ */