@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body {
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: none;}

.container {
width: 100%;
overflow: hidden;
  background: url(/info/event/splunk/202301/media/mainbg.jpg) no-repeat bottom center;
background-size:cover;
background-attachment:fixed;
padding-bottom:150px;
}


.container-fluid {
max-width: 1100px;
margin: 150px auto 0;
padding-top: 0;
background:rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
padding:20px;
}




#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}


.hero-image {
  position: relative;
   height: 500px;

}
.frame_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
border-bottom:1px solid #5B86E3;
background:#fff;
padding:20px;

}

.frame_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/info/event/splunk/202301/media/mainvisual.jpg) no-repeat top right;
  background-size: contain;
opacity:0;
animation: opacity .5s ease .75s forwards;
      -ms-filter: blur(20px);
  filter: blur(20px);
}


h1.adspecial {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  color: #a057fa;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  font-family: 'Oswald', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
h1.adspecial span {
  display: inline-block;
  font-size: 2.8vw;
  transform: translateX(-10%);
opacity:0;
animation: leftIn .5s ease forwards;
}

h1.adspecial small {
  display: block;
  font-size: 1.25rem;
color:#666;
}

.frame_header .date {
  position: relative;
  z-index: 6;
  margin: 24px auto  0 0;
  padding: 0 24px 8px;
  font-size: 1.5rem;
  font-family: 'Oswald', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: linear-gradient(to bottom, rgba(251,214,33,0) 0%, rgba(251,214,33,0) 50%,rgba(251,214,33,1) 50%, rgba(251,214,33,1) 100%) no-repeat 24px 4px / 16em 100%;
background:rgba(224,70,160,.5);
  border-top-right-radius: 20px;
  transform: translateX(-10%);
opacity:0;
animation: leftIn .5s ease .5s forwards;
}
.frame_header .date strong {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 4px;
}


h2 {
margin: 48px 0 24px;
padding:  16px;
color: #fff;
font-size: 1.5rem;
border: none;
background: rgb(91,134,227);
background: linear-gradient(90deg, rgba(91,134,227,1) 0%, rgba(160,87,250,1) 100%);
  border-top-right-radius: 10px;
}

h3 {
  border: none;
  color: #444;
  font-size: 1.5rem;
  text-align: center;
}



.event_summary {
padding: 16px;
color:#000;
position:relative;
z-index:10;
margin-top:50px;
}
.event_summary p {
font-size: 16px;
line-height: 1.8;
}

.information dt {
  min-width: 12em;
  padding-top: 24px;
  border-top: 1px solid #666;
}
.information dd {
  margin: 0 0 24px 12em;
  padding-top: 24px;
  border-top: 1px solid #666;}


.information {font-size: 16px;}

/*btn default setting*/
.button{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:48px auto;
}
.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;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*btn color action setting*/
.button_red,
.button_green {
	position: relative;
	border-radius: 6px;
	color: #fff;
	background-color:#f58200;
	box-shadow: 0 4px 0 #cf4700;
}
.button_red:hover {
	background-color: #ff9b2a;
	box-shadow: 0 4px 0 #cf4700;
	text-decoration:none;
	color: #fff !important;
}


.button_green {
	background-color:#56AC56;
	box-shadow: 0 4px 0 #348734;
}
.button_green:hover {
	background-color: #6cc76c;
	box-shadow: 0 4px 0 #47a147;
	text-decoration:none;
	color: #fff !important;
}



/*btn size setting*/
.large{
width: 80%;
height: 60px;
line-height:60px !important;
font-size: 160%;
}

.small{
width: 48%;
height: 72px;
font-size: 18px;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}

.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;
}


.sp-show {display: none;}


.table tbody {vertical-align: top;}
.table th, .table td {vertical-align: top;}
.table th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #78BE21;
}


.table td {
line-height: 1.3 !important;
background: #ecf6f6;
border-top: 4px solid rgba(91,134,227,1);
}
td.session .profile_name{
font-size:16px;
}

.table td a.btn-movie {background: #0bbbe9; margin: 40px 0;}
.table td a.btn-movie:hover {text-decoration: none; color: #fff !important; background: #005580;}

.table td p {
margin: 0;
}

.table .ttl-uline {
  margin-bottom: 0;
  padding: 4px 0;
  font-family: 'Oswald', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2rem;
  color: rgba(91,134,227,1);
}
.table td .title {
margin: 8px 0 16px;
padding: 0;
line-height:1.4;
font-size:18px;
border: none !important;
font-weight:bold;
}
.table td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}

td .summary {
letter-spacing: 0;
margin-bottom:10px;
}
td.session .profile {
  display: flex;
  margin-bottom: 16px;
  clear: both;
}
td.session .profile_thumb {
float: left;
width: 150px;
margin: 0 16px 4px 0;
flex-shrink: 0;
}
td.session .profile-text {
  font-size: 14px;
  line-height: 1.5;
}

td.session .js-profile-trigger,
td.session .js-profile-detail {
  margin-top: 8px;
}
td.session .js-profile-trigger {
  display: inline-block;
  color: #0088cc;
  font-weight: bold;
  cursor: pointer;
}


.table td a.btn-movie {
  padding: 16px 32px; 
  display: inline-block; 
  color: #fff; 
  font-weight: bold;
  border-radius: 50px; 
  white-space: nowrap;
}


#order {
margin-top: 64px;
}

