@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300&display=swap');



/* base ******************************************************************************/

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: 'Radio Canada', 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:#fff !important;
}


.container {
width: 100%;
position:relative;
}

.container::before{
content:"";
position:fixed;
top:0;
left:0;
background:url(/info/event/oracle/202408/media/img_oracle_background.jpg) center top no-repeat;
width:100%;
height:100%;
}



.container-fluid {
max-width: 1000px;
margin: 0 auto;
padding-top: 0;
background-color: transparent;
}

.container-fluid a{
color:#f4593f;
}

#social_bkm_wrap_top {
margin-bottom: 0;
height: auto;
border: none;
}



/* header ******************************************************************************/


.event-header{
position: relative;
width:100%;
padding:0;
position:relative;
}

.event-header::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/oracle/202408/media/img_parts_cloud.png) center top repeat-x;
background-size:cover;
animation: loop 35s linear infinite;
opacity:0.7;
}




@keyframes loop {
    from {
        background-position:0 0;
    }
    to {
        background-position:-1500px 0;
    }
}



.event-header .header-inner{
position:relative;
display:flex;
flex-direction:column;
justify-content:center;
line-height:1.4;
height:400px;
}


.event-header .ttl-headline {
font-size: 1.5rem;
font-weight:bold;
font-family: 'Radio Canada', sans-serif;
color:#e55844;
margin:0 auto 20px;
padding:0;
text-align:center;
display:flex;
justify-content:center;
z-index:10;
opacity:0;
animation: top-in 0.3s linear 0.3s forwards;
}


.event-header h1{
position: relative;
z-index: 100;
display:flex;
flex-direction:column;
margin: 0 auto;
font-size:2rem;
color:#151515;
line-height:1.5;
text-align:center;
width:fit-content;
font-family: 'Radio Canada', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-feature-settings: "palt" 1;
}

.event-header h1 span:nth-child(1){
opacity:0;
animation: top-in 0.3s linear 0.6s forwards;
}
.event-header h1 span:nth-child(2){
opacity:0;
animation: top-in 0.3s linear 0.9s forwards;
}



@keyframes top-in{
0% {
    opacity: 0;
    transform: translateY(-30px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}






/* 開催概要 ******************************************************************************/



.info-date {
margin:0 auto;
padding: 10px;
font-size: 1.25rem;
color: #fff;
background-color: #c74634;
text-align: center;
line-height:1.4;
position:relative;
z-index:1000;
}


.info-date span{
display:block;
}

.event-summary{
padding: 40px 15px;
background:rgba(0,0,0,0.75);
clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
position:relative;
z-index:10;
overflow:hidden;
}


.event-summary::before{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/oracle/202408/media/bg_summary.jpg) center top no-repeat;
background-size:cover;
opacity:0.6;
}


.event-summary p {
font-size: 16px;
line-height: 1.8;
padding: 16px;
color:#fff;
font-family:"游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
position:relative;
z-index:10;
}



.closed-text{
color: #fff;
font-weight: bold;
text-align:center;
padding: 40px 0;
text-align:center;
position:relative;
z-index:10;
}


.event-overview{
padding-bottom:40px;
text-align: center;
position:relative;
}

.event-overview::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:#101010 url(https://www.transparenttextures.com/patterns/binding-dark.png);*/
background:#202020 url("https://www.transparenttextures.com/patterns/otis-redding.png");
}




.information {
display:flex;
flex-wrap: wrap;
justify-content:space-around;
color:#fff;
margin:45px auto 0;
padding:40px 0 0;
font-size: 16px;
position:relative;
z-index:100;
}


.information dt {
float:none !important;
display: flex;
align-items: center;
/*background-color:#000;*/
border:1px solid #666;
color:#fff;
font-weight:normal;
width:26%;
padding:15px;
position:relative;
}


.information dd {
/*margin: 0 0 16px 12em;*/
/*background-color:#000;*/
border:1px solid #666;
color:#fff;
width:70%;
margin:0 10px 10px !important;
padding:15px;
text-align:left;
}



/* 見出し ******************************************************************************/


h2 {
text-align:center;
margin:0 auto;
padding:40px 0;
/*background-color:#fff;*/
color: #fff;
font-weight:bold;
font-size: 2rem;
border: none;
font-feature-settings: "palt" 1;
width:fit-content;
position: relative;
z-index:10;
}

h2.black{
color:#151515;
}


h2:before{
content:"";
position:absolute;
bottom:-90%;
left:0;
color:#e55844;
width:100%;
height:100%;
font-size:80%;
font-family: 'Radio Canada', sans-serif;
}

