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;
}

footer{margin-top:0 !important;}


a:hover{
color:#080a12 !important;
}


.container {
width: 100%;
height:100%;
background:url(/info/event/zdnet/202303/media/main-background.jpg) center top no-repeat;
background-size:cover;
background-attachment: fixed;
padding-bottom:5%;
position:relative;
}


.container:before{
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-image: radial-gradient(#f0f0f0 30%, transparent 31%), radial-gradient(#f0f0f0 30%, transparent 31%);
background-size: 3px 3px;
background-position: 0 0, 2px 2px;
}


.container-fluid {
max-width: 1000px;
margin: 0 auto;
padding-top: 0;
background-color: transparent;
position:relative;
z-index:1000;
}



#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}

.container .header-logo {
  padding: 16px;
  text-align: center;
  background: #fff;
}
.container .header-logo img {max-height: 24px;}



/* header */


.head_title {
position: relative;
overflow: hidden;
padding:5% 5% 0;
}

.head_title:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background: linear-gradient(30deg, rgba(255,255,255,0) 15%, rgba(222,250,144,0.25) 35%, rgba(118,191,168,0.4) 50%, rgba(68,94,163,0.25) 65%, rgba(255,255,255,0) 85%);*/
background: linear-gradient(45deg, rgba(255,255,255,0) 15%, rgba(222,250,144,0.25) 30%, rgba(118,191,168,0.4) 50%, rgba(68,94,163,0.25) 70%, rgba(255,255,255,0) 85%);
background-size: 500% 500%;
animation: gradient 15s ease infinite;
}


