@charset "utf-8";

/* header title */
header div.title {
	color: var(--white);
	text-align: center;
	background: url(../images/common/mv_bg.png) no-repeat top center / cover;
}

header div.title .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 68px 0 0;
	min-height: 750px;
}

header div.title h1 {
	width: 788px;
	max-width: 60%;
	font-size: 56px;
	padding: 0;
}

header div.title h1 img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

header div.title .countdown {
	position: absolute;
	right: -150px;
	bottom: 90px;
	width: 339px;
	background: url(../images/common/countdown_bg.png) no-repeat top center/contain;
	height: 219px;
	padding: 20px;
	box-sizing: border-box;
}

header div.title .countdown .title {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: var(--yellow);
	font-size: 33px;
	margin: 0;
	margin-bottom: 10px;
}

header div.title .countdown .countdown-ondemand {
	font-size: 29px;
}

header div.title .countdown .font-29 {
	font-size: 24px;
	margin: 50px 0;
}

header div.title .countdown .daytime {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 0 25px;
}

header div.title .countdown .daytime li {
	border: 1px solid #5e677f;
	padding: 10px;
	width: 120px;
}

header div.title .countdown .daytime li p {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	font-weight: bold;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

header div.title .countdown .daytime li p.number {
	font-size: 70px;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1;
	margin: 0;
	font-family: "Jost", sans-serif;
	background: linear-gradient(#ffff00 50%, #c2c200 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	white-space: nowrap;
}

header div.title .countdown .countdown-going {
	margin-top: 20px;
}

header div.title .countdown .countdown-end {
	margin-top: 50px;
}

.none {
	display: none !important;
}

/* main */
main {
	font-size: 16px;
	padding: 0;
}

/* for fixed nav */
#greeting::before,
#outline::before,
#topics::before,
#live::before,
#faq::before {
	content: "";
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
}

/* message */
#message {
	width: 100%;
	padding: 110px 0;
	text-align: center;
	line-height: 1.5;
	background-color: var(--black);
	background-image: url(../images/common/message_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#message h2 {
	font-size: 36px;
	margin: 0 0 40px;
	font-style: italic;
	color: var(--white);
	font-family: "Noto Serif JP", serif;
	font-weight: normal;
}

#message p {
	line-height: 2.0;
	color: var(--white);
	font-size: 20px;
	text-align: center;
}

#message ul.event_type {
	width: 740px;
	margin: 80px auto 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#message ul.event_type li {
	width: 343px;
	min-height: 184px;
	background: url(../images/common/event_bg.png) no-repeat top center/contain;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

#message ul.event_type li p {
	margin: 0;
	font-family: "Jost", sans-serif;
	width: 100%;
	font-size: 45px;
	color: var(--white);
	line-height: 1;
}

#message ul.event_type li p.date {
	font-size: 40px;
	font-weight: 300;
	padding-right: 80px;
	position: relative;
	line-height: 1;
}

#message ul.event_type li p.date:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 90px;
	background: var(--white);
	right: 8px;
	top: 19px;
}

/* greeting */
#greeting {
	padding: 65px 0;
	min-width: 1100px;
}

#greeting p {
	line-height: 2em;
}

/* outline */
#outline {
	min-width: 1100px;
	background-color: var(--black);
	padding: 65px 0;
}

#outline h2 {
	color: var(--white);
}

#outline .wrap {
	padding: 65px 0;
}

#outline table {
	margin: 80px auto 40px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	border-collapse: separate;
	border-spacing: 5px;
}

#outline table tr {
	display: flex;
	margin: 20px auto;
	position: relative;
}

#outline table tr::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #5f6061;
	bottom: -10px;
	margin: auto;
	position: absolute;
}

#outline table tr th {
	width: 155px;
	font-weight: bold;
	padding: 15px 0px;
	background: #051c51;
	vertical-align: middle;
	align-items: center;
	display: flex;
	justify-content: center;
	background: linear-gradient(-45deg, #000e35 0%, #000e35 50%, #112b4c 50%, #112b4c 100%);
}

#outline table tr:first-child th {
	border-top: none;
}

#outline table tr td {
	padding: 15px 0 15px 20px;
	line-height: 1.8;
}

#outline table tr:first-child td {
	border-top: none;
}


/* topics */
#topics {
	background: var(--black);
	margin-top: 70px;
}

#topics .wrap {
	padding: 65px 0;
}

#topics h2 {
	color: var(--white);
}

