@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=！!");
a.btn--basic, main .contents .campaign__info .info__outline table td a.outline__btn {
  display: block;
  width: auto;
  padding: 0.5em 1em;
  margin: 2% auto;
  border: 2px #AAA solid;
  border-radius: 7px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 5px 3px rgba(255, 255, 255, 0.5) inset;
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(to bottom, #EEE, #CCC);
  background-color: transparent;
  background-origin: padding-box;
  background-clip: border-box;
  background-blend-mode: normal;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  text-indent: 0;
  text-shadow: 1px 1px 2px #FFF;
  text-decoration: none;
  color: #222;
  line-height: normal;
}

* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  margin-left: 1.5em;
}

table {
  border-collapse: collapse;
}

main .campaign__title h2 {
  text-align: center;
  margin: 3% 0;
  font-size: min(5vw, 200%);
  padding: 0.5em 0;
  position: relative;
  color: #0e3d22;
  text-shadow: 0 0 5px #FFF;
  line-height: 1.2;
}
main .campaign__title h2::before, main .campaign__title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
}
main .campaign__title h2::before {
  top: 0;
}
main .campaign__title h2::after {
  bottom: 0;
}
main .contents {
  border: 6px #FFF solid;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3em;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
  main .contents {
    padding: 1.5em;
  }
}
main .contents .campaign__info .info__body img.img__present {
  display: block;
  width: min(80%, 500px);
  margin: 2% auto 1%;
}
main .contents .campaign__info .info__outline {
  margin-top: 3%;
}
main .contents .campaign__info .info__outline h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 3%;
}
main .contents .campaign__info .info__outline table {
  width: 100%;
}
@media (max-width: 640px) {
  main .contents .campaign__info .info__outline table {
    display: block;
  }
  main .contents .campaign__info .info__outline table th, main .contents .campaign__info .info__outline table td {
    display: block;
    width: 100% !important;
  }
}
main .contents .campaign__info .info__outline table th, main .contents .campaign__info .info__outline table td {
  border: 1px #BBB solid;
  padding: 0.5em;
  text-align: left;
  font-size: 90%;
  font-weight: normal;
}
main .contents .campaign__info .info__outline table th {
  background-color: rgba(0, 0, 0, 0.15);
}
main .contents .campaign__info .info__outline table td {
  width: auto;
}
main .contents .campaign__info .info__outline table td a.outline__btn {
  width: 18em;
}
#body_id_form:has(#alert) main .contents .campaign__info, #body_id_confirm main .contents .campaign__info, #body_id_finish main .contents .campaign__info {
  display: none;
}

