
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');


.adspecial_type1 {
  max-width: none !important;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.block_sponsored {
  text-align: center;
  border-top: 1px solid #ccc;
}
footer {margin-top: 0;}

/* フレーム設定-------------------------------------------------------------------------------- */

.head_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    background: url(/info/event/vmware/202201/media/head_bg.jpg) no-repeat bottom left;
  background-size: cover;
  font-feature-settings: "palt" 1;
}
.head_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
    background: url(/info/event/vmware/202201/media/head_title.png) no-repeat center right;
}


.head_title h1 {
    position: relative;
    z-index: 5;
    margin: 0 0 16px 5%;
    font-size: 3rem;
    line-height: 1.1;
    font-family: 'Rajdhani', "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    opacity: 0;
    transform: translateY(50px);
    animation: moveup .8s ease .5s forwards;
}
@keyframes moveup {
  from {opacity: 0; transform: translateY(50px);}
  to {opacity: 1; transform: translateY(0);}
}


.head_title .info_date {
  position: relative;
  display: inline-block;
  margin-left: 5%;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.head_title .info_date::before {
   content: "";
   position: absolute;
   top: 0;
    left: 0;
   display: block;
   height: 100%;
   width: 100%;
    background: linear-gradient(to right, #308AD5 0%, #78BE21 100%);
    transform: scale(0,1);
    transform-origin: top left;
    animation: expand 1.6s ease .5s forwards;
}

@keyframes expand {
  from {transform: scale(0,1);}
  to {transform: scale(1,1);}
}
.head_title .info_date span {
  position: relative;
  z-index: 5;
}



.head_logo{
position: relative;
text-align: center;
}

.head_logo::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #308AD5 0%, #78BE21 100%);
}

.adspecial {font-feature-settings: "palt" 1;}
h2.adspecial {
margin: 40px 0;
padding:  16px;
color: #444;
font-weight: normal;
font-size: 2rem;
border: none;
text-align: center;
border-top: 4px solid #0091da;
background: #ecf6fa;
}
#sdwan h2.adspecial {
border-color: #78be20;
background: #eef6e8;
}



h3.adspecial {
  margin-bottom: 16px;
  padding: 4px 16px;
  background: #f5f5f5;
  color: #666;
  border-left: 4px solid #0091da;
  background: #ecf6fa;
}

#sdwan h3.adspecial {
  border-color: #78be20;
  background: #eef6e8;
}



.overview {
  padding: 80px 16px;
  background: url(/info/event/vmware/202201/media/ptn.png) top left;
}
.overview .container-fluid {
    max-width: 960px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 24px;
    box-shadow: 0 0 5px #ccc;
}
.overview .container-fluid p:not(:last-child) {
  margin-bottom: 16px;
}



.session-btn {
  display: flex;
  justify-content: center;
  padding: 40px 0 24px;
}
.session-btn a {
  display: inline-block;
  width: 40%;
  margin: 0 10px;
  padding: 16px;
  color: #fff !important;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
  border-radius: 5px;
  background: #0091da;
  text-decoration: none;
  font-feature-settings: "palt" 1;
}
.session-btn a:hover {background: #0170a8;}
.session-btn a:nth-of-type(2) {background: #78be20;}
.session-btn a:hover:nth-of-type(2) {background: #5f961a;}



/* wp */
.report-list {
  display: flex;
  flex-wrap: wrap;
}
.report-list li {
  width: 18%;
  margin: 0 1% 24px;
}
.report-list li a {
  display: block;
  height: 100%;
  padding: 16px;
}
.report-list li a:hover {background: #f5f5f5;}
.report-list .thumb {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.report-list .thumb img {
  max-height: 120px;
  border: 1px solid #ccc;
}
.report-list .text {
  font-size: .875rem;
  line-height: 1.5;
}

/* movie */
.movie-list li {
  width: 100% !important;
}
.movie-list li a {
  display: flex;
}
.movie-list .thumb {
  position: relative;
  flex-shrink: 0;
  width: 240px;
  height: auto;
  margin: 0 24px 0 0;
}
.movie-list .thumb::before,
.movie-list .thumb::after {
  content: "";
  position: absolute;
}
.movie-list .thumb::before {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
}
.movie-list .thumb::after {
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.movie-list .thumb img {max-height: none;}
.movie-list .text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

/* article */
.article-list li {
  width: 48%;
}
.article-list li a {
  display: flex;
  align-items: center;
}
.article-list .thumb {
  flex-shrink: 0;
  width: 120px;
  height: auto;
  margin: 0 16px 0 0;
}
.article-list .text {
  font-size: 1rem;
}




/* sponsor logo */
.sponsor {background: #fff;}
.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-s img {
  width: 90%;
}



/*responsive*/

@media (max-width: 960px) {
  .head_title {
    justify-content: flex-start;
    height: auto;
    padding-bottom: 400px;
    background-position: bottom right;
  }
  .head_title::after {
    top: auto;
    bottom: 0;
    height: 400px;
    background-position: center bottom;
    background-size: contain;
  }
  .head_title h1 {
    margin: 24px;
    font-size: 2rem;
  }
  .head_title .info_date {
    margin-left: 24px;
  }
}



@media (max-width: 767px) {
  .info_date span {display: inline; font-weight: bold; font-size: 1rem;}

  h2.adspecial {
  line-height: 1.3;
  font-size: 1.5rem;
}

  .session-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
  }

  .report-list li {
  width: 48%;
  margin-bottom: 16px;
  border-bottom: 1px dotted #ddd;
  }
  .report-list li a {padding: 8px;}
  .report-list .thumb {margin-bottom: 8px;}
  
  .article-list li {
  width: 100%;
  }
  .list-logo li {
  width: 50%;
  margin-bottom: 48px;
  }
}



@media (max-width: 480px) {
.head_title {padding-bottom: 300px;}
.head_title h1 {font-size: 1.5rem;}
.head_title h1 > br {display: none;}
.head_title h1 small {margin-bottom: 16px; font-size: .85rem;}

.info_date {z-index: 5;}
.info_date span {display: block;}

h2.adspecial {
    font-size: 1.25rem;
}
.session-btn {
    padding: 24px 0 0;
}
.session-btn a {
    display: flex;
    align-items: center;
    font-size: .85rem;
    padding: 8px 4px;
}

.movie-list li a {
  display: block;
}
.movie-list .thumb {
    width: auto;
    margin: 0 auto 16px;
}

.sponsor ul {margin: 0;}
.sponsor li {
  width: 50%;
}

}


