*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a{text-decoration: none;}
ul{list-style: none;}
img{vertical-align: bottom}

h2:before{
    border-bottom: none;
}

.main-content{
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}
.top h1{
   
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
    color: #5f5f5f;
}

.top p{
    color: #5f5f5f;
    margin-top: 50px;
    font-size: 28px;
    text-align: center;
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}
.top img{
    width: 320px;
    display: block;
    margin: 50px auto;
}

.top dl{
   
    width: 400px;
    margin: 50px auto 0px;
    padding: 10px;
    font-weight: 400;
    
}
.top dt{
   padding-bottom: 12px;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #f0cfe1 0 25%, #f0c5a2 25% 50%, #b8e8ee 50% 75%, #e9d2ee 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.3rem;
    background-position: bottom;
    font-size: 30px;
    color: #494949;
    text-align: center;
font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}

.top dd{
    color: #494949;
    font-size: 22px;
    padding:10px 0 0 5px;
    text-align-last: left;
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}

/* footer .sns li.twitter {
    background-color: #686868;
    font-size: 20px;
    padding-top: 6px;
} */

/*------------------------メイン部分------------------------------*/
.main-wrapper{
    background-image: url(/event_design/virtual/illust_contest/test/images/bgi1.jpg);
    background-attachment: fixed;
    color: #444444;
    padding-top: 80px;
    
}


.color{
    background-color: #d2e3e4;
}



.text p{
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
    margin: 50px auto 0px;
    line-height: 1.9;
    font-size: 23px;
    border-radius: 40px;
    font-weight: 500;
    text-align: center;
    padding: 90px 20px 90px;
   color: #444;
    width: 90%;
}

.top-rogo2{
    display: inline-block;
    display: block;
    margin: 0 auto;
    width: 400px;
    text-align: center;
    position: relative;
    top: -80px;
}

.top-rogo2 img{
    padding: 10px;
    width: 150px;
}


.illust{
    height: 730px;
    width: 700px;
    margin: 200px auto;
    text-align: center;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

.center{
    text-align: center;
}

.listbox h3 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
 }
 

.listbox h3 img{
    width: 80%;
}

.listbox h4{
   color: #777;
    font-size: 20px;
    text-align: center;
    padding: 0px 10px;
    font-weight: 400;
}

.listbox .img-box img{
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 14px;
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
    width: 1000px;
    margin: 0 auto;
}

.listbox{
    background-color: #fffbf4;
   margin: 30px;
   box-shadow: 1px 2px 6px rgba(51,51,51,.25);
    width: 420px;
    padding: 20px;
}

.zoom{
    
    display: block;
    font-size: 18px;
    width: 150px;
    text-align: center;
   border-radius: 10px;
   color: #fff;
   margin: 0 auto 10px;
}



.zoom:hover{
    opacity: 0.5;
}

.zoom img{
    width: 150px;
}

.listbox .img-box{
    position: relative;
    width: 330px;
    height: 260px;
    margin: 30px auto 10px;
    background-color: #fff;
    box-shadow: inset 0 0 10px rgb(202, 202, 202);
}

.listbox .text-box{
width: 98%;
padding: 7px;
margin: 0 auto 20px;

}


.listbox .text-box h5{
    font-size: 18px;
    font-weight: 400; 
    padding: 5px;
    margin-bottom: 6px;
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}

.listbox .text-box p{
    font-size: 16px;
    line-height: 1.4;
   font-weight: 500;
   font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
 
}

.box1 p{
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    display: block;
    padding: 70px 10px 10px;
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}



.illust1 img{
    display: block;
    width: 90%;
    max-width: 700px;
    margin: 0 auto 10px;
    justify-content: left;
}


.btn{
	max-width:500px;
	margin:0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
}

.btn .box{
    /* box-shadow: 3px 3px 5px #7c7c7c; */
   
/**    margin: 8px;**/
	margin:0 auto;
}

