


@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap');





/* フレーム設定-------------------------------------------------------------------------------- */

body{
backgorund-color:#00a5d5;
}


#adspecial_security_trend_winter_202111{
padding: 0;
}


#adspecial_security_trend_winter_202111.adspecial_type1{
max-width:none !important;
width:100% !important;
position:relative;
font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI",メイリオ, Meiryo, sans-serif;
}

footer{
margin-top:0;
}


.block_sponsored {
background:rgba(0,165,213,0.9);
padding: 25px 20px;
text-align: center;
color:#fff;
font-weight:bold;
}

.block_sponsored a{
color:#151515;
}


#adspecial_security_trend_winter_202111.adspecial_type1 .frame_col_left{
position:relative;
}







/* headline-------------------------------------------------------------------------------- */


/*anime setting*/


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}

}



@keyframes transpalent{
  0% {
    opacity: 1;}

  50% {
    opacity: 0;}
}
  100% {
    opacity: 1;}

}



@keyframes line{
0%{
width:0;
}
100%{
width:100%;
}
}

@keyframes line{
0%{
opacity:0;
width:0;
}
100%{
opacity:1;
width:100%;
}

}



.hero-area{
margin:0 auto;
padding:5% 8%;
height:450px;
position:relative;
z-index:100;
line-height:1.4;
color:#fff;
background-color:#5db3cc;
}

.hero-area:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/security_trend_winter_202111/media/img-hero.jpg) right top no-repeat;
width:100%;
height:100%;
opacity:0;
animation: fade 0.8s linear 0.5s forwards;
}


.hero-area .head-label{
position:absolute;
top:35%;
left:0;
width:80px;
padding:15px;
color:#fff;
font-weight:bold;
text-align:center;
z-index:1;
}

.hero-area .head-label:before{
content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
background-color:#0c3fb2;
border-radius: 0 15px 15px 0;
z-index:-1;
opacity:0;
animation: line 0.3s linear 0.2s forwards;
}


.hero-area .head-title{
font-size:250%;
font-weight:bold;
margin-bottom:25px;
font-family: 'Lexend Deca', sans-serif;
animation: fade 0.5s linear 0.8s forwards;
opacity:0;
}



.hero-area h1{
animation: fade 0.5s linear 1.2s forwards;
opacity:0;
font-size:240%;
}

.hero-area h1 span{
font-size:70%;
display:block;
}



.lead_block{
margin:0 auto;
padding:25px 0 10px;
background:rgba(0,165,213,0.55);
position:relative;
}


.lead_block p{
max-width:950px;
margin:0 auto;
text-align:left;
font-size:110%;
/*font-weight:bold;*/
line-height:1.5;
color:#fff;
animation: fade 0.5s linear 1.2s forwards;
opacity:0;
margin-bottom:20px;
}



/* contents-------------------------------------------------------------------------------- */



.category-area{
margin:0 auto;
padding:0 0 40px 0;
background:#e5e5e5 url(/extra/security_trend_winter_202111/media/img-background.jpg) center top no-repeat;
background-attachment:fixed;
}

.category-area h2,
.sponsor-area h2{
margin:0 auto 10px;
padding:25px 0;
text-align:center;
font-size:200%;
color:#151515;
line-height:1.2;
position:relative;
opacity:0;
transition:1s;
z-index:100;
}

.category-area h2:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.3);
z-index:-1;
}

.sponsor-area h2:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.05);
z-index:-1;
}




.category-area h2.fade,
.sponsor-area h2.fade{
opacity:1;
}


.category-area h2 span,
.sponsor-area h2 span{
font-size:60%;
color:#5db3cc;
display:block;
text-align:center;
padding-top:5px;
}



.item_block{
margin:25px auto 50px;
max-width:1050px;
}


.item_block ul{
display:flex;
flex-wrap:wrap;
padding:0;
background:none;
justify-content: center;
}


