@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,span,div,object,iframe,em,ul,ol,li,label,dl,dt,dd,form,label,table,tbody,tr,th,td { margin:0; padding:0; border:0; outline:0; font-size: 100%; font-weight:inherit; font-style:inherit; font-family:inherit; list-style-type:none; } html { position: relative; overflow-y:scroll; font-size: 62.5%; letter-spacing: 0.05em; line-height: 180%; } img { border:none; vertical-align:bottom !important; line-height:0; font-size:0; user-select:none; -webkit-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-drag:none; -khtml-user-drag:none; } body { position: relative; font-family:'SST W55 Regular',Meiryo,'メイリオ',Hiragino Sans,'ヒラギノ角ゴシック',sans-serif; } .clearfix { zoom:1; min-height: 1px; } .clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden; font-size: 0.1em; line-height: 0; } .clearboth { clear: both; height: 1px; } *html .clearfix{ height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }
.nopc { display: none; }
.nosp { display: inline-block; }
a { color: inherit; text-decoration: none; transition: all 0.2s ease 0s; }
.kome { display:inline-block; font-size:90%; line-height:1.5; text-align:left; }
.kome dd { margin: -1.5em 0 0 1.1em; }
sup { font-size: 70%; vertical-align: top; }

@media screen and (max-width:768px) {
	.nosp { display: none; }
	.nopc { display: inline-block; }
	.kome { display: block; padding: 2px 0; font-size: 90%; }
}

/* --------------------------------------------------------------------------
   header / footer
-------------------------------------------------------------------------- */

header { height: 68px; background: #000; }
header p { width: 1120px; margin: 0 auto; padding: 24px 0 0 24px; box-sizing: border-box; }
header a {
	display: block; width: 100px; height: 0; padding: 0 0 18px;
	background: url(/sonyopeninnovationday2025/share/img/logo_sony.png?v1) top left no-repeat; background-size: 100% 100%;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}

footer .dmz { display: flex; justify-content: flex-end; padding: 120px 20px 48px; }
footer .dmz a {
	display: block; width: 9px; height: 74px;
	background: center/cover no-repeat url(/sonyopeninnovationday2025/share/img/to_top.png?v1);
}
footer .nav { background: #f1f1f1; }
footer .legal a {
	display: inline-block; margin-right: 20px; font: 1.0rem/1.0 'SST W55 Regular';
}
footer .legal a:hover { color: #006819; }
footer .sns a { display: inline-block; overflow: hidden; text-indent: 100%; white-space: nowrap; }
footer .sns a.fb {
	width: 50px; height: 50px; margin-right: 30px;
	background: 50% 0/500% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1);
}
footer .sns a.yt {
	width: 50px; height: 50px; background: 75% 0/500% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1);
}

footer .copyright {
	padding: 30px 0; font: 1.0rem/1.2 'SST W55 Regular'; color: #757575; text-align: right;
}

@media screen and (min-width:769px) {
	header, footer { width: 100%; min-width: 1120px; }
	footer .nav { padding: 45px 0; }
	footer ul {
		display: flex; justify-content: space-between; width: 1120px; margin: 0 auto;
		align-items: center;
	}
	footer .copyright { width: 1120px; margin: 0 auto; }
}
@media screen and (max-width:768px) {
	header { height: 39px; }
	header p { width: 100%; padding: 12px 0 0 12px; }
	header a { width: 70px; padding: 0 0 12.35px; }

	footer .dmz { padding: 64px 20px 48px; }
	footer .nav { padding: 30px 20px 40px; }
	footer .legal a {
		display: block; margin: 0 0 18px; font: 1.2rem/1.5 'SST W55 Regular';
	}
	footer .sns { text-align: right; }
	footer .copyright { padding: 20px; }
}

/* --------------------------------------------------------------------------
   menu
-------------------------------------------------------------------------- */

.soid { position: relative; overflow: hidden; }
.soid * { box-sizing: border-box; }
.soid * img { width: 100%; }

.soid .menubtn { position: absolute; top: 30px; right: 30px; z-index: 999; }
.soid .batubtn { position: absolute; top: 30px; right: 30px; z-index: 999; }
.navfix .soid .menubtn, .navfix .soid .batubtn { position: fixed; }
.soid .menubtn a {
	display: block; position: relative; width: 100px; height: 100px; border-radius: 10px; 
	background: 0 0/500% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1) #000; cursor: pointer;
}
.soid .menubtn.sub a { border-radius: 10px; }
.soid .batubtn a {
	display: block; position: relative; width: 100px; height: 100px; border-radius: 10px; 
	background: 25% 0/500% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1) #000; cursor: pointer;
}
.opened .soid .menubtn a { background-position: 25% 0; }

