@charset "utf-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* 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: 700px;
	background: url(../images/top/mv_bg.png) no-repeat center bottom/cover;
	background: url(../images/top/mv_bg.webp) no-repeat center bottom/cover;
}


@media only screen and (max-width: 1099px) {
	header div.title {
		min-width: 100%;
	}
}
header div.title h1 {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	border: none;
	padding: 0;
	width: 1000px;
	max-width: 95%;
}

header div.title h1 img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
header div.title .value {
	font-weight: 900;
	font-size: 96px;
	margin: 20px 0;
}
header div.title .date {
	font-weight: 900;
	font-size: 64px;
	margin: 0;
}

/* 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%;
	background: #0a0504;
	margin: 0 auto;
	padding: 65px 0;
	text-align: center;
	line-height: 1.5
}
#message .message_title {
	font-size: 110px;
  font-weight: 500;
  background: linear-gradient(to right, #A03291, #FF7C66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-family: "Poppins", sans-serif;
	font-style: italic;
	margin: 0 0 40px;
}
#message h2 {
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 40px;
	color: var(--white);
}
@media only screen and (max-width: 820px) {
	#message h2 {
		font-size: 35px;
	}
}
#message p {
	line-height: 2em;
	color: var(--white);
	font-size: 20px;
	font-weight: 400;
}
@media only screen and (max-width: 820px) {
	#message p {
		text-align: left;
		padding: 0 15px;
	}
}
#message p em {
	font-style: normal;
	font-weight: 500;
}
#message .maintenance_box {
	border: 1px solid #fff;
	width: 70%;
	margin: 0 auto;
	padding: 20px;
}
@media only screen and (max-width: 820px) {
	#message .maintenance_box {
		width: 98%;
		padding: 10px;
	}
}
/* merit */

	#merit {
       background-image: url("../images/top/merit_bg.png"); 
       background-size: cover; 
       background-position: center; 
      padding: 80px 0;
    }
 
    #merit .wrap {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0;
    }
    @media only screen and (max-width: 1099px) {
    	#merit .wrap {
	      max-width: 100%;
	    }
    }
 
    #merit h2 {
      font-size: 40px;
      font-weight: 700;
      color:var(--coral);
      margin-bottom: 48px;
      text-align: left;
      
    }
 
    /* ===== カードグリッド ===== */
    .merit-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
 
    .merit-card {
      background: var(--white);
       border-radius: 0 50px 0 50px;
      padding: 30px 20px;
      text-align: center;
    }
 
    .merit-card .icon {
     width: 50px;
     margin: 0 auto 16px;
    }
    .merit-card .icon img {
    	width: 100%;
    	height: auto;
    }
 
    .merit-card h3 {
      font-size: 20px;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 12px;
    }
 
    .merit-card p {
      font-size: 16px;
      color: var(--black);
      line-height: 1.8;
      text-align: left;
      margin: 0;
    }
 
    /* ===== レスポンシブ ===== */
    @media (max-width: 768px) {
      .merit-grid {
        grid-template-columns: 1fr;
      }
 
      #merit h2 {
        font-size: 24px;
      }
    }

/* greeting */
#greeting {
	padding: 65px 0;
	min-width: 1100px;
}
@media only screen and (max-width: 1099px) {
	#greeting {
		min-width: 100%;
	}
}
#greeting p {
	line-height: 2em;
	font-size: 20px;
	font-weight: 400;
}
#greeting p em {
	font-style: normal;
	font-weight: 500;
}

/* outline */
#outline {
	background: #000;
	padding: 0 0 65px;
	min-width: 1100px;
}
@media only screen and (max-width: 1099px) {
	#outline {
		min-width: 100%;
	}
}

