@charset "UTF-8";


/* Reset CSS
* --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
a:hover {text-decoration: none;}

img {vertical-align: bottom;}

table {
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
color:#fff;
}

h1 {float: none;}
h2 {background: none;}
h3 {border: none;}


q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }




/* Custom CSS
* --------------------------------------- */

*,
*::before,
*::after {box-sizing: border-box;}

a {color: #00a8ff; transition: color 0.2s;}
a:hover {color: #ffba00;}

body {
  color: #fff;
  font-size: 16px;
    background-color: #131920;
background-image:none;
    -webkit-text-size-adjust: 100%;
font-feature-settings: "palt";
}

body:after {
position: fixed;
top: 50px;
left: 0;
content: "";
z-index:-1;
display: block;
width: 100%;
height: 100vh;
background: #0b1824 url(/info/event/security/202012/media/page-background.jpg) no-repeat 0 0;
background-size: cover;
animation: fade-scale 0.5s linear 0.3s forwards;
opacity:0;
}


#event-container{
font-family: Century Gothic, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
}



th,td {vertical-align: top;
background-color: transparent !important;
}


.page-inner{
margin:2% 10%;
}

.contents-inner{
max-width:1000px;
margin:2% auto;
padding:0;
    opacity: 0;
transform:translateY(40px);
    transition:1s;
}

.fade{
    opacity: 1;
transform:translateY(0);
}



.container {width: 100%;}
.container-fluid {background: transparent; padding: 0 20px;}







/*anime setting*/


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes fade-scale{
  0% {
    opacity: 0;
transform:scale(0.95,0.95);
}

  100% {
    opacity: 1;
transform:scale(1,1);
}
}





@keyframes fade-in{
0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
}
}


@keyframes blue{
  0% {
color:#0264e9;
}
  33.3% {
color:#00a9f0;
}
  66.6% {
color:#00ced5;
}
  100% {
color:#0264e9;f
}
}



/*header*/

#header-area h1{
padding:0;
font-size:240%;
color:#fff;
text-align:center;
animation: fade 0.5s linear 0.5s forwards;
opacity:0;
}

#header-area h1 span{
padding:4% 0 20px;
text-align:center;
font-size:22px;
color:#6ccdff;
animation: fade 0.5s linear 0.3s forwards, blue 3s linear infinite;
opacity:0;
display:block;
}


#header-area .event-date{
margin:25px auto;
padding:15px;
text-align:center;
font-size:130%;
line-height:1.6;
font-weight:bold;
animation: fade 0.5s linear 1.3s forwards;
opacity:0;
}

#header-area .event-date em{
font-size:180%;
font-weight:bold;
}



#event-summary{
line-height:2.0;
font-size:110%;
animation: fade 0.5s linear 2.0s forwards;
opacity:0;
}




#event-infomation{
padding:0;
font-size:16px;
line-height:1.6;
}

#event-infomation span{
display:block;
margin-bottom:5px;
}

#event-infomation span.event1{
color:#0264e9;
}

#event-infomation span.event2{
color:#00a9f0;
}

#event-infomation span.event3{
color:#00ced5;
}

#event-infomation table{
border-collapse:separate;
border-spacing: 5px;
}

#event-infomation th,
#event-infomation td{
padding:20px;
background:rgba(0,0,0,.5) !important;
border:none !important;
font-weight:bold;
}

#event-infomation th{
width:25% !important;
}
#event-infomation td{

}


#social_bkm_wrap_top{
border:none !important;
margin:0 auto 45px !important;
}




/*title*/

.contents-inner h2,
#sponsor h2,
.event-movie h2{
margin-bottom:30px;
padding:40px 0;
font-size:200%;
text-align:center;
line-height:1.2;
}

.contents-inner h2 span,
#sponsor h2 span,
.event-movie h2 span{
font-size:70%;
display:block;
opacity:.5;
margin-top:5px;
}







/* button */
.btn-area {
clear: both;
padding: 24px 0;
text-align: center;
}


.btn-area a {
    position: relative;
    overflow: hidden;
    display:inline-block;
    min-width: 40%;
    padding: 2%;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    background:#ccc;
/*z-inex:-1;*/
text-decoration:none;
}

