@charset "utf-8";
/* CSS Document */

.conA{
    margin-bottom: 30px;
    background-image: url("../img/main2.jpg");
    background-size: cover;
    position: relative;
    display: flex;
	align-items: center;
	justify-content: center;
	height: 90vh;
	min-height: 300px;
	background-position: center;
	text-align: center;
    background-repeat: no-repeat;
}


.conA h1{
   margin-top: 20px;
    width: 40px;
    height: auto;
}

.conA h1 img{
    width: 100%;
}





.p01 img, .p02 img, .p03 img, .p04 img{
    width: 100%;
    height: auto;
    opacity: 0.5;
}



.p01{
    position: absolute;
    top:80px;
    left: 0px;
    width: 180px;
    height: 180px;
    
}


    
.p02{

    position: absolute;
    bottom:-30px;
    left: 0px;
    width: 170px;
    height: 170px;
     
    
}

.p03{
    
    position: absolute;
    top:140px;
    right: 0px;
    width: 170px;
    height: 170px;
    
} 
   

.p04{
    position: absolute;
    bottom:20px;
    right: 0px;
    width: 170px;
    height: 170px;
     
}

.post .container{
    padding-top:0px;
    padding-bottom: 0px;
}

@media print, screen and (min-width: 768px){
.post .container{
    padding-top:20px;
    padding-bottom: 20px;
}    
}



@media print, screen and (min-width:768px) and ( max-width:1024px) {
  
 .conA h1{
    margin-top: 0px;
     width: 50px;
}  
}

@media print, screen and (min-width: 1025px){
 .conA h1{
    margin-top: 0px;
     width: 60px;
}  
}



@media print, screen and (min-width: 768px){
    
    .conA{
        height: 96vh;
        /*background-position: 0% 100px;*/
    }    

   
    
.p01{
    top:50px;
    left: 20px;
    width: 330px;
    height: 330px;
}
    
    
    
    
.p02{

    bottom:-30px;
    left: 120px;
    width: 300px;
    height: 300px;
    
}

.p03{
    top:40px;
    right: 20px;
    width: 350px;
    height: 350px;
} 
    
    
.p04{
    bottom:20px;
    right: 100px;
    width: 260px;
    height: 260px;
}
    
 .p01 img, .p02 img, .p03 img, .p04 img{
    opacity: 0.9;
}   
}


.post h2{
    text-align: center;
    margin-bottom: 0em;
    line-height: 0.8em;
}

.small{
    font-size: 12px;
    color: #1868B3;
}


.oshirase{
    width: 90%;
    max-width:700px;
    margin: 2em auto 0;
    
}

dt{
    padding:1em 0.5em 0;
}

dt:first-child{
    border-top: 1px solid #333;
}

dd{
    padding: 1em;
    border-bottom: 1px solid #333;
    /*display: inline-block;*/
    
}

.b_news{
        width: 90%;
    max-width:700px;
    margin: 0 auto 30px;
    padding: 1em;
    text-align: center;
    font-size: 20px;
}

.b_news a{
    color: #000;
}


.now{
  position: relative;
  display: inline-block;
  padding: 0 45px;
color: #f00;
    font-weight: bold;
}
.now:before, .now:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #f00;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.now:before {
  left:0;
}
.now:after {
  right: 0;
}



.conB img{
    max-width: 100%;
}


.post.gray{
    background: #ede8e8;
}

.post.gray .container{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 768px){
	
	
	dl{
		display: flex;
		flex-wrap: wrap;
	}
    
  dt{
    padding:0.5em 0.5em 0;
	  width: 10%;
	  border-bottom:  1px solid #333;
}
	
	dd{
		width: 80%;
	}
	
	
dt:first-child+dd{
    border-top: 1px solid #333;
}    
    
    
    .post h2{
        font-size: 30px;
        margin-bottom: 0;
    }    
    
    

    dt{
        font-size: 16px;
        float: left;
        padding: 1em;
    }
    
    dd{
        font-size: 16px;
    }
    
    .now{
        font-size: 22px;
    }
    
.post.gray .container{

    margin-bottom: 50px;
}
    
}



 /*トップ選手イラスト・ロゴアニメーション*/   
    ul.top_img li{
        opacity: 0;
        list-style: none;
    }   
    
    
h1{
  animation-name: SlideIn;
    animation-duration: 2s;
    animation-delay:1s;
    animation-fill-mode: forwards;
    opacity: 0;
    
}


@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}    

.kakomi{
    border: 2px solid #F48D19;
    padding: 2em 1em;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

.kakomi h2{
    font-size: 20px;
    margin-bottom: 1em;
}

.kakomi p{
    font-size: 16px;
}

@media print, screen and (min-width: 768px){
    .kakomi{
    padding: 2em;
        width: 90%;
   
}
}
    
