@charset "utf-8";

/* basic
-------------------------------------------------------------------------------*/
body {
  font: 14px/1.8 "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  box-sizing: border-box;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #333;
}
.op:hover, a > img:hover {
  opacity: 0.6;
}
.clrfx:after{
	content:"";
	display:block;
	clear:both;
	height: 0;
}
.wrapper{
	width: 1000px;
	margin: 0px auto;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.wrapper.result {
  background-image: url('images/bkgd.jpg');
}
.notice {
  border: 2px solid gray;
  border-radius: 50px;
  width: 600px;
  margin: 0 auto;
  font-size: 20px;
  box-sizing: border-box;
}
.notice a {
  color: #3cb0fd;
}
#yodogawa {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#yodogawa.result {
  font-size: 21px;
  font-weight: bold;
  line-height: 46px;
  border-style: none;
  color: white;
}
#yodogawa.result img.subtitle {
  width: 410px;
}
.result-top5 {
  padding: 20px 30px;
  overflow: hidden;
  text-align: center;
}
.result-top5 img {
  vertical-align: top;
  padding-top: 20px;
}
img.result-gold {
  width: 941px;
}
img.result-silver {
  width: 450px;
  float: left;
}
img.result-bronze {
  width: 450px;
  float: right;
}
img.result-4th {
  width: 290px;
  float: left;
  padding-left: 80px;
}
img.result-5th {
  width: 290px;
  float: right;
  padding-right: 80px;
}
#products {
  margin-top: 60px;
}
.arrow-up {
  cursor: pointer;
}
.btn-vote {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #3cb0fd;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  border: solid #3cb0fd 4px;
  text-decoration: none;
  cursor: pointer;
}
.btn-vote:hover {
  background: #cfedff;
}
.btn-vote.selected {
  background: #3cb0fd;
  color: white;
}
.btn-vote:hover.selected {
  background: #3cb0fd;
}
.btn-present-wrap {
  text-align: center;
  padding: 20px 0px;
}
.btn-present {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: #3498db;
  padding: 12px 30px 12px 30px;
  border: solid #3498db 4px;
  text-decoration: none;
  width: 600px;
  margin: 0 auto;
}
.btn-present:hover {
  background: #3cb0fd;
  border-color: #3cb0fd;
  text-decoration: none;
}
.btn-present.before {
  background: white;
  color: black;
}
.btn-present.term-end {
  background: white;
  color: black;
  text-align: left;
}
.year-header {
  display: inline-block;
  -webkit-border-radius: 0 50 50 0;
  -moz-border-radius: 0 50 50 0;
  border-radius: 0px 50px 50px 0px;
  color: #ffffff;
  font-size: 20px;
  background: #FF77BB;
  padding: 10px 50px 10px 40px;
  vertical-align: top;
}
.year-header a {
  color: #ffffff;
}
.year-header i {
  margin-left: 0.5em;
}
.year-description {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2em;
}
.products.result {
  background-color: white;
}
.products .term {
  padding: 20px 0px;
}
.products .term-header {
  margin-bottom: 14px;
}
.products ul {
  display: block;
  padding: 10px;
  margin: 0px;
  letter-spacing: -1em;
}
.products li {
  display: inline-block;;
  list-style: none;
  text-align: center;
  vertical-align: top;
  padding-right: 60px;
  padding-bottom: 60px;
  letter-spacing: normal;
}
.products li:nth-child(4n) {
  padding-right: 0px;
}
.product img {
  width: 200px;
}
.imageH150 {
  min-height: 150px;
}
.imageH170 {
  min-height: 170px;
}
.imageH175 {
  min-height: 175px;
}
.imageH180 {
  min-height: 180px;
}
.imageH190 {
  min-height: 190px;
}
.imageH195 {
  min-height: 195px;
}
.imageH200 {
  min-height: 200px;
}
.imageH205 {
  min-height: 205px;
}
.imageH210 {
  min-height: 210px;
}
.imageH215 {
  min-height: 215px;
}
.imageH220 {
  min-height: 220px;
}

.share {
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
}
.share.result {
  background-color: white;
  border-top: 6px solid #FF77BB;
}
.share ul {
  display: block;
  padding: 10px;
  margin: 0px;
  letter-spacing: -1em;
}
.share li {
  display: inline-block;;
  list-style: none;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 20px;
}
.share li + li {
  margin-left: 52px;
}
.share li img {
  width: 39px;
}
footer.result {
  background-color: white;
}
.homelogo {
  text-align: center;
}
.homelogo img {
  width: 279px;
}
.top {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-active {
  opacity: 0
}

.fade-vote-enter-active, .fade-vote-leave-active {
  transition: opacity .3s
}
.fade-vote-enter, .fade-vote-leave-active {
  opacity: 0
}

/* reflow
-------------------------------------------------------------------------------*/
/* 500px 以下 */
@media only screen and (max-width: 500px) {
  .wrapper {
    width: 100%;
    border-style: none;
  }
  .wrapper.result {
    background-image: url('images/bkgd_sp.jpg');
    background-size: contain;
  }
  br {
    display: none;
  }
  br.br {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .notice {
    border-radius: 20px;
    width: 100%;
    font-size: 12px;
    padding: 10px;
  }
  #yodogawa {
    text-align: left;
    font-size: 14px;
    padding: 0px 20px;
  }
  #yodogawa.result {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: white;
    padding: 0px 8px;
  }
  #yodogawa.result img.subtitle {
    width: 220px;
  }
  .result-top5 {
    padding: 0px;
  }
  img.result-silver, img.result-bronze, img.result-4th, img.result-5th {
    float: none;;
    padding: 20px 0px;
  }
  #bottom {
    font-size: 14px;
    padding: 0px 20px;
  }
  .year-description {
    margin-left: 1em;
    margin-right: 1em;
  }
  .btn-present {
    font-size: 16px;
    line-height: 1.5em;
    width: 94%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }
  .btn-present.term-end {
    font-size: 14px;
  }
  .btn-vote:hover {
    background: #3cb0fd;
  }
  .products ul {
    text-align: center;
  }
  .products li {
    padding-right: 0px;
  }
  .products .term {
      padding: 0px 0px;
  }
  .share {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .share li {
    font-size: 14px;
  }
  .share li + li {
    margin-left: 30px;
  }
  .share li.home, .share li.arrow-up {
    display: block;
    margin-left: 0px;
    padding: 20px 20px 10px 20px;
  }
  .top {
    font-size: 14px;
  }
}