.soid .menu {
	position: absolute; top: 0; right: -280px; width: 280px; height: 100vh; background: #fff;
	transform:translateX(0); transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding: 132px 0 0; z-index: 998;
}
.opened .soid .menu { transform: translateX(-280px); }
.navfix .soid .menu { position: fixed; height: 100vh; }
.soid .menu nav { overflow-y: auto; height: 100%; white-space: nowrap; }
.soid .menu nav p { padding: 0 0 20px; }
.soid .menu a {
	display: block; padding-left: 24px; line-height: 2.4; border-bottom: solid 1px #f1f1f1;
}
.soid .menu .feat { background: #d73e00; color: #fff; border-bottom: none; }
.soid .menu a.sub { padding-left: 36px; }
.overlay, .cover {
	opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: #000; z-index: -1;
}
.cover.over {
	opacity: .5; transition: opacity .5s cubic-bezier(.215,.61,.355,1) 0s; z-index: 9996;
}
.opened .overlay {
	display: block;
	opacity: .5; transition: opacity 1s cubic-bezier(.215,.61,.355,1) 0s; z-index: 996;
}
.soid .apply {
	position: fixed; bottom: 20px; left: 50%; width: 640px; transform: translateX(-50%);
	z-index: 995;
}
.soid .apply a {
	display: block; background: linear-gradient(to right,#fce701,#fca704); border-radius: 100px;
	font: 2.4rem/2.8 'SST W55 Bold'; text-align: center; box-shadow: 0 6px #d73c00;
}
.soid .apply a::after {
	content: ''; display: inline-block; width: 12px; height: 12px; margin-left: 16px; 
	border: solid 4px #000; border-width: 0 4px 4px 0; transform: translateY(-4px) rotate(45deg);
}
.soid .apply.hide a { transform: translateY(7.0em); }
.soid .apply a:hover { transform: translateY(5px); box-shadow: none; }

@media screen and (min-width:769px) and (max-width:1120px) {
	.soid { width: 100%; min-width: 1120px; }
	.soid .menu { right: -280px; }
}

@media screen and (max-width:768px) {
	.soid .menubtn { top: 10px; right: 10px; margin: 0 !important; }
	.soid .batubtn { top: 10px; right: 10px; }
	.soid .menubtn a { width:60px; height:60px; }
	.soid .batubtn a { width: 60px; height: 60px; }
	.soid .menu { padding: 84px 0 0; }
	.soid .apply { width: 90%; }
	.soid .apply a { font: 1.6rem/2.8 'SST W55 Bold'; }
	.soid .apply a::after {
		width: 8px; height: 8px; border-width: 0 3px 3px 0;
		transform: translateY(-3px) rotate(45deg);
	}
	.soid .apply.hide a { transform: translateY(5.0em); }
}

/* --------------------------------------------------------------------------
   common / kv / prologue
-------------------------------------------------------------------------- */

.kv {
	position: relative; width: 100%; height: 0; padding: 0 0 608px;
	background-image: url(/sonyopeninnovationday2025/share/img/kv.png?v1),url(/sonyopeninnovationday2025/share/img/kv_base.jpg); background-position: center;
	background-size: auto 100%,cover; background-repeat: no-repeat;
}
.kv .ttl {
	position: relative; width: 100%; height: 0; padding: 0 0 608px;
	background: center/auto 100% no-repeat url(/sonyopeninnovationday2025/share/img/kv_ttl.png?v1);
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}

h2 {
	position: relative; width: 100%; margin: 0 auto 48px; padding: 48px 0;
	background: center/auto 100% no-repeat url(/sonyopeninnovationday2025/share/img/h2.svg?v1); text-align: center;
	font: 2.0rem/1.5 'SST W55 Bold'; letter-spacing: 0.4em; white-space: nowrap;
}
h2 span { display: block; font-size: 200%; }
h3 {
	position: relative; width: 640px; font: 2.4rem/1.5 'SST W55 Bold'; margin: 0 auto 36px;	
	text-align: center; letter-spacing: 0.05em;
}
h3::before {
	content: ''; position: absolute; top: 50%; left: 0; width: 190px; height: 2px;
	background: linear-gradient(to right,#6cc6d7,#68bd7f); transform: translateY(-50%);
}
h3::after {
	content: ''; position: absolute; top: 50%; right: 0; width: 190px; height: 2px;
	background: linear-gradient(to right,#68bd7f,#b1ffd7); transform: translateY(-50%);
}
h3.long::before, h3.long::after { width: 30px; }

p,li,a,dt,dd { font: 1.6rem/1.6 'SST W55 Regular'; }

section {
	width: 100%; margin: 0 auto; padding: 48px 0 80px;
	background: linear-gradient(rgba(177,243,245,.3) 20px,transparent 200px);
}
article { width: 1120px; margin: 0 auto; }
article.sub { margin: 72px auto 0; }

.movwrap {
	padding: 6px;
	background: linear-gradient(-135deg, rgba(0,169,88,1), rgba(0,169,100,.05) 50%),
				linear-gradient(-35deg, rgba(0,156,59,1), rgba(169,255,255,.1) 70%),
				linear-gradient(135deg,rgba(160,255,255,1), rgba(0,169,88,.2) 50%),
				linear-gradient(45deg, rgba(0,100,255,1), rgba(14,182,218,.6) 60%);
}
.mov { position:relative; width:100%; height:0; padding: 0 0 56.25%; overflow: hidden; }
.mov iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

.modal {
	display: none; position: fixed; z-index: 9999; top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (min-width:769px) {
	.soid section { min-width: 1120px; }
}
@media screen and (max-width:768px) {
	.kv { padding: 0 0 100vw;}
	.kv .ttl {
		position: relative; width: 100%; height: 0; padding: 0 0 100vw;
		background: center/auto 100% no-repeat url(/sonyopeninnovationday2025/share/img/kv_ttl_s.png?v1);
		text-indent: 100%; white-space: nowrap; overflow: hidden;
	}
	h2 {
		margin: 0 auto 24px; padding: 24px 0;
		background: center/170% 100% no-repeat url(/sonyopeninnovationday2025/share/img/h2.svg?v1);
		font: 1.6rem/1.5 'SST W55 Bold'; letter-spacing: 0.05em;
	}
	h3 { width: 100%; font: 1.8rem/1.5 'SST W55 Bold'; margin: 0 auto 24px; }
	h3::before, h3::after { width: 20%; }
	p,li,a,dt,dd { font: 1.4rem/1.6 'SST W55 Regular'; }
	section { width: 100%; margin: 0 auto; padding: 24px 0 64px; }
	article { width: 90%; margin: 0 auto; }
	article.sub { width: 90%; margin: 48px auto 0; }
}

/* --------------------------------------------------------------------------
   news / outline
-------------------------------------------------------------------------- */

#news {
	width: 930px; margin: 64px auto; padding: 16px;
	background: center/100% 100% no-repeat url(/sonyopeninnovationday2025/share/img/news.jpg?v1);
}
#news h3 { margin: 0 auto 16px; }
#news .list { padding: 36px; background: #fff; border-radius: 20px; }
#news a {
	position: relative; padding: 10px 26px 10px 0; border-bottom: dotted 2px #000;
}
#news a::after {
	content: ''; position: absolute; top: 50%; right: 0; width: 16px; height: 16px;
	background: 100% 0/1000% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1); transform: translateY(-50%);
}
#news .date {
	position: relative; padding: 0 10px 0 40px; font-family: 'SST W55 Bold';
}
#news .date::before {
	content: ''; position: absolute; top: 50%; left: 0; width: 30px; height: 30px;
	background: -240px 0/1000% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1); transform: translateY(-50%);
}
#news span { background: #7fe0e8; }

