/* Scss Document */
/* 
---------------------------------------
#racing01
---------------------------------------
*/
#racing01 {
  text-align: center;
  padding: 120px 0; }
  @media (max-width: 999px) {
    #racing01 {
      padding: 60px 0 100px;
      margin-bottom: 0; } }
  #racing01 .ttl {
    font-size: 80px;
    font-family: 'SpaceGrotesk-Light';
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.1; }
    @media (max-width: 999px) {
      #racing01 .ttl {
        font-size: 36px;
        margin-bottom: 30px; } }
    #racing01 .ttl span {
      color: #4188BC; }
  #racing01 .txt {
    font-size: 18px;
    margin-bottom: 60px; }
    @media (max-width: 999px) {
      #racing01 .txt {
        font-size: 16px;
        text-align: justify;
        width: 90%;
        margin: 0 auto 30px; } }

/* 
---------------------------------------
#racing02
---------------------------------------
*/
#racing02 {
  text-align: center;
  margin-bottom: 120px; }
  @media (max-width: 999px) {
    #racing02 {
      margin-bottom: 60px; } }
  #racing02 .inner_M {
    max-width: 1200px; }
  #racing02 .ttlBox {
    margin-bottom: 60px; }
    @media (max-width: 999px) {
      #racing02 .ttlBox {
        margin-bottom: 30px; } }
    #racing02 .ttlBox .ttlDeco {
      font-size: 120px;
      font-family: 'SpaceGrotesk-Light';
      font-weight: 300;
      line-height: 1.0999998728434244; }
      @media (max-width: 999px) {
        #racing02 .ttlBox .ttlDeco {
          font-size: 60px; } }
    #racing02 .ttlBox .ttl {
      font-size: 24px; }
      @media (max-width: 999px) {
        #racing02 .ttlBox .ttl {
          font-size: 16px; } }
  #racing02 .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(70/1053*100%);
    width: 100%;
    max-width: 1053px;
    margin: 0 auto 60px;
    text-align: left; }
    @media (max-width: 999px) {
      #racing02 .boxs {
        display: block;
        margin-bottom: 40px; } }
    #racing02 .boxs .pic {
      width: calc(478/1053*100%); }
      @media (max-width: 999px) {
        #racing02 .boxs .pic {
          width: 100%;
          margin-bottom: 16px; } }
      #racing02 .boxs .pic img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover; }
    #racing02 .boxs .box {
      width: calc(505/1053*100%); }
      @media (max-width: 999px) {
        #racing02 .boxs .box {
          width: 100%;
          margin: 0 auto;
          padding-top: 0; } }
      #racing02 .boxs .box .sttl {
        font-size: 40px;
        line-height: 0.9350000381469726;
        font-family: 'Noto Sans JP';
        font-weight: 300;
        margin-bottom: 12px; }
        @media (max-width: 999px) {
          #racing02 .boxs .box .sttl {
            font-size: 24px;
            margin-bottom: 12px; } }
      #racing02 .boxs .box .stxt {
        font-size: 18px;
        line-height: 2; }
        @media (max-width: 999px) {
          #racing02 .boxs .box .stxt {
            font-size: 16px; } }

/* 
---------------------------------------
#racing03
---------------------------------------
*/
#racing03 {
  background: #F8F8F8;
  padding: 120px 0; }
  @media (max-width: 999px) {
    #racing03 {
      padding: 60px 0; } }
  #racing03 .ttlDeco {
    font-size: 60px;
    line-height: 1.6000001000066317;
    font-family: 'SpaceGrotesk-Light';
    font-weight: 300;
    margin-bottom: 28px; }
    @media (max-width: 999px) {
      #racing03 .ttlDeco {
        font-size: 28px;
        margin-bottom: 16px; } }
  #racing03 .pics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media (max-width: 999px) {
      #racing03 .pics {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px; } }
    #racing03 .pics .pic {
      width: 100%; }
      #racing03 .pics .pic img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover; }