#outline h2,
#partner .partner-summit-outline h2 {
      font-size: 40px;
      font-weight: 700;
      color:var(--coral);
      margin-bottom: 48px;
      text-align: left;
}
#outline .wrap,
.partner-summit-outline .wrap {
	padding: 0 0 65px;
}
#outline dl,
.partner-summit-outline dl {
	border-bottom: 1px solid var(--coral);
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
}
#outline dl dt,
.partner-summit-outline dl dt {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px;
	color: var(--white);
}
#outline dl dd,
.partner-summit-outline dl dt {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
	color: var(--white);
	width: 100%;
}
#outline dl dd a,
.partner-summit-outline dl dd a{
	color: var(--white);
	text-decoration: underline;
	transition: 0.5s;
}
#outline dl dd a:hover,
.partner-summit-outline dl dd a:hover{
	text-decoration: none;
}
#outline table,
.partner-summit-outline table {
	margin: 0 auto;
	width: 85%;
}
#outline table tr th,
.partner-summit-outline table tr th {
	width: 130px;
	font-weight: bold;
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0 12px 10px;
	color: var(--outline-table-color);
	vertical-align: middle;
}
#outline table tr:first-child th,
.partner-summit-outline table tr:first-child th {
	border-top: none;
}
#outline table tr td,
.partner-summit-outline table tr td {
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0;
}
#outline table tr:first-child td {
	border-top: none;
}

/* 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: #0A0504;
	padding: 65px 0;
	min-width: 1100px;
}
@media only screen and (max-width: 1099px) {
	#program {
		min-width: 100%;
	}
}
#program h2 {
      font-size: 40px;
      font-weight: 700;
      color:var(--coral);
      margin-bottom: 48px;
      text-align: left;
}
#program .wrap .title-container {
	background-color: var(--program-bg);;
	padding: 65px 0 40px;
	margin-bottom: 20px;
}
#program .wrap .title-container h3 {
	margin-bottom: 0;
}

/* speaker */
#speaker {
	background: url(../images/top/speaker_bg.png)no-repeat center/cover, #0A0504;
	padding: 65px 0;
	min-width: 1100px;
}
@media only screen and (max-width: 1099px) {
	#speaker {
		min-width: 100%;
	}
}
#speaker h2 {
      font-size: 40px;
      font-weight: 700;
      color:var(--coral);
      margin-bottom: 48px;
      text-align: left;
}
#speaker h3 {
	font-size: 16px;
	font-weight: bold;
	color: var(--white);
	line-height: 1.8;
	margin: 0 0 40px;
}
#speaker h3 span {
	border-bottom: 2px solid #fff;
}
ul.speaker_list {
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px;
	list-style: none;
	margin: 0 0 100px;
}
@media only screen and (max-width: 1099px) {
	ul.speaker_list {
	    gap: 15px;
	}
}
ul.speaker_list li {
	width: 235px;
	background: var(--white);
	list-style: none;
	border-radius: 30px 0 30px 0;
}
@media only screen and (max-width: 1099px) {
	ul.speaker_list li {
		width: 23%;
	}
}
ul.speaker_list li a {
	display: block;
	width: 100%;
	transition: 0.6s;
}
ul.speaker_list li a.non-link,
ul.speaker_list li a.non-link * {
	pointer-events: none!important;
	cursor: default!important;
}
ul.speaker_list li a:hover {
	text-decoration: none;
	opacity: 0.5;
}
ul.speaker_list li a.non-link:hover {
	opacity: 1;
}
ul.speaker_list li .thumbnail {
	border-radius: 30px 0 0 0;
	overflow: hidden;
}
ul.speaker_list li .thumbnail img {
	width: 100%;
	height: auto;
}
ul.speaker_list li .speaker_txt {
	padding: 15px;
}
ul.speaker_list li .speaker_txt .name {
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
	margin: 0 0 15px;
	font-feature-settings: "palt";
}
ul.speaker_list li .speaker_txt .position {
	font-size: 14px;
	font-weight: normal;
	color: var(--black);
	margin: 0;
}
ul.speaker_list li.has-profile {
	cursor: pointer ;
}