.btn a{
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    display: block;
    width: 220px;
    color: #494949;
    font-weight: 500;
    line-height: 1.8;
    padding: 13px 0;
    background-color: #fff;
    font-family: kosugi maru,メイリオ,ＭＳ Ｐゴシック,sans-serif;
}

.btn a:hover{
    background-color: #fcf0d1;
}
.lb-data .lb-caption {
  display:none!important;}

.lb-data .lb-number {
  display:none!important;
}
.sp{display:none;}
@media screen and (max-width: 1040px){
    .listbox{
        margin: 70px 15px;
        max-width: none;
        padding:10px;
        width: 70%;
    }
    
.flex-box{
    justify-content: space-around;
    width: 100%;
}

}


@media screen and (max-width: 800px) {
  
    .top h1{
        font-size: 26px;
    }


    
    .top p{
        margin-top: 50px;
        font-size: 17px;
    }
    
    .top img{
        width: 200px;
        display: block;
        margin: 30px auto;
    }
    
    .top dl{
        width: 240px;
        margin: 0px auto;
        padding: 8px 8px 10px;
    }
    
    .top dt{
        font-size: 24px;
    }

    .top dd{
        font-size: 15px;
        padding:10px 0 0 0;
        margin-bottom:0px;
        text-align-last: left;
    }
    
    /*------------------------メイン部分------------------------------*/
    .main-wrapper{
        background-attachment: fixed;
        padding-top: 40px;
    }
    
    .text p{
        margin: 30px auto 0px;
        font-size: 14px;
        padding: 30px 2px 30px;
        width: 100%;
    }
  
    .top-rogo2{
        position: relative;
        top: -30px;
    }
    
    .top-rogo2 img{
        padding: 10px;
        width: 100px;
    }
    
    .illust{
        height: 730px;
        width: 700px;
        margin: 200px auto;
        text-align: center;
    }

    .listbox h4{
        font-size: 20px;
        text-align: center;
        padding: 0px 10px;
    }
    

    .listbox{
        margin: 70px 15px;
        max-width: none;
        padding:10px;
        width: 100%;
    }
    
    
.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
    width: 100%;
    margin: 0 auto;
}

    .zoom {
       margin: 0 auto 15px;
    }
    
 
    
    .zoom img{
        width: 120px;
        margin-bottom: 5px;
    }


    .listbox .img-box{
        position: relative;
        width: 95%;
        height: 200px;
        margin: 20px auto 10px;
    }
    
    .listbox .text-box{
      width: 98%;
      padding: 3px;
      margin: 0 auto 10px;
    }
    
    
    .listbox .text-box h5{
        font-size: 16px;
        font-weight: 400; 
        padding: 5px;
        margin-bottom: 6px;
    }
    
    .listbox .text-box p{
        font-size: 15px;
        line-height: 1.4;
       font-weight: 500;
    }
    
    .box1 p{
        margin-top: 0px;
        font-size: 18px;
        text-align: center;
        display: block;
        padding: 20px 5px 20px;
      
    }
    
    
    
    .illust1 img{
        display: block;
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .btn{
        display: flex;
        text-align: center;
        justify-content: center;
        padding-bottom: 10px;
    }
    
    .btn .box{
        /* box-shadow: 3px 3px 5px #7c7c7c; */
       
        margin: 5px;
        
    }
    
    .btn a{
        width: 160px;
        font-size: 14px;
        line-height: 1.7;
        padding: 10px 0;
    }
}

@media screen and (max-width: 335px){
    .top h1{
        font-size: 23px;
    }

    .top p{
        font-size: 14px;
    }
	.btn{
		width:100%;
	}
    .btn .box{
        /* box-shadow: 3px 3px 5px #7c7c7c; */
        margin: 3px;
        
    }
    
    .btn a{
        width: 130px;
        font-size: 11px;
    
    }
	.sp{display:block;}
}