.btn-area a:hover{
box-shadow:0 0 10px #151515;
transition:0.5s;
}



.btn-area a:before {
content:"";
position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0.8);
transition:0.5s;
}

.btn-area a:hover:before {
  background:rgba(255,255,255,0.2);
  transform: scale(1, 1);
color:#333;
}

.btn-area a span{
color:#fff;
}





/* program */


.event-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;

}
.event-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
margin:0 10px;
  padding: 2.5% 0;
  color: #fff;
  text-align: center;
border:1px solid #ffffff;
background:rgba(0,0,0,.4);
transition:0.5s;
font-weight:bold;
}



.event-nav a:first-of-type{
border:1px solid #0264e9;

}
.event-nav a:nth-of-type(2) {
border:1px solid #00a9f0;

}
.event-nav a:nth-of-type(3){
border:1px solid #00ced5;
}


.event-nav a:first-of-type:hover{
background:rgba(2,100,233,0.3);
}

.event-nav a:nth-of-type(2):hover {
background:rgba(0,169,240,0.3);
}

.event-nav a:nth-of-type(3):hover {
background:rgba(0,206,213,0.3);
}

.event-nav a:hover{
color:#fff !important;
text-decoration:none !important;
}


.event-nav a:after{
content:"";
position:absolute;
bottom:-1px;
left:40%;
width:20%;
height:2px;
background-color:#fff;
transition: transform 0.5s;
transform: scale(0, 0);
}

.event-nav a:hover:after{
transform: scale(1, 1);
}




#program {
padding: 48px 0;
}
#program .contents-inner {
  margin-bottom: 120px;
  border-bottom: 1px dotted #fff;
}

#program h3 {
  font-size:160%;
text-align:center;
  margin-bottom: 35px;
}
#program h3 strong {
  margin:0 auto 5px;
padding:3px 0;
  font-size: 18px;
display:block;
width:10%;
background:rgba(0,0,0,0.4);
}


#next-generation-infrastructure h3 strong{
color:#0264e9;
}

#application-security h3 strong{
color:#00a9f0;
}

#workplace h3 strong{
color:#00ced5;
}




#program h3 small {
  display: block;
  font-size: 1.25rem;
}

#program .event-summary {
  margin-bottom: 24px;
}

#program .session {
  margin-bottom: 35px;
  padding: 0 24px;
background:rgba(0,0,0,.4);
}

#program .session .label{
margin:0 0 10px 0;
padding:3px 10px;
text-align:center;
border:1px solid #ccc;
background:rgba(0,0,0,0.4);
color:#fff;
font-size:13px;
display:block;
width:80px;
}

#program .session .js-title {
  position: relative;
  cursor: pointer;
  padding: 24px 0 24px 8%;
font-size:120%;
line-height:1.5;
}

#program .session .js-title .company {
  position: absolute;
  top:30px;
  right: 0;
  font-size: .75rem;
  color: #fff;
text-align:right;
}
#program .session .js-title::before {
  content: "+";
  position: absolute;
  top: 0;
  left: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
  height: 100%;
  font-size: 2rem;
  background-color:#ccc;
}
#program .js-title.js-open::before {content: "-";}

#program #next-generation-infrastructure .js-title::before,
#program #next-generation-infrastructure .btn-area a {background:#0264e9;}


#program #application-security .js-title::before,
#program #application-security .btn-area a  {background:#00a9f0;}


#program #workplace .js-title::before,
#program #workplace .btn-area a {background:#00ced5;}






#program .session .js-detail {
  padding: 24px 35px 15px 8%;
  font-size: .85rem;
}

#program .speaker {
display: flex;
margin-top: 16px;
}
#program .speaker .speaker-thumb {
width: 100px;
flex-shrink: 0;
margin: 0 16px 16px 0;
}
#program .speaker .speaker-thumb img {max-width: 100%;}
#program .speaker .speaker-txt {
width: 100%;
font-size: 14px;
}
#program .speaker .speaker_profile {
  margin-top: 8px;
color: #6ccdff;
/*background:rgba(0,0,0,0.85);*/
/*width:100px;
padding:2px;*/
border-left:2px solid #6ccdff;
padding-left:5px;
}
#program .speaker .profile_open {color: #ddd; font-size: .75rem;}