/* sponsor */
#sponsor {
	background: #000;
	padding: 65px 0;
	min-width: 1100px;
}
#sponsor .sponsor-area {
	background-color: #fff;
	color: var(--main-font-color);
	padding: 20px;
}
@media only screen and (max-width: 1099px) {
	#sponsor {
		min-width: 100%;
	}
}

#sponsor h2 {
      font-size: 40px;
      font-weight: 700;
      color:var(--coral);
      margin-bottom: 48px;
      text-align: left;
}
#sponsor h3 {
	font-size: 30px;
	font-weight: bold;
	/*color: var(--white);*/
	margin: 15px auto 20px;
	padding: 10px 20px;
	width: 95%;

}
#sponsor .sponsor-area h3.diamond {
	background-color: #D5EFFF;
}
#sponsor .sponsor-area h3.platinum {
	background-color: #CFD9E3;
}
#sponsor .sponsor-area h3.gold {
	background-color: #FDEDBC;
}
#sponsor .sponsor-area h3.global {
	background-color: #FFBEB3;
}
#sponsor .sponsor-area h3.bronze {
	background-color: #ECDCD2;
}
#sponsor p.sponsor_txt {
	color: var(--white);
	font-size: 16px;
	margin: 0 0 50px; 
}
#sponsor hr {
	border: none;
	/*border-top: 1px solid var(--coral);*/
	margin: 100px 0;
}
.sponsor_list {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	list-style: none;
}
@media only screen and (max-width: 820px) {
	.sponsor_list {
		gap: 25px;
	}	
	
}
.sponsor_list.customer{
	margin-bottom: 200px;
}
@media only screen and (max-width: 820px) {
	.sponsor_list.customer{
		margin-bottom: 100px;
	}	
}
.sponsor_list.global {
	gap: 35px;
}
.sponsor_list.bronze {
	gap: 40px;
	margin-bottom: 100px;
}
@media only screen and (max-width: 820px) {
	.sponsor_list.bronze {
		gap: 20px;
	}
}
.sponsor_list li {
	width: 500px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 1099px) {
	.sponsor_list li {
		width: 46%;
	}
}

.sponsor_list.gold li {
	width: 323px;
	/*width: 300px;*/
	min-height: auto;
}
@media only screen and (max-width: 1099px) {
	.sponsor_list.gold li {
		width: 40%;
	}
}
.sponsor_list.global li {
	/*width: 238px;*/
	width: 320px;
	min-height: auto;
}
@media only screen and (max-width: 1099px) {
	.sponsor_list.global li {
		width: 52%;
	}
}
.sponsor_list.bronze li {
	width: 180px;
	min-height: auto;
}
@media only screen and (max-width: 820px) {
	.sponsor_list.bronze li {
		width: 23%;
	}
}
.sponsor_list li .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: var(--white);
	border-radius: 30px 0 30px 0;
	text-align: center;
	padding: 25px 0;
	height: 100%;
	flex-wrap: wrap;
}
.sponsor_list li .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.sponsor_list.diamond li .logo img {
	width: 70%;
}
.sponsor_list.platinum li .logo img {
	width: 70%;
}
.sponsor_list.gold li .logo img {
	width: 80%;
}
.sponsor_list.global li .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.sponsor_list.diamond,
.sponsor_list.platinum,
.sponsor_list.gold,
.sponsor_list.global{
	margin: 60px 0;
	display: flex;
}
.sponsor_list.diamond {
	justify-content: center;
}

.sponsor_list.diamond li .logo,
.sponsor_list.platinum li .logo,
.sponsor_list.gold li .logo,
.sponsor_list.global li .logo,
.sponsor_list.bronze li .logo{
	padding: 15px 0 0;
}
@media only screen and (max-width: 820px) {
	.sponsor_list.diamond li .logo,
	.sponsor_list.platinum li .logo,
	.sponsor_list.gold li .logo,
	.sponsor_list.global li .logo,
	.sponsor_list.bronze li .logo{
		padding: 15px 20px;
	}
}
.sponsor_list.bronze li .logo img {
	max-width: 90%;
}

