/*--------------------------------------
コンテスト結果発表CSS
---------------------------------------*/
* {
  box-sizing: border-box;
}
#title_logo img{
  box-sizing: content-box;
}
footer {
  box-sizing: content-box;
}
.footer_backtop_btn{
  box-sizing: content-box;
}

#breadcrumbs {
  margin-bottom: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.user-select-none{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header {
  background-color: #fff;
}
article {
}
article img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrap {
  position: relative;
}
.contents {
  margin: 0 auto;
  max-width: 1480px;
}
.contentsBg {
  background-image: url(../img/contest_result_05/bg_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
.contentsInner {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
}

#main{
  padding-top: 1px;
	margin:  0 auto 106px;
}
#main .contestTitle {
  margin: 30px;
}
#main .btnList {
  font-size: 0;
  margin-top: 10px;
}
#main .btnList li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 10px;
}
#main .btnList li.btn01 a {
  background-image: url(../img/contest_result_05/btn_01.png);
}
#main .btnList li.btn02 a,
#main .btnList li.btn02 span {
  background-image: url(../img/contest_result_05/btn_02.png);
}
#main .btnList li.btn02 {
	position: relative;
}
#main .btnList li.btn02 .pastResult{
	position: absolute;
	width: 280px;
	top: 100%;
	left:  0;
	right: 0;
	margin: auto;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  background-image: url(../img/contest_result_05/bg_past_result.png);
  z-index: 99;
}
#main .btnList li.btn02 .pastResult:before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #f3f3f3 transparent;
	border-style: solid;
}
#main .btnList li.btn02 .pastResult ul{
	margin: 5px 5px;
}
#main .btnList li.btn02 .pastResult li{
	display: block;
	margin: 0;
	border-bottom: solid 1px #c8c8c8;
}
#main .btnList li.btn02 .pastResult li:last-child{
	border-bottom: none;
}
#main .btnList li.btn02 .pastResult li a{
	position: relative;
	background-image: none;
	color: #de350a;
	text-indent: 0;
	display: block;
	width: auto;
	height: auto;
	font-size: 20px;
	padding: 12px 12px;
	font-weight: bold;
  font-family: serif;
  text-decoration: none;
}
#main .btnList li.btn02 .pastResult li a:after{
	content: '';
	position: absolute;
	background-image: url(../img/contest_result_05/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	background-size: 6px;
}


#message {
  position: relative;
  background-color: #272622;
}
#message:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 106px;
  display: block;
  z-index: 1;
}
#message:before {
  background-image: url(../img/contest_result_05/message_bg_01.png);
  background-position: top center;
}
#message:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 76px;
  display: block;
  z-index: 1;
}
#message:after {
  background-image: url(../img/contest_result_05/message_bg_02.png);
  background-position: top center;
}



#rank1st.rankingBlock,
#rank2nd.rankingBlock,
#rank3rd.rankingBlock,
#rank4th.rankingBlock,
#rank5th.rankingBlock {
  background-size: cover;
  background-position: top center;
}

#rank1st.rankingBlock {
  background-image: url(../img/contest_result_05/bg_1.png);
}
#rank2nd.rankingBlock {
  background-image: url(../img/contest_result_05/bg_2.png);
}
#rank3rd.rankingBlock {
  background-image: url(../img/contest_result_05/bg_3.png);
}
#rank4th.rankingBlock {
  background-image: url(../img/contest_result_05/bg_4.png);
}
#rank5th.rankingBlock {
  background-image: url(../img/contest_result_05/bg_5.png);
}
#rank6th.rankingBlock {
  background-image: url(../img/contest_result_05/bg_6.png);
}

#rank1st.rankingBlock,
#rank2nd.rankingBlock,
#rank3rd.rankingBlock,
#rank4th.rankingBlock,
#rank5th.rankingBlock,
#rank6th.rankingBlock {
  position: relative;
  padding:80px 0;
}
#rank1st.rankingBlock:after,
#rank2nd.rankingBlock:after,
#rank3rd.rankingBlock:after,
#rank4th.rankingBlock:after,
#rank5th.rankingBlock:after,
#rank6th.rankingBlock:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  height: 28px;
  display: block;
  z-index: 9;
}
#rank1st.rankingBlock:after,
#rank2nd.rankingBlock:after,
#rank3rd.rankingBlock:after,
#rank4th.rankingBlock:after,
#rank5th.rankingBlock:after,
#rank6th.rankingBlock:after  {
  background-image: url(../img/contest_result_05/bg_edge.png);
}

