.fruit {
  display: none !important;
}

.btn-all {
  display: none !important;
}

.thumbnail-slider {
  display: none !important;
}

.l-mv {
  position: relative;
  overflow: hidden;
}
.l-mv .page-ttl {
  width: 77.1%;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 821px) {
  .l-mv .page-ttl {
    width: 91.4%;
    top: 55%;
  }
}

.p-check {
  margin-top: 0;
}
.p-check__ttl {
  display: none !important;
}
.p-check .top-inner03 {
  padding-top: 50px;
  background-color: #fff;
}
@media screen and (max-width: 821px) {
  .p-check .top-inner03 {
    padding-top: 35px;
  }
}
.p-check .list-category {
  margin: 0 auto;
  max-width: 680px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.single .background {
  display: none !important;
}

.article {
  padding: 160px 0;
  background-color: #fff;
  background-color: #fffcf3;
}
@media screen and (max-width: 821px) {
  .article {
    padding: 77px 0 65px 0;
  }
}
.article .container {
  max-width: 1330px;
}
.article .area-ttl {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  padding: 4px 24px;
}
@media screen and (max-width: 821px) {
  .article .area-ttl {
    font-size: 12px;
    padding: 4px 15px;
  }
}
.article .product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 930px;
  margin: 45px auto 0;
}
@media screen and (max-width: 821px) {
  .article .product-wrap {
    display: block;
    margin-top: 20px;
  }
}
.article .product-wrap .product {
  width: 47.3%;
  text-align: center;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .product {
    width: 100%;
  }
}
.article .product-wrap .product .thumbnail {
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .product .thumbnail {
    max-width: 200px;
  }
}
.article .product-wrap .product .product-ttl {
  margin-top: 20px;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .product .product-ttl {
    margin-top: 15px;
  }
}
.article .product-wrap .product .product-ttl span {
  display: block;
  letter-spacing: 0.12em;
}
.article .product-wrap .product .product-ttl .prefecture {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .product .product-ttl .prefecture {
    font-size: 19px;
    line-height: 1.38461538;
  }
}
.article .product-wrap .product .product-ttl .subttl {
  font-size: 18px;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .product .product-ttl .subttl {
    font-size: 16px;
  }
}
.article .product-wrap .product .product-ttl .ttl {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .product .product-ttl .ttl {
    font-size: 26px;
    line-height: 1.38461538;
  }
}
.article .product-wrap .product .txt {
  letter-spacing: 0.08em;
  line-height: 1.8125;
  margin-top: 20px;
}
.article .product-wrap .detail {
  width: 42%;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .detail {
    margin-top: 22px;
    width: 100%;
  }
}
.article .product-wrap .detail .box {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ede7ca;
}
.article .product-wrap .detail .box dt {
  color: #e10022;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.12em;
}
.article .product-wrap .detail .box dd {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  margin-top: 8px;
}
.article .product-wrap .detail .box dd:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ede7ca;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .detail .box dd:not(:last-of-type) {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.article .product-wrap .detail .box dd strong {
  color: #e10022;
  font-size: 15px;
}
.article .product-wrap .detail .btn-purchase {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 208px;
  height: 45px;
  letter-spacing: 0.12em;
  font-weight: 500;
  background-color: #37b549;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 821px) {
  .article .product-wrap .detail .btn-purchase {
    font-size: 14px;
    width: 184px;
    height: 40px;
    margin: 22px auto 0;
  }
}
.article .product-wrap .detail .btn-purchase::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  width: 9px;
  height: 11px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.article .vote-wrap {
  background: transparent;
  margin-top: 90px;
}
@media screen and (max-width: 821px) {
  .article .vote-wrap {
    margin-top: 66px;
  }
}
.article .p-geinin .box {
  max-width: 810px;
  margin: 90px auto 0;
  border: 2px solid #00b7e7;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .box {
    margin-top: 60px;
  }
}
.article .p-geinin .box .ttl-geinin {
  padding-bottom: 18px;
  background-color: #00b7e7;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .box .ttl-geinin {
    padding: 16px 0;
  }
}
.article .p-geinin .box .ttl-geinin img {
  display: block;
  max-width: 577px;
  margin: 0 auto;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
@media screen and (max-width: 821px) {
  .article .p-geinin .box .ttl-geinin img {
    -webkit-transform: translateY(0) scale(1.5);
            transform: translateY(0) scale(1.5);
    max-width: 205px;
  }
}
.article .p-geinin .inner-wrap {
  padding: 35px 90px 50px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap {
    padding: 26px 20px 40px;
    display: block;
  }
}
.article .p-geinin .inner-wrap .img-wrap {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .img-wrap {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}
.article .p-geinin .inner-wrap .img-wrap .img {
  width: 228px;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .img-wrap .img {
    width: 183px;
  }
}
.article .p-geinin .inner-wrap .img-wrap .prefecture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00b7e7;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  width: 137px;
  height: 137px;
  position: absolute;
  border-radius: 50%;
  right: 40px;
  bottom: 22px;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .img-wrap .prefecture {
    width: 110px;
    font-size: 16px;
    height: 110px;
    right: 0;
    bottom: 0;
  }
}
.article .p-geinin .inner-wrap .txt-wrap {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .txt-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.article .p-geinin .inner-wrap .txt-wrap .ttl span {
  display: block;
}
.article .p-geinin .inner-wrap .txt-wrap .ttl .p01 {
  font-weight: 500;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .txt-wrap .ttl .p01 {
    font-size: 14px;
  }
}
.article .p-geinin .inner-wrap .txt-wrap .ttl .p02 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .txt-wrap .ttl .p02 {
    font-size: 18px;
  }
}
.article .p-geinin .inner-wrap .txt-wrap .ttl .p03 {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #00b7e7;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .txt-wrap .ttl .p03 {
    font-size: 16px;
  }
}
.article .p-geinin .inner-wrap .txt-wrap .name {
  margin-top: 12px;
  background-color: #ffed00;
  color: #00b7e7;
  padding: 20px 15px;
  border-radius: 8px;
}
@media screen and (max-width: 821px) {
  .article .p-geinin .inner-wrap .txt-wrap .name {
    padding: 15px 10px;
  }
}
.article .p-geinin .inner-wrap .txt-wrap .name .main {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  display: block;
}
.article .p-geinin .inner-wrap .txt-wrap .name .combi {
  display: block;
  letter-spacing: 0.08em;
}
.article .p-geinin .inner-wrap .txt-wrap .link-x {
  display: block;
  width: 35px;
  margin: 20px auto 0;
}

