





/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_operation_202106{
padding: 0;
}


#adspecial_operation_202106.adspecial_type1{
max-width:none !important;
width:100% !important;
position:relative;
font-family: 'Sunflower', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI",メイリオ, Meiryo, sans-serif;
}

footer{
margin-top:0;
}


.block_sponsored {
/*border-top:10px solid #d0d0d0;*/
background-color:#0f397a;
padding: 3% 0;
text-align: center;
color:#fff;
font-weight:bold;
}

.block_sponsored a{
color:#32d2f0;
}


#adspecial_operation_202106.adspecial_type1 .frame_col_left{
position:relative;
background:url(/extra/operation_202106/media/page_background.jpg) center top no-repeat;
background-attachment:fixed;
}

/*#adspecial_operation_202106.adspecial_type1 .frame_col_left:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}*/







/* 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-x{
0%{
opacity:0;
width:0;
}
100%{
opacity:1;
width:180px;
}

}


@keyframes color {
  0%{
color:#ca4623;
  }

  15%{
color:#fff;
  }

  30%{
color:#ca4623;
  }

  45% {
color:#fff;
  }

  60% {
color:#ca4623;
  }

  75% {
color:#fff;
  }

  90% {
color:#ca4623;
  }

}



.hero-area{
margin:0 auto;
padding:7% 15%;
position:relative;
z-index:100;
height:450px;
background-color:#0f397a;
}

.hero-area:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/operation_202106/media/head_hero.jpg) right center no-repeat;
width:100%;
height:100%;
opacity:0;
animation: fade 0.8s linear 0s forwards;
}


.hero-area:after{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:8px;
background: rgb(159,231,251);
background: linear-gradient(90deg, rgba(159,231,251,1) 0%, rgba(15,144,172,1) 50%, rgba(15,73,175,1) 100%);
}



.hero-area .label{
color:#252525;
position:absolute;
top:35%;
left:0;
font-size:24px;
text-align:center;
font-weight:bold;
width:0;
height:60px;
line-height:60px;
background-color:#0f387a;
background-color:#fff;
opacity:0;
animation: line-x 0.3s linear 0.5s forwards;
}

.hero-area .label span{
opacity:0;
animation: fade 0.5s linear 0.8s forwards;
}

.hero-area .label:after{
content:"";
position:absolute;
top:0;
left:180px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 30px 20px;
border-color: transparent transparent transparent #0f387a;
border-color: transparent transparent transparent #fff;
opacity:0;
animation: fade 0.5s linear 0.8s forwards;
}


.hero-area h1{
padding:0;
font-size:350%;
/*color:#05232e;*/
color:#fff;
text-align:left;
line-height:1.4;
/*text-shadow:0 0 10px #fff;*/
animation: fade 0.5s linear 1.2s forwards;
opacity:0;
}

.hero-area h1 span{
padding:0;
text-align:left;
font-size:60%;
/*color:#0f387a;*/
color:#fff;
display:block;
}


.hero-area h1 em{
color:#ca4623;
/*color:#b92700;*/
font-style:normal;
text-shadow:0 0 10px #fff;
animation: color 0.8s linear 1.6s forwards;
}




.lead_block{
max-width:1050px;
margin:0 auto;
padding:45px 0;
/*background-color:#f0f0f0;*/
position:relative;
}


.lead_block p{
color:#252525;
font-size:100%;
font-weight:bold;
line-height:1.5;
/*text-shadow:0 0 5px #fff;*/
animation: fade 0.5s linear 1.2s forwards;
opacity:0;
}

.lead_block .frame{
background:rgba(255,255,255,.5);
margin:15px 35px;
padding:35px;
position:relative;
}

.lead_block .frame:after{
content:"";
position:absolute;
top:15px;
left:-35px;
width:15%;
height:5px;
background-color:#0b6bc4;
}

.lead_block .frame span{
color:#666;
}





/* contents-------------------------------------------------------------------------------- */



.category-area{
margin:0 auto;
padding:40px 0;
/*background-color:#252525;*/
}