#outline h3.lead {
	width: 100%; margin: 0 0 40px; font: 3.2rem/1.6 'SST W55 Bold'; letter-spacing: 0.2em;
	text-align: center;
}
#outline h3.lead::before, #outline h3.lead::after { content: none; }
#outline .lead { text-align: center; font: 2.2rem/1.8 'SST W55 Regular'; }

@media screen and (min-width:769px) {
	#news a { display: flex; align-items: center; }
	#news .date { margin-right: 10px; }
}
@media screen and (max-width:768px) {
	#news { width: 100%; margin: 48px auto; }
	#news .list { padding: 24px 4vw; }
	#news a { display: block; font: 1.4rem/1.6 'SST W55 Regular'; }
	#news a::after { top: auto; bottom: 10px; }
	#news .date { display: block; margin: 0 0 6px; }
	#outline h3.lead { margin: 0 0 20px; font: 2.2rem/1.6 'SST W55 Bold'; letter-spacing: 0; }
	#outline .lead { font: 1.6rem/1.8 'SST W55 Regular'; text-align: left; }
}

/* --------------------------------------------------------------------------
   recommend
-------------------------------------------------------------------------- */

#recommend { text-align: center; }
#recommend ul { display: inline-block; text-align: left; }
#recommend li { font: 1.8rem/3.0 'SST W55 Regular'; }
#recommend li::before {
	content: ''; display: inline-block; width: 24px; height: 24px; margin-right: 10px; 
	background: -192px -24px/1000% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1); vertical-align: middle;
}

