



/* フレーム設定-------------------------------------------------------------------------------- */

body{
font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

#adspecial_backup_cloud_202003{
padding: 0;
}

#adspecial_backup_cloud_202003.adspecial_type1{
max-width:none !important;
width:100% !important;
background-color:#105e72;
}

footer{
margin-top:0;
}


.block_sponsored {
padding: 50px 0;
text-align: center;
background-color:#000e1b;
color:#fff;
}

.block_sponsored a{
color:#fb660c;
}


.pc-view{
display:block;
}

.sp-view{
display:none;
}




#future-backup{
width:100%;
margin:0;
animation: fadein 0.8s linear 0.3s forwards;
opacity:0;
}

.sp-wrap{
width:100%;
background:url(/extra/backup_cloud_202003/media/img-back.jpg) center bottom no-repeat;
background-size:cover;
background-attachment:fixed;
}

.sp-contents{
padding:0 20%;
}




/* headline設定-------------------------------------------------------------------------------- */



#hero-area{
position:relative;
height:auto;
background:url(/extra/backup_cloud_202003/media/img-hero.png) right top no-repeat;
background-size:cover;
padding:5% 0 15%;
}



#hero-area .sub-title{
margin:0 5%;
font-size:160%;
color:#1db682;
animation: fadein 0.5s linear 1.5s forwards;
opacity:0;
}


#hero-area .main-title{
margin:0 5% 2%;
font-size:200%;
text-align:left;
line-height:1.4;
color:#fff;
animation: fadein 0.5s linear 2.0s forwards;
opacity:0;
}



.lead_block{
margin:0 5%;
padding:3%;
text-align:left;
font-size:100%;
line-height:1.6;
color:#fff;
width:60%;
animation: fadein 1.5s linear 2.5s forwards;
opacity:0;
background:rgba(0,0,0,0.4);
border-radius:5px;
}



@keyframes fadein{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}


.fadeoff {
    opacity: 0;
    transition: all 1.5s ease;
}

.fadein {
    opacity: 1;
}





/* category設定-------------------------------------------------------------------------------- */


#category-area{
width:100%;
background:url(/extra/backup_cloud_202003/media/img-bg.jpg) center bottom no-repeat;
background-size:contain;
background-attachment:fixed;
}


.item_block{
margin:4% 15% 10%;
background: rgb(20,97,125);
background: linear-gradient(0deg, rgba(20,97,125,0.5) 20%, rgba(25,172,163,0.5) 100%);
border-radius:5px;
box-shadow:0 0 25px #0b3c4e;
opacity:0;
}

.show {
    opacity: 1;
transition:1.5s;
}


.item_block h2{
text-align:center;
font-size:180%;
color:#ffffff;
position:relative;
}

.item_block h2:before,
.item_block h2:after{
content:"";
position:absolute;
width:20px;
height:20px;
}

.item_block h2:before{
top:25%;
left:30%;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-135deg);
}

.item_block h2:after{
top:25%;
right:30%;
border-top: 3px solid #fff;
border-left: 3px solid #fff;
transform: rotate(135deg);
}




.item_article,
.item_special,
.item_wp{
padding:3%;
}



/* special */




.item_special ul{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
margin:5% 0;
position:relative;
}


.item_special ul li{
width:40%;
height:100%;
margin:0 0 40px 20px;
}

.item_special ul li img{
display:block;
margin-bottom:15px;
border-radius:5px;
}


.item_special ul li a{
padding:10%;
font-size:120%;
/*background:#050505;*/
background:#050505;
color:#1db682;
line-height:1.4;
position:relative;
display:block;
border-radius:5px;
transition:0.5s ease;
overflow:hidden;
}


.item_special ul li a:hover{
background:rgba(29,182,130,0.8);
color:#fff !important;
transition:0.3s ease;
}

.item_special ul li a img:hover{
opacity:0.9;
}





/* white paper *//* article */

.item_wp ul,
.item_article ul{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
align-items: flex-end;
margin:5% auto;
}

.item_wp ul li,
.item_article ul li{
width:29%;
margin:30px 2%;
}

.item_wp ul li a,
.item_article ul li a{
padding:8%;
background:#050505;
color:#23bad5;
line-height:1.4;
position:relative;
display:block;
transition:0.5s ease;
border-radius:5px;
height:300px;
}

.item_wp ul li a img,
.item_article ul li a img{
margin-bottom:20px;
border-radius:5px;
}

.item_wp ul li a:hover,
.item_article ul li a:hover{
background:rgba(0,0,0,0.5);
color:#fff !important;
display:block;
}

.item_wp ul li a img:hover,
.item_article ul li a img:hover{
opacity:0.5;
}









/* sponcor */


.item_sponcor h2{
color:#117a94;
text-align:center;
}

.item_sponcor{
background:#fff;
margin:0 auto;
padding:5% 10%;
border-radius:0;
}

.item_sponcor ul{
display:flex;
flex-flow: row wrap;
justify-content:center;
}


.item_sponcor ul li img{
margin:0 auto;
text-align:center;
}






/* responsive -------------------------------------------------------------------------------- */


@media screen and (max-width:1200px){

.item_block{
margin:4% 10% 10%
}

}


@media screen and (max-width:960px){

.pc-view{
display:none;
}

.sp-view{
display:block;
}



#hero-area{
height:500px;
background-size:cover;
padding:5% 0 0;
}

#hero-area .sub-title{
margin:30% 5% 0;
}

#hero-area .main-title{
font-size:200%;

}


.lead_block{
width:90%;
margin:0 5%;
font-size:100%;
background:none;
}


.item_block{
margin:4% 8% 10%
}


.item_block h2{
font-size:140%;
}

.item_block h2:before{
left:20%;
}

.item_block h2:after{
right:20%;
}


.item_special ul li{
width:44%;
}



.item_wp ul li{
width:100%;
margin:25px auto;
text-align:center;
}

.item_wp ul li,
.item_article ul li{
width:35%;
}


.item_sponcor{
margin:0 auto;
}


}




@media screen and (max-width:640px){


#hero-area{
height:300px;
background-size:cover;
padding:2% 0 0;
}

#hero-area .sub-title{
font-size:100%;
margin:45% 5% 2%;
line-height:1.4;
}

#hero-area .main-title{
font-size:130%;
text-shadow:0 2px 5px #222;
}




.item_block h2{
font-size:120%;
}

.item_block h2:before{
left:10%;
width:15px;
height:15px;
}

.item_block h2:after{
right:10%;
width:15px;
height:15px;
}



.item_article,
.item_special,
.item_wp{
padding:5% 3%;
}



.item_special ul li{
width:90%;
margin:5% auto;
}



.item_article ul li{
width:90%;
margin:5%;
}


.item_article ul li a{
height:auto;
}








}