h2:after{
content:"";
position:absolute;
bottom:20px;
left:calc(50% - 8px);
width:14px;
height:14px;
border-radius:50%;
background-color:#e55844;
}


h2.overview:before{
content:"Overview";
}


h2.session:before{
content:"Session";
}

h2.register:before{
content:"Register";
}

h2.inquiry:before{
content:"Inquiry";
}


/* 講演内容 ******************************************************************************/


.event-session{
padding:0 0 45px;
position:relative;
}


.event-session::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#f0f0f0 url("https://www.transparenttextures.com/patterns/hexellence.png");
opacity:0.6;
}


.session-program{
margin:45px auto;
padding:0;
position:relative;
z-index:10;
}


.session-program table{
margin:30px auto;
background-color:#fff;
max-width:1000px;
position:relative;
z-index:10;
}


.session-program th,
.session-program td {
vertical-align:top;
border:none !important;
margin:0 0 0 5%;
}


.session-program th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #2D91DA;
}


.session-program td {
position: relative;
padding: 30px;
line-height: 1.3 !important;
}


.session-program .session-time{
border:1px solid #e55844;
color:#e55844;
margin:0 auto;
padding:10px 45px;
font-family: 'Radio Canada', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-weight:bold;
width:fit-content;
position:relative;
}

.session-program .session-label{
border-left:6px solid #151515;
color:#151515;
font-size:1.25rem;
font-weight:bold;
margin:20px auto;
padding:10px 15px;
}



.session-program td.session .session-title {
margin: 0 0 25px;
padding: 0;
line-height:1.4;
color:#151515;
font-size: 1.75rem;
font-feature-settings: "palt" 1;
}


.session-program td .session-title small {
display: block;
font-size: 80%;
font-weight: normal;
}



.session-program td.session .session-summary {
letter-spacing: 0;
color:#666;
font-size:1rem;
padding-bottom:10px;
border-bottom:1px dotted #ccc;
line-height:1.6;
}



.session-program td.session .session_profile {
margin:0;
padding: 16px 0;
clear: both;
/*border-top: 1px dotted #ccc;*/
font-size:1rem;
color:#151515;
display:flex;
overflow: hidden;
}


.session-program td.session .progress-label,
.session-program td.session .speaker-label {/*モデレータ ファシリテータ*/
    width: fit-content;
margin:15px 0 0 0;
    padding: 5px 10px;
    background-color: #07789e;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1;
display:block;
}
.session-program td.session .speaker-label {background-color: #E55845;}



.session-program td.session .profile_thumb {
margin: 0 15px 15px 5px;
flex-shrink: 0;
}

.session-program td.session .profile_thumb img{
box-shadow:0 0 10px #e0e0e0;
display:block;
}

.session-program td.session .profile_name {
line-height: 1.5;
}

.session-program td.session .profile_name span{
font-size:100%;
font-weight: bold;
padding-top:4px;
display:block;
}

.session-program td.session .profile_name .profile_accordion {
margin: 3px 0 0 0;
line-height: 1.6;
}

.session-program td.session .profile_name .js-profile-trigger {
position: relative;
display: inline-block;
font-size:12px;
font-weight:normal;
padding:2px 10px;
background-color:#666;
border-radius:3px;
color: #fff;
cursor: pointer;
width:fit-content;
font-feature-settings:"palt";
}


/*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 #0066A0;
  border-right: 2px solid #0066A0;
  transform: rotate(135deg);
}*/


.session-program td.session .profile_name .js-profile-detail {
padding-top: 8px;
/*padding-left:136px;*/
font-size:13px;
color:#999;
}






/* 申し込み ******************************************************************************/


.event-register{
position:relative;
}

.event-register::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:#101010 url(https://www.transparenttextures.com/patterns/binding-dark.png);*/
background:#202020 url("https://www.transparenttextures.com/patterns/otis-redding.png");
}





.privacy-note {
margin:0 0 45px 0;
padding: 30px;
background:rgba(15,15,15,0.5);
color:#fff;
font-size: 12px;
text-align:left;
position:relative;
z-index:10;
}

.privacy-note p a{
color:#f4593f;
font-weight:bold;
}




/*btn default setting*/



.btn-register {
width: 100%;
margin: 0 auto;
padding:25px 0;
text-align:center;
position:relative;
z-index:10;
}


.btn {
display: inline-block;
box-sizing: border-box;
margin:30px auto;
padding: 24px 12px;
font-weight: bold;
font-size: 20px;
line-height: 20px;
background-color:#e55844;
color: #fff;
text-align: center;
border-radius: 5px;
cursor: pointer;
position:relative;
z-index:100;
}


