
body::before,
body::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
    left: 80%;
    top: 100px;
    width: 200px;
    height: 200px;
    background-image: repeating-radial-gradient(ellipse at center, rgba(200,200,200,.3) 0%,rgba(200,200,200,.3) 49%,rgba(200,200,200,0) 49%,rgba(200,200,200,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
    box-shadow: 200px 200px 0 rgb(116 104 198 / 30%);
  opacity: .2;
}
body::after {
width: 100px;
    height: 100px;
    left: 0;
    top: 50%;
    background-image: repeating-radial-gradient(ellipse at center, rgba(218,41,29,1) 0%,rgba(218,41,29,1) 49%,rgba(218,41,29,0) 49%,rgba(218,41,29,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
    box-shadow: 50px 50px 0 rgb(200 200 200 / 60%), 120px -200px 0 rgb(92 180 214 / 50%);
}

.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;}

/* フレーム設定-------------------------------------------------------------------------------- */
.adspecial_type1 .header-logo {
  padding: 16px;
  text-align: center;
  background: #fff;
}
.adspecial_type1 .header-logo img {max-height: 24px;}

.head_title {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.head_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/info/event/fortinet/202204/media/head_title.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1,1);
  animation: expand 20s ease .5s 1 forwards, show 5s ease .5s 1 forwards;
}

@keyframes show {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes expand {
  from {transform: scale(1,1);}
  to {transform: scale(1.2,1.2);}
}

.head_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,.8) 0%, rgba(0,0,0,.5) 40%,rgba(0,0,0,0) 100%);
}

.head_title h1 {
  float: none !important;
    position: relative;
    z-index: 5;
    display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
    height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.head_title h1::before,
.head_title h1::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 90%;
  bottom: 0;
  background-image: repeating-radial-gradient(ellipse at center, rgba(255,255,255,.3) 0%,rgba(255,255,255,.3) 49%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
  box-shadow: -200px -200px 0 rgba(116,104,198,.3), -300px 250px 0  rgba(218,41,29,.5);
}
.head_title h1::after {
  width: 100px;
  height: 100px;
  left: -100px;
  bottom: auto;
  top: 0;
  background-image: repeating-radial-gradient(ellipse at center, rgba(218,41,29,1) 0%,rgba(218,41,29,1) 49%,rgba(218,41,29,0) 49%,rgba(218,41,29,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
  box-shadow: 50px 50px 0 rgba(200,200,200,.6), -100px 200px 0 rgba(92,180,214, .5);
}


.head_title h1 .ttl-label {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 16em;
  padding: 4px 24px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background: #DA291D;
  border-radius: 30px;
  text-shadow: none;
}
.head_title h1 .ttl-jp {
  position: relative;
  z-index: 5;
  font-size: 2rem;}
.head_title h1 small {font-size: 1.25rem;}

.adspecial {font-feature-settings: "palt" 1;}

h2.adspecial {
margin: -24px -24px 24px;
padding:  8px 16px;
font-weight: normal;
font-size: 2rem;
text-align: center;
background: #f5f5f5;
}


.overview {
  margin-bottom: 80px;
  padding: 80px 16px;
  background: #f5f5f5;
}
.overview .container-fluid {
    max-width: 800px;
    margin: 0 auto;
}
.overview .container-fluid p:not(:last-child) {
  margin-bottom: 16px;
}


.box-w {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 24px;
  background: #fff;
  border-top: 4px solid #DA291D;
  box-shadow: 0 8px 16px #ccc;
}



/* wp */
.report-list {
  display: flex;
  justify-content: space-between;
}
.report-list li {
  width: 100%;
  margin-bottom: 24px;
  border-right: 1px solid #ccc;
}
.report-list li:last-of-type {border: none;}
.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;
  flex-shrink: 0;
  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;
}


/* relative link list */
.relative-list {
  display: block;
}
.relative-list li {
  margin-bottom: 0;
  border: none;
  text-align: center;
}
.relative-list .thumb {
  height: auto;
  margin: 0 !important;

}
.relative-list .thumb img {
  max-height: none;
}
.relative-list .thumb {margin: 0;}
.relative-list .text {
  margin-top: 16px;
}



/* 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: 767px) {
  h2.adspecial {
  line-height: 1.3;
  font-size: 1.5rem;
}


  
  .report-list {
  display: block;
  }
  .report-list li {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px dotted #ccc;
  }
  .report-list li a {
  padding: 16px;
    display: flex;
    align-items: center;
}
  .report-list .thumb {
  margin: 0 16px 0 0;
}
  .relative-list li a {display: block;}
  
  .article-list li {
  width: 100%;
  }
  .list-logo li {
  width: 50%;
  margin-bottom: 48px;
  }
}



@media (max-width: 480px) {
.head_title h1 .ttl-jp {font-size: 1.25rem;}
.head_title h1 .ttl-jp br {display: none;}
.head_title h1 small {font-size: .85rem;}

h2.adspecial {
  margin: -16px 0 24px;
    font-size: 1.25rem;
}

.box-w {
  padding: 16px 0px;
}

.report-list .thumb {height: auto; width: 120px;}
.movie-list li a {
  display: block;
}
.movie-list .thumb {
    width: auto;
    margin: 0 auto 16px;
}

.sponsor ul {margin: 0;}
.sponsor li {
  width: 50%;
}

}


