@charset "UTF-8";
a:hover, a:active, a:focus {
  text-decoration: none;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

.ff-base {
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
}

.ff-jp {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.ff-en1 {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.05em;
}

.ff-en2 {
  font-family: "Quantico", sans-serif;
}

@media only screen and (max-width: 992px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}
.l-main {
  color: #222;
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  text-align: left;
}

.sp {
  display: none;
}

.l-main *, .l-main :after, .l-main :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.l-main img {
  height: auto;
  max-width: 100%;
}

.l-main button:hover {
  cursor: pointer;
}

button {
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
}

button:hover {
  opacity: 1;
}

.l-main input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  pointer-events: auto;
  border-radius: 50%;
  display: none;
}

.l-main table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-btn {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  padding: 15px 33px;
}

.c-btn--more {
  background-color: #ffffff;
  border: 1px solid #ec2525;
  color: #ec2525;
  display: block;
  padding: 16px 0;
  position: relative;
  width: 100%;
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.c-btn--more.is-on::after {
  content: none;
}

.c-btn--red {
  background-color: #ec2525;
  border: none;
  color: #fff;
}

.c-input {
  border-color: 1px solid #a8a8a8;
  border-radius: 2px;
  height: 20px;
  margin: 0 10px 0 0;
  outline: none;
  width: 20px;
}

.c-input__modal {
  margin-right: 10px;
  outline: none;
}

.c-input__result {
  height: 20px;
  margin: 45px 20px;
  width: 20px;
}

.c-input__form, .c-input__result {
  background-color: #fff;
  outline: none;
}

.c-input__form {
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  height: 40px;
  padding-left: 10px;
}

.c-input__form--name {
  outline: none;
  width: 150px;
}

.c-input__form--tel {
  outline: none;
  width: 210px;
}

.c-input__form--postal1 {
  outline: none;
  position: relative;
  width: 60px;
}

.c-input__form--postal1:after {
  background-color: #616161;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.c-input__form--postal2 {
  outline: none;
  padding-left: 10px;
  width: 80px;
}

.c-input__form--address1 {
  outline: none;
  width: 120px;
}

.c-input__form--address2 {
  outline: none;
  width: 740px;
}

.c-input--text {
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  height: 40px;
  margin: 0 20px;
  outline: none;
  padding-left: 10px;
  width: 400px;
}

.c-label {
  display: block;
  font-size: 15px;
  padding: 25px 0 0 20px;
  width: 160px;
}

.c-list--dl {
  padding: 19px 20px 8px 15px;
  width: calc(100% - 150px);
  position: relative;
}
.c-list--dl .ECM_CheckboxInput-Input3,
.c-list--dl .ECM_CheckboxInput-DummyInput3 {
  position: absolute;
  right: 20px;
  top: 0;
  left: inherit;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .c-list--dl {
    padding: 0 4vw;
  }
  .c-list--dl .ECM_CheckboxInput-Input3,
.c-list--dl .ECM_CheckboxInput-DummyInput3 {
    right: 2vw;
  }
}

.c-list--dl__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.c-list--dl__term {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 2px;
  position: relative;
  letter-spacing: 0.05em;
}
.c-list--dl__term::after {
  background: #222222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
}
.c-list--dl__term2::after {
  background: none;
}
.c-list--dl__desc {
  font-size: 14px;
  margin-right: 30px;
  letter-spacing: 0.05em;
}

.c-title {
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.c-title2 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.c-title__wrap {
  margin-top: 60px;
}

.c-title .main {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
}

.c-title--result {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.c-title--result .main {
  color: #cbaa2d;
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
}

.c-title--lower {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.c-title--lower .main {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
}

.p-top {
  background-color: #ffffff;
  color: #222;
}

.p-top__inner {
  margin: 0 auto;
  width: 960px;
}

.p-top__table__wrap::-webkit-scrollbar {
  display: none;
}

.p-top__hero {
  width: 100%;
}

.p-top__hero img {
  display: block;
  width: 100%;
}
.p-top__hero img.for-sp {
  display: none;
}
.p-top__hero img.for-pc {
  display: block;
}
@media only screen and (max-width: 992px) {
  .p-top__hero img.for-sp {
    display: block;
  }
  .p-top__hero img.for-pc {
    display: none;
  }
}

.p-top__211103 {
  margin-bottom: 50px;
  padding-bottom: 55px;
}

.p-top__211103, .p-top__211103--final {
  background-image: url(../images/bg_img-schedule.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top__211103--final {
  margin-top: 91px;
  padding: 0 0 55px;
}

.p-top__211103__title {
  color: #cbaa2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.p-top__211103__title span {
  margin-right: 35px;
}

.p-top__211103__block table {
  width: 100%;
}

.p-top__211103__block thead {
  background-color: #171717;
}

.p-top__211103__block th {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
}

.p-top__211103__block th:first-child {
  padding-left: 20px;
}

.p-top__211103__block th.th-race {
  width: 30%;
}

.p-top__211103__block th.th-class {
  width: 18%;
}

.p-top__211103__block th.th-course {
  width: 21%;
}

.p-top__211103__block th.th-number {
  width: 19%;
}

.p-top__211103__block th.th-time {
  width: 11%;
}

.p-top__211103__block td {
  border-bottom: 1px solid #5c5c5c;
  line-height: 1;
  padding: 22px 0 29px;
  position: relative;
}

.p-top__211103__block td:first-of-type {
  padding-left: 20px;
}

.p-top__211103__block td .bar {
  border-bottom: 1px solid #868686;
  line-height: 1.8;
  padding-bottom: 3px;
}

.p-top__211103__link__block, .p-top__211103__note, .p-top__211103__note--final {
  display: none;
}

.p-top__present {
  padding: 115px 0 120px;
}
.p-top__present .p-top__head1 {
  color: #ffffff;
}
.p-top__present .p-top__head1::before {
  width: 204px;
}
@media only screen and (max-width: 992px) {
  .p-top__present .p-top__head1::before {
    width: 40.8vw;
  }
}
.p-top__present__head {
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  margin: 60px 0 0 0;
  position: relative;
  z-index: 1;
}
.p-top__present__head > span {
  font-size: 56px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top__present__head > span.p-top__present__head--img {
  transform: translate(-10px, 6px);
  width: 160px;
  height: 160px;
}
@media only screen and (max-width: 992px) {
  .p-top__present__head > span.p-top__present__head--img {
    width: 24vw;
    height: 24vw;
    transform: translate(-1vw, -2vw);
  }
}
.p-top__present__head > span._red {
  color: #ec2525;
}
.p-top__present__head > span._wh {
  color: #ffffff;
  letter-spacing: 0;
}
.p-top__present__head--img {
  position: absolute;
  left: 10px;
  top: -115px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .p-top__present__head {
    font-size: 6.4vw;
    margin: 10vw 0 0 0;
  }
  .p-top__present__head--img {
    width: 21.3333333vw;
    left: 0;
    top: -15vw;
  }
  .p-top__present__head > span {
    font-size: 10.666666vw;
  }
  .p-top__present__head > span._wh {
    display: inline-block;
    margin: 3vw 0 0 0;
  }
}

.p-top__present {
  background: #d73b3b url(../images/bg_present.jpg) center top/100% auto no-repeat;
}

.p-top__present--final {
  padding: 134px 0 48px;
}

.p-top__present__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.p-top__present__title .balloon {
  background-color: #cbaa2d;
  color: #000;
  display: inline-block;
  font-size: 20px;
  left: 0;
  margin: auto;
  padding: 12px 0;
  position: relative;
  position: absolute;
  right: 0;
  top: -84px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 290px;
}

.p-top__present__title .balloon:after {
  background-image: url(../images/icon_triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  width: 25px;
}

.p-top__present__title .balloon__inner {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.p-top__present__title .catching {
  color: #cbaa2d;
}

.p-top__present__winning {
  margin: 60px 0 60px 0;
}
@media only screen and (max-width: 992px) {
  .p-top__present__winning {
    margin: 11vw 0 0 0;
  }
}

.p-top__present__winning__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__present__winning__image {
  width: 50%;
}

.p-top__present__winning__image img {
  width: 100%;
}

.p-top__present__winning__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  width: 50%;
  align-items: flex-start;
  padding: 35px 0 0 30px;
}

.p-top__present__winning__item__note {
  border: 1px solid #ec2525;
  color: #ec2525;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
  padding: 19px 17px;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-top__present__winning__item__note > span {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  background: #ffffff;
  color: #222222;
  position: absolute;
  top: 0;
  transform: translateY(-8px);
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .p-top__present__winning__item__note {
    line-height: 1.3;
  }
  .p-top__present__winning__item__note > span {
    font-size: 3.466666vw;
  }
}

.p-top__present__winning__item__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 13px;
  letter-spacing: 0;
}

.p-top__present__winning__item__person {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #cbaa2d !important;
}

.p-top__present__winning__item__person .number {
  font-family: "Quantico", sans-serif;
  font-size: 80px;
}

.p-top__present__winning__text {
  background-color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 0 13px 0;
  position: relative;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.p-top__present__winning__text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 11px 0 11px;
  border-color: #000000 transparent transparent transparent;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 0;
  bottom: -15px;
}

.p-top__present__winning__text .catching {
  font-size: 24px;
}

.p-top__present__lost--final {
  margin-bottom: 0;
}

.p-top__present__lost__inner {
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 40px 30px 30px 30px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .p-top__present__lost__inner {
    padding: 8vw 4vw 1vw 4vw;
  }
}

.p-top__present__lost__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: -26px 0 15px 0;
  background: #d73b3b;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0 10px;
}
.p-top__present__lost__title > span {
  font-size: 15px;
}

.p-top__present__lost__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-top__present__lost__list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 48.5%;
}

.p-top__present__lost__list__item img {
  width: 100%;
}

.p-top__present__lost__list__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-flex: 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1;
  padding: 20px 0 22px 0;
  text-align: center;
}

.p-top__present__lost__list__text .name {
  display: block;
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
}
.p-top__present__lost__list__text .name > span {
  font-size: 18px;
}

.p-top__present__lost__list__text .number {
  color: #000000;
  font-family: "Quantico", sans-serif;
  font-size: 56px;
  letter-spacing: -0.05em;
}

.p-top__present__lost__list__text .person {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 0 1px;
  display: inline-block;
  transform: translateY(-4px);
}

.p-top__present__lost__note {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
}
.p-top__present__lost__note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p-top__present__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ec2525;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 10px 0 hsla(0deg, 0%, 9%, 0.5);
  box-shadow: 0 15px 10px 0 hsla(0deg, 0%, 9%, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  height: 120px;
  justify-content: center;
  position: relative;
  width: 600px;
}

.p-top__present__link:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-top__present__link:hover {
  text-decoration: none;
}

.p-top__present__link__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 52px 0 78px;
}

.p-top__about {
  margin-bottom: 90px;
  padding: 52px 0 0;
}

.p-top__about__inner {
  margin: 0 auto;
  width: 100%;
}

.p-top__about__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ec2525;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 10px 0 hsla(0deg, 0%, 9%, 0.5);
  box-shadow: 0 15px 10px 0 hsla(0deg, 0%, 9%, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  height: 120px;
  justify-content: center;
  position: relative;
  width: 600px;
}

.p-top__about__link:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-top__about__link:hover {
  text-decoration: none;
}

.p-top__about__link__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
}

.p-top__about__title {
  color: #cbaa2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 23px;
  text-align: center;
}

.p-top__about__description {
  border-bottom: 1px solid #5c5c5c;
  font-size: 15px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.p-top__about__race__overview {
  color: #cbaa2d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.p-top__about__race__overview:after {
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  content: "";
  position: absolute;
  right: 260px;
  top: 7px;
}

.p-top__about__race__overview:hover {
  cursor: pointer;
}

.p-top__about__race__list {
  display: none;
}

.p-top__about__race__list.is-open {
  display: block;
}

.p-top__about__race__list__item {
  margin-bottom: 20px;
}

.p-top__about__race__list__item:last-child {
  margin-bottom: 0;
}

.p-top__about__race__list__item__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
}

.p-top__about__race__list__item__image {
  width: 25%;
}

.p-top__about__race__list__item__text {
  width: 70%;
}

.p-top__about__race__title {
  background-color: #1e1e1e;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  text-align: center;
}

.p-top__about__race__description {
  font-size: 14px;
  margin-bottom: 20px;
}

.p-top__about__race__description:last-of-type {
  margin-bottom: 0;
}

.p-top__other {
  margin-bottom: 92px;
}

.p-top__other__schedule {
  background-image: url(../images/bg_img-schedule.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 62px;
  padding-bottom: 30px;
}

.p-top__other__schedule__title {
  color: #cbaa2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.p-top__other__schedule__block table {
  margin-bottom: 10px;
  width: 100%;
}

.p-top__other__schedule__block thead {
  background-color: #171717;
}

.p-top__other__schedule__block th {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
}

.p-top__other__schedule__block th:first-child {
  padding-left: 20px;
}

.p-top__other__schedule__block th.th-day {
  width: 13%;
}

.p-top__other__schedule__block th.th-race {
  width: 31%;
}

.p-top__other__schedule__block th.th-class {
  width: 11%;
}

.p-top__other__schedule__block th.th-course, .p-top__other__schedule__block th.th-priority, .p-top__other__schedule__block th.th-time {
  width: 15%;
}

.p-top__other__schedule__block td {
  border-bottom: 1px solid #5c5c5c;
  line-height: 1;
  padding: 22px 0;
}

.p-top__other__schedule__block td:first-of-type {
  padding-left: 20px;
}

.p-top__other__schedule__block td .bar {
  border-bottom: 1px solid #868686;
  padding-bottom: 7px;
}

.p-top__other__banner__item {
  margin-bottom: 20px;
}

.p-top__other__banner__item:last-child {
  margin-bottom: 0;
}

.p-top__other__banner__item img {
  width: 100%;
}

.p-top__other__note {
  font-size: 13px;
  line-height: 1;
  text-align: right;
}

.p-top__other__note--sp {
  display: none;
}

.p-top__end {
  padding-bottom: 102px;
}

.p-top__end__title {
  border: 2px solid #fff;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 70px;
  padding: 38px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: rgba(0,0,0,0.3);
}

.p-top__end__video__title {
  color: #cbaa2d;
}

.p-top__end__video__title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 23px;
}

.p-top__end__video__description {
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0 185px;
  text-align: center;
}

.p-top__ranking {
  background-color: #ba0000;
  background-image: url(../images/bg_img-drape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-top: 2px solid #cbaa2d;
  padding: 88px 0 70px;
}

.p-top__ranking__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 52px;
  text-align: center;
}

.p-top__ranking__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 33px;
}

.p-top__ranking__list__item {
  background-color: #fff;
  position: relative;
  width: 465px;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item {
    width: 100%;
  }
}
.p-top__ranking__list__item > a {
  display: block;
  position: relative;
}
.p-top__ranking__list__item > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #000000;
}
.p-top__ranking__list__item > a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0);
}
.p-top__ranking__list__item > a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.p-top__ranking__list__item + li {
  margin-top: 30px;
}
.p-top__ranking__list__item + li > a {
  padding: 60px 0 60px 40px;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item + li {
    margin: 4vw 0 0 0;
  }
  .p-top__ranking__list__item + li > a {
    padding: 10.5vw 0 10vw 8vw;
  }
}
.p-top__ranking__list__item .p-top__rank__list--arrow {
  right: 0;
  bottom: 0;
}
.p-top__ranking__list__item .p-top__rank__list--vote .number {
  font-size: 40px;
  color: #ec2525;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.p-top__ranking__list__item .p-top__rank__list--vote .unit {
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-top__ranking__list__item .p-top__rank__list--tag {
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  left: -16px;
  top: 8px;
}
.p-top__ranking__list__item .p-top__rank__list--img {
  position: absolute;
  display: block;
  width: 240px;
  right: -60px;
  top: 19px;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item .p-top__rank__list--tag {
    width: 13vw;
    left: -2.5vw;
    top: -3vw;
  }
  .p-top__ranking__list__item .p-top__rank__list--img {
    width: 44vw;
    right: -11vw;
    top: 3vw;
  }
  .p-top__ranking__list__item .p-top__rank__list--vote .number {
    font-size: 7.4666666vw;
  }
  .p-top__ranking__list__item .p-top__rank__list--vote .unit {
    font-size: 3.46666666vw;
  }
}

.p-top__ranking__list__item:first-child {
  overflow: visible;
  width: 100%;
}
.p-top__ranking__list__item:first-child > a {
  padding: 58px 0 56px 80px;
}
.p-top__ranking__list__item:first-child .p-top__rank__list--vote {
  line-height: 1;
}
.p-top__ranking__list__item:first-child .p-top__rank__list--vote .number {
  font-size: 56px;
}
.p-top__ranking__list__item:first-child .p-top__rank__list--vote .unit {
  font-size: 24px;
}
.p-top__ranking__list__item:first-child .p-top__rank__list--tag {
  width: 100px;
  left: -20px;
  top: -20px;
}
.p-top__ranking__list__item:first-child .p-top__rank__list--img {
  width: 380px;
  top: 3px;
  right: 0px;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item:first-child .p-top__rank__list--tag {
    width: 12vw;
    left: -2.5vw;
    top: -2.5vw;
  }
  .p-top__ranking__list__item:first-child .p-top__rank__list--img {
    width: 52vw;
    right: -13vw;
    top: -3vw;
  }
  .p-top__ranking__list__item:first-child > a {
    padding: 10.5vw 0 10vw 8vw;
  }
  .p-top__ranking__list__item:first-child .p-top__rank__list--vote .number {
    font-size: 10.666666666vw;
  }
  .p-top__ranking__list__item:first-child .p-top__rank__list--vote .unit {
    font-size: 4.8vw;
  }
}

.p-top__ranking__list__item:first-child:before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: none;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 18px;
  z-index: 50;
}

