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

html{
  margin: 0;
    padding: 0;
    border: 0;
     font-size: 62.5%;
    vertical-align: baseline;
    line-height: 1;
}
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-size: 16px;
  line-height: 1.6rem;
  line-height: 1.8em;
  font-weight: normal;
  color: #333;
  position: relative;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  	top:0;
  	left: 0;
  width:100%;
  height: 100%;
  height:100vh;
  z-index: -1;
background:#fddb17 url(../images/bg_aw02.jpg) top center no-repeat;
  background-size:cover;
}

ul,li{
  margin: 0;
  padding: 0;
}

  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  .container-fluid:after {
    clear: both; }

  #canvas {
  	top:0;
  	left: 0;
    position:fixed;
    width:100%;
    height:100%;
    overflow: hidden;
  z-index: 1000;
  }

#wrap {/*for table*/
	height:100%;/*for old Safari*/
	height:100vh;
	width:100%;
	display:table;}

#wrap:not(:target) {height:100%\9} /* IE9,10 */
#wrap {/*for table*/
	height:100%;/*for old Safari*/
	height:100vh;
	width:100%;
	display:table;}

a{
  cursor: pointer;
  color: #555;
}

.rank-top3{
display: block;
  text-align: center;
  width: 100%;
  margin: 0px auto 40px auto;
  padding-bottom: 100px;
  max-width: 1200px ;
 letter-spacing: -.4em;
}

.rank-top3 li{
display: inline-block;
letter-spacing: normal;
}

.rank-top3 li:nth-child(1){
width: 30%;
}
.rank-top3 li:nth-child(2){
width: 40%;
}
.rank-top3 li:nth-child(3){
width: 30%;
}


.rank-top3_smp{
display: none;
}

.ttl00{
padding-top: 30px;
width: 300px;
}
.ttl01{
width: 300px;
}
.ttl02{
width: 400px;
}

.award_list{
  margin: 0;
  padding: 0;
display: block;
  list-style: none;
width: 100%;
letter-spacing: -.4em;
}

.top6{
  margin: 0 100px ;
}

.top6 .box{
display: inline-block;
letter-spacing: normal;
  list-style: none;
   width: calc(100% / 3 - 30px);
    margin: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 10px;
vertical-align: top;
}

.top10 .box{
letter-spacing: normal;
  display: inline-block;
  list-style: none;
   width: calc(100% / 4 - 30px);
    margin: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 10px;
vertical-align: top;
}
.top20 .box{
letter-spacing: normal;
  display: inline-block;
  list-style: none;
   width: calc(100% / 5 - 30px);
    margin: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 10px;
vertical-align: top;
}

.smpview{
display: none !important;
}
.smpnon{
display:inline-block !important;
}

.box{
  position: relative;
z-index: 1;
}

.box img{
  width: 100%;
  text-align: center;
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
border: 5px solid #fff;
margin-bottom: 5px;
position: relative;
z-index: 1;
}

.box h3{
  position: absolute;
padding-top:6px;
  top:-10px;
  left: -10px;
  background: url(../images/numbers2.png) top center no-repeat;
background-size:40px 43px;
z-index: 50;
font-size: 20px;
height: 43px;
width: 40px;
color: #fff;
}

.top_message{
  margin: 10px ;
  padding: 50px 0px ;
  font-weight: 600;
  font-size: 22px ;
  font-size: 2.2rem ;
  text-align: center;;
}


.small{
  font-size: 80%;
  text-align: right;
}

.w100{
  width: 100px !important;
  margin-right: 10px;
}


strong{
	font-size: 20px ;
	font-size: 2rem;
	color: rgba(227,19,99,1.00);
}
.copyright{
	font-size: 13px;
}

h1{
  margin: 40px auto;
  text-align: center;
	font-size: 30px ;
	font-weight: 600;
	color: #604D41;
}

h2{
  font-size: 24px ;
  font-size: 2.4rem ;
  font-weight: 700;
  text-align: center;
  margin: 6rem 0;
  color: #604D41;
}

h2 p{
	font-size: 18px ;
	font-size: 1.8rem;
}

h3{
  font-size: 22px ;
  font-size: 2.2rem ;
  font-weight: 600;
  text-align: center;
padding: 0;
margin: 0;
}
h4{
  font-size: 16px ;
  font-size: 1.6rem ;
  font-weight: 600;
	color: #604D41;
	padding: 10px 0;
margin: 0;
text-align: center;
}

.error_page{
	margin: 0;
	padding: 100px 20px 30px 20px;
}

.headerimg{
  width: 100%;
  background: #FFF125;
  padding: 0px;
}