main .contents.twitter0114 .campaign__info .info__outline table th {
  width: 8em;
}
main .contents.twitter0114 .campaign__info .info__outline table th a.outline__btn, main .contents.twitter0114 .campaign__info .info__outline table td a.outline__btn {
  font-size: 110%;
}
main .contents.dreamrace .campaign__info .info__body .img__present {
  width: min(98%,900px);
}
main .contents.dreamrace .campaign__info .race__result,
main .contents.dreamrace .campaign__info .horse__list {
  margin-top: 10%;
  background-image: url(../images/campaign/img-dreamrace-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main .contents.dreamrace .campaign__info .race__result h3,
main .contents.dreamrace .campaign__info .horse__list h3 {
  font-size: min(6vw,54px);
  color: #1b7a23;
  padding: 1em 0.5em;
  text-align: center;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
main .contents.dreamrace .campaign__info .race__result h4,
main .contents.dreamrace .campaign__info .horse__list h4 {
  font-size: min(4vw,30px);
  color: #28452c;
  margin: 2% 0 1%;
  padding: 0.1em 0.5em;
  text-align: center;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
  border: 1px #1b7a23 solid;
  border-width: 1px 0;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 30%, black 70%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 30%, black 70%, rgba(0, 0, 0, 0));
  mask-size: 100%;
  -webkit-mask-size: 100%;
}
main .contents.dreamrace .campaign__info .race__result table,
main .contents.dreamrace .campaign__info .horse__list table {
  width: 98%;
  margin: 0 auto;
  border-collapse: collapse;
}
main .contents.dreamrace .campaign__info .race__result table tbody,
main .contents.dreamrace .campaign__info .horse__list table tbody {
  border: 2px #BBB solid;
  /*cursor:pointer;*/
}
main .contents.dreamrace .campaign__info .race__result table tr th, main .contents.dreamrace .campaign__info .race__result table tr td,
main .contents.dreamrace .campaign__info .horse__list table tr th,
main .contents.dreamrace .campaign__info .horse__list table tr td {
  border: 1px #b4b4b4 solid;
  padding: 0.2em;
  font-weight: normal;
  text-align: left;
  color: #333;
  font-size: min(3vw,16px);
  background-color: rgba(255, 255, 255, 0.7);
}
main .contents.dreamrace .campaign__info .race__result table tr th,
main .contents.dreamrace .campaign__info .horse__list table tr th {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}
main .contents.dreamrace .campaign__info .race__result table tr td,
main .contents.dreamrace .campaign__info .horse__list table tr td {
  border-style: dashed solid;
}
main .contents.dreamrace .campaign__info .race__result table tr td.horse__name,
main .contents.dreamrace .campaign__info .horse__list table tr td.horse__name {
  font-weight: bold;
  font-size: min(3.5vw,24px);
}
main .contents.dreamrace .campaign__info .race__result table tr td.horse__selecter,
main .contents.dreamrace .campaign__info .horse__list table tr td.horse__selecter {
  width: 9em;
  padding: 1em;
  text-align: center;
  position: relative;
  display: none;
}
main .contents.dreamrace .campaign__info .race__result table tr td.horse__selecter::before,
main .contents.dreamrace .campaign__info .horse__list table tr td.horse__selecter::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
main .contents.dreamrace .campaign__info .race__result table tr td.pop,
main .contents.dreamrace .campaign__info .horse__list table tr td.pop {
  width: 6em;
  text-align: center;
  font-size: min(3vw,20px);
}
main .contents.dreamrace .campaign__info .race__result table tbody.select th, main .contents.dreamrace .campaign__info .race__result table tbody.select td,
main .contents.dreamrace .campaign__info .horse__list table tbody.select th,
main .contents.dreamrace .campaign__info .horse__list table tbody.select td {
  background-color: rgba(255, 236, 69, 0.5);
  color: #a61616;
}
main .contents.dreamrace .campaign__info .race__result table tbody.select th.horse__selecter, main .contents.dreamrace .campaign__info .race__result table tbody.select td.horse__selecter,
main .contents.dreamrace .campaign__info .horse__list table tbody.select th.horse__selecter,
main .contents.dreamrace .campaign__info .horse__list table tbody.select td.horse__selecter {
  color: black;
}
main .contents.dreamrace .campaign__info .race__result table tbody.select th.horse__selecter::before, main .contents.dreamrace .campaign__info .race__result table tbody.select td.horse__selecter::before,
main .contents.dreamrace .campaign__info .horse__list table tbody.select th.horse__selecter::before,
main .contents.dreamrace .campaign__info .horse__list table tbody.select td.horse__selecter::before {
  background-color: rgba(203, 20, 20, 0.5);
}
main .contents.dreamrace .campaign__info .race__result .horse__tweet,
main .contents.dreamrace .campaign__info .horse__list .horse__tweet {
  position: sticky;
  bottom: 3%;
  margin: 5% 0 10%;
  display: none;
}
main .contents.dreamrace .campaign__info .race__result .horse__tweet .horse__tweet__btn,
main .contents.dreamrace .campaign__info .horse__list .horse__tweet .horse__tweet__btn {
  display: block;
  width: 15em;
  margin: 0 auto;
  padding: 0.7em 1em;
  text-align: center;
  background: linear-gradient(to bottom, #4ea8f7, #208fea);
  border: 1px #224268 solid;
  border-radius: 5px;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  line-height: 1.2;
  filter: grayscale(1) brightness(1.5);
  color: #727272;
  pointer-events: none;
  text-shadow: none;
  cursor: default;
}
main .contents.dreamrace .campaign__info .race__result .horse__tweet .horse__tweet__btn::first-line,
main .contents.dreamrace .campaign__info .horse__list .horse__tweet .horse__tweet__btn::first-line {
  font-size: 200%;
  font-weight: bold;
}
main .contents.dreamrace .campaign__info .race__result .horse__tweet .horse__tweet__btn.active,
main .contents.dreamrace .campaign__info .horse__list .horse__tweet .horse__tweet__btn.active {
  filter: none;
  color: #FFF;
  text-shadow: 0 0 3px #062238;
  pointer-events: auto;
  cursor: pointer;
}
main .contents.dreamrace .campaign__info .race__result tbody {
  background-color: #e2e2e2;
  color: #444;
}
main .contents.dreamrace .campaign__info .race__result tbody:nth-of-type(1) {
  background-color: #e0d161 !important;
  color: #46461f !important;
}
main .contents.dreamrace .campaign__info .race__result tbody:nth-of-type(2) {
  background-color: #aed2e1 !important;
  color: #192d36 !important;
}
main .contents.dreamrace .campaign__info .race__result tbody:nth-of-type(3) {
  background-color: #d0ae87 !important;
  color: #241e14 !important;
}
main .contents.dreamrace .campaign__info .race__result .youtube {
  width: 98%;
  margin: 0.5% auto 2%;
  aspect-ratio: 16/9;
}
main .contents.dreamrace .campaign__info .race__result .youtube iframe {
  width: 100%;
  height: 100%;
}

.campaign__attention {
  padding: 1em 0;
  font-size: 80%;
  margin-top: 2%;
}
.campaign__attention h4 {
  text-align: center;
  font-size: 180%;
}
.campaign__attention b {
  margin-top: 2%;
  display: block;
  font-size: 120%;
}
.modaal-content-container .campaign__attention {
  padding: 2em;
  background-color: #FFF;
  border: 2px #BBB solid;
  border-radius: 8px;
}