.sponsor_list.diamond li .logo a,
.sponsor_list.platinum li .logo a,
.sponsor_list.gold li .logo a,
.sponsor_list.global li .logo a,
.sponsor_list.bronze li .logo a {
	/*border-bottom: 1px solid #ccc;*/
	width: 90%;
	padding: 0 0 25px;
	transition: 0.6s;
}
.sponsor_list li .logo a:hover {
	opacity: 0.7;
}
.sponsor_list.platinum li .logo a {
	min-height: 146px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsor_list.gold li .logo a {
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsor_list.diamond li .logo p,
.sponsor_list.platinum li .logo p,
.sponsor_list.gold li .logo p,
.sponsor_list.global li .logo p,
.sponsor_list.bronze li .logo p{
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.sponsor_list.diamond li .logo .tag,
.sponsor_list.platinum li .logo .tag,
.sponsor_list.gold li .logo .tag,
.sponsor_list.global li .logo .tag,
.sponsor_list.bronze li .logo .tag{
	width: 100%;
	display: flex;
	justify-content: center;
	display: none;
}
.sponsor_list.diamond li .logo .tag span {
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 7px;
	background: #EAF7FF;
}
.sponsor_list.platinum li .logo .tag span {
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 7px;
	background: #E1E6EB;
}
.sponsor_list.gold li .logo .tag span {
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 7px;
	background: #FDEDBC;
}
.sponsor_list.global li .logo .tag span {
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 7px;
	background: #F1F1F1;
}
.sponsor_list.bronze li .logo .tag span {
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 7px;
	background: #EDAC87;
}
.sponsor_list li p.privacy {
	margin: 5px 0 15px;
}
.sponsor_list li p.privacy a {
	color: var(--main-font-color);
	font-size: 12px;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 20px;
	text-align: center;
}
.sponsor_list li p.privacy a:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/common/privacy_icon.svg) no-repeat center/cover;
	position: absolute;
	left: 0;
	top: 1px;
	bottom: 0;
	margin: auto;
} 
.sponsor_list li p.privacy a:hover {
	text-decoration: underline;
}
.sponsor_list li .logo img.vorn {
	width: 60%;
}
.sponsor_list li .logo img.ps {
	width: 50%;
}
.sponsor_list li .logo img.aws {
	/*width: 60%;*/
	width: 45%;
}
.sponsor_list li .logo img.infosys {
	width: 60%;
}
.sponsor_list li .logo img.fpt {
	width: 55%;
}

/* 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 var(--faq-border) 1px;
}
#faq .faq_list .faq_item p {
	margin: 18px 0;
	font-size: 18px;
}
#faq .faq_list .question {
	display: flex;
	align-items: center;
	color: var(--faq-color);
	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: var(--faq-question-icon-font);
	background-color: var(--faq-question-icon-bg);
}
#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: var(--faq-answer-icon-font);
	background-color: var(--faq-answer-icon-bg);
}

/* 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;
}

/* slide */

    /* ===== Slider ===== */
    .slider {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      background: #000;
      padding: 0 0 40px;
    }
 
    .slider-track {
      display: flex;
      gap: 16px;
      animation: slide 12s linear infinite;
      /* 幅はautoで自然に並ぶ */
      width: max-content;
    }
 
    .slide {
      /* 4枚見えるよう、コンテナの約25%から gap分を引いた幅 */
      width: calc((1100px - 16px * 3) / 4);
      flex-shrink: 0;
    }
 
    .slide img {
      width: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      border-radius: 12px;
      display: block;
    }
 
    /* 仮のダミー表示 */
    .slide-dummy {
      width: 100%;
      height: 220px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
    }
 
    /* ===== アニメーション ===== */
    /* 4枚 + gap分 を1セットとして左にずらしてループ */
    @keyframes slide {
      0%   { transform: translateX(0); }
      100% { transform: translateX(calc(-1 * ((1100px - 16px * 3) / 4 * 4 + 16px * 4))); }
    }

/* partner */
#partner {
	background: #000;
}
#partner .wrap {
	display: flex;
	justify-content: space-between;
	margin-top: -70px;
	padding-top: 70px;
}
#partner .left_area {
	width: 55%;
	padding: 40px 0;
}
#partner .left_area  img {
	width: 100%;
	height: auto;
}
#partner .left_area p{
	text-align: center;
	font-weight: bold;
	font-size: 55px;
	margin: 0;
	color: var(--white);
}
#partner .left_area p.subtitle_txt{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 20px;
	color: #FF9D8C;
}
#partner .left_area .subtitle {
	width: 550px;
	border-radius: 40px;
	background: #FF9D8C;
	color: #072B55;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding: 15px 0;
	margin: 0 auto 20px;
	font-feature-settings: "palt";
	max-width: 100%;
}
@media only screen and (max-width: 820px) {
	#partner .left_area .subtitle {
		width: 100%;
		font-size: 22px;
		margin: 10px auto 0;
	}
}
#partner .right_area {
	width: 40%;
}
#partner .right_area img {
	width: 100%;
	height: auto;
}
#partner .right_area .subtitle.sp {
	display: none;
}
#partner .partner_summit_text {
	width: 100%;
	background: url(../images/top/partner_summit_bg.jpg) no-repeat top center/cover;
	/*padding: 200px 0 100px;*/
	padding: 120px 0 100px;
}
#partner .partner-link {
	margin: 70px auto 30px;
    display: flex;
    justify-content: center;
    gap: 95px;
    list-style: none;
}
#partner .partner-link .registration a.box-button {
	border: none;
	padding: 15px 70px;
	color: #072B55;
	font-weight: bold;
}
@media only screen and (max-width: 820px) {
	#partner .partner_summit_text {
		padding: 100px 0 50px;
		width: 98%;
		margin: 0 auto;
	}
}
#partner .partner_summit_text h2 {
	font-size: 48px;
	font-weight: bold;
	color: var(--white);
	margin: 0 0 40px;
	text-align: center;
	line-height: 1.4;
}
#partner .partner-summit-outline h2 {
      font-size: 40px;
      font-weight: 700;
      color:var(--coral);
      margin-bottom: 10px;
      text-align: left;
}