/* 
---------------------------------------
#racing04
---------------------------------------
*/
#racing04 {
  padding: 140px 0;
  background-image: url("../img/racing/04_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 999px) {
    #racing04 {
      padding: 60px 0; } }
  #racing04 .ttlBox {
    text-align: center;
    margin-bottom: 72px; }
    @media (max-width: 999px) {
      #racing04 .ttlBox {
        margin-bottom: 36px; } }
  #racing04 .ttlDeco {
    font-size: 80px;
    font-family: 'SpaceGrotesk-Light';
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 0.825;
    color: #C8C8C8; }
    @media (max-width: 999px) {
      #racing04 .ttlDeco {
        font-size: 40px;
        margin-bottom: 12px; } }
  #racing04 .ttl {
    font-size: 24px;
    color: #fff; }
    @media (max-width: 999px) {
      #racing04 .ttl {
        font-size: 16px; } }
  #racing04 .box {
    padding: 190px 0 86px;
    background-image: url("../img/racing/04_bg_02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center; }
    @media (max-width: 999px) {
      #racing04 .box {
        padding: 40px 0 40px; } }
  #racing04 .txt {
    font-size: 18px;
    margin-bottom: 80px;
    color: #fff;
    line-height: 2.2222222222222223; }
    @media (max-width: 999px) {
      #racing04 .txt {
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px; } }
  #racing04 .sttlBox {
    background: #000000;
    color: #fff;
    padding: 45px 0 49px; }
    @media (max-width: 999px) {
      #racing04 .sttlBox {
        padding: 25px 0 29px; } }
    #racing04 .sttlBox .sttl {
      font-size: 32px;
      line-height: 1.5;
      margin-bottom: 10px; }
      @media (max-width: 999px) {
        #racing04 .sttlBox .sttl {
          font-size: 20px; } }
    #racing04 .sttlBox .stxt {
      font-size: 16px; }
      @media (max-width: 999px) {
        #racing04 .sttlBox .stxt {
          font-size: 12px; } }

/* 
---------------------------------------
#racing05
---------------------------------------
*/
#racing05 {
  text-align: center;
  padding: 140px 0 80px; }
  @media (max-width: 999px) {
    #racing05 {
      padding: 60px 0 0; } }
  #racing05 .ttlBox {
    margin-bottom: 120px; }
    @media (max-width: 999px) {
      #racing05 .ttlBox {
        margin-bottom: 40px; } }
    #racing05 .ttlBox .ttlDeco {
      font-size: 120px;
      font-family: 'SpaceGrotesk-Light';
      font-weight: 300;
      line-height: 1.1;
      color: rgba(0, 0, 0, 0.2); }
      @media (max-width: 999px) {
        #racing05 .ttlBox .ttlDeco {
          font-size: 42px; } }
    #racing05 .ttlBox .ttl {
      font-size: 24px; }
      @media (max-width: 999px) {
        #racing05 .ttlBox .ttl {
          font-size: 16px; } }
  #racing05 .boxs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 999px) {
      #racing05 .boxs {
        grid-template-columns: 1fr;
        gap: 40px;
        width: 90%; } }
  #racing05 .box {
    text-align: left;
    background: transparent;
    overflow: hidden; }
  #racing05 .sttlBox {
    padding: 0 0 20px;
    color: #444; }
    @media (max-width: 999px) {
      #racing05 .sttlBox {
        padding-bottom: 10px; } }
  #racing05 .sttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px; }
    @media (max-width: 999px) {
      #racing05 .sttl {
        font-size: 16px; } }
  #racing05 .sttlDeco {
    font-size: 1.6vw;
    line-height: 1;
    font-family: 'SpaceGrotesk-Light';
    font-weight: 300; }
    @media (max-width: 999px) {
      #racing05 .sttlDeco {
        font-size: 24px; } }
  #racing05 .pic {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 999px) {
      #racing05 .pic {
        height: auto;
        aspect-ratio: 16 / 9; } }

