@charset "utf-8";

/* header title */
header div.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #ffffff;
	text-align: center;
	min-width: 1100px;
	margin: 0 auto;
	padding: 68px 0 0;
	text-align: center;
	min-height: 715px;
	background: url(../images/common/mainvisual.jpg)no-repeat center bottom/cover;
}
header div.title h1 {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 550px;
	max-width: 75%;
}
header div.title h1 img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
header div.title .top_title {
	font-size: 38px;
	margin: 5px 0 10px;
}
header div.title .top_title span {
	font-size: 22px;
	width: 100%;
	display: block;
	font-family: "M PLUS 1p", sans-serif;
	margin: 5px 0;
}
.top_cv_btn {
	width: 320px;
	margin: 0 auto 20px;
}
.top_cv_btn a {
	width: 100%;
	display: block;
	text-align: center;
	color: var(--white);
	background: var(--purple);
	font-size: 28px;
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 60px;
	transition : .5s;
}
.top_cv_btn a:hover {
	opacity: 0.7;
}
.calendar_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.calendar_btn li {
	list-style: none;
	width: 420px;
}
.calendar_btn li a {
	background: var(--white);
	color: var(--purple);
	font-size: 22px;
	font-weight: bold;
	padding: 10px 30px 10px 10px;
	display: block;
	width: 100%;
	border-radius: 40px;
	font-family: "M PLUS 1p", sans-serif;
	transition : .5s;
	position: relative;
}
.calendar_btn li a:hover {
	opacity: 0.7;
}
.calendar_btn li a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/common/calendar_icon.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.top_title_text01 {
	text-align: center;
	color: #300266;
	font-size: 16px;
	margin: 10px 0;
	transform: rotate(0.04deg);/*M Plus のシャギるのを回避するため*/
}
.top_place {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: baseline;
	margin: 0 0 20px;
}
.top_place li {
	list-style: none;
}
.top_place li p {
	margin: 0;
	line-height: 1;;
}
.top_place li:first-child p{
	font-family: "AribauGrotesk",sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
.top_place li:first-child p span {
	font-size: 48px;
}
.top_place li:last-child p {
	font-size: 20px;
	font-weight: bold;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.04deg);/*M Plus のシャギるのを回避するため*/
}
.top_place li:last-child p:before {
	content: url(../images/common/map_icon.svg);
	margin-right: 5px;
}
/* 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: 1100px;
	margin: 0 auto;
	padding: 65px 0 0;
	text-align: center;
	line-height: 1.5
}
#message p {
	line-height: 2em;
}

/* greeting */
#greeting {
	background: url(../images/common/greeting_bg.jpg)no-repeat top center/cover;
	padding: 65px 0;
	min-width: 1100px;
}
#greeting p {
	line-height: 2em;
	color: #35006A;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 16px;
}
#greeting .movie_img {
	width: 500px;
	height: 280px;
	background: #ccc;
	margin: 0 auto 20px;
	max-width: 95%;
}
#greeting .movie {
	display: flex;
	justify-content: center;
}
#greeting .movie iframe {
	max-width: 100%;
	border: none;
}

/* speaker */
#speaker {
	min-width: 1100px;
	padding: 80px 0;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(123, 49, 213, 1), rgba(207, 143, 223, 1));
	border-radius: 40px;
}
#speaker h2 {
	color: var(--white);
	margin: 0 0 80px;
}
#speaker h2:before {
	background: var(--white);
}
#speaker h3 {
	color: var(--white);
	font-family: "AribauGrotesk",sans-serif;
	font-size: 22px;
	text-align: center;
}
#speaker ul.speaker_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 20px;
	list-style: none;
}

