



/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_security_automation_202003{
padding: 0;
}



#adspecial_security_automation_202003.adspecial_type1{
max-width:none !important;
width:100% !important;
background:url(/extra/security_automation_202003/media/bg-back.jpg) center top no-repeat;
background-size:cover;
background-attachment: fixed;
position:relative;
}

footer{
margin-top:0;
}


.block_sponsored {
    padding: 3% 0;
    text-align: center;
background:rgba(0,0,0,0.1);
color:#fff;
}

.block_sponsored a{
color:#eac206;
}




.sp-wrap{
margin:0 8%;
}


.sp-contents{
padding:0 5%;
}









/* headline設定-------------------------------------------------------------------------------- */



.hero-area{
position:relative;
height:100%;
background:url(/extra/security_automation_202003/media/bg-hero.jpg) center center no-repeat;
background-size:cover;
padding-bottom:3%;
animation: fadein 0.5s linear 0.3s forwards;
opacity:0;
}


.hero-area .headline{
background-color:#050505;
color:#fff;
font-size:90%;
font-weight:bold;
text-align:center;
padding:5px 0;
}


.hero-area .tag{
margin:3% 5%;
text-align:center;
font-family: "Impact", sans-serif !important;
letter-spacing:0.05em;
width:45%;
animation: fadein 1.0s linear 0.5s forwards;
opacity:0;
}

.hero-area .tag span{
background:rgba(222,194,3,1);
color:#151515;
padding:5px 0;
display:block;
font-size:120%;
}


.hero-area .title{
font-size:200%;
text-align:left;
line-height:1.6;
color:#fff;
width:65%;
padding:0 5%;
animation: fade-left 1.0s linear 1.0s forwards;
opacity: 0;
text-shadow:0 0 10px #151515;
}



.hero-area .title span.ttl01{
display:block;
color:#dcc003;
animation: fade-left 0.5s linear 1.0s forwards;
opacity: 0;
font-size:60%;
}

.hero-area .title span.ttl02{
animation: fade-left 0.5s linear 1.8s forwards;
opacity: 0;
}


.lead_block{
margin:3% 3% 0;
padding:2.5%;
color:#fff;
font-size:110%;
line-height:1.5;
background:rgba(0,0,0,0.5);
animation: fadein 0.5s linear 2.5s forwards;
opacity:0;
}



@keyframes fadein{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}


@keyframes fade-left{
  0% {
    opacity: 0;
transform:translateX(-30px);
}

  100% {
    opacity: 1;
transform:translateX(0);
}
}




/* category設定-------------------------------------------------------------------------------- */


#category-area{
width:100%;
}


.item_block{
padding:5% 0;

}

.item_block h2{
text-align:center;
font-family: "Impact", sans-serif !important;
font-size:200%;
font-weight:normal;
color:#fff;
position:relative;
letter-spacing:0.05em;
position:relative;
  opacity : 0;
  transform: translateY(-20px);
  transition: all 1.5s;
}


.item_block h2:before,
.item_block h2:after{
content:"";
position:absolute;
top:50%;
width:80px;
height:1px;
background-color:#fff;
}

.item_block h2:before{
left:25%;
}

.item_block h2:after{
right:25%;
}




.item_block h2.sponcor{
color:#13256a;
}

.item_block h2.sponcor:before{
background-color:#13256a;
}

.item_block h2.sponcor:after {
background-color:#13256a;
}




.item_sp{
background:rgba(222,194,3,0.5);
}

.item_wp{
background:rgba(0,102,155,0.5);
}

.item_article{
background:rgba(19,37,106,0.5);
}

.item_sponcor{
background:#fff;
}



/* special */


.item_sp ul{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
margin:5% auto;
}


.item_sp li{
margin:15px 0;
display:block;
width:36%;
}

.item_sp li a{
display:block;
padding:20px;
}

.item_sp li .img{
text-align:center;
margin:15px auto 0;
display:block;
height:auto;
}


.item_sp li a:hover{
background:rgba(255,255,255,0.3);
transition:0.5s ease;
border-radius: 20px 3px 20px 3px 
}


.item_sp li a span{
color:#fff;
margin-top:5px;
display:block;
font-size:100%;
}

.item_sp li a:hover span{
color:#111;
}




/* white paper *//* article */


.item_wp ul,
.item_article ul{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
align-items: center;
margin:5% auto;
}


.item_wp li,
.item_article li{
margin:15px;
display:block;
width:22%;
}

.item_wp li{
width:30%;
text-align:center;
}

.item_wp li a,
.item_article li a{
display:block;
padding:20px 10px;
}


.item_wp li a img,
.item_article li a img{
max-width:100%;
}

.item_wp li a span,
.item_article li a span{
color:#fff;
margin-top:5px;
padding:5px 0;
display:block;
transition:0.5s ease;
line-height:1.6;
}


.item_wp li a:hover img,
.item_article li a:hover img{
filter: grayscale(100%);
transition:0.5s ease;
}


.item_wp li a:hover span,
.item_article li a:hover span{
color:#dcc003;
transition:0.5s ease;
}


.item_wp li a span{
width:80%;
margin:0 auto;
text-align:left;
}



/* sponcor */


.logo-area{
display:flex;
flex-wrap: wrap;
justify-content:space-around;
margin:0 auto;
padding:0 5%;
}

.logo-area li{
width:200px;
text-align:center;
margin:0 40px;
}






/* responsive -------------------------------------------------------------------------------- */




@media screen and (max-width:800px){



.sp-wrap{
margin:0 5%;
}

.hero-area{
background-size:250%;
background-position:center top;
}

.hero-area .tag{
width:50%;
}


.hero-area .tag span{
font-size:90%;
}


.hero-area .title{
font-size:150%;
padding:0 5%;
width:100%;
}


.lead_block{
font-size:90%;
}


.item_block h2{
font-size:150%;
}


.item_block h2:before{
left:10%;
}


.item_block h2:after{
right:10%;
}




/*sp*/

.item_sp li{
width:50%;
}


.item_sp li a span{
font-size:100%;
}



/*article*/


.item_wp li,
.item_article li{
width:40%;
}



}




@media screen and (max-width:480px){


.sp-wrap{
background-size:cover;
background-attachment: fixed;
margin:0;
position:relative;

}


.hero-area{
background-size:160%;
background-position:20% top;
}

.hero-area .tag{
font-size:70%;
width:60%;
}




.hero-area .title,
.item_block h2{
font-size:120%;
}


.hero-area .title{
width:100%;
padding:0 5%;

}


.lead_block{
width:100%;
font-size:100%;
margin:12% auto 5%;
padding:4%;
background:none;
}


.item_block{
padding:8% 0;
}


.item_block h2:before,
.item_block h2:after{
width:50px;
}

.item_block h2:before{
left:5%;
}

.item_block h2:after{
right:5%;
}

/*sp*/


.item_sp li{
width:100%;
}

/*article*/

.item_wp li,
.item_article li{
width:100%;
}










}