@media screen and (max-width:768px) {
	#recommend ul { display: block; }
	#recommend li {
		margin: 0 0 16px; padding-left: 34px; font: 1.6rem/1.5 'SST W55 Regular';
		text-indent: -34px;
	}
}

/* --------------------------------------------------------------------------
   speaker
-------------------------------------------------------------------------- */

#speaker .list { display: flex; flex-wrap: wrap; }
#speaker .list a {
	display: block; width: 260px; margin: 0 26px 26px 0; border: solid 2px #cdecec;
}
#speaker .list a img { display: block; }
#speaker .list a .prof::after {
	content: ''; position: absolute; top: -40px; right: 10px; width: 30px; height: 30px;
	background: -270px -30px/1000% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1);
	transition: .8s cubic-bezier(.215, .61, .355, 1)
}
#speaker .list a:hover {
	& .prof::after { transform: scale(1.2,1.2); }
}
#speaker .list .prof { width: 100%; padding: 12px; }
#speaker .prof, .perfil .prof { position: relative; font: 2.2rem/1.6 'SST W55 Bold'; }
#speaker .prof span, .perfil .prof span {
	display: block; margin: 10px 0 0; font: 1.3rem/1.5 'SST W55 Regular';
}

.perfil { width: 60%; padding: 24px; background: #fff; border: solid 2px #cdecec; }
.perfil button {
	display: block; position: absolute; top: -42px; right: -2px; width: 40px; height: 40px;
	background: #cdecec; cursor: pointer; appearance: none; border: none; text-indent: 200%;
	white-space: nowrap; overflow: hidden;
}
.perfil button::before {
	content: ''; position: absolute; top: 50%; left: 50%; width: 26px; height: 3px;
	background: #000; transform-origin: 50% 50%; transform: translate(-50%,-50%) rotate(45deg);
	border-radius: 2px;
}
.perfil button::after {
	content: ''; position: absolute; top: 50%; left: 50%; width: 26px; height: 3px;
	background: #000; transform-origin: 50% 50%; transform: translate(-50%,-50%) rotate(-45deg);
	border-radius: 2px; 
}
.perfil ul { display: flex; width: 100%; margin: 0 0 24px; border-bottom: solid 2px #cdecec; }
.perfil li.prof { width: 80%; padding: 0; }
.perfil li:last-child { width: 20%; }
.perfil li img { display: block; }
.perfil p a { border-bottom: solid 1px #000; }
.perfil p a::after {
	content: ''; display: inline-block; width: 12px; height: 12px; margin-left: 4px;
	background: -48px -48px/1000% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1);
}

@media screen and (min-width:769px) {
	#speaker .list a:nth-child(4n) { margin: 0 0 26px; }
}
@media screen and (max-width:768px) {
	#speaker .list a { width: 48%; margin: 0 4% 16px 0; }
	#speaker .list a:nth-child(even) { margin: 0 0 16px; }
	#speaker .list .prof { padding: 10px; }
	#speaker .prof, .perfil .prof { font: 1.8rem/1.6 'SST W55 Bold'; letter-spacing: .02em; }
	#speaker .prof span, .perfil .prof span { font: 1.2rem/1.5 'SST W55 Regular'; }
	.perfil { width: 90%; padding: 4vw; }
	.perfil ul { margin: 0 0 12px; }
	.perfil li.prof { width: 70%; padding: 0 10px 6px 0; }
	.perfil li:last-child { width: 30%; }
}

/* --------------------------------------------------------------------------
   program
-------------------------------------------------------------------------- */

#program .veces {
	position: relative; width: 842px; margin: 0 auto; padding: 0 0 0 58px;
	border-left: dotted 2px #7fe0e8;
}
.veces .talk { position: relative; margin: 0 0 80px; }
.veces .talk.feat { display: flex; align-items: center; }
.veces .talk.feat:last-of-type { margin: 0; }
.veces .talk::before {
	content: ''; position: absolute; top: 0; left: -89px; width: 60px; height: 60px;
	background: 0 0/600% auto no-repeat url(/sonyopeninnovationday2025/share/img/vez.png?v1);
}
.veces .talk.v1::before { background-position: 0 0; }
.veces .talk.v2::before { background-position: 20% 0; }
.veces .talk.v3::before { background-position: 40% 0; }
.veces .talk.v4::before { background-position: 60% 0; }
.veces .talk.v5::before { background-position: 80% 0; }
.veces .talk.v6::before { background-position: 100% 0; }
.veces .talk.v7::before { background-position: 0 100%; }
.veces .talk.v8::before { background-position: 20% 100%; }
.veces .talk.v9::before { background-position: 40% 100%; }
.veces .talk.v10::before { background-position: 60% 100%; }
.veces .talk.v11::before { background-position: 80% 100%; }
.veces .talk .vez { display: flex; justify-content: space-between; }
.veces .talk .vez li:first-child { font: 1.8rem/1.6 'SST W55 Bold'; }
.veces .talk .vez li:last-child {
	font: 1.6rem/1.8 'SST W55 Bold'; padding: 0 1.0em; border-radius: 4px; white-space: nowrap;
}
.veces .talk .tema {
	width: auto; margin: 10px 0; font: 2.6rem/1.6 'SST W55 Bold'; text-align: left;
}
.veces .talk .tema::before,.veces .talk .tema::after { content: none; } 
.veces .talk .who { font: 1.8rem/1.6 'SST W55 Regular'; }
.veces .talk .who span { display: block; margin: 0 0 12px; font-size: 1.3rem; line-height: 1.5; }
.veces .talk button {
	display: block; position: relative; width: 100%; padding: 0; appearance: none;
	background: none; border: solid 1px #000; border-width: 0 0 1px 0;
	font: 1.6rem/2.0 'SST W55 Bold'; color: #000; text-align: left; cursor: pointer;
}
.veces .talk button::after {
	content: ''; position: absolute; top: 50%; right: 10px; width: 12px; height: 12px;
	border: solid 2px #000; border-width: 0 2px 2px 0; transform: translateY(-50%) rotate(45deg);
}
.veces .talk button.abro::after { transform: translateY(-50%) rotate(-135deg); }
.veces .talk .more { display: none; padding: 10px 0 0; }
.veces .talk .vez li.tag1 { background: linear-gradient(to right,#94f6e4,#7fe0e8); }
.veces .talk .vez li.tag2 { background: linear-gradient(to right,#f8bfdb,#f993c3); }
.veces .talk .vez li.tag3 { background: linear-gradient(to right,#fde696,#f9e649); }
.veces .talk .vez li.tag4 { background: linear-gradient(to right,#99f694,#72dc74); }
.veces .talk .vez li.tag5 { background: linear-gradient(to right,#b0dcf8,#6ec6f9); }

.veces .time { display: flex; position: relative; margin: 0 0 80px; align-items: center; }
.veces .time::before {
	content: ''; position: absolute; top: 50%; left: -77px; width: 36px; height: 36px;
	background: linear-gradient(to right,#94f6e4,#7fe0e8); border-radius: 20px;
	transform: translateY(-50%); z-index: 9;
}
.veces .talk.feat dt, .veces .time dt { width: 10em; font: 1.8rem/1.6 'SST W55 Bold'; }
.veces .talk.feat dd { font: 2.6rem/2.3 'SST W55 Bold'; }
.veces .time dd { font: 2.0rem/1.8 'SST W55 Bold'; }

@Media screen and (max-width:768px) {
	#program .veces { width: 96%; margin: 0 0 0 4%; padding: 0 0 0 9vw; }
	.veces .talk { margin: 0 0 64px; }
	.veces .talk::before { left: -15.2vw; width: 12vw; height: 12vw; }
	.veces .talk .vez { align-items: center; }
	.veces .talk .vez li:first-child { font-size: 1.4rem; }
	.veces .talk .vez li:last-child { font-size: 1.3rem; line-height: 2.0; padding: 0 0.5em; }
	.veces .talk .tema { font-size: 1.9rem; letter-spacing: 0.01em; }
	.veces .talk .who { font-size: 1.6rem; }
	.veces .talk .who span { font-size: 1.2rem; }
	.veces .talk button { font-size: 1.4rem; }
	.veces .talk button::after { width: 8px; height: 8px; }
	.veces .time { margin: 0 0 64px; }
	.veces .time::before { left: -13.1vw; width: 7.5vw; height: 7.5vw; }
	.veces .talk.feat dt, .veces .time dt { width: 8em; font-size: 1.4rem; }
	.veces .talk.feat dd { font-size: 1.9rem; }
	.veces .time dd { font-size: 1.5rem; }
}

/* --------------------------------------------------------------------------
   exhibitors
-------------------------------------------------------------------------- */

#exhib a {
	display: block; width: 40%; margin: 24px auto 0; 
	background: linear-gradient(to right,#94f6e4,#7fe0e8); border-radius: 200px;
	font: 2.0rem/3.4 'SST W55 Bold'; letter-spacing: 0.1em;
	text-align: center; transition: 1s cubic-bezier(.215, .61, .355, 1)
}
#exhib a:hover { transform: scale(1.06,1.06); }
#exhib .pronto {
	width: 40%; margin: 24px auto 0; padding: 0.3em 0; border-radius: 200px;
	background: linear-gradient(to right,#e2e3e8,#a2a3a8);
	font: 2.0rem/2.8 'SST W55 Bold'; letter-spacing: .1em; text-align: center;
} 

#booth { display: none; margin: 64px auto 0; }
.booth { width: 1120px; padding: 48px 48px 0; background: #fff; border-radius: 24px; }
.booth h3 { margin: 16px 0 0; text-align: left; }
.booth h3 span { display: block; font-size: 80%; }
.booth h4 { font: 1.8rem/1.6 'SST W55 Regular'; color: #00823c; }
.booth .corp { margin: 0 0 12px; font-family: 'SST W55 Bold'; }
.booth li .gist > li { list-style-type: disc; margin: 0 0 0 1.3em; }
.booth li img { width: 100%; }
.booth li p span { display: block; font-size: 1.4rem; }
.booth .app .oubo {
	display: block; appearance: none; outline: none; width: 60%; margin: 12px auto 48px;
	padding: 0; background: #d73e00; border: none; border-radius: 200px;
	box-shadow: 0 10px #b4360d; font: 2.0rem/2.8 'SST W55 Bold'; color: #fff; cursor: pointer;
}
.booth .app .cerrar {
	display: block; appearance: none; outline: none; width: 30%; margin: 0 auto; padding: 0;
	background: #fff; border: solid 2px #444; border-radius: 100px;
	font: 1.6rem/2.0 'SST W55 Regular'; color: #444; text-align: center; cursor: pointer;
}

@media screen and (min-width:769px) {
	#exhib .lead { text-align: center; }
	.booth ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.booth li { width: 480px; margin: 0 0 48px; }
	.booth .app { text-align: center; }
}
@media screen and (max-width:768px) {
	#exhib a { width: 100%; font: 1.7rem/3.2 'SST W55 Bold'; letter-spacing: .05em; }
	#exhib .pronto { width: 100%; font: 1.7rem/3.2 'SST W55 Bold'; letter-spacing: .05em; }
	#booth { margin: 24px auto 0; }
	.booth { width: 90%; padding: 48px 5% !important; border-radius: 12px; }
	.booth li { width: 100%; margin: 0 0 36px; }
	.booth h4 { font: 1.7rem/1.6 'SST W55 Regular'; }
	.booth li p span { font-size: 1.3rem; }
	.booth .app .oubo { width: 100%; font: 1.6rem/2.8 'SST W55 Bold'; text-align: center; }
	.booth .app .cerrar { width: 60%; font: 1.4rem/2.4 'SST W55 Regular'; }
}

/* --------------------------------------------------------------------------
   overview
-------------------------------------------------------------------------- */

#overview .dia { font-size: 2.8rem; letter-spacing: .08em; }
#overview .dia::before, #overview .dia::after { width: 40px; }
#overview .info { width: 850px; margin: 0 auto; }
#overview .info li { padding-left: 26px; text-indent: -26px; }
#overview .info li::before {
	content: ''; display: inline-block; width: 16px; height: 16px;
	margin-right: 10px; border-radius: 10px;
	background: linear-gradient(to right,#94f6e4,#7fe0e8); vertical-align: middle;
}
#entry {
	width: 1120px; margin: 72px auto 0; padding: 0 70px;
	background: linear-gradient(to right,rgba(148,246,228,.4),rgba(127,224,232,.4));
}
#entry article { width: 100%; background: #fff; }
#entry h4 {
	margin: 0 auto 36px; padding: 1.0em 0; font: 2.0rem/1.5 'SST W55 Bold'; text-align: center;
}

@media screen and (max-width:768px) {
	#overview .dia { font-size: 2.4rem; }
	#overview .info { width: 100%; }
	#entry { width: 100%; padding: 0 3%; }
	#entry article { padding: 0 2%; }
	#entry h4 { margin: 0 auto 16px; font: 1.6rem/1.4 'SST W55 Bold'; }
}

.step p { position: relative; margin: 0 auto 50px; }
.step p::before {
	content: ''; position: absolute; top: 50%; left: 0; display: block;
	width: 80px; height: 80px; background: 25% 50%/500% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1);
	transform: translateY(-50%);
}
.step p::after {
	content: ''; position: absolute; bottom: -40px; left: 50%; display: block;
	width: 2px; height: 30px; background: #66ccb7; transform: translateX(-50%);
}
.step .uno, .step .dos {
	display: flex; flex-direction: column; justify-content: center;
	width: 40%; height: 5.0em; padding-left: 120px; 
}
.step .dos { margin: 0 auto; }
.step .dos::before {
	content: ''; position: absolute; top: 50%; left: 0; display: block; width: 80px; height: 80px;
	background: 50% 50%/500% auto no-repeat url(/sonyopeninnovationday2025/share/img/ico.png?v1);
	transform: translateY(-50%);
}
.step .dos::after { content: none; }
.step .fork {
	display: block;	width: 50%; height: 77px; margin: 5px auto;
	background: center/contain no-repeat url(/sonyopeninnovationday2025/share/img/ico-f.svg?v1);
}
.step ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
.step li { width: 46%; }
.step li .way { padding: 0.5em 0; border: dotted 4px #66ccb7; text-align: center; }
.step li .way::before { content: none; }
.step li .tres.on1::before { background-position: 75% 50%; }
.step li .tres.on2::before { background-position: 100% 50%; }
.step li .tres.of1::before { background-position: 0 100%; }
.step li .tres.of2::before { background-position: 25% 100%; }
.step li a {
	display: block; width: 100%; margin: 0 auto; padding: 0.3em 0; border-radius: 300px;
	background: linear-gradient(to right,#fce701,#fca704); font: 2.0rem/1.6 'SST W55 Bold';
	box-shadow: 0 6px #d73c00; text-align: center; transition: .5s cubic-bezier(.215,.61,.355,1);
}
.step li a:hover { transform: translateY(5px); box-shadow: none; }
.step li h5 { margin: 12px 0 0; font: 2.0rem/1.6 'SST W55 Bold'; text-align: center; }
.notice { padding: 72px 0 0; text-align: center; }

@media screen and (min-width:769px) {
	.step li .tres {
		display: flex; flex-direction: column; justify-content: center;
		width: 100%; height: 5.0em; padding-left: 120px;
	}
}
@media screen and (max-width:768px) {
	.step p::before { width: 40px; height: 40px; }
	.step .uno, .step .dos { width: 80%; height: 4.8em; padding-left: 50px; }
	.step .dos::before { width: 40px; height: 40px; }
	.step .fork { height: 40px; background-image: url(/sonyopeninnovationday2025/share/img/ico-fs.svg?v1); }
	.step li { width: 46%; }
	.step li .tres { padding: 50px 0 0 0; text-align: center; }
	.step li .tres::before {
		top: 5px; left: 50%; width: 40px; height: 40px; transform: translate(-50%,0);
	}
	.step li a {
		padding: 1.0em 0; border-radius: 8px; font: 1.5rem/1.6 'SST W55 Bold'; letter-spacing: 0;
	}
	.step li h5 { font: 1.4rem/1.6 'SST W55 Bold'; }
	.notice { width: 90%; margin: 0 auto; padding: 36px 0 0; text-align: left; }
}

.access { width: 800px; margin: 0 auto; display: flex; }
.access li h4 { font: 1.8rem/1.6 'SST W55 Bold'; margin: 0 0 16px; }
.access li p {
	position: relative; margin: 0 0 12px; padding-left: 1.2em; font-family: 'SST W55 Regular';
}
.access li p::before {
	content: '●'; position: absolute; top: 0; left: 0; font: inherit;
}
.access li .map { position:relative; width:100%; height:0; padding: 0 0 75%; overflow:hidden; }
.access li .map::before { content: none; }
.access li .map iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

#inquiry a {
	display: block; width: 480px; margin: 0 auto; border-radius: 80px; 
	background: linear-gradient(to right,#94f6e4,#7fe0e8);
	font: 2.0rem/4.0 'SST W55 Bold'; letter-spacing: 0.1em; text-align: center;
	transition: 1s cubic-bezier(.215, .61, .355, 1);
}
#inquiry a:hover { transform: scale(1.06,1.06); }

.pasado .movwrap { width: 640px; margin: 0 auto; }

@media screen and (min-width:769px) {
	.access li { width: 400px; }
	#inquiry p { display: flex; justify-content: space-around; }
}
@media screen and (max-width:768px) {
	.access { width: 100%; display: block; }
	.access li { width: 100%; }
	.access li h6 { font: 1.6rem/1.6 'SST W55 Bold'; }
	.access li:last-child { margin: 16px 0 0; }
	#inquiry a { width: 100%; font: 1.8rem/3.6 'SST W55 Bold'; }
	#inquiry a:last-child { margin: 10px 0 0; }
	.pasado .movwrap { width: 100%; }
}

/* --------------------------------------------------------------------------
   about
-------------------------------------------------------------------------- */

#about { padding: 48px 0 0; }
#about p { width: 900px; margin: 0 auto 1.0em; text-align: left; }
#about a {
	display: block; width: 450px; margin: 48px auto 0; border-radius: 80px;
	background: linear-gradient(to right,#94f6e4,#7fe0e8); font: 1.8rem/4.0 'SST W55 Bold';
	text-align: center; transition: 1s cubic-bezier(.215, .61, .355, 1);
}
#about a:hover { transform: scale(1.06,1.06); }

@media screen and (max-width:768px) {
	#about { padding: 24px 0 0; }
	#about p { width: 100%; }
	#about a { width: 100%; margin: 36px auto 0; font-size: 1.6rem; }
}

/* --------------------------------------------------------------------------
   animation
-------------------------------------------------------------------------- */

.di { opacity: 0; transform: translateY(-30px); }
.di.active {
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 1s ease 0s;
	opacity: 1; transform: translateY(0);
}

