@charset "utf-8";

/* ================ Reset ================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;box-sizing: border-box;font-weight: normal;font-style: normal;}
body {
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
}

html{
	overflow-x: hidden;
	overflow-y: scroll;
}
body{
	padding-right: 0!important;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul, ul, nav ol, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:rgba( 100, 100, 100, 0.5 );
	text-decoration: none;
	color: #000;
}
a, a:before, a:after{
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
a:hover {
	opacity: 0.8;
}
.circle{
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
button {
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
img{
	vertical-align: bottom;
	border: 0;
	max-width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.sp_br{
	display: none;
}
/* =================== */

.category.cat01{
	/* バイオ・ライフサイエンス/ヘルスケア */
	--category-color: #e05b00;
}
.category.cat02{
	/* グリーンテック */
	--category-color: #047878;
}
.category.cat03{
	/* デジタル */
	--category-color: #0068b5;
}
.category.cat04{
	/* キーノート */
	--category-color: #ab1f26;
}
.category.cat05{
	/* スポンサー */
	--category-color: #141414;
}
.category.cat06{
	/* スペシャル　エコシステム */
	--category-color: #09a7dc;
}

/* =================== */

header{
	background: url("../img/bg_header.png") top center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 15px 10px;
	position: relative;
	z-index: 10;
}
header .logo{
	width: 260px;
	margin: 0 0 0 20px;
	display: flex;

}
header .lang{
	display: flex;
}
header .lang li{
	position: relative;
	padding: 0 0 0 5px ;
}
header .lang li:first-child{
	padding: 0 10px 0 0 ;
	margin: 0 5px 0 0;
}
header .lang li:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -1px;
  top: 10px;
  background: #b0d4f7;
}

header .lang li a{
	color: #fff;
	font-family: Inter;
	font-weight: 800;
	font-size: 13px;
	padding: 8px 10px;
	text-align: center;
	display: block;
	border-radius: 3px;
}
header .lang li a:hover,
header .lang li a.current{

	color: #00a0d8;
	background: #fff;
}



/*========= 背景動画設定のCSS ===============*/
.mv{
	position: relative;
	background: url("../img/img_kv.png") center center no-repeat #000;
	background-size: cover;
}
.mv .bg_movie{
	position: relative;
	height: 650px;
	text-align: center;
	overflow: hidden;
}
.mv .bg_movie video{
	object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.mv .inner{
	position:absolute;
	z-index: 2;
	width: 100%;
	bottom: 0%;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	padding: 0 0 30px 50px;
}
.mv .inner h1{
	max-width: 796px;
	margin: 0 0 15px;
}
.mv .inner h1 img{
	filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(249deg) brightness(104%) contrast(100%);
}
.mv .inner .txt{
	color: #fff;
	margin: 0 0 10px
}
.mv .inner .date{
	margin: 0 0 10px;
}
.mv .inner .area{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.mv .inner .area span{
	font-size: 20px;
	font-weight: 600;
	position: relative;
	margin: 0 40px 0 0;
}
.mv .inner .area span:after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #00a0d8;
	position: absolute;
	right: -30px;
	top: calc(50% );
}

.mv .inner .fee{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}


/* ----- */
.report{
	padding: 100px 0;
	background: url("../img/bg_report.png") top center no-repeat;
	background-size: cover;
}
.report .ttl{
	max-width: 1200px;
	margin: 0 auto 25px;
}
.report .ttl p{
	width: 400px;
}
.report .ttl h2{
	font-family: Inter;
	font-weight: 800;
	font-size: 80px;
	color: #0096d7;
	line-height: 1;
}

.report .inner{
	max-width: 1050px;
	margin: 0 auto;
}
.report .inner h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #35353a;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 40px;
}
.report .inner h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 5px;
	background: #29a8df;
}

.report .inner .block{
	background: rgba(255, 255, 255, 0.8);
	border:1px solid #000;
	padding: 0 0 40px;
}

.report .inner ul {
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin: 0 0 40px;
}
.report .inner ul li{
	width: 25%;
	text-align: center;
	position: relative;
}
.report .inner ul li:after{
	content: "";
	position: absolute;
	top: 70px;
	right: 0;
	width: 1px;
	height: 160px;
	background: #000;
}
.report .inner ul li .detail .ttl {
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  min-width: 128px;
  min-height: 40px;

  font-size: 15px;
  font-weight: 600;
  color: #000;

  /* 外側（ボーダー） */
  background: #000;

  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}