@keyframes gradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.head_title:after{
content:"";
position:absolute;
top:-150px;
left:calc(50% - 150px);
width:300px;
height:300px;
background:url(/info/event/zdnet/202303/media/parts_technology.png) center top no-repeat;
animation: spin 7s linear infinite;
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.head_title h1 {
  float: none !important;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /*max-width: 1000px;*/
  height: 100%;
  margin: 0 auto;
  text-align:center;
  padding: 0 16px;
  color: #1c233f;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}



.head_title h1 .ttl-label {
position: relative;
z-index: 1000;
display: inline-block;
width: fit-content;
margin:0 auto 30px;
padding: 5px 20px;
font-size:2rem;
text-align: center;
font-family: 'Oswald' , sans-serif;
z-index:1000;
position:relative;
}

.head_title h1 .ttl-label:before{
content:"";
position:absolute;
bottom:0;
left:0;
width:0;
height:100%;
/*background:linear-gradient(transparent 60%, #6b96ff 60%);*/
background:linear-gradient(transparent 60%, #efffc6 60%);
z-index:-1;
animation: line 0.5s linear 0.2s forwards;
}



@keyframes line{
0%{
width:0;
}
100%{
width:100%;
}
}



.head_title h1 .ttl-jp{
position: relative;
z-index: 1000;
font-size:2.5rem;
line-height:1.5em;
z-index:1000;
display:block;
opacity:0;
animation: blur 1.5s linear 0.5s forwards;
}


@keyframes blur{
  0% {
opacity:0;
filter: blur(5px);
}

  100% {
opacity:1;
filter: blur(0);
}
}


.head_title h1 small {font-size: 1.25rem;}


.head_title .ttl-date{
background-color:#d0ff4b;
margin:30px auto 0;
padding:10px 40px;
color:#161c35;
width: fit-content;
font-size: 1.5rem;
font-family: 'Oswald' , sans-serif;
}

.head_title .ttl-date strong{
font-size: 2.5rem;
}


.event_summary {
margin:50px auto;
max-width:750px;
position:relative;
z-index:1000;
}

.event_summary p {
/*background:rgba(255,255,255,0.4);*/
line-height: 1.8;
font-weight:bold;
padding:45px;
box-shadow:0 0 30px #ffffff;
}




/* contents */

h2 {
margin: 48px 0;
padding:16px;
color: #444;
font-weight: normal;
font-size: 2.5rem;
text-align: center;
background: none;
font-feature-settings: "palt" 1;
position:relative;
}

h2:before{
content:"";
position:absolute;
bottom:5px;
left:calc(50% - 100px);
width:200px;
height:2px;
background-color:#bfe844;
}

h2:after{
content:"";
position:absolute;
bottom:5px;
left:calc(50% - 20px);
width:50px;
height:2px;
background-color:#445ea3;
}



.overview {
position:relative;
background:rgba(239,255,198,0.35);
padding:10px 0;
box-shadow:0 0 30px #999999;
}




.information{
font-size: 1rem;
padding:25px;
}

.information dt {
  min-width: 12em;
  margin-bottom: 16px;
}

.information dd {
  margin: 0 0 16px 12em;
}




/* btn default setting */

.button{
display: inline-block;
overflow: hidden;
text-align: center;
text-decoration: none;
outline: none;
margin:24px auto;
background:#445ea3;
color:#fff;
position:relative;
transition: .3s ease;
}

.button::before,
.button::after {
position: absolute;
z-index:-1;
display: block;
content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.button:before {
top: 0;
left: 0;
z-index: 2;
background: #efffc6;
width: 100%;
height: 100%;
transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
transform: scale(0, 0);
transform-origin:center;
box-shadow:0 0 30px #e5e5e5;
}


.button:hover:before{
  transform:scale(1, 1);
}


.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
color:#fff;
font-weight:bold;
}

.button:hover span{
color:#1c233f !important;
position:relative;
z-index:1000;
}





/*btn size setting*/


.large{
width: 80%;
height: 60px;
line-height:60px !important;
font-size: 160%;
}

.small{
width: 50%;
height: 96px;
font-size: 18px;
}



.btn-register {
width: 80%;
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;
}


.table {
margin-bottom: 16px;
background: rgba(255,255,255,0.75);
box-shadow: 0 0 40px #b5b5b5;
}


.table th, .table td {vertical-align: top;}
.table th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #2D91DA;
}


.table td {
position: relative;
padding: 36px;
line-height: 1.3 !important;
border:none;
}

.table td a.btn-movie {
padding: 16px 32px; 
display: inline-block; 
color: #fff; 
font-weight: bold;
border-radius: 50px; 
white-space: nowrap;
}


.table td a.btn-movie:hover {text-decoration: none; color: #fff !important;}

.table td p {
margin: 0;
}

.table td .title {
margin: 0 0 16px;
padding: 0;
line-height:1.4;
font-size: 1.5rem;
font-weight:bold;
font-feature-settings: "palt" 1;
border: none !important;
}

.table td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}

td .summary {
letter-spacing: 0;
padding-bottom:15px;
border-bottom:1px dotted #a5a5a5;
}


td.session .session-content{
margin:10px auto 0;
display:flex;
justify-content:space-around;
}


.ttl-uline {
margin:0 0 15px;
text-align:left;
color: #1c233f;
background:linear-gradient(transparent 60%, #efffc6 60%);
font-size:1.5rem;
font-weight:bold;
font-family: 'Oswald' , Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
width:fit-content;
}

td.session .profile {
padding: 16px 0;
clear: both;
/*border-top: 1px dotted #ccc;*/
overflow: hidden;
width:48%;
}

td.session .profile_thumb {
float: left;
width: 120px;
margin: 0 16px 4px 0;
}

.profile_name {
line-height: 1.6;
color:#444;
font-size:0.9rem;
}

td.session .profile_accordion {margin: 8px 0 0 0; line-height: 1.6;}
td.session .js-profile-trigger {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  /*color: #008dc5;*/
color:#445ea3;
background-color:;
  cursor: pointer;
}

td.session .js-profile-trigger::before,
td.session .js-profile-trigger::after {
  content: "";
  position: absolute;
  display: block;
}

td.session .js-profile-trigger::before {
  top: 5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #445ea3;
  border-right: 2px solid #445ea3;
  transform: rotate(135deg);
}


td.session .js-profile-detail {
padding-top: 8px;
padding-left:136px;
font-size:14px;
color:#757575;
}


td.session .session-label{
margin:0 0 20px;
padding:2px 5px;
color:#fff;
text-align:center;
font-size:13px;
width:130px;
border-radius:25px;
}

td.session .session-label.guest{
/*background-color:#445ea3;*/
background-color:#c6f247;
color:#151515;
}

td.session .session-label.interviewer{
background-color:#b0b0b0;
}

td.session .session-content .inner-title{
font-size:1.2rem;
padding:20px 10px;
border-left:2px solid #cccccc;
}


.rest{
background:rgba(224,224,224,0.4);
}




.order {
position:relative;
}




/* 個人情報 */

.privacy-area {
    border: 1px solid #ccc;
    margin: 50px auto 0;
    padding: 16px;
    height: 150px;
    overflow: auto;
}
.privacy-area p.content {
    font-size: 80%;
    margin: 15px auto;
    text-align: center;
}
.privacy-area p {
    font-size: 50%;
    line-height: 2.0;
}


.privacy-note {
margin:40px 0;
padding: 24px;
background-color: #fff;
font-size: 12px;
box-shadow: 0 0 40px #b5b5b5;
position:relative;
z-index:100;
}

.privacy-note p{
margin-bottom:10px;
}

.privacy-note p a{
color:#de1400;
}


/* お問い合わせ */


.inquiry{
position:relative;
background:rgba(239,255,198,0.3);
padding:10px 0;
box-shadow:0 0 30px #999999;
}

.inquiry p{
padding:24px;
}

.inquiry a{
color:#445ea3;
}



/* sponsor logo */

.sponsor {
padding: 40px 0 0;
background: #fff;
box-shadow:0 0 20px #f0f0f0;
}

.sponsor h3 {margin: 0; text-align: center; border: none; font-size: 1.5rem; color: #666;}
.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
margin:0 0 45px;
}



.hide {display:none;}







/*responsive*/


@media (max-width: 960px) {


.container-fluid.nopadding {padding: 0;}

.event_summary p{
padding:20px;
}


h2 {
margin:24px 0;
}

/*.btn-register{
margin:40px auto;
}*/


.large, .small{
width:100% !important;
}

.small{margin:10px auto !important;}

.table th.time .small {
font-size: 1rem;
}


td.session .session-content{
display:block;
}

td.session .profile {
width:100%;
}




}


@media (max-width: 480px) {

.container-fluid {margin: 0;}


.head_title h1 .ttl-jp,
.head_title h1 .ttl-label{
font-size: 1.25rem;
}

.head_title h1 .ttl-date{
font-size: 0.9rem;
}

.head_title h1 .ttl-date strong{
font-size:1.5rem;
}

.head_title h1 small {font-size: .85rem;}


.event_summary p {
    font-size: .85rem;
}


h2 {
font-size: 2rem; 
padding: 16px;
}




.information dt {
    clear: both;
    width: auto;
    float: none;
    font-size: .85rem;
    font-weight: bold;
    margin: 0 0 10px;
    width: auto;
}

.information dd {
    margin: 0 0 10px 0;
   border-bottom:1px dotted #999;
   padding-bottom:5px;
  font-size: .875rem;
}

.ttl-uline {
font-size: 1rem;
}


.table {width: 100%;}
.table td {padding:20px;}
.table td .title {
font-size: 1.2rem;
margin: 0 0 16px;
}
.table td .summary{
font-size:14px;
}

td.session .profile_name,
td.session .profile_detail {font-size: 12px; line-height: 1.3;}
td.session .profile {font-size: 12px;}

td.session .profile_accordion {margin: 8px 0 0 0;} 

#order p strong {font-size: 16px;}




}





/* login page & movie page ------------------------------------------------------------------------------ */


.login_title h1{
  display: block;
  line-height: 1.3;
}


.login_title h1 .ttl-label,
.movie_title h1 .ttl-label {font-size: 1.5rem;}
.login_title h1 .ttl-label:before,
.movie_title h1 .ttl-label:before {animation:none; width:100%;}


.login_title h1 .ttl-jp,
.movie_title h1 .ttl-jp {font-size: 1.5rem; margin-bottom: 0; animation:none; opacity:1;}




.video {
width:100%;
height:100%;
margin: 0 auto 40px;
position:relative;
}

.video p,
.video a{
color:#151515;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
margin-bottom:15px;
    padding-top: 56.25%;
background-color:#f5f5f5;
}

.video-wrapper iframe,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 800px) {

.login_title h1 .ttl-label,
.movie_title h1 .ttl-label {font-size: 1.25rem;}

.login_title h1 .ttl-jp,
.movie_title h1 .ttl-jp {font-size: 1.25rem; margin-bottom: 0; animation:none; opacity:1;}

.video {width: 100%;}

}




