@charset "utf-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

/* Reset-----------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, code, em, font, img,  small, strong,
ol, ul, li, form, label, table,  tr, th, td, dl, dd, dt,
article, aside, footer, header, menu, nav, section, summary, textarea,main,
figure,figcaption
{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
i{font-style:normal;}
.clx:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clx { display: block; }
* html .clx { height: 1%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {-webkit-text-size-adjust:none;-webkit-touch-callout: none;}
a {outline:none;text-decoration:none;}
iframe {border:none;}
ul, ol { list-style: none;}
img { border: none; vertical-align:bottom;max-width: 100%;height: auto;width /***/:auto;}
:focus { outline: 0;}
table { border-collapse: collapse;border-spacing:0;font-size:inherit;font:100%;}
h1, h2, h3, h4, h5, h6 {line-height:1.4;}
html {height: 100%;font-size: 62.5%;}
body {
font: 1rem "Noto Sans Japanese","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
color:#fff;
background:#14101e;
letter-spacing:0.2rem;
font-feature-settings :palt;
height: 100%;
overflow-x:hidden;
line-height: 1.8;
}

@-ms-viewport {
  width: device-width;
}

:root {
  --c01: #e4724d;
  --c02: #231823;
  --c03: #14101e;
  --c04: #d25b35;
  --c05: #222;
  --c06: #222;
}

/* common -----------------------------------------------------------*/
body { overflow-x: hidden; position: relative;}
*,*::before,*::after { box-sizing: border-box;}