.p-others {
  padding: 130px 0 160px 0;
}
@media screen and (max-width: 821px) {
  .p-others {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.p-others__ttl {
  text-align: center;
}
@media screen and (max-width: 821px) {
  .p-others__ttl {
    margin-top: -15px;
  }
}
.p-others__ttl span {
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: bold;
  padding: 18px 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 821px) {
  .p-others__ttl span {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 17px;
  }
}
.p-others__ttl span::after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  background: url(http://nippon-yell.jp/wp/wp-content/themes/nippon-yell/assets/img/page/fukudashi.png) no-repeat center/contain;
}
.p-others .list-item {
  margin-top: 70px;
}

body {
  position: relative;
}

.confetti {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 188px;
  z-index: 999;
  top: 0;
}
@media screen and (max-width: 821px) {
  .confetti {
    top: 510px;
    z-index: 99;
    width: 100%;
  }
}

.confetti01 {
  width: 215px;
  left: 0;
}
@media screen and (max-width: 1149px) {
  .confetti01 {
    width: 150px;
  }
}
@media screen and (max-width: 821px) {
  .confetti01 {
    width: 60px;
  }
}

.confetti02 {
  width: 189px;
  right: 0;
}
@media screen and (max-width: 1149px) {
  .confetti02 {
    width: 130px;
  }
}
@media screen and (max-width: 821px) {
  .confetti02 {
    width: 68px;
  }
}

#page-result {
  position: relative;
}
#page-result .l-mv .site-ttl {
  width: 59.1%;
  position: absolute;
  top: 57%;
}
@media screen and (max-width: 821px) {
  #page-result .l-mv .site-ttl {
    top: 60%;
    width: 89.6%;
  }
}
#page-result .vote-wrap {
  text-align: center;
}
@media screen and (max-width: 821px) {
  #page-result .vote-wrap {
    padding: 15px 0;
  }
}
#page-result .vote-wrap .txt-result {
  font-size: 38px;
  letter-spacing: 0.24em;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  #page-result .vote-wrap .txt-result {
    font-size: 24px;
  }
}
@media screen and (max-width: 821px) {
  #page-result .vote-wrap .txt-result {
    font-size: 17px;
    letter-spacing: 0.12em;
  }
}
#page-result .vote-wrap .txt-result .geinin {
  top: 2 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 821px) {
  #page-result .vote-wrap .txt-result .geinin {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 90%;
  }
}
#page-result .vote-wrap .txt-result .geinin01 {
  width: 84px;
  left: -120px;
}
@media screen and (max-width: 821px) {
  #page-result .vote-wrap .txt-result .geinin01 {
    width: 46px;
    left: -30px;
  }
}
#page-result .vote-wrap .txt-result .geinin02 {
  width: 100px;
  right: -120px;
}
@media screen and (max-width: 821px) {
  #page-result .vote-wrap .txt-result .geinin02 {
    width: 53px;
    right: -30px;
  }
}
#page-result .content-wrap .inner.top-inner01 {
  border-radius: 0;
  background-color: #fffcf3;
}
@media screen and (max-width: 821px) {
  #page-result .p-result {
    padding-top: 30px;
    padding-bottom: 83px;
  }
}
#page-result .p-result__ttl {
  max-width: 533px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  #page-result .p-result__ttl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: 236px;
  }
}
#page-result .p-result .txt-allvotes {
  text-align: center;
}
#page-result .p-result .txt-allvotes .ttl {
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .txt-allvotes .ttl {
    font-size: 28px;
  }
}
#page-result .p-result .txt-allvotes .num {
  font-family: "Poppins", sans-serif;
  font-size: 144px;
  font-weight: bold;
  color: #c90022;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .txt-allvotes .num {
    font-size: 77px;
  }
}
#page-result .p-result .txt-allvotes .num span {
  display: inline-block;
  margin-left: 10px;
  font-size: 58px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .txt-allvotes .num span {
    font-size: 30px;
  }
}
#page-result .p-result .txt02 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .txt02 {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
  }
}
#page-result .p-result .box {
  background-color: #e10022;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