#partner .partner-summit-outline .wrap {
	padding: 0 0 65px;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

#partner .partner-summit-outline dl {
	/*border-bottom: 1px solid var(--coral);*/
	border-bottom:none;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
}
#partner .partner-summit-outline dl dt {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px;
	color: var(--white);
}

#partner .partner-summit-outline dl dt {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
	color: var(--white);
	width: 100%;
	font-weight: bold;
}
#partner .partner-summit-outline dl dd {
	color: var(--white);
}

#partner .partner-summit-outline dl dd a{
	color: var(--white);
	text-decoration: underline;
	transition: 0.5s;
}

#partner .partner-summit-outline dl dd a:hover{
	text-decoration: none;
}

#partner .partner-summit-outline table {
	margin: 0 auto;
	width: 85%;
}

#partner .partner-summit-outline table tr th {
	width: 130px;
	font-weight: bold;
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0 12px 10px;
	color: var(--outline-table-color);
	vertical-align: middle;
}

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

#partner .partner-summit-outline table tr td {
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0;
}
@media only screen and (max-width: 820px) {
	#partner .partner_summit_text h2 {
		font-size: 32px;
		margin: 0 0 20px;
	}
}
#partner .partner_summit_text p {
	text-align: center;
	font-size: 20px;
	color: var(--white);
	line-height: 1.6;
	margin: 0;
}
/* to registration */
#to_registration {
	width: 100%;
	background: #072B55;
	position: relative;
	padding: 80px 0;
}
#to_registration .linkarea {
	width: 720px;
	border-radius: 30px;
	margin: -120px auto 0;
}
#to_registration .linkarea a {
	display: block;
	width: 100%;
	background: url(../images/top/to_registration_bg.png) no-repeat center top/contain;
	padding: 30px 0;
	text-align: center;
	color: var(--white);
	transition: 0.5s;
}
#to_registration .linkarea a:hover {
	text-decoration: none;
	filter: brightness(0.7);
  transition: filter 0.3s ease;
}
#to_registration .linkarea a h3 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 15px;
}
#to_registration .linkarea a p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}
#to_registration .linkarea a .linkbtn {
	width: 170px;
	margin: 15px auto 0;
	border-radius: 40px;
	background: #072B55;
	color: var(--white);
	font-size: 18px;
	padding: 10px 0;
}

 /* speaker profile modal */
  .speaker-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        align-items: center;
        justify-content: center;
  }
  @keyframes speakerfadein {
        from { opacity: 0; }
        to   { opacity: 1; }
  }
  .speaker-modal-content {
        background: var(--white);
        border-radius: 8px;
        width: 660px;
        max-width: 90%;
        max-height: 80vh;
        overflow-y: auto;
        position: relative;
        padding: 40px;
  }
  .speaker-modal-close {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        color: var(--black);
        line-height: 1;
  }
  .speaker-modal-close:hover {
        color: var(--coral);
  }
  .speaker-modal-inner {
        /*display: flex;*/
        gap: 15px;
        flex-wrap: wrap;
        padding: 45px;
        /*overflow-y: auto;*/
        flex-direction: column;
        
  }
  .speaker_title {
  	width: 100%;
  	font-size: 20px;
  padding: 10px;
  margin: 0 0 15px 0;
  background-color: #f0f0f0;
  background: #A13391;
  background: linear-gradient(90deg,rgba(161, 51, 145, 1) 0%, rgba(254, 123, 102, 1) 100%);
  color: var(--white);
  font-weight: bold;
  border-radius: 5px;
  }
  .speaker_subtitle {
  	width: 100%;
  	font-weight: bold;
  	color: var(--white);
  	margin: 0 0 20px 0;
  	font-size: 16px;
  }
  .speaker_subtitle span {
  	border-bottom: 3px solid var(--white);
  }
  .speaker_overflow {
  	background: var(--white);
  	border-radius: 15px;
  	padding: 20px 15px;
  	display: flex;
  	gap: 30px;
  	max-height: 315px;
    overflow-y: auto;
  }
  .speaker-modal-img {
        width: 80px;
        flex-shrink: 0;
  }
  .speaker-modal-img img {
        border-radius: 50%;
		  width: 100%;
		  height: auto;
  }
  .speaker-modal-info .name {
        font-size: 18px;
        font-weight: bold;
        color: var(--black);
        margin: 0 0 10px;
  }
  .speaker-modal-info .position {
        font-size: 14px;
        color: var(--black);
        margin: 0 0 20px;
        line-height: 1.6;
  }
  .speaker-modal-info .profile-text p {
        font-size: 14px;
        line-height: 1.8;
        color: var(--black);
        margin: 0;
  }
  .speaker-modal-info .profile-text p.mb20 {
  	margin-bottom: 20px;
  }
  ul.speaker_list li.has-profile .profile-btn {
        display: block;
        width: 100%;
        background: var(--coral);
        color: var(--white);
        border: none;
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 0 0 30px 0;
        transition: 0.3s;
  }
  ul.speaker_list li.has-profile .profile-btn:hover {
        filter: brightness(0.85);
  }
#speaker .has-profile a:hover {
	underline: solid 2px #fff;
}

#speaker .speaker-modal-inner {
	color: #fff;
	display: flex;
	flex-direction: column;
}