/* 
---------------------------------------
#home07
---------------------------------------
*/
#home07 {
  padding-top: 19rem;
  padding-bottom: 18rem; }
  @media (max-width: 999px) {
    #home07 {
      padding-top: 8.9rem;
      padding-bottom: 9.5rem; } }
  #home07 .banner {
    display: flex;
    margin-bottom: 18.4rem;
    justify-content: center; }
    @media (max-width: 999px) {
      #home07 .banner {
        margin-bottom: 8.89rem;
        flex-direction: column; } }
    #home07 .banner a {
      margin: 0 10px; }
    @media (max-width: 999px) {
      #home07 .banner img {
        width: 100%; } }

#home07 .boxs .ttlBox {
  display: flex;
  justify-content: space-between;
  color: #000;
  margin-bottom: 11rem; }
  @media (max-width: 999px) {
    #home07 .boxs .ttlBox {
      align-items: center;
      margin-bottom: 4.59rem; } }
  #home07 .boxs .ttlBox .sttl {
    font-size: 120px;
    line-height: 94px;
    font-family: 'SpaceGrotesk-Light';
    text-align: center;
    color: #000; }
    @media (max-width: 999px) {
      #home07 .boxs .ttlBox .sttl {
        font-size: 40px;
        line-height: 32px; } }
  #home07 .boxs .ttlBox .btn a {
    color: #000; }
    @media (max-width: 999px) {
      #home07 .boxs .ttlBox .btn a {
        display: flex;
        justify-content: flex-end; } }
    #home07 .boxs .ttlBox .btn a svg path {
      fill: #000; }

@media (max-width: 999px) {
  #home07 .outer1 {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 3.2rem; } }

#home07 #tab2 {
  display: flex;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 3rem;
  margin-bottom: 7.5rem; }
  @media (max-width: 999px) {
    #home07 #tab2 {
      flex-wrap: wrap;
      border-bottom: 0 solid;
      padding-bottom: 2.75rem;
      margin-bottom: 0rem; } }
  #home07 #tab2 li {
    font-size: 22px;
    font-family: 'SpaceGrotesk-Regular';
    padding-right: 4.55rem;
    padding-left: 0.85rem;
    color: #c8c8c8; }
    @media (max-width: 999px) {
      #home07 #tab2 li {
        font-size: 18px;
        margin-right: 2.27rem;
        padding-right: 0;
        padding-left: 0; } }

@media (max-width: 999px) {
  #home07 #tab2 li:first-child {
    width: 100%; } }

#home07 #tab2 li:nth-child(4) {
  margin-right: 0; }

#home07 #tab2 li:hover,
#home07 #tab2 li:active {
  cursor: pointer;
  color: #000000; }

#home07 #tab2 li.active {
  color: #000000; }

#home07 .basic_info {
  display: flex;
  width: 21.45%; }
  @media (max-width: 999px) {
    #home07 .basic_info {
      width: 48%;
      justify-content: space-between;
      margin-bottom: 0.98rem; } }

#home07 .panel1,
#home07 .panel2,
#home07 .panel3,
#home07 .panel4,
#home07 .panel5 {
  display: none; }
  #home07 .panel1 ul,
  #home07 .panel2 ul,
  #home07 .panel3 ul,
  #home07 .panel4 ul,
  #home07 .panel5 ul {
    width: 100%; }
    #home07 .panel1 ul li,
    #home07 .panel2 ul li,
    #home07 .panel3 ul li,
    #home07 .panel4 ul li,
    #home07 .panel5 ul li {
      margin-bottom: 6rem;
      width: 100%; }
      @media (max-width: 999px) {
        #home07 .panel1 ul li,
        #home07 .panel2 ul li,
        #home07 .panel3 ul li,
        #home07 .panel4 ul li,
        #home07 .panel5 ul li {
          margin-bottom: 4.14rem; } }