.item_block ul li{
border-top:8px solid #5db3cc;
background-color:rgba(255,255,255,0.65);
box-shadow: 0 5px 30px rgba(0,0,0,0.1);
margin:15px;
padding:15px;
box-sizing: border-box;
}

.item_block ul li img{
width:100%;
margin-bottom:10px;
}

.item_block ul.list01 li{
width:34%;
}

.item_block ul.list01 li img{
width:100%;
height:200px;
object-fit: cover;
background-color:#f0f0f0;
display:block;
margin:0 auto 10px;
}


.item_block ul.list02 li{
width:22%;
}



.item_block ul li a{
display:block;
}



.item_block ul li img:hover{
opacity:0.7;
transition:0.3s;
}




.item_block ul li span{
display:block;
}

.item_block ul li span.title{
font-size:120%;
font-weight:bold;
color:#151515;
margin:0 0 10px 0;
}

.item_block ul li span.summary{
font-size:90%;
font-weight:bold;
color:#888888;
margin:5px 0 0 0;
}

.item_block ul li span.date{
font-size:100%;
font-weight:bold;
color:#a0a0a0;
}


.item_block ul li a:hover span{
transition:0.3s;
color:#00a5d5;
}






/* sponsor **************************************/


.sponsor-area{
margin:0;
padding:0;
background:#fff;
}


.item_sponsor ul{
margin:0 auto 30px;
max-width:1050px;
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.item_sponsor ul li{
width:200px;
margin:0 50px;
}





@media screen and (max-width:1300px){



.hero-area:after{
position:absolute;
content:"";
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}


.hero-area .head-title,
.hero-area .head-label,
.hero-area h1{
position:relative;
z-index:1000;
}
.hero-area .head-label{
position:absolute;
z-index:1000;
}


}


/* responsive -------------------------------------------------------------------------------- */



@media screen and (max-width:960px){



.hero-area{
height:400px;
padding:12% 5%;
}

.hero-area:after{
position:absolute;
content:"";
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}


.hero-area .head-title{
font-size:200%;
}

.hero-area .head-label{
top:20px;
left:0;
}


.hero-area h1{
font-size:200%;
}


.category-area h2,
.sponsor-area h2{
font-size:160%;
padding:15px;
}


.lead_block{
padding:15px;
}

.lead_block p{
font-size:100%;
}





.category-area h2 span,
.sponsor-area h2 span{
font-size:60%;
padding-top:10px;
}



.item_block{
padding:4%;
}

.item_block ul li img{
width:150px;
}

.item_block ul li .item_box{
margin-left:170px;
}



.item_sponsor ul{
padding:0 20px;
}



.item_block ul li img{
margin-top:0!important;
}


.item_block {
margin:20px auto;
}


.item_block ul.list01 li{
width:45%;
}


.item_block ul.list02 li{
width:35%;
}

.item_block ul.list02 li img{
width:100%;
}



}

@media screen and (max-width:640px){




.hero-area .head-title{
font-size:130%;
}

.hero-area h1{
font-size:160%;
}



h2{
font-size:160%;
}


.item_block{
padding:4%;
}

.item_block ul.list01 li,
.item_block ul.list02 li{
width:100%;
}


.item_block ul li .item_box{
margin:20px 0 0 0;
}

.item_block ul li a span{
font-size:90%;
}


.item_block ul li img{
width:100% !important;
height:auto;
float:none;
margin:40px auto 0;
text-align:center;
}


.item_block ul li span.label{
margin:0 auto;
}

.item_block ul li span.title{
margin:10px 0 0 0;
font-size:120%;
}

.item_block ul li span.caption,
.item_block ul li span.date{
font-size:90%;
padding:0;
}



.item_block ul.list01 li img{
height:auto;
}



}



@media screen and (max-width:480px){

.hero-area{
padding:25% 5% 10%;
}

.hero-area:after{
background-size:cover;
}


.hero-area .label{
font-size:16px!important;
height:25px!important;
line-height:25px!important;
width:75px!important;

}


}