/*
*/
.snsFooter {
  position: relative;
  padding: 80px 0;
  background-color: #272622;
}
.snsFooter .btnList {
  font-size: 0;
  margin-top: 22px;
}
.snsFooter .btnList li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 10px;
  width: 110px;
}
.snsFooter .btnList li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  text-indent: -9999em;
  overflow: hidden;
  display: inline-block;
  width: 110px;
  height: 110px;
}
.snsFooter .btnList li.facebook a {
  background-image: url(../img/contest_result_05/btn_facebook.png);
}
.snsFooter .btnList li.twitter a {
  background-image: url(../img/contest_result_05/btn_twitter.png);
}

/**/
.topBtn {
  position: absolute;
  bottom: 10%;
  right: 40px;
  display: block;
  background-image: url(../img/contest_result_05/page_top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  text-indent: -9999em;
  overflow: hidden;
  display: inline-block;
  width: 66px;
  height: 89px;
}

.rank-txt{ color:#333; font-size:50px; font-weight:bold; margin-top:27px; text-align:center;}
.rank-txt2{ color:#666666; font-size:34px; font-weight:bold; margin-top:10px; text-align:center; margin-bottom:30px; line-height:120%;}
.mb30{ margin-bottom:30px;}

@media screen and (min-width: 768px) {
  /* https://lists.w3.org/Archives/Public/www-style/2012Jun/0635.html */
  .sb-slide, #sb-site, .sb-site-container, .sb-slidebar{
    transform: none;
  }
}


@media screen and (min-width: 768px) {
  #main .btnList li a:hover {
    opacity: 0.7;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .snsFooter .btnList li a:hover {
    opacity: 0.7;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 768px), print {
  #sb-site {
    background: none;
  }
  footer {
    background: #fff;
  }
  .contentsBg {
    background: none;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../img/contest_result_05_sp/bg_01.png);
    background-position: 0 0;
    background-repeat:repeat-y;
    background-size: 100% auto;
    -webkit-background-size: 100% auto; /*Android4*/
  }

  .contentsInner {
    width: 89.33333333333333%;
    margin: 0px auto;
    text-align: center;
  }
  #main {
	  margin: 0 0 10px;
    margin-bottom: 14%;
  }




  #main .contestTitle {
    margin: 20px 0 0;
  }
  #main .contestTitle img{ vertical-align:bottom;}
  #main .btnList {
    font-size: 0;
	margin:0;
  }

  #main .btnList li {
    display: inline-block;
    font-size: 1rem;
    margin: 5px 10px;
  }
  #main .btnList li.btn01 a {
    background-image: url(../img/contest_result_05/btn_01.png);
  }
  #main .btnList li.btn02 a,
  #main .btnList li.btn02 span {
    background-image: url(../img/contest_result_05/btn_02.png);
  }
  #main .btnList li.btn02 {
    position: relative;
  }
  #main .btnList li.btn02 .pastResult{
    position: absolute;
    width: 280px;
    top: 100%;
    left:  0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
    background-color: #f5f5f5;
    background-image: url(../img/contest_result_05/bg_past_result.png);
    z-index: 99;
  }
  #main .btnList li.btn02 .pastResult:before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
  }
  #main .btnList li.btn02 .pastResult ul{
    margin: 5px 5px;
  }
  #main .btnList li.btn02 .pastResult li{
    display: block;
    margin: 0;
    border-bottom: solid 1px #c8c8c8;
  }
  #main .btnList li.btn02 .pastResult li:last-child{
    border-bottom: none;
  }
  #main .btnList li.btn02 .pastResult li a{
    position: relative;
    background-image: none;
    color: #de350a;
    text-indent: 0;
    display: block;
    width: auto;
    height: auto;
    font-size: 20px;
    padding: 12px 12px;
    font-weight: bold;
    font-family: serif;
    text-decoration: none;
  }
  #main .btnList li.btn02 .pastResult li a:after{
    content: '';
    position: absolute;
    background-image: url(../img/contest_result_05/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background-size: 6px;
  }


  #message {
    position: relative;
    background-color: #272622;
  }
  #message:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 14%;
    display: block;
    z-index: 1;
  }
  #message:before {
    background-image: url(../img/contest_result_05_sp/message_bg_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  #message:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5.7333%;
    display: block;
    z-index: 1;
  }
  #message:after {
    background-image: url(../img/contest_result_05_sp/message_bg_02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }



  #rank1st.rankingBlock,
  #rank2nd.rankingBlock,
  #rank3rd.rankingBlock,
  #rank4th.rankingBlock,
  #rank5th.rankingBlock {
    background-size: cover;
  }

  #rank1st.rankingBlock {
    background-image: url(../img/contest_result_05_sp/bg_1.png);
  }
  #rank2nd.rankingBlock {
    background-image: url(../img/contest_result_05_sp/bg_2.png);
  }
  #rank3rd.rankingBlock {
    background-image: url(../img/contest_result_05_sp/bg_3.png);
  }
  #rank4th.rankingBlock {
    background-image: url(../img/contest_result_05_sp/bg_4.png);
  }
  #rank5th.rankingBlock {
    background-image: url(../img/contest_result_05_sp/bg_5.png);
  }
  #rank6th.rankingBlock {
    background-image: url(../img/contest_result_05_sp/bg_6.png);
  }

  #rank1st.rankingBlock,
  #rank2nd.rankingBlock,
  #rank3rd.rankingBlock,
  #rank4th.rankingBlock,
  #rank5th.rankingBlock,
  #rank6th.rankingBlock {
    position: relative;
	padding: 45px 0;
  }
  #rank1st.rankingBlock:after,
  #rank2nd.rankingBlock:after,
  #rank3rd.rankingBlock:after,
  #rank4th.rankingBlock:after,
  #rank5th.rankingBlock:after,
  #rank6th.rankingBlock:after {
    content: "";
    position: absolute;
    bottom: -14px;
    bottom: -1.8666%;
    left: 0;
    right: 0;
    /* height: 28px; */
    height: 3.7333%;
    display: block;
    z-index: 9;
  }
  #rank1st.rankingBlock:after,
  #rank2nd.rankingBlock:after,
  #rank3rd.rankingBlock:after,
  #rank4th.rankingBlock:after,
  #rank5th.rankingBlock:after,
  #rank6th.rankingBlock:after  {
    background-image: url(../img/contest_result_05_sp/bg_edge.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  /*
  */
  .snsFooter {
    position: relative;
    padding: 40px 0;
    background-color: #272622;
  }
  .snsTitle {
    width: 50%;
    margin: auto;
  }
  .snsFooter .btnList {
    width: 40%;
    font-size: 0;
    margin: auto;
    margin-top: 10px;
  }
  .snsFooter .btnList li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 0;
    width: 50%;
  }
  .snsFooter .btnList li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    padding-top: 100%;
    height: 0;
    width: 100%;
    height: 0;

    background-size: cover;
  }
  .snsFooter .btnList li.facebook a {
    background-image: url(../img/contest_result_05/btn_facebook.png);
  }
  .snsFooter .btnList li.twitter a {
    background-image: url(../img/contest_result_05/btn_twitter.png);
  }

  /**/
  .topBtn {
    position: absolute;
    bottom: 0;
    right: 15px;
    display: block;
    background-image: url(../img/contest_result_05/page_top.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    width: 46px;
    height: 63px;
  }


.rank-txt{ color:#333; font-size:25px; font-weight:bold; margin-top:27px; text-align:center;}
.rank-txt2{ color:#666666; font-size:17px; font-weight:bold; margin-top:10px; text-align:center; margin-bottom:30px; line-height:120%;}
.mb30{ margin-bottom:30px;}











































  /* #main .contestTitle {
    background-image: url(../img/contest_result_03_sp/img_main.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    width: auto;
	height: 0;
	margin: calc(20 / 750 * 100%) 0 0;
    padding-top: calc(535 / 711 * 100%);
  }
  #main .btnList {
    font-size: 0;
    margin-top: 10px;
  }
  #main .btnList li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 10px;
    margin: 0;
    width: 50%;
  }
  #main .btnList li a,
  #main .btnList li span {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 35.45816733067729%;
  }
  #main .btnList li.btn01 a {
    background-image: url(../img/contest_result_03_sp/btn_01.png);
  }
  #main .btnList li.btn02 a,
  #main .btnList li.btn02 span {
    background-image: url(../img/contest_result_03_sp/btn_02.png);
  }
  #main .btnList li.btn02 .pastResult {
    position: absolute;
    width: 80%;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.15);
}
#main .btnList li.btn02 .pastResult:before {
    border-width: 0 6px 6px 6px;
}
#main .btnList li.btn02 .pastResult li  {
	width: auto;
}
#main .btnList li.btn02 .pastResult li a {
    font-size: 12px;
}
#main .btnList li.btn02 .pastResult li a:after {
    right: 0px;
}

  #main .addSupport {
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px 5px #464646;
  }
  #message {
    padding: calc(90 / 750 * 100%) 0;
    background-image: url(../img/contest_result_03_sp/bg_message.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #message .messageText {
    background-image: url(../img/contest_result_03_sp/bg_message_text.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    width: auto;
    height: 0;
    padding-top: calc(330 / 710 * 100%);
  }
  #rank1st.rankingBlock,
  #rank2nd.rankingBlock,
  #rank3rd.rankingBlock,
  #rank4th.rankingBlock,
  #rank5th.rankingBlock {
    background-size: cover;
  }

  #rank1st.rankingBlock {
    background-image: url(../img/contest_result_03_sp/bg_1st.png);
  }
  #rank2nd.rankingBlock {
    background-image: url(../img/contest_result_03_sp/bg_2st.png);
  }
  #rank3rd.rankingBlock {
    background-image: url(../img/contest_result_03_sp/bg_3st.png);
  }
  #rank4th.rankingBlock {
    background-image: url(../img/contest_result_03_sp/bg_4st.png);
  }
  #rank5th.rankingBlock {
    background-image: url(../img/contest_result_03_sp/bg_5st.png);
  }

  #rank1st.rankingBlock,
  #rank2nd.rankingBlock,
  #rank3rd.rankingBlock,
  #rank4th.rankingBlock,
  #rank5th.rankingBlock {
    padding: calc(80 / 750 * 100%) 0 calc(80 / 750 * 100%);
  }
  #rank1st.rankingBlock,
  #rank2nd.rankingBlock,
  #rank3rd.rankingBlock,
  #rank4th.rankingBlock,
  #rank5th.rankingBlock {
    position: relative;
  }
  #rank1st.rankingBlock:before,
  #rank2nd.rankingBlock:before,
  #rank3rd.rankingBlock:before,
  #rank4th.rankingBlock:before,
  #rank5th.rankingBlock:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-top: calc(32 / 750 * 100%);
    display: block;
    background-size: auto 100%;
  }
  #rank1st.rankingBlock:before {
    background-image: url(../img/contest_result_03_sp/bg_1st_edge.png);
  }
  #rank2nd.rankingBlock:before {
    background-image: url(../img/contest_result_03_sp/bg_2st_edge.png);
  }
  #rank3rd.rankingBlock:before {
    background-image: url(../img/contest_result_03_sp/bg_3st_edge.png);
  }
  #rank4th.rankingBlock:before {
    background-image: url(../img/contest_result_03_sp/bg_4st_edge.png);
  }
  #rank5th.rankingBlock:before {
    background-image: url(../img/contest_result_03_sp/bg_5st_edge.png);
  }

  .rankingBlock .rankingTitle {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    width: auto;
    height: 0;
    position: relative;
    margin: 0 0 calc(40 / 669 * 100%);
    padding-top: calc(179 / 669 * 100%);
  }
  #rank1st.rankingBlock .rankingTitle {
    background-image: url(../img/contest_result_03_sp/bg_rank1st.png);
  }
  #rank2nd.rankingBlock .rankingTitle {
    background-image: url(../img/contest_result_03_sp/bg_rank2st.png);
  }
  #rank3rd.rankingBlock .rankingTitle {
    background-image: url(../img/contest_result_03_sp/bg_rank3st.png);
  }
  #rank4th.rankingBlock .rankingTitle {
    background-image: url(../img/contest_result_03_sp/bg_rank4st.png);
  }
  #rank5th.rankingBlock .rankingTitle {
    background-image: url(../img/contest_result_03_sp/bg_rank5st.png);
  }

  .rankingBlock .caption {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999em;
    overflow: hidden;
    margin: calc(40 / 669 * 100%) auto;
  }
  #rank1st.rankingBlock .caption,
  #rank2nd.rankingBlock .caption,
  #rank3rd.rankingBlock .caption,
  #rank4th.rankingBlock .caption,
  #rank5th.rankingBlock .caption {
    width: auto;
    height: 0;
  }
  #rank1st.rankingBlock .caption {
    background-image: url(../img/contest_result_03_sp/bg_cap_1st.png);
    padding-top: calc(308 / 669 * 100%);
  }
  #rank2nd.rankingBlock .caption {
    background-image: url(../img/contest_result_03_sp/bg_cap_2st.png);
    padding-top: calc(322 / 669 * 100%);
  }
  #rank3rd.rankingBlock .caption {
    background-image: url(../img/contest_result_03_sp/bg_cap_3st.png);
    padding-top: calc(276 / 669 * 100%);
  }
  #rank4th.rankingBlock .caption {
    background-image: url(../img/contest_result_03_sp/bg_cap_4st.png);
    padding-top: calc(224 / 669 * 100%);
  }
  #rank5th.rankingBlock .caption {
    background-image: url(../img/contest_result_03_sp/bg_cap_5st.png);
    padding-top: calc(391 / 669 * 100%);
  }

  .snsTitle {
    width: 50%;
    margin: 0 auto calc(20/750*100%);
  }
  .snsFooter .btnList {
	width: 40%;
	max-width: 220px;
	margin: auto;
  }
  .snsFooter .btnList li {
	width: 50%;
	margin: 0;
  }
  .snsFooter .btnList li a {
    width: 60px;
	height: 60px;
	padding-top: 100%;
	height: 0;
	width: 100%;
    background-size: cover;
  }


  /**/
  .topBtn {
    bottom: 6%;
  } */
}

/*
*/
/* .footer_backtop_btn {
  margin-top: 30px;
} */