#home07 .panel1 ul li a,
#home07 .panel2 ul li a,
#home07 .panel3 ul li a,
#home07 .panel4 ul li a,
#home07 .panel5 ul li a {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #home07 .panel1 ul li a,
    #home07 .panel2 ul li a,
    #home07 .panel3 ul li a,
    #home07 .panel4 ul li a,
    #home07 .panel5 ul li a {
      flex-direction: column; } }
  #home07 .panel1 ul li a .date,
  #home07 .panel2 ul li a .date,
  #home07 .panel3 ul li a .date,
  #home07 .panel4 ul li a .date,
  #home07 .panel5 ul li a .date {
    font-size: 16px;
    font-family: 'SpaceGrotesk-Regular';
    width: 38.7%;
    margin-right: 2rem; }
    @media (max-width: 999px) {
      #home07 .panel1 ul li a .date,
      #home07 .panel2 ul li a .date,
      #home07 .panel3 ul li a .date,
      #home07 .panel4 ul li a .date,
      #home07 .panel5 ul li a .date {
        font-size: 14px;
        margin-right: 1.3rem; } }
  #home07 .panel1 ul li a .outer2,
  #home07 .panel2 ul li a .outer2,
  #home07 .panel3 ul li a .outer2,
  #home07 .panel4 ul li a .outer2,
  #home07 .panel5 ul li a .outer2 {
    width: 50%; }
    @media (max-width: 999px) {
      #home07 .panel1 ul li a .outer2,
      #home07 .panel2 ul li a .outer2,
      #home07 .panel3 ul li a .outer2,
      #home07 .panel4 ul li a .outer2,
      #home07 .panel5 ul li a .outer2 {
        width: 47%; } }
    #home07 .panel1 ul li a .outer2 .border,
    #home07 .panel2 ul li a .outer2 .border,
    #home07 .panel3 ul li a .outer2 .border,
    #home07 .panel4 ul li a .outer2 .border,
    #home07 .panel5 ul li a .outer2 .border {
      border: 1px solid #c8c8c8;
      border-radius: 2px;
      text-align: center; }
      #home07 .panel1 ul li a .outer2 .border p,
      #home07 .panel2 ul li a .outer2 .border p,
      #home07 .panel3 ul li a .outer2 .border p,
      #home07 .panel4 ul li a .outer2 .border p,
      #home07 .panel5 ul li a .outer2 .border p {
        color: #000;
        font-size: 14px;
        font-family: 'SpaceGrotesk-Regular'; }
        @media (max-width: 999px) {
          #home07 .panel1 ul li a .outer2 .border p,
          #home07 .panel2 ul li a .outer2 .border p,
          #home07 .panel3 ul li a .outer2 .border p,
          #home07 .panel4 ul li a .outer2 .border p,
          #home07 .panel5 ul li a .outer2 .border p {
            font-size: 12px; } }
  #home07 .panel1 ul li a .wpTtl,
  #home07 .panel2 ul li a .wpTtl,
  #home07 .panel3 ul li a .wpTtl,
  #home07 .panel4 ul li a .wpTtl,
  #home07 .panel5 ul li a .wpTtl {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    width: 73.65%; }
    @media (max-width: 999px) {
      #home07 .panel1 ul li a .wpTtl,
      #home07 .panel2 ul li a .wpTtl,
      #home07 .panel3 ul li a .wpTtl,
      #home07 .panel4 ul li a .wpTtl,
      #home07 .panel5 ul li a .wpTtl {
        width: 100%;
        font-size: 15px; } }

#home07 .panel1 ul li a:last-child,
#home07 .panel2 ul li a:last-child,
#home07 .panel3 ul li a:last-child,
#home07 .panel4 ul li a:last-child,
#home07 .panel5 ul li a:last-child {
  margin-bottom: 0; }

#home07 .panel1.active,
#home07 .panel2.active,
#home07 .panel3.active,
#home07 .panel4.active,
#home07 .panel5.active {
  width: 100%; }
  @media (min-width: 1000px) {
    #home07 .panel1.active,
    #home07 .panel2.active,
    #home07 .panel3.active,
    #home07 .panel4.active,
    #home07 .panel5.active {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 999px) {
    #home07 .panel1.active,
    #home07 .panel2.active,
    #home07 .panel3.active,
    #home07 .panel4.active,
    #home07 .panel5.active {
      display: block; } }

#home07 #jquery-tab-pager-navi {
  display: none; }