.p-top__ranking__list__item.final {
  background-color: #fffdf1;
  background-image: url(../images/bg_finalreport.png);
}

.p-top__ranking__list__item .ranking {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
  left: 22px;
  line-height: 1;
  position: absolute;
  top: 21px;
}

.p-top__ranking__list__item .ranking .unit {
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  margin: 3px 0 0 5px;
}

.p-top__ranking__list__item__name {
  color: #111;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
  color: #777777;
}

.p-top__ranking__list__item__name .main {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: bold;
}

.p-top__ranking__list__item__name--first {
  color: #777777;
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 10;
  letter-spacing: 0.05em;
  margin: 0 0 23px;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item__name--first {
    margin: 0 0 3.5vw;
  }
}

.p-top__ranking__list__item__name--first .main {
  display: block;
  font-size: 40px;
  margin-bottom: 11px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-top__ranking__list__item__image {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
}

.p-top__ranking__list__item__image img {
  height: 100%;
}

.p-top__ranking__list__item__image--first {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
}

.p-top__ranking__list__item__image--first img {
  height: 100%;
}

.p-top__ranking__list__item__vote {
  color: #111;
  line-height: 1;
  position: relative;
  margin: 8px 0 0 0;
  background: #ffffff;
  border-radius: 50px;
  width: 180px;
  display: block;
  height: 14px;
}
.p-top__ranking__list__item__vote::after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  background: url(../images/horse_run.gif) left top/100% 100% no-repeat;
  right: -58px;
  top: -13px;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item__vote {
    width: 40vw;
    height: 3.7333333333vw;
  }
  .p-top__ranking__list__item__vote::after {
    width: 8vw;
    height: 5.3333333vw;
    right: -10.5vw;
    top: -2vw;
  }
}

.p-top__ranking__list__item__vote .text {
  display: block;
  font-size: 16px;
  margin-bottom: -10px;
}

.p-top__ranking__list__item__vote .bar {
  background: linear-gradient(45deg, #ec2525, #000);
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  margin-right: 80px;
  position: relative;
  width: 237px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.p-top__ranking__list__item__vote .bar:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  right: -51px;
  top: -10px;
  width: 45px;
}

.p-top__ranking__list__item__vote .number {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.p-top__ranking__list__item__vote .number .unit {
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 20px;
}

.p-top__ranking__list__item__vote--first {
  color: #111;
  line-height: 1;
  position: relative;
  margin: 8px 0 0 0;
  width: 366px;
  background: #ffffff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 16px;
}
.p-top__ranking__list__item__vote--first::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 40px;
  background: url(../images/horse_run.gif) left top/100% 100% no-repeat;
  right: -67px;
  top: -18px;
}
@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item__vote--first {
    margin: 0;
    width: 40vw;
    height: 3.7333333333vw;
  }
  .p-top__ranking__list__item__vote--first::after {
    width: 8vw;
    height: 5.3333333vw;
    right: -10.5vw;
    top: -2vw;
  }
}

@media only screen and (max-width: 992px) {
  .p-top__ranking__list__item__vote--first .bar {
    width: 0vw;
    height: 2.66666666vw;
  }
  .p-top__ranking__list__item__vote--first .bar.is-animate {
    width: 39vw;
  }
}
.p-top__ranking__list__item__vote--first:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: none;
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 18px;
  top: -95px;
  width: 25px;
  z-index: 50;
}

.p-top__ranking__list__item__vote--first .text {
  display: block;
  font-size: 16px;
  margin-bottom: -10px;
}