#order p strong {margin-top: 24px; font-size: 18px;}
.privacy-note {
padding: 24px;
background-color: #f5f5f5;
font-size: 12px;
margin-bottom:40px;
}
.privacy-note a{
    color: rgba(141,54,248,1);
font-weight:bold;
}
/* order */

.container .order-text dt{
float:none;
width:100%;
}


.container .order-text dd{
margin-left:0;
}

.container .order-text a{
color:rgba(141,54,248,1) ;
font-weight:bold;
}

a.button-order{
    width: 80%;
padding:20px 0;
    font-size: 24px;
background: rgb(141,54,248);
background: linear-gradient(90deg, rgba(141,54,248,1) 0%, rgba(214,42,143,1) 100%);
color:#fff;
display:inline-block;
border-radius:50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);

}

/* sponsor logo */
.sponsor {
background: #fff;
padding:35px 0;
}
.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor li {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor ul.logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 80px;
}
.sponsor ul.logo-list li {
    width: 23%;
    margin: 0 1% 8px;
}

footer{
margin-top:0;
}

@keyframes leftIn{
  from {
    opacity: 0;
  transform: translateX(-10%);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


@keyframes opacity {
  from {
    opacity: 0;
 filter: blur(20px);

  }

  to {
    opacity: 1;
 filter: blur(0);

  }
}





/*responsive*/

@media (max-width: 767px) {
.hero-image{
height:auto;

}
.container{
padding-bottom:20px;

}
.container-fluid {
margin-bottom:20px;
}

.frame_header .date{
    backdrop-filter: blur(12px);
margin-top:auto;
margin-bottom:20px;
display:inline-block;
padding:5px;

}


.container-fluid.nopadding {padding: 0;}

.large, .small{
width:100% !important;
}

.small{margin:10px auto !important;}

.table th.time .small {
font-size: .75rem;
}
.sponsor ul.logo-list li {
    width: 48%;
}

.information dt{
max-width:100%;
width:100%;
float:none;
}

.information dd{
max-width:100%;
width:100%;
float:none;
margin-left:0;
}

}



@media (max-width: 480px) {
.container-fluid {margin: 0;}
.hero-image {height: 320px;}
h1.adspecial {font-size: 1.5rem;}
h1.adspecial span,
h1.adspecial small {font-size: 1rem;}

.frame_header .date {font-size: 1rem;}
.frame_header .date strong {font-size: 1.5rem;}

h2 {font-size: 1.25rem; padding: 8px 8px 8px 16px;}

.event_summary {padding: 0;}
 
.special_seminar .table {
width: 100%;
}

.information dt {
    clear: both;
    width: auto;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 10px;
   padding-top: 16px;
    width: auto;
    font-size: .85rem;
}

.information dd {
    margin: 0 0 10px 0;
  padding: 0;
  border: none;
}

.table .ttl-uline {font-size: 1rem;}
.table {width: 100%;}
.table td .title {font-size: 14px; margin: 0 0 16px;}
.table td {display: block;}
.table td:nth-of-type(2) {border-top: none; text-align: center;}
.table td:nth-of-type(2) .btn-movie {margin: 16px 0;}
td.session .profile_thumb {width: 50px; margin: 0 16px 16px 0;}
td.session .profile_name,
td.session .profile_detail,
td.session .profile-text {font-size: 11px; line-height: 1.3;}

#order p strong {font-size: 16px;}
.btn-register {width: 100%;}
.list-logo li {
width: 100%;
text-align: center;
}

.summary {display: none;}


.sponsor ul {margin: 0;}
.sponsor li {
  width: 50%;
}

}




/* movie page */
.privacy-area p {
    font-size: .75rem;
    line-height: 2.0;
}
.movie_title {
    display: block;
    height: auto;
    padding: 24px 24px 48px;
}
.movie_title h1 {float: none; font-size: 2rem; margin: 0;}
.movie_title h2 {all: initial; color: #fff; text-align: left; margin: 0 !important; position: relative; z-index: 5; display: block;}



.video {
  margin: 24px auto;
}
.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%;
}

.enquete-after {
  margin: 24px 0 80px;
}
.enquete-after a {font-size: 1.25rem; line-height: 1.5;}
@media screen and (max-width: 1040px) {
  
.hero-image {
height:450px;
}
.frame_header{
padding:20px 0;
}
.hero-image .frame_header{
padding-top:5%;
justify-content: start;
}

.container-fluid{
margin-top:20px;
margin-left:auto;
margin-right:auto;

width:calc(100% - 20px);

}
h1.adspecial span{
background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
}
}

@media screen and (max-width: 800px) {
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
   .video {width: 100%;}
   .enquete-after a {font-size: 1rem;}
.frame_header{
padding-right:45%;
padding-bottom:20px;
padding-top:20px;
}

.hero-image .frame_header{
padding-right:0;
}
.hero-image .frame_header::before{
  background-size: cover;
}


}