ul.topics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	gap: 30px 0;
}

ul.topics li {
	width: 100%;
	list-style: none;
	margin: 0;
}

ul.topics li .thumbnail {
	max-height: 180px;
	overflow: hidden;
}

ul.topics li .thumbnail img {
	width: 100%;
}

ul.topics li .description {
	font-size: 16px;
	position: relative;
}

ul.topics li .description dl {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	display: flex;
	padding: 0;
	gap: 0;
	margin: 0;
}

ul.topics li .description dl::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #5f6061;
	bottom: -10px;
	margin: 0 auto;
	position: absolute;
}

ul.topics li .description dl dt {
	background: linear-gradient(-45deg, #000e35 0%, #000e35 50%, #112b4c 50%, #112b4c 100%);
	text-align: center;
	width: 200px;
	padding: 15px 0;
}

ul.topics li .description dl dd {
	padding: 15px 0;
}

/* program */
#program {
	background-color: var(--black);
	background-image: url(../images/common/program_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 65px 0;
	min-width: 1100px;
}

#program h2 {
	color: var(--white);
}

#program p {
	color: var(--white);
	text-align: center;
}

#program .wrap .title-container {
	padding: 0 0 40px;
	margin-bottom: 20px;
}

#program .wrap .title-container h3 {
	margin-bottom: 0;
}

/* faq */
#faq .wrap {
	padding: 65px 0 0;
}

#faq .faq_list {
	padding: 0 0 65px 0;
	list-style: none;
}

#faq .faq_list .faq_item {
	padding: 32px 0;
	border-bottom: solid #ccc 1px;
}

#faq .faq_list .faq_item p {
	margin: 18px 0;
	font-size: 18px;
}

#faq .faq_list .question {
	display: flex;
	align-items: center;
	color: #333;
	font-weight: bold;
	padding: 0 0 12px 0;
}

#faq .faq_list .question::before {
	content: "Q";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: #fff;
	background-color: #333;
}

#faq .faq_list .answer {
	display: flex;
	align-items: center;
}

#faq .faq_list .answer::before {
	content: "A";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: #fff;
	background-color: #999;
}

/* register */
div.register {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	background: var(--black);
}

div.register .box-button {
	width: 600px;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
}

div.register .box-button:after {
	width: 18px;
	height: 26px;
	background: url(../images/common/btn_arrow01.png) no-repeat center / cover;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 50px;
}

/* vendor */

#vendor {
	background-color: var(--black);
	background-image: url(../images/common/vendor_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 65px 0;
	min-width: 1100px;
}

#vendor h2 {
	color: var(--white);
}

#vendor .wrap {
	background: var(--white);
	padding: 80px 120px;
	box-sizing: border-box;
}

#vendor .wrap ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px 0;
	margin-bottom: 40px;
}

#vendor .wrap ul li {
	width: 28%;
	display: flex;
	justify-content: center;
	height: 100%;
}

#vendor .wrap ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#vendor .wrap ul img {
	width: 100%;
	height: auto;
}

#vendor .wrap ul img.iboss {
	width: 65%;
}

#vendor .wrap ul img.wiz {
	width: 55%;
}

#vendor .wrap ul img.okta {
	width: 68%;
}

#vendor .wrap ul img.cato {
	width: 60%;
}

#vendor .wrap ul img.cybereason {
	width: 80%;
}

#vendor .wrap ul img.arcticwolf {
	width: 55%;
}

#vendor .wrap ul img.gmo {
	width: 90%;
}

#vendor .wrap ul img.cisco {
	width: 60%;
}

#vendor .wrap ul img.zscaler {
	width: 90%;
}

#vendor .wrap ul img.sentinelone {
	width: 90%;
}

#vendor .wrap ul img.sophos {
	width: 80%;
}

#vendor .wrap ul img.motex {
	width: 65%;
}

#vendor .wrap ul img.hpe {
	width: 75%;
}

#vendor .wrap ul img.palo {
	width: 85%;
}

#vendor .wrap ul img.fortinet {
	width: 85%;
}

#vendor .wrap ul img.trendmicro {
	width: 85%;
}

#vendor .wrap ul img.broadcom {
	width: 85%;
}

#vendor .wrap ul img.trellix {
	width: 60%;
}

#vendor .wrap ul img.msftsecurity {
	width: 100%;
}

#vendor .wrap ul img.digitalarts {
	width: 85%;
}

#vendor .wrap p {
	text-align: right;
	margin: 0;
}