.category-area h2,
.sponsor-area h2{
margin:0 auto 10px;
padding:15px 0;
max-width:1050px;
font-size:200%;
color:#151515;
line-height:1.3;
text-align:left;
position:relative;
}


h2:before{
content:"";
position:absolute;
bottom:0;
left:0;
width:0;
height:1px;
background-color:#333333;
transition: 0.5s ease;
}


h2:after{
content:"";
position:absolute;
bottom:-5px;
left:0;
width:0;
height:5px;
background-color:#d5d5d5;
transition: 0.5s ease;
}


h2.slide:before{
width:100%;
}

h2.slide:after{
width:100%;
}




.category-area h2 span,
.sponsor-area h2 span{
font-size:70%;
color:#a5a5a5;
display:block;
float:right;
padding-top:15px;
}







.item_block{
margin:70px auto 50px;
padding:40px;
max-width:1050px;
background-color:rgba(255,255,255,0.3);
box-shadow:0 0 15px #ccc;
}

.item_main{
border:8px solid #3babc4;
background-color:rgba(255,255,255,0.3);
}


.item_block ul li{
margin-bottom:40px;
position:relative;
overflow:hidden;
}


.item_block ul li a{
display:block;
}

.item_block ul li span.label{
display:block;
width:150px;
margin:0 0 10px 0;
padding:3px 0 2px;
border-radius:50px;
text-align:center;
background-color:#10aeac;
color:#fff;
font-size:14px;
}

.item_block ul li span.special{
background-color:#ca4623;
}

.item_block ul li span.wp{
background-color:#10aeac;
}

.item_block ul li span.article{
background-color:#1059af;
}


.item_block ul li{
width:100%;
overflow:hidden;
line-height:1.5;
}

.item_block ul li img{
width:200px;
margin-right:25px;
display:block;
float:left;
}


.item_block ul li img:hover{
opacity:0.7;
transition:0.3s;
}


.item_block ul li .item_box{
margin-left:220px;
}




.item_block ul li span{
display:block;
}

.item_block ul li span.title{
font-size:130%;
font-weight:bold;
color:#151515;
margin:0;
}

.item_block ul li span.caption{
font-size:100%;
font-weight:bold;
color:#666666;
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:#2589f0;
}






/* sponsor **************************************/


.sponsor-area{
margin:0;
padding:60px 0 40px;
background:#fff;
}


.item_sponsor ul{
padding:0 10%;
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.item_sponsor ul li{
width:250px;
margin:0 50px;
}











/* responsive -------------------------------------------------------------------------------- */

@media screen and (max-width:1300px){


.hero-area h1{
font-size:300%;
line-height:1.4;
padding:5%;
}



}



@media screen and (max-width:960px){



.hero-area .label{
top:10%;
}

.hero-area{
padding:15% 5%;
}

.hero-area:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/operation_202106/media/head_hero.jpg) right top no-repeat;
width:100%;
height:100%;
}


.hero-area h1{
font-size:280%;
padding:5%;
text-shadow:0 0 10px #252525;
}



.lead_block{
padding:15px;
}

.lead_block p{
font-size:100%;
}



.category-area h2,
.sponsor-area h2{
font-size:200%;
padding:15px;
}


.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;
}




}




@media screen and (max-width:640px){



.hero-area{
padding:10% 5%;
height:400px;
}

.hero-area:before{
content: "";
position: absolute;
top: 0;
left: 0;
background: url(/extra/operation_202106/media/head_hero.jpg) 90% bottom no-repeat;
width: 100%;
height: 100%;
}


.hero-area h1{
font-size:200%;
padding:15% 0 0;
text-shadow:0 0 10px #252525;
}





.category-area{
margin:3% auto;
}


.category-area h2,
.category-area h3{
font-size:160%;
}


.item_block{
padding:4%;
}


.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;
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;
}



}



@media screen and (max-width:480px){


.hero-area h1{
font-size:180%;
padding:25% 0 0;
text-shadow:0 0 10px #252525;
}



}





