


@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap');





/* フレーム設定-------------------------------------------------------------------------------- */

body{
}


#adspecial_sase_202207{
padding: 0;
}


#adspecial_sase_202207.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:#252525;
padding: 25px 20px;
text-align: center;
color:#fff;
}

.block_sponsored a{
color:#00bbdd;
}


#adspecial_sase_202207.adspecial_type1 .frame_col_left{
position:relative;
}







/* headline-------------------------------------------------------------------------------- */


/*anime setting*/


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}

}


@keyframes fade-top{
  0% {
    opacity: 0;
transform:translateY(-50px);
}

  100% {
    opacity: 1;
transform:translateY(0);
}
}



@keyframes transpalent{
  0% {
    opacity: 1;}

  50% {
    opacity: 0;}
  100% {
    opacity: 1;}

}



@keyframes line{
0%{
opacity:0;
width:0;
}
100%{
opacity:1;
width:100%;
}
}

.hero-area{
margin:0 auto;
padding:0 10%;
z-index:10;
line-height:1.4;
color:#fff;
position:relative;
}

.hero-area:before{
content:"";
position:absolute;
top:-150%;
left:0;
width:100%;
height:300%;
border-radius:100%;
/*background-color:#abe4fc;*/
/*background: linear-gradient(0deg, rgba(171,228,252,1) 0%, rgba(206,240,255,1) 100%);*/
background: rgb(159,226,255);
background: linear-gradient(0deg, rgba(159,226,255,1) 0%, rgba(182,233,255,1) 35%, rgba(204,240,255,1) 100%);
z-index:-1;
}


.hero-area:after{
content:"";
position:absolute;
top:-150%;
left:0;
width:100%;
height:310%;
border-radius:100%;
background-color:#fff29b;
z-index:-2;
}


.hero-area .hero_parts01 img,
.hero-area .hero_parts02 img{
max-width:100%;
}


.hero-area .hero_parts01{
position:absolute;
top:15px;
left:15px;
}

.hero-area .hero_parts02{
position:absolute;
top:15px;
right:15px;
text-align:right;
}



.hero-area .head_label{
position:absolute;
top:40px;
left:calc(50% - 70px);
width:140px;
color:#444;
text-align:center;
font-size:130%;
font-weight:bold;
margin-bottom:8%;
position:relative;
z-index:1;
}

.hero-area .head_label:before{
content:"";
position:absolute;
left:0;
bottom:-20px;
width:100%;
height:6px;
background-color:#f5b800;
border-radius:50px;
}


.hero-area .head_label:after{
content:"";
position:absolute;
left:0;
top:-20px;
width:100%;
height:6px;
background-color:#f5b800;
border-radius:50px;
}


.hero-area h1{
color:#252525;
font-size:180%;
margin:0 auto;
text-align:center;
position:relative;
opacity:0;
animation: fade 0.5s linear 0.3s forwards;
}

.hero-area h1 span{
position:relative;
}

/*.hero-area h1 span:before{
content:"";
position:absolute;
bottom:-10px;
left:0;
width:100%;
height:1px;
background-color:#fff;
}*/


.lead_block{
margin:30px auto;
position:relative;
}


.lead_block .lead01,
.lead_block .lead02{
max-width:750px;
margin:0 auto;
padding:10px 15px;
text-align:left;
font-size:100%;
line-height:1.6;
/*background:rgba(255,255,255,0.7);*/
color:#252525;
text-shadow:0 0 10px #fff;
border-radius:5px;
animation: fade-top 0.5s linear 0.6s forwards;
opacity:0;
}

.lead_block .lead02{
animation: fade-top 0.5s linear 0.8s forwards;
opacity:0;
}



/* contents-------------------------------------------------------------------------------- */



.category-area{
margin:0 auto;
padding:0;
position:relative;
background:url(/extra/sase_202207/media/parts_background.jpg) center bottom no-repeat;
/*background-size:cover;*/
/*z-index:1000;*/
}

.category-area h2,
.sponsor-area h2{
margin:0 auto 10px;
padding:45px 0 0;
text-align:center;
font-size:180%;
color:#252525;
line-height:1.2;s
position:relative;
opacity:0;
transition:1s;
z-index:100;
}



.category-area h2.fade,
.sponsor-area h2.fade{
opacity:1;
}


.category-area h2 span,
.sponsor-area h2 span{
font-size:60%;
color:#7bba3d;
display:block;
text-align:center;
padding-top:5px;
}



.item_block{
margin:60px auto 25px;
max-width:1300px;
position:relative;
z-index:1000;
}


.item_block ul{
display:flex;
flex-wrap:wrap;
padding:0;
background:none;
justify-content:center;
}


.item_block ul li{
width:21%;
margin:55px 25px;
position:relative;
}

.item_block ul li div{
width:100%;
height:100%;
background:#fff;
line-height:1.5;
padding:20px 20px 35px;
box-sizing: border-box;
border-radius:20px;
box-shadow:0 0 15px #d5d5d5;
position:relative;
}


