@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap');



body {
position: relative;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #080e14;
font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-size: 16px;
line-height: 1.8;
overflow-wrap: break-word;
background: none;
position:relative;
}

footer{
margin-top:0;
}



.container {
width: 100%;
position:relative;
overflow:hidden;
}

.container:before{
content:"";
position:absolute;
top:-30px;
left:-80px;
width:45vw;
height:80vh;
background:rgba(255,255,255,0.4);
animation: blob-anim 5s linear infinite normal;
z-index:100;
}


.container:after{
content:"";
position:absolute;
top:-30px;
right:-60px;
width:20vw;
height:30vh;
background:rgba(255,255,255,0.3);
animation: blob-anim 4s linear infinite normal;
z-index:100;
}



@keyframes blob-anim {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 33% 67% 70%;
    }
    50% {
        border-radius: 54% 46% 68% 32% / 46% 56% 44% 54%;

    }
}


.container-fluid {
max-width: 1000px;
margin: 0 auto;
padding:0;
background:transparent;
position:relative;
z-index:1000;
}



#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}


.head_block{
width:100%;
padding:7%;
position:relative;
}


.head_block:before{
content:"";
position:absolute;
top:0;
left:0;
width:100vw;
height:100%;
opacity:0.6;
/*background: rgb(255,124,81);*/
background: linear-gradient(90deg, rgba(255,124,81,1) 0%, rgba(255,237,128,1) 32%, rgba(121,218,191,1) 68%, rgba(129,227,252,1) 100%);
}


.head_block:after{
content:"";
position:absolute;
top:0;
left:0;
width:100vw;
height:100%;
opacity:0.15;
background-image:radial-gradient(#fff 15%, transparent 15%),radial-gradient(#fff 25%, transparent 25%);
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
}


.head_block .building{
position:absolute;
bottom:0;
right:0;
}

.head_block .clouds{
position:absolute;
top:30%;
right:0;
animation: floating-anim 3s linear infinite;
}

.head_block .plane{
position:absolute;
bottom:150px;
right:0;
animation: diagonal-anim 8s linear infinite;
}

.head_block .uniikey{
position:absolute;
top:15%;
right:10%;
animation: floating-anim_uniikey 6s linear infinite;
z-index:1000;
}



@keyframes diagonal-anim {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-1200px, -800px);
  }
}


@keyframes floating-anim {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floating-anim_uniikey{
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-80px, -40px);
  }
}



.head_title {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width:fit-content;
padding:40px;
background:rgba(255,255,255,1);
border-radius:30px;
font-feature-settings: "palt" 1;
z-index:1000;
}


.head_title h1{
position: relative;
z-index: 5;
font-size: 3rem;
font-weight:normal;
line-height: 1.2;
font-family: 'Barlow Condensed', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
padding-bottom:15px;
border-bottom:1px dotted #c5c5c5;
}

.head_title h1 span{
color:#ffbd5f;
}


.head_title h1 small{
display: block;
margin: 16px 0;
font-size: 2rem;
opacity:0;
animation: fade 0.8s linear 0.5s forwards;
}

.head_title .info_date {
  position: relative;
  display: inline-block;
  color: #444;
  font-size: 1.3rem;
line-height:1.3;
font-family: 'Barlow Condensed', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.head_title .info_date strong{
font-size:220%;
font-weight:normal;
color:#ffbd5f;
}



@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}



h2{
margin: 35px auto !important;
padding:0;
font-size: 2rem;
font-weight:normal;
font-feature-settings: "palt";
line-height: 1.8;
border: none;
text-align:center;
position:relative;
z-index:1000;
}

h2:before{
content:"";
position:absolute;
top:50%;
left:0;
width:100%;
height:1px;
background-color:#83d07e;
z-index:-1;
}


h2 span{
width:300px;
height:100%;
border-radius:50px;
background-color:#fff;
margin:0 auto;
position:relative;
display:block;
}

h2 span:before{
content:"";
position:absolute;
top:44%;
left:0;
width:8px;
height:8px;
background-color:#83d07e;
border-radius:50%;
}

h2 span:after{
content:"";
position:absolute;
top:44%;
right:0;
width:8px;
height:8px;
background-color:#83d07e;
border-radius:50%;
}


h2.session{
font-size:1.5rem;
}



h3 {
margin: 25px auto !important;
padding:0 0 5px 0;
font-size: 1.5rem;
font-weight:normal;
line-height: 1.8;
border-bottom:1px solid #efefef;
text-align:center;
}


.summary_block{
background-color:#f5f5f5;
position:relative;
z-index:1000;
}


.summary_block:before{
content:"";
position:absolute;
top:0;
left:0;
border:10px solid #fff;
width:100%;
height:100%;
opacity:0.7;
}


.event_summary {
padding: 40px 16px;
position:relative;
}
.event_summary p {
margin-bottom: 24px;
font-size: 16px;
line-height: 1.8;
position:relative;
z-index:1001;
}