.p-top__ranking__list__item__vote--first .bar {
  background: linear-gradient(45deg, #ec2525, #000000);
  box-sizing: border-box;
  border-radius: 50px;
  display: inline-block;
  height: 10px;
  margin-right: 80px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 237px;
}

.p-top__ranking__list__item__vote--first .number {
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.p-top__ranking__list__item__vote--first .number .unit {
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 30px;
}

.p-top__ranking__list__item a:hover {
  text-decoration: none;
}

.p-top__ranking__table {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-top__ranking__table table {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  width: 49.48%;
}

.p-top__ranking__table tr {
  background-color: #fff;
}

.p-top__ranking__table tr:nth-child(2n) {
  background-color: #fffbea;
}

.p-top__ranking__table th {
  background-color: #222;
  font-size: 14px;
  line-height: 1;
  padding: 12px 0;
}

.p-top__ranking__table th:first-child {
  padding-left: 30px;
}

.p-top__ranking__table th.th-rank {
  width: 14.5%;
}

.p-top__ranking__table th.th-name {
  width: 63.5%;
}

.p-top__ranking__table th.th-vote {
  width: 15.7%;
}

.p-top__ranking__table td {
  border-bottom: 1px solid #676767;
  color: #222;
  line-height: 1;
  padding: 17px 0;
}

.p-top__ranking__table td:first-of-type {
  font-weight: 700;
  padding-left: 37px;
}

.p-top__ranking__table td:last-of-type {
  padding-left: 8px;
}

.p-top__ranking__table td .bar {
  border-bottom: 1px solid #868686;
  line-height: 1.8;
  padding-bottom: 3px;
}

.p-top__ranking__note {
  background-color: #830000;
  -webkit-box-shadow: 0 0 25px 15px rgba(219, 0, 0, 0.5);
  box-shadow: 0 0 25px 15px rgba(219, 0, 0, 0.5);
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  padding: 33px 0 35px;
  text-align: center;
}

.p-top__ranking__note, .p-top__ranking__note .main {
  text-shadow: 2px 2px 4px #b30000, -2px -2px 4px #b30000;
}

.p-top__ranking__note .main {
  font-size: 29px;
}

.p-top__ranking__note .main .time {
  font-size: 36px;
  text-shadow: 2px 2px 4px #b30000, -2px -2px 4px #b30000;
}

.p-top__ranking__note .sub {
  display: block;
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 26px;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px #b30000, -2px -2px 4px #b30000;
}

.p-top__precautions__title {
  color: #cbaa2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.p-top__precautions__list__item {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}
.p-top__precautions__list__item::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.p-top__precautions__list__item:last-child {
  margin-bottom: 0;
}

.p-top__precautions__list__item__link {
  color: #222222;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
.p-top__precautions__list__item__link:hover {
  color: #ec2525;
}
.p-top__precautions__list__item__link:hover::after {
  background: #ec2525;
}
.p-top__precautions__list__item__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #222222;
  transition: 0.3s;
}

.p-vote__inner {
  margin: 0 auto;
  width: 960px;
}

.p-vote__image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-vote__image img {
  display: block;
}
.p-vote__image img.for-pc {
  display: block;
}
.p-vote__image img.for-sp {
  display: none;
}
@media only screen and (max-width: 992px) {
  .p-vote__image img.for-pc {
    display: none;
  }
  .p-vote__image img.for-sp {
    display: block;
  }
}

.p-vote__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.p-vote__text {
  margin-bottom: 44px;
}

.p-vote__status {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 147px;
}
@media only screen and (max-width: 992px) {
  .p-vote__status {
    width: 100%;
    height: 31.73333333vw;
  }
}

.p-vote__status:before {
  background-color: #00a744;
  content: "";
  height: 10px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 65px;
  width: calc(100% - 745px);
  border-radius: 50px 0 0 50px;
}

.p-vote__status:after {
  background-color: #e3ee99;
  content: "";
  height: 10px;
  right: 0;
  margin: 0;
  position: absolute;
  top: 65px;
  width: 745px;
  border-radius: 0 50px 50px 0;
}

.p-vote__status.is-step1:before {
  width: calc(100% - 925px);
}

.p-vote__status.is-step1:after {
  width: 925px;
}
@media only screen and (max-width: 992px) {
  .p-vote__status.is-step1:after {
    width: 10vw;
  }
}

.p-vote__status.is-step2:before {
  background-color: #00a744;
  content: "";
  height: 10px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 65px;
  width: calc(100% - 745px);
  border-radius: 50px 0 0 50px;
}

.p-vote__status.is-step2:after {
  background-color: #e3ee99;
  content: "";
  height: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 65px;
  width: 745px;
  border-radius: 0 50px 50px 0;
}

.p-vote__status.is-step3:before {
  width: calc(100% - 570px);
}

.p-vote__status.is-step3:after {
  width: 570px;
}

.p-vote__status.is-step4:before {
  width: calc(100% - 390px);
}

.p-vote__status.is-step4:after {
  width: 390px;
}

.p-vote__status.is-step5:before {
  width: calc(100% - 195px);
}

.p-vote__status.is-step5:after {
  width: 195px;
}

.p-vote__status.is-step6:before {
  width: 100%;
  border-radius: 50px;
}

.p-vote__status.is-step6::after {
  width: 0;
}

.p-vote__status__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 90px 0 0 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item {
    padding: 11.7vw 0 0 0;
  }
}
.p-vote__status__item.is-done .circle {
  background: none;
}
.p-vote__status__item:nth-of-type(1) .circle {
  width: 60px;
  height: 40px;
  background-image: url(../images/status_01_off.svg);
}
.p-vote__status__item:nth-of-type(1).is-active .circle {
  background-image: url(../images/status_01_on.svg);
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item:nth-of-type(1) {
    transform: translateX(1vw);
  }
  .p-vote__status__item:nth-of-type(1) .circle {
    width: 12vw;
    height: 8vw;
    transform: translateX(-1vw);
  }
}
.p-vote__status__item:nth-of-type(2) .circle {
  width: 53px;
  height: 40px;
  background-image: url(../images/status_02_off.svg);
}
.p-vote__status__item:nth-of-type(2).is-active .circle {
  background-image: url(../images/status_02_on.svg);
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item:nth-of-type(2) {
    transform: translateX(2vw);
  }
  .p-vote__status__item:nth-of-type(2) .circle {
    width: 10.666666vw;
    height: 8vw;
  }
}
.p-vote__status__item:nth-of-type(3) {
  transform: translateX(6px);
}
.p-vote__status__item:nth-of-type(3) .circle {
  width: 60px;
  height: 40px;
  background-image: url(../images/status_03_off.svg);
  right: -3px;
  left: inherit;
}
.p-vote__status__item:nth-of-type(3).is-active .circle {
  background-image: url(../images/status_03_on.svg);
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item:nth-of-type(3) {
    transform: translateX(2vw);
  }
  .p-vote__status__item:nth-of-type(3) .circle {
    width: 12vw;
    height: 8vw;
    right: -1.5vw;
  }
}
.p-vote__status__item:nth-of-type(4) {
  transform: translateX(4px);
}
.p-vote__status__item:nth-of-type(4) .circle {
  width: 60px;
  height: 40px;
  background-image: url(../images/status_04_off.svg);
}
.p-vote__status__item:nth-of-type(4).is-active .circle {
  background-image: url(../images/status_04_on.svg);
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item:nth-of-type(4) {
    transform: translateX(1vw);
  }
  .p-vote__status__item:nth-of-type(4) .circle {
    width: 12vw;
    height: 8vw;
    right: -0.5vw;
  }
}
.p-vote__status__item:nth-of-type(5) {
  transform: translateX(-9px);
}
.p-vote__status__item:nth-of-type(5) .circle {
  width: 53px;
  height: 40px;
  background-image: url(../images/status_05_off.svg);
}
.p-vote__status__item:nth-of-type(5).is-active .circle {
  background-image: url(../images/status_05_on.svg);
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item:nth-of-type(5) {
    transform: translateX(-2vw);
  }
  .p-vote__status__item:nth-of-type(5) .circle {
    width: 10.666666vw;
    height: 8vw;
  }
}
.p-vote__status__item:nth-of-type(6) .circle {
  width: 60px;
  height: 40px;
  background-image: url(../images/status_06_off.svg);
  right: -2px;
  left: inherit;
}
.p-vote__status__item:nth-of-type(6).is-active .circle {
  background-image: url(../images/status_06_on.svg);
}
@media only screen and (max-width: 992px) {
  .p-vote__status__item:nth-of-type(6) {
    transform: translateX(-1.5vw);
  }
  .p-vote__status__item:nth-of-type(6) .circle {
    width: 12vw;
    right: -1.5vw;
    height: 8vw;
  }
}

.p-vote__status__item .step {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: "Quantico", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 2px;
}

.p-vote__status__item .circle {
  background: url(../images/icn_vote.svg) left top/100% 100% no-repeat;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 12px;
  z-index: 10;
}

.p-vote__status__item .text {
  font-size: 12px;
  line-height: 1;
}

.p-vote__status__item.is-active {
  color: #222;
}
.p-vote__status__item.is-active .text {
  color: #00a744;
}

.p-vote__status__item.is-active .step {
  color: #00a744;
}

.p-vote__status__item.is-active .circle {
  margin-bottom: 20px;
}

.p-vote__status__item.is-done {
  color: #222;
}

.p-vote__status__item.is-done .step {
  color: #222222;
}

.p-vote__search {
  background-color: #ffffff;
  padding: 0;
}

.p-vote__search__title {
  margin-bottom: 30px;
  text-align: center;
}

.p-vote__search__title2 {
  margin-bottom: 30px;
  text-align: center;
}

.p-vote__search__title--result {
  margin-bottom: 58px;
}

.p-vote__search__btn {
  font-size: 16px;
  padding: 27px 125px 27px 150px;
  position: relative;
}

.p-vote__search__btn:before {
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 16px;
  left: 125px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.p-vote__search__btnList {
  display: flex;
  justify-content: space-between;
}

.p-vote__search__btnItem {
  position: relative;
  text-align: center;
}

.p-vote__search__btnItem p {
  position: absolute;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: bold;
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.p-vote__search__btnItem span {
  font-size: 26px;
}

.p-vote__search__form__wrap {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 8vw;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .p-vote__search__form__wrap {
    margin-bottom: 0;
  }
}

.p-vote__search__form__wrap:after {
  background-color: transparent;
  border: 5.06667vw solid transparent;
  border-top-color: #fff;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 0;
}
@media only screen and (max-width: 992px) {
  .p-vote__search__form__wrap:after {
    content: none;
  }
}

.p-vote__search__form__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.p-vote__search__form__title:before {
  background-image: url(../images/icon_search-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 18px;
  left: 310px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.p-vote__search__form__block {
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-vote__search__form__block:first-of-type {
  border-top: 1px solid #e1e1e1;
}

.p-vote__search__form__block:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.p-vote__search__form__head {
  -ms-flex-negative: 0;
  background-color: #e8eef6;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1;
  padding: 28px 20px;
  width: 135px;
}

.p-vote__search__form__head span {
  display: block;
  margin-bottom: 10px;
}

.p-vote__search__form__data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-vote__search__form__data .note {
  font-size: 13px;
}

.p-vote__search__form__text.is-error {
  color: red;
  font-size: 13px;
  margin: 30px 0 20px;
  text-align: center;
}

.p-vote__search__form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px 0px 0 19px;
}

.p-vote__search__form__list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1;
  margin: 0 40px 28px 0;
}

.p-vote__search__form__list__item:last-of-type {
  margin-right: 0;
}

.p-vote__search__form__list__item label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-vote__search__form__btn {
  background-color: #222;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 22px 62px 22px 90px;
  position: relative;
}

.p-vote__search__form__btn:before {
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 65px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.p-vote__horse__result {
  background-color: #1e1e1e;
  background-image: url(../images/bg_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 120px;
  padding-top: 115px;
  background: url(../images/bg_precautions.gif) center/60px 60px repeat;
}
.p-vote__horse__result .sub {
  text-align: center;
  color: #777777;
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 10px 0 0 0;
}
.p-vote__horse__result .p-top__head1::before {
  background: #222222;
}
.p-vote__horse__result__btn.is-on {
  background: #004cbb;
}
@media only screen and (max-width: 992px) {
  .p-vote__horse__result .p-top__head1::before {
    width: 40vw;
  }
}

.p-vote__horse__result ul {
  padding-left: 0;
}

.p-vote__horse__result__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-vote__horse__result__list {
  width: 63.5%;
}

.p-vote__horse__result__btn {
  background-color: #b2b2b2;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 15px 0 11px 0;
  position: relative;
  text-align: left;
  color: #Ffffff;
  width: 100%;
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.p-vote__horse__result__btn:hover {
  background: #222222;
}

.p-vote__horse__result__btn:before {
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 20px;
  left: inherit;
  margin: auto 0 auto -13px;
  position: inherit;
  top: inherit;
  width: 22px;
  margin: 0 6px 0 0;
}

.p-vote__horse__result__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.p-vote__horse__result__btn__list__item {
  width: 50%;
}

.p-vote__horse__result__none {
  border: 2px solid #222222;
  color: #222222;
  font-size: 15px;
  padding: 40px 30px;
  background: #ffffff;
}

.p-vote__horse__result__table {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px 5px 5px 5px;
  background: #ec2525;
}

.p-vote__horse__result__table__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  line-height: 1;
}
.p-vote__horse__result__table__item .flex__wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 60px);
}
.p-vote__horse__result__table__item .flex__wrap > span {
  width: 150px;
  display: inline-block;
  position: relative;
}
.p-vote__horse__result__table__item .flex__wrap > span > img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .p-vote__horse__result__table__item .flex__wrap {
    padding: 0;
    align-items: flex-start;
    height: 22vw;
    width: 100%;
  }
  .p-vote__horse__result__table__item .flex__wrap > span {
    width: 24vw;
    height: 17.33333333vw;
  }
  .p-vote__horse__result__table__item .flex__wrap > span > img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: inherit;
    object-fit: cover;
  }
}

.p-vote__search__title--result__text {
  display: flex;
  width: 640px;
  margin: 60px auto 0;
  height: auto;
}
.p-vote__search__title--result__text > div {
  background: #222222;
  height: 100%;
  width: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
}
.p-vote__search__title--result__text > div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #222222;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateX(100%) translateY(-50%);
}
.p-vote__search__title--result__text > div > span {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  line-height: 1.5;
}
.p-vote__search__title--result__text > div > p {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
.p-vote__search__title--result__text > span {
  color: #222222;
  background: #Ffffff;
  height: auto;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-sizing: border-box;
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-vote__search__title--result__text {
    margin: 40px auto 0;
    width: 100%;
    height: auto;
  }
  .p-vote__search__title--result__text > div {
    align-items: flex-start;
    box-sizing: border-box;
    padding: 3.5vw 4vw 3.5vw 4vw;
    width: 50%;
  }
  .p-vote__search__title--result__text > div::after {
    transform: translateX(100%) translateY(-50%);
  }
  .p-vote__search__title--result__text > div > p {
    font-size: 2.666666vw;
    line-height: 1.5;
  }
  .p-vote__search__title--result__text > div > span {
    font-size: 2.666666vw;
    flex-shrink: 0;
    line-height: 1.5;
  }
  .p-vote__search__title--result__text > span {
    width: 50%;
    font-size: 4.8vw;
    padding: 3vw 0 0 0;
    align-items: center;
  }
  .p-vote__search__title--result__text > span > span {
    transform: translateY(-1vw);
  }
}

.c-title--result .count {
  color: #222222;
  font-size: 56px;
  letter-spacing: 0em;
  font-weight: bold;
  transform: translateY(-7px);
}
@media only screen and (max-width: 992px) {
  .c-title--result .count {
    font-size: 10.66666666vw;
  }
}

.p-vote__horse__result__table__item:nth-child(2n) {
  background-color: #e8eef6;
}

.p-vote__horse__result__table__item:last-child {
  border-bottom: none;
}

.p-vote__horse__result__table__btn {
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  width: 370px;
  height: 50px;
  background: #ffffff;
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
  padding: 0;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #777777;
  margin: 15px auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  .p-vote__horse__result__table__btn {
    width: 100%;
  }
  .p-vote__horse__result__table__btn:hover {
    opacity: 1;
  }
}

.p-vote__horse__result__table__btn:hover {
  opacity: 0.7;
}

.p-vote__horse__result__select {
  width: 33.375%;
  background: #efeeea;
}

.p-vote__horse__result__select__top {
  padding: 28px 15px 7px 15px;
  text-align: center;
}

.p-vote__horse__result__select__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}

.p-vote__horse__result__select__link {
  background-color: #ec2525;
  border: none;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
  padding: 31px 0;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.p-vote__horse__result__select__link:before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  width: 25px;
}

.p-vote__horse__result__select__link.is-disabled {
  background: #838383;
  color: #c1c1c1;
}

.p-vote__horse__result__select__link:hover {
  background: #870002;
  color: #b2b2b2;
}

.p-vote__horse__result__select__link.is-disabled:hover {
  background: #838383;
  color: #c1c1c1;
}

.p-vote__horse__result__select__link.is-disabled:before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: none;
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  width: 25px;
}

.p-vote__horse__result__select__link.is-disabled:hover {
  cursor: default;
  text-decoration: none;
}

.p-vote__horse__result__select__link:hover {
  text-decoration: none;
}

.p-vote__horse__result__select__note {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.p-vote__horse__result__select__note ._head {
  margin: 0 8px 0 0;
}

.p-vote__horse__result__select__note .number {
  font-size: 36px;
  margin: 0 0 0 6px;
  letter-spacing: 0;
}

.p-vote__horse__result__select__list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
}
.p-vote__horse__result__select__list__item:nth-of-type(2n) {
  background: #f2f1ed;
}

.p-vote__horse__result__select__list__item:last-child {
  border-bottom: none;
}

.p-vote__horse__result__select__list__item .number {
  background-color: #222222;
  padding: 15px 26px;
  color: #Ffffff;
  height: 45px;
  font-size: 15px;
}

.p-vote__horse__result__select__list__item .text {
  margin-left: 15px;
  font-size: 15px;
}

.p-vote__horse__result__select__list__item .icon {
  position: absolute;
  right: 10px;
}

.p-vote__modal {
  display: none;
}

.p-vote__modal.is-open {
  display: block;
}

.p-vote__modal__overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9991;
}

.p-vote__modal__container {
  background-color: #fff;
  border-radius: 0;
  max-height: calc(100vh - 60px);
  max-width: 920px;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  width: 90%;
}

.p-vote__modal__close {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 0;
  display: block;
  height: 55px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
}

.p-vote__modal__close span {
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  background: #222;
}

.p-vote__modal__close span:first-of-type {
  background-color: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-vote__modal__close span:nth-of-type(2) {
  background-color: #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-vote__confirm {
  box-sizing: border-box;
  padding-top: 115px;
  background-color: #ffffff;
  background: url(../images/bg_precautions.gif) center/60px 60px repeat;
}
.p-vote__confirm .p-top__head1 {
  margin: 0 0 0 0;
}
.p-vote__confirm .p-top__head1::before {
  background: #222222;
  width: 552px;
}
@media only screen and (max-width: 992px) {
  .p-vote__confirm {
    padding-top: 15vw;
  }
  .p-vote__confirm .p-top__head1::before {
    width: 35vw;
    top: 20.5vw;
  }
}

.p-vote__confirm__header {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 33px;
  text-align: center;
  margin-top: 60px;
}

.p-vote__confirm__header__text {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 40px;
}
.p-vote__confirm__header__text > span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .p-vote__confirm__header__text > span {
    font-size: 5vw;
    text-align: center;
    margin: 0 0 4vw;
  }
}

.p-vote__confirm__table {
  position: relative;
}
.p-vote__confirm__table::before {
  content: "";
  width: 65px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #222222;
}
@media only screen and (max-width: 992px) {
  .p-vote__confirm__table::before {
    width: 10vw;
  }
}
.p-vote__confirm__table::after {
  content: "MIHはどれ？";
  position: absolute;
  right: 0;
  top: 0;
  color: #222222;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  transform: translateX(33px) translateY(-40px);
}
@media only screen and (max-width: 992px) {
  .p-vote__confirm__table::after {
    right: 0;
    transform: translateX(0) translateY(-30px);
    font-size: 4vw;
  }
}

.p-vote__confirm__table__item {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  line-height: 1;
}
.p-vote__confirm__table__item--part {
  background: #222222;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 125px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .p-vote__confirm__table__item {
    align-items: inherit;
    padding: 0 1vw;
  }
  .p-vote__confirm__table__item--part {
    font-size: 3vw;
    width: 8vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 100%;
  }
  .p-vote__confirm__table__item--part > .en {
    display: inline-block;
    transform: rotate(-90deg);
    margin: 0 0 3px;
  }
}

.p-vote__confirm__table__item:nth-child(2n) {
  background-color: #f2f1ed;
}

.p-vote__confirm__table__item:last-of-type {
  border-bottom: none;
}

.p-vote__confirm__table__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 14.5%;
}

.p-vote__confirm__btn {
  height: 70px;
  width: 470px;
}

.p-vote__confirm__btn__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 120px;
}

.p-vote__confirm__btn__prev {
  background-color: #222;
  border: none;
  color: #fff;
  margin-right: 20px;
}

.p-vote__confirm__btn__next, .p-vote__confirm__btn__prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.p-vote__confirm__btn__next:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-vote__complete {
  background-color: #ffffff;
  background: url(../images/bg_precautions.gif) center/60px 60px repeat;
  padding-top: 115px;
}
@media only screen and (max-width: 992px) {
  .p-vote__complete {
    padding-top: 12vw;
  }
}

.p-vote__complete__header {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 33px;
  text-align: center;
  margin-top: 0;
}

.p-vote__complete__header__text {
  margin-bottom: 40px;
  padding: 0 190px;
  text-align: center;
}

.p-vote__complete__link {
  height: 70px;
  width: 400px;
  margin: 0 auto;
}
.p-vote__complete__link + .p-vote__complete__link {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .p-vote__complete__link + .p-vote__complete__link {
    margin-top: 4vw;
  }
}

.p-vote__complete__link:hover {
  text-decoration: none;
}

.p-vote__complete__link__prev {
  background-color: #222;
  border: none;
  color: #fff;
  margin: 20px auto 0;
}

.p-vote__complete__link__next, .p-vote__complete__link__prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.p-vote__complete__link__next {
  margin: 0 auto;
}

.p-vote__complete__link__next:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-present {
  background-color: #ffffff;
  background: url(../images/bg_precautions.gif) center/60px 60px repeat;
  padding-top: 115px;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .p-present {
    padding-top: 0;
  }
}