#speaker ul.speaker_list li {
	width: 200px;
	text-align: center;
	color: var(--white);
}
#speaker ul.speaker_list:first-of-type {
	gap: 40px 20px;
}
#speaker ul.speaker_list:first-of-type li:nth-child(1), 
#speaker ul.speaker_list:first-of-type li:nth-child(2), 
#speaker ul.speaker_list:first-of-type li:nth-child(3),
#speaker ul.speaker_list:first-of-type li:nth-child(4) {
	width: 250px;
}
#speaker ul.speaker_list:first-of-type li:nth-child(1) p.name, 
#speaker ul.speaker_list:first-of-type li:nth-child(2) p.name, 
#speaker ul.speaker_list:first-of-type li:nth-child(3) p.name,
#speaker ul.speaker_list:first-of-type li:nth-child(4) p.name {
	font-size: 27px;
}
#speaker ul.speaker_list:first-of-type li:nth-child(1) p.position, 
#speaker ul.speaker_list:first-of-type li:nth-child(2) p.position, 
#speaker ul.speaker_list:first-of-type li:nth-child(3) p.position,
#speaker ul.speaker_list:first-of-type li:nth-child(4) p.position {
	font-size: 17px;
}
#speaker ul.speaker_list li .speaker_thumbnail {
	width: 100%;
	margin: 0 0 15px;
	display: inline-block;
}
#speaker ul.speaker_list li .speaker_thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
#speaker ul.speaker_list li p {
	color: var(--white);
}
#speaker ul.speaker_list li p.name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}
#speaker ul.speaker_list li p.name span {
	font-size: 18px;
	margin-left: 7px;
}
#speaker ul.speaker_list li p.position {
	font-size: 14px;
	line-height: 1.6;
	font-family: "M PLUS 1p", sans-serif;	
}

/* outline */
#outline {
	min-width: 1100px;
	background-image: linear-gradient(180deg, rgba(235, 239, 255, 1), rgba(235, 239, 255, 1) 15%,rgba(255, 200, 149, 1));
	padding: 80px 0;
	color: var(--outline-color);
}
#outline .wrap {
	padding: 65px;
	box-sizing: border-box;
	background: var(--white);
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
}
#outline h2 {
	color: var(--outline-title);
}
#outline h2:before {
	background: var(--outline-title);
}
#outline .txt {
	width: 60%;
}
#outline table {
	margin: 0 auto;
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
}
#outline table tr th {
	width: 130px;
	font-weight: normal;
	padding: 12px 0 12px 10px;
	color: var(--outline-table-color);
	vertical-align: top;
	font-size: 16px;
	transform: rotate(0.04deg);/*M Plus のシャギるのを回避するため*/
}
#outline table tr:first-child th {
	border-top: none;
}
#outline table tr td {
	padding: 12px 0;
	font-size: 16px;
	transform: rotate(0.04deg);/*M Plus のシャギるのを回避するため*/
}
#outline table tr td span {
	font-size: 12px;
}
#outline table tr:first-child td {
	border-top: none;
}
#outline .map {
	width: 38%;
}
#outline .map iframe {
	width: 100%;
	border-radius: 20px;
}
#outline .wrap.faq {
	display: block;
}

/* topics */
#topics .wrap {
	padding: 65px 0;
}
ul.topics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.topics li {
	width: 320px;
	background-color: var(--topics-bg);
	list-style: none;
	margin: 20px 20px;
	box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1);
}
ul.topics li .thumbnail {
	max-height: 180px;
	overflow: hidden;
}
ul.topics li .thumbnail img {
	width: 100%;
}
ul.topics li .description {
	padding: 10px 10px;
	font-size: 16px;
	color: var(--topics-discription);
}

/* program */
#program {
	background-color: var(--program-bg);
	padding: 80px 0;
	min-width: 1100px;
}
#program .wrap .title-container {
	background-color: var(--program-bg);;
	padding: 65px 0 40px;
	margin-bottom: 20px;
}
#program .wrap .title-container h3 {
	margin-bottom: 0;
}
#program h2 {
	color: var(--darkpurple);
}
#program h2:before {
	background: var(--darkpurple);
}

