@charset "UTF-8";
.p-shutuba .c-section-heading {
  margin-bottom: 2.6rem;
}

.p-shutuba__content {
  margin-bottom: 6rem;
}

.p-shutuba__howto__heading {
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 2rem 3.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.p-shutuba__howto__heading::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: solid #FFF;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  position: absolute;
  right: 2.2rem;
  top: 50%;
  margin-top: -0.7rem;
}
.p-shutuba__howto__heading:has(.p-shutuba__howto__toggle-trigger:checked)::after {
  transform: rotate(-135deg);
  margin-top: -0.4rem;
}

.p-shutuba__howto__toggle-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.p-shutuba__howto__heading__text {
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.p-shutuba__howto__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s;
}

.p-shutuba__howto__body__inner {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s 0.1s;
}

.p-shutuba__howto:has(.p-shutuba__howto__toggle-trigger:checked) .p-shutuba__howto__body {
  grid-template-rows: 1fr;
}
.p-shutuba__howto:has(.p-shutuba__howto__toggle-trigger:checked) .p-shutuba__howto__body__inner {
  opacity: 1;
}

.p-shutuba__howto__image {
  width: min(100%, 30rem);
  display: block;
  margin: 2.6rem auto 0;
}

.p-shutuba__howto__description {
  color: var(--colorText2);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
}