.p-present__form {
  box-sizing: border-box;
  padding-bottom: 120px;
}

.p-present__form__text {
  line-height: 1;
  margin-bottom: 20px;
}

.p-present__form__header {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 33px;
  text-align: center;
  margin-top: 0;
}

.p-present__form__header__text, .p-present__form__header__text--complete {
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

.p-present__complete__link__twitter {
  border-radius: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .p-present__complete__link__twitter {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.p-present__form__header__text--complete {
  padding: 0 190px;
}
.p-present__form__header__text--complete + div {
  box-sizing: border-box;
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .p-present__form__header__text--complete + div {
    padding-bottom: 14vw;
  }
}

.p-present__form__item {
  background-color: #f2f1ed;
  border-top: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-present__form__item:nth-of-type(4) {
  border-bottom: 1px solid #e1e1e1;
}

.p-present__form__item label {
  line-height: 1;
}

.p-present__form__item__info {
  -webkit-box-flex: 1;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 20px;
}

.p-present__form__item__info p, .p-present__form__item__info span {
  line-height: 1;
}

.p-present__form__item__info .data__name:last-child {
  margin-left: 30px;
}

.p-present__form__item__info--address {
  -webkit-box-flex: 1;
  background-color: #ffffff;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 20px;
}

.p-present__form__item__info--address p {
  line-height: 1;
}

.p-present__form__item__text:first-of-type {
  margin-right: 20px;
}

.p-present__form__item__text label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.p-present__form__item__text--address {
  margin-bottom: 20px;
}

.p-present__form__item__text--address:last-of-type {
  margin-bottom: 0;
}

.p-present__form__item__text--address label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.p-present__form__item__text--address input[disabled] {
  background-color: #efefef;
}

.p-present__form__btn__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.p-present__form__btn__prev {
  background-color: #222;
  border: none;
  color: #fff;
  margin-right: 20px;
}

.p-present__form__btn__next, .p-present__form__btn__prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.p-present__form__btn__next {
  height: 70px;
  width: 400px;
}

.p-present__form__btn__next:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-present__confirm__btn {
  height: 70px;
  width: 470px;
}

.p-present__confirm__btn__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-present__confirm__btn__prev {
  background-color: #222;
  border: none;
  color: #fff;
  margin-right: 20px;
}

.p-present__confirm__btn__next, .p-present__confirm__btn__prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.p-present__confirm__btn__next:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-present__complete__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ec2525;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 70px;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
  width: 400px;
}

.p-present__complete__link:before {
  background-image: url(../images/icon_circle_arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
}

.p-present__complete__link:hover {
  text-decoration: none;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-align--left {
  text-align: left;
}

.u-mg--0 {
  margin: 0 !important;
}

.u-mg--t-0 {
  margin-top: 0 !important;
}

.u-mg--r-0 {
  margin-right: 0 !important;
}

.u-mg--b-0 {
  margin-bottom: 0 !important;
}

.u-mg--l-0 {
  margin-left: 0 !important;
}

.u-mg--t-auto {
  margin-top: auto !important;
}

.u-mg--r-auto {
  margin-right: auto !important;
}

.u-mg--b-auto {
  margin-bottom: auto !important;
}

.u-mg--l-auto {
  margin-left: auto !important;
}

.u-pd--0 {
  padding: 0 !important;
}

.u-pd--t-0 {
  padding-top: 0 !important;
}

.u-pd--r-0 {
  padding-right: 0 !important;
}

.u-pd--b-0 {
  padding-bottom: 0 !important;
}

.u-pd--l-0 {
  padding-left: 0 !important;
}

.u-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

.p-vote__complete__link__wrap {
  padding-bottom: 120px;
}

@media print, screen and (min-width: 341px) {
  .u-show--xs {
    display: none !important;
  }
}
@media print, screen and (min-width: 751px) {
  .p-vote__search__form__wrap {
    display: none !important;
    margin-bottom: 0;
  }
  .u-align--center-pc {
    text-align: center;
  }
  .u-align--right-pc {
    text-align: right;
  }
  .u-align--left-pc {
    text-align: left;
  }
  .u-display--block-pc {
    display: block;
  }
  .u-display--inline-pc {
    display: inline-block;
  }
  .u-show--pc {
    display: inherit !important;
  }
  .u-hide--pc, .u-show--sp {
    display: none !important;
  }
}
@media (min-width: 1921px) {
  .p-top__about__inner {
    width: 960px;
  }
}
@media screen and (max-width: 750px) {
  .p-present__form__item label {
    background: #e8eef6;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .p-vote__search__btnList {
    display: block;
  }
  .l-main {
    font-size: 3.73333vw;
    line-height: 2;
  }
  .c-btn--more:before {
    height: 2.93333vw;
    top: 6vw;
    width: 2.93333vw;
  }
  .c-btn--more {
    font-size: 32px;
    font-size: 4.8vw;
    padding: 5.1vw 0;
    line-height: 1;
  }
  .c-input {
    height: 4.8vw;
    margin: 0 2.66667vw 0 0;
    width: 4.8vw;
  }
  .c-input, .c-input__result {
    border: 1px solid #a8a8a8;
    border-radius: 4px;
  }
  .c-input__result {
    height: 6vw;
    margin: 0 4vw 0 0;
    width: 6vw;
  }
  .c-input__form {
    height: 10.66667vw;
  }
  .c-input__form--name, .c-input__form--tel {
    width: 100%;
  }
  .c-input__form--postal1 {
    width: 14.66667vw;
  }
  .c-input__form--postal2 {
    width: 17.33333vw;
  }
  .c-input__form--address1 {
    width: 45.33333vw;
  }
  .c-input__form--address2 {
    width: 100%;
  }
  .c-input--text {
    border-radius: 4px;
    height: 10.66667vw;
    margin: 4vw 0 0;
    width: 100%;
  }
  .c-label {
    background-color: rgba(0, 0, 0, 0);
    font-size: 28px;
    font-size: 3.73333vw;
    padding: 2.66667vw;
    width: auto;
  }
  .c-list--dl {
    width: calc(100% - 24vw);
  }
  .c-list--dl__block {
    margin-top: 0;
    font-size: 3.46666666vw;
    letter-spacing: 0.05em;
  }
  .c-list--dl__term {
    font-size: 28px;
    font-size: 3.73333vw;
    margin-bottom: 2.5vw;
  }
  .c-list--dl__desc {
    font-size: 24px;
    font-size: 3.466666666vw;
    line-height: 1.6;
    margin-right: 4vw;
  }
  .c-list--dl__desc span {
    font-size: 20px;
    font-size: 2.66666vw;
  }
  .c-title {
    display: none;
  }
  .c-title .sub {
    line-height: 2;
  }
  .c-title--result {
    font-size: 28px;
    font-size: 3.33333vw;
    margin-bottom: 6.66667vw;
    text-align: left;
  }
  .c-title--result .main {
    font-size: 42px;
    font-size: 5.6vw;
    margin-bottom: 6.66667vw;
    text-align: center;
  }
  .c-title--result .sub {
    line-height: 1.8;
    font-size: 3.4666666vw;
    letter-spacing: 0.05em;
  }
  .c-title--lower {
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .c-title--lower .main {
    font-size: 42px;
    font-size: 5.6vw;
  }
  .c-title--lower .sub {
    line-height: 2;
  }
  .p-top__inner {
    padding: 0 4vw;
    width: auto;
  }
  .p-top__table__wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .p-top__211103 {
    margin-bottom: 9.33333vw;
    padding-bottom: 0;
  }
  .p-top__211103, .p-top__211103--final {
    background-position: 50% 14vw;
    background-size: 80.26667vw 81.86667vw;
  }
  .p-top__211103--final {
    margin-top: 13.6vw;
    padding: 0;
  }
  .p-top__211103__title {
    font-size: 44px;
    font-size: 5.86667vw;
    line-height: 1.3;
    margin-bottom: 6.66667vw;
  }
  .p-top__211103__title span {
    margin-right: 0;
  }
  .p-top__211103__block {
    margin-bottom: 4vw;
  }
  .p-top__211103__block table {
    width: 192vw;
  }
  .p-top__211103__block th:first-child {
    padding-left: 5.6vw;
  }
  .p-top__211103__block th:last-child {
    padding-right: 5.33333vw;
  }
  .p-top__211103__block th.th-race {
    width: 57.6vw;
  }
  .p-top__211103__block th.th-class {
    width: 34.53333vw;
  }
  .p-top__211103__block th.th-course {
    width: 40.26667vw;
  }
  .p-top__211103__block th.th-number {
    width: 36.4vw;
  }
  .p-top__211103__block th.th-time {
    width: 21.06667vw;
  }
  .p-top__211103__block td {
    padding: 4.93333vw 0 5.86667vw;
  }
  .p-top__211103__block td:first-of-type {
    padding-left: 5.6vw;
  }
  .p-top__211103__note {
    margin-bottom: 8vw;
  }
  .p-top__211103__note, .p-top__211103__note--final {
    background-color: #737373;
    color: #e5e5e5;
    display: block;
    padding: 2.4vw 2.66667vw;
  }
  .p-top__211103__link__block {
    display: block;
  }
  .p-top__present {
    padding: 15vw 0 14vw;
  }
  .p-top__present__lost {
    margin: 7vw 0 0 0;
  }
  .p-top__present--final {
    background-color: transparent;
    margin-bottom: 9.6vw;
    padding: 26vw 0 0;
  }
  .p-top__present__title {
    font-size: 70px;
    font-size: 9.33333vw;
    line-height: 1.3;
    margin-bottom: 5.33333vw;
  }
  .p-top__present__title .balloon {
    font-size: 30px;
    font-size: 4vw;
    top: -18.66667vw;
    width: 58.66667vw;
  }
  .p-top__present__title .balloon:after {
    left: 50%;
    margin: 0;
  }
  .p-top__present__winning__info {
    display: block;
  }
  .p-top__present__winning__image {
    width: auto;
  }
  .p-top__present__winning__item {
    display: block;
    padding: 6vw 0 6vw 0;
    text-align: center;
    width: auto;
  }
  .p-top__present__winning__item__note {
    font-size: 32px;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    padding: 3vw 2.5vw;
    margin-bottom: 3vw;
    width: calc(100% - 8vw);
    margin: 0 auto 6vw;
  }
  .p-top__present__winning__item__name, .p-top__present__winning__item__person {
    color: #000;
    font-size: 36px;
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    margin-bottom: 1.5vw;
  }
  .p-top__present__winning__item__person .number {
    font-size: 100px;
    font-size: 14.93333333vw;
  }
  .p-top__present__winning__text {
    font-size: 28px;
    font-size: 3.46666666vw;
    padding: 3.9vw 0;
    letter-spacing: 0.05em;
  }
  .p-top__present__winning__text .catching {
    font-size: 36px;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
  .p-top__present__lost {
    margin: 10vw 0 0 0;
  }
  .p-top__present__lost__title {
    font-size: 40px;
    font-size: 4.8vw;
    letter-spacing: 0;
    margin: 0 0 1.5vw;
    width: 60vw;
    transform: translateY(-20px) translateX(-50%);
  }
  .p-top__present__lost__title > span {
    font-size: 3.4666666vw;
  }
  .p-top__present__lost__list {
    display: block;
  }
  .p-top__present__lost__list__item {
    margin-bottom: 4vw;
    width: auto;
  }
  .p-top__present__lost__list__text {
    padding: 6vw 0 4vw;
    line-height: 1.3;
  }
  .p-top__present__lost__list__text .name {
    font-size: 34px;
    font-size: 6.4vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin: 0 0 2vw;
    letter-spacing: 0;
  }
  .p-top__present__lost__list__text .name > span {
    font-size: 6.4vw;
  }
  .p-top__present__lost__list__text .number {
    font-size: 80px;
    font-size: 12.8vw;
  }
  .p-top__present__lost__list__text .person {
    font-size: 40px;
    font-size: 6.4vw;
  }
  .p-top__present__lost__note {
    font-size: 22px;
    font-size: 3.46666666vw;
  }
  .p-top__present__link {
    font-size: 40px;
    font-size: 5.33333vw;
    height: 21.33333vw;
    width: 92vw;
  }
  .p-top__present__link:before {
    height: 5.33333vw;
    right: 3.33333vw;
    width: 5.33333vw;
  }
  .p-top__present__link__block {
    background-color: transparent;
    margin-bottom: 14.66667vw;
    padding: 0;
  }
  .p-top__about {
    margin-bottom: 14.66667vw;
  }
  .p-top__about__inner {
    width: auto;
  }
  .p-top__about__link {
    font-size: 40px;
    font-size: 5.33333vw;
    height: 21.33333vw;
    width: 92vw;
  }
  .p-top__about__link:before {
    height: 5.33333vw;
    right: 3.33333vw;
    width: 5.33333vw;
  }
  .p-top__about__title {
    line-height: 1.3;
    margin-bottom: 5.73333vw;
  }
  .p-top__about__race__overview {
    line-height: 1.3;
  }
  .p-top__about__race__overview:after {
    border: 10px solid transparent;
    border-top: 15px solid #fff;
    right: 6.66667vw;
    top: 8vw;
  }
  .p-top__about__race__list__item__info {
    display: block;
  }
  .p-top__about__race__list__item__image {
    margin-bottom: 4vw;
    width: auto;
  }
  .p-top__about__race__list__item__text {
    width: auto;
  }
  .p-top__about__race__description {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2;
    margin-bottom: 5.73333vw;
  }
  .p-top__other {
    margin-bottom: 14.66667vw;
  }
  .p-top__other__schedule {
    background-position: 50% 5.33333vw;
    background-size: 80vw 82.13333vw;
  }
  .p-top__other__schedule__title {
    font-size: 44px;
    font-size: 5.86667vw;
    margin-bottom: 6.66667vw;
  }
  .p-top__other__schedule__block {
    margin-bottom: 2.66667vw;
  }
  .p-top__other__schedule__block table {
    width: 240vw;
  }
  .p-top__other__schedule__block th:first-child {
    padding-left: 5.33333vw;
  }
  .p-top__other__schedule__block th:last-child {
    padding-right: 16vw;
  }
  .p-top__other__schedule__block th.th-day {
    width: 31.2vw;
  }
  .p-top__other__schedule__block th.th-race {
    width: 74.4vw;
  }
  .p-top__other__schedule__block th.th-class {
    width: 26.4vw;
  }
  .p-top__other__schedule__block th.th-course, .p-top__other__schedule__block th.th-priority, .p-top__other__schedule__block th.th-time {
    width: 36vw;
  }
  .p-top__other__schedule__block td {
    padding: 4.8vw 0 5.33333vw;
  }
  .p-top__other__schedule__block td:first-of-type {
    padding-left: 5.33333vw;
  }
  .p-top__other__banner__item {
    margin-bottom: 2.66667vw;
  }
  .p-top__other__note {
    width: 240vw;
  }
  .p-top__other__note--sp {
    background-color: #737373;
    color: #e5e5e5;
    display: block;
    padding: 2.4vw 2.66667vw;
  }
  .p-top__end {
    padding-bottom: 15.6vw;
  }
  .p-top__end__title {
    border: 2px solid #cbaa2d;
    font-size: 30px;
    font-size: 4vw;
    margin-bottom: 9.33333vw;
    padding: 4.4vw 0;
  }
  .p-top__end__video__title {
    font-size: 44px;
    font-size: 5.86667vw;
    margin-bottom: 5.73333vw;
  }
  .p-top__end__video__description {
    padding: 0;
    text-align: left;
  }
  .p-top__end__video iframe {
    height: 51.73333vw;
    width: 92vw;
  }
  .p-top__ranking {
    padding: 15.2vw 0 17.33333vw;
  }
  .p-top__ranking__title {
    font-size: 56px;
    font-size: 7.46667vw;
    margin-bottom: 12.53333vw;
  }
  .p-top__ranking__list {
    display: block;
    margin: 5vw 0 0 0;
  }
  .p-top__ranking__list__item:first-child:before {
    display: none;
  }
  .p-top__ranking__list__item .ranking {
    font-size: 60px;
    font-size: 8vw;
    left: 4.66667vw;
    top: 4.26667vw;
  }
  .p-top__ranking__list__item .ranking .unit {
    font-size: 28px;
    font-size: 3.73333vw;
    margin: 0.8vw 0 0 2.13333vw;
  }
  .p-top__ranking__list__item__name {
    font-size: 3.4666666666vw;
    margin: 0 0 4vw;
  }
  .p-top__ranking__list__item__name .main {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .p-top__ranking__list__item__name--first {
    font-size: 3.4666666vw;
  }
  .p-top__ranking__list__item__name--first .main {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .p-top__ranking__list__item__image {
    right: -6.66667vw;
  }
  .p-top__ranking__list__item__image--first {
    height: 64vw;
  }
  .p-top__ranking__list__item__vote {
    margin: 0;
  }
  .p-top__ranking__list__item__vote:before {
    height: 3.46667vw;
    right: 2vw;
    width: 3.46667vw;
  }
  .p-top__ranking__list__item__vote .text {
    font-size: 22px;
    font-size: 2.93333vw;
  }
  .p-top__ranking__list__item__vote .bar {
    margin-right: 13.33333vw;
    width: 50.66667vw;
    height: 2.666666666vw;
    left: 0.533333333vw;
    top: 0.533333333vw;
  }
  .p-top__ranking__list__item__vote .bar:after {
    height: 4.26667vw;
    right: -8.93333vw;
    width: 7.86667vw;
  }
  .p-top__ranking__list__item__vote .number {
    font-size: 46px;
    font-size: 6.13333vw;
  }
  .p-top__ranking__list__item__vote .number .unit {
    font-size: 30px;
    font-size: 4vw;
  }
  .p-top__ranking__list__item__vote--first:before {
    bottom: 0;
    height: 3.46667vw;
    margin: auto;
    right: 2vw;
    top: 0;
    width: 3.46667vw;
  }
  .p-top__ranking__list__item__vote--first .text {
    font-size: 22px;
    font-size: 2.93333vw;
  }
  .p-top__ranking__list__item__vote--first .bar {
    margin-right: 10.66667vw;
    width: 0;
    height: 2.666666666vw;
    top: 0.533333333vw;
    left: 0.533333333vw;
  }
  .p-top__ranking__list__item__vote--first .number {
    font-size: 60px;
    font-size: 8vw;
  }
  .p-top__ranking__list__item__vote--first .number .unit {
    font-size: 30px;
    font-size: 4vw;
  }
  .p-top__ranking__table {
    display: block;
  }
  .p-top__ranking__table table {
    width: 100%;
  }
  .p-top__ranking__table table:nth-child(2) {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .p-top__ranking__table th {
    padding: 3.46667vw 0;
  }
  .p-top__ranking__table th:first-child {
    padding-left: 2.53333vw;
  }
  .p-top__ranking__table th.th-rank {
    width: 13.33333vw;
  }
  .p-top__ranking__table th.th-name {
    width: 58.4vw;
  }
  .p-top__ranking__table th.th-vote {
    width: 14.4vw;
  }
  .p-top__ranking__table td:first-of-type {
    padding-left: 4.66667vw;
  }
  .p-top__ranking__table td:last-of-type {
    padding-left: 2.66667vw;
  }
  .p-top__ranking__table td.td-rank {
    width: 13.33333vw;
  }
  .p-top__ranking__table td.td-name {
    width: 58.4vw;
  }
  .p-top__ranking__table td.td-vote {
    width: 14.4vw;
  }
  .p-top__ranking__table__more {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #ba0000), to(hsla(0deg, 0%, 100%, 0.1)));
    background: linear-gradient(0deg, #ba0000 65%, hsla(0deg, 0%, 100%, 0.1));
    bottom: -30px;
    font-weight: 700;
    height: 70px;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .p-top__ranking__table__more:before {
    border: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 4.53333vw;
    left: 60vw;
    position: absolute;
    top: 9.8vw;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 4.53333vw;
  }
  .p-top__ranking__note {
    font-size: 62px;
    font-size: 8.26667vw;
    margin-top: 6.66667vw;
    padding: 4vw 20vw;
  }
  .p-top__ranking__note .main {
    font-size: 34px;
    font-size: 4.53333vw;
  }
  .p-top__ranking__note .main .time {
    font-size: 44px;
    font-size: 5.86667vw;
  }
  .p-top__ranking__note .sub {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .p-top__precautions__title {
    font-size: 44px;
    font-size: 5.86667vw;
    margin-bottom: 6.66667vw;
  }
  .p-top__precautions__list__item {
    margin-bottom: 2.7vw;
  }
  .p-vote__inner {
    padding: 0 4vw;
    width: auto;
  }
  .p-vote__title {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-bottom: 6.66667vw;
  }
  .p-vote__text {
    margin-bottom: 8vw;
  }
  .p-vote__status {
    border-radius: 10px;
    padding: 5.33333vw 0;
  }
  .p-vote__status:before {
    width: 81.33333vw;
    left: 0;
    top: 11vw;
  }
  .p-vote__status::after {
    right: 0;
    top: 11vw;
  }
  .p-vote__status.is-step1::before {
    width: calc(100% - 85vw);
  }
  .p-vote__status.is-step1:after {
    width: 85vw;
  }
  .p-vote__status.is-step2:before {
    top: 11vw;
    width: 23vw;
  }
  .p-vote__status.is-step2:after {
    top: 11vw;
    width: 69.33333vw;
  }
  .p-vote__status.is-step3:before {
    left: 0;
    width: calc(100% - 53.66667vw);
  }
  .p-vote__status.is-step3:after {
    right: 0;
    width: 53.66667vw;
  }
  .p-vote__status.is-step4 {
    margin-bottom: 0;
  }
  .p-vote__status.is-step4:before {
    width: calc(100% - 38vw);
  }
  .p-vote__status.is-step4:after {
    width: 38vw;
  }
  .p-vote__status.is-step5 {
    margin-bottom: 0;
  }
  .p-vote__status.is-step5:before {
    width: calc(100% - 22vw);
  }
  .p-vote__status.is-step5:after {
    width: 22vw;
  }
  .p-vote__status.is-step6 {
    margin-bottom: 0;
  }
  .p-vote__status.is-step6:before {
    width: 100%;
  }
  .p-vote__status__item .step {
    font-size: 20px;
    font-size: 2.66667vw;
    margin: 0;
  }
  .p-vote__status__item .circle {
    height: 2.4vw;
    top: -1vw;
    width: 2.4vw;
  }
  .p-vote__status__item .text {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
  .p-vote__status__item.is-active .circle {
    top: -1vw;
  }
  .p-vote__status__item.is-done .circle {
    top: -1vw;
  }
  .p-vote__search .p-vote__status {
    padding: 5.33333vw 4vw;
  }
  .p-vote__search .p-vote__status::before {
    left: 4vw;
  }
  .p-vote__search .p-vote__status::after {
    right: 4vw;
  }
  .p-vote__search__title {
    display: none;
  }
  .p-vote__search__title--result {
    margin-bottom: 9.33333vw;
  }
  .p-vote__search__btn {
    display: none;
  }
  .p-vote__search__form {
    padding: 12.66667vw 4vw 16vw;
  }
  .p-vote__search__form__title {
    font-size: 42px;
    font-size: 6.4vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
  }
  .p-vote__search__title2 {
    font-size: 42px;
    font-size: 5.6vw;
    margin-bottom: 6.26667vw;
    margin-top: 6.66667vw;
  }
  .p-vote__search__form__title:before {
    height: 5.333333333vw;
    left: 16vw;
    width: 5.333333333vw;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    position: inherit;
    margin: 0 2.5vw 0 0;
  }
  .p-vote__search__btnItem {
    margin-top: 4vw;
  }
  .p-vote__search__btnItem span {
    font-size: 4.534vw;
    line-height: 5.5vw;
  }
  .p-vote__search__btnItem p {
    font-size: 2.934vw;
  }
  .p-vote__search__form__block:last-child {
    margin-bottom: 5.33333vw;
  }
  .p-vote__search__form__block {
    display: block;
  }
  .p-vote__search__form__head {
    font-size: 28px;
    font-size: 3.73333vw;
    padding: 2.66667vw;
    width: 100%;
  }
  .p-vote__search__form__data {
    display: block;
  }
  .p-vote__search__form__data .note {
    display: block;
    font-size: 24px;
    font-size: 3.2vw;
    margin: 2.66667vw 0 7vw;
  }
  .p-vote__search__form__text.is-error {
    line-height: 2;
    margin: 5.33333vw 0;
    text-align: left;
  }
  .p-vote__search__form__list {
    font-size: 28px;
    font-size: 3.73333vw;
    padding: 4vw 0 3vw 0;
    width: auto;
  }
  .search-button {
    padding-top: 8vw;
  }
  .p-vote__search__form__list__item {
    font-size: 28px;
    font-size: 3.73333vw;
    margin: 0 8vw 4vw 0;
  }
  .p-vote__search__form__list__item--color {
    margin-right: 0;
    width: 25%;
  }
  .p-vote__search__form__list__item--place {
    margin-right: 0;
    width: 33%;
  }
  .p-vote__search__form__btn:before {
    height: 5.33333333vw;
    width: 5.33333333vw;
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    margin: 0 3vw 0 0;
  }
  .p-vote__search__form__btn {
    padding: 0;
    width: 100%;
    border-radius: 0;
    font-size: 4.8vw;
    font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
    letter-spacing: 0.05em;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-vote__horse__result {
    padding-bottom: 32vw;
    padding-top: 14vw;
  }
  .p-vote__horse__result__content {
    display: block;
  }
  .p-vote__horse__result__list {
    margin-bottom: 16vw;
    width: 100%;
  }
  .p-vote__horse__result__btn:before {
    height: 4vw;
    left: 6.66667vw;
    width: 4.4vw;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: 0 5px 0 0;
  }
  .p-vote__horse__result__btn {
    font-size: 3.46666666vw;
    padding: 0;
    width: 100%;
    height: 11.466666666vw;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
  }
  .p-vote__horse__result__btn__list {
    margin-bottom: 4vw;
  }
  .p-vote__horse__result__none {
    font-size: 28px;
    font-size: 3.73333vw;
    padding: 5.33333vw 4vw;
  }
  .p-vote__horse__result__table {
    margin: 0 calc(50% - 50vw) 8vw;
    width: 100vw;
  }
  .p-vote__horse__result__table .ECM_CheckboxInput-DummyInput2 {
    margin: 0;
  }
  .p-vote__horse__result__table__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30.2vw;
    padding: 2.66667vw 0;
  }
  .p-vote__horse__result__table__item img {
    width: 24vw;
  }
  .p-vote__horse__result__table__btn {
    font-size: 28px;
    font-size: 3.4666666vw;
    margin-top: 4vw;
    width: 60vw;
    height: 10.66666666vw;
  }
  .p-vote__horse__result__select {
    margin-top: 0;
    width: 100%;
  }
  .p-vote__horse__result__select__top {
    padding: 5vw 4vw 1.2vw;
  }
  .p-vote__horse__result__select__title {
    font-size: 44px;
    font-size: 4vw;
    margin-bottom: 5.33333vw;
    font-weight: 400;
  }
  .p-vote__horse__result__select__link {
    font-size: 4.8vw;
    padding: 6.1vw 0;
    line-height: 1;
    margin-bottom: 0;
  }
  .p-vote__horse__result__select__link.is-disabled:before, .p-vote__horse__result__select__link:before {
    height: 5.33333vw;
    width: 5.33333vw;
  }
  .p-vote__horse__result__select__note {
    font-size: 32px;
    font-size: 4vw;
  }
  .p-vote__horse__result__select__note .number {
    font-size: 60px;
    font-size: 9.6vw;
    margin: 0 1vw;
  }
  .p-vote__horse__result__select__list__item .number {
    font-size: 30px;
    font-size: 4vw;
    padding: 4vw 6.8vw;
  }
  .p-vote__horse__result__select__list__item .text {
    font-size: 30px;
    font-size: 4vw;
    margin-left: 4vw;
  }
  .p-vote__horse__result__select__list__item .icon {
    height: 3.2vw;
    right: 4vw;
    width: 3.2vw;
  }
  .p-vote__modal {
    display: none !important;
  }
  .p-vote__confirm__header {
    font-size: 42px;
    font-size: 5.6vw;
    margin-bottom: 3.46667vw;
    padding: 0;
  }
  .p-vote__confirm__header__text {
    line-height: 2;
    margin-bottom: 12vw;
    padding: 0;
    text-align: left;
    margin-top: 8vw;
  }
  .p-vote__confirm__table {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-vote__confirm__table .c-list--dl {
    padding: 2.66667vw 11vw 2.66667vw 2vw;
  }
  .p-vote__confirm__table__item {
    align-items: flex-start;
    height: auto;
    min-height: 27vw;
    padding: 0;
    max-height: 34vw;
  }
  .p-vote__confirm__table__item img {
    width: 24vw;
    height: 17.33333333vw;
    margin-top: 2.66667vw;
    margin-left: 1vw;
  }
  .p-vote__confirm__btn__wrap {
    display: block;
    margin-top: 6.66667vw;
    padding-bottom: 14vw;
  }
  .p-vote__confirm__btn__prev {
    margin: 0 auto 4vw;
    width: 100%;
  }
  .p-vote__confirm__btn__next {
    font-size: 32px;
    font-size: 4.26667vw;
    height: 17.33333vw;
    margin: 0 auto;
    width: 100%;
  }
  .p-vote__confirm__btn__next:before {
    height: 5.33333vw;
    right: 3.33333vw;
    width: 5.33333vw;
  }
  .p-vote__complete {
    padding: 15vw 0 14vw;
  }
  .p-vote__complete__header {
    font-size: 42px;
    font-size: 5.6vw;
    margin-bottom: 3.46667vw;
    padding: 0;
  }
  .p-vote__complete__header__text {
    line-height: 2;
    margin-bottom: 5.33333vw;
    padding: 0;
    text-align: left;
  }
  .p-vote__complete__link {
    width: 100%;
  }
  .p-vote__complete__link__wrap {
    display: block;
    margin-top: 6.66667vw;
    padding-bottom: 0;
  }
  .p-vote__complete__link__prev {
    margin: 0 auto;
  }
  .p-vote__complete__link__next, .p-vote__complete__link__prev {
    font-size: 32px;
    font-size: 4.26667vw;
    height: 17.33333vw;
    width: 100%;
  }
  .p-vote__complete__link__next:before {
    height: 5.33333vw;
    right: 3.33333vw;
    width: 5.33333vw;
  }
  .p-present {
    padding: 0;
    padding-top: 15vw;
  }
  .p-present__form {
    padding-bottom: 14vw;
    margin-top: 0;
  }
  .p-present__form__header {
    font-size: 42px;
    font-size: 5.6vw;
    margin-bottom: 3.46667vw;
    padding: 0;
  }
  .p-present__form__header__text, .p-present__form__header__text--complete {
    line-height: 2;
    margin-bottom: 5.33333vw;
    padding: 0;
    text-align: left;
  }
  .p-present__form__item {
    background-color: transparent;
    display: block;
    margin-bottom: 0;
    background: #ffffff;
    box-sizing: border-box;
    padding-bottom: 4vw;
    box-sizing: border-box;
  }
  .p-present__form__item:nth-of-type(4) {
    margin-bottom: 0;
    padding-bottom: 6vw;
  }
  .p-present__form__item__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4vw;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    margin: 4vw auto;
  }
  .p-present__form__item__info--address .tel-text {
    margin: 0 auto;
  }
  .p-present__form__item__info--address .zip-text {
    margin: 0 auto;
  }
  .p-present__form__item__info .data__name:last-child {
    margin-left: 4vw;
  }
  .p-present__form__item__info--address {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 4vw;
    padding: 0;
    width: calc(100% - 8vw);
    margin: 4vw auto 0;
  }
  .p-present__form__item__text {
    margin: 0 auto;
  }
  .p-present__form__item__text:first-of-type {
    margin: 0 auto;
  }
  .p-present__form__item__text label {
    font-size: 28px;
    font-size: 3.73333vw;
    background: #ffffff;
  }
  .p-present__form__btn__wrap {
    margin-top: 5.33333vw;
  }
  .p-present__form__btn__prev {
    height: 12vw;
    margin: 0 auto 6.66667vw;
    width: 58.66667vw;
  }
  .p-present__form__btn__next {
    margin-top: 0;
    width: 100%;
  }
  .p-present__form__btn__next:before {
    height: 5.33333vw;
    width: 5.33333vw;
  }
  .p-present__confirm__btn__wrap {
    display: block;
    margin-top: 6.66667vw;
  }
  .p-present__confirm__btn__prev {
    margin: 0 auto 4vw;
    width: 100%;
  }
  .p-present__confirm__btn__next {
    font-size: 32px;
    font-size: 4.26667vw;
    height: 17.33333vw;
    margin: 0 auto;
    width: 100%;
  }
  .p-present__confirm__btn__next:before {
    height: 5.33333vw;
    right: 3.33333vw;
    width: 5.33333vw;
  }
  .p-present__complete__link {
    border-radius: 6px;
    font-size: 32px;
    font-size: 4.26667vw;
    height: 20vw;
    text-align: center;
    width: 84vw;
  }
  .p-present__complete__link:before {
    height: 5.33333vw;
    right: 4vw;
    width: 5.33333vw;
  }
  .u-align--center-sp {
    text-align: center;
  }
  .u-align--right-sp {
    text-align: right;
  }
  .u-align--left-sp {
    text-align: left;
  }
  .u-display--block-sp {
    display: block;
  }
  .u-display--inline-sp {
    display: inline-block;
  }
  .u-show--pc {
    display: none !important;
  }
  .u-show--sp {
    display: inherit !important;
  }
  .u-hide--sp {
    display: none !important;
  }
}
@media screen and (max-width: 340px) {
  .u-show--xs {
    display: inherit !important;
  }
}
.p-top__head1 {
  font-size: 48px;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
  justify-content: center;
}
.p-top__head1::before {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 210px;
  background: #ffffff;
  height: 1px;
}
.p-top__head1 > span {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__head1 {
    font-size: 9.6vw;
    text-align: center;
  }
  .p-top__head1::before {
    top: 11vw;
  }
  .p-top__head1 > span {
    font-size: 3.46666666vw;
    margin: 4vw 0 0 0;
  }
}

/*ここから*/
.p-top__vote {
  margin-top: -5.3vw;
  background: url(../images/bg_vote.png) center/100% 100% no-repeat;
  box-sizing: border-box;
  padding: 68px 0 120px 0;
}
@media only screen and (max-width: 992px) {
  .p-top__vote {
    padding: 13vw 0 16vw 0;
    background: url(../images/bg_votesp.png) center/100% 100% no-repeat;
  }
}
.p-top__vote__title {
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000000;
}
.p-top__vote__title .ff-en1 {
  font-size: 96px;
  color: #ec2525;
}
.p-top__vote__title .ff-en1 > span {
  font-size: 69px;
  display: inline-block;
  transform: translateY(-18px);
}
@media only screen and (max-width: 992px) {
  .p-top__vote__title {
    font-size: 7.4666666vw;
    line-height: 1;
  }
  .p-top__vote__title .ff-en1 {
    font-size: 14.9333333vw;
    display: inline-block;
    margin: 0 0 1vw 0;
  }
  .p-top__vote__title .ff-en1 > span {
    font-size: 10vw;
    transform: translateY(-2.5vw);
  }
}
.p-top__vote__txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #222222;
  margin: 12px 0 0 0;
  font-weight: 700;
}
.p-top__vote__txt ._01 {
  font-size: 28px;
  display: inline-block;
  margin: 6px 0 14px 0;
}
.p-top__vote__txt ._02 {
  font-size: 48px;
  display: inline-block;
  margin: 5px 0 0 0;
  color: #ec2525;
}
.p-top__vote__txt ._02 > span {
  font-size: 36px;
  display: inline-block;
  transform: translateY(-8px);
}
.p-top__vote__txt em {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__txt {
    font-size: 4vw;
    line-height: 1.8;
    margin: 9vw 0 0 0;
  }
  .p-top__vote__txt ._01 {
    font-size: 6.4vw;
    line-height: 1;
    margin: 0;
  }
  .p-top__vote__txt ._02 {
    font-size: 7.466666vw;
    margin: 0;
  }
  .p-top__vote__txt ._02 > span {
    font-size: 5vw;
  }
  .p-top__vote__txt em {
    font-size: 4vw;
    line-height: 1;
  }
}
@media only screen and (max-width: 992px) {
  .p-top__vote {
    margin-top: 0;
  }
}
.p-top__vote__schedule {
  margin: 60px 0 0 0;
}
.p-top__vote__schedule--head {
  font-size: 18px;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule {
    margin: 9.3vw 0 0 0;
  }
  .p-top__vote__schedule--head {
    font-size: 3.4666666vw;
    margin: 0;
  }
}
.p-top__vote__schedule ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule ul {
    flex-direction: column;
  }
}
.p-top__vote__schedule ul > li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 0 68px 9px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule ul > li::after {
    border-style: solid;
    border-width: 20px 39px 0 39px;
    border-width: 2.6666666vw 5.2vw 0 5.2vw;
    border-color: #007bff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    top: inherit;
    bottom: 0;
  }
}
.p-top__vote__schedule ul > li:nth-of-type(1) {
  background: #777777;
  width: 32.333333333%;
}
.p-top__vote__schedule ul > li:nth-of-type(1)::after {
  border-color: transparent transparent transparent #777777;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule ul > li:nth-of-type(1)::after {
    border-color: #777777 transparent transparent transparent;
  }
}
.p-top__vote__schedule ul > li:nth-of-type(2) {
  background: #444444;
  width: 33.333333333%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.p-top__vote__schedule ul > li:nth-of-type(2)::after {
  border-color: transparent transparent transparent #444444;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule ul > li:nth-of-type(2)::after {
    border-color: #444444 transparent transparent transparent;
  }
}
.p-top__vote__schedule ul > li:nth-of-type(3) {
  background: #ec2525;
  width: 34.333333333%;
}
.p-top__vote__schedule ul > li:nth-of-type(3)::after {
  content: none;
}
.p-top__vote__schedule ul > li:nth-of-type(1), .p-top__vote__schedule ul > li:nth-of-type(2), .p-top__vote__schedule ul > li:nth-of-type(3) {
  color: #ffffff;
  text-align: center;
  line-height: 1;
  height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--date, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--date, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--date {
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 600;
}
.p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--date > span, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--date > span, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--date > span {
  font-size: 24px;
  margin: 0 0 0 5px;
}
.p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--sub, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--sub, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--sub {
  font-size: 24px;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule ul > li:nth-of-type(1), .p-top__vote__schedule ul > li:nth-of-type(2), .p-top__vote__schedule ul > li:nth-of-type(3) {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    height: 24.93333333vw;
    box-sizing: border-box;
    padding: 5vw 0 0 0;
  }
  .p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--head, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--head, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--head {
    width: 100%;
    margin: 0 0 -1vw 0;
  }
  .p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--date, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--date, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--date {
    font-size: 9.6vw;
    margin: -1vw 0 0 0;
  }
  .p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--date > span, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--date > span, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--date > span {
    font-size: 4.8vw;
  }
  .p-top__vote__schedule ul > li:nth-of-type(1) .p-top__vote__schedule--sub, .p-top__vote__schedule ul > li:nth-of-type(2) .p-top__vote__schedule--sub, .p-top__vote__schedule ul > li:nth-of-type(3) .p-top__vote__schedule--sub {
    font-size: 4.8vw;
  }
  .p-top__vote__schedule ul > li:nth-of-type(1)::after, .p-top__vote__schedule ul > li:nth-of-type(2)::after, .p-top__vote__schedule ul > li:nth-of-type(3)::after {
    bottom: -2.666666666vw;
  }
}
.p-top__vote__schedule ul > li:nth-of-type(4) {
  color: #222222;
  display: flex;
  width: 100%;
  background: #ffffff;
  justify-content: center;
  align-items: baseline;
  height: 100px;
  line-height: 1;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}
.p-top__vote__schedule ul > li:nth-of-type(4)::after {
  content: none;
}
.p-top__vote__schedule ul > li:nth-of-type(4) .p-top__vote__schedule--head {
  font-weight: bold;
  margin: 0 12px 0 0px;
}
.p-top__vote__schedule ul > li:nth-of-type(4) .p-top__vote__schedule--date {
  letter-spacing: 0;
  font-size: 56px;
}
.p-top__vote__schedule ul > li:nth-of-type(4) .p-top__vote__schedule--date > span {
  font-size: 28px;
  margin: 0 0 0 5px;
}
.p-top__vote__schedule ul > li:nth-of-type(4) .deco {
  font-size: 56px;
  font-weight: 600;
  margin: 0 8px 0 11px;
}
@media only screen and (max-width: 992px) {
  .p-top__vote__schedule ul > li:nth-of-type(4) {
    height: 33.33333333vw;
    padding: 4vw 0 0 0;
    display: block;
    text-align: center;
  }
  .p-top__vote__schedule ul > li:nth-of-type(4) .p-top__vote__schedule--head {
    width: 100%;
    text-align: center;
    margin: 0 0 3vw;
    display: block;
  }
  .p-top__vote__schedule ul > li:nth-of-type(4) .p-top__vote__schedule--date {
    font-size: 9.6vw;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 3vw 0 0;
  }
  .p-top__vote__schedule ul > li:nth-of-type(4) .p-top__vote__schedule--date > span {
    font-size: 4.8vw;
    margin: 0 0 0 1vw;
  }
  .p-top__vote__schedule ul > li:nth-of-type(4) .deco {
    font-size: 9.6vw;
    margin: 0 1vw 0 3vw;
  }
}

.p-top__rule {
  background: #ffffff;
  box-sizing: border-box;
  padding: 42px 0 60px 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rule {
    padding: 6.5vw 0 8vw;
  }
}
.p-top__rule__txt {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .p-top__rule__txt {
    font-size: 6.4vw;
    display: block;
    line-height: 1.5;
  }
  .p-top__rule__txt::before, .p-top__rule__txt::after {
    position: absolute;
    width: 10.666666vw;
    height: 16vw;
  }
  .p-top__rule__txt::before {
    transform: translateY(2vw);
    left: 0;
    top: 0;
  }
  .p-top__rule__txt::after {
    transform: translateY(2vw) scaleX(-1);
    right: 0;
    top: 0;
  }
}

/*ボタン*/
.p-top__btn1 {
  width: 66.666666666%;
  margin: 45px auto 0;
  height: 120px;
}
@media only screen and (max-width: 992px) {
  .p-top__btn1 {
    width: 100%;
    margin: 6.5vw auto 0;
    height: 21.3333333vw;
  }
}
.p-top__btn1 > a {
  background: #ccc;
  color: #Ffffff;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
/*.p-top__btn1 > a::before {
  content: "";
  display: block;
  width: 52px;
  height: 36px;
  background: url(../images/icn_vote.svg) left top/100% 100% no-repeat;
  margin: 0 18px 0 0;
  transform: translate(7px, 5px);
}*/
.p-top__btn1 > a::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.p-top__btn1 > a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  .p-top__btn1 > a {
    font-size: 7.46666666vw;
  }
  .p-top__btn1 > a::before {
    width: 10.666666vw;
    height: 7.46666666vw;
    margin: 0 4vw 0 0;
  }
}

/*ランキング*/
.p-top__rank {
  background-color: #f4f1e8;
  box-sizing: border-box;
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .p-top__rank {
    padding-bottom: 16vw;
    overflow: hidden;
  }
}
.p-top__rank .p-top__rank__bg {
  background: url(../images/bg_ranking.jpg) top/cover no-repeat;
  padding: 115px 0 120px 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank .p-top__rank__bg {
    padding: 14.5vw 0 16vw 0;
  }
}
.p-top__rank .p-top__rank2__bg {
  background: url(../images/bg_ranking2.jpg) top/cover no-repeat;
  padding: 115px 0 120px 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank .p-top__rank2__bg {
    padding: 14.5vw 0 16vw 0;
  }
}
.p-top__rank .p-top__rank2__bg .p-top__rank__top h3 {
  color: #fff;
}
.p-top__rank .p-top__head1 {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .p-top__rank .p-top__head1::before {
    width: 42.133333vw;
  }
}
.p-top__rank__tabinner {
  display: none;
  transition: 0.3s;
}
.p-top__rank__tabinner.is-visible {
  display: block;
}
.p-top__rank__tabconts {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__tabconts {
    margin: -1vw 0 0 0;
  }
}
.p-top__rank__tabbtn {
  display: flex;
  justify-content: space-between;
}
.p-top__rank__tabbtn > p {
  width: 228px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #b2b2b2;
  transition: 0.3s;
  position: relative;
  font-weight: bold;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.p-top__rank__tabbtn > p:hover {
  background: #ec2525;
  color: #ffffff;
}
.p-top__rank__tabbtn > p.is-active {
  background: #ec2525;
}
.p-top__rank__tabbtn > p::before, .p-top__rank__tabbtn > p::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  background: #ffffff;
  width: 8px;
  height: 1px;
}
.p-top__rank__tabbtn > p::before {
  transform: translateX(-3px) rotate(45deg);
}
.p-top__rank__tabbtn > p::after {
  transform: translateX(3px) rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .p-top__rank__tabbtn {
    flex-wrap: wrap;
  }
  .p-top__rank__tabbtn > p {
    width: 44vw;
    height: 10.6666666vw;
    font-size: 4vw;
    margin: 0 0 4vw 0;
  }
}
.p-top__rank__top {
  margin: 10px 0 0 0;
}
.p-top__rank__top h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #d1a655;
  text-align: center;
}
.p-top__rank__order {
  margin: 65px 0 0 0;
}
.p-top__rank__order h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
}
.p-top__rank__order--wrap {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__order--wrap {
    margin: 5vw 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .p-top__rank__top {
    margin: 7vw 0 0 0;
  }
  .p-top__rank__top h3 {
    font-size: 6.4vw;
  }
  .p-top__rank__order {
    margin: 12vw 0 0 0;
  }
  .p-top__rank__order h3 {
    font-size: 6.4vw;
    margin: 0;
  }
}
.p-top__rank__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list {
    margin: 5vw 0 0 0;
  }
}
.p-top__rank__list > li {
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li {
    margin-top: 4vw;
  }
}
.p-top__rank__list > li.rank1 {
  width: 100%;
  margin-top: 0;
}
.p-top__rank__list > li.rank1 .p-top__rank__list--img {
  width: 400px;
  top: -11px;
  right: 1px;
}
.p-top__rank__list > li.rank1 .p-top__rank__list--name {
  font-size: 40px;
}
.p-top__rank__list > li.rank1 .p-top__rank__list--name > span {
  font-size: 24px;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.rank1 .p-top__rank__list--img {
    width: 52vw;
    right: -13vw;
    top: -4.5vw;
  }
  .p-top__rank__list > li.rank1 .p-top__rank__list--name {
    font-size: 4.8vw;
  }
  .p-top__rank__list > li.rank1 .p-top__rank__list--name > span {
    font-size: 3.4666666vw;
    margin: 1.5vw 0 0 0;
  }
}
.p-top__rank__list > li.other {
  width: 465px;
}
.p-top__rank__list > li.other .p-top__rank__list--name {
  font-size: 24px;
}
.p-top__rank__list > li.other .p-top__rank__list--name > span {
  font-size: 18px;
  margin: 9px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.other {
    width: 100%;
  }
  .p-top__rank__list > li.other .p-top__rank__list--name {
    font-size: 4.8vw;
  }
  .p-top__rank__list > li.other .p-top__rank__list--name > span {
    font-size: 3.4666666vw;
    margin: 1.5vw 0 0 0;
  }
}
.p-top__rank__list > li.order .p-top__rank__list--arrow {
  right: 0;
  bottom: 0;
}
.p-top__rank__list > li.order .p-top__rank__list--tag {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-top__rank__list > li.order > a::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #d1a656;
}
.p-top__rank__list > li.order.rank1 .p-top__rank__list--tag {
  width: 90px;
  left: -15px;
  top: -15px;
}
.p-top__rank__list > li.order.rank1 > a {
  padding: 58px 0 87px 80px;
}
.p-top__rank__list > li.order.rank1 .p-top__rank__list--img {
  width: 380px;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.order.rank1 > a {
    padding: 10.5vw 0 16.5vw 8vw;
  }
  .p-top__rank__list > li.order.rank1 .p-top__rank__list--tag {
    width: 12vw;
    left: -2.5vw;
    top: -2.5vw;
  }
  .p-top__rank__list > li.order.rank1 .p-top__rank__list--img {
    width: 52vw;
    right: -16vw;
    top: -4vw;
  }
}
.p-top__rank__list > li.order.other .p-top__rank__list--tag {
  width: 70px;
  left: -15px;
  top: -15px;
}
.p-top__rank__list > li.order.other > a {
  padding: 60px 0 75px 40px;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.order.other > a {
    padding: 10.5vw 0 16.5vw 8vw;
  }
  .p-top__rank__list > li.order.other .p-top__rank__list--tag {
    width: 13vw;
    left: -2.5vw;
    top: -2.5vw;
  }
}
.p-top__rank__list > li.top > a {
  border: 10px solid #a27626;
}
.p-top__rank__list > li.top > a::before {
  width: 100%;
  height: 100%;
}
.p-top__rank__list > li.top > a::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.top > a {
    border: 2.66666666vw solid #a27626;
  }
  .p-top__rank__list > li.top > a::before {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
  }
  .p-top__rank__list > li.top > a::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.p-top__rank__list > li.top .p-top__rank__list--tag {
  width: 158px;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.top .p-top__rank__list--tag {
    width: 28vw;
  }
}
.p-top__rank__list > li.top.rank1 > a {
  border: 10px solid #a27626;
  box-sizing: border-box;
  padding: 30px 0 50px 70px;
}
.p-top__rank__list > li.top.rank1 .p-top__rank__list--tag {
  width: 210px;
  transform: translateX(-40px);
}
.p-top__rank__list > li.top.rank1 .p-top__rank__list--section {
  font-size: 24px;
  display: inline-block;
  margin: 9px 0 0 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.top.rank1 > a {
    padding: 5vw 0 8vw 8vw;
    border: 2.66666666vw solid #a27626;
  }
  .p-top__rank__list > li.top.rank1 .p-top__rank__list--tag {
    width: 28vw;
    transform: translateX(-5.5vw);
  }
  .p-top__rank__list > li.top.rank1 .p-top__rank__list--section {
    font-size: 3.4666666vw;
    margin: 2.5vw 0 0 0;
  }
}
.p-top__rank__list > li.top.other .p-top__rank__list--tag {
  transform: translateX(-30px);
  margin: 0 0 12px;
}
.p-top__rank__list > li.top.other > a {
  box-sizing: border-box;
  padding: 30px 0 50px 50px;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list > li.top.other .p-top__rank__list--tag {
    transform: translateX(-5.5vw);
    margin: 0;
  }
  .p-top__rank__list > li.top.other > a {
    padding: 5vw 0 8vw 8vw;
  }
}
.p-top__rank__list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, rgb(226, 226, 226) 0%, rgb(255, 255, 255) 100%);
  transition: 0.3s;
}
.p-top__rank__list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top__rank__list > li > a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0);
}
.p-top__rank__list > li > a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.p-top__rank__list--arrow {
  width: 80px;
  height: 80px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
	z-index: 5;
}
.p-top__rank__list--img {
  position: absolute;
  display: block;
  width: 240px;
  right: -60px;
  top: 12px;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list--img {
    width: 44vw;
    right: -11vw;
    top: 3.5vw;
  }
}
.p-top__rank__list--section {
  color: #ec2525;
  font-weight: bold;
  font-size: 18px;
}
.p-top__rank__list--name {
  color: #222222;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
}
.p-top__rank__list--name > span {
  color: #777777;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top__rank__list--tag {
  display: block;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__list--arrow {
    right: -2.66666666vw;
    bottom: -2.66666666vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  .p-top__rank__list--section {
    font-size: 3.4666666vw;
    margin: 2.5vw 0 0 0;
    display: inline-block;
  }
}
.p-top__rank__table {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 30px 0;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__table {
    flex-direction: column;
    margin: 8vw 0 8vw 0;
  }
}
.p-top__rank__table > ul {
  background: #ffffff;
  width: 465px;
}
.p-top__rank__table > ul > li {
  display: flex;
  height: 46px;
  font-size: 15px;
}
.p-top__rank__table > ul > li:nth-of-type(1) {
  background: #ec2525;
  color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
.p-top__rank__table > ul > li:nth-of-type(1) > span {
  text-align: center;
}
.p-top__rank__table > ul > li.color .p-top__rank__table--name, .p-top__rank__table > ul > li.color .p-top__rank__table--count {
  background: #f2f2f2;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__table > ul {
    width: 100%;
  }
  .p-top__rank__table > ul + ul {
    margin-top: 0;
  }
  .p-top__rank__table > ul + ul > li:nth-of-type(1) {
    display: none;
  }
  .p-top__rank__table > ul > li {
    height: 12.2666666vw;
    font-size: 4vw;
  }
  .p-top__rank__table > ul > li.for-pc {
    display: none;
  }
}
.p-top__rank__table--num {
  background: #ec2525;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.204301075%;
  border-right: 1px solid #e2e2e2;
}
.p-top__rank__table--num > span {
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  color: #ec2525;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__table--num {
    width: 12vw;
  }
  .p-top__rank__table--num > span {
    font-size: 3.4666666vw;
    width: 6.9666666vw;
    height: 6.9666666vw;
  }
}
.p-top__rank__table--name {
  width: 65.376344086%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__rank__table--name > a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #222222;
  transition: 0.3s;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.p-top__rank__table--name > a:hover {
  color: #ec2525;
}
.p-top__rank__table--name > a::before, .p-top__rank__table--name > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #ec2525;
  position: absolute;
  right: 12px;
  top: 50%;
}
.p-top__rank__table--name > a::before {
  transform: translateY(-3px) rotate(50deg);
}
.p-top__rank__table--name > a::after {
  transform: translateY(3px) rotate(130deg);
}
@media only screen and (max-width: 992px) {
  .p-top__rank__table--name {
    width: 64vw;
  }
}
.p-top__rank__table--count {
  width: 17.419354839%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e2e2e2;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__table--count {
    width: calc(100% - 64vw - 12vw);
  }
}
.p-top__rank__btn {
  width: 50%;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ec2525;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  border: 1px solid #ec2525;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  margin: 60px auto 25px;
}
.p-top__rank__btn:hover {
  box-shadow: none;
}
.p-top__rank__btn:hover > span {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  .p-top__rank__btn:hover > span {
    background: none;
  }
}
.p-top__rank__btn > span {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__btn {
    width: 100%;
    height: 16vw;
    font-size: 4.8vw;
    margin: 8vw 0 6.5vw 0;
  }
}
.p-top__rank__bnr {
  width: 640px;
  position: relative;
  margin: 55px auto 0;
}
.p-top__rank__bnr > a {
  position: relative;
  display: block;
  width: 100%;
}
.p-top__rank__bnr > a > img {
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  .p-top__rank__bnr {
    width: 100%;
    margin: 7vw 0 0 0;
  }
}

.p-top__special {
  background: url(../images/bg_special.jpg) center top/100% auto repeat-y;
  box-sizing: border-box;
  padding: 115px 0 120px 0;
}
.p-top__special .p-top__head1 {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .p-top__special {
    padding: 14.5vw 0 16vw 0;
  }
  .p-top__special .p-top__head1::before {
    width: 40.8vw;
  }
}
.p-top__special__head {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 0 0;
  letter-spacing: 0.05em;
}
.p-top__special__head .ff-en1 {
  font-size: 96px;
  font-weight: 600;
  color: #000000;
}
.p-top__special__head .ff-en1 > span {
  font-size: 69px;
  display: inline-block;
  transform: translateY(-17px);
}
.p-top__special__head .ff-base {
  font-size: 80px;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .p-top__special__head {
    font-size: 6.4vw;
    margin: 8.5vw 0 0 0;
  }
  .p-top__special__head .ff-en1 {
    font-size: 12.8vw;
  }
  .p-top__special__head .ff-en1 > span {
    font-size: 10vw;
    transform: translateY(-2vw);
  }
  .p-top__special__head .ff-base {
    font-size: 10.6666666vw;
  }
}
.p-top__special__lead {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 25px 0 0 0;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.p-top__special__lead > span {
  color: #000000;
  font-size: 36px;
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 11px 16px 0;
}
.p-top__special__lead .ff-en1 {
  display: inline-block;
}
.p-top__special__lead .ff-en1.dot {
  font-size: 34px;
  transform: translateY(-6px);
}
.p-top__special__lead .ff-en1.txt {
  font-size: 44px;
  transform: translateY(3px);
}
@media only screen and (max-width: 992px) {
  .p-top__special__lead {
    font-size: 3.8vw;
    padding:0 !important;
  }
  .p-top__special__lead > span {
    font-size: 5.8vw;
    margin: 2vw 0 2.5vw 0;
  }
  .p-top__special__lead .ff-en1.dot {
    font-size: 5vw;
    margin: 0 0.5vw;
  }
  .p-top__special__lead .ff-en1.txt {
    font-size: 7.3vw;
    transform: translateY(0vw);
    letter-spacing: 0.05em;
  }
}
.p-top__special__list {
  margin: 60px 0 0 0;
}
.p-top__special__list > li {
  display: flex;
  position: relative;
}
.p-top__special__list > li + li {
  margin-top: 30px;
}
.p-top__special__list > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
  pointer-events: none;
  z-index: 2;
}
.p-top__special__list > li.is-hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.p-top__special__list._hide {
  display: none;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .p-top__special__list._hide {
    margin: 4vw 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .p-top__special__list {
    margin: 11vw 0 0 0;
  }
  .p-top__special__list > li {
    flex-direction: column;
  }
  .p-top__special__list > li + li {
    margin: 4vw 0 0 0;
  }
}
.p-top__special__img {
  display: block;
  width: 50%;
  position: relative;
}
.p-top__special__img::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  /* border: 1px solid #ffffff; */
}
.p-top__special__img + div {
  width: 50%;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 60px;
}
@media only screen and (max-width: 992px) {
  .p-top__special__img {
    width: 100%;
  }
  .p-top__special__img + div {
    width: 100%;
    padding: 0 0 16vw;
  }
}
.p-top__special__btn {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top__special__btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .p-top__special__btn {
    height: 16vw;
  }
  .p-top__special__btn > a {
    font-size: 4.8vw;
  }
}
.p-top__special__conts {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 26px 30px 0 30px;
}
@media only screen and (max-width: 992px) {
  .p-top__special__conts {
    padding: 2.5vw 4vw 0 4vw;
  }
}
.p-top__special__conts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url(../images/svg_mih.svg) left top/100% 100% no-repeat;
}
@media only screen and (max-width: 992px) {
  .p-top__special__conts::after {
    width: 100%;
    height: 0;
    padding-top: 26.521173913%;
    bottom: 3vw;
  }
}
.p-top__special__conts--name {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 7px 0 0 0;
}
.p-top__special__conts--name > span {
  font-weight: 400;
  color: #777777;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 6px 0 0 0;
}
.p-top__special__conts--lead {
  font-size: 24px;
  font-weight: bold;
  color: #ec2525;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 992px) {
  .p-top__special__conts--lead {
    font-size: 4.8vw;
  }
  .p-top__special__conts--name {
    font-size: 7.466666vw;
    margin: 1vw 0 0 0;
  }
  .p-top__special__conts--name > span {
    font-size: 3.4666666vw;
    margin: 1.5vw 0 0 0;
  }
}
.p-top__special__conts > div {
  display: flex;
  align-items: center;
  border-top: 1px solid #b2b2b2;
  height: 70px;
  margin: 34px 0 0 0;
  line-height: 1.3;
}
.p-top__special__conts > div > p {
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.p-top__special__conts > div > p > span {
  font-size: 13px;
  color: #777777;
}
@media only screen and (max-width: 992px) {
  .p-top__special__conts > div {
    margin: 5.5vw 0 0 0;
    height: 80px;
  }
  .p-top__special__conts > div > p {
    font-size: 4.8vw;
    padding: 0 0 0 4vw;
    line-height: 1.3;
  }
  .p-top__special__conts > div > p > span {
    font-size: 3.4666666vw;
  }
}
.p-top__special__media {
  display: block;
  width: 60px;
}
.p-top__special__morebtn {
  margin: 60px auto 0;
  width: 480px;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.p-top__special__morebtn > span {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  pointer-events: none;
}
.p-top__special__morebtn:hover {
  box-shadow: none;
}
.p-top__special__morebtn:hover > span {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  .p-top__special__morebtn:hover > span {
    background: none;
  }
}
@media only screen and (max-width: 992px) {
  .p-top__special__morebtn {
    width: 100%;
    height: 16vw;
    font-size: 4.8vw;
    margin: 8vw 0 0 0;
  }
}

.p-top__bnr {
  background: #ffffff;
  box-sizing: border-box;
  padding: 60px 0;
}
.p-top__bnr a {
  display: block;
  width: 960px;
  position: relative;
}
.p-top__bnr a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.p-top__bnr a:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  .p-top__bnr {
    padding: 8vw 0;
  }
  .p-top__bnr a {
    width: 100%;
  }
  .p-top__bnr a:hover {
    background: rgba(0, 0, 0, 0);
  }
}

.p-top__precautions {
  box-sizing: border-box;
  padding: 115px 0 110px 0;
  background: url(../images/bg_precautions.gif) center/60px 60px repeat;
}
.p-top__precautions .p-top__head1 {
  margin: 0 0 50px;
}
.p-top__precautions .p-top__head1::before {
  background: #222222;
  width: 260px;
}
@media only screen and (max-width: 992px) {
  .p-top__precautions {
    padding: 14.5vw 0 30.5vw 0;
  }
  .p-top__precautions .p-top__head1 {
    margin: 0 0 9vw;
  }
  .p-top__precautions .p-top__head1::before {
    width: 54.466666666vw;
  }
}

/*プラスボタン*/
.plus {
  position: relative;
}
.plus::before, .plus::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.plus::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.plus.is-open::after {
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .plus::before, .plus::after {
    right: 4vw;
  }
}

.p-search {
  background: url(../images/bg_search.jpg) center/100% 100% no-repeat;
  padding: 115px 0 120px 0;
}
@media only screen and (max-width: 992px) {
  .p-search {
    padding: 15vw 0 16vw 0;
  }
}
.p-search .p-top__head1 {
  color: #222222;
}
.p-search .p-top__head1::before {
  width: 184px;
  background: #222222;
}
.p-search__icn {
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
}
.p-search__icn img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .p-search .p-top__head1::before {
    width: 37.06666666vw;
  }
  .p-search__icn {
    width: 16vw;
    height: 16vw;
  }
}
.p-search__btn {
  width: 310px;
  margin: 0 auto;
  height: 80px;
  margin: 20px auto 0;
}
.p-search__btn > a, .p-search__btn button {
  background: #ec2525;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.p-search__btn > a::after, .p-search__btn button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icn_search_check.svg) left top/100% 100% no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .p-search__btn > a::after, .p-search__btn button::after {
    right: 4vw;
    width: 5.333333vw;
    height: 5.333333vw;
  }
}
.p-search__btn > a::before, .p-search__btn button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search__btn > a:hover, .p-search__btn button:hover {
  box-shadow: none;
}
.p-search__btn > a:hover::before, .p-search__btn button:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.p-search__btn > button {
  border: none;
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
}
@media only screen and (max-width: 992px) {
  .p-search__btn {
    width: 100%;
    height: 16vw;
    display: none;
  }
  .p-search__btn > a {
    font-size: 4.8vw;
  }
  .p-search__btn > a::after {
    width: 5.333333vw;
    height: 5.333333vw;
    right: 4vw;
  }
}
.p-search h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .p-search h3 {
    margin: 7vw 0 0 0;
    font-size: 6.4vw;
    display: none;
  }
}
.p-search__txt {
  font-size: 18px;
	line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-search__txt > span {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 992px) {
  .p-search__txt {
    font-size: 4vw;
    line-height: 1;
  }
  .p-search__txt > span {
    font-size: 5.6vw;
    margin: 2vw 0 0 0;
    display: inline-block;
  }
}
.p-search__list--title {
	display: none;
	}
.p-search__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0 0 0;
}
@media only screen and (max-width: 992px) {
	.p-search__list--title {
	  display: block;
		padding: 2vw;
    background-color: #000 !important;
		    color: #fff;
	}
  .p-search__list {
    margin-top: 11vw;
  }
}
.p-search__list .arrow::before, .p-search__list .arrow::after {
  right: 9px;
}
@media only screen and (max-width: 992px) {
  .p-search__list .arrow::before, .p-search__list .arrow::after {
    right: 2.5vw;
  }
}
.p-search__list > li {
  width: 472px;
  height: 100px;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .p-search__list > li {
    width: 100%;
    height: 21.333333vw;
  }
}
.p-search__list > li > a {
/*  background: url(../images/bg_search_01.png) center center/100% auto no-repeat;*/
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
  align-items: center;
  padding: 0 0 0 20px;
}
.p-search__list > li > a .arrow {
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #ec2525;
}
.p-search__list > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: 0.3s;
}
.p-search__list > li > a:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  .p-search__list > li > a {
    padding: 0 0 0 4vw;
  }
  .p-search__list > li > a .arrow {
    height: 21.3333333vw;
    width: 8vw;
  }
}
.p-search__list > li:nth-of-type(1) > a {
  background: url(../images/bg_search_01.png) center center/100% auto no-repeat;
}
@media only screen and (max-width: 992px) {
  .p-search__list > li:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-search__list > li:nth-of-type(2) > a {
  background: url(../images/bg_search_02.png) center center/100% auto no-repeat;
}
.p-search__list > li:nth-of-type(3) > a {
  background: url(../images/bg_search_03.png) center center/100% auto no-repeat;
}
.p-search__list > li:nth-of-type(4) > a {
  background: url(../images/bg_search_04.png) center center/100% auto no-repeat;
}
.p-search__list__bottom{
  display: flex;
  justify-content: space-between;
}
.p-search__list__bottom li{
  width: 90%;
}
.p-search__list__bottom li a{
  display: block;
  height: auto;
  width:  inherit;
  text-align: center;
}
.p-search__list__bottom li a img{
  max-width: 100%;
}
/*arrow*/
.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 12px;
  top: 50%;
}
.arrow::before {
  transform: translateY(-4.5px) rotate(50deg);
}
.arrow::after {
  transform: translateY(4.5px) rotate(130deg);
}

