.top {
  color: #fff;
}
.top .wrapper {
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  background-image: none;
}
.top .wrapperBg {
  background-image: none;
}
.tp-wrap .tp-mv {
  position: relative;
}
.tp-wrap .tp-mv-img {
  display: block;
  width: 100%;
}
.tp-wrap .tp-mv .tp-mv_slideWrap {
  position: relative;
}
.tp-wrap .tp-mv .tp-mv_slide {
  line-height: 0;
}
.tp-wrap .tp-mv .tp-mv_slideItem {
  position: relative;
}
.tp-wrap .tp-mv .tp-mv_slideItem::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(0deg, #000 0%, transparent 100%);
  opacity: 0.3;
}
.tp-wrap .tp-mv .tp-mv-title img {
  width: 100%;
  vertical-align: top;
}
.tp-wrap .tp-mv .tp-mv_date img {
  width: 100%;
}
@-webkit-keyframes chara_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes chara_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tp-topics_inner,
.tp-prize_inner {
  margin: 0 auto;
}
.tp-mission_inner {
  margin: 0 auto;
}
.tp-topics {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.tp-topics .tp-topics_inner {
  position: relative;
  z-index: 100;
}
.tp-topics .tp-topics_bg img {
  position: absolute;
  z-index: -1;
}
.tp-topics .tp-topics_head {
  display: block;
}
.tp-topics .tp-topicsList .tp-topicsList_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tp-topics .tp-topics_dl {
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.tp-topics .tp-topics_dd a {
  display: block;
}
.tp-topics .tp-topics_dd a:link,
.tp-topics .tp-topics_dd a:active,
.tp-topics .tp-topics_dd a:visited {
  color: #000;
}
.tp-topics .tp-topics_dd a:hover {
  text-decoration: none;
}
.tp-topics .tp-topics_dd a:after {
  content: '';
  position: absolute;
  top: -16px;
  right: 0;
  background: url("/assets/img/common/arw_link_black.png?jraodds25sum") no-repeat 0/contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.tp-topics .tp-topics_dd--color a {
  color: #1d3994;
  text-decoration: underline;
}
.tp-topics .tp-topics_dd--color a:link,
.tp-topics .tp-topics_dd--color a:active,
.tp-topics .tp-topics_dd--color a:visited {
  color: #1d3994;
}
.tp-topics .tp-topics_dd--color a:hover {
  text-decoration: underline;
}
.tp-news {
  color: #000;
  border: 2px solid #000;
  font-size: 16px;
  margin: auto;
  box-sizing: border-box;
  padding: 18px;
  position: relative;
  width: 1066px;
}
.tp-news dl {
  border-top: 1px solid #fff;
  padding: 30px 0;
  margin: 0;
  font-weight: bold;
}
.tp-news dl:first-of-type {
  border-top: none;
  padding: 0 0 30px;
}
.tp-news dl:last-of-type {
  padding-bottom: 0;
}
.tp-news-date {
  margin-bottom: 2px;
  color: #000;
}
.tp-news a {
  color: #000;
}
.tp-bg02 {
  margin: 0 auto;
  position: relative;
}
.tp-bg02_deco {
  position: absolute;
}
.tp-about .tp-about_inner {
  width: 1066px;
  color: #fff;
  font-size: 18px;
  margin: auto;
  position: relative;
}
.tp-about .tp-about_img {
  position: absolute;
}
.tp-about .tp-about_lead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
}
.tp-about .tp-about-item {
  position: relative;
  z-index: 10;
}
.tp-wallpaper .tp-wallpaper_inner {
  width: 1066px;
  color: #fff;
  margin: auto;
  position: relative;
}
.tp-wallpaper .tp-wallpaper_lead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
}
.tp-wallpaper .tp-wallpaper_btn--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tp-wallpaper .tp-wallpaper_note {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
}
.tp-wallpaper .tp-wallpaper-schedule_img {
  position: relative;
}
.tp-phrase {
  position: relative;
}
.tp-phrase::before,
.tp-phrase::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #000;
  width: 1px;
  height: 1em;
}
.tp-phrase::before {
  left: -1em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.tp-phrase::after {
  right: -1em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.tp-bg03 {
  margin: 0 auto;
}
.tp-mission {
  width: 100%;
  margin: 0 auto;
}
.tp-mission .tp-mission_inner {
  color: #fff;
  margin: auto;
  position: relative;
}
.tp-mission .tp-mission_link {
  color: #000;
}
.tp-pickup .tp-pickup_inner {
  width: 1066px;
  margin: auto;
  position: relative;
}
.tp-pickup .tp-pickup_txt {
  margin-bottom: 20px;
  font-size: 17px;
  color: #000;
}
.tp-pickup .tp-pickup_btn {
  margin: 0 auto;
}
.tp-summer {
  margin: 0 auto;
}
.tp-summer_inner {
  width: 1069px;
  margin: auto;
  position: relative;
}
.tp-summer_horse {
  position: absolute;
}
.tp-summer_detail {
  position: relative;
  z-index: 100;
}
.tp-summer_txt {
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
}
.tp-summer_txt .tp-phrase::before,
.tp-summer_txt .tp-phrase::after {
  background-color: #fff;
}
.tp-summer_btn {
  margin: 0 auto;
}
.tp-entry.tp-entry-1 {
  padding-bottom: 0;
}
.tp-entry .tp-entry-2 {
  padding-bottom: 0;
}
.tp-entry .tp-entry-2.tp-entry--end .tp-entry_inner {
  background: rgba(0,0,0,0.6) !important;
}
.tp-entry.tp-entry--end .tp-entry_inner {
  background-image: none;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  box-shadow: none;
  margin-top: 0;
}
.tp-entry.tp-entry--end .tp-entry-end {
  font-weight: bold;
  box-sizing: border-box;
}
.tp-entry .tp-entry_inner {
  width: 1066px;
  margin: auto;
  padding: 38px 0 18px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.md-entryArea_btn {
  margin-top: 40px;
}
.md-entryArea_txt {
  text-align: left;
  color: #646464;
}
.tp-prize {
  margin: 0 auto;
}
.tp-prize .tp-prize_inner {
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.tp-prize .tp-prize_horse {
  position: absolute;
}
.tp-prize .tp-prize_ttl {
  box-sizing: border-box;
}
.tp-prize .tp-prize_btn {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.tp-entry.tp-entry-lower {
  margin: 0 auto;
}
.tp-entry.tp-entry-lower .tp-entry-lower_inner {
  margin: auto;
  box-sizing: border-box;
}
.tp-entry.tp-entry-lower .tp-entry-lower-lead {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 70px;
}
.tp-entry.tp-entry-lower .tp-entryVan {
  font-weight: bold;
  margin-top: 110px;
  box-sizing: border-box;
  color: #fff;
}
.tp-entry.tp-entry-lower .tp-entryVan_ttl {
  margin-bottom: 15px;
  font-size: 24px;
}
.tp-entry.tp-entry-lower .md-title2_head {
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
.tp-entry.tp-entry-lower .tp-entryVan_head {
  border-bottom: 2px solid #fff;
}
.tp-entry.tp-entry-lower .tp-entryVan-bnr {
  display: block;
}
.tp-entry.tp-entry-lower .tp-entryVanDetail {
  margin: 0;
}
.tp-entry.tp-entry-lower .tp-entryVanDetail_txt {
  font-size: 18px;
}
.tp-entry.tp-entry-lower .tp-entryVan-note {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
}
.tp-course .tp-course_inner {
  margin: auto;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.tp-course .tp-course_deco {
  position: absolute;
}
.tp-course .md-note2 {
  color: #000;
}
.tp-course .tp-weekly_btn {
  display: block;
  text-align: center;
}
.tp-weekly {
  text-align: center;
}
.tp-weekly .tp-weekly_inner {
  margin: auto;
  position: relative;
}
.tp-weekly .tp-weekly_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
}
.tp-weekly .tp-weekly_img {
  position: absolute;
}
.tp-weekly .tp-weekly_comeback img {
  width: 100%;
}
.tp-weekly .tp-weekly_acquisition {
  text-align: left;
  position: relative;
  z-index: 100;
}
.tp-weekly .tp-weekly_period-ttl {
  margin: 0 auto;
  text-align: center;
}
.tp-weekly .tp-weekly_period-figure img {
  width: 100%;
}
.tp-weekly .md-note2 {
  text-align: left;
}
.tp-weekly .tp-weekly_point img {
  width: 100%;
}
.tp-weekly .tp-weekly_btn {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .top .wrapper {
    min-width: 980px;
  }
  .tp-wrap .tp-mv .tp-mv_date {
    position: absolute;
    -webkit-animation: chara_anime 2.8s ease-in-out infinite forwards;
            animation: chara_anime 2.8s ease-in-out infinite forwards;
    -webkit-animation-iteration-count: 3;
            animation-iteration-count: 3;
    width: calc(162 / 1366 * 100%);
    bottom: calc(155 / 801.225 * 100%);
    right: calc(15 / 1366 * 100%);
    z-index: 10;
  }
  .tp-mission_inner {
    width: 1066px;
  }
  .tp-topics {
    max-width: 1366px;
    padding-bottom: 42px;
    background: url("/assets/img/top/bg_1.jpg?jraodds25sum") no-repeat center top/1366px auto;
    background-color: #dcdddd;
  }
  .tp-topics .tp-topics_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    box-sizing: border-box;
    width: 1066px;
    min-height: 480px;
    padding-left: 140px;
    padding-top: 110px;
    margin-bottom: 75px;
  }
  .tp-topics .tp-topics_bg img {
    bottom: 72px;
    margin: 0 auto;
    right: -34px;
  }
  .tp-topics .tp-topics_head {
    margin-bottom: 36px;
  }
  .tp-topics .tp-topicsList {
    width: 633px;
    padding-top: 87px;
    padding-right: 150px;
  }
  .tp-topics .tp-topicsList .tp-topicsList_wrap {
    margin-top: -25px;
  }
  .tp-topics .tp-topics_dl {
    margin: 0;
    padding: 21px 0 7px;
  }
  .tp-topics .tp-topics_dt {
    width: 14rem;
    margin-bottom: 3px;
  }
  .tp-topics .tp-topics_dd a {
    position: relative;
    padding: 0 30px 0 0;
  }
  .tp-news .tp-news_title {
    text-align: center;
    margin: 0 auto 10px;
  }
  .tp-news-date {
    font-size: 18px;
  }
  .tp-bg02 {
    max-width: 1366px;
    padding-bottom: 17px;
    background: url("/assets/img/top/bg_2.jpg?jraodds25sum") no-repeat center top/1366px auto;
    background-color: #0084d0;
  }
  .tp-bg02_deco {
    top: calc(100% - 611px);
    right: 0;
  }
  .tp-about {
    padding-top: 235px;
    text-align: center;
    z-index: 10;
  }
  .tp-about .tp-about_img {
    top: -213px;
    left: -43px;
  }
  .tp-about .tp-about_top {
    margin-bottom: 56px;
  }
  .tp-about .tp-about_img1 {
    margin-bottom: 133px;
  }
  .tp-about .tp-about_lead {
    position: relative;
    margin: 36px 0;
  }
  .tp-about .tp-about-item {
    margin-bottom: 60px;
  }
  .tp-wallpaper {
    margin-top: 228px;
    text-align: center;
  }
  .tp-wallpaper .tp-wallpaper_ttl {
    margin-bottom: 42px;
  }
  .tp-wallpaper .tp-wallpaper_lead {
    position: relative;
  }
  .tp-wallpaper .tp-wallpaper_img {
    margin-top: 75px;
  }
  .tp-wallpaper .tp-wallpaper_link {
    margin-top: 56px;
  }
  .tp-wallpaper .tp-wallpaper-schedule_ttl {
    margin: 157px 0 45px;
  }
  .tp-wallpaper .tp-wallpaper-schedule_img img {
    width: 836px;
    margin: 0 auto;
  }
  .simplebar-track {
    display: none;
  }
  .simplebar-mask {
    overflow: visible;
  }
  .tp-bg03 {
    max-width: 1366px;
    padding-top: 200px;
    padding-bottom: 166px;
    background: url("/assets/img/top/bg_3.jpg?jraodds25sum") no-repeat center top/1366px auto;
    background-color: #ffde00;
  }
  .tp-mission {
    text-align: center;
    max-width: 1066px;
  }
  .tp-mission .tp_mission_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .tp-mission .tp-mission_ttl {
    width: 428px;
  }
  .tp-mission .tp-mission_ttl1 {
    margin-bottom: 43px;
  }
  .tp-mission .tp-mission_img {
    width: 620px;
  }
  .tp-mission .tp-mission_link {
    margin-top: 70px;
  }
  .tp-mission .tp-mission_txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .tp-pickup {
    text-align: center;
    margin-top: 70px;
  }
  .tp-pickup .tp-pickup_ttl2 {
    margin: 0 auto;
    width: 820px;
  }
  .tp-pickup .tp-pickup_link {
    margin-top: 52px;
  }
  .tp-summer {
    text-align: center;
    padding-top: 353px;
    padding-bottom: 68px;
    max-width: 1366px;
    background: url("/assets/img/top/bg_4.jpg?jraodds25sum") no-repeat center top/1366px auto;
    background-color: #0084d0;
  }
  .tp-summer_ttl {
    text-align: left;
    margin-left: 121px;
  }
  .tp-summer_horse {
    top: -473px;
    left: 413px;
  }
  .tp-summer_lead {
    margin-top: 45px;
  }
  .tp-summer_detail {
    margin-top: 75px;
  }
  .tp-summer_period {
    margin-top: 53px;
  }
  .tp-summer_rule {
    margin-top: 80px;
  }
  .tp-summer_point {
    margin-top: 35px;
    margin-left: -37px;
  }
  .tp-summer_link {
    margin-top: 60px;
  }
  .tp-entry {
    text-align: center;
    padding-bottom: 145px;
    margin-top: 90px;
  }
  .tp-entry.tp-entry-1.tp-entry--end {
    margin-top: 218px;
    margin-bottom: 80px;
  }
  .tp-entry .tp-entry-2 {
    margin-top: 0;
  }
  .tp-entry .tp-entry-2.tp-entry--end {
    margin-top: 168px;
    margin-bottom: 196px;
  }
  .tp-entry.tp-entry--end .tp-entry_inner {
    padding: 18px 0;
    width: 490px;
    border: 2px solid #f6f6f6;
  }
  .tp-entry.tp-entry--end .tp-entry-end {
    font-size: 18px;
  }
  .tp-entry .tp-entry_inner {
    border: 10px solid #0084d0;
    margin-top: 36px;
    box-shadow: 0px 10px #000;
  }
  .md-entryArea_txt {
    font-size: 13px;
    margin: 35px 0 0 0;
    padding: 0 30px;
    line-height: 1.6;
  }
  .tp-entry-normal .tp-entry_inner {
    padding: 35px 0 15px;
  }
  .tp-prize {
    text-align: center;
    padding-top: 288px;
    padding-bottom: 260px;
    max-width: 1366px;
    background: url("/assets/img/top/bg_5.jpg?jraodds25sum") no-repeat center top/1366px auto;
    background-color: #0084d0;
  }
  .tp-prize .tp-prize_inner {
    max-width: 1066px;
  }
  .tp-prize .tp-prize_horse {
    top: -287px;
    right: 116px;
  }
  .tp-prize .tp-prize_ttl {
    text-align: left;
    margin-left: 105px;
  }
  .tp-prize .tp-prize_img1 img,
  .tp-prize .tp-prize_img2 img,
  .tp-prize .tp-prize_img3 img {
    width: 100%;
  }
  .tp-prize .tp-prize_img1 {
    margin: 80px auto 0;
    max-width: 825px;
  }
  .tp-prize .tp-prize_img2 {
    margin-top: 134px;
    margin-left: 90px;
    max-width: 688px;
  }
  .tp-prize .tp-prize_img3 {
    margin-top: 120px;
    margin-left: 95px;
    max-width: 911px;
  }
  .tp-prize .tp-prize_btn {
    margin: 56px auto 0;
  }
  .tp-entry.tp-entry-lower {
    padding-top: 60px;
    padding-bottom: 127px;
    max-width: 1366px;
    background: url("/assets/img/top/bg_6.jpg?jraodds25sum") no-repeat center top/1366px auto;
    background-color: #0084d0;
  }
  .tp-entry.tp-entry-lower .tp-entry-lower_inner {
    width: 1066px;
  }
  .tp-entry.tp-entry-lower .tp-entry_inner {
    border-color: #ffac00;
  }
  .tp-entry.tp-entry-lower .tp-entry--end .tp-entry_inner {
    border-color: #f6f6f6;
  }
  .tp-entry.tp-entry-lower .tp-entryVan-bnr {
    width: 976px;
    margin: 28px auto 0;
  }
  .tp-entry.tp-entry-lower .tp-entryVan-bnr img {
    width: 100%;
  }
  .tp-course .tp-course_inner {
    width: 1016px;
    padding: 60px 35px;
  }
  .tp-course .tp-course_ttl {
    margin-left: 20px;
  }
  .tp-course .tp-course_desc {
    margin-left: 20px;
    margin-top: 50px;
  }
  .tp-course .tp-course_map {
    margin-top: -120px;
  }
  .tp-course .tp-course_deco {
    top: 330px;
    right: 30px;
  }
  .tp-course .md-note2 {
    margin-top: 45px;
  }
  .tp-course .tp-weekly_btn {
    margin: 30px auto 0;
  }
  .tp-weekly .tp-weekly_inner {
    width: 980px;
  }
  .tp-weekly .tp-weekly_img {
    top: 400px;
    left: 200px;
  }
  .tp-weekly .tp-weekly_comeback {
    width: 112px;
    margin-left: 54px;
  }
  .tp-weekly .tp-weekly-ttl {
    margin-top: 15px;
  }
  .tp-weekly .tp-weekly_text {
    margin-top: 70px;
  }
  .tp-weekly .tp-weekly_acquisition {
    margin-top: 46px;
  }
  .tp-weekly .tp-weekly_period {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .tp-weekly .tp-weekly_period-ttl {
    margin-bottom: 27px;
  }
  .tp-weekly .tp-weekly_note {
    margin-bottom: 30px;
  }
  .tp-weekly .md-note2 {
    width: 1016px;
    margin: 0 auto;
  }
  .tp-weekly .tp-weekly_btn {
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top .wrapper::after {
    height: 612px;
  }
  .tp-wrap .tp-mv .tp-mv-title {
    width: 341.5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
  }
  .tp-wrap .tp-mv .tp-mv_date {
    width: 100%;
  }
  .tp-topics_inner,
  .tp-prize_inner {
    width: 345px;
  }
  .tp-mission_inner {
    width: 345px;
  }
  .tp-topics {
    max-width: 375px;
    padding-bottom: 42px;
    background-color: #dcdddd;
  }
  .tp-topics .tp-topics_inner {
    padding: 45px 15px;
    width: 345px;
    background: url("/assets/img/top/bg_1_sp.jpg?jraodds25sum") no-repeat center top/375px auto;
  }
  .tp-topics .tp-topics_bg img {
    top: 25px;
    right: 20px;
    height: 208.5px;
    width: 277.5px;
    max-width: 345px;
  }
  .tp-topics .tp-topics_head {
    margin-bottom: 20px;
    width: 71px;
  }
  .tp-topics .tp-topics_title img {
    width: 200px;
  }
  .tp-topics .tp-topicsList {
    margin-top: 30px;
  }
  .tp-topics .tp-topics_dl {
    font-size: 10px;
    padding: 14px 0 11px;
    margin: 0;
    position: relative;
  }
  .tp-topics .tp-topics_dl:first-child {
    padding-top: 4px;
  }
  .tp-topics .tp-topics_dd {
    margin-left: 0;
    margin-top: 1px;
  }
  .tp-topics .tp-topics_dd a {
    padding: 0 44px 0 0;
  }
  .tp-topics .tp-topics_dd a:after {
    width: 18px;
    height: 18px;
    top: 20px;
  }
  .tp-news {
    width: 345px;
    font-size: 10px;
    border-width: 1px;
    padding: 15px 10px;
  }
  .tp-news .tp-news_title {
    width: 62.5px;
    margin-bottom: 13px;
    line-height: 1;
  }
  .tp-news dl {
    padding: 19px 0;
  }
  .tp-news dl:first-of-type {
    padding: 0 0 19px;
  }
  .tp-news dl:last-of-type {
    padding-bottom: 0;
  }
  .tp-news-date {
    margin-bottom: 5px;
  }
  .tp-bg02 {
    max-width: 375px;
    padding-bottom: 45px;
    background: url("/assets/img/top/bg_2_sp.jpg?jraodds25sum") no-repeat center top/375px auto;
    background-color: #0084d0;
  }
  .tp-about {
    padding-top: 115px;
  }
  .tp-about .tp-about_inner {
    width: 345px;
  }
  .tp-about .tp-about_img {
    width: 140.5px;
    top: -140px;
    left: 0;
  }
  .tp-about .tp-about_top {
    width: 187.5px;
    margin-left: auto;
    margin-bottom: 32px;
  }
  .tp-about .tp-about_img1 {
    width: 329px;
    margin-left: 9.5px;
    margin-bottom: 67px;
  }
  .tp-about .tp-about_lead {
    line-height: 1.678571428571429;
    margin: 27px 0 19px;
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .tp-wallpaper {
    padding-top: 93px;
  }
  .tp-wallpaper .tp-wallpaper_inner {
    width: 345px;
  }
  .tp-wallpaper .tp-wallpaper_ttl {
    width: 325.5px;
    margin-bottom: 37px;
  }
  .tp-wallpaper .tp-wallpaper_lead {
    line-height: 1.678571428571429;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .tp-wallpaper .tp-wallpaper_img {
    margin-top: 39px;
  }
  .tp-wallpaper .tp-wallpaper_link {
    margin-top: 58px;
  }
  .tp-wallpaper .tp-wallpaper_btn {
    display: block;
    width: 345px;
    margin: 0 auto;
  }
  .tp-wallpaper .tp-wallpaper_note {
    margin-top: 9px;
    font-size: 10px;
    letter-spacing: 0.025em;
    text-align: left;
  }
  .tp-wallpaper .tp-wallpaper-schedule_ttl {
    margin: 80px 0 25px;
  }
  .tp-wallpaper .tp-wallpaper-schedule_img img {
    width: 508px;
  }
  .tp-bg03 {
    max-width: 375px;
    padding-top: 15px;
    padding-bottom: 64px;
    background: url("/assets/img/top/bg_3_sp.jpg?jraodds25sum") no-repeat center top/375px auto;
    background-color: #ffde00;
  }
  .tp-mission {
    max-width: 345px;
  }
  .tp-mission .tp-mission_inner {
    width: 345px;
  }
  .tp-mission .tp-mission_ttl1 {
    width: 214px;
  }
  .tp-mission .tp-mission_ttl2 {
    width: 324px;
    margin-top: 12px;
  }
  .tp-mission .tp-mission_img {
    margin-top: -53.5px;
  }
  .tp-mission .tp-mission_link {
    text-align: center;
    margin-top: 31px;
  }
  .tp-mission .tp-mission_txt {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .tp-mission .tp-mission_btn {
    display: block;
    width: 345px;
    margin: 0 auto;
  }
  .tp-pickup {
    margin-top: 68px;
  }
  .tp-pickup .tp-pickup_inner {
    width: 345px;
  }
  .tp-pickup .tp-pickup_ttl2 {
    width: 337px;
  }
  .tp-pickup .tp-pickup_link {
    padding-top: 10px;
  }
  .tp-pickup .tp-pickup_txt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .tp-pickup .tp-pickup_btn {
    display: block;
    width: 345px;
  }
  .tp-summer {
    max-width: 375px;
    padding-top: 201px;
    padding-bottom: 53px;
    background: url("/assets/img/top/bg_4_sp.jpg?jraodds25sum") no-repeat center top/375px auto;
    background-color: #0084d0;
  }
  .tp-summer_inner {
    width: 345px;
  }
  .tp-summer_horse {
    width: 131px;
    top: -205px;
    left: 99px;
  }
  .tp-summer_lead {
    width: 295px;
    margin-top: 19px;
  }
  .tp-summer_detail {
    width: 188px;
    margin: 40px auto 0;
  }
  .tp-summer_period {
    width: 325px;
    margin: 24px auto 0;
  }
  .tp-summer_rule {
    margin-top: 45px;
  }
  .tp-summer_point {
    margin-top: 24px;
  }
  .tp-summer_link {
    padding-top: 55px;
  }
  .tp-summer_txt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .tp-summer_btn {
    display: block;
    width: 345px;
  }
  .tp-entry {
    padding-bottom: 110px;
    margin-top: 57px;
  }
  .tp-entry.tp-entry-1.tp-entry--end {
    margin-top: 45px;
    margin-bottom: 0;
  }
  .tp-entry .tp-entry-2 {
    margin-top: 41px;
  }
  .tp-entry .tp-entry-2 .tp-entry_inner {
    margin-top: 18px;
  }
  .tp-entry .tp-entry-2.tp-entry--end {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .tp-entry.tp-entry--end .tp-entry_inner {
    margin-top: 50px;
    padding: 14px 0;
    border: 1px solid #f6f6f6;
  }
  .tp-entry.tp-entry--end .tp-entry-end {
    font-size: 14px;
  }
  .tp-entry .tp-entry_inner {
    border: 4.5px solid #0084d0;
    width: 345px;
    margin-top: 12.5px;
    padding: 30px 17.5px 12px;
    box-shadow: 0px 4px #000;
  }
  .tp-entry .tp-entry_img01 {
    width: 126px;
    margin: 0 auto;
  }
  .tp-entry .tp-entry_img02 {
    margin: 0 auto;
    width: 279.5px;
  }
  .md-entryArea_btn {
    margin-top: 19px;
  }
  .md-entryArea_txt {
    margin: 11px auto 0;
    font-size: 10px;
    line-height: 1.5;
  }
  .tp-entry-normal .tp-entry_inner {
    padding-top: 40px;
  }
  .tp-entry-normal .tp-entry_img01 {
    width: 204.5px;
  }
  .tp-prize {
    padding-top: 143px;
    padding-bottom: 125px;
    max-width: 375px;
    background: url("/assets/img/top/bg_5_sp.jpg?jraodds25sum") no-repeat center top/375px auto;
    background-color: #0084d0;
  }
  .tp-prize .tp-prize_horse {
    width: 150.5px;
    top: -150px;
    left: 173px;
  }
  .tp-prize .tp-prize_ttl img {
    max-width: 154.5px;
  }
  .tp-prize .tp-prize_img1 {
    max-width: 323px;
    margin-top: 29px;
  }
  .tp-prize .tp-prize_img2 {
    max-width: 296.5px;
    margin-top: 63px;
    margin-left: 8px;
  }
  .tp-prize .tp-prize_img3 {
    max-width: 323px;
    margin-top: 26.5px;
    margin-left: 7.5px;
  }
  .tp-prize .tp-prize_btn {
    display: block;
    width: 288px;
    margin: 22px auto 0;
  }
  .tp-entry.tp-entry-lower {
    padding-bottom: 26px;
    max-width: 375px;
    background: url("/assets/img/top/bg_6_sp.jpg?jraodds25sum") no-repeat center top/375px auto;
    background-color: #0084d0;
  }
  .tp-entry.tp-entry-lower .tp-entry-lower_inner {
    padding: 40px 0 0;
    width: 345px;
  }
  .tp-entry.tp-entry-lower .tp-entry_inner {
    border-color: #ffac00;
  }
  .tp-entry.tp-entry-lower .tp-entry--end .tp-entry_inner {
    border-color: #f6f6f6;
  }
  .tp-entry.tp-entry-lower .tp-entry-lower-lead {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.7;
  }
  .tp-entry.tp-entry-lower .tp-entryVan {
    margin-top: 36px;
  }
  .tp-entry.tp-entry-lower .tp-entryVan_ttl {
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
  }
  .tp-entry.tp-entry-lower .md-title2_head {
    margin-bottom: 21px;
    padding-bottom: 5px;
    font-size: 30px;
  }
  .tp-entry.tp-entry-lower .tp-entryVan-bnr {
    margin-top: 20px;
  }
  .tp-entry.tp-entry-lower .tp-entryVanDetail_txt {
    font-size: 11px;
    line-height: 1.727272727272727;
  }
  .tp-entry.tp-entry-lower .tp-entryVan-note {
    margin-top: 9px;
    font-size: 10px;
    letter-spacing: 0.025em;
    text-align: left;
  }
  .tp-course .tp-course_inner {
    width: 345px;
    margin: 0 auto;
    padding: 37px 30px;
  }
  .tp-course .tp-course_desc {
    margin-top: 30px;
  }
  .tp-course .tp-course_map {
    margin-top: -17px;
    position: relative;
    z-index: 10;
  }
  .tp-course .tp-course_deco {
    width: 45px;
    top: 165px;
    right: 11px;
    z-index: 1px;
  }
  .tp-course .md-note2 {
    margin-top: 35px;
  }
  .tp-course .md-note2 .md-note2_item {
    font-size: 10px;
    line-height: 1.6;
  }
  .tp-course .tp-weekly_btn {
    width: 275px;
    margin: 35px auto 0;
    display: block;
  }
  .tp-weekly .tp-weekly_inner {
    width: 345px;
  }
  .tp-weekly .tp-weekly_main {
    height: 454px;
  }
  .tp-weekly .tp-weekly_img {
    left: 5px;
    bottom: 45px;
    width: 285px;
  }
  .tp-weekly .tp-weekly_comeback {
    width: 44px;
    margin-left: 26px;
  }
  .tp-weekly .tp-weekly-ttl {
    width: 277px;
    margin-bottom: 20px;
  }
  .tp-weekly .tp-weekly_text {
    width: 240px;
    margin-left: 10px;
  }
  .tp-weekly .tp-weekly_acquisition {
    width: 162px;
    margin-bottom: 28px;
  }
  .tp-weekly .tp-weekly_period {
    margin-bottom: 14px;
    margin-top: -15px;
  }
  .tp-weekly .tp-weekly_period-ttl {
    width: 68px;
    margin-bottom: 12px;
  }
  .tp-weekly .tp-weekly_note {
    margin-bottom: 28px;
  }
  .tp-weekly .md-note2_item {
    font-size: 10px;
    text-indent: 0;
    padding-left: 0;
  }
  .tp-weekly .tp-weekly_btn {
    width: 345px;
    margin: 59px auto 0;
    display: block;
  }
}