/* expo */
#expo{
	min-width: 1100px;
	padding: 80px 0;
	width: 100%;
	background-image: linear-gradient(180deg,  rgba(97, 26, 189, 1), rgba(162, 86, 147, 1) 37%, rgba(201, 127, 99, 1));
}
#expo h2 {
	color: var(--white);
	margin: 0 0 80px;
}
#expo h2:before {
	background: var(--white);
}
#expo p {
	color: var(--white);
	font-family: "M PLUS 1p", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
#expo .expo_img {
	width: 800px;
	max-width: 90%;
	margin: 40px auto;
}
#expo .expo_img img {
	width: 100%;
	height: auto;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.d-demo__wrap {
	display: flex;
	overflow: hidden;
}

.d-demo__list {
	display: flex;
	list-style: none;
	gap:30px;
	align-items: center;
}

.d-demo__list-left{
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
	margin-left: 30px;
}

.d-demo__item {
	width: calc(100vw / 6);
	text-align: center;
	background: var(--white);
	border-radius: 20px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-demo__item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-demo__item img {
	width: 70%;
	height: auto;
}
.classmethod_mixpanel a img {
	width: 100%;
	height: auto;
}
.classmethod_mixpanel a img.mixpanel {
	width: 90%;
}
.d-demo__item img.unerry {
	width: 60%;
}
.d-demo__item img.csq {
	width: 60%;
}
.d-demo__item img.soramichi {
	width: 60%;
}
.d-demo__item img.breathe {
	width: 55%;
} 

/* sponsor */

#sponsor{
	min-width: 1100px;
	padding: 80px 0;
	width: 100%;
	background: url(../images/common/sponsor_bg02.jpg) no-repeat center /cover;
}
#sponsor h2 {
	color: var(--darkpurple);
	margin: 0 0 80px;
}
#sponsor h2:before {
	background: var(--darkpurple);
}
#sponsor h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 40px auto;
	display: flex;
	font-family: "AribauGrotesk",sans-serif;
	justify-content: center;
	width: 400px;
	color: var(--purple);
}
#sponsor h3:before {
	content: "";
	width: 75px;
	height: 3px;
	bottom: 0;
	top: 0;
	margin: auto;
	background: var(--purple);
}
#sponsor h3:after{
	content: "";
	width: 75px;
	height: 3px;
	bottom: 0;
	top: 0;
	margin: auto;
	background: var(--purple);
}
#sponsor h3.platinum {
	color: #3B4675;
}
#sponsor h3.platinum:before,
#sponsor h3.platinum:after {
	background: #3B4675;
}
#sponsor h3.gold {
	color: #8F8D39;
}
#sponsor h3.gold:before,
#sponsor h3.gold:after {
	background: #8F8D39;
}
#sponsor h3.silver {
	color: #767676;
}
#sponsor h3.silver:before,
#sponsor h3.silver:after {
	background: #767676;
}
#sponsor h3.bronze {
	color: #7E4F09;
}
#sponsor h3.bronze:before,
#sponsor h3.bronze:after {
	background: #7E4F09;
}

#sponsor ul.sponsor_list {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
	margin: 60px 0;
	align-items: center;
}
#sponsor ul.sponsor_list li img {
	width: 100%;
	height: auto;
}
#sponsor ul.sponsor_list li a:hover img {
	opacity: 0.7;
}
#sponsor ul.sponsor_list.platinum {
	gap: 80px 120px;
}
#sponsor ul.sponsor_list.platinum li {
	width: 28%;
}
#sponsor ul.sponsor_list.gold li {
	width: 24%;
}
#sponsor ul.sponsor_list.silver {
	gap: 80px 120px;
}
#sponsor ul.sponsor_list.silver li {
	width: 25%;
	text-align: center;
}
#sponsor .sponsor_list li img.accenture {
	width: 90%;
}
#sponsor .sponsor_list li img.unerry {
	width: 80%;
}
#sponsor .sponsor_list li img.csq {
	width: 75%;
}
#sponsor .sponsor_list li img.soramichi {
	width: 75%;
}
#sponsor .sponsor_list li img.breathe {
	width: 80%;
}