/*shadow*/
.shadowbtn {
  position: relative;
  transition: 0.3s;
}
.shadowbtn > a {
  position: relative;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.shadowbtn > a:hover {
  box-shadow: none;
}

.shadow {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.ECM_CheckboxInput {
  padding: 2.3vw 17px;
}
@media only screen and (max-width: 992px) {
  .ECM_CheckboxInput {
    padding: 2.3vw 3.4vw;
  }
}

.ECM_CheckboxInput-DummyInput2 {
  margin: 0 1px 0 0;
}
@media only screen and (max-width: 992px) {
  .ECM_CheckboxInput-DummyInput2 {
    margin: 0 2vw 0 0;
  }
}

.p-vote__modal__container .ECM_CheckboxInput-DummyInput2 {
  margin: 0 5px 0 0;
}

.p-topModal {
  height: 90vh;
  max-width: 964px;
  width: 77.89165%;
  margin: 0 auto;
  position: relative;
  overflow-y: scroll;
}

.p-topModal__wrap {
  font-family: Noto Sans JP, 游ゴシック, YuGothic, Yu Gothic, メイリオ, Meiryo, sans-serif;
}

@media screen and (max-width: 750px) {
  .p-topModal__wrap {
    max-width: 100%;
    width: 100%;
  }
  .p-topModal {
    height: auto;
    height: 75vh;
    max-width: 100%;
    width: 90.4%;
  }
}
.p-topModal__btn {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  height: 45px;
  width: 45px;
}

@media screen and (max-width: 750px) {
  .p-topModal__btn {
    top: -9.33333vw;
    left: 90.4%;
    height: 3vw;
    width: 3vw;
  }
}
.p-topModal__btn span {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .p-topModal__btn span {
    width: 9.33333vw;
  }
}
.p-topModal__btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media print, screen and (min-width: 751px) {
  .p-topModal__btn:hover {
    cursor: pointer;
  }
}
.p-topModalCont {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.p-topModalCont__inner {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 886px;
  width: 83.27068%;
}

@media screen and (max-width: 750px) {
  .p-topModalCont__inner {
    padding: 11.06667vw 0 13.33333vw;
    width: 82.0059%;
  }
}
.p-topModalContKv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-topModalContKv__txtBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-topModalContKv__logo {
  width: 169px;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv__logo {
    width: 28.77698%;
  }
}
.p-topModalContKv__logo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv__box {
    padding-left: 6vw;
  }
}
.p-topModalContKv__text {
  font-size: 21px;
  font-weight: 700;
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv__text {
    margin-top: 0;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-topModalContKv__name {
  font-size: 18px;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv__name {
    margin-top: 0;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-topModalContKv__img {
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv__img {
    margin-top: 6.66667vw;
  }
}
.p-topModalContKv__icon {
  position: absolute;
  top: -50px;
  right: 20px;
}

@media screen and (max-width: 750px) {
  .p-topModalContKv__icon {
    top: -6vw;
    right: -1.33333vw;
    width: 30.57554%;
  }
}
.p-topModalContProf {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .p-topModalContProf {
    margin-top: 2.66667vw;
  }
}
.p-topModalContProf__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0;
  position: relative;
  color: #004cbb;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .p-topModalContProf__wrap {
    display: block;
    padding: 4vw 0 6.66667vw;
  }
}
.p-topModalContProf__wrap:after {
  border-right: 2px solid #ec2525;
  border-bottom: 2px solid #ec2525;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p-topModalContProf__wrap:after {
    right: 2.66667vw;
    height: 1em;
    width: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .p-topModalContProf__wrap:hover {
    opacity: 0.7;
  }
}
.p-topModalContProf__ttl {
  font-size: 38px;
  font-weight: 700;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .p-topModalContProf__ttl {
    width: 100%;
    font-size: 19px;
    font-size: 5.06667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-topModalContProf__link {
    display: block;
    margin-top: 4.66667vw;
  }
}
.p-topModalContProf__text {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .p-topModalContProf__text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-topModalContProf__date {
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .p-topModalContProf__date {
    margin-top: 3.2vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.p-topModalContRace {
  display: block;
  padding-bottom: 36px;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace {
    padding-bottom: 5.33333vw;
  }
  .p-present__form__item__text--address label {
    background: #ffffff;
  }
}
.p-topModalContRace__tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec2525;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  width: 242px;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__tag {
    display: inline;
    height: auto;
    width: auto;
    padding: 1.33333vw 4vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.p-topModalContRace__title {
  display: block;
  padding: 20px 0;
  position: relative;
  width: 100%;
  color: #222;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__title {
    padding: 3.33333vw 5.33333vw 4.66667vw 0;
  }
}
@media print, screen and (min-width: 751px) {
  .p-topModalContRace__title:hover {
    opacity: 0.7;
  }
}
.p-topModalContRace__title:after {
  border-right: 2px solid #cc0931;
  border-bottom: 2px solid #cc0931;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__title:after {
    right: 2.66667vw;
    height: 1em;
    width: 1em;
  }
}
.p-topModalContRace__subTtl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  color: inherit;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__subTtl {
    line-height: 1.6;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.p-topModalContRace__ttl {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__ttl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-topModalContRace__movie {
  height: 400px;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__movie {
    height: 50vw;
    width: 100%;
  }
}
.p-topModalContRace__text {
  font-size: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__text {
    margin-top: 5.33333vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-topModalContRace__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cc0931;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  height: 150px;
  width: 704px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__btn {
    margin-top: 9.06667vw;
    height: 24vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .p-topModalContRace__btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-topModalContRace__btnTxt {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__btnTxt {
    font-size: 20.5px;
    font-size: 5.46667vw;
  }
}
.mfp-close-btn-in .mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .p-topModalContRace__btnLogo {
    margin: 0 auto;
    width: 63.57616%;
  }
  .mfp-container {
    padding: 0;
  }
}
.p-topModalContRace__btnLogo img {
  width: 100%;
}

._gray {
  color: #b2b2b2;
}

._black {
  color: #000000 !important;
}
._black::before {
  background: #000000 !important;
}/*# sourceMappingURL=style.css.map */


.close_info{
  max-width: 600px;
  width: 80%;
  height: 120px;
  text-align: center;
  line-height: 120px;
  color: #7d7d7d;
  font-size: 26px;
  font-weight: 700;
  margin:40px auto 0;
  background-color: #b9b9b9;
}

@media screen and (max-width: 750px) {
  .close_info{
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
}