.p-shutuba__box {
  background: #fff;
  /* ----------------------------------------------------------------------------- */
  /*--レースのグレードアイコン*/
  /* ----------------------------------------------------------------------------- */
}
.p-shutuba__box .RaceCommon_Table {
  height: 100%;
}
.p-shutuba__box .RaceCommon_Table tr th,
.p-shutuba__box .RaceCommon_Table tr td,
.p-shutuba__box .RaceCommon_Table tr td.List {
  padding-left: 0;
  padding-right: 0;
}
.p-shutuba__box .RaceCommon_Table a {
  color: #03a;
}
.p-shutuba__box table.RaceCommon_Table tr.Cancel {
  background-color: #dee0e5;
}
.p-shutuba__box table.RaceCommon_Table tr.Cancel td {
  border: 1px solid #c8cad0;
}
.p-shutuba__box .slide_guide {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 45px;
  border: 1px solid #848484;
  padding-left: 60px;
  padding-right: 20px;
  font-weight: bold;
  color: #3a3a3a;
  top: 285px;
  left: 15%;
}
.p-shutuba__box .slide_guide img {
  position: absolute;
  width: 28px;
  height: 35px;
  top: 4px;
  left: 194px;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: swing;
}
@keyframes swing {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-168px);
  }
  100% {
    transform: translateX(0px);
  }
}
.p-shutuba__box .slide_guide:after {
  position: relative;
  top: 2px;
  display: inline-block;
  content: none;
}
.p-shutuba__box #now {
  position: relative;
  text-align: center;
  padding: 10px;
  max-width: 1000px;
  margin: 40px auto 50px;
}
.p-shutuba__box #now:after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-shutuba__box #now .alert {
  color: #fff;
  display: block;
  font-weight: 700;
  background-color: #de8a26;
  border: 2px solid #de8a26;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item02 dl .Race_Name .Icon_GradeType {
  vertical-align: initial;
  margin-top: 4px;
  border-radius: initial;
}
.p-shutuba__box .RaceList_NameBox .RaceList_Item02 dl .Race_Name .Icon_GradeType {
  margin-top: initial;
  border-radius: initial;
}
.p-shutuba__box .CommonPager ul li a {
  width: auto;
}
.p-shutuba__box .CommonPager ul li:last-child a span.Prev,
.p-shutuba__box .CommonPager ul li:last-child a span.Next {
  text-indent: 100%;
}
.p-shutuba__box .CommonPager ul li:first-child a span.Prev:before,
.p-shutuba__box .CommonPager ul li:last-child a span.Next:after {
  content: none;
}
.p-shutuba__box .CommonPager ul li:first-child a span.Prev,
.p-shutuba__box .CommonPager ul li:last-child a span.Next {
  text-indent: 100%;
  border-radius: none;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
}
.p-shutuba__box .CommonPager ul li:first-child a span.Prev:before {
  background: none;
}
.p-shutuba__box .NewsBacknumberList ul li:nth-of-type(n + 2) .NewsTitle:after,
.p-shutuba__box .NewsBacknumberList ul li .NewsTitle:after {
  content: none;
  background: none;
}
.p-shutuba__box .NewsBacknumberList > h2:after {
  content: none;
}
.p-shutuba__box .l-mainvisual a,
.p-shutuba__box .swiper-slide a {
  display: block;
}
.p-shutuba__box .RaceChangeMenu_Group {
  width: 180px;
}
.p-shutuba__box .RaceDayWrap_Inner, .p-shutuba__box .RaceTopRaceMenuWrap, .p-shutuba__box .RaceDayWrap {
  background-color: white;
}
.p-shutuba__box .RaceDayWrap {
  padding: 15px 10px;
}
.p-shutuba__box .RaceDayWrap_Inner {
  font-size: 22px;
}
.p-shutuba__box .RaceInformation_Wrap {
  margin: 0;
}
.p-shutuba__box .RaceInformation_Item {
  font-size: 11px;
}
.p-shutuba__box .RaceDayPrev a:after, .p-shutuba__box .RaceDayPrev span:after, .p-shutuba__box .RaceDayNext a:after, .p-shutuba__box .RaceDayNext span:after {
  width: 20px;
  height: 20px;
}
.p-shutuba__box .RaceNumLink .Prev_Race:before, .p-shutuba__box .RaceNumLink .Next_Race:before {
  content: none;
}
.p-shutuba__box .RaceNumLink li > a, .p-shutuba__box .RaceChangeMenu_Group > div {
  font-size: 12.96px;
  line-height: 34px;
}
.p-shutuba__box .Race_Detail_Info_Btn, .p-shutuba__box .RaceList_NameBox .RaceList_Item01 .Race_Num {
  padding: 0;
}
.p-shutuba__box ul.DayChange_List li:first-child a, .p-shutuba__box .CourseChange_List li:first-child a,
.p-shutuba__box ul.DayChange_List li a, .p-shutuba__box ul.CourseChange_List li a {
  font-size: 12.96px;
  padding: 0 0 0 8px;
  width: auto;
  background: none;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item01 .Race_Num {
  height: 45px;
  line-height: 45px;
}
.p-shutuba__box .Race_Num span {
  font-size: 15.84px;
  font-weight: bold;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item02 dl .Race_Name {
  white-space: initial;
  color: black;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item02 dl .Race_Data {
  color: black;
  font-size: 14px;
  padding-top: 3px;
  letter-spacing: 1px;
}
.p-shutuba__box .RaceList_NameBox .Icon_ArrowB, .p-shutuba__box .RaceList_NameBox .Icon_ArrowT {
  transform: none;
}
.p-shutuba__box .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
  white-space: initial;
  font-size: 20px;
}
.p-shutuba__box .CourseRecord {
  border: none;
}
.p-shutuba__box .RaceOdds_Menu01 {
  padding: 0;
}
.p-shutuba__box .RaceOdds_Menu01:after {
  content: none;
}
.p-shutuba__box .Table_Container {
  margin: 0;
}
.p-shutuba__box .Table_Container * {
  font-weight: bold;
}
.p-shutuba__box .Table_Container .List * {
  font-size: 14.94px;
}
.p-shutuba__box .Table_Container .RaceCommon_Table {
  font-size: 20px;
}
.p-shutuba__box table.SpeedIndex * {
  font-weight: bold;
}
.p-shutuba__box table.SpeedIndex tr.List td {
  font-size: 14.94px;
  font-weight: bold;
  color: #555;
  height: 32px;
  padding: 4px 4px;
}
.p-shutuba__box table.SpeedIndex .Header th {
  color: #555;
  background: #eaeaea;
  font-weight: bold;
  border-color: #dadada;
}
.p-shutuba__box table.SpeedIndex .Waku {
  width: 32px;
}
.p-shutuba__box #Speed_List > p {
  display: none !important;
}
.p-shutuba__box #Speed_List:after {
  white-space: pre-wrap;
  content: "・予想印は当日昼までに随時更新されます。\a・本サイトにおける予想（印）の評価順は、◎○▲△☆となります";
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: inherit;
  padding-top: 2rem;
}
.p-shutuba__box .Description_Box.Flow dl{
  margin: 1.2rem 0 0;
  padding: 0;
}
.p-shutuba__box .RaceCommon_Table .avatar {
  padding: 0.4rem 0.1rem;
  width: 4.6rem;
  min-width: 4.6rem;
  vertical-align: bottom;
}
.p-shutuba__box .RaceCommon_Table .avatar a {
  width: 3.4rem;
  position: relative;
  z-index: 1;
  min-height: 13.8rem;
  height: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #014BB5;
  padding-bottom: 1.8rem;
}
.p-shutuba__box .RaceCommon_Table .avatar a::before {
  content: "";
  display: block;
  width: calc(100% - 0.4rem);
  height: calc(100% - 3.8rem);
  background: #FFF;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  border-radius: 0.2rem;
}
.p-shutuba__box .RaceCommon_Table .avatar a::after {
  content: "click";
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  letter-spacing: 0;
  translate: -50% 0;
}
.p-shutuba__box .RaceCommon_Table .avatar a.text {
  align-items: center;
}
.p-shutuba__box .RaceCommon_Table .avatar a span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorText1);
  line-height: 1;
  font-size: 1.35rem;
  padding-inline: 0.5rem;
  flex: 1 1;
}
.p-shutuba__box .RaceCommon_Table.SpeedIndex .avatar a img {
  margin: 0;
  border-radius: 50%;
  width: 2.7rem;
  aspect-ratio: 1/1;
}
.p-shutuba__box .RaceCommon_Table .avatar--guest {
  width: 4.2rem;
  min-width: 4.2rem;
  padding: 0.4rem 0.1rem;
}
.p-shutuba__box .GuestLinkBar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16482b;
  color: #fff !important;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  min-height: 13.8rem;
  font-weight: 700;
}
.p-shutuba__box .GuestLinkBar span {
  display: inline-block;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  font-size: 1.35rem;
}
.p-shutuba__box .GuestLinkBar span::after {
  content: none;
}
.p-shutuba__box .Table_Container .RaceCommon_Table .tate_text {
  width: 4.8rem;
  min-width: 4.8rem;
}
.p-shutuba__box .Table_Container .RaceCommon_Table .tate_text .kachiso_bar {
  font-size: 1.5rem;
  line-height: 1.1;
}