/* 内側（白背景） */
.report .inner ul li .detail .ttl::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #fff;
  z-index: -1;

  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 11px),
    calc(100% - 11px) 100%,
    11px 100%,
    0 calc(100% - 11px)
  );
}

/* 上罫線を消すマスク */
.report .inner ul li .detail .ttl::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 1px;
	right: 0;
	width: calc(100% - 2px);
	height: 2px;
	background: #fff;
	z-index: 1;
}


.report .inner ul li:last-child:after{
	display: none;
}
.report .inner ul li .detail .pict{
	margin: 0 0 20px;
}

.report .inner ul li .detail .txt{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}
.report .inner ul li .detail .txt b{
	font-size: 34px;
	font-weight: 800;
}
.report .inner ul li .detail .txt span{
	display: block;
	font-weight: 700;
}
.report .inner ul li .detail .txt span b{
	font-size: 24px;
}

.report .inner .block .btn_detail{
	max-width: 360px;
	margin:0 auto; 
	font-size: 17px;
	font-weight: 600;
	background: #0073c9;
	border-radius: 60px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 15px 10px 30px;
	letter-spacing: 1px;
	position: relative;
}

/* テキストを完全中央に */
.report .inner .block .btn_detail .txt{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none; /* クリック判定を邪魔しない */
}
.report .inner .block .btn_detail:hover{
	background: #308ed4;
}

.report .inner .block .btn_detail .circle{
	border-radius: 100px;
	border:1px solid #fff;
	width: 13%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.report .inner .block .btn_detail .arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-top: 5.7px;
  border-radius: 9999px;
  background-color: #ffffff;
}
.report .inner .block .btn_detail .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}


/* ----- */
.comment{
	padding: 100px 0;
	background: url("../img/bg_comment.png") top center no-repeat;
	background-size: cover;
}
.comment .ttl{
	max-width: 1200px;
	margin: 0 auto 25px;
}
.comment .ttl p{
	width: 400px;
}
.comment .ttl p img{
	filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(249deg) brightness(104%) contrast(100%);
}
.comment .ttl h2{
	font-family: Inter;
	font-weight: 800;
	font-size: 80px;
	color: #fff;
	line-height: 1;
}

.comment .inner{
	max-width: 1050px;
	margin: 0 auto;
}
.comment .inner h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #fff;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 46px;
}
.comment .inner h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 5px;
	background: #fff;
}
.comment .inner ul{
	display: flex;
	gap: 30px;
	margin: 0 0 50px;
}
.comment .inner ul li{
	background: rgba(255, 255, 255, 0.8);	
	padding: 0 0 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
  /* 上左右ベベル */
  clip-path: polygon(
    12px 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% 100%,
    0 100%,
    0 12px
  );
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);

}
.comment .inner ul li h4{
	position: relative;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
}
/*
.comment .inner ul li h4 span{
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  min-width: 128px;
  min-height: 40px;

  font-size: 15px;
  font-weight: 600;
  color: #000;

  background: #000;

  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
}

.comment .inner ul li h4 span::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #fff;
  z-index: -1;

  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 11px),
    calc(100% - 11px) 100%,
    11px 100%,
    0 calc(100% - 11px)
  );
}

.comment .inner ul li h4 span::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 1px;
	right: 0;
	width: calc(100% - 2px);
	height: 2px;
	background: #fff;
	z-index: 1;
}
*/

.comment .inner ul li .photo img{
	width: 100%;
}

.comment .inner ul li .detail{
	padding: 20px;
}


.comment .inner ul li .detail .category{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 20px;
	background: linear-gradient(135deg,transparent 0,transparent 7px,var(--category-color) 7px);
}
.comment .inner ul li .detail .company{
	font-size: 20px;
	font-weight: 600;
}
.comment .inner ul li .detail .name{
	font-size: 14px;
	margin: 0 0 15px;
}
.comment .inner ul li .detail .txt{
	font-size: 14px;
}
.comment .inner ul li .btn_detail{
	margin: auto 20px 0 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	letter-spacing: 1px;
	gap: 10px;
}

.comment .inner ul li .btn_detail .circle{
	border-radius: 100px;
	border:1px solid #fff;
	width: 13%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0096d7;
}
.comment .inner ul li .btn_detail:hover .circle{
	opacity: 0.6;
}
.comment .inner ul li .btn_detail .arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-top: 5.7px;
  border-radius: 9999px;
  background-color: #ffffff;
}
.comment .inner ul li .btn_detail .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}


.comment .inner .btn_about{
	max-width: 360px;
	margin:0 auto; 
	font-size: 17px;
	font-weight: 600;
	background: #0073c9;
	border-radius: 60px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 15px 10px 30px;
	letter-spacing: 1px;
	position: relative;
}

