@import url('https://fonts.googleapis.com/css2?family=Alatsi&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: #151515;
    font-family: "Alatsi", Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word;
    background:#fff;
}

header{
font-family:Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


.container {
width: 100%;
color:#151515;
position:relative;
}

/*.container::before{
content:"";
position:fixed;
top:0;
left:0;
background:url(/info/event/netapp/202504/media/img_background.png) center top no-repeat;
background-size:cover;
width:100%;
height:100%;
}*/


.container-fluid {
max-width: 1200px;
margin: 0 auto;
padding:0 !important;
background:transparent;
}

.container-fluid a{
color:#ffab18;
}

#social_bkm_wrap_top {
margin-bottom: 0;
height: auto;
border: none;
}



/* header ******************************************************************************/



.event-header{
width:100%;
padding:0;
position:relative;
}


.event-header::before{
content:"";
position:fixed;
top:0;
left:0;
background:url(/info/event/netapp/202504/media/img_background.png) center top no-repeat;
background-size:cover;
width:100%;
height:100%;
}


.event-header .header-inner{
max-width:100%;
height:600px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
margin: 0 auto;
position:relative;
z-index:10;
}


.event-header .ttl-headline{
font-size:clamp(2.5rem, 1.5rem + 2.5vw, 4rem);
font-family: "Alatsi", sans-serif;
color:#ff5f11;
margin:0 auto;
padding:10px 15px;
width:fit-content;
font-weight:bold;
text-align:center;
line-height:1.3;
backdrop-filter: blur(3px);
border-radius:10px;
position:relative;
z-index:1;
}


.event-header h1{
font-size:clamp(1rem, 0.5rem + 1.25vw, 1.75rem);
color:#151515;
line-height:1.6;
text-align:center;
width:fit-content;
margin:25px auto;
display:flex;
flex-direction:column;
backdrop-filter: blur(3px);
border-radius:10px;
position: relative;
z-index:10;
}

.event-header h1 span{
/*background:rgba(255,255,255,0.6);*/
padding:0 5px;
}


.info-date {
margin:0;
padding: 5px;
font-size: 2rem;
font-family:  "Alatsi", Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
color:#151515;
line-height:1.4;
text-align:center;
width:fit-content;
border-radius:50px;
letter-spacing:0.05rem;
position:relative;
z-index:1000;
}


.info-date span{
font-size:180%;
font-weight:bold;
}

.info-date::before{
content:"";
position:absolute;
bottom:10px;
left:0;
width:0;
height:20px;
background-color:#feed8e;
animation: slide 0.5s ease-in 1.3s forwards;
z-index:-1;
}


.event-header .head-img img{
position:relative;
max-width:100%;
}





.event-header .head-img img:nth-child(1){
position:absolute;
top:0;
left:0;
opacity:0;
animation: moving-left-top 0.6s ease-out 0.5s forwards;
}

.event-header .head-img img:nth-child(2){
position:absolute;
top:50%;
left:12%;
opacity:0;
animation: moving-left-top 0.6s ease-out 0.8s forwards;
}

.event-header .head-img img:nth-child(3){
position:absolute;
top:5%;
right:0;
opacity:0;
animation: moving-right-top 0.6s ease-out 0.5s forwards;
}

.event-header .head-img img:nth-child(4){
position:absolute;
top:32%;
right:2%;
opacity:0;
animation: moving-right-top 0.6s ease-out 0.8s forwards;
}



@keyframes slide{
0% {
width:0;
}
100% {
width:100%;
}
}