.p-shutuba__button {
  margin-top: 1rem;
}
.p-shutuba__button a {
  background: #0D9C00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.5rem;
  height: 5rem;
  padding-inline: 2.4rem 4rem;
  padding-bottom: 0.1rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.3s;
  margin: 1.6rem auto 0;
}
.p-shutuba__button a:hover {
  opacity: 1;
}
.p-shutuba__button a::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: calc(50% + 2px);
  right: 2.4rem;
  transition: transform 0.3s;
}
@media (min-width: 769px) {
  .p-shutuba .c-section-heading {
    margin-bottom: 4rem;
  }
  .p-shutuba__content {
    margin-bottom: 10rem;
  }
  .p-shutuba__content.c-inner {
    padding-block: 3.2rem 4.8rem;
    padding-inline: clamp(var(--sidePaddingSp1), (100% - var(--widthDefault)) / 2, 2.65rem);
  }
  .p-shutuba__howto {
    margin-bottom: 2rem;
  }
  .p-shutuba__howto__heading {
    height: 5.6rem;
  }
  .p-shutuba__howto__heading::after {
    width: 1.3rem;
    right: 3rem;
    margin-top: -1rem;
  }
  .p-shutuba__howto__heading:has(.p-shutuba__howto__toggle-trigger:checked)::after {
    margin-top: -0.5rem;
  }
  .p-shutuba__howto__heading__text {
    font-size: clamp(0px,calc(2.0703933747vw * 1.15),2rem);
    line-height: 1.6;
  }
  .p-shutuba__howto__image {
    width: min(100% - var(--sidePaddingPc1) * 2, 76rem);
    margin-top: 3.4rem;
  }
  .p-shutuba__howto__description {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: calc(clamp(-2rem,calc(-2.0703933747vw * 1),0px) + 1.8rem);
  }
  .p-shutuba-frame {
    padding: 1rem 1rem 0;
  }
  .p-shutuba__box .Shutuba_Form_Footer {
    margin: 2rem 0 0;
  }
  .p-shutuba__button {
    margin-top: 3.2rem;
  }
  .p-shutuba__button a {
    width: 33.8rem;
    height: 6.2rem;
  }
}
@media (max-width: 768px) {
  .p-shutuba__content.c-inner {
    margin-inline: 1rem;
    padding-top: 1.6rem;
  }
  .p-shutuba__howto {
    padding-inline: 0.6rem;
    margin-inline: calc(var(--sidePaddingSp1) * -1);
    margin-bottom: 1.2rem;
  }
  .p-shutuba__box {
    margin-inline: calc(var(--sidePaddingSp1) * -1);
    padding-inline: 1rem;
    padding-bottom: 4rem;
  }
  .p-shutuba__box .Speed_Contents_Wrap {
    margin-top: 33px;
    margin-bottom: 40px;
  }
  .p-shutuba__box .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
    padding: 0 7px;
  }
  .p-shutuba__box .Table_Container {
    overflow: auto;
  }
  .p-shutuba__box table.SpeedIndex {
    border-collapse: separate;
    border-spacing: 0;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(-n+3), .p-shutuba__box table.SpeedIndex td:nth-child(-n+3) {
    position: sticky;
    z-index: 10;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(1), .p-shutuba__box table.SpeedIndex td:nth-child(1) {
    left: -1px;
    min-width: 2.2rem;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(2), .p-shutuba__box table.SpeedIndex td:nth-child(2) {
    left: 31px;
    min-width: 5.5rem;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(3), .p-shutuba__box table.SpeedIndex td:nth-child(3) {
    left: 81px;
    z-index: 2;
  }
  .p-shutuba__box table.SpeedIndex tr.List td {
    height: auto;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0.4rem 0.4rem;
    border-left-width: 0;
    border-top-width: 0;
  }
  .p-shutuba__box table.SpeedIndex tr.List td[class*=Waku] {
    padding-inline: 0.2rem;
  }
  .p-shutuba__box table.SpeedIndex tr.List td.Horse_Select {
    background: #fff;
  }
  .p-shutuba__box table.SpeedIndex tr.List td.Horse_Name {
    background: #fff;
  }
  .p-shutuba__box table.SpeedIndex tr.List td.Horse_Name a {
    font-size: 1.3rem;
  }
  .p-shutuba__box table.SpeedIndex .Header th {
    letter-spacing: 0;
    padding: 0.2rem;
    font-size: 1.3rem;
    vertical-align: middle;
    border-left-width: 0;
    border-top-width: 0;
  }
  .p-shutuba__box table.SpeedIndex .Shutuba_Table_Btn01 {
    font-size: 1.2rem;
    width: 4.4rem;
    border-radius: 999rem;
  }
  .p-shutuba__box #shutuba_form {
    position: sticky;
    left: 0;
  }
  .p-shutuba__box #Speed_List:after {
    font-size: 1.3rem;
    padding-top: 2rem;
    padding-inline: 1.8rem;
    position: sticky;
    left: 0;
  }
  .p-shutuba__box .HorseCheckBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-shutuba__box .HorseCheck_Select + label:after {
    width: 0.7rem;
    height: 1.4rem;
    margin-top: -1.1rem;
    margin-left: -0.5rem;
  }
  .p-shutuba__box .Description_Box.Flow {
    position: sticky;
    left: 0;
    margin: 0
  }
  .p-shutuba__box .Description_Box.Flow dl{
    margin: 2rem 2.7rem 0;
    padding: 0;
  }

  .p-shutuba__button {
    position: sticky;
    left: 0;
  }

  .p-shutuba__box .RaceCommon_Table .avatar {
    padding: 0.4rem 0.2rem;
    width: auto;
  }
  .p-shutuba__box .RaceCommon_Table .avatar--guest {
    min-width: 3.8rem;
    width: 3.8rem;
    padding-inline: 0.2rem;
  }
  .p-shutuba__box .RaceCommon_Table .avatar a {
    width: 3.1rem;
    min-height: 10.8rem;
    padding-bottom: 1.6rem;
  }
  .p-shutuba__box .RaceCommon_Table .avatar a::before {
    height: calc(100% - 3.3rem);
  }
  .p-shutuba__box .RaceCommon_Table .avatar a::after {
    bottom: 0.5rem;
    content: "tap";
    font-size: 1.2rem;
  }
  .p-shutuba__box .RaceCommon_Table .avatar a span {
    font-size: 1.2rem;
    padding-inline: 0.3rem;
  }
  .p-shutuba__box table.SpeedIndex tr.List td:has(.GuestLinkBar) {
    padding-inline: 0.2rem;
  }
  .p-shutuba__box .GuestLinkBar {
    min-height: 10.8rem;
  }
  .p-shutuba__box .Table_Container .RaceCommon_Table .tate_text {
    width: 4.2rem;
    min-width: 4.2rem;
  }
  .p-shutuba__box .Table_Container .RaceCommon_Table .tate_text .kachiso_bar {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-shutuba__box .slide_guide {
    display: none !important;
  }
  .p-shutuba__box #now {
    text-align: center;
    padding: 10px;
    max-width: 1000px;
    margin: 40px auto 50px;
  }
  .p-shutuba__box #now .alert {
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .p-shutuba__button a:hover::after {
    transform: rotate(45deg) translate(calc(-50% + 2px), calc(-50% - 2px));
  }
}

.p-shutuba__box .slide_guide {
  position: absolute;
  right: 1.2rem;
  left: auto;
  bottom: 2.4rem;
  transform: none;
  display: none;
  width: 9.2rem;
  min-height: 8.5rem;
  padding: 0.55rem 0.7rem 0.7rem;
  border-radius: 0.8rem;
  background: rgba(58, 58, 58, 0.86);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.35;
  text-align: center;
  z-index: 25;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.p-shutuba__box .slide_guide .slide_guide_arrows {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.18rem;
  color: #fff;
  margin-bottom: 0.1rem;
  animation: slideGuidePulse 1.4s ease-in-out infinite;
}

.p-shutuba__box .slide_guide .slide_guide_hand {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.2rem;
  animation: slideGuideTap 1.4s ease-in-out infinite;
}

.p-shutuba__box .slide_guide .slide_guide_text {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
  color: #fff;
  white-space: normal;
}

@keyframes slideGuidePulse {
  0% {
    transform: translateX(0);
    opacity: 0.75;
  }
  50% {
    transform: translateX(-6px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.75;
  }
}

@keyframes slideGuideTap {
  0% {
    transform: translateX(0);
    opacity: 0.8;
  }
  50% {
    transform: translateX(6px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) {
  .p-shutuba__box .slide_guide {
    display: none !important;
  }
}