/* テキストを完全中央に */
.comment .inner .btn_about .txt{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none; /* クリック判定を邪魔しない */
}
.comment .inner .btn_about:hover{
	background: #308ed4;
}

.comment .inner .btn_about .circle{
	border-radius: 100px;
	border:1px solid #fff;
	width: 13%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comment .inner .btn_about .arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-top: 5.7px;
  border-radius: 9999px;
  background-color: #ffffff;
}
.comment .inner .btn_about .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}


/* contents -------------------- */
.contents{
	background: url("../img/bg_contents.png") top center no-repeat;
	background-size: 100% auto;
	padding: 100px 0;
}

/* info */
.contents .information{
	max-width: 1200px;
	margin: 0 auto 100px;
	background: url("../img/bg_information.png") top center no-repeat;
	background-size:cover;
	padding: 80px;
	border-radius: 100px;
}
.contents .information .ttl h2{
	font-family: Inter;
	font-weight: 800;
	font-size: 66px;
	color: #fff;
	line-height: 1;
	margin: 0 0 30px;
}
.contents .information .ttl h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #fff;
	position: relative;
	padding: 20px 0 0 20px;
	margin: 0 0 46px;
}
.contents .information .ttl h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 31px;
	height: 5px;
	background: #fff;
}
.contents .information .inner{
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 20px;
	gap: 50px;
}
.contents .information .inner .data{
	flex-grow: 1;
}
.contents .information .inner .data p{
	display: flex;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 0 0 20px;
	margin: 0 0 20px;
	line-height: 1.6;
}
.contents .information .inner .data p:last-child{
	border-bottom: 0;
}
.contents .information .inner .data p span:first-child{
	width: 25%;
}
.contents .information .inner .data p span:last-child{
	width: 75%;
}

.contents .information .inner .data p .list{
	width: 75%;
}
.contents .information .inner .data p .list span{
	width: 100%;
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}



/* organizer */
.contents .organizer{
	max-width: 1050px;
	margin: 0 auto 100px;
}
.contents .organizer .ttl h2{
	font-family: Inter;
	font-weight: 800;
	font-size: 66px;
	color: #0096d7;
	line-height: 1;
	margin: 0 0 30px;
}
.contents .organizer .ttl h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #35353a;
	position: relative;
	padding: 20px 0 0 20px;
	margin: 0 0 46px;
}
.contents .organizer .ttl h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 31px;
	height: 5px;
	background: #0096d7;
}

.contents .organizer .inner{
	max-width: 850px;
	margin: 0 auto;
}
.contents .organizer .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents .organizer .inner ul li{
	flex-basis: 32%;
	margin: 0 0 50px;
}
.contents .organizer .inner ul li a{
	display: block;
}
.contents .organizer .inner ul li img{
	width: 60%;
}

/* archive */
.contents .archive{
	max-width: 1050px;
	margin: 0 auto ;
}
.contents .archive .ttl h2{
	font-family: Inter;
	font-weight: 800;
	font-size: 66px;
	color: #0096d7;
	line-height: 1;
	margin: 0 0 30px;
}
.contents .archive .ttl h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #35353a;
	position: relative;
	padding: 20px 0 0 20px;
	margin: 0 0 46px;
}
.contents .archive .ttl h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 31px;
	height: 5px;
	background: #0096d7;
}

.contents .archive .inner{
	max-width: 850px;
	margin: 0 auto;
}
.contents .archive .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents .archive .inner ul li{
	flex-basis: 48%;
	margin: 0 0 50px;
}
.contents .archive .inner ul li a{
	display: block;
}

footer{
	background: url("../img/bg_footer_2027.png") bottom center no-repeat #26a4ff;
	background-size: 100% auto;
	text-align: center;
	padding: 50px 0 20px;
}
footer h3{
	font-weight: Inter;
	font-weight: 800;
	color: #fff;
	font-size: 42px;
	margin: 0 0 15px;
}
footer hgroup p{
	font-size: 20px;
	font-weight: 700;
	color: #11334f;
}
footer hgroup{
	margin: 0 0 40px;
}
footer p{
	color: #11334f;
}
footer .txt01{
	font-size: 19px;
	margin: 0 0 20px;
	font-weight: 700;
}
footer .txt01 span{
	font-size: 16px;
	display: block;
	font-weight: 700;
}
footer .txt02{
	font-size: 14px;
	margin: 0 0 40px;
}
footer .txt02 a{
	color: #11334f;
}
footer .txt02 a:hover{
	text-decoration: underline;
}