.information {
background-color:#fff;
border: 2px solid #fff;
padding: 24px;
box-shadow: 0 0 15px #e5e5e5;
font-size: 16px;
border-radius:30px;
}


.information dt{
width:160px;
}

.information dd {
line-height: 1.8;
}



/* background setting */

.content_block{
position:relative;
}


.content_block:before{
content:"";
position:absolute;
top:0;
left:-65%;
background:url(/info/event/uniikeyz-of-the-day/202304/media/blob_left.svg) left top no-repeat;
width:100%;
height:100%;
z-index:-1;
animation: scaling 7s linear infinite;
}


.content_block:after{
content:"";
position:absolute;
top:35%;
right:-60%;
background:url(/info/event/uniikeyz-of-the-day/202304/media/blob_right.svg) right top no-repeat;
width:100%;
height:100%;
z-index:-1;
animation: scaling 7s linear infinite;
}



@keyframes scaling{
  0%,100% {
transform:scale(1,1);
}

  50% {
transform:scale(0.95,0.95);
}
}



/*********************** btn default setting ***********************/


.button{
display: inline-block;
text-align: center;
text-decoration: none;
outline: none;
margin:48px 10px;
background-color:#fd6150;
color:#fff;
border-radius:50px;
}

.button.button_blue{
background-color:#5ed8f7;
color:#fff;
}

.button.button_yellow{
background-color:#ffbd5f;
color:#fff;
}


.button:hover{
background-color:#fff;
color:#fd6150 !important;
box-shadow:0 0 25px #d5d5d5;
transform:translateY(-10px);
}

.button.button_blue:hover{
color:#5ed8f7 !important;
}

.button.button_yellow:hover{
color:#ffbd5f !important;
}


.button::before,
.button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}



.button,
.button::before,
.button::after {
	box-sizing: border-box;
	transition: all .3s;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}



/*btn size setting*/

.large{
width: 80%;
height: 60px;
line-height:60px !important;
font-size: 160%;
}

.small{
width: 47%;
height: 72px;
font-size: 18px;
}


.btn-register {
width: 98%;
margin: 0 auto;
}

.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}




/*********************** session ***********************/

.schedule{
position:relative;
}

/*.schedule:before{
content:"";
position:absolute;
top:13%;
left:7%;
width:100%;
height:100%;
background:url(/info/event/uniikeyz-of-the-day/202304/media/parts_uniikey.png) left top no-repeat;
animation: floating-anim_uniikey-session-right 6s linear infinite;
}

.schedule:after{
content:"";
position:absolute;
bottom:13%;
right:7%;
width:100%;
height:100%;
background:url(/info/event/uniikeyz-of-the-day/202304/media/parts_uniikey.png) right bottom no-repeat;
animation: floating-anim_uniikey-session-left 6s linear infinite;
}*/


@keyframes floating-anim_uniikey-session-left{
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, -50px);
  }
}

@keyframes floating-anim_uniikey-session-right{
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, -50px);
  }
}

.session-schedule{
margin: 0 auto 40px;
border-radius:30px;
box-shadow:0 0 20px #e5e5e5;
background-color:#fff;
}


.table-session tbody {
vertical-align: top;
}


.table-session th,
.table-session td {
vertical-align: top;
border:none !important;
padding:8px;
}