#page-result .p-result .box .geinin {
  position: absolute;
  z-index: 9;
}
#page-result .p-result .box.box01 {
  margin-top: 100px;
  background: -webkit-linear-gradient(315deg, #f8dd7b, #b37e10, #fdf1a4, #f8dd7b, #b37e10, #f8dd7b);
  background: linear-gradient(135deg, #f8dd7b, #b37e10, #fdf1a4, #f8dd7b, #b37e10, #f8dd7b);
  padding: 2px;
  border-radius: 12px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box.box01 {
    margin-top: 80px;
  }
}
#page-result .p-result .box.box01 .geinin01 {
  width: 96px;
  right: -20px;
  top: -60px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box.box01 .geinin01 {
    width: 60px;
    right: 5px;
    top: -80px;
  }
}
#page-result .p-result .box:not(.box01) {
  margin-top: 50px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) {
    margin-top: 70px;
  }
}
#page-result .p-result .box:not(.box01) .inner {
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .inner {
    padding: 70px 66px 50px 66px;
  }
}
#page-result .p-result .box:not(.box01) .img-wrap {
  width: 45%;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .img-wrap {
    width: 100%;
  }
}
#page-result .p-result .box:not(.box01) .label {
  height: 70px;
  width: 300px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .label {
    height: 60px;
    width: 230px;
    top: 15px;
    left: -71px;
  }
}
#page-result .p-result .box:not(.box01) .label .p01 {
  font-size: 19px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .label .p01 {
    font-size: 17px;
  }
}
#page-result .p-result .box:not(.box01) .label .p02 {
  font-size: 17px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .label .p02 {
    font-size: 15px;
  }
}
#page-result .p-result .box:not(.box01) .ttl .prefecture {
  font-size: 21px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .ttl .prefecture {
    font-size: 20px;
  }
}
#page-result .p-result .box:not(.box01) .ttl .name {
  font-size: 30px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .ttl .name {
    font-size: 23px;
  }
}
#page-result .p-result .box:not(.box01) .geinin {
  width: 105px;
  right: 20px;
  top: -30px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box:not(.box01) .geinin {
    width: 75px;
    right: 5px;
    top: -50px;
  }
}
#page-result .p-result .box.box02 .label {
  background-color: #999999;
}
#page-result .p-result .box.box03 .label {
  background-color: #c69c6d;
}
#page-result .p-result .box .inner {
  background-color: #e10022;
  padding: 66px 100px 88px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 84px 66px 50px 66px;
  }
}
#page-result .p-result .box .label {
  position: absolute;
  width: 330px;
  height: 90px;
  top: 30px;
  left: -80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
  background-color: #d09b00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .label {
    height: 60px;
    width: 230px;
    top: 15px;
    left: -71px;
  }
}
#page-result .p-result .box .label .p01 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .label .p01 {
    font-size: 17px;
  }
}
#page-result .p-result .box .label .p02 {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  display: block;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .label .p02 {
    font-size: 15px;
  }
}
#page-result .p-result .box .txt-wrap {
  width: 48%;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .txt-wrap {
    width: 100%;
  }
}
#page-result .p-result .box .img-wrap {
  width: 49%;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .img-wrap {
    width: 100%;
  }
}
#page-result .p-result .box .img-wrap a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-result .p-result .box .img-wrap a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#page-result .p-result .box .icon {
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .icon {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
#page-result .p-result .box .icon.icon01 {
  max-width: 249px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .icon.icon01 {
    max-width: 166px;
  }
}
#page-result .p-result .box .icon:not(.icon01) {
  max-width: 146px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .icon:not(.icon01) {
    max-width: 100px;
  }
}
#page-result .p-result .box .ttl {
  text-align: center;
  color: #fff;
  margin-top: 16px;
}
#page-result .p-result .box .ttl .prefecture {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .ttl .prefecture {
    font-size: 20px;
  }
}
#page-result .p-result .box .ttl .name {
  font-size: 32px;
  line-height: 1.125;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .ttl .name {
    font-size: 23px;
    line-height: 1.30434783;
    margin-top: 0;
  }
}
#page-result .p-result .box .btn {
  margin-top: 20px;
  display: block;
  background-color: #000;
  color: #fff;
  max-width: 173px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 25px;
  margin: 30px auto 0;
}
@media screen and (max-width: 821px) {
  #page-result .p-result .box .btn {
    margin-top: 20px;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 16px;
    max-width: 153px;
  }
}
#page-result .p-result02 {
  background-color: #02b7e7;
  padding-top: 144px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 {
    padding-top: 0;
  }
}
#page-result .p-result02 .list-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 115px;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #fff;
  padding-bottom: 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    row-gap: 45px;
  }
}
#page-result .p-result02 .list-results li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 50px 7px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  #page-result .p-result02 .list-results li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li {
    width: 100%;
    padding: 0;
    padding-top: 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border: none !important;
  }
}
#page-result .p-result02 .list-results li .geinin {
  position: absolute;
  width: 88px;
  top: -50px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .geinin {
    width: 63px;
    top: -30px;
  }
}
#page-result .p-result02 .list-results li:nth-of-type(odd) {
  border-right: 1px solid #fff;
}
#page-result .p-result02 .list-results li:nth-of-type(odd) .geinin {
  left: 0px;
}
#page-result .p-result02 .list-results li:nth-of-type(even) .geinin {
  right: -50px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li:nth-of-type(even) .geinin {
    right: 0;
  }
}
#page-result .p-result02 .list-results li:nth-of-type(7) {
  border-right: none;
}
#page-result .p-result02 .list-results li:last-of-type {
  position: relative;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li:last-of-type {
    padding-top: 0;
  }
}
#page-result .p-result02 .list-results li:last-of-type img {
  position: absolute;
  display: block;
  max-width: 500px;
  left: 50px;
  top: -50px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li:last-of-type img {
    position: static;
  }
}
#page-result .p-result02 .list-results li .txt-wrap {
  width: 46.5%;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .txt-wrap {
    width: 100%;
  }
}
#page-result .p-result02 .list-results li .img-wrap {
  width: 50.5%;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .img-wrap {
    width: 100%;
    max-width: 197px;
    margin: 0 auto;
  }
}
#page-result .p-result02 .list-results li .img-wrap a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-result .p-result02 .list-results li .img-wrap a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#page-result .p-result02 .list-results li .icon {
  width: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .icon {
    position: absolute;
    left: 50%;
    width: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
#page-result .p-result02 .list-results li .vote {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
#page-result .p-result02 .list-results li .ttl {
  text-align: center;
  margin-top: 5px;
}
#page-result .p-result02 .list-results li .ttl .prefecture {
  display: block;
  font-size: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .ttl .prefecture {
    font-size: 20px;
    line-height: 1.45;
  }
}
#page-result .p-result02 .list-results li .ttl .name {
  font-size: 23px;
  line-height: 1.43478261;
  font-weight: bold;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .ttl .name {
    font-size: 22px;
    line-height: 1.31818182;
  }
}
#page-result .p-result02 .list-results li .btn {
  display: block;
  margin: 12px auto 0;
  border-radius: 25px;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  width: 174px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results li .btn {
    max-width: 188px;
    margin-top: 16px;
    padding: 5px 0;
    border-radius: 16px;
  }
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-results {
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
}
#page-result .p-result02 .list-others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 830px;
  row-gap: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-others {
    margin-bottom: 100px;
  }
}
#page-result .p-result02 .list-others li {
  width: 45%;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-others li {
    width: 100%;
  }
}
#page-result .p-result02 .list-others li .num {
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-others li .num {
    font-size: 16px;
  }
}
#page-result .p-result02 .list-others li .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-result .p-result02 .list-others li .txt-wrap .name {
  font-weight: bold;
  display: inline-block;
  font-size: 17px;
  margin-left: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .list-others li .txt-wrap .name {
    font-size: 16px;
  }
}
#page-result .p-result02 .img-result02 {
  max-width: 1536px;
  margin: 66px auto 0;
}
@media screen and (max-width: 821px) {
  #page-result .p-result02 .img-result02 {
    margin-top: -40px;
    max-width: 100%;
  }
}/*# sourceMappingURL=page.css.map */