footer .btn_detail{
	max-width: 250px;
	margin:0 auto 100px; 
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	border-radius: 60px;
	text-align: center;
	color: #11334f;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 15px 10px 30px;
	letter-spacing: 1px;
	border:1px solid #11334f;
}
/* テキストを完全中央に */
footer .btn_detail .txt{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none; /* クリック判定を邪魔しない */
}

footer .btn_detail:hover{
	background: #308ed4;
}

footer .btn_detail .circle{
	border-radius: 100px;
	border:1px solid #11334f;
	width: 13%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .btn_detail .arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-top: 5.7px;
  border-radius: 9999px;
  background-color: #11334f;
}
footer .btn_detail .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #11334f;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
footer small{
	color: #11334f;
	display: block;
}

@media screen and (max-width:1100px) {
/* --TAB-- */

.report,.comment,.contents{
	padding: 10% calc(50/828*100%);
}

/* --TAB--*/}


@media screen and (max-width:828px) {
/* --SP-- */
.sp_br{
	display: block;
}
header{
	background: url("../img/bg_header.png") top right no-repeat;
	background-size: cover;
}
header .logo{
	margin: 0 0 0 5px
}

.mv .bg_movie{
	height: 580px;
}
.mv .inner{
	padding: 0 calc(50/828*100%) 5%;
}
.mv .inner h1{
	width: 90%;
}
.report,.comment{
	padding: calc(160/828*100%) calc(50/828*100%);
}
.contents{
	padding: calc(160/828*100%) 0;
}

/* report */
.report{
	background: url("../img/bg_report-sp.png") top center no-repeat;
	background-size: cover;
}
.report .ttl p{
	width: 90%;
	margin: 0 0 5%;
}
.report .ttl h2{
	font-size: 16vw;
}
.report .inner h3{
	padding: 20px 0 0 calc(40/828*100%);
	letter-spacing: 1px;
}
.report .inner h3:before{
	left: calc(40/828*100%);
}
.report .inner ul{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
.report .inner ul li {
	width: 47%;
	padding: 0 0 10%;
}
.report .inner ul li:after{
	display: none;
}
.report .inner ul li:nth-child(3),
.report .inner ul li:nth-child(4){
	border-top: 1px solid #000;
}
.report .inner .block .btn_detail{
	margin: 0 calc(40/828*100%);
}

/* comment */
.comment{
	background: url("../img/bg_comment-sp.png") top center no-repeat;
	background-size: cover;
}
.comment .ttl p{
	width: 90%;
	margin: 0 0 5%;
}
.comment .ttl h2{
	font-size: 16vw;
}
.comment .inner h3{
	padding: 20px 0 0 calc(40/828*100%);
	letter-spacing: 1px;
}
.comment .inner h3:before{
	left: calc(40/828*100%);
}
.comment .inner ul{
	flex-direction: column;
	margin: 0 calc(40/828*100%) 50px;
}

/* info */
.contents{
	background: url("../img/bg_contents-sp.png") top center no-repeat;
	background-size: cover;
}
.contents .information{
	border-radius: 40px;
	padding: calc(180/828*100%) calc(45/828*100%);
}
.contents .information .ttl h2{
	font-size: 11.6vw;
}
.contents .information .inner{
	flex-direction: column;
	gap: 20px;
}
.contents .information .inner .data p{
	flex-direction: column;
}
.contents .information .inner .data p span:first-child{
	font-weight: 700;
	width: 100%;
}
.contents .information .inner .data p span:last-child{
	width: 100%;
}
.contents .information .inner .data p:last-child{
	margin: 0;
}
.contents .information .inner .map iframe{
	width: 100%;
}

/* organizer */
.contents .organizer{
	border-radius: 40px;
	padding: 0 calc(45/828*100%);
	margin: 0 auto 50px;
}
.contents .organizer .ttl h2{
	font-size: 11.6vw;
}
.contents .organizer .inner ul li{
	flex-basis: 48%;
}
.contents .organizer .inner ul li img{
	width: 100%;
}

/* archive */
.contents .archive{
	border-radius: 40px;
	padding: 0 calc(45/828*100%);
}
.contents .archive .ttl h2{
	font-size: 12.6vw;
}
.contents .archive .inner ul{
	flex-direction: column;
}
.contents .archive .inner ul li{
	margin: 0 0 10px;
}

footer{
	background: url("../img/bg_footer_2027-sp.png") bottom center no-repeat #26a4ff;
	background-size: contain;
}

/* --SP--*/}