.headerimg img{
  width: 100%;
  padding: 0px;
  margin: 0;
}
.summary{
  margin-top: 60px;
  background: #f5f5f5;
  padding: 30px  0;
  padding: 3rem 0;
}
.summary dt{
  background: #fff;
  padding: 5px 10px ;
  font-weight: 600;
  color: #604D41;
  border-top: 1px solid;
}
.summary dd{
  padding: 15px 0 30px 0;
}

.summary dd ul{
  margin:10px 0px 10px 30px;
  list-style: outside;
}
.summary dd li{
  list-style: outside;
  margin: 0;
  padding-bottom: 8px;
}


.w100{
  width: 100px !important;
  margin-right: 10px;
}


/******************/
footer{
  background: #fff;
  position: relative;
  padding: 30px 20px;
  margin: 0;
  bottom: 0;
  color:#555;
  text-align: center;
}

footer img{
  padding: 10px 0;
}

footer ul{
  margin: 1em 0;
  padding: 0;
  letter-spacing: -.4em;
  line-height: 1;
}
footer li{
  letter-spacing: normal;
  display: inline-block;
  padding: 0 15px ;
  border-right: 1px solid #555;
  line-height: 1;
  font-size: 14px;
}

footer li:first-child{
  border-left: 1px solid #555;
}

footer li a{
  color: #555;
  display: block;
}

footer li a:hover{
  color: #000 !important;
  display: block;
}

.table-hover tr:hover > td {
  background-color: #eee;
  border-left-color: #ddd;
  color: #000; }
.table-hover th{
  background: #f7f06e;
}

@media screen and ( max-width:1199px) {
  .ttl00{
  padding-top: 30px;
  width: 260px;
  }
  .ttl01{
  width: 200px;
  }
  .ttl02{
  width: 220px;
  }
}

@media screen and (min-width:970px) and ( max-width:1199px) {
  .top20 .box{
  letter-spacing: normal;
    display: inline-block;
    list-style: none;
     width: calc(100% / 5 - 10px);
      margin: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    padding: 10px;
vertical-align: top;
}

  .rank-top3{
    text-align: center;
    width: 100%;
    margin: 0px auto 40px auto;
    padding-bottom: 100px;
    max-width: 950px ;
   letter-spacing: -.4em;
  }

}

@media screen and (min-width:641px) and ( max-width:969px) {
  .top6 .box{
  display: inline-block;
  letter-spacing: normal;
    list-style: none;
     width: calc(100% / 3 - 10px);
      margin: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    padding: 10px;
  }

  .top10 .box{
  letter-spacing: normal;
    display: inline-block;
    list-style: none;
     width: calc(100% / 4 - 10px);
      margin: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    padding: 10px;
  }
  .top20 .box{
  letter-spacing: normal;
    display: inline-block;
    list-style: none;
     width: calc(100% / 4 - 10px);
      margin: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    padding: 10px;
vertical-align: top;
  }

}
@media screen and (max-width: 640px) {

.rank-top3 li:nth-child(1){
width: 27%;
}
.rank-top3 li:nth-child(2){
width: 46%;
}
.rank-top3 li:nth-child(3){
width: 27%;
}

  .top_message{
    margin: 10px ;
    padding: 50px 0px ;
    font-weight: 600;
    font-size: 18px ;
    font-size: 1.8rem ;
    text-align:left;
  }
  .top_message br{
display: none;
}

/*  .rank-top3{
display: none;
}
  .rank-top3_smp{
display: block;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 100px;
  }

  .rank-top3_smp div{
padding-bottom: 50px;
}
*/
  h4{
    font-size: 14px ;
    font-size: 1.4rem ;
	padding: 0 ;
margin: 0;
  }
  .smpview{
  display: inline-block !important;
  }
  .smpnon{
  display:none !important;
  }

  .top6{
    margin: 0;
  }

.top6 .box{
display: block;
   width: 100%;
}

.top10 .box{
  display: block;
     width: 100%;
}
.top20 .box{
letter-spacing: normal;
  display: inline-block;
  list-style: none;
   width: 100%;
    margin: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 10px;
vertical-align: top;
}

.top_smp10 .box{
letter-spacing: normal;
  display: inline-block;
  list-style: none;
   width: calc(100% / 2 - 20px);
    margin: 0 10px 60px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 5px;
}
.top_smp .box{
letter-spacing: normal;
  display: inline-block;
  list-style: none;
   width: calc(100% / 3 - 20px);
    margin: 0 10px 60px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 0px;
}

.box img{
border: 3px solid #fff;
}

}
