

/* フレーム設定-------------------------------------------------------------------------------- */
body {
  background-color: #222;
}


#adspecial_sonicwall_202001 {
position: relative;
padding: 0;
}

/*
#adspecial_sonicwall_202001::before {
content: "";
position: fixed;
z-index: -1;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: url(/extra/sonicwall_202001/media/bg_circle.jpg) no-repeat left top;
opacity: 0.5;
}
*/

#adspecial_sonicwall_202001.adspecial_type1 {
  max-width: none !important;
}

.adspecial-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}
.adspecial-inner p {
  margin-bottom: 16px;
  color: #fff;
}



/* contents 設定-------------------------------------------------------------------------------- */
.header-title {
  position: relative;
  display: flex;
  align-items: center;
  /*height: 500px;*/
  color: #fff;
}

/*
.header-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/extra/sonicwall_202001/media/line_animated.svg) no-repeat bottom right;
  background-size: cover;
  opacity: 0.3;
}
*/

.header-title h1.adspecial {
  position: relative;
  z-index: 5;
  color: #ff9900;
  font-size: 40px;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}


/* heading */
h2.adspecial {
  position: relative;
  margin: 0 0 48px;
  color: #ff9900;
  font-size: 40px;
  text-align: center;
  font-feature-settings: "palt" 1;
}
h2.adspecial::before {
  content: "Catalog";
  position: absolute;
  top: 64px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 24px;
  font-family: 'Montserrat Subrayada', sans-serif;
  text-align: center;
  line-height: 1;
}

.flash h2.adspecial::before {
  animation: flash 0.8s 0s ease-out 1 forwards;
}

@keyframes flash {
  0% {color: #333;}
  50% {color: #ff9900;}
  100% {color: #666;}
}

#summer2021 h2.adspecial::before {content: "SonicWall Day June 2021";}
#videopresentation h2.adspecial::before {content: "Product Update May 2021";}
#datasheet h2.adspecial::before {content: "DataSheet";}
#whitepaper h2.adspecial::before {content: "Whitepaper";}
#presentation h2.adspecial::before {content: "Presentation";}
#partner h2.adspecial::before {content: "Sales Flyers";}
#usecase h2.adspecial::before {content: "Use Cases";}
.related-article h2.adspecial::before {content: "Related Articles";}



/* panel */
.panel {
  margin-bottom: 48px;
  position: relative;
  top: 150px;
  opacity: 0;
}

.flash .panel {
  animation: showup 0.5s 0s linear 1 forwards;
}

@keyframes showup {
  0% {opacity: 0; top: 150px;}
  100% {opacity: 1; top: 0;}
}


.panel li {
  margin-bottom: 16px;
}
.panel li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px;
  background-color: #3A3939;
  border-radius: 8px;
  transition: background-color 0.5s;
  overflow: hidden;
}
.panel li a:hover {
  background-color: rgba(255,153,0,0.5);
}

/*
.panel li a::before,
.panel li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.panel li a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ff9900 transparent transparent transparent;
}


.panel li a::after {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: url(/extra/sonicwall_202001/media/icon_pdf.svg) no-repeat center center;
}
*/


.panel li.no-pdf  a::before,
.panel li.no-pdf  a::after {display: none;}


.panel li a .panel-thumb {
  flex-shrink: 0;
  max-width: 120px;
  margin-right: 24px;
}
.panel li a .panel-thumb img {
  width: 100%;
}
.panel li a .panel-txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.panel li.movie a .panel-thumb {position: relative;}
.panel li.movie a .panel-thumb::before, .panel li.movie a .panel-thumb::after {
  position: absolute;
  content: "";
  z-index: 5;
}
.panel li.movie a .panel-thumb::before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: calc(50% - 12px);
  left:  calc(50% - 12px);
  background-color: rgba(0,0,0,0.6);
}
.panel li.movie a .panel-thumb::after {
  top: calc(50% - 6px);
  left:  calc(50% - 3.5px);
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #ffffff;
}


.panel-col2,
.panel-col3,
.panel-col5 {
  display: flex;
  flex-wrap: wrap;
}


.panel-col2 li {
  width: 49%;
  margin: 0 0.5% 16px;
}


.panel-col3 li {
  width: 32.3%;
  margin: 0 0.5% 16px;
}


.panel-col5 li {
  width: 19%;
  margin: 0 0.5% 16px;
}

.panel-col5 li a {
  flex-direction: column;
}

.panel-col5 li a .panel-thumb {
  display: flex;
  align-items: center;
  height: 170px;
  margin: 0 auto 16px;
}

.panel-col5 li a .panel-txt {
  margin-top: auto;
}


.lead {
  padding: 48px 0;
  background-color: rgba(0,0,0,0.2);
}


/* section */
.section {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
}
.section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #222 0%, #ccc 50%, #222 100%);
}




/* related article */
.related-article {
  padding: 48px 0;
  background-color: #fff;
}
.related-article h2.adspecial::before {animation: none; color: #666;}

.article li a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.article li .article-thumb {
  width: 80px;
  margin-right: 16px;
  flex-shrink: 0;
}
.article li .article-thumb img {width: 100%;}




/* logo */
.logo-area {
width: 100%;
padding: 16px 0 4px;
background-color: #fff;
text-align: center;
}
.logo-area img {height: 40px; width: auto;}
/*
#sponsor-logo {
border-top: 1px solid #ccc;
background-color: #fff;
text-align: center;
}
*/

.block_sponsored {
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.block_sponsored a {color: #FF7819;}



.info-special {
  padding: 48px 0 80px;
  text-align: center;
  background: #fff;
}
.info-special .title {
  margin-bottom: 24px;
  font-size: 2rem;
}
.info-special .title small {
  display: inline-block;
  padding: 0 24px;
  color: #FA791C;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid  #FA791C;
}
.info-special p {
  color: #333 !important;
}
.info-special  .btn {margin-top: 40px;}
.info-special  .btn a {
  display: inline-block;
  padding: 16px 32px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  background: #FA791C;
  border-radius: 50px;
}






/* responsive -------------------------------------------------------------------------------- */
@media screen and (max-width:960px){
  .panel-col3 li,
  .panel-col5 li {width: 49%; margin-bottom: 8px;}
  .panel-col3 li a,
  .panel-col5 li a {flex-direction: row; }
  .panel-col3 li a .panel-thumb,
  .panel-col5 li a .panel-thumb {width: 80px; height: auto; margin: 0 16px 0 0;}
  .panel-col3 li a .panel-txt,
  .panel-col5 li a .panel-txt {margin-top: 0; width: 100%;}
}




@media screen and (max-width:640px){
  #adspecial_sonicwall_202001::before {background-position: center center;}
  .header-title {height: 300px;}
  .header-title h1.adspecial {font-size: 24px;}

  h2.adspecial {font-size: 24px;}
  h2.adspecial::before {top: 40px; font-size: 18px;}

  .panel-col2 li,
  .panel-col3 li,
  .panel-col5 li {width: 100%; margin: 0 0 8px;}

  .info-special .title {
    font-size: 1.25rem;
  }
  .info-special  .btn a {
    font-size: 1rem;
  }

}