.table-session th {
width: 50%;
padding: 36px 0 24px;
text-align: center;
background-color:#fff;
color: #444;
border-radius:30px;
font-size: 1.25rem;
font-size: 1.5rem;
font-weight:normal;
/*font-family: 'Barlow Condensed', sans-serif;*/
font-family:'Barlow Condensed', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


.table-session th span{
position:relative;
}

.table-session th span:before{
content:"";
position:absolute;
bottom:-20px;
left:calc(50% - 40px);
width:80px;
height:4px;
border-radius:20px;
}

.table-session th.keynote span{
color:#83d07e;
}
.table-session th.keynote span:before{
background-color:#83d07e;
}

.table-session th.business span{
/*color:#60dcfc;*/
color:#5ed8f7;
}

.table-session th.business span:before{
/*background-color:#60dcfc;*/
background-color:#5ed8f7;
}

.table-session th.technical span{
color:#ffbd5f;
}

.table-session th.technical span:before{
background-color:#ffbd5f;
}

.table-session td {
line-height: 1.3 !important;
}

.table-session td .session-time {
  padding: 0 0 30px 0;
text-align:center;
font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #252525;
}


.table-session td.session-theme {
  padding: 24px 8px;
}



.table-session td a.btn-movie {
  padding: 16px 32px; 
  display: inline-block; 
  color: #fff; 
  font-weight: bold;
  border-radius: 50px; 
  white-space: nowrap;
}
.table-session td a.btn-movie:hover {text-decoration: none; color: #fff !important;}




.table-session td .title {
margin: 8px 16px 16px;
padding: 0 0 5px 0;
line-height:1.4;
font-size:20px;
/*font-weight:bold;*/
border-bottom: 1px dotted #ccc;
}
.table-session td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}

.table-session td .summary {
margin: 8px 16px 16px;
font-size:14px;
line-height:1.5;
letter-spacing: 0;
}
.table-session td .summary p{
padding:10px 0;
}


td.session .profile {
  display: flex;
  margin: 10px 16px 16px;
  border-top: 1px solid #fff;
}

td.session .profile_flexbox{
display:flex;
justify-content: space-between;
}
td.session .profile_flexbox .profile{
width:50%;
}


td.session .profile_thumb {
margin: 0 16px 4px 0;
}

td.session .profile_thumb img {
max-width: none;
width: 100px;
border:1px solid #eee;
}

td.session .profile_name,
td.session .profile_detail {
  font-size: 13px;
  line-height: 1.5;
}
td.session .profile_detail {
  font-size: 11px;
}

td.session .profile_open {
  display: block;
  margin:5px 0;
padding:3px 5px;
  font-size: 11px;
  color: #444;
background-color:#f0f0f0;
border-radius:5px;
width:fit-content;
  cursor: pointer;
}


.session-btn {
  display: flex;
  justify-content: center;
}
.session-btn a {
  display: inline-block;
  width: 40%;
  margin: 0 10px 40px;
  padding: 16px;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 5px;
  background: #0091da;
  text-decoration: none;
}
.session-btn a:nth-of-type(2) {background: #78be20;}
.session-btn a small {
  display: block;
  margin-top: 8px;
}


/*********************** register order ***********************/


.order {
margin:64px 0 48px;
}

.order p strong {
margin-top: 24px;
font-size: 18px;
}


.privacy-note {
margin:0 auto 20px;
padding: 24px;
background-color: #f5f5f5;
/*border:1px solid #e5e5e5;*/
border-radius:15px;
font-size: 12px;
}

.privacy-note p{
margin:5px 0;
}

.privacy-note p a{
color:#fd6150;
}


/*********************** sponsor ***********************/


.sponsor {
background: #fff;
}


.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}





/*********************** inquiry ***********************/



h2.inquiry:before{
display:none;
}

h2.inquiry:after{
display:none;
}

div.inquiry{
padding:0 20px 40px;
background-color:#f5f5f5;
}

div.inquiry p{
text-align:center;
font-size:14px;
}


div.inquiry a,
div.support a{
color:#fd6150;
}

div.support{
text-align:center;
}



/************************************** 

responsive 

**************************************/


@media (max-width: 960px) {

.information,
.session-schedule,
.privacy-note {
width:95%;
margin:0 auto 20px;
}


.head_block .uniikey img{
width:80%;
}


.schedule:before,
.schedule:after{
display:none;
}



}





@media (max-width: 640px) {


.large, .small{
width:100% !important;
}

.btn-register{
margin:0 auto 40px;
}

.small{margin:10px auto !important;}



.list-logo li {
width: 50%;
margin-bottom: 48px;
}


.container-fluid{
margin: 0;
}


.head_block .uniikey{
top:50px;
right:-50px;
}
.head_block .uniikey img{
width:50%;
}


.head_title{
padding:25px;
}

.head_title h1 {
font-size: 2rem;
}

.head_title h1 small {
margin-bottom: 16px;
font-size: 1rem;
}



h2{font-size:1.5rem;}

h3{font-size: 1.25rem;}


.head_title .info_date{
font-size: 1rem;
}


.head_title .info_date span {
display: inline; 
font-weight: bold;
}



.information dt {
    clear: both;
    width: auto;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 5px;
    width: auto;
    font-size:.85rem;
}


.information dd {
    margin: 0 0 10px 0;
   border-bottom:1px dotted #999;
   padding-bottom:5px;
}


.table-session {width: 100%;}
.table-session th, .table td {padding: 16px 8px;}
.table-session td .title {font-size: 16px; margin: 0 0 16px;}

.table-session th,
.table-session td .session-time{
font-size:1rem;
}


td.session .profile{
padding:10px 0;
display:block;
}


td.session .profile_name {
margin-bottom: 8px;
}

td.session .profile_open {
  margin: 0;
  font-size: 11px;
}



.list-logo li {
width: 100%;
text-align: center;
}

.summary {display: none;}


.sponsor ul {
margin: 0;
}

.sponsor li {
  width: 50%;
}

}




/* movie page */

.movie_title {
    display: block;
    height: auto;
    padding: 40px 24px;
}
.movie_title h1 {float: none; font-size: 2rem; margin: 0;}

.webinar-video-area {
    display: flex;
    justify-content: space-between;
    margin: 24px auto;
}

.video {
  width: 100%;
  margin-bottom: 24px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slido {
    width: 29%;
    height: 480px;
  margin-bottom: 24px;
}

.enquete-after {
  margin: 24px 0 80px;
}
.enquete-after a {font-size: 1.25rem; line-height: 1.5;}







@media screen and (max-width: 960px) {
  .head_title.movie_title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: url(/info/event/vmware/202201/media/head_title.png) no-repeat center right;  
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
    .webinar-video-area {
    display: block;
}
   .video,.slido {width: 100%;}
   .enquete-after a {font-size: 1rem;}
}