.item_block ul li div.client{
background-color:#fff;
border:5px solid #eb4214;
}

.item_block ul li div.client:hover{
border:5px solid #ccc;
}


.item_block ul li img{
width:100%;
height:150px;
object-fit: cover;
background-color:#f0f0f0;
box-shadow:0 0 10px #e5e5e5;
display:block;
margin:0 auto 10px;
}


.item_block ul li a{
display:block;
}


.item_block ul li a:hover img{
filter:grayscale(100%);
transition:0.3s ease;
}

.item_block ul li:hover{
transform:translateY(-10px);
transition:0.3s ease;
}


.item_block ul li div:hover{
/*box-shadow: 0 5px 30px rgba(0,0,0,0.3);*/
box-shadow:none;
background-color:#e8e8e8;
transition:0.3s ease;
}


.item_block ul li span{
display:block;
}

.item_block ul li span.title{
font-size:110%;
font-weight:bold;
color:#252525;
margin:0 0 10px 0;
}
.item_block ul li span.client{
color:#eb4214;
}


.item_block ul li span.summary{
font-size:90%;
color:#909090;
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:#eb4214;
}


.item_block ul li span.label{
font-size:12px;
width:120px;
margin:0;
padding:20px 3px;
background-color:#ccc;
color:#fff;
display:block;
text-align:center;
position:absolute;
top:-50px;
left:calc(50% - 60px);
border-radius:10px;
z-index:-1;
}

.item_block ul li span.article{
background-color:#00bbdd;
}

.item_block ul li span.wp{
background-color:#f5b800;
}

.item_block ul li span.pr{
background-color:#a2d51a;
}



/* sponsor **************************************/


.sponsor-area{
margin:45px auto 0;
padding:0;
background:#fff;
width:80%;
position:relative;
z-index:1000;
}

.sponsor-area:before{
content:"";
position:absolute;
top:-10px;
left:0;
width:100%;
height:1px;
background-color:#ccc;
}


.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;
}







/* responsive -------------------------------------------------------------------------------- */



@media screen and (max-width:1600px){


.hero-area{
padding:0 10%;
}

.hero-area:before{
top:-100%;
left:calc(50% - 60%);
width:120%;
height:200%;
}

.hero-area:after{
top:-100%;
left:calc(50% - 60%);
width:120%;
height:210%;
}


.hero-area .head_label{
margin-bottom:10%;
}


.hero-area h1{
font-size:180%;
position:relative;
z-index:100;
}


.hero-area .hero_parts01 img,
.hero-area .hero_parts02 img{
max-width:75%;
}


}



@media screen and (max-width:1200px){


.hero-area .hero_parts01 img,
.hero-area .hero_parts02 img{
max-width:50%;
}

}




@media screen and (max-width:960px){


.hero-area{
padding:0 5%;
}

.hero-area:before{
top:-100%;
height:180%;
}


.hero-area:after{
height:190%;
}


.hero-area .head_label{
margin-bottom:15%;
}


.hero-area h1{
font-size:150%;
text-align:center;
position:relative;
z-index:1000;
}


.hero-area .hero_parts01 img,
.hero-area .hero_parts02 img{
opacity:0.8;
max-width:40%;
}


.category-area h2,
.sponsor-area h2{
font-size:160%;
padding:45px 15px 0;
}


.lead_block{
padding:25px;
}

.lead_block p{
font-size:100%;
}



.lead_block .lead01,
.lead_block .lead02{
background:rgba(255,255,255,0.7);
text-shadow:none;
animation: fade-top 0.5s linear 0.6s forwards;
opacity:0;
}


.category-area h2 span,
.sponsor-area h2 span{
font-size:60%;
padding-top:10px;
}



.category-area{
background-position:center top;
}


.item_block{
margin:0 auto;
padding:5%;
}


.item_block ul li{
width:40%;
}


.item_sponsor ul{
padding:0 20px;
}


.item_block ul li img{
margin-top:0!important;
}



}





@media screen and (max-width:640px){


.hero-area{
padding:0 3%;
}


.hero-area .head_label{
font-size:90%;
margin-bottom:40%;
}


.hero-area h1{
font-size:120%;
}


.hero-area:before{
top:-40%;
left:calc(50% - 100%);
width:200%;
height:80%;
}


.hero-area:after{
top:-40%;
left:calc(50% - 100%);
width:200%;
height:85%;
}


.hero-area .hero_parts01 img,
.hero-area .hero_parts02 img{
opacity:0.5;
max-width:40%;
}



.lead_block{
margin:20px auto;
padding:15px;
}


h2{
font-size:160%;
}


.category-area{
background-position:center top;
background-size:cover;
}

.item_block{
padding:0 5%;
}

.item_block ul{
display:block;
}

.item_block ul li{
width:90%;
margin:65px auto;
}

.item_block ul li a span{
font-size:90%;
}


.item_block ul li img{
width:50%;
height:auto;
float:none;
margin:20px auto;
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.list01 li img{
height:auto;
max-width:70%;
}


}




@media screen and (max-width:480px){








}