/* 3列の場合 */
#sponsor ul.sponsor_list.bronze {
	gap: 80px 70px;
	margin-bottom: 80px;
}
#sponsor ul.sponsor_list.bronze li {
	width: 20%;
	text-align: center;
}
#sponsor ul.sponsor_list.bronze li img {
	width: 100%;
}
#sponsor ul.sponsor_list.bronze li img.adjust{
	width: 80%;
}

#sponsor ul.sponsor_list.bronze li img.aws{
	width: 55%;
}
#sponsor ul.sponsor_list.bronze li img.shopify{
	width: 90%;
}
#sponsor ul.sponsor_list.bronze li img.del{
	width: 90%;
}
#sponsor ul.sponsor_list.bronze li img.yappli{
	width: 70%;
}
#sponsor ul.sponsor_list.bronze li img.wpp {
	width: 70%;
}
#sponsor ul.sponsor_list.bronze li img.directus {
	width: 85%;
}
#sponsor ul.sponsor_list.bronze li img.niandc {
	width: 75%;
}

#sponsor ul.sponsor_list.media {
	gap: 60px 90px;
}
#sponsor ul.sponsor_list.media li {
	width: 15%;
}
#sponsor ul.sponsor_list.media li img.markezine {
	width: 90%;
}

/* faq */
#faq {
	margin: 40px 0 0;
}
#faq .wrap {
	flex-wrap: wrap;
}
#faq h2 {
	width: 100%;
	font-size: 31px;
	font-weight: normal;
	color: var(--black);
}
#faq h2:before {
	display: none;
}
#faq .faq_list {
	padding: 0;
	list-style: none;
	width: 750px;
	margin: 0 auto;
}
#faq .faq_list .faq_item {
	padding:0 10px;
	border-bottom: dashed #000 1px;
}
#faq .faq_list .faq_item:first-child {
	border-top: dashed #000 1px;
}
#faq .faq_list .faq_item p {
	margin: 18px 0;
	font-size: 16px;
	color: var(--black);
	line-height: 1.4;
	font-weight: normal;
	font-family: "M PLUS 1p", sans-serif;
}
#faq .faq_list .faq_item ul {
	list-style: none;
	margin: 0 0 20px;
}
#faq .faq_list .faq_item ul li {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	font-family: "M PLUS 1p", sans-serif;
}
#faq .faq_list .faq_item ul li:before {
	content: "・";
	left: 0;
	position: absolute;
}
#faq .faq_list .question {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: normal;
	padding: 0;
	font-family: "M PLUS 1p", sans-serif;
}
#faq .faq_list .question:hover {
	cursor: pointer;
}
/*#faq .faq_list .question::before {*/
/*	content: "\f35a";*/
/*	display: grid;*/
/*	margin: 0 5px 0 0;*/
/*	font-family:"Font Awesome 5 Free";*/
/*	color: #2d0166;*/
/*}*/
#faq .faq_list .answer {
	align-items: center;
	display:none;
	padding-left: 35px;
	position: relative;
}
#faq .faq_list .answer p:before{
	content: "A.";
	margin: 0 5px 0 0;
	color: var(--purple);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: -2px;
	left: -30px;
	font-family: "AribauGrotesk", Sans-Serif;
}
#faq .faq_list .answer ul:before {
	content: "A.";
	margin: 0 5px 0 0;
	color: var(--purple);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: -2px;
	left: 6px;
	font-family: "AribauGrotesk", Sans-Serif;
}

#faq .faq_footer_txt {
	text-align: center;
	font-size: 16px;
	color: #2d0166;
	line-height: 1.8;
	margin: 20px 0;
}

/* register */
div.register {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
}
div.register .box-button {
	width: 310px;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
}
