/* **************************************************************
MV部分
************************************************************** */
.cmn_k.r24 #main-vs{
  height:330px;
  position: relative;
  background: url(../../../cmn/img/bg_main.jpg) no-repeat;
  background-size: cover;
  background-position: 0 25%;
}
@media screen and (max-width: 768px){
  .cmn_k.r24 #main-vs{
    height: 180px;
  }
}
/* **************************************************************
ヘッダーカレント
************************************************************** */
/* @media screen and (max-width: 768px){
  .k-header .k-header_nav li.archive{
    border-bottom:none;
  }
} */
/* **************************************************************
anchor-box
************************************************************** */
.anchor-box{
  background:#3d464e;
  }
  .anchor-box .anchor-list{
  display: flex;
  justify-content: center;
  }
  .anchor-box .anchor-list li{
  padding: 25px 0;
  }
  .anchor-box .anchor-list li a{
  font-size:13px;
  color: #ffffff;
  display: block;
  position: relative;
  padding: 0 20px;
  }
  .anchor-box .anchor-list li a::after{
  display: block;
  content: "";
  width: 1px;
  height: 19px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  right: 0;
  }
  .anchor-box .anchor-list li:last-of-type a::after{
  display: none;
  }
  @media screen and (max-width: 768px){
  .anchor-box{
    padding: 15px 10px;
    }
  .anchor-box .anchor-list{
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .anchor-box .anchor-list li{
    width: calc(100% / 2);
    padding:0;
  }
  .anchor-box .anchor-list li a{
    font-size: 1.2rem;
    padding: 10px 10px 10px 20px; 
  }
  .anchor-box .anchor-list li a::after{
    height: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .anchor-box .anchor-list li:nth-child(even) a::after{
    display: none;
  }
  }
/* **************************************************************
コンテンツ部分
************************************************************** */  
/* ↓　各ロゴサイズ調整　↓　*/
.awards-box.gifts .logo-box .logo{
width:250px;
margin-bottom: 30px;
}
.awards-box.mslabo .logo-box .logo{
width:230px;
}
.awards-box.kailas .logo-box .logo{
width:175px;
margin-bottom: 15px;
}
.awards-box.maris .logo-box .logo{
    width: 80px;
    margin-bottom: 10px;
  }
.awards-box.macnica .logo-box .logo{
    width:240px;
    margin-bottom: 20px;
  }
/*　↑ 各ロゴサイズ調整　↑ */

#prize03 .col2 .awards-box{
  padding: 3% 3% 2%;
}

.r24 .img-box > img{
width: 100%;
}
.r24 #result .img-box{
max-width:800px;
margin: 50px auto;
}
@media screen and (max-width: 768.9px){
.r24 #result{
  padding:30px 0 60px;
} 
.r24 #result .img-box{
  margin: 30px auto 0;
  }
  .col2 .awards-box .logo-box .logo-comp {
    font-size: 1.6rem;
}
/* ↓　各ロゴサイズ調整　↓　*/
.awards-box.gifts .logo-box .logo{
  width:150px;
  margin-bottom:10px;
  }
  .awards-box.mslabo .logo-box .logo{
  width:180px;
  }
  .awards-box.kailas .logo-box .logo{
  width:130px;
  margin-bottom:10px;
  }
  .awards-box.maris .logo-box .logo{
      width: 70px;
    }
  .awards-box.macnica .logo-box .logo{
      width:160px;
      margin-bottom: 10px;
    }
  /*　↑ 各ロゴサイズ調整　↑ */

}