a { color: #fff;}

.gf{ font-family: 'Inter Tight', sans-serif; font-weight: 400; letter-spacing:0.4;}

button{ font-family: "Noto Sans Japanese","Meiryo","Hiragino Kaku Gothic Pro",sans-serif; background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none;}
input, select, textarea{ font-family: "Noto Sans Japanese","Meiryo","Hiragino Kaku Gothic Pro",sans-serif;-webkit-appearance: none;	-moz-appearance: none; appearance: none; border-radius: 0; background:#fff; border:1px solid #d1d0ce;}
input[type=text].not_input{ background:#FFE0E0;}
select{ padding:0.5rem 3rem 0.5rem 1rem; cursor:pointer;}
select::-ms-expand { display: none;}
.select{position:relative;}
.select::after {right: 12px;top: 12px;width: 6px;height: 6px;transform: rotate(-45deg);position: absolute;display: block;border-bottom: 2px solid #444;border-left: 2px solid #444;content:'';z-index: 2;}
input[type=checkbox], input[type=radio] { display: none;}
input[type=checkbox] + label, input[type=radio] + label { position: relative; display: inline-block; padding: 0 0 0 2.5rem; margin: 0; vertical-align: middle; transition: 0.4s; cursor: pointer;}
input[type=checkbox] + label:after, input[type=radio] + label:after { position: absolute; top: 50%; left: 0; display: block; border: 1px solid #d1d0ce; background:#fff; content: ''; margin-top: -8px; width: 17px; height: 17px;}
input[type=checkbox] + label:before, input[type=radio] + label:before { left: 0; top: 3px; width: 17px; height: 11px; transform: rotate(-45deg); position: absolute; display: block; border-bottom: 2px solid #00973F; border-left: 2px solid #00973F; content: ''; opacity: 0; z-index: 2;}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before { opacity: 1;}
input[type=checkbox] + label:hover, input[type=radio] + label:hover { opacity: 0.7;}
label{ user-select: none;}

hr { display: block; height: 1px; border: 0; border-top: 1px dotted #e4e4e4; margin: 1rem 0; padding: 0; }
hr.bd_none{ display: block; height: 1px; border: 0; border-top:none; margin: 1rem 0; padding: 0; }

.txt_al { text-align:left !important; }
.txt_ar { text-align:right !important; }
.txt_ac { text-align:center !important; }

.w15{ width:15% !important;}
.w25{ width:25% !important;}
.w30{ width:30% !important;}
.w45{ width:45% !important;}
.w50{ width:50% !important;}
.w60{ width:60% !important;}
.w65{ width:65% !important;}

.cl_red{ color:var(--c01);}

.fixed { position: fixed; width: 100%; height: 100%;}
.line-through{ text-decoration:line-through;}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
	z-index:-1;
  }
  100% {
	z-index:-1;
	display:none;
	opacity: 0;
  }
}


@media screen and (min-width:981px) {

.sp{ display:none!important;}
.pc{ display:inline-block!important;}

.mb_ss{ margin-bottom:1rem !important;}
.mb_s{ margin-bottom:2rem !important;}
.mb_m{ margin-bottom:3rem !important;}
.mb_l{ margin-bottom:4rem !important;}
.mb_xl{ margin-bottom:8rem !important;}
.mr_m{ margin-right:3rem !important;}
.mr_s{ margin-right:2rem !important;}
.mt_ss{ margin-top:1rem !important;}

.pt_ss{ padding-top:2rem !important;}
.pt_s{ padding-top:9rem !important;}
.pt_l{ padding-top:10rem !important;}

.font_s{ font-size:1.2rem !important;}
.font_m{ font-size:2rem !important;}
.font_l{ font-size:2.5rem !important;}
.font_xl{ font-size:3.5rem !important;}
.font_xxl{ font-size:4.5rem !important;}
.bigger{ font-size:150% !important;}

.scroll{ opacity: 0; transition: 0.6s; transform:translateY(2rem);}
.scroll.delay01{ transition-delay:0.1s !important;}
.scroll.delay02{ transition-delay:0.2s !important;}
.scroll.delay03{ transition-delay:0.3s !important;}
.scroll.delay04{ transition-delay:0.4s !important;}
.scroll.delay05{ transition-delay:0.5s !important;}
.scroll.delay06{ transition-delay:0.6s !important;}
.scroll.active{opacity: 1; transform:translateY(0)}


/* header__ -------------------------------------*/
[id^="header__"] { width:100%; height:70px; position: relative; position:fixed; z-index:888;}
.logo{ position:absolute; top:4rem; left:4rem; text-align:center;transition: 0.4s;}
.logo img[src$=".svg"]{ height:auto; width:10rem; transition: 0.4s;}

[id^="nav__"] { position:absolute; top:3rem; right:3rem;}

#header__ .-logo{ transition: 0.4s; height:7rem; display: table-cell; vertical-align: middle; padding:4rem 3rem 3.8rem 5rem;}
#header__ .-logo img[src$=".svg"]{ height:auto; width:15rem; transition: 0.4s; position:relative; z-index:100;}

[id^="nav__"] { position:absolute; top:0; right:0; padding: 1.5rem 3.5rem 1.5rem 3rem;}
[id^="nav__"] li{ display:table-cell; height:8rem; padding:0 1rem; font-size:1.6rem; vertical-align:middle;}
[id^="nav__"] li a{ position:relative; overflow:hidden; font-weight: 500; line-height:8rem; display:block; transition: 0.4s; z-index:1; color:#fff;}
[id^="nav__"] li a:hover, [id^="nav__"] li.active a{ color:rgba(255,255,255,0.5)}
[id^="nav__"] li a:hover::after, [id^="nav__"] li.active a::after{ width:100%; left:0; }

[id^="nav__"] .nav_btn{ padding:0 0 0 1rem; }
	
	
[id^="nav__"] .nav_btn a{ position:relative; overflow:hidden; display:block; color:#fff; padding:0 5rem; background:var(--c01); height:6rem; line-height:6rem; z-index:1; border-radius: 5rem;}
[id^="nav__"] .nav_btn a::after{ z-index:-1; position: absolute; content:""; width:0; height:100%; left:auto; right:0; top:0; background:#f6ae5f; transition: 0.3s;}

[id^="nav__"] .nav_btn a:hover::after{ width:100%; left: 0; }
	
	
[id^="nav__"] .nav_btn a:hover{color:#ffffff;}
[id^="nav__"] .nav_btn a::after{ z-index:-1; position: absolute; content:""; width:300%; height:0; left:-5rem; bottom:-10rem; top:auto; background:var(--c04); transition: 0.4s; transform: rotate(5deg);filter: blur(6px);}
[id^="nav__"] .nav_btn a:hover::after{ height:700%; bottom:-20rem; transform: rotate(14deg);}	
	

.side_fix{ position:fixed; right:2rem; top:14rem; display:block; font-size:1.3rem; z-index:3;}
.side_fix li { display: block; width: 5rem; height: 5rem; text-align: center; margin: 0 0 1rem; line-height: 1; opacity: 0.9;}
.side_fix li a{ font-weight:bold; position: relative; z-index: 2;}
.side_fix li a::before{ position: absolute; z-index: -1; background: rgba(255,255,255,0.3); top:-1.6rem; left:-1.7rem; width: 5rem; height: 5rem; border-radius: 3rem; display: block; content: ""; transition: 0.4s;}
.side_fix li a:hover::before, .side_fix li.active a::before{ background: var(--c01);}

/* footer -------------------------------------*/
[id^="footer__"] { width:100%; font-weight:100; padding:7rem 0 10rem; position:relative; font-size:1.3rem;  background: var(--c02);}
[id^="footer__"] a{ color:#fff; transition: 0.4s;}
[id^="footer__"] a:hover{ color:var(--c01);}

#footer__ #upper__{ padding: 0 0 2rem; margin: 0 0 2rem; border-bottom:1px solid rgba(255,255,255,0.1);}
#footer__ #upper__ .column__04{ width:100%;align-items: center;}
#footer__ #upper__ .row{ margin:0;}
#footer__ #upper__ .row:first-child { width:23%; }
#footer__ #upper__ .row:first-child .-logo img{ width:25rem; display: block; margin: 0 0 0.5rem;}
#footer__ #upper__ .row:first-child .-logo small{font-size: 1.3rem; font-weight: 400; letter-spacing: 0.3rem;}
#footer__ #upper__ .row:nth-child(2){ width:40%; font-size: 1.3rem;}
#footer__ #upper__ .row:nth-child(2) .date{ font-size:4.5rem; font-weight: 500; line-height: 1;}

#footer__ #upper__ .row:nth-child(3){ width:10%; font-size: 1.3rem;}

#footer__ #upper__ .row:last-child { width:27%; text-align: right;}
#footer__ #upper__ .row:last-child h5{ padding:0 2rem 0.5rem; font-size:1.4rem; display: inline-block; vertical-align: middle;}
#footer__ #upper__ .row:last-child ul{ padding:0 0 0.5rem; display: inline-block;}
#footer__ #upper__ .row:last-child ul.sns li{ display: inline-block;vertical-align: middle; margin: 0 1rem;}
#footer__ #upper__ .row:last-child ul.sns li a{}
#footer__ #upper__ .row:last-child ul.sns li a svg{ z-index: 2; position: relative;}
#footer__ #upper__ .row:last-child ul.sns li a svg path,
#footer__ #upper__ .row:last-child ul.sns li a svg circle{ fill:#fff;}
#footer__ #upper__ .row:last-child ul.sns li a:hover svg path,
#footer__ #upper__ .row:last-child ul.sns li a:hover svg circle{ fill:var(--c01);}

#footer__ #under__ .column__02{ width:100% ;align-items: center;  font-size: 1.2rem;}
#footer__ #under__ .row{ margin:0;}
#footer__ #under__ .row:first-child { width:60%; }
#footer__ #under__ .row:first-child ul li{ display:inline-block; margin: 0 1.5rem 0 0;}
#footer__ #under__ .row:last-child { width:40%; text-align: right; font-size: 1rem;}
#footer__ #under__ .row:last-child img{ width:7rem; vertical-align: middle; margin: 0 0.5rem 0 0;}


/* main -------------------------------------*/
[id^="main__"] { position:relative; font-size:1.7rem; min-height:100vh;}

.inner{ max-width:1200px; min-width:800px; width:calc(90% + 6rem); padding:0; margin:0 auto; position:relative; }
.inner_mini{ max-width:1100px; min-width:800px; width:calc(90% + 6rem); margin:0 auto; position:relative; }

[class^="section___"] { width:100%; position:relative; transition: 0.6s; opacity:0; transform: translate(0, 10%);}
[class^="section___"].active{ opacity:1; transform: translate(0, 0);}

[class*="btn__"] { display:inline-block; text-align:center; padding:2.4rem 6rem; min-width: 30rem; color:#fff; background:#e4724d; line-height:1; position:relative; overflow:hidden; z-index: 1; border-radius:7rem; transition: 0.3s;}	
[class*="btn__"]:hover{}
[class*="btn__"]::after{ z-index:-1; position: absolute; content:""; width:300%; height:0; left:-5rem; bottom:-10rem; top:auto; background:var(--c04); transition: 0.4s; transform: rotate(5deg);filter: blur(6px);}
[class*="btn__"]:hover::after{ height:700%; bottom:-20rem; transform: rotate(14deg);}

.btn__l{padding:2.5rem 20rem; font-size:2.5rem;}	

.btn__line{ background:none; border: 1px solid var(--c01); color: var(--c01);}
.btn__line:hover{ color: #fff;}
.btn__line::after{ background:var(--c01);}


[class*="column__"] { display: flex; flex-wrap: wrap; width:100%; }
[class*="column__"] .row{ position:relative;}

.column__02 .row{ width:48.3%; margin:0 0 3% 3.4%;}
.column__02 .row:nth-child(2n+1){ margin:0 0 3%;}

.column__03 .row{ width:31.066%; margin:0 0 3% 3.4%;}
.column__03 .row:nth-child(3n+1){ margin:0 0 3%;}

.column__04 .row{ width:23.5%; margin:0 0 3% 2%;}
.column__04 .row:nth-child(4n+1){ margin:0 0 3%;}

.column__05 .row{ width:18%; margin:0 0 2% 2%;}
.column__05 .row:nth-child(5n+1){ margin:0 0 2%;}

.column__06 .row{ width:15%; margin:0 0 2% 2%;}
.column__06 .row:nth-child(6n+1){ margin:0 0 2%;}

.page_ttl{ height:46rem; width:100%; display:table;}
.page_ttl .txt{ display:table-cell; padding:3rem 0 0; text-align:center; vertical-align:middle; color:#fff;}
.page_ttl .txt h2{ font-size:5rem; position:relative; font-weight:400; line-height:2rem; color:#ea9014; margin:-7rem 0 2rem;}
.page_ttl .txt p{ font-size:1.4rem;}

/* top -------------------------------------*/
#main__.top__{}
#top__fv{ width:100%; height:100vh; min-height: 1000px; position:relative;}
#top__fv::before{ position:absolute; width: 100%; height:100vh; min-height: 1000px; content: ""; display: block; background: url("../img/bg_top.jpg") center top no-repeat; background-size: auto 100%; bottom:0; left: 0; z-index: 2;}
#top__fv .-text > *{ position:absolute; color: #fff; z-index: 3;}
#top__fv .-text h1{ width:70rem; top: calc(50% - 24rem); left: calc(50% - 35rem); text-align: center;}
#top__fv .-text h1 small{ display:block; margin: 1.5rem 0 0; font-size: 2.4rem; font-weight: 400; letter-spacing: 0.5rem;}
#top__fv .-text h2{ position:absolute; top: calc(50% - 1rem); left: 0; text-align: center; width: 100%; line-height:1.1; font-size:6rem; font-weight: bold; text-shadow: 0 0 1rem rgba(0,0,0,1);}
#top__fv .-text h2 span{ font-size: 2rem; font-weight: 400; display: block; margin: 2rem 0 0;}
#top__fv ul li{ position: absolute; z-index: 3;}
#top__fv ul .date{ left: 5rem; bottom: 17rem; font-size:6rem; font-weight:500; line-height: 1.2;}
#top__fv ul .date small{ font-size: 3.6rem; margin: 0 0 0 0.2rem;}
#top__fv ul .place{ left: 5rem; bottom: 12.5rem;  font-size:2.4rem; font-weight:400; line-height: 1.2; padding: 0 0 2rem;}
#top__fv ul .place small {font-size:1.5rem; font-weight:normal;}
#top__fv ul .produced{ right: 5rem; bottom: 11.5rem;  font-size:1.1rem;}
#top__fv ul .produced img{ width:11rem; margin: 0 0 0 0.5rem;}
#top__fv ul .-btn { right: 4.5rem; bottom: 17rem;}
#top__fv ul .-btn .btn__{ padding: 2rem; font-size: 1.8rem; width: 30rem;}

.information{ position: relative; width: 100rem; z-index: 3; background: var(--c02); margin: -8vh auto 5rem; padding: 3rem 4rem; border-radius: 0.5rem;}
.information h3{ font-size:2.8rem; margin: -5rem 0 2rem; text-align: center;}
.information .frame{ height: 13rem; width: 100%; display: block; overflow-y:auto; -webkit-overflow-scrolling: touch; }
.information .frame{ width: 100%; }
.information .frame::-webkit-scrollbar{ width:0.3rem; height:1rem; }
.information .frame::-webkit-scrollbar-track{ background:#fbfafa; border: none;}
.information .frame::-webkit-scrollbar-thumb{ background:#231823; height: 1rem; border-radius: 1rem;}
.information .frame{ scrollbar-width: thin; scrollbar-color: #e4724d #231823;}
.information .frame dl{ padding:0 2rem 2rem 0; display:flex; flex-wrap: wrap; width: 100%; font-size: 1.4rem;}
.information .frame dl dt{ color: var(--c01); width: 15%;}
.information .frame dl dd{ width: 85%;}
.information .frame a{text-decoration: underline; text-decoration-color:rgba(255,255,255,0.8);}
.information .frame a:hover{transition: text-decoration-color 0.7s ease; text-decoration-color: transparent;}	
	

/* startup__top -------------------------------------*/
#startup__top{ width:100%; position:relative; padding: 4rem 0; background: url("../img/bg_pitch.jpg") center center no-repeat; background-size: cover;}
#startup__top .box{background:rgba(20,16,30,0.7);padding: 6rem 10rem; border-radius: 0.5rem;}
#startup__top h2{ padding: 0 0 3rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#startup__top h2 span{ font-size: 5.5rem; color: var(--c01); display: block; font-weight: 400;}
#startup__top h3{ font-size:4.5rem; text-align: center; font-weight: bold;  padding: 0 0 4rem;}
#startup__top .-table{ margin: 0 0 2rem; }
#startup__top .-table dl{display:flex; flex-wrap: wrap; width: 100%; font-size: 1.4rem;}
#startup__top .-table dl dt{ width:15%; padding: 2rem 1.5rem; border-bottom: 2px solid var(--c01);}
#startup__top .-table dl dd{ width:85%; padding: 2rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.1);}
#startup__top .-table dl dd ol{ padding: 0 0 1rem 2rem;}
#startup__top .-table dl dd ol li{ list-style: disc; padding: 0 0 0.5rem;}
#startup__top .-text p{padding: 0 0 2rem;}
#startup__top .attention{ padding: 0 0 2rem; line-height: 1.6; font-size:1.2rem;}

/* speakers__ -------------------------------------*/
#speakers__{ padding: 10rem 0; position: relative; }
#speakers__ h2{ padding: 0 0 2rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#speakers__ h2 span{ font-size: 5.5rem; color: var(--c01); display: block;}
#speakers__ h2 small{ font-size: 1.6rem; }
#speakers__ #swiper_speakers { position:relative; padding: 5rem 10rem; }
#speakers__ #swiper_speakers .swiper-slide{ width: 30rem; padding:0; margin:0 2rem; position:relative;}
#speakers__ #swiper_speakers .swiper-slide dt{ margin: 0 0 2rem; border-radius: 0.5rem; overflow: hidden;}
#speakers__ #swiper_speakers .swiper-slide dd{ text-align:center;}
#speakers__ #swiper_speakers .swiper-slide dd h4{ font-size:2rem; font-weight: 400; padding: 0 0 0.5rem;}
#speakers__ #swiper_speakers .swiper-slide dd p{ font-size:1.2rem; padding: 0 0.3rem; line-height: 1.4; font-weight: 300; opacity: 0.7; word-break:break-all;}
#speakers__ .swiper__nav{ position: absolute; bottom:11rem; right: calc(50% - 23rem);}
.swiper__nav{ display: flex;}
.swiper__nav li{ position: relative;width:6rem; height: 6rem; border: 2px solid var(--c01); border-radius: 5rem; transition: 0.3s;}
.swiper__nav li::before{ position: absolute; border-top:2px solid var(--c01); border-left:2px solid var(--c01); content: ""; width: 1.2rem; height: 1.2rem; top:2.2rem; display: block; transition: 0.4s;}
.swiper__nav li.nextbutton{ margin:0 17rem 0 0;}
.swiper__nav li.nextbutton::before{transform: rotate(-45deg); left: 2.4rem;}
.swiper__nav li.prevbutton{ margin:0 0 0 17rem;}
.swiper__nav li.prevbutton::before{transform: rotate(135deg); right: 2.4rem;}
.swiper__nav li:hover{ background:var(--c04); border: 2px solid var(--c04); cursor: pointer;}
.swiper__nav li:hover::before{ border-top:2px solid #fff; border-left:2px solid #fff;}

/* concept__top -------------------------------------*/
#concept__top{ padding: 15rem 0; background: url("../img/bg_concept.jpg") center bottom no-repeat; background-size:cover; text-align: left; }
#concept__top h2{ padding: 0 0 2rem; text-align: left; line-height: 1.5; }
#concept__top h2 span{ font-size: 5.5rem; color: var(--c01); }
#concept__top h2 small{ font-size: 1.6rem; display: block;}
#concept__top h3{ padding: 3rem 0 5rem; font-size: 4.5rem; line-height: 1.7; text-align: left; }
#concept__top h3 small{ display:block; font-size: 1.6rem;}
#-en #concept__top h3{ line-height: 1.3; }
#concept__top p{ line-height: 2.3; padding: 0 0 3rem;}
#concept__top .column__02{ margin:0; padding: 0;}
#concept__top .column__02 .row:first-child{ width:27%; vertical-align: top;}
#concept__top .column__02 .row:last-child{ width:68%; vertical-align: top; margin: -2.8rem 0 0;}

/* contents__top -------------------------------------*/
#contents__top{ padding: 15rem 0; position: relative; background: url("../img/bg_contents.jpg") center center no-repeat; background-size:100%; }
#contents__top::before{ position:absolute; top:0; left: 0; content: ""; width: 100%; height: 50rem;  background: linear-gradient(0, rgba(0,0,0,0), #3d252b); }
#contents__top h2{ padding: 0 0 6rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#contents__top h2 span{ font-size: 5.5rem; color: var(--c01); display: block;}
#contents__top h2 small{ font-size: 1.6rem; }
#contents__top dl{ display:flex; flex-wrap: wrap; width: 100%; position: relative; padding: 0 0 10rem; justify-content: center; align-items: center;}
#contents__top dl:last-child{ padding:0 0 5rem;}
#contents__top dl:nth-child(2n - 1){ flex-direction: row-reverse;}
#contents__top dl dt{ width:60%; text-align: right; position: relative; border-radius: 2rem; overflow: hidden;}
#contents__top dl:nth-child(2n - 1) dt{ text-align: left;}
#contents__top dl dt figure{ position:relative;}
#contents__top dl dt figure figcaption{ position:absolute; font-size: 1rem; color: rgba(255,255,255,0.7); left: 1.2rem; bottom: 0.8rem;}
#contents__top dl dt small{ position: absolute; right: 0; bottom: 0; color: #fff; font-size: 1.1rem;}
#contents__top dl dd{ width:40%; padding: 3rem 0 0 8rem; position: relative;}
#contents__top dl:nth-child(2n - 1) dd{ padding: 3rem 8rem 0 0; }
#contents__top dl dd h3 { font-weight: normal; padding: 0 0 3rem; line-height: 1.4; position: relative;}
#contents__top dl dd h3 small{ font-size:1.4rem;}
#contents__top dl dd h3 span{ font-size:4.5rem; display: block; }
#contents__top dl dd h3::before{ position:absolute;  font-size: 27vw; color:rgba(0,0,0,0.1); font-family: 'Inter Tight', sans-serif; font-weight: 400; letter-spacing:0; z-index: 0; opacity: 0.3;-webkit-text-stroke: 2px var(--c01);}
#contents__top dl:nth-of-type(1) dd h3::before{ content:"01"; top:-30rem; right:-15rem;}
#contents__top dl:nth-of-type(2) dd h3::before{ content:"02"; top:-30rem; left:-15rem;}
#contents__top dl:nth-of-type(3) dd h3::before{ content:"03"; top:-30rem; right:-19rem;}
#contents__top dl:nth-of-type(4) dd h3::before{ content:"04"; top:-30rem; left:-19rem;}
#contents__top dl:nth-of-type(5) dd h3::before{ content:"05"; top:-30rem; right:-19rem;}
#contents__top dl dd p{ padding: 0 0 3rem; font-size: 1.6rem; line-height: 2.2;}

/* outline__ -------------------------------------*/
#outline__{ padding:10rem 0;}
#outline__ h2{ padding: 0 0 6rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#outline__ h2 span{ font-size: 5.5rem; color: var(--c01); display: block;}
#outline__ h2 small{ font-size: 1.6rem; }
#outline__ .inner{ max-width:90rem;}
#outline__ .inner:nth-child(2n){ margin-top:10rem;}
#outline__  .-table { padding:0 0 3rem;}
#outline__  .-table dl{display:flex; flex-wrap: wrap; width: 100%;}
#outline__  .-table dl dt{ width: 20%; border-bottom: 2px solid var(--c01);}
#outline__  .-table dl dd{ width: 80%; border-bottom: 1px solid rgba(255,255,255,0.1);}
#outline__  .-table dl dt, #outline__  .-table dl dd{ padding:2rem 2.3rem;}
#outline__  .-table dd p small{ font-size:1.4rem; font-weight:500; }	
#outline__ .btn__line{ min-width:auto; padding: 1rem 3rem; font-size: 1.4rem;}
#outline__ .-table dd figure img{width:50rem;}
#outline__ .-table dd figure a {transition: opacity 0.3s ease; /* アニメーションの設定 */}
#outline__ .-table dd figure a:hover {    opacity: 0.7; }	

/* tickets__ -------------------------------------*/	
#tickets__{ padding:7rem 0 10rem; background: var(--c02);}
#tickets__ h2{ padding: 0 0 4rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#tickets__ h2 span{ font-size: 5.5rem; color: var(--c01); display: block;}
#tickets__ h2 small{ font-size: 1.6rem; }
#tickets__ h3{ padding: 0 0 2rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#tickets__ .inner{ width: 100rem;}
	
	
#tickets__ p{ font-size:2rem; text-align: left;}
#tickets__ p.press{font-size:1.6rem; text-align:center!important; margin-bottom:3rem;}	
#tickets__ h3{ font-size:2rem; text-align: center; margin: 10rem 0 4rem; }
#tickets__ h3 span{ padding: 0 0.5rem; font-szie: 2rem; color: #888888;}
#tickets__ .column__sp .row{ background:#fff; color:#000; border-radius: 1rem; box-shadow: 0 0 1rem rgba(0,0,0,0.1); position: relative; padding: 3rem 3.5rem; width: 100%; margin: 0 0 2rem;}
#tickets__ .column__sp .row:last-child{margin: 0;}
#tickets__ .column__sp .row dl{ display: table; width: 100%; padding: 0 0 2rem; line-height: 1.6;}
#tickets__ .column__sp .row dl dt{ display: table-cell; vertical-align: middle; width: 70%;}
#tickets__ .column__sp .row dl dd{ display: table-cell; vertical-align: middle; width: 30%; text-align: right;}
#tickets__ .column__sp .row dt{ font-size: 2.5rem;}
#tickets__ .column__sp .row dt small{font-size:1.4rem; color:var(--c01); display: block;}
#tickets__ .column__sp .row dd{line-height: 1.4;}
#tickets__ .column__sp .row dd strong{ font-size: 3rem; font-weight: 300; color: var(--c01);}
#tickets__ .column__sp .row dd strong.gf{ font-size: 4rem; font-weight: 300; color:var(--c01);}
#tickets__ .column__sp .row dd small{font-size:1.2rem; display: block; color: #000;}
#tickets__ .column__sp .row ul{ margin: 0 0 0 2rem;}
#tickets__ .column__sp .row ul li{ font-size: 1.4rem; padding: 0 0 0.5rem; list-style:disc;}
#tickets__ .column__sp .row ul li a{ text-decoration: underline; transition: 0.4s; color: #000;}
#tickets__ .column__sp .row ul li a:hover{ text-decoration: none; opacity: 0.8;}
#tickets__ .column__sp .row p{ font-size: 1.4rem;}
#tickets__ .column__sp .row small{ font-size: 1.2rem;}
#tickets__ .btn{ text-align: center;}
#tickets__ .btn__line{font-size: 1.4rem; padding: 1.5rem 4rem;}
#tickets__ .btn .btn__w{font-size: 2.4rem; font-weight: bold; padding:3rem 6rem;}

	
#tickets__ .table__{}
#tickets__ .table__ dl{width:100%; }
#tickets__ .table__ dl {display: flex; flex-wrap: nowrap;  width: 100%; flex-direction: row;    align-content: center;    justify-content: center; align-items: center; border-bottom:1px solid #2d2027;}	
#tickets__ .table__ dl:first-child { border-bottom: 2px solid var(--c01);}
#tickets__ .table__ dl dt{ width:47%; padding:2rem 1rem; font-size:1.2rem;}
#tickets__ .table__ dl dd{ width:70%; padding:2rem 0rem 2rem 0rem;}
#tickets__ .table__ dl ul{ list-style:disc; margin:0 0 0 2rem;}
#tickets__ .table__ dl ul li{ padding:0 0 0.5rem;}
	
#tickets__ .table__ {background-size:cover;  padding:1rem 0; border-radius:.3rem; line-height:1.7rem;}
#tickets__ .tablebox__ {width:100%; overflow-x: auto; white-space: nowrap; margin-bottom:4rem;}
#tickets__ .ticket__table__ {
  padding: 0 0 1rem;
  text-align: center;
  min-width: 600px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}

#tickets__ .ticket__table__::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; /* Chrome, Safari, Opera */
}


#tickets__ .table__ dl:last-child{border-bottom:none;}
#tickets__ .table__ dl a { color: #fff;    font-weight: 500;    transition: opacity 0.3s ease, color 0.3s ease;}
#tickets__ .table__ dl a:hover {  opacity: 0.5;    color: #ffffff;}
#tickets__ .table__ dl.type__ dd{font-size:1.5rem;}
#tickets__ .table__ dl.type__ dd small{font-size:1.2rem;}
	
#tickets__ .table__ dt small {font-size:1rem;}
#tickets__ .table__ dd {font-size:1.2rem; line-height:1.5rem;}
#tickets__ .not__ {opacity:.5;}

#tickets__ h3 .btn{margin:2rem;}
	
#tickets__ .full{ padding-bottom:5rem;}	
#tickets__ .full p{margin:0 auto;font-size:1.7rem;}
		
	
.type__ dt {  background-color: var(--c02);}
.type__ dd:nth-child(2) { background: var(--c02);}
.type__ dd:nth-child(3) { background: var(--c02);}
.type__ dd:nth-child(4) { background: var(--c02);}
.type__ dd:nth-child(5) { background: var(--c02);}
.type__ dd:nth-child(6) { background: var(--c02);}
	

.ticket__table__ .table__ dl:nth-child(even) {}
.ticket__table__  .table__ dl:nth-child(odd) {  background: #221926;}	
	

/* sponsors__ -------------------------------------*/
#sponsors__{ padding:10rem 0;}
#sponsors__ h2{ padding: 0 0 6rem; font-size: 2.2rem; line-height: 1.5; text-align: center;}
#sponsors__ h2 span{ font-size: 5.5rem; color: var(--c01); display: block;}
#sponsors__ h2 small{ font-size: 1.6rem; }
#sponsors__ h3{ text-align:center; position:relative; padding:0 0 2rem; font-weight: 300; font-size:2.6rem; }
#sponsors__ img{ border-radius: 0.5rem; overflow: hidden;}
#sponsors__ [class*="column__"]{ justify-content: center;}






/* startup -------------------------------------*/
.startup__{ background:#14101e; }
.startup__ .page_ttl{ background: url("../img/bg_subtop03.png") top center no-repeat; background-size:cover;  position:relative; /*height:50rem*/;}
.startup__ .page_ttl .txt h2{ color:#fff;}
.startup__ .page_ttl .txt {  padding: 8rem 0 0; }	
.startup__ .box { background: rgba(20, 16, 30, 0.7); padding: 6rem 8.5rem; border-radius: 0.5rem;}	
.startup__ .page_ttl p{ padding:0 0 3rem;}
.startup__ .page_ttl .btn__{ padding:2rem; min-width:25rem; font-size:1.6rem;}
.startup__ .page_ttl .announcement { position: absolute;  left: 0;  bottom:7rem;  width: 100%;   padding: 3rem 2.5rem 2rem;        /* background: rgba(255, 255, 255, .06); */    text-align: center;    color: #fff;   font-weight: bold;  font-size: 2rem;}	
.startup__ .page_ttl .announcement span {display: block; font-size: 1.8rem; color: #ffffff; font-weight: 500; line-height:2.4rem; }	
.startup__ .page_ttl .announcement span small{font-size:1.5rem;}
.startup__ .page_ttl .announcement_end { position: absolute;  left: 50%;    bottom: 7rem;     width: 40rem;     padding: 1.5rem 2.5rem;     background: rgba(20, 16, 30, 0.2);     text-align: center;    color: #fff;   font-weight: bold;  font-size: 2rem;  transform: translateX(-50%);	border-radius:.5rem;}
.startup__ #startup {    text-align: center;    padding: 9rem 0 7rem;	background-color: #14101e;    background-image: url("../img/bg_pitch01.jpg"); background-repeat: no-repeat;    background-size: 100% auto;    background-attachment: scroll;    background-position: center top;    position: relative;     overflow: hidden;} 
.startup__ .inner{z-index:10;}
.startup__ #startup h2 small {color:#ffffff;}
.startup__ #startup h2.gf { margin: 0 0 4rem; text-align: center; font-family: 'Oswald', sans-serif;}
.startup__ #startup h3{ font-size:3rem; font-weight:bold; color: var(--c01); padding:0 0 2rem;}
.startup__ #startup h3.top { font-size:3rem; font-weight:bold; color: #ffffff; padding:0 0 5rem;}
.startup__ #startup .lead{ padding: 0 0 8rem;}
.startup__ #startup p{ padding: 0 0 7rem; color:#ffffff;}
.startup__ #startup .column__02{ margin-bottom:5rem;}
.startup__ #startup .column__02 .row{ display: table; padding: 1.5rem;}
.startup__ #startup .column__02 .row dt{ display: table-cell; width: 35%;}
.startup__ #startup .column__02 .row dd{ display: table-cell; width: 65%; padding: 0 0 0 3rem; vertical-align: top; text-align: left; position: relative;}
/* .startup__ #startup .column__02 .row dd span{ position: relative; position: absolute; font-weight: 400; font-size: 2rem; right:1rem; top:1rem; line-height: 2.5rem; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing:0; color: #fff; } */
.startup__ #startup .column__02 .row dd span {    position: relative;    z-index: 10;    font-weight: 400;    font-size: 2rem;    right: -24.5rem;    top: -1rem;    line-height: normal;    font-family: 'Oswald', 'Barlow Semi Condensed', sans-serif;    letter-spacing: 0;    display: flex;    align-items: center;    justify-content: center;    width: 5rem;     height: 5rem; }
	
.startup__ #startup .column__02 .row dd span:after {    content: "";    position: absolute;    z-index: -5;    top: 0;     left: 0;    width: 5rem;    height: 5rem;    background: rgba(255, 255, 255, 0.2);    border-radius: 50%;     display: block;}
.startup__ #startup .column__02 .row dd h4{ padding: 0 5rem 2rem 0; margin-top:-5rem;}
.startup__ #startup .column__02 .row dd h4 a{ display: block; text-decoration: none; transition: 0.3s;}
.startup__ #startup .column__02 .row dd h4 a:hover{opacity:0.9; text-decoration: none;}
.startup__ #startup .column__02 .row dd h4 small{ font-size: 1.2rem; font-weight: 300; opacity: 0.6;}
.startup__ #startup .column__02 .row dd p{ padding:0 0 2rem; font-size: 1.4rem; line-height: 1.6;}
.startup__ #startup .column__02 .row dd .movie{ text-align: left; margin:-1rem;}
.startup__ #startup .column__02 .row dd .btn__ {min-width:20rem; padding: 2rem;  font-size: 1.5rem;	}

.startup__ #startup .column__02 .row dd .btn__line{ min-width: auto; padding: .8rem 3rem; font-size: 1.3rem; line-height: 1.6;  margin-top: 2rem;}
.startup__ #startup h2.prologue{font-size:4.5rem; color:#ffffff; margin-bottom:2rem; }
.startup__ #startup .begining{font-size:3.5rem; font-weight:bold;  line-height:4.5rem; color:var(--c01); margin-bottom:2rem; }
.startup__ #startup p.begining{font-size:1.5rem; color:#ffffff; ;margin-bottom:5rem; font-weight:normal;line-height:2.5rem;}
.startup__ #startup .column__02 .row dd h4 small {    font-size: 1.2rem;    font-weight: 300;    opacity: 0.6;	color:#035640１;}
.startup__ .btn__.none { pointer-events: none;  opacity: 0.7;}	
	
/* startup__ requirements -------------------------------------*/
.startup__ #requirements { width:100%; position:relative; padding:10rem 0; background:var(--c02); }
.startup__ #requirements h2{ padding: 0 0 6rem; font-size: 7.2rem; color: #f6ae5f; line-height: 1.2; text-align: center;}
.startup__ #requirements h2 span{ font-size: 7.5rem; color: #035640; display: block; font-weight: 500;}
.startup__ #requirements h3{ font-size:5rem; text-align: center; font-weight: 400; color: #035640; padding: 0 0 1rem;}
.startup__ #requirements h3 small{display: block; font-size:2rem; margin-bottom:1rem; color:#000;}
.startup__ #requirements .column__04 { max-width: 1100px; margin: 0 auto;}
.startup__ #requirements .column__04 .row{ padding: 0 1rem;}
.startup__ #requirements .column__04 .row figcaption{ text-align:center; font-size: 2.4rem; color:#035640; font-weight: bold; padding: 1rem 0 0;}
.startup__ #requirements p{ padding: 0 0 3rem; line-height: 2; }
.startup__ #requirements .no_pd{ padding: 0;}
.startup__ #requirements ol{ padding: 0 0 1rem 3rem;}
.startup__ #requirements ol li{ list-style: disc; padding: 0 0 0.5rem;}
.startup__ #requirements .-frame{ background:#f0fcf8; border-radius: 0 0 6rem 0; padding: 4rem 5rem 1rem 5rem; z-index: 2; position: relative;}
.startup__ #requirements .column__02{ position: relative; font-size: 1.5rem;}
.startup__ #requirements .column__02 .row h4{ color: #035640; padding: 0 0 0.5rem}
.startup__ #requirements .column__02 .row p{ padding: 0 0 1rem; line-height: 2; }
.startup__ #requirements .-btn{ text-align:center; padding: 15rem 2rem; margin: -5rem 0 0; position: relative; height: 45rem; overflow: hidden;}
.startup__ #requirements .-btn p{ color:#fff; font-size: 8rem; z-index: 1; position: relative; line-height: 1;}
.startup__ #requirements .-btn #swiper_join{position: absolute; top:0; left: 0; z-index: 0; width: 100%;}
.startup__ #requirements .-btn #swiper_join .swiper-wrapper{transition-timing-function: linear;}
.startup__ #requirements .-btn #swiper_join .swiper-wrapper .swiper-slide{ height: 45rem; background-size: cover;}
.startup__ #requirements .-btn .btn__orange{ font-size:2.4rem; width: 70rem; padding: 3rem; font-weight: bold;}
.startup__ #requirements .-btn .btn__orange.none { pointer-events: none; opacity: 0.8;}		

	
	

/* program__ -------------------------------------*/
.program__{ background:#14101e; }
.program__ .page_ttl{ background: url("../img/bg_subtop02.png") top center no-repeat; background-size:cover;  position:relative;         padding: 9rem 0 0;}
/*.program__  section__ {text-align: center; padding: 7rem 0; background:#F2E9E1 url('../../assets/img/bg_pattern.png') no-repeat top;    background-size:100% auto;}	*/

.program__ 	    .page_ttl .txt {  display: table-cell; padding:0;   text-align: center;        vertical-align: middle;       color: #fff; }
.program__ .page_ttl .txt h2{ color:#fff;}

.program__ .section__ { text-align: center;  padding: 9rem 0 13rem;	background-color: #14101e;  background-image: url("../img/bg_pitch01.jpg"); background-repeat: no-repeat;    background-size: 100% auto;    background-attachment: scroll;    background-position: center top;    position: relative;     overflow: hidden;}		
.program__ .section__ .inner p {color:#000;}	
.program__ .section__ .inner p.mb_m.tickets	{color:#ffffff; font-size:1.6rem;}
.program__ .section__ .inner small {color:#000;}	 
.program__ .section__ .inner small.notice {color: #fff;}
.program__ .program_day{ width:100%; display:table; padding:0 0 2rem;}
.program__ .program_day li{ width:25%; display:table-cell; text-align:center; font-size:1.5rem; line-height: 1.1;}
.program__ .program_day li span{ display: block; font-size: 3.5rem;}
.program__ .program_day li a{ background:rgba(255,255,255,.3); color:rgba(255,255,255,1); padding:2rem; display:block; transition: 0.4s;}
.program__ .program_day li a:hover,
.program__ .program_day li.active{ background:var(--c01); color:#fff; padding:2rem; position:relative; }
.program__ .program_day.top li a::before{ position:absolute; content:""; bottom:1rem; left:calc(50% - 2rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-top: 2rem solid #ea9014; opacity:0; transition: 0.3s; z-index:-1;}
.program__ .program_day.top li a:hover::before,
.program__ .program_day.top li.active::before{ position:absolute; content:""; bottom:-1rem; left:calc(50% - 2rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-top: 2rem solid var(--c01); opacity:1;}

.program__ .program_day.bottom li a::before{ position:absolute; content:""; top:1rem; left:calc(50% - 2rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-bottom: 2rem solid #2bb19e; opacity:0; transition: 0.3s; z-index:-1;}
.program__ .program_day.bottom li a:hover::before,
.program__ .program_day.bottom li.active::before{ position:absolute; content:""; top:-1rem; left:calc(50% - 2rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-bottom: 2rem solid var(--c01); opacity:1;}

.program__ .program_table { text-align:left; padding:0 0 2rem;}
.program__ .program_table table{ width: 100%; background:rgba(255,255,255,1); padding:0 0 2rem;}
.program__ .program_table table tr{ width:50%;}
.program__ .program_table table th, .program__ .program_table table td { border: 1px solid rgba(225,225,225,0.6); padding:2rem; vertical-align:top; font-weight:normal;}
.program__ .program_table table th{ text-align:center; font-weight:bold; vertical-align:middle; padding:2rem 0.5rem; color:#000;}
.program__ .program_table table th small{ display:block; font-size: 1.5rem; font-weight:normal;}
.program__ .program_table table td{ font-size:1.4rem; position:relative;}
.program__ .program_table table td.none{ background:rgba(204,195,187,0.2); border: 1px solid rgba(225,225,225,0.3);}
.program__ .program_table table td time{padding:0 0 0.5rem; color:rgba(0,0,0,0.8);}
.program__ .program_table table td p{ font-size:1.6rem; padding:0 0 1rem; margin:0; font-weight:bold;}
.program__ .program_table table td p a{ border-bottom:1px dotted #999; color:#000;}
.program__ .program_table table td h3{ text-align:center; padding:0 0 2rem; color:#005979; font-size:1.6rem;}
.program__ .program_table table td span.number{color:rgba(0,0,0,0.4); position:absolute; top:.5rem; right:.5rem; font-size:1.7rem; font-weight:400;  padding:.5rem 1rem; letter-spacing:normal;}	
.program__ .program_table table td span.gf{font-family: 'Oswald', sans-serif; letter-spacing:normal;}	
.program__ .program_table table td ul{ list-style:disc; display:block; margin:0 0 0 2rem;}
.program__ .program_table table td ul li{ padding:0 0 2rem;}
.program__ .program_table table td ul li strong{ display:block; padding:0 0 0.5rem;}
.program__ .program_table table td ul li span{ margin:0 0 0 1rem; display:block; color:#abaaaa; font-size:1.4rem;}
.program__ .program_table table td ul li span small{ font-size:1rem !important;}

.program__ .program_table small{ font-size:1.2rem;}

.program__ .program_table table td dl{ display:table; width:100%; margin:0 0 1.3rem;}
.program__ .program_table table td dl:last-child{ margin:0;}
.program__ .program_table table td dl dt{ display:table-cell; width:12rem; color:var(--c01);}
.program__ .program_table table td dl dd{ display:table-cell; line-height:1.6rem;}
.program__ .program_table table td dl dd p{ padding:0 0 0.4rem; margin:0; font-size:1.4rem; font-weight:normal;}
.program__ .program_table table td dl dd small{ font-size:1rem; color:rgba(255,255,255,0.7);}
.program__ .program_table table td.short dl{ display:block;}
.program__ .program_table table td.short dl dt{ display:block; width:100%; padding:0 0 0.5rem;}


.program__ .program_table .btn__ { vertical-align:middle; width: auto; min-width: auto; padding: 1.5rem 8rem; margin:3rem auto 1rem;}


.program__ .page_ttl .announcement{ position:absolute; left:0; bottom:0; width:100%; padding:1.5rem; color:#fff; background:rgba(20,16,30,0.3); text-align:center;}
.program__ .page_ttl .announcement .btn__{ vertical-align:middle; width: auto; min-width: auto; padding: 1.5rem 4rem; margin-left: 1rem;}


	
/* pitch__ -------------------------------------*/
	
.pitch__{ background:#14101e;}
.pitch__ .page_ttl{ height:40rem;  background: url("../img/bg_subtop03.png") top center no-repeat; background-size:cover;  position:relative; }
	
.pitch__ .page_ttl .txt h2{ color:#fff; font-size: 5rem;   position: relative;   font-weight: 400;  line-height: 2rem;  margin: -3rem 0 2rem;  }
.pitch__  .page_ttl .txt {  padding: 11rem 0 0; }	
.pitch__ .box { background: rgba(35, 24, 38, 0.7);  padding: 6rem 8.5rem 1rem;  border-radius: 0.5rem;}	
.pitch__ .page_ttl p{ padding:0 0 3rem;}
.pitch__ .page_ttl .btn__{ padding:2rem; min-width:25rem; font-size:1.6rem;}
.pitch__ .page_ttl .announcement { position: absolute;  left: 0;  bottom:7rem;  width: 100%;   padding: 3rem 2.5rem 2rem;        /* background: rgba(255, 255, 255, .06); */    text-align: center;    color: #fff;   font-weight: bold;  font-size: 2rem;}	
.pitch__ .page_ttl .announcement span {display: block; font-size: 1.8rem; color: #ffffff; font-weight: 500; line-height:2.4rem; }	
.pitch__ .page_ttl .announcement span small{font-size:1.5rem;}
.pitch__ .page_ttl .announcement_end {   position: absolute;  left: 50%;   bottom: 7rem;   width: 40rem;    padding: 1.5rem 2.5rem;    background: rgba(20, 16, 30, 0.2);   text-align: center;   color: #fff;   font-weight: bold;   font-size: 2rem;  transform: translateX(-50%);	border-radius:.5rem;}
.pitch__ #pitch { text-align: center;  padding: 9rem 0 13rem;	background-color:#14101e;  /*background-image: url("../img/bg_pitch01.jpg"); background-repeat: no-repeat;   background-size: 100% auto;  background-attachment: scroll;  background-position: center top;  position: relative; overflow: hidden;*/} 
.pitch__ .inner{z-index:10;}
.pitch__ #pitch h2 {margin: 0 0 4rem; }
.pitch__ #pitch h2.gf { text-align:center; /*font-family: 'Oswald', sans-serif;*/}	
.pitch__ #pitch h2 small {color:#ffffff; font-size:2rem;}
.pitch__ #pitch h3{ font-size:3rem; font-weight:bold; padding:0 0 1rem;}
.pitch__ #pitch h3.top { font-size:3rem; font-weight:bold; color: #ffffff; padding:0 0 5rem;}
.pitch__ #pitch .lead{ padding: 0 0 8rem;}
.pitch__ #pitch p{ padding: 0 0 5rem; color:#ffffff;}
.pitch__ #pitch .column__02{ margin-bottom:5rem;}
.pitch__ #pitch .column__02 .row{ display: table; padding: 1.5rem;}
.pitch__ #pitch .column__02 .row dt{ display: table-cell; width: 35%;}
.pitch__ #pitch .column__02 .row dd{ display: table-cell; width: 65%; padding: 0 0 0 3rem; vertical-align: top; text-align: left; position: relative;}
/* .pitch__ #pitch .column__02 .row dd span{ position: relative; position: absolute; font-weight: 400; font-size: 2rem; right:1rem; top:1rem; line-height: 2.5rem; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing:0; color: #fff; } */
.pitch__ #pitch .column__02 .row dd span { position: relative;    z-index: 10;    font-weight: 400;    font-size: 2rem;    right: -24.5rem;    top: -1rem;    line-height: normal;    font-family: 'Oswald', 'Barlow Semi Condensed', sans-serif;  letter-spacing: 0;    display: flex;    align-items: center;    justify-content: center;    width: 5rem;     height: 5rem; }
.pitch__ #pitch .column__02 .row dd span:after {content: "";    position: absolute; z-index: -5; top: 0;     left: 0;    width: 5rem;    height: 5rem;    background: rgba(255, 255, 255, 0.2); border-radius: 50%;   display: block;}
.pitch__ #pitch .column__02 .row dd h4{ padding: 0 5rem 2rem 0; margin-top:-5rem;}
.pitch__ #pitch .column__02 .row dd h4 a{ display: block; text-decoration: none; transition: 0.3s;}
.pitch__ #pitch .column__02 .row dd h4 a:hover{opacity:0.9; text-decoration: none;}
.pitch__ #pitch .column__02 .row dd h4 small{ font-size: 1.2rem; font-weight: 300; opacity: 0.6;}
.pitch__ #pitch .column__02 .row dd p{ padding:0 0 2rem; font-size: 1.4rem; line-height: 1.6;}
.pitch__ #pitch .column__02 .row dd .movie{ text-align: left; margin:-1rem;}
.pitch__ #pitch .column__02 .row dd .btn__ {min-width:20rem; padding: 2rem;  font-size: 1.5rem;	}
.pitch__ #pitch .column__02 .row dd .btn__line{min-width: auto;  padding: .8rem 3rem;  font-size: 1.3rem;  line-height: 1.6;  margin-top: 2rem;}
.pitch__ #pitch h2.prologue{font-size:5.5rem; color:var(--c01); margin-bottom:3rem;  line-height: 4rem;}
.pitch__ #pitch .begining{font-size:3.5rem; font-weight:bold;  line-height:4.5rem; color:var(--c01);; margin-bottom:5rem; }
.pitch__ #pitch p.begining{font-size:1.5rem; color:#ffffff; ;margin-bottom:5rem; font-weight:normal;line-height:2.5rem;}
.pitch__ #pitch .column__02 .row dd h4 small {    font-size: 1.2rem;    font-weight: 300;    opacity: 0.6;	color:#035640１;}
.pitch__ .btn__.none { pointer-events: none;  opacity: 0.7;}	
		
#judge__	{padding:10rem 0; background-color:var(--c03); background-color:#231826;  background-image: url("../img/bg_pitch01.jpg"); background-repeat: no-repeat;   background-size: 100% auto;  background-attachment: scroll;  background-position: center top;  position: relative; overflow: hidden;}

	
.judge__ {    text-align: center;	background-color: #14101e;    position: relative;     overflow: hidden;} 
.judge__ .section__::before {  content: "";    position: absolute; top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(255,255,255,0.03);  z-index: 1;    pointer-events: none;}
.judge__ .inner{z-index:10;}	
.judge__ .page_ttl .txt{ padding:14rem 0 0;}	
.judge__ .page_ttl{ background: url("../img/bg_subtop04.png") top center no-repeat; background-size:cover; position:relative; height:40rem;  margin-bottom:0rem;}
.judge__ .page_ttl .txt h2{  color:#fff;}
.judge__ .page_ttl p{ padding:0 0 3rem;}
.judge__ .page_ttl .btn__{ padding:2rem; min-width:25rem; font-size:1.6rem;}
.judge__ .page_ttl .announcement{ position:absolute; left:0; bottom:-10rem; width:100%; padding:2.5rem; background:rgba(250,250,250,0.4);  text-align:center; color:#E9B062; font-weight:bold; font-size:2rem; }	
	
.judge__ h2{font-size:5.5rem; color:var(--c01); padding: 0 0 5rem; line-height: 1.5;
        text-align: center; }
.judge__ h2 small{font-size:1.5rem; display: block; color:#ffffff!important;}

	/* judges -------------------------------------*/
.judge__ .section__{ text-align:center; padding:7rem 0;  color: #131D36; position: relative; }
.judge__ .section__ .attention{ font-size:1.3rem; padding:0 0 2rem; margin:4rem 0 1rem;}
.judge__ .column__04 .row{}
.judge__ .column__04 .row:nth-child(4n+1){ margin:0 0 3%;}
.judge__ .column__04 .row a dt { overflow: hidden; position: relative; transition: 0.3s;  border-radius: 1rem;}
.judge__ .column__04 .row a dt::before { position: absolute;　left: 0; top: 0; content: "";  width: 100%;  height: 100%;  display: block;    z-index: 99;    background: rgba(0,0,0,.7);  opacity: 0;    transition: 0.3s;}
.judge__ .column__04 .row a dt img { transition: 0.3s; border-radius: 1rem;}
.judge__ .column__04 .row a:hover dt::before { opacity: 0.5;}
.judge__ .column__04 .row a:hover dt::after { opacity: 1;}
.judge__ .column__04 .row a:hover dt img { transform: scale(1.05); border-radius: 1rem;}
.judge__ .column__04 .row a dt::after { position: absolute;  left: 0;  bottom: calc(50% - 0.8rem); content: "VIEW MORE"; color: #fff;  width: 100%;  display: block;  z-index: 99;  opacity: 0; transition: 0.3s; font-family: 'Barlow Semi Condensed', sans-serif; font-size: 1.4rem;}
.judge__ .column__04 .row a dd{ padding: 2rem 1rem; text-align: center; min-height: 15rem; color:#ffffff; font-size:2rem;}
.judge__ .column__04 .row a dd h4{ font-size: 2rem; padding: 0 0 1rem; margin: 0; font-weight: normal; color: #ffffff;}
.judge__ .column__04 .row a dd p{ font-size: 1.2rem; color: #ffffff; line-height:1.9rem;}
.judge__ .column__04 .row a dd small{display:block; font-size:1.25rem; margin-top:.8rem; color:rgba(255,255,255,.95); line-height:1.9rem;}
.judge__ hr.space__ { display: block; height: 0; border: 0; border-top: 3px solid #005979; width:4rem; margin: 0 auto; padding: 0; }
.judge__ .inner p {font-size:1.3rem; margin-bottom:3rem; color:#ffffff;}
		

	
.pitch__ #results__  {text-align: center; padding: 7rem 0; background:#14101e url('../../assets/img/bg_pitch01.jpg') no-repeat top; background-size:100% auto;}			
.pitch__ #results__ h2.prologue{font-size:5.5rem; color:var(--c01); margin-bottom:3rem;  line-height: 4rem;}	
.pitch__ #results__ h2 small {color: #ffffff;  font-size: 2rem;    }	
.pitch__ #results__ .column__01{ margin-bottom:0rem;  }
.pitch__ #results__ .column__01 .row{ display: table; padding: 1.5rem;}
.pitch__ #results__ .column__01 .top{ padding-top:10rem;}
.pitch__ #results__ .column__01 .top.nosubtitle{ padding-top:7rem;}	
.pitch__ #results__ .column__01 .row dt{ display: table-cell; width: 35%;}
.pitch__ #results__ .column__01 .row dd{ display: table-cell; width: 65%; padding: 0 0 0 3rem; vertical-align: top; text-align: left; position: relative; color:#fff;}
.pitch__ #results__ .column__01 .row a{color:#fff;}	
.pitch__ #results__ .column__01 .row dd span{ position: relative; position: absolute; font-weight: 400; font-size: 2rem; right:1rem; top:1rem; line-height: 2.5rem; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing:0; color: #000;  opacity: 0.6;}
.pitch__ #results__ .column__01 .row dd span:after{ position: relative; position: absolute; content: ""; top:-1.2rem; right: -1.5rem; width: 5rem; height: 5rem; background: rgba(255,255,255,0.1); border-radius: 3rem; display: block; z-index: 0;}
.pitch__ #results__ .column__01 .row dd h4{ padding: 0 5rem 2rem 0;}
.pitch__ #results__ .column__01 .row dd h4 a{ display: block; text-decoration: none; transition: 0.3s;}
.pitch__ #results__ .column__01 .row dd h4 a:hover{opacity:0.9; text-decoration: none;}
.pitch__ #results__ .column__01 .row dd h4 small{ font-size: 1.2rem; font-weight: 300; opacity: 0.6;}
.pitch__ #results__ .column__01 .row dd p{ padding:0 0 2rem; font-size: 1.4rem; line-height: 1.6;}
.pitch__ #results__ .column__01 .row dd .movie{ text-align: right;}
.pitch__ #results__ .column__01 .row dd .btn__line{ min-width:auto; padding: 1rem 3.5rem; font-size: 1.3rem; line-height: 1.6;}
.pitch__ #results__ h2 span{color:#000;}

.pitch__ #results__  h3{ font-size:3rem; font-weight:bold; color:#fff; padding:5rem 0 0; text-align: center; margin:0 0 0.5rem;}
.pitch__ #results__  h3.top{ font-size:3.6rem; font-weight:bold; color:#e4724d; padding:0 0 3rem;}
.pitch__ #results__  h3.middle{ font-size:1.6rem; font-weight:normal; color:#fff; padding:0;}
.pitch__ #results__  h3.middle small{font-size:1.3rem}	
.pitch__ #results__  .container {width:70%; height:auto;  background-color: rgba(20, 16, 30, 0.7); margin:-5.5rem auto 0; padding:0 6rem 4rem; border-radius:0.5rem;}
.pitch__ #results__  .container02 {width:70%; height:auto;  background-color: rgba(20, 16, 30, 0.7); margin:-2.5rem auto 0; padding:0 6rem 4rem; border-radius:0.5rem;}
.pitch__ #results__  .container04 {width:70%; height:auto;  background-color: rgba(20, 16, 30, 0.7); border-radius:0.5rem;        margin: -12rem auto 0;
        padding: 6rem 6rem 4rem; }	
.pitch__ #results__  .column__02 .row { padding:8rem 0 0;}
.pitch__ #results__  .column__02 .row dd p{ padding:1.5rem 0 2.5rem; font-size: 1.6rem; line-height: 1.6;}
.pitch__ #results__  .column__01 img:first-child{margin-bottom:2.5rem;}
.pitch__ #results__  .row .button {text-align:center; margin:10rem 0 0;}
.pitch__ #results__  .announcement{text-align:center; font-size:1.3rem; margin:0 0 2rem; color:#fff;}
.pitch__ #results__  .container03 {width:70%; height:auto;   background-color: rgba(20, 16, 30, 0.7); border-radius:0.5rem;   margin:8rem auto 0; padding:5rem 0 3rem; color:#fff;}
.pitch__ #results__  .container03 h4 { margin:-2rem auto 3rem; font-size:2.5rem; text-align: center;}
.pitch__ #results__  .container03 h4 small { display:block; font-size:1.4rem; font-weight:normal; line-height:1.6;}
.pitch__ #results__  .photo {width:80%; margin:0 auto;}
.pitch__ #results__  .photo p {margin:1rem 0; text-align:center; }
	
	
	
	
	

/* speakers__ -------------------------------------*/
	
.speakers__ {text-align: center;	background-color: #14101e;    background-image: url("../img/bg_pitch01.jpg");    background-repeat: no-repeat;    background-size: 100% auto;    background-attachment: scroll;    background-position: center top;     position: relative;     overflow: hidden;} 
.speakers__ .section__::before {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(255,255,255,0.03);    z-index: 1;    pointer-events: none;}
	.speakers__ .inner{z-index:10;}	
.speakers__  .page_ttl .txt{ padding:14rem 0 0;}	
	
.speakers__ .page_ttl{ background: url("../img/bg_subtop04.png") top center no-repeat; background-size:cover; position:relative; height:40rem;  margin-bottom:0rem;}
.speakers__ .page_ttl .txt h2{  color:#fff;}

.speakers__ .page_ttl p{ padding:0 0 3rem;}
.speakers__ .page_ttl .btn__{ padding:2rem; min-width:25rem; font-size:1.6rem;}
.speakers__ .page_ttl .announcement{ position:absolute; left:0; bottom:-10rem; width:100%; padding:2.5rem; background:rgba(250,250,250,0.4);  text-align:center; color:#E9B062; font-weight:bold; font-size:2rem; }	
	
/* speakers -------------------------------------*/
.speakers__ .section__{ text-align:center; padding:7rem 0;  color: #131D36; position: relative; }
.speakers__ .section__ .attention{ font-size:1.3rem; padding:0 0 2rem; margin:4rem 0 1rem;}
.speakers__ .column__04 .row{}
.speakers__ .column__04 .row:nth-child(4n+1){ margin:0 0 3%;}
.speakers__ .column__04 .row a dt { overflow: hidden; position: relative; transition: 0.3s;  border-radius: 1rem;}
.speakers__ .column__04 .row a dt::before { position: absolute;　left: 0; top: 0; content: "";  width: 100%;  height: 100%;  display: block;    z-index: 99;    background: rgba(0,0,0,.7);  opacity: 0;    transition: 0.3s;}
.speakers__ .column__04 .row a dt img { transition: 0.3s; border-radius: 1rem;}
.speakers__ .column__04 .row a:hover dt::before { opacity: 0.5;}
.speakers__ .column__04 .row a:hover dt::after { opacity: 1;}
.speakers__ .column__04 .row a:hover dt img { transform: scale(1.05); border-radius: 1rem;}
.speakers__ .column__04 .row a dt::after { position: absolute;  left: 0;  bottom: calc(50% - 0.8rem); content: "VIEW MORE"; color: #fff;  width: 100%;  display: block;  z-index: 99;  opacity: 0; transition: 0.3s; font-family: 'Barlow Semi Condensed', sans-serif; font-size: 1.4rem;}
.speakers__ .column__04 .row a dd{ padding: 2rem 1rem; text-align: center; min-height: 15rem; color:#ffffff; font-size:2rem;}
.speakers__ .column__04 .row a dd h4{ font-size: 2rem; padding: 0 0 1rem; margin: 0; font-weight: normal; color: #ffffff;}
.speakers__ .column__04 .row a dd p{ font-size: 1.2rem; color: #ffffff; line-height:1.9rem;}
.speakers__ .column__04 .row a dd small{display:block; font-size:1.25rem; margin-top:.8rem; color:rgba(0,0,0,0.65);}

.speakers__ hr.space__ { display: block; height: 0; border: 0; border-top: 3px solid #005979; width:4rem; margin: 0 auto; padding: 0; }

.speakers__ .inner p {font-size:1.3rem; margin-bottom:3rem; color:#ffffff;}
	
	

/* modal styles */
.md-modal {position: fixed; top: 50%;left: 50%; width: 50%; max-width: 85rem; min-width: 85rem; height: auto; z-index: 2000;visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;	backface-visibility: hidden;-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
.md-show {visibility: visible;}

.md-overlay {position: fixed; width: 100%;height: 100%;visibility: hidden; top: 0;left: 0;z-index: 1000;opacity: 0; background: rgba(35,24,38,0.9);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

.md-show ~ .md-overlay {opacity: 1;visibility: visible;}
	
	
/* Content styles */
.md-content { position: relative; color:#000; background:#fff; padding:4.5rem 3rem 4.5rem 4.5rem; margin:0 auto; border-radius:1.5rem;}
.md-content .md-scroll{ max-height:70vh; overflow-y:scroll;}
.md-content ::-webkit-scrollbar{ width:0.5rem; height:auto;}
.md-content ::-webkit-scrollbar-track{ border-radius: 2rem; background: #444;}
.md-content ::-webkit-scrollbar-thumb{ border-radius: 2rem; background: #777;}

.md-content h3 { font-size:1.6rem; padding: 0 0 1rem;}
.md-content h3 small{ font-size:1.2rem;}
.md-content dl{ display: table; width:100%; padding:0 0 2rem;}
.md-content dl dt{ display:table-cell; width:30%;}
.md-content dl dt img{ border-radius:0; overflow:hidden; width:100%; border-radius:1rem;}
.md-content dl dd{ display:table-cell; width:70%; vertical-align:middle; padding:0 2rem; font-size:2.2rem;}
.md-content dl dd small{ font-size:1.2rem; color:rgba(0,0,0,0.65); display:block;}
.md-content .txt { color:#3d3a35; font-size: 1.4rem; line-height:2; padding:0 1.5rem 0 0;}
.md-content .txt p {margin: 0; padding: 0 0 1rem;}

.md-close{ position:absolute; right:-2rem; top:-2rem;}
.md-close i{ height:4rem; width:4rem; background:var(--c01); border-radius: 50%; display:block; margin:0 auto; position:relative;}
.md-close i:before, .md-close i:after{ display: block; content: ""; position: absolute; left: 1rem; top:2rem; width:2rem; height: 1px; background: #fff;}
.md-close i:before{ transform: rotate(45deg);}
.md-close i:after{ transform: rotate(-45deg);}
.md-close i:hover{ cursor:pointer;}

.pg-content { position: relative; color:#fff; background:#fff; padding:3.5rem 2rem 3.5rem 3.5rem; margin:0 auto; }
.pg-content .pg-scroll{ max-height:70vh; overflow-y:scroll;}
.pg-content ::-webkit-scrollbar{ width:0.5rem; height:auto;}
.pg-content ::-webkit-scrollbar-track{ border-radius: 2rem; background: #444;}
.pg-content ::-webkit-scrollbar-thumb{ border-radius: 2rem; background: #777;}

.pg-content h3 { font-size:1.6rem; padding: 0 0 1rem;}
.pg-content h3 small{ font-size:1.2rem;}
.pg-content dl{ display: table; width:100%; padding:0 0 2rem;}
.pg-content dl dt{ display:table-cell; width:25%;}
.pg-content dl dt img{ border-radius:0.5rem; overflow:hidden; width:100%;}
.pg-content dl dd{ display:table-cell; width:75%; vertical-align:middle; padding:0 0rem; font-size:2.2rem; color:#000;}
.pg-content dl dd time{ font-size:1.3rem; color:rgba(0,0,0,.5); display:block;}
.pg-content dl dd small{ font-size:1.2rem; }
.pg-content .txt { color:#000; font-size: 1.4rem;line-height:2; padding:0 1.5rem 0 0;}
.pg-content .txt p {margin: 0;	padding: 0 0 1rem;}

}



@media screen and ( max-width:980px) {

.sp{ display:inline;}
.pc{ display:none !important;}

.mb_ss{ margin-bottom:1rem !important;}
.mb_s{ margin-bottom:2rem !important;}
.mb_m{ margin-bottom:3rem !important;}
.mb_l{ margin-bottom:4rem !important;}
.mb_xl{ margin-bottom:8rem !important;}
.mr_m{ margin-right:3rem !important;}
.mr_s{ margin-right:2rem !important;}
.mt_ss{ margin-top:1rem !important;}

.pt_ss{ padding-top:2rem !important;}
.pt_s{ padding-top:9rem !important;}
.pt_l{ padding-top:10rem !important;}

.font_s{ font-size:1.2rem !important;}
.font_m{ font-size:1.6rem !important;}
.font_l{ font-size:2.5rem !important;}
.font_xl{ font-size:3.5rem !important;}
.font_xxl{ font-size:4.5rem !important;}
.bigger{ font-size:150% !important;}

.scroll{ opacity: 0; transition: 0.6s; transform:translateY(2rem);}
.scroll.delay01{ transition-delay:0.1s !important;}
.scroll.delay02{ transition-delay:0.2s !important;}
.scroll.delay03{ transition-delay:0.3s !important;}
.scroll.delay04{ transition-delay:0.4s !important;}
.scroll.delay05{ transition-delay:0.5s !important;}
.scroll.delay06{ transition-delay:0.6s !important;}
.scroll.active{opacity: 1; transform:translateY(0)}

/* header__ -------------------------------------*/
[id^="header__"] { width:100%; height:60px; position:fixed; z-index:888;}
.logo{ position:absolute; top:1rem; left:1rem; text-align:center;}
.logo img[src$=".svg"]{ height:auto; width:7rem;}
	
#header__ .-logo{ transition: 0.4s; height:6rem; display: table-cell; vertical-align: middle; padding:0 2rem;}
#header__ .-logo img[src$=".svg"]{ height:auto; width:10rem; transition: 0.4s; position:relative; z-index:100;}	

.btn_nav{ position:absolute; top:1rem; right:1rem; width:4.2rem; height:4.2rem; background:rgba(255,255,255,0.1); border: 1px solid var(--c01); z-index:9999; border-radius: 50rem;}
.icon_menu{ position: absolute; top: calc(50% - 0.1rem); left: calc(50% - 1rem); opacity: 1; transition: .2s;}
.icon_menu:before, .icon_menu:after{ display: block; content: ""; position: absolute; left: 0; width: 2rem; height: 1px; transition: .2s; background: var(--c01);}
.icon_menu:before{margin-top: -0.3rem;}
.icon_menu:after{ margin-top: 0.3rem;}
.btn_nav.close{background:rgba(255,255,255,0.2); border: none;}
.btn_nav.close .icon_menu{ height:0; width: 0; background: #fff;}
.btn_nav.close .icon_menu:before, .btn_nav.close .icon_menu:after{ background: var(--c01);}
.btn_nav.close .icon_menu:before{margin-top:0;transform: rotate(45deg);}
.btn_nav.close .icon_menu:after{ margin-top: 0;transform: rotate(-45deg);}

[id^="nav__"] { padding:20rem 5vw 2rem; text-align:center;}
[id^="nav__"] li{ font-size:1.5rem; border-bottom:1px solid rgba(255,255,255,0); display:block;}
[id^="nav__"] li a{ padding:1.5rem; display:block;}
[id^="nav__"] li.nav_btn { margin-top: 2rem;}
[id^="nav__"] .nav_btn a{ position:relative; overflow:hidden; display:block; color:#fff; padding:0 5rem; background:var(--c01); height:5rem; line-height:5rem; z-index:1; border-radius: 5rem;}
[id^="nav__"] .nav_btn a::after{ z-index:-1; position: absolute; content:""; width:0; height:100%; left:auto; right:0; top:0; background:#f6ae5f; transition: 0.3s;}
	
.nav__all { position:relative; position:fixed; top:-100vh; left:0; width:100vw; height:100vh; background: rgba(20,16,30,0.9); z-index:-1; opacity:0; font-size:1.4rem; text-align:left; color:#fff;}
.nav__all a{ color:#fff;}
.nav__all.op{ opacity:1; top:0; z-index:999;}

.nav__all .nav_logo{ position:absolute; top:7vh; left:0; width: 100%; text-align:center;}
.nav__all .nav_logo img[src$=".svg"]{ height:auto; width:22rem; max-width:30rem; min-width:10rem; margin: 0 auto; position:relative; display: block;}
.nav__all .nav_logo small{ display:block; margin: 1rem 0 0; font-size: 1rem; font-weight: 400; letter-spacing: 0.5rem;}
.nav__contact{ bottom:3rem; left:3rem; width:calc(100% - 6rem); border: none;}
[id^="nav__"] .nav__contact a{ position:relative; overflow:hidden; display:block; color:#fff; padding:0 2rem; font-size: 1.8rem; background:#ea9014; height:5rem; line-height:5rem; z-index:1; border-radius: 5rem;}

.nav__all.op .nav__contact{ position: fixed; z-index: 999;}

[id^="nav__"] .nav__contact_sp a{ position:relative; overflow:hidden; display:block; color:#fff; padding:0 2rem; font-size: 1.8rem; background:#ea9014; height:5rem; line-height:5rem; z-index:1; border-radius: 5rem; margin:1rem;;}


#entry_btn{ position: fixed; bottom: -10rem; left: 0; z-index: 99; text-align: center; width: 100%; opacity: 0; transition: 0.4s;}
#entry_btn a{ color:#fff; line-height: 1.2; font-size: 1.8rem; padding: 1.5rem; font-weight: bold; display: block;}
#entry_btn a::after{ position: absolute; left:0; top:0; z-index: -1; content: ""; width: 100%; height: 16rem; display: block; background:#2bb19e; transition: 0.4s;}
#entry_btn a:hover::after{background:#0c9c88;}
#entry_btn span{ padding: 0 1rem 0 0;}

#entry_btn.on{ bottom: 0; opacity: 1;}

.side_fix{ position:fixed; right:1rem; top:9rem; display:block; font-size:1.3rem; z-index:3;}
.side_fix li { display: block; width: 4.2rem; height: 4.2rem; text-align: center; margin: 0 0 1rem; line-height: 1; opacity: 0.9;}
.side_fix li a{ font-weight:bold; position: relative; z-index: 2; }
.side_fix li a::before{ position: absolute; z-index: -1; background: rgba(255,255,255,0.3); top:-1.3rem; right:-1.1rem; width: 4.2rem; height: 4.2rem; border-radius: 3rem; display: block; content: ""; transition: 0.4s;}
.side_fix li a:hover::before, .side_fix li.active a::before{ background: var(--c01);}

	
/* footer -------------------------------------*/
[id^="footer__"] { width:100%; font-weight:100; padding:5rem 0; position:relative; font-size:1.3rem;  background: var(--c02);}
[id^="footer__"] a{ color:#fff; transition: 0.4s;}
[id^="footer__"] a:hover{ color:var(--c01);}

#footer__ #upper__{ margin: 0 0 2rem; }
#footer__ #upper__ .column__04{ width:100%;align-items: center;}
#footer__ #upper__ .row{ margin:0;}
#footer__ #upper__ .row:first-child { width:100%; text-align: center; margin: 0 0 2rem;}
#footer__ #upper__ .row:first-child .-logo img{ width:23rem; display: block; margin: 0 auto 0.5rem;}
#footer__ #upper__ .row:first-child .-logo small{font-size: 1.3rem; font-weight: 400; letter-spacing: 0.3rem;}
#footer__ #upper__ .row:nth-child(2){ width:100%; font-size: 1.1rem; text-align: center; margin: 0 0 3rem;}
#footer__ #upper__ .row:nth-child(2) .date{ font-size:3.5rem; font-weight: 500; line-height: 1;}

#footer__ #upper__ .row:nth-child(3){ width:100%; font-size: 0;}

#footer__ #upper__ .row:last-child { width:100%; text-align: center;}
#footer__ #upper__ .row:last-child h5{ padding:0 0 1rem; font-size:1.4rem; display: block; vertical-align: middle;}
#footer__ #upper__ .row:last-child ul{ padding:0 0 0.5rem; display: inline-block;}
#footer__ #upper__ .row:last-child ul.sns li{ display: inline-block;vertical-align: middle; margin: 0 1rem;}
#footer__ #upper__ .row:last-child ul.sns li a{}
#footer__ #upper__ .row:last-child ul.sns li a svg{ z-index: 2; position: relative;}
#footer__ #upper__ .row:last-child ul.sns li a svg path,
#footer__ #upper__ .row:last-child ul.sns li a svg circle{ fill:#fff;}
#footer__ #upper__ .row:last-child ul.sns li a:hover svg path,
#footer__ #upper__ .row:last-child ul.sns li a:hover svg circle{ fill:var(--c01);}

#footer__ #under__ .column__02{ width:100% ;align-items: center; font-size: 1.2rem; text-align: center;}
#footer__ #under__ .row{ margin:0;}
#footer__ #under__ .row:first-child { width:100%; margin: 0 0 3rem; }
#footer__ #under__ .row:first-child ul li{ display:block; margin: 0 0 0.5rem;  text-align: center;}
#footer__ #under__ .row:last-child { width:100%; text-align: center; font-size: 0.9rem;}
#footer__ #under__ .row:last-child img{ width:7rem; display: block; margin: 0 auto 1rem;}

/* main -------------------------------------*/
[id^="main__"] { position:relative; font-size:1.5rem; min-height:100vh; width: 100%; overflow-x: hidden;}

.inner,
.inner_mini{ width:92%; min-width: auto; max-width:auto; margin:0 auto; position:relative; }

[class^="section___"] { width:100%; position:relative; transition: 0.6s; opacity:0; transform: translate(0, 10%);}
[class^="section___"].active{ opacity:1; transform: translate(0, 0);}

[class*="btn__"] { display:inline-block; text-align:center; padding:2rem 3rem; min-width: 70%; max-width: 100%; color:#fff; background:var(--c01); line-height:1; position:relative; overflow:hidden; z-index: 1; border-radius:7rem; transition: 0.4s;}
[class*="btn__"]:hover{}
	
.btn__l{font-size:2rem; font-weight:600; padding:2rem;}		

.btn__line{ background:none; border: 1px solid var(--c01); color: var(--c01);}
.btn__line:hover{ color: #fff;}
.btn__line::after{ background:var(--c01);}

[class*="column__"] { display: flex; flex-wrap: wrap; width:100%; }
[class*="column__"] .row{ position:relative;}
[class*="column__"] .row .thumb{ width:100%; position:relative; overflow:hidden;}
[class*="column__"] .row .thumb img{}
[class*="column__"] .row a:hover .thumb img{transform: scale(1.05);}

.column__02 .row{ width:48.3%; margin:0 0 3% 3.4%;}
.column__02 .row:nth-child(2n+1){ margin:0 0 3%;}

.column__03 .row{ width:31.066%; margin:0 0 3% 3.4%;}
.column__03 .row:nth-child(3n+1){ margin:0 0 3%;}

.column__04 .row{ width:23.5%; margin:0 0 3% 2%;}
.column__04 .row:nth-child(4n+1){ margin:0 0 3%;}

.column__06 .row{ width:15%; margin:0 0 2% 2%;}
.column__06 .row:nth-child(6n+1){ margin:0 0 2%;}

[class*="table__"]{}
[class*="table__"] dl{ border-bottom:1px solid #6a0f13; display: flex; flex-wrap: wrap; width:100%; }
[class*="table__"] dl:first-child{}
[class*="table__"] dl dt{ width:100%; padding:1rem;}
[class*="table__"] dl dd{ width:100%; padding:1rem 1rem 1rem 0rem;}
[class*="table__"] dl ul{ list-style:disc; margin:0 0 0 2rem;}
[class*="table__"] dl ul li{ padding:0 0 0.5rem;}

.page_ttl{ height:36rem; width:100%; display:table;}
.page_ttl .txt{ display:table-cell; padding:0 0 0; text-align:center; vertical-align:middle; color:#fff;}
.page_ttl .txt h2{ font-size:3rem; position:relative; font-weight:400; color:#fff; line-height:2rem; margin:-3rem 0 1.5rem;}
.page_ttl .txt p{ font-size:1.4rem;}

/* top -------------------------------------*/
#top__fv{ width:100%; height:100vh; position:relative;}
#top__fv::before{ position:absolute; width: 100%; height:100vh; content: ""; display: block; background: url("../img/bg_top_sp.jpg") center top no-repeat; background-size: auto 100%; bottom:0; left: 0; z-index: 2;}
#top__fv .-text > *{ position:absolute; color: #fff; z-index: 3;}
#top__fv .-text h1{ width:100%; top: 12%; left:0; text-align: center;}
#top__fv .-text h1 img{ width:65%;}
#top__fv .-text h1 small{ display:block; margin: 1rem 0 0; font-size: 1.2rem; font-weight: 400; letter-spacing: 0.5rem;}
#top__fv .-text h2{ position:absolute; top: 30%; left: 0; text-align: center; width: 100%; line-height:1.4; font-size:4rem; font-weight: bold; text-shadow: 0 0 1rem rgba(0,0,0,1);}
#top__fv .-text h2 span{ font-size: 1.1rem; font-weight: 400; display: block; margin: 1rem 0 0;}
#-en #top__fv .-text h2{ font-size:3rem; line-height:1.2;}
#top__fv ul li{ position: absolute; z-index: 3;}
#top__fv ul .date{ left:3rem; top: 60%; font-size:4rem; font-weight:500; line-height: 1.2;}
#top__fv ul .date small{ font-size: 3.6rem; margin: 0 0 0 0.2rem;}
#top__fv ul .place{ left: 3rem; top:66%;  font-size:2rem; font-weight:400; line-height: 1.2;}
#top__fv ul .place small {font-size:1.5rem; font-weight:normal;}
#top__fv ul .produced{ right: 3rem; bottom: 20rem;  font-size:1rem;}
#top__fv ul .produced img{ width:7rem; margin: 0 0 0 0.5rem; vertical-align: middle;}
#top__fv ul .-btn { left: 10%; bottom:10rem; width: 80%; }
#top__fv ul .-btn .btn__{ padding: 2rem; font-size: 1.8rem; width: 100%; margin: 0 auto;}


.information{ position: relative; width:92%; z-index: 3; background: var(--c02); margin: 0 auto; padding: 3rem; border-radius: 0.5rem;}
.information h3{ font-size:2.2rem; margin: -4.5rem 0 3rem; text-align: center;}
.information .frame{ height: 15rem; width: 100%; display: block; overflow-y:auto; -webkit-overflow-scrolling: touch; }
.information .frame{ width: 100%; }
.information .frame::-webkit-scrollbar{ width:0.3rem; height:1rem; }
.information .frame::-webkit-scrollbar-track{ background:#fbfafa; border: none;}
.information .frame::-webkit-scrollbar-thumb{ background:#231823; height: 1rem; border-radius: 1rem;}
.information .frame{ scrollbar-width: thin; scrollbar-color: #e4724d #231823;}
.information .frame dl{ padding:0 0 2rem; display:block; width: 100%; font-size: 1.4rem;}
.information .frame dl dt{ color: var(--c01); width: 100%; padding: 0 0 0.5rem;}
.information .frame dl dd{  width: 100%;}

/* startup__top -------------------------------------*/
#startup__top{ width:100%; position:relative; padding: 3rem 0; background: url("../img/bg_pitch_sp.jpg") center top no-repeat; background-size: cover;}
#startup__top .box{background:rgba(20,16,30,0.7);padding: 3rem; border-radius: 0.5rem;  font-size: 1.4rem;}
#startup__top h2{ padding: 0 0 3rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#startup__top h2 span{ font-size: 3.5rem; color: var(--c01); display: block; font-weight: 400;}
#startup__top h3{ font-size:2.2rem; text-align: center; font-weight: bold;  padding: 0 0 3rem;}
#startup__top .-table{ margin: 0 0 2rem; }
#startup__top .-table dl{display:block; width: 100%; font-size: 1.4rem;}
#startup__top .-table dl dt{ width:100%; padding: 1rem; border-bottom: 2px solid var(--c01);}
#startup__top .-table dl dd{ width:100%; padding: 1rem; margin: 0 0 2rem;}
#startup__top .-table dl dd ol{ padding: 0 0 1rem 2rem;}
#startup__top .-table dl dd ol li{ list-style: disc; padding: 0 0 0.5rem;}
#startup__top .-text p{padding: 0 0 2rem;}
#startup__top .attention{ padding: 0 0 2rem; line-height: 1.6; font-size:1.2rem;}
#startup__top .btn__{ width:100%;}


/* speakers__ -------------------------------------*/
#speakers__{ padding: 3rem 0 5rem; position: relative; }
#speakers__ h2{ padding: 0 0 4rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#speakers__ h2 span{ font-size: 3.5rem; color: var(--c01); display: block;}
#speakers__ h2 small{ font-size: 1.6rem; }
#speakers__ #swiper_speakers { position:relative; padding: 0 0 2rem; }
#speakers__ #swiper_speakers .swiper-slide{ width: 30rem; padding:0; margin:0; position:relative; display: block;}
#speakers__ #swiper_speakers .swiper-slide dt{ margin: 0 0 2rem; border-radius: 0.5rem; overflow: hidden;}
#speakers__ #swiper_speakers .swiper-slide dd{ text-align:center;}
#speakers__ #swiper_speakers .swiper-slide dd h4{ font-size:1.8rem; font-weight: 400; padding: 0 0 0.5rem;}
#speakers__ #swiper_speakers .swiper-slide dd p{ font-size:1rem; padding: 0 0.3rem; line-height: 1.4; font-weight: 300; opacity: 0.7; word-break:break-all;}
.swiper__nav{ display: flex; text-align: center; width: 14rem; margin: 0 auto 3rem;}
.swiper__nav li{ position: relative; width:6rem; height: 6rem; border: 2px solid var(--c01); border-radius: 5rem; transition: 0.3s;}
.swiper__nav li::before{ position: absolute; border-top:2px solid var(--c01); border-left:2px solid var(--c01); content: ""; width: 1.2rem; height: 1.2rem; top:2.2rem; display: block; transition: 0.4s;}
.swiper__nav li.nextbutton{ margin:0 1rem 0 0;}
.swiper__nav li.nextbutton::before{transform: rotate(-45deg); left: 2.4rem;}
.swiper__nav li.prevbutton{ margin:0 0 0 1rem;}
.swiper__nav li.prevbutton::before{transform: rotate(135deg); right: 2.4rem;}
.swiper__nav li:hover{ background:var(--c04); border: 2px solid var(--c04); cursor: pointer;}
.swiper__nav li:hover::before{ border-top:2px solid #fff; border-left:2px solid #fff;}
	
/* concept__top -------------------------------------*/
#concept__top{ padding: 5rem 0; background: url("../img/bg_concept_sp.jpg") center bottom no-repeat; background-size:cover; }
#concept__top h2{ padding: 0 0 4rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#concept__top h2 span{ font-size: 3.5rem; color: var(--c01); display: block;}
#concept__top h2 small{ font-size: 1.6rem; }
#concept__top h3{ padding: 0 0 4rem; font-size: 3.5rem; line-height: 1.5; text-align: center; }
#concept__top h3 small{ display:block; font-size: 1.2rem; padding: 1rem 0 0;}
#concept__top p{ line-height: 2; padding: 0 0 2rem;}
#concept__top .column__02{ margin:0; padding: 0;}
#concept__top .column__02 .row:first-child{ width:100%; vertical-align: top;}
#concept__top .column__02 .row:last-child{ width:100%; vertical-align: top; margin: -2.8rem 0 0;}


/* contents__top -------------------------------------*/
#contents__top{ padding: 5rem 0; position: relative; background: url("../img/bg_contents_sp.jpg") center top repeat; background-size:100% auto; }
#contents__top::before{ position:absolute; top:0; left: 0; content: ""; width: 100%; height: 50rem;  background: linear-gradient(0, rgba(0,0,0,0), #3d252b); }
#contents__top::after{ position:absolute; bottom:0; left: 0; content: ""; width: 100%; height: 50rem;  background: linear-gradient(to bottom, rgba(0,0,0,0), #14101e); }
#contents__top h2{ padding: 0 0 4rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#contents__top h2 span{ font-size: 3.5rem; color: var(--c01); display: block;}
#contents__top h2 small{ font-size: 1.6rem; }
#contents__top dl{ display:block; width: 100%; position: relative; padding: 0 0 6rem; justify-content: center; align-items: center; z-index: 3;}
#contents__top dl dt{ width:100%; text-align: left; position: relative; border-radius: 2rem; overflow: hidden;}
#contents__top dl dt figure{ position:relative;}
#contents__top dl dt figure figcaption{ position:absolute; font-size: 1rem; color: rgba(255,255,255,0.7); right: 1.2rem; bottom: 0.8rem;}
#contents__top dl dt small{ position: absolute; right: 0; bottom: 0; color: #fff; font-size: 1.1rem;}
#contents__top dl dd{ width:100%; padding: 2rem 0 0; position: relative;}
#contents__top dl dd h3 { font-weight: normal; padding: 0 0 1.5rem; line-height: 1.4; position: relative;}
#contents__top dl dd h3 small{ font-size:1.2rem;}
#contents__top dl dd h3 span{ font-size:2.5rem; display: block; }
#contents__top dl dd h3::before{ position:absolute; font-size: 50vw; color:rgba(0,0,0,0.1); font-family: 'Inter Tight', sans-serif; font-weight: 400; letter-spacing:0; z-index: 0; opacity: 0.3;-webkit-text-stroke: 2px var(--c01);top:-10rem; left:-5rem;}
#contents__top dl:nth-of-type(1) dd h3::before{ content:"01"; }
#contents__top dl:nth-of-type(2) dd h3::before{ content:"02"; }
#contents__top dl:nth-of-type(3) dd h3::before{ content:"03"; }
#contents__top dl:nth-of-type(4) dd h3::before{ content:"04";}
#contents__top dl:nth-of-type(5) dd h3::before{ content:"05";}
#contents__top dl dd p{ padding: 0; font-size: 1.5rem; line-height: 2;}


/* outline__ -------------------------------------*/
#outline__{ padding:5rem 0;}
#outline__ h2{ padding: 0 0 4rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#outline__ h2 span{ font-size: 3.5rem; color: var(--c01); display: block;}
#outline__ h2 small{ font-size: 1.6rem; }
#outline__ .inner{ max-width:90rem;}
#outline__ .inner:nth-child(2n){ margin-top:10rem;}
#outline__ .-table{ margin: 0 0 2rem; }
#outline__ .-table dl{display:block; width: 100%; font-size: 1.4rem;}
#outline__ .-table dl dt{ width:100%; padding: 1rem; border-bottom: 2px solid var(--c01);}
#outline__ .-table dl dd{ width:100%; padding: 1rem; margin: 0 0 2rem;}
#outline__ .-table dl dd ol{ padding: 0 0 1rem 2rem;}
#outline__ .-table dl dd ol li{ list-style: disc; padding: 0 0 0.5rem;}
#outline__  .table__ dd p small{ font-size:1.4rem; font-weight:500; }	
#outline__ .btn__line{ min-width:auto; padding: 1rem 2rem; font-size: 1.2rem;}
#outline__ .btn__{ min-width:auto; padding: 2rem 3rem; font-size: 1.3rem;}


/* tickets__ -------------------------------------*/	
#tickets__{ padding:5rem 0; background: var(--c02);}
#tickets__ h2{ padding: 0 0 4rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#tickets__ h2 span{ font-size: 3.5rem; color: var(--c01); display: block;}
#tickets__ h2 small{ font-size: 1.6rem; }
#tickets__ h3{ padding: 0 0 2rem; font-size: 1.6rem; line-height: 1.8; text-align: left;}
	
	
	
#tickets__ p{ font-size:1.4rem; text-align: left;}
#tickets__ h3{ font-size:1.8rem; text-align: center; margin: 0 0 2rem; }
#tickets__ h3 span{background: -webkit-linear-gradient(90deg, rgba(234,144,20,0.8) 30% , rgba(234,144,20,0) 31%); padding: 0;}
#tickets__ h2 span, #tickets__ h2 small{ color: #fff !important;}
#tickets__ h2::before{ background: #fff;}
#tickets__ .column__sp{ padding:0 0 2rem;}
#tickets__ .column__sp .row{ background:#fff; border-radius: 0.3rem; box-shadow: 1rem 1rem 1rem rgba(0,0,0,0.05); color: #000; position: relative; padding: 3rem 2.5rem; width: 100%; margin: 0 0 2rem;}
#tickets__ .column__sp .row dl{ display: block; width: 100%; padding: 0 0 3rem;}
#tickets__ .column__sp .row dl dt{ text-align: center; padding: 0 0 2rem; line-height: 1.4;}
#tickets__ .column__sp .row dl dd{ text-align: center;}
#tickets__ .column__sp .row dt{ font-size: 2rem;}
#tickets__ .column__sp .row dt small{font-size:1.4rem; color: var(--c01); display: block;}
#tickets__ .column__sp .row dd{line-height: 1.4;}
#tickets__ .column__sp .row dd strong{ font-size: 3rem; font-weight: 300; color: var(--c01);}
#tickets__ .column__sp .row dd strong.gf{ font-size: 4rem; font-weight: 300; color: var(--c01);}
#tickets__ .column__sp .row dd small{font-size:1.2rem;}
#tickets__ .column__sp .row ul{ margin: 0 0 0 2rem;}
#tickets__ .column__sp .row ul li{ font-size: 1.4rem; padding: 0 0 1rem; line-height: 1.6; list-style:disc;}
#tickets__ .column__sp .row ul li a{ text-decoration: underline; transition: 0.4s;}
#tickets__ .column__sp .row ul li a:hover{ text-decoration: none; opacity: 0.8;}
#tickets__ .column__sp .row p{ font-size: 1.4rem;}
#tickets__ .column__sp .row small{ font-size: 1.1rem; line-height: 1.4; display: block;}
#tickets__ .btn{ text-align: center;}
#tickets__ .btn .btn__line{font-size: 1.3rem; line-height: 1.3; width: 100%; padding: 1.5rem;}
#tickets__ .btn .btn__w{font-size: 1.8rem; font-weight: bold; width: 100%; padding: 2rem; line-height: 1.3;}
	
	
#tickets__ .table__ { padding:1rem;}
#tickets__ .tablebox__ {width:100%; overflow-x: auto; white-space: nowrap; margin:0 0 3rem;}
#tickets__ .ticket__table__ {padding: 0 0 1rem;	text-align: center; min-width:800px; overflow:scroll; }	
#tickets__ .table__ dl {display: flex; flex-wrap: nowrap;  width: 91rem; flex-direction: row;    align-content: center;    justify-content: center; align-items: center; border-bottom:1px solid #2d2027;}	
	
#tickets__ .table__ dl:first-child { border-bottom: 2px solid var(--c01);}
#tickets__ .table__ dl:last-child{border-bottom:none;}
#tickets__ .table__ dl a {color:#ffffff; font-weight:500; }
#tickets__ .table__ dl a:hover{opacity:.5;}
#tickets__ .table__ dl.type__ dd{font-size:1.2rem;}
	
#tickets__ .table__ dt {width:65%; font-size:1.2rem;}
#tickets__ .table__ dt small {font-size:1rem;}
#tickets__ .table__ dd {font-size:1.2rem;}
#tickets__ .not__ {opacity:.5;}	
	
#tickets__ h3 .btn{margin:2rem;}	

#tickets__ .full {margin-bottom:2rem;}	
#tickets__ .full p {margin:0 auto;}	

.type__ dt {  background-color: var(--c02);}
.type__ dd:nth-child(2) { background: var(--c02);}
.type__ dd:nth-child(3) { background: var(--c02);}
.type__ dd:nth-child(4) { background: var(--c02);}
.type__ dd:nth-child(5) { background: var(--c02);}
.type__ dd:nth-child(6) { background: var(--c02);}


/* sponsors__ -------------------------------------*/
#sponsors__{ padding:5rem 0;}
#sponsors__ h2{ padding: 0 0 4rem; font-size: 1.8rem; line-height: 1.5; text-align: center;}
#sponsors__ h2 span{ font-size: 3.5rem; color: var(--c01); display: block;}
#sponsors__ h2 small{ font-size: 1.6rem; }
#sponsors__ h3{ text-align:center; position:relative; padding:0 0 2rem; font-weight:400; font-size:2rem;}
#sponsors__ img{ border-radius: 0.5rem; overflow: hidden;}
#sponsors__ [class*="column__"]{ justify-content: center;}





/* startup -------------------------------------*/
.startup__{ background: #211725;}
.startup__ .page_ttl{ background: url("../../assets/img/bg_subpage_sp.png") center center no-repeat; background-size:cover; position:relative;}
.startup__ .page_ttl p{ padding:0 0 2rem;}
.startup__ .page_ttl .btn__{ padding:1.5rem; min-width:50%; width:70%; font-size:1.4rem;}
.startup__ .page_ttl .announcement{ position:absolute; left:0; bottom:3rem; width:100%; padding:1.8rem; font-size: 1.2rem; color:#fff; /*background:rgba(255,255,255,0.1);*/ text-align:center;}
.startup__ .page_ttl .announcement span {display: block; font-size: 1.5rem; color:#ffffff;  font-weight:500; line-height: 2.4rem; }	
.startup__ .page_ttl .announcement span small{font-size:1.5rem;}	
.startup__ .page_ttl .announcement_end {   position: absolute;    left: 50%;    bottom: 7rem;     width: 30rem;     padding: 1.5rem 2.5rem;           background: rgba(255, 255,255, 0.1);       text-align: center;      color: #fff;     font-weight: bold;   font-size: 1.3rem;  transform: translateX(-50%);	border-radius:.5rem;}	
.startup__ #startup{ text-align:center; padding:7rem 0 4rem;}
.startup__ #startup h2.gf { margin: 0 0 1rem; padding-bottom:0;}	
.startup__ #startup h3{ font-size:2.3rem; font-weight:bold; color: var(--c01); padding:0 0 1.5rem;}
.startup__ #startup h3.top { font-size: 1.8rem;    font-weight: bold;    color: #fff;    padding: 0 0 5rem;}	
.startup__ #startup .lead{ padding: 0 0 5rem; text-align: left;}
.startup__ #startup p{ padding: 0 0 2rem; text-align: left;}

.startup__ #startup .column__02{ margin-bottom:5rem;}
.startup__ #startup .column__02{ display:block;}
.startup__ #startup .column__02 .row{ width: 100%; padding:2rem 0; margin: 0; display:block }
.startup__ #startup .column__02 .row:first-child{ width:100%; padding:0 0 2rem; margin: 0; display:block; margin-top:-2rem; }	
.startup__ #startup .column__02 .row dt{ text-align: center; padding: 0 0 1.5rem; display: block; width:100%;}
.startup__ #startup .column__02 .row dt a img { box-shadow:0 0 1rem rgba(0,0,0,0.2);}
.startup__ #startup .column__02 .row dd{ padding: 0 0; vertical-align: top; text-align: left; position: relative;}
.startup__ #startup .column__02 .row dd span{ position: relative; position: absolute; font-weight: bold; font-size: 2rem; right:1.2rem; top:1rem; line-height: 2.5rem; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing:0;}
.startup__ #startup .column__02 .row dd span:after{ position: absolute; content: ""; top:-0.7rem; right: -1rem; width: 4rem; height: 4rem;background: rgba(255,255,255,0.1); border-radius: 3rem; display: block;}
.startup__ #startup .column__02 .row dd h4{ padding: 0 5rem .5rem 0;}
.startup__ #startup .column__02 .row dd h4 a{ display: block; transition: 0.3s;}
.startup__ #startup .column__02 .row dd h4 a:hover{opacity:0.9; text-decoration: none;}
.startup__ #startup .column__02 .row dd h4 small{ font-size: 1.1rem; font-weight: 300; opacity: 0.5; }
.startup__ #startup .column__02 .row dd p{ padding:0 0 2rem; font-size: 1.3rem; line-height: 1.6;}
.startup__ #startup .column__02 .row dd .movie{ text-align: center;}
.startup__ #startup .column__02 .row dd .btn__line{ min-width:auto; padding: 1.1rem 3rem; width: 80%; font-size: 1.3rem; line-height: 1.6;}

.startup__ #startup h2.prologue{font-size:2.8rem; color:#ffffff; margin-bottom:2rem; line-height:4rem; }
.startup__ #startup .begining{font-size:2rem; font-weight:bold;  line-height:3rem; color:var(--c01); margin-bottom:2rem; }
.startup__ #startup p.begining{font-size:1.5rem; color:#ffffff; ;margin-bottom:5rem; font-weight:normal;line-height:2.5rem;}	
	
.startup__ #startup .column__02 .row dd span {position: relative;  position: absolute;  font-weight: 400;  font-size: 2rem;  right: 1rem; top: .5rem;  font-family: 'Oswald', 'Barlow Semi Condensed', sans-serif; letter-spacing: 0; color: #fff;}

.startup__ #startup .column__02 .row dd .btn__ {min-width:30rem;}
	
/* startup__top -------------------------------------*/
.startup__ #requirements { width:100%; position:relative; padding: 8rem 0; background:#fff; }
.startup__ #requirements h2{ padding: 0 0 3rem; font-size: 2.5rem; color: #f6ae5f; line-height: 1.2; text-align: center;}
.startup__ #requirements h2 span{ font-size: 4rem; color: #035640; display: block; font-weight: 500;}
.startup__ #requirements h3{ font-size:3rem; text-align: center; font-weight: 400; color: #035640; padding: 0 0 1rem;}
.startup__ #requirements h3 small{color:#ffffff; display:block; font-size:1.5rem;  }	
.startup__ #requirements .column__04 { padding: 0 0 2rem; }
.startup__ #requirements .column__04 .row{ width:48.3%; padding: 0 2rem; margin:0 0 3% 3.4%;}
.startup__ #requirements .column__04 .row:nth-child(2n+1){ margin:0 0 3%;}
.startup__ #requirements .column__04 .row figcaption{ text-align:center; font-size: 1.6rem; line-height: 1.2; color:#035640; font-weight: bold; padding: 1rem 0 0;}
.startup__ #requirements p{ padding: 0 0 2rem; }
.startup__ #requirements .no_pd{ padding: 0;}
.startup__ #requirements ol{ padding: 0 0 2.2rem 2rem;}
.startup__ #requirements ol li{ list-style: disc; padding: 0 0 0.5rem}
.startup__ #requirements .-frame{ background:#f0fcf8; border-radius: 0 0 3rem 0; padding: 2.5rem; z-index: 2; position: relative;}
.startup__ #requirements .column__02{ position: relative;}
.startup__ #requirements .column__02 .row{ width:100%; margin: 0 0 1rem;}
.startup__ #requirements .column__02 .row h4{ color: #035640; padding: 0 0 0.5rem}
.startup__ #requirements .column__02 .row p{ padding: 0 0 1rem; }
.startup__ #requirements .-btn{ text-align:center; padding: 10rem 2rem; margin: -5rem 0 0; position: relative; height: 30rem; overflow: hidden;}
.startup__ #requirements .-btn p{ color:#fff; font-size: 4rem; z-index: 1; position: relative; line-height: 1;}
.startup__ #requirements .-btn #swiper_join{position: absolute; top:0; left: 0; z-index: 0; width: 100%;}
.startup__ #requirements .-btn #swiper_join .swiper-wrapper{transition-timing-function: linear;}
.startup__ #requirements .-btn #swiper_join .swiper-wrapper .swiper-slide{ height: 30rem; background-size: cover;}
.startup__ #requirements .-btn .btn__orange{ font-size:1.8rem; width:90%; padding: 2rem; font-weight: bold;}

.startup__ #requirements .-btn .btn__orange.none { pointer-events: none; opacity: 0.8;}	
		
/* program__ -------------------------------------*/
.program__ .page_ttl{ background: url("../../assets/img/bg_subpage_sp.png") center center no-repeat; background-size:cover; position:relative;}
	
	
	
.program__ .page_ttl .mb_m{ margin:0 0 1.5rem !important;}
.program__ .page_ttl small{ font-size:2.8vw; line-height:1.6; display:block;}
.program__  .section__ {text-align: center; padding: 4rem 0; background-color:#14101e;}	
.program__ .section__ .inner p {color:#000;}	
.program__ .section__ .inner small {color:#000;}
 .program__ .section__ .inner small.notice { color:#fff;}	
.program__ .program_day{ width:100%; display:table; padding:0 0 2rem;}
.program__ .program_day li{ width:25%; display:table-cell; text-align:center; font-size:1.4rem; line-height: 1.1;}
.program__ .program_day li span{ display: block; font-size: 2.4rem;}
.program__ .program_day li a{ background:rgba(255,255,255,.3); color:rgba(255,255,255,1); padding:1.6rem; display:block; transition: 0.4s;}
.program__ .program_day li.active{ background:var(--c01); color:#fff; padding:1.6rem; position:relative; }
.program__ .program_day.top li a::before{ position:absolute; content:""; bottom:1rem; left:calc(50% - 1rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-top: 2rem solid #e4724d; opacity:0; transition: 0.3s; z-index:-1;}
.program__ .program_day.top li.active::before{ position:absolute; content:""; bottom:-1rem; left:calc(50% - 2rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-top: 2rem solid #e4724d; opacity:1;}

.program__ .program_day.bottom li a::before{ position:absolute; content:""; top:1rem; left:calc(50% - 2rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-bottom: 2rem solid #e4724d; opacity:0; transition: 0.3s; z-index:-1;}
.program__ .program_day.bottom li.active::before{ position:absolute; content:""; top:-1rem; left:calc(50% - 1rem); width: 0; height: 0; border-left: 2rem solid transparent; border-right: 2rem solid transparent; border-bottom: 2rem solid #e4724d; opacity:1;}

	
.program__ .program_table { text-align:left; padding:0 0 2rem; width:100%; overflow-y:scroll; -webkit-overflow-scrolling: touch;}
.program__ .program_table table{ width: 200%; background:rgba(255,255,255,1); margin:0 0 1rem;}
.program__ .program_table table tr{ width:50%;}
.program__ .program_table table th, .program__ .program_table table td { border: 1px solid rgba(225,225,225,0.3); padding:1.5rem; line-height:1.6; vertical-align:top; font-weight:normal;}
.program__ .program_table table th{ text-align:center; font-size:1.3rem; padding:1rem; color:#000;}
.program__ .program_table table th small{ display:block; font-weight:normal;}
.program__ .program_table table td{ font-size:1.3rem; position:relative;}
.program__ .program_table table td.none{ background:rgba(204,195,187,0.2); border: 1px solid rgba(225,225,225,0.6);}
.program__ .program_table table td time{padding:0 0 0.5rem; color:rgba(0,0,0,0.7);}
.program__ .program_table table td p{ font-size:1.4rem; padding:0 0 0.7rem; margin:0; font-weight:bold; color:#000;}
.program__ .program_table table td p a{color:#000;}	
.program__ .program_table table td span.number{color:rgba(0,0,0,0.2); position:absolute; top:.7rem; right:.5rem; font-size:1.5rem; font-weight:500;  padding:.5rem 1rem; font-family:'Inter Tight', sans-serif; letter-spacing: normal;}	
.program__ .program_table table td ul{ list-style:disc; display:block; margin:0 0 0 2rem;}
.program__ .program_table table td ul li{ padding:0 0 2rem;}
.program__ .program_table table td ul li strong{ display:block; padding:0 0 0.5rem;}
.program__ .program_table table td ul li span{ margin:0 0 0 1rem; display:block;font-size:1.4rem;}
.program__ .program_table table td ul li span small{ font-size:1rem !important;}

.program__ .program_table small{ font-size:1.2rem;}

.program__ .program_table table td dl{ display:block; width:100%; margin:0 0 1rem;}
.program__ .program_table table td dl:last-child{ margin:0;}
.program__ .program_table table td dl dt{ display:block; color:var(--c01); padding:0 0 0.5rem;}
.program__ .program_table table td dl dd{ display:block;}
.program__ .program_table table td dl dd p{ padding:0 0 0.4rem; margin:0; font-size:1.3rem; font-weight:normal;}
.program__ .program_table table td dl dd small{ font-size:1.1rem; line-height:1.5; display:block; color:rgba(255,255,255,0.7);}

.program__ .page_ttl .announcement{ font-size: 1.2rem; position:absolute; left:0; bottom:0; width:100%; padding:1.3rem; color:#fff; background:rgba(20,16,30,0.3); text-align:center;}
.program__ .page_ttl .announcement .btn__{ vertical-align:middle; width: 70vw; min-width: auto; padding: 1rem 4rem; margin: 1rem auto 0; display: block;}

	.program__ .program_table .btn__ { vertical-align:middle; width: 70vw; min-width: auto; padding: 1.5rem 4rem; margin: 3rem 0 0;}
.program__ .section__ .inner p.mb_m.tickets	{color:#ffffff; font-size:1.2rem; text-align:left;}

/* speakers -------------------------------------*/
.speakers__ .page_ttl{ background: url("../img/bg_subpage_sp.png") top center no-repeat; background-size:cover; position:relative; height:25rem;}
.speakers__ .page_ttl p{ padding:0 0 2rem;}
.speakers__	.page_ttl .txt {padding: 7rem 0 0;}
.speakers__ .page_ttl .btn__{ padding:1.5rem; min-width:50%; width:70%; font-size:1.4rem;}	
.speakers__{ color: #131D36; position: relative; background: #fff;}
.speakers__ .inner{padding-top:3rem;}	
.speakers__ .section__{ text-align:center; padding:0; background: #14101e;}
.speakers__ .section__ p{ font-size:1.2rem; padding:0 0 3rem; color:#ffffff;}
.speakers__ .column__04 .row{ width:48.5%; margin:0 0 3% 3%;}
.speakers__ .column__04 .row:nth-child(4n+1){ margin:0 0 3% 3%;}
.speakers__ .column__04 .row:nth-child(2n+1){ margin:0 0 3%;}
.speakers__ .column__04 .row a dt{ }
.speakers__ .column__04 .row a dt img{ position:relative; transition: 0.3s; border-radius: 5%;}
.speakers__ .column__04 .row a dd{ padding:1.5rem 1rem 0; text-align: center; font-size:1.5rem;}
.speakers__ .column__04 .row a dd small {font-size:1rem; line-height:1.5rem;}
.speakers__ .column__04 .row a dd h4{ font-size: 1.6rem; padding: 0 0 1rem; margin: 0; font-weight: normal; color: #ffffff;}
.speakers__ .column__04 .row a dd p{ font-size: 1rem; color: #ffffff; line-height:1.5rem; }

.speakers__ hr.space__ { display: block; height: 0; border: 0; border-top: 3px solid #005979; width:4rem; margin: 0 auto; padding: 0; }



.md-modal { position: relative; position: fixed; overflow-x:scroll; padding:1rem 1rem; -webkit-overflow-scrolling: touch; top: 0;left:0; width: 100%; height:100%; z-index:2000; visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;	backface-visibility: hidden;}
.md-show {visibility: visible; top:.3vh;}
.md-overlay {position: fixed;width: 100%;height: 100%;visibility: hidden;top: 0;left: 0;z-index: 1000;opacity: 0; background: rgba(35,24,38,0.9); -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.md-show ~ .md-overlay {opacity: 1;visibility: visible;}

/* Content styles */

.md-close{ position: absolute; right: 8px;  top: 6px;}
.md-close i{ height:4rem; width:4rem; background:var(--c01); display:block; margin:0 auto; position:relative; border-radius:50%;}
.md-close i:before, .md-close i:after{ display: block; content: ""; position: absolute; left: 0.75rem; top:1.9rem; width:2.5rem; height: 2px; background: #fff;}
.md-close i:before{ transform: rotate(45deg);}
.md-close i:after{ transform: rotate(-45deg);}
	
	
/* Content styles */
.md-content { background:#fbfbfb; color:#fff; min-height: 70vh; padding:0; margin:0 auto; }

.md-content dl{ display: table; width:100%;  padding:2rem;}
.md-content dl dt{ display:table-cell; width:40%;}
.md-content dl dt img{ width:100%; border-radius: 0; }
.md-content dl dd{ display:table-cell; width:60%; vertical-align:middle; padding:0 0 0 2rem; font-size:1.5rem; color:#000;}
.md-content dl dd small{ font-size:1.1rem; line-height: 1.5; color: rgba(0,0,0,0.80); display:block; padding:0.5rem 0 0;}
.md-content .txt { font-size: 1.3rem;line-height:1.8; padding:0 2rem 2rem; color:#000;}
.md-content .txt p {margin: 0; padding: 0 0 1.5rem;}




.pg-content { background:#fff; padding:0; margin:1.5rem auto 0; }

.pg-content dl{ display: table; width:100%; padding:2rem 0rem;}
.pg-content dl dt{ display:table-cell; width:40%;}
.pg-content dl dt img{ width:100%; border-radius: 0.5rem; }
.pg-content dl dd{ display:table-cell; width:60%; vertical-align:middle; padding:0 0 0 2rem; font-size:1.5rem; color:#000;}
.pg-content dl dd small{ font-size:1.1rem; line-height: 1.5; color:#777; display:block; padding:0.5rem 0 0;}
.pg-content .txt { color:#3d3a35; font-size: 1.3rem;line-height:1.8; padding:0 2rem 2rem;}
.pg-content .txt p {margin: 0; padding: 0 0 1.5rem;}
	
	

/* pitch -------------------------------------*/
.pitch__{ background: #211725;}
.pitch__ .page_ttl{ background: url("../../assets/img/bg_subpage_sp.png") top center no-repeat; background-size:cover; position:relative; height:25rem;}
.pitch__ .page_ttl p{ padding:0 0 2rem;}
.pitch__ .page_ttl .btn__{ padding:1.5rem; min-width:50%; width:70%; font-size:1.4rem;}
.pitch__ .page_ttl .announcement{ position:absolute; left:0; bottom:3rem; width:100%; padding:1.8rem; font-size: 1.2rem; color:#fff; /*background:rgba(255,255,255,0.1);*/ text-align:center;}
.pitch__ .page_ttl .announcement span {display: block; font-size: 1.5rem; color:#ffffff;  font-weight:500; line-height: 2.4rem; }	
.pitch__ .page_ttl .announcement span small{font-size:1.5rem;}	
	.pitch__   .page_ttl {padding:7rem 0 0;}
.pitch__   .page_ttl .txt h2 {line-height: 3rem;}

.pitch__ #pitch{ text-align:center; padding:4rem 0;}
.pitch__ #pitch h2.gf { margin: 0 0 1rem; padding-bottom:0;}	

.pitch__ #pitch h3{ font-size:2.3rem; font-weight:bold; color:#fffff; padding:0 0 1.5rem;}
.pitch__ #pitch h3.top { font-size: 1.8rem;    font-weight: bold;    color: #fff;    padding: 0 0 5rem;}	
.pitch__ #pitch .lead{ padding: 0 0 5rem; text-align: left;}
.pitch__ #pitch p{ padding: 0 0 2rem; text-align: left;}

.pitch__ #pitch .column__02{ margin-bottom:5rem;}
.pitch__ #pitch .column__02{ display:block;}
.pitch__ #pitch .column__02 .row{ width: 100%; padding:2rem 0; margin: 0; display:block }
.pitch__ #pitch .column__02 .row:first-child{ width:100%; padding:0 0 2rem; margin: 0; display:block; margin-top:-2rem; }	
.pitch__ #pitch .column__02 .row dt{ text-align: center; padding: 0 0 1.5rem; display: block; width:100%;}
.pitch__ #pitch .column__02 .row dt a img { box-shadow:0 0 1rem rgba(0,0,0,0.2);}
.pitch__ #pitch .column__02 .row dd{ padding: 0 0; vertical-align: top; text-align: left; position: relative;}
.pitch__ #pitch .column__02 .row dd span{ position: relative; position: absolute; font-weight: bold; font-size: 2rem; right:1.2rem; top:1rem; line-height: 2.5rem; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing:0;}
.pitch__ #pitch .column__02 .row dd span:after{ position: absolute; content: ""; top:-0.7rem; right: -1rem; width: 4rem; height: 4rem;background: rgba(255,255,255,0.1); border-radius: 3rem; display: block;}
.pitch__ #pitch .column__02 .row dd h4{ padding: 0 5rem .5rem 0;}
.pitch__ #pitch .column__02 .row dd h4 a{ display: block; transition: 0.3s;}
.pitch__ #pitch .column__02 .row dd h4 a:hover{opacity:0.9; text-decoration: none;}
.pitch__ #pitch .column__02 .row dd h4 small{ font-size: 1.1rem; font-weight: 300; opacity: 0.5; }
.pitch__ #pitch .column__02 .row dd p{ padding:0 0 2rem; font-size: 1.3rem; line-height: 1.6;}
.pitch__ #pitch .column__02 .row dd .movie{ text-align: center;}
.pitch__ #pitch .column__02 .row dd .btn__line{ min-width:auto; padding: 1.1rem 3rem; width: 80%; font-size: 1.3rem; line-height: 1.6;}

.pitch__ #pitch h2.prologue{font-size:3.5rem; color:var(--c01); margin-bottom:2rem; line-height:2.5rem; font-weight:400; }
.pitch__ #pitch h2.prologue small {font-size:1.3rem; color:#ffffff;}
.pitch__ #pitch .begining{font-size:2.3rem; font-weight:bold;  line-height:3rem; color:var(--c01); margin-bottom:2rem; }
.pitch__ #pitch p.begining{font-size:1.5rem; color:#000; ;margin-bottom:5rem; font-weight:normal;line-height:2.5rem;}	
	.pitch__ #pitch p.dokusya{margin-bottom:3rem;}	
.pitch__ #pitch .column__02 .row dd span {position: relative;  position: absolute;  font-weight: 400;  font-size: 2rem;  right: 1rem; top: .5rem;  font-family: 'Oswald', 'Barlow Semi Condensed', sans-serif; letter-spacing: 0; color: #fff;}

.pitch__ #pitch .column__02 .row dd .btn__ {min-width:30rem;}
	
	
	
/* pitch__top -------------------------------------*/
.pitch__ #requirements { width:100%; position:relative; padding: 8rem 0; background:#fff; }
.pitch__ #requirements h2{ padding: 0 0 3rem; font-size: 2.5rem; color: #f6ae5f; line-height: 1.2; text-align: center;}
.pitch__ #requirements h2 span{ font-size: 4rem; color: #035640; display: block; font-weight: 500;}
.pitch__ #requirements h3{ font-size:3rem; text-align: center; font-weight: 400; color: #035640; padding: 0 0 1rem;}
.pitch__ #requirements h3 small{color:#000; display:block; font-size:1.5rem;  }	
.pitch__ #requirements .column__04 { padding: 0 0 2rem; }
.pitch__ #requirements .column__04 .row{ width:48.3%; padding: 0 2rem; margin:0 0 3% 3.4%;}
.pitch__ #requirements .column__04 .row:nth-child(2n+1){ margin:0 0 3%;}
.pitch__ #requirements .column__04 .row figcaption{ text-align:center; font-size: 1.6rem; line-height: 1.2; color:#035640; font-weight: bold; padding: 1rem 0 0;}
.pitch__ #requirements p{ padding: 0 0 2rem; }
.pitch__ #requirements .no_pd{ padding: 0;}
.pitch__ #requirements ol{ padding: 0 0 2.2rem 2rem;}
.pitch__ #requirements ol li{ list-style: disc; padding: 0 0 0.5rem}
.pitch__ #requirements .-frame{ background:#f0fcf8; border-radius: 0 0 3rem 0; padding: 2.5rem; z-index: 2; position: relative;}
.pitch__ #requirements .column__02{ position: relative;}
.pitch__ #requirements .column__02 .row{ width:100%; margin: 0 0 1rem;}
.pitch__ #requirements .column__02 .row h4{ color: #035640; padding: 0 0 0.5rem}
.pitch__ #requirements .column__02 .row p{ padding: 0 0 1rem; }
.pitch__ #requirements .-btn{ text-align:center; padding: 10rem 2rem; margin: -5rem 0 0; position: relative; height: 30rem; overflow: hidden;}
.pitch__ #requirements .-btn p{ color:#fff; font-size: 4rem; z-index: 1; position: relative; line-height: 1;}
.pitch__ #requirements .-btn #swiper_join{position: absolute; top:0; left: 0; z-index: 0; width: 100%;}
.pitch__ #requirements .-btn #swiper_join .swiper-wrapper{transition-timing-function: linear;}
.pitch__ #requirements .-btn #swiper_join .swiper-wrapper .swiper-slide{ height: 30rem; background-size: cover;}
.pitch__ #requirements .-btn .btn__orange{ font-size:1.8rem; width:90%; padding: 2rem; font-weight: bold;}

.pitch__ #requirements .-btn .btn__orange.none { pointer-events: none; opacity: 0.8;}	
	
	
#judge__	{background-color:var(--c03);}
.judge__ {text-align: center;	background-color: #14101e;    position: relative;  overflow: hidden;} 
.judge__ .section__::before {  content: "";    position: absolute; top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(255,255,255,0.03);  z-index: 1;    pointer-events: none;}
.judge__ .inner {z-index:10;}	
.judge__ .page_ttl .txt { padding:14rem 0 0;}	
.judge__ .page_ttl { background: url("../img/bg_subtop04.png") top center no-repeat; background-size:cover; position:relative; height:40rem;  margin-bottom:0rem;}
.judge__ .page_ttl .txt h2{  color:#fff;}
.judge__ .page_ttl p{ padding:0 0 3rem;}
.judge__ .page_ttl .btn__{ padding:2rem; min-width:25rem; font-size:1.6rem;}
.judge__ .page_ttl .announcement{ position:absolute; left:0; bottom:-10rem; width:100%; padding:2.5rem; background:rgba(250,250,250,0.4);  text-align:center; color:#E9B062; font-weight:bold; font-size:2rem; }	
	
.judge__ h2{font-size:3.5rem; color:var(--c01); padding: 0 0 5rem; line-height: 1.5; text-align: center; }
.judge__ h2 small{font-size:1.5rem; display: block; color:#ffffff!important;}	
.judge__ .inner{padding-top:3rem;}	
.judge__ .section__{ text-align:center; padding:0; background: #14101e;}
.judge__ .section__ p{ font-size:1.2rem; padding:0 0 3rem; color:#ffffff;}
.judge__ .column__04 .row{ width:48.5%; margin:0 0 3% 3%;}
.judge__ .column__04 .row:nth-child(4n+1){ margin:0 0 3% 3%;}
.judge__ .column__04 .row:nth-child(2n+1){ margin:0 0 3%;}
.judge__ .column__04 .row a dt{ }
.judge__ .column__04 .row a dt img{ position:relative; transition: 0.3s; border-radius: 5%;}
.judge__ .column__04 .row a dd{ padding:1.5rem 1rem 0; text-align: center; font-size:1.5rem;}
.judge__ .column__04 .row a dd small {font-size:1rem; line-height:1.5rem; display:block; padding:0 0 3rem;}
.judge__ .column__04 .row a dd h4{ font-size: 1.6rem; padding: 0 0 1rem; margin: 0; font-weight: normal; color: #ffffff;}
.judge__ .column__04 .row a dd p{ font-size: 1rem; color: #ffffff; line-height:1.5rem; }

.judge__ hr.space__ { display: block; height: 0; border: 0; border-top: 3px solid #005979; width:4rem; margin: 0 auto; padding: 0; }
	
.pitch__ #results__  {text-align: center; padding: 4rem 0;  background-color: #14101e;}		
.pitch__ #results__  .row .button {text-align:center; margin:4rem 0 0;}
.pitch__ #results__  .announcement{text-align:center; font-size:1.3rem;  color:#fff;}

.pitch__ #results__ h3{ font-size:2rem; font-weight:bold; color:#fff; padding:1rem 0 0rem; text-align: center;}
.pitch__ #results__ h3.top{ font-size:1.8rem; font-weight:bold; color:var(--c01); padding:0 0 4rem;}
.pitch__ #results__  h3.middle{ font-size:1.5rem; font-weight:normal; color:#fff; padding:0;}
.pitch__ #results__  h3.middle small{ font-size:1.1rem;}	
.pitch__ #results__  .column__01{ margin:1rem 0; position: relative;}
.pitch__ #results__  .column__01 .row{ display: table; padding: 0rem; margin: auto; position: relative; z-index:1;}
.pitch__ #results__  .column__01 .row dt{ width: 100%; margin: auto;}
.pitch__ #results__  .column__01 .row dt img {margin-top:0;  }
.pitch__ #results__  .column__01 .row dd{ width: 100%; padding: 0 0 3rem; vertical-align: top; text-align: left; position: relative; margin:auto; border-bottom: 1px solid rgba(225,225,225,0.2); color:#fff;}
.pitch__ #results__  .column__01 .row dd span{ position: relative; position: absolute; font-weight: 400; font-size: 2rem; right:1rem; top:1rem; line-height: 2.5rem; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing:0; color: #fff; }
.pitch__ #results__  .column__01 .row dd span:after{ position: relative; position: absolute; content: ""; top:-1.2rem; right: -1.5rem; width: 5rem; height: 5rem; background: rgba(255,255,255,0.1); border-radius: 3rem; display: block; z-index: 0;}
.pitch__ #results__  .column__01 .row dd h4{ padding: 0.5rem 5rem 2rem 0; font-size:1.5rem;}
.pitch__ #results__  .column__01 .row dd h4 a{ display: block; text-decoration: none; transition: 0.3s; color:#fff;}
.pitch__ #results__  .column__01 .row dd h4 a:hover{opacity:0.9; text-decoration: none;}
.pitch__ #results__  .column__01 .row dd h4 small{ font-size: 1.2rem; font-weight: 300; opacity: 0.6;}
.pitch__ #results__  .column__01 .row dd p{ padding:0 0 2.5rem; font-size: 1.2rem; line-height: 1.6; }
.pitch__ #results__  .column__01 .row dd .movie{ text-align: right;}
.pitch__ #results__  .column__01 .row dd .btn__line{ min-width:auto; padding: 1rem 3.5rem; font-size: 1.3rem; line-height: 1.6;}
.pitch__ #results__ .column__01 .top{ padding:0 0 1.5rem; margin:0;}
.pitch__ #results__  .column__01 img:first-child{margin-bottom:1.5rem;}

.pitch__ #results__  .container {width:100%; }
.pitch__ #results__  .container02 {width:100%;}
.pitch__ #results__  .container04 {width:100%;}	
.pitch__ #results__ h2 span{color:#fff;}
.pitch__ #results__  .container03 {color:#fff;}	
.pitch__ #results__ .prologue {font-size: 3.5rem; color: var(--c01); margin-bottom: 2rem; line-height: 2.5rem;  font-weight: 400; }
.pitch__ #results__ .prologue small{ font-size: 1.3rem; color: #ffffff; }

@media screen and (max-width:420px) {
}




@media print{

}


@-webkit-keyframes scrollAct { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 30% { opacity: 0.6; } 60% { opacity: 1; -webkit-transform: translateY(10px); transform: translateY(10px); } 70% { opacity: 0; -webkit-transform: translateY(13px); transform: translateY(13px); } 100% { opacity: 0; } } @keyframes scrollAct { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 30% { opacity: 0.6; } 60% { opacity: 1; -webkit-transform: translateY(10px); transform: translateY(10px); } 70% { opacity: 0; -webkit-transform: translateY(13px); transform: translateY(13px); } 100% { opacity: 0; } }