.btn:hover{
color: #e55844 !important;
background-color:#101010 !important;
box-shadow: 0px 12px 24px #000;
transform: translateY(-4px);
text-decoration:none;
}





.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	box-sizing: border-box;
	transition: all .3s;
}


.btn span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}



/*btn size setting*/

.large{
width: 80%;
height: 60px;
}

.small{
width: 25%;
height: 100px;
}




/* sponsor logo ******************************************************************************/


.event-sponsor {
padding: 60px 0 0;
background-color: #fff;
position:relative;
z-index:10;
}

.event-sponsor h3 {
margin: 0 auto;
text-align: center;
color: #151515; 
border-bottom:1px solid #ccc;
padding-bottom:5px;
font-size: 1.5rem;
font-weight:normal;
width:fit-content;
}

.event-sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
margin:0;
}
.event-sponsor li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}




.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;
}



/* inquiry */

.event-inquiry{
text-align:center;
padding:35px 0;
background-color:#f0f0f0;
}

.event-inquiry p{
position:relative;
z-index:10 !important;
margin:70px 0 0 0;
color:#444;
}

.event-inquiry p a{
color:#006b8f;
font-weight:bold;
}

footer{margin-top:0;}





/* responsive 
------------------------------------------------------------------------------- */



@media (max-width: 1000px) {


.event-header .ttl-headline {
margin:0;
font-size:1.25rem;
}



.info-date {
font-size:1rem;
}


h2 {
font-size: 2rem;
}


.large, .small{
width:90% !important;
margin:30px auto;
}



.sponsor li {
  width: 100%;
  margin-bottom: 24px;
}






}



@media (max-width: 640px) {


.container-fluid {margin: 0;}


.event-header .header-inner{
height:300px;
padding:10px;
}


.event-header .ttl-headline{
font-size:1rem;
margin:0 0 15px 0;
padding:0;
}

.event-header h1{
font-size: 1.5rem;
}





.info-date {
font-size:1rem;
}


.event-summary{
padding:15px;
}

.event-summary p{
padding:0;
}


.information {
display:block;
}




h2{
font-size:1.5rem;
}



.information{
padding:10px;
}

.information dt {
    clear: both;
    width: auto;
    float: none;
    font-size: .85rem;
    margin: 0 0 10px;
    width: auto;
}

.information dd {
margin: 0 0 10px 0 !important;
font-size: .875rem;
width: auto;
}



.session-program td.session{
padding:15px;
}


.session-program td.session .session-title{
font-size:1.5rem;
}


.session-program td.session .session-label,
.session-program td.session .profile_name,
.session-program td.session .profile_detail {font-size: 13px; line-height: 1.3;}
.session-program td.session .session_profile {font-size: 13px;}


.session-program td.session .profile_thumb{
width:100px;
height:100px;
}



}








/*************** login page ***************/


.event-header.webinar-header::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/oracle/202408/media/img_parts_cloud.png) center top repeat-x;
background-size:cover;
animation: loop-2 45s linear infinite;
opacity:0.7;
}


@keyframes loop-2 {
    from {
        background-position:0 0;
    }
    to {
        background-position:-1500px 0;
    }
}



.event-header.webinar-header .header-inner{
  height: 250px;
}


.event-header.webinar-header h1{
  font-size: 1.5rem;
}

.event-header.webinar-header .ttl-headline {
  font-size: 1.25rem;
}




@media (max-width: 640px) {





}


/*************** video page ***************/




.video_block{
position:relative;
}


.video_block::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#202020 url("https://www.transparenttextures.com/patterns/otis-redding.png");
}



.video {
  width:100%; 
  margin: 60px auto 0;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
z-index:100;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_block p{
position:relative;
z-index:100;
}


.video_block p a{
color:#e55844;
font-weight:bold;
}

h2.view:before{
content:"Live";
}






/* ヘッダー＆フッター広告表記 2024～
-------------------------------------------------------------------------------------------------------*/

.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
    position:relative;
    z-index:1000;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


.block_sponsored_area{
    clear:both;
    background-color:#fff;
    color:#000;
    font-size:14px;
    border:1px solid #000;
    margin:25px auto;
    padding:15px 15px 10px;
    max-width:760px;
    position:relative;
    z-index:1000;
}

.block_sponsored_area span{
    margin:5px 0;
    text-align:left;
    display:block;
}


.block_sponsored_area:before{
    display: block;
    content: "PR";
    position: absolute;
    top: -12px;
    left: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}


@media screen and (max-width: 800px) {

.block_sponsored_area{
margin:25px;
}


}