@keyframes moving-left-top{
0% {
    opacity: 0;
    transform: translate(80px, 150px);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}

@keyframes moving-right-top{
0% {
    opacity: 0;
    transform: translate(-80px, 150px);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}



/* サマリー ******************************************************************************/


.event-summary{
width:100%;
padding:25px 10px;
backdrop-filter: blur(5px);
box-shadow:0 20px 20px -10px #e5e5e5;
position:relative;
z-index:10;
}


.event-summary p {
margin:0 auto;
font-size: 1rem;
line-height: 1.8;
padding: 10px;
color:#151515;
font-family:"游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
position:relative;
z-index:10;
}




/* 開催概要 ******************************************************************************/


.event-outline{
padding-bottom:40px;
text-align: center;
position:relative;
}

.information {
display:flex;
flex-wrap: wrap;
justify-content:space-around;
margin:0 auto;
padding:20px;
background-color:#fff;
border:8px solid #151515;
box-shadow: 15px 15px 0px 0px #feed8e;
font-size: 1.15rem;
position:relative;
z-index:100;
}


.information dt {
float:none !important;
display:flex;
align-items:center;
color:#151515;
width:24%;
text-align:left;
padding:10px 15px;
position:relative;
backdrop-filter: blur(5px);
}


.information dd {
color:#151515;
font-weight:normal;
width:74%;
margin:0 0 10px !important;
padding:15px;
text-align:left;
backdrop-filter: blur(5px);
}


.event-outline .notice{
text-align:center;
font-size:16px;
color:#fff;
margin:20px auto;
position:relative;
z-index:1000;
}



/* 見出し ******************************************************************************/


h2 {
text-align:center;
margin:0 auto;
padding:40px 0;
color: #151515;
font-family: "Alatsi", Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-size: 4.5rem;
font-weight:normal;
border: none;
width:fit-content;
position: relative;
z-index:10;
}


h2 span{
font-size:1.5rem;
margin:0 auto;
padding-top:15px;
/*font-weight:bold;*/
display:block;
position:relative;
width:fit-content;
}


h2 span::before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background-color: #ff5f11;
z-index:-1;
}



/* 講演内容 ******************************************************************************/


.event-session{
padding:0 0 45px 0;
background: linear-gradient(90deg, rgba(255,171,24,0.85) 0%, rgba(255,237,142,0.85) 100%);
position:relative;
z-index:1;
}


.event-session .notice{
text-align:center;
font-size:13px;
position:relative;
z-index:1000;
}


.session-program{
margin:0 auto;
padding:0;
max-width:1000px;
position:relative;
z-index:10;
}




.session-program table{
margin:0 auto 5%;
background-color:#fff;
border:1px solid #252525;
/*box-shadow:0 20px 20px -10px #d5d5d5;*/
box-shadow: 10px 10px 0px 0px #252525;
position:relative;
opacity:0;
transition:1.5s;
z-index:10;
}


.session-program .session-time{
margin:0;
padding:15px 0;
font-size:2.5rem;
}

.session-program .session-time .marker{
background: linear-gradient(transparent 50%, #feed8e 50%);
}

.session-program table.fade-in{
opacity:1;
}

.session-program th,
.session-program td {
border:none !important;
}

.session-program th {
width: 10%;
text-align: center;
font-weight:normal;
padding:0;
background:none;
}

.session-program td {
padding:5%;
position: relative;
line-height: 1.3 !important;
}


.session-program .session-head{
display: flex;
align-items: center;
position:absolute;
top:15px;
left:0;
}
.session-program .session-head .session-time{
font-size:1.5rem;
color:#151515;
padding-left:10px;
}

.session-program .session-label{
font-size:1rem;
margin:0;
padding:5px 20px;
width:fit-content;
color:#fff;
background-color:#ff5f11;
}

.session-program .session-label.keynote{
background-color:#d72c88;
}


.session-program td.session .session-title {
margin: 25px 0 15px 0;
padding: 0;
font-size: 2.25rem;
line-height:1.5;
font-feature-settings: "palt" 1;
}


.session-program td .session-title span {
display: block;
font-size: 70%;
font-weight: normal;
}



.session-program td.session .session-summary {
letter-spacing: 0;
font-size:1rem;
padding-bottom:25px;
line-height:1.6;
}



.session-program td.session .session_profile {
margin:0;
padding: 25px 0;
clear: both;
font-size:1.25rem;
display:flex;
flex-shrink: 0;
overflow: hidden;
}


.session-program td.session .progress-label,
.session-program td.session .speaker-label,
.session-program td.session .listener-label{/*話し手 聞き手*/
/*width: fit-content;*/
margin:0 10px 0 0;
padding: 0;
/*border:1px solid #d5d5d5;*/
background-color:#f0f0f0;
text-align: center;
font-size:13px;
font-weight:normal;
border-radius:50px;
width:60px;
height:60px;
line-height:60px;
display:block;
flex-shrink:0;
}
.session-program td.session .speaker-label{
    background-color:#feed8e;
}



.session-program td.session .profile_thumb {
margin: 0 24px 4px 10px;
flex-shrink: 0;
}

.session-program td.session .profile_thumb img{
box-shadow:0 0 10px #ccc;
display:block;
}

.session-program td.session .profile_name {
line-height: 1.5;
font-size:1rem;
}

.session-program td.session .profile_name strong{
font-size:120%;
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:0.85rem;
font-weight:normal;
margin:10px 0 0 0;
padding:2px 10px;
border:1px solid #151515;
cursor: pointer;
width:fit-content;
}
.session-program td.session .profile_name .js-profile-trigger:hover{
background-color:#e5e5e5;
transition:0.3s;
}

.session-program td.session .profile_name .js-profile-detail {
padding-top: 10px;
font-size:0.8rem;
font-weight:normal;
line-height:1.6;
display:block;
}





/* 参加特典 */

.benefits-area{
background-color:#fff;
color:#151515;
margin:5% auto;
padding:45px 25px 25px;
max-width:1000px;
box-shadow:0 15px 15px -10px #252525;
box-sizing:border-box;
position:relative;
z-index:1000;
}

.benefits-area::before{
content:"参加特典";
position:absolute;
top:-40px;
left:calc(50% - 130px);
width:260px;
height:auto;
padding:15px;
background-color:#ff5f11;
border-radius:50px;
color:#fff;
text-align:center;
font-size:1.5rem;
font-weight:bold;
}


.benefits-area p{
margin:25px 15px;
font-size:0.9rem;
}

.benefits-area p strong{
color:#ff5f11;
border-bottom:1px solid #151515;
font-size:110%;
}

.benefits-area p a{
color:#e89900;
font-weight:bold;
}

.benefits-area p a:hover{
color:#000 !important;
text-decoration:underline;
}



/* 申し込み ******************************************************************************/


.event-entry{
position:relative;
padding:0;
background: linear-gradient(90deg, rgba(255,251,207,0.85) 0%, rgba(255,250,126,0.85) 100%);
position:relative;
z-index:1;
}

.event-entry .notice{
text-align:center;
font-size:16px;
color:#151515;
margin:0 auto;
position:relative;
z-index:1000;
}


.privacy-note {
margin:0 auto 45px;
padding: 30px;
background-color:#fff;
border:1px solid #151515;
color:#151515;
font-size: 13px;
text-align:left;
max-width:1000px;
position:relative;
z-index:10;
}

.privacy-note p a{
color:#e89900;
}




/*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;
font-weight: bold;
font-size: 1.25rem;
background-color:#fff;
border:8px solid #151515;
color: #151515 !important;
text-align: center;
border-radius: 20px;
cursor: pointer;
transition: .3s;
position:relative;
z-index:100;
}

.btn:hover{
background-color:#d54600;
color: #fff !important;
transition:0.5s;
}


.btn::before{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
width: 20px;
height: 2px;
background: #151515;
transition: .3s;
}
.btn::after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
width: 10px;
height: 10px;
border-left: 2px solid #151515;
border-bottom: 2px solid #151515;
transform: rotate(-135deg);
transition: .3s;
}
.btn:hover::before{
right: 10px;
width: 30px;
background: #fff;
}
.btn:hover::after{
right: 10px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
}




.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: 30%;
height: 95px;
}




/* sponsor logo ******************************************************************************/


.event-sponsor {
padding:0;
background-color: #fff;
position:relative;
z-index:10;
}

.event-sponsor h3 {
margin: 0 auto;
padding:2px 10px;
text-align: center;
background-color:#f0f0f0;
color: #151515; 
font-size: 1rem;
font-weight:normal;
width:fit-content;
}

.event-sponsor ul {
  display: flex;
  justify-content: center;
margin:0 auto;
}
.event-sponsor li {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
margin:10px 20px;
}


.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 */

h2.inquiry{
color:#fff;
}


.event-inquiry{
text-align:center;
padding-bottom:45px;
background-color:#151515;
color:#fff;
}

.event-inquiry p{
position:relative;
z-index:10 !important;
margin:10px 0 0 0;
}

.event-inquiry p a{
color:#ffe466;
}

footer{
margin-top:0;
position:relative;
z-index:10;
}





/* responsive 
------------------------------------------------------------------------------- */


@media (max-width: 1200px) {

.event-header .head-img img{
max-width:30%;
display:block;
}



}



@media (max-width: 960px) {


.event-header::before{
background-size:auto;
background-position:right top;
}


.event-header .head-img img{
display:none;
}


.event-header::after{
top:0;
}

.event-header .header-inner{
height:400px;
}



.info-date {
font-size:1.5rem;
}


h2 {
font-size: 3.5rem;
padding:20px 0 40px;
}



.benefits-area{
margin:10% auto 0;
}


.event-session{
padding:15px 15px 45px;
}


.event-entry{
padding:10% 15px 15px;
}


.large, .small{
width:70% !important;
margin:30px auto;
}



.sponsor li {
  width: 100%;
  margin-bottom: 24px;
}





}



@media (max-width: 640px) {


.container-fluid {margin: 0;}



.event-header .header-inner{
padding:10px;
}

.event-summary{
padding:15px;
}

.event-summary p{
padding:0;
}


.information {
display:block;
}


.information dt,
.information dd{
font-size: 1rem;
margin: 0 0 10px;
width: auto;
}


.information dt{
font-weight:bold;
}
.information dd{
border-bottom:1px solid #ccc;
}
.information dd:last-child{
border-bottom:none;
}

.information{
padding:10px;
}


.session-program th,
.session-program td {
width:100%;
display:inline-block;
}


.session-program td.session{
padding:15px;
}

.session-program .session-time::before{
display:none;
}

.session-program .session-time{
padding:25px 0;
font-size:2rem;
}

.session-program td.session .session-title{
font-size:1.5rem;
margin:20% 0 15px;
}


.session-program td.session .profile_name,
.session-program td.session .profile_detail,
.session-program td.session .session_profile{
font-size: 13px;
}


.session-program td.session .speaker-label,
.session-program td.session .listener-label{
text-align:center;
margin:0 auto;
}



.session-program td.session .session_profile{
display:block;
}


.session-program td.session .profile_thumb{
margin:0 auto;
}

.session-program td.session .profile_thumb img{
margin:20px auto;
}


.benefits-area{
margin:25% auto 0;
padding:25px 15px;
}



.event-sponsor ul {
display:block;
margin:0 auto;
}


.event-sponsor li{
width:100%;
margin:0 auto;
}


.large, .small{
width:100% !important;
margin:30px auto;
}


.btn::before,
.btn::after{
display:none;
}


}





/*************** login page & video page ***************/


.event-header.webinar-header{
height:300px;
}
.event-header.webinar-header .header-inner{
height: 300px;
position:relative;
}


.event-header.webinar-header .ttl-headline {
  font-size: 3rem;
}

.event-header.webinar-header h1{
  font-size: 1.5rem;
}


.event-entry.webiner-block{
padding:0;
}


.video_block{
position:relative;
}

.video_block::before{
content:"";
position:absolute;
top:0;
left:0;
background: linear-gradient(90deg, rgba(255,251,207,0.85) 0%, rgba(255,250,126,0.85) 100%);
width:100%;
height:100%;
}


.video {
  width:100%; 
  margin: 40px auto 20px;
}
.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:#e89900;
font-weight:bold;
}


.enq-text{
font-weight:bold;
padding:20px 10px;
font-size:1.25rem;
}

.support{
text-align:center;
padding:20px 0;
}


.closed-text{
font-weight: bold;
text-align:center;
padding: 50px 0;
text-align:center;
position:relative;
z-index:10;
}





@media (max-width: 640px) {


.enq-text{
padding:20px 10px;
font-size:1rem;
}


.event-header.webinar-header .ttl-headline {
  font-size: 2rem;
}


.event-header.webinar-header h1{
  font-size: 1.25rem;
}




}









/* ヘッダー＆フッター広告表記 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;
}


}