/* apply */
.apply {
padding: 48px 0 64px;
}



/* sponsor */
#sponsor {
background-color: #fff;
}

#sponsor h2{
color:#333 !important;
}

#sponsor h2 span{
color:#999;
}




.list-logo {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 48px;
}
.list-logo li {
width: 200px;
margin: 15px 40px;
text-align: center;
}




/* contact */

#event-contact{
font-family: Century Gothic, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
text-align:center;
line-height:1.8;
}




/* movie page
* --------------------------------------- */


.event-movie  {
  height: auto;
}

.event-movie h1{
text-align:center;
font-size: 200%;
}


.event-movie .movie-area{
margin-top:8%;
background:rgba(0,0,0,0.5);
}

/*.event-movie .next-generation-infrastructure{
background:rgba(2,100,233,0.4);
}

.event-movie .application-security{
background:rgba(0,169,240,0.4);
}

.event-movie .workplace{
background:rgba(0,206,213,0.4);
}*/





.movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.movie-list .movie-list-panel {
  width: 30%;
  margin: 0 25px 30px;
}

.movie-list .panel-s{
width:20%;
}


.movie-list .movie-list-panel .btn-area {padding: 16px 0;}
.movie-list .movie-list-panel .btn-area a {
  font-size: 1rem;
  padding: 8px 16px;
}

.movie-list .movie-list-panel .movie-thumb {position: relative; margin-bottom: 16px;}
.movie-list .movie-list-panel .movie-thumb img {
    width: 100%;
    vertical-align: bottom;
    /*border: 1px solid #ccc;*/
box-shadow:0 0 10px #fff;
}


.movie-list .movie-list-panel .movie-thumb::before {
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
}

.movie-list .movie-list-panel .movie-thumb::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 5px);
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #ffffff;
}

.movie-list .movie-list-panel .movie-ttl {
  margin-bottom: 10px;
  color: #fff;
line-height:1.4;
}
.movie-list .movie-list-panel .movie-company {
  margin-bottom: 24px;
  font-size: .85rem;
  color: #ccc;
}




.movie-list .movie-list-panel .movie-thumb:hover{
transform:scale(1.02,1.02);
transition:0.3s;
}



/*---------------------------------------------------------------------------------------------------------
RESPONSIVE
---------------------------------------------------------------------------------------------------------*/



@media screen and (max-width: 800px) {


body:after{
background-position:5% 0;
}


.contents-inner {
margin: 0 24px;
}


#header-area h1{
font-size:200%;
}


.event-nav a{
height:100px;
padding:4%;
}


.btn-area a{
padding:5%;
}


.movie-list .movie-list-panel {
  width: 43%;
}


}



@media screen and (max-width: 640px) {


body:after{
background-position:20% 0;
}


.contents-inner {margin: 0 8px;}

.page-inner{
margin:2% 4%;
}


#header-area h1{
font-size:160%;
}

#header-area h1 span{
font-size:70%;
line-height:1.2;
}


#header-area .event-date{
font-size:85%;
padding:0;
}


#event-summary{
font-size:100%;
line-height:1.6;
}



#event-infomation th{
width:30% !important;
}


#event-infomation th, #event-infomation td{
font-weight:normal;
}

.btn-area a {
width: 100%; 
font-size: 130%;
padding:25px 0;
}



.contents-inner h2,
#sponsor h2,
.event-movie h2{
font-size:140%;
}


.event-nav {display: none;}

#program h3 {font-size: 1.3rem;}
#program h3 strong {display: block; width:100%;}
#program .event-summary {font-size: .85rem;}

#program .session {padding: 0 16px;}
#program .session .js-title {padding: 40px 0 40px 60px;}
#program .session .js-title::before {
  left: -16px;
  width: 56px;
}

#program .session .js-title .company{
top:10px;
right:0;
}

#program .session .js-detail{
padding:24px 15px 15px 15px;
}

#program .schedule .summary,
#program .speaker .speaker-txt,
#program .speaker .profile_open {font-size: 12px;}


#program .speaker .speaker-thumb {
width: 60px;
}

.movie-list {padding: 0 16px;}
.movie-list .movie-list-panel {width: 100%;}

.list-logo li {
width: 60%;
}

}
 