@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}

body {
  -webkit-text-size-adjust: 100%;
}

.hikaisai .kaisai_only {
  display: none !important;
}

.kaisai .hikaisai_only {
  display: none !important;
}

/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {

  body {
    font-size: 16px;
  }

  #wrapper {
    width: 400px;
    margin: 0;
    padding: 0 0 66px 0;
    position: relative;
  }

  #menu_wrap {
    width: 400px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: -2000px;
    left: 0px;
    z-index: 999;
    transition: 0.5s all;

  }

  #menu_wrap.active {
    top: 66px;
    transition: 0.5s all;
  }


  #r_menu {
    position: fixed;
    width: 100%;
    height: 16vw;
    padding-top: 1.2vw;
    bottom: 0px;
    left: 0px;
    background: url("../images/sp/r_menu_bg.png") repeat-x center center;
    z-index: 99;
    background-size: auto 100%;
  }

  #float_menu {
    width: 84%;
    margin: 0 0 0 2%;
    overflow-x: auto;
    float: left;
  }



  #r_menu #top {
    position: relative;
    width: 12%;
    height: 14vw;
    background: url("../images/top.png") center center no-repeat;
    background-size: 50%;
    transition: 0.5s all;
    float: left;
  }


  #float_menu li {
    width: 14%;
    height: 14vw;
    background: url("../images/right_menu_btn.png") center center no-repeat;
    background-size: 90%;
    cursor: pointer;
    float: left;
    position: relative;
  }

  #float_menu li a {
    display: block;
    line-height: 5vw;
    text-indent: -9999px;
    height: 100%;
  }

  #float_menu li.none {
    opacity: 0.5;
    pointer-events: none;
  }

  #float_menu li#btn_dento {
    background: url("../images/cat05_4.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cal {
    background: url("../images/cat01_1.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_replay {
    background: url("../images/cat01_7.png") center center no-repeat;
    background-size: 96%;
  }

  /* #float_menu li#btn_nikkan {
    background: url("../images/cat00_nikkan.png") center center no-repeat;
    background-size: 96%;
  } */
  #float_menu li#btn_telepo {
    background: url("../images/cat00_telepo.png") center center no-repeat;
    background-size: 96%;
  }

  /*menu 0228 taniguchi*/
  #float_menu li#btn_cat01_1 {
    background: url("../images/cat01_1.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_2 {
    background: url("../images/cat01_2.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_3 {
    background: url("../images/cat01_3.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_4 {
    background: url("../images/cat01_4.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_5 {
    background: url("../images/cat01_5.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_6 {
    background: url("../images/cat01_6.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_7 {
    background: url("../images/cat01_7.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_8 {
    background: url("../images/cat01_8.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat01_9 {
    background: url("../images/cat01_9.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat02_1 {
    background: url("../images/cat02_1.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat02_2 {
    background: url("../images/cat02_2.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat02_3 {
    background: url("../images/cat02_3.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat02_4 {
    background: url("../images/cat02_4.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat03_1 {
    background: url("../images/cat03_1.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat03_2 {
    background: url("../images/cat03_2.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat03_3 {
    background: url("../images/cat03_3.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat03_4 {
    background: url("../images/cat03_4.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat04_1 {
    background: url("../images/cat04_1.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat04_2 {
    background: url("../images/cat04_2.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat04_3 {
    background: url("../images/cat04_3.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat04_4 {
    background: url("../images/cat04_4.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat04_5 {
    background: url("../images/cat04_5.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat04_6 {
    background: url("../images/cat04_6.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_1 {
    background: url("../images/cat05_1.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_2 {
    background: url("../images/cat05_2.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_3 {
    background: url("../images/cat05_3.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_4 {
    background: url("../images/cat05_4.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_5 {
    background: url("../images/cat05_5.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_6 {
    background: url("../images/cat05_6.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_7 {
    background: url("../images/cat05_7.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_8 {
    background: url("../images/cat05_8.png") center center no-repeat;
    background-size: 96%;
  }

  #float_menu li#btn_cat05_9 {
    background: url("../images/cat05_9.png") center center no-repeat;
    background-size: 96%;
  }



  /*close btn*/

  #float_menu li .close {
    background: #000;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    top: 1px;
    right: -5px;
    cursor: pointer;
    display: none;
    opacity: 0.7;
    transition: .3s;
  }

  #float_menu li .close::before,
  #float_menu li .close::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    /* 棒の幅（太さ） */
    height: 10px;
    /* 棒の高さ */
    background: #FFF;
  }

  #float_menu li .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #float_menu li .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }


  #float_menu li.hold .close {
    display: block;
  }

  #header {
    width: 400px;
    height: 132px;
    position: relative;
  }

  .kaisai #header,
  .kaisai #footer {
    background: #00368C;
  }

  .hikaisai #header,
  .hikaisai #footer {
    background: #5F5E80;
  }

  .hikaisai #header {
    height: 132px;
  }

  #suimen {
    display: none;
  }

  #header_1 {
    position: relative;
    width: 100%;
  }

  #header_1 h1 {
    width: 170px;
    height: 40px;
    position: absolute;
    background: url("../images/sp/h1_kojima.png") no-repeat center center / 100% auto;
    display: block;
    text-indent: -9999px;
    top: 2px;
    left: 52px;
  }

  #header_1 h1 a {
    line-height: 40px;
    display: block;
  }


  #menu {
    width: 44px;
    height: 44px;
    position: absolute;
    background: url("../images/menu.png") no-repeat center center;
    background-size: 100%;
    top: 0px;
    left: 0px;
    transition: 0.5s all;
  }

  #menu.active {
    background: url("../images/menu_on.png") no-repeat center center;
  }

  .sns {
    width: 120px;
    height: 27px;
    position: absolute;
    top: 9px;
    right: 54px;
    font-size: 2px;
  }

  .sns ul li {
    float: left;
    width: 26px;
    height: 27px;
    margin-left: 3px;

  }

  .sns ul li a {
    line-height: 27px;
    display: block;
    text-indent: -9999px;
  }

  .sns ul li:nth-child(1) {
    margin-left: 0px;
    background: url("../images/sns1.png") no-repeat left center, #ff0033;
    background-size: 100%;
  }

  .sns ul li:nth-child(2) {
    background: url("../images/sns2.png") no-repeat left center, #1877f2;
    background-size: 100%;
  }

  .sns ul li:nth-child(3) {
    background: url("../images/sns3.png") no-repeat left center, #000;
    background-size: 100%;
  }

  .sns ul li:nth-child(4) {
    background: url("../images/sns4.png") no-repeat left center, linear-gradient(-45deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
    background-size: 100%;
  }

  #btn_vote {
    width: 54px;
    height: 70px;
    background: url("../images/sp/vote.png") top left no-repeat;
    background-size: 100%;
    z-index: 9;
    margin-left: 0%;
    position: absolute;
    top: 0px;
    right: 0px;

  }

  #btn_vote a {
    display: block;
    text-indent: -9999px;
    line-height: 83px;
  }

  .kaisai #todays1 {
    position: absolute;
    background: #DC0000;
    font-family: var(--font-family-J);
    top: 66px;
    left: 0px;
    height: 66px;
    display: block;
  }

  .hikaisai #todays1,
  .kaisai #todays1_2,
  .stop1 #todays1 {
    display: none;
  }

  #todays1_3,
  #todays1_4 {
    display: none;
  }

  .stop1 #todays1_3,
  .stop2 #todays1_4 {
    display: block;
  }

  .hikaisai #todays1_2 {
    position: absolute;
    background: #666666;
    font-family: var(--font-family-J);
    top: 66px;
    left: 0px;
    width: 106px;
    height: 32px;
    display: block;
  }

  .stop1 #todays1_3,
  .stop2 #todays1_4 {
    position: absolute;
    background: #FFEB00;
    font-family: var(--font-family-J);
    top: 66px;
    left: 0px;
    width: 106px;
    height: 64px;
    display: block;
    border: 3px solid #DC0000;
  }

  .next_race {
    width: 106px;
    height: 34px;
    position: absolute;
    top: 100px;
    left: 0px;
  }

  .next_race dt {
    display: none;
  }

  .next_race dl,
  .next_race dd {
    width: 100%;
    text-align: center;
    color: #fff;
  }

  .next_race dd {
    background: #DC0000;
    height: 32px;
    position: relative;
  }

  .next_race dd .count1 {
    font-size: 11px;
    font-weight: 500;
    width: 100px;
    position: absolute;
    top: 3px;
    left: -30px;
    line-height: 120%;
  }

  .next_race dd .count2 {
    font-size: 30px;
    font-family: var(--font-family-en-2);
    font-weight: 700;
    width: 50px;
    text-align: right;
    position: absolute;
    top: 0px;
    left: 32px;
    color: #FFE600;
  }

  .next_race dd .count3 {
    font-size: 16px;
    font-weight: 500;
    width: 30px;
    position: absolute;
    top: 6px;
    left: 78px;
  }



  .state {
    width: 106px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
  }

  .hikaisai .state {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
  }

  .stop1 #todays1_3 .state,
  .stop2 #todays1_4 .state {
    width: 100px;
    font-size: 33px;
    line-height: 58px;
    height: 58px;
    color: #DC0000;
  }

  .stop2 #todays1_4 .state {
    font-size: 24px;
  }




  .open {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: -3px;
  }

  .open span {
    font-size: 10px;
    vertical-align: 2px;
    margin: 0 2px;
  }


  #race_tit {
    width: 294px;
    height: 44px;
    line-height: 120%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 66px;
    right: 0px;
  }


  #race_tit dl {
    width: 100%;
    height: 44px;
  }

  #race_tit dl dt {
    float: left;
  }

  #race_tit dl dd {
    float: right;
    width: 246px;
    height: 44px;
    padding-left: 2px;
    padding-top: 2px;
  }



  #race_tit dl dt {
    height: 26px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-family-J);
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .hikaisai #race_tit dl dt {
    height: 44px;
    padding-top: 7px;
    line-height: 15px;
    font-family: var(--font-family-J);
  }

  .hikaisai #race_tit dl dt span {
    font-size: 10px;
    font-weight: 700;
  }

  .kaimon {
    display: none;
  }

  #race_tit dl dt.d_wh {
    width: 44px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-family: var(--font-family-J);
    font-weight: 500;
    background: #828282;
  }

  #race_tit dl dt.grade_sg {
    width: 44px;
    background: #CE0000;
  }

  #race_tit dl dt.grade_g1 {
    width: 44px;
    background: #EB6E00;
  }

  #race_tit dl dt.grade_g2 {
    width: 44px;
    background: #00B892;
  }

  #race_tit dl dt.grade_g3 {
    width: 44px;
    background: #159EF9;
  }

  #race_tit dl dt.grade_ip {
    width: 44px;
    background: #4C4F75;
  }

  #race_tit dl dd {
    font-size: 16px;
    font-family: var(--font-family-J);
    font-weight: 700;
  }

  #race_tit dl dd.sp_over30 div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #race_tit dl dd.sp_over30 p {
    font-size: 13px;
    line-height: 13px;
    width: 100%;
  }

  #race_tit dl dd span {
    margin: 0px 6px;
  }

  #race_tit dl.schedule {
    height: 22px;
    padding-left: 4px;
    background: #ccc;
  }

  #race_tit dl.schedule dt {
    text-indent: 0px;
    font-family: var(--font-family-en-2);
    font-weight: 700;
    font-size: 14px;
    padding: 0 2px;
    float: left;
    color: #000;
    height: 22px;
    line-height: 22px;
  }

  #race_tit dl.schedule dd {
    text-indent: 0px;
    font-family: var(--font-family-J);
    font-weight: 500;
    font-size: 10px;
    background: #333;
    height: 14px;
    width: 14px;
    line-height: 10px;
    border-radius: 7px;
    color: #fff;
    margin-top: 3px;
    margin-right: 3px;
    float: left;
  }

  #race_tit dl.schedule dd.sat {
    background: #2777C7;
  }

  #race_tit dl.schedule dd.hol {
    background: #DD3232;
  }

  #race_tit dl.schedule dt.today {
    background: #C2FF50;
  }

  .hikaisai #race_tit dl.schedule dt.today {
    background: none;
  }


  /*　▼▼▼ヘッドライン▼▼▼　*/
  #headline {
    width: 400px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background-color: #333;
    padding-left: 66px;
    background-image: url(../images/news_t.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 55px;
    position: absolute;
    top: 44px;
    left: 0px;
  }

  #headline ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    /* optional styles for appearance */
    width: 334px;
    height: 22px;
    /* height should be included to reserve visual space for the marquee */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  #headline ul.marquee li {
    /* required styles */
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    /* keep all text on a single line */
    /* optional styles for appearance */
    color: #FFF000;
    line-height: 19px;
  }

  #headline a {
    color: #FFF;
    text-decoration: none;
  }


  #footer {
    color: #fff;
    font-family: var(--font-family-en);
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }

  .mySwiper {
    width: 340px;
    margin: 20px auto 10px;
  }


  .mySwiper .swiper-slide {
    height: 546px;
    background: #fff;
    border-radius: 10px;
  }

  .swiper-slide ul {
    position: relative;
    width: 310px;
    margin: 90px auto 0;
    z-index: 2;
  }

  .swiper-slide#cat03 ul {
    margin: 120px auto 0;
  }

  .swiper-slide ul li {
    width: 92px;
    height: 108px;
    float: left;
    margin-left: 8px;
    margin-bottom: 2px;
  }

  .swiper-slide ul li a {
    display: block;
    line-height: 108px;
    text-indent: -999px;
  }

  .swiper-slide h4 {
    font-family: var(--font-family-en-3);
    font-size: 80px;
    font-weight: 700;
    top: 5px;
    left: 10px;
    text-align: left;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
  }

  .swiper-slide h5 {
    width: 220px;
    font-family: var(--font-family-en-3);
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: 32px;
    left: 100px;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }

  .swiper-slide#cat01 {
    background: #E2E2E2;
  }

  .swiper-slide#cat02 {
    background: #FFBF44;
  }

  .swiper-slide#cat03 {
    background: #F4F959;
  }

  .swiper-slide#cat04 {
    background: #8BD1FF;
  }

  .swiper-slide#cat05 {
    background: #6BCF98;
  }

  .swiper-slide#cat01 h4,
  .swiper-slide#cat03 h4 {
    color: rgba(0, 0, 0, 1);
  }

  .swiper-slide#cat01 h5,
  .swiper-slide#cat03 h5 {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }


  .swiper-slide#cat01 ul li:nth-child(1) {
    background: url("../images/cat01_1.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(2) {
    background: url("../images/cat01_2.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(3) {
    background: url("../images/cat01_3.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(4) {
    background: url("../images/cat01_4.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(5) {
    background: url("../images/cat01_5.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(6) {
    background: url("../images/cat01_6.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(7) {
    background: url("../images/cat01_7.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(8) {
    background: url("../images/cat01_8.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat01 ul li:nth-child(9) {
    background: url("../images/cat01_9.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat02 ul li:nth-child(1) {
    background: url("../images/cat02_1.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat02 ul li:nth-child(2) {
    background: url("../images/cat02_2.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat02 ul li:nth-child(3) {
    background: url("../images/cat02_3.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat02 ul li:nth-child(4) {
    background: url("../images/cat02_4.png") no-repeat left top;
    background-size: 100%;
  }

  /**.swiper-slide#cat02 ul li:nth-child(5){background: url("../images/cat02_5.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat02 ul li:nth-child(6){background: url("../images/cat02_6.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat02 ul li:nth-child(7){background: url("../images/cat02_7.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat02 ul li:nth-child(8){background: url("../images/cat02_8.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat02 ul li:nth-child(9){background: url("../images/cat02_9.png") no-repeat left top;background-size: 100%;}**/

  .swiper-slide#cat03 ul li:nth-child(1) {
    background: url("../images/cat03_1.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat03 ul li:nth-child(2) {
    background: url("../images/cat03_2.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat03 ul li:nth-child(3) {
    background: url("../images/cat03_3.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat03 ul li:nth-child(4) {
    background: url("../images/cat03_4.png") no-repeat left top;
    background-size: 100%;
  }

  /**.swiper-slide#cat03 ul li:nth-child(5){background: url("../images/cat03_5.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat03 ul li:nth-child(6){background: url("../images/cat03_6.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat03 ul li:nth-child(7){background: url("../images/cat03_7.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat03 ul li:nth-child(8){background: url("../images/cat03_8.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat03 ul li:nth-child(9){background: url("../images/cat03_9.png") no-repeat left top;background-size: 100%;}**/

  .swiper-slide#cat04 ul li:nth-child(1) {
    background: url("../images/cat04_1.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(2) {
    background: url("../images/cat04_2.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(3) {
    background: url("../images/cat04_3.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(4) {
    background: url("../images/cat04_4.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(5) {
    background: url("../images/cat04_5.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(6) {
    background: url("../images/cat04_6.png") no-repeat left top;
    background-size: 100%;
  }

  /* .swiper-slide#cat04 ul li:nth-child(3) {
    background: url("../images/cat04_5.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(4) {
    background: url("../images/cat04_6.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat04 ul li:nth-child(5) {
    background: url("../images/cat04_3.png") no-repeat left top;
    background-size: 100%;
  } */

  /**.swiper-slide#cat04 ul li:nth-child(7){background: url("../images/cat04_7.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat04 ul li:nth-child(8){background: url("../images/cat04_8.png") no-repeat left top;background-size: 100%;}
.swiper-slide#cat04 ul li:nth-child(9){background: url("../images/cat04_9.png") no-repeat left top;background-size: 100%;}**/


  .swiper-slide#cat05 ul li:nth-child(1) {
    background: url("../images/cat05_1.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(2) {
    background: url("../images/cat05_2.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(3) {
    background: url("../images/cat05_3.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(4) {
    background: url("../images/cat05_4.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(5) {
    background: url("../images/cat05_5.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(6) {
    background: url("../images/cat05_6.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(7) {
    background: url("../images/cat05_7.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(8) {
    background: url("../images/cat05_8.png") no-repeat left top;
    background-size: 100%;
  }

  .swiper-slide#cat05 ul li:nth-child(9) {
    background: url("../images/cat05_9.png") no-repeat left top;
    background-size: 100%;
  }

  /**.swiper-slide#cat05 ul li:nth-child(9){background: url("../images/cat05_9.png") no-repeat left top;background-size: 100%;}**/


  .swiper-slide#cat01 .cha {
    position: absolute;
    margin: 0px;
    width: 110px;
    height: 150px;
    right: 20px;
    bottom: 0px;
    background: url("../images/menu_cha01_2.png") no-repeat top left;
    background-size: 100%;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .swiper-slide#cat02 .cha {
    position: absolute;
    margin: 0px;
    width: 142px;
    height: 154px;
    right: 20px;
    bottom: 10px;
    background: url("../images/menu_cha02_2.png") no-repeat top left;
    background-size: 100%;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .swiper-slide#cat03 .cha {
    position: absolute;
    margin: 0px;
    width: 130px;
    height: 130px;
    right: 20px;
    bottom: 30px;
    background: url("../images/menu_cha03_2.png") no-repeat top left;
    background-size: 100%;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .swiper-slide#cat04 .cha {
    position: absolute;
    margin: 0px;
    width: 94px;
    height: 140px;
    right: 24px;
    bottom: 10px;
    background: url("../images/menu_cha04_2.png") no-repeat top left;
    background-size: 100%;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .swiper-slide#cat05 .cha {
    position: absolute;
    margin: 0px;
    width: 146px;
    height: 146px;
    right: 12px;
    bottom: 10px;
    background: url("../images/menu_cha05_2.png") no-repeat top left;
    background-size: 100%;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  #menu_wrap #sonota {
    width: 360px;
    height: 100px;
    margin: 20px auto 0px;
    color: #fff;
    font-family: var(--font-family-J);
    font-size: 14px;
    font-weight: 500;
  }

  #menu_wrap #sonota li {
    background: url("../images/arrow_r.png") no-repeat 6px 4px;
    background-size: 5%;
    padding-left: 18px;
    height: 20px;
    width: 180px;
    float: left;
    margin-bottom: 10px;
  }

  #menu_wrap #sonota li a {
    display: block;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
  }

  .foreign {
    width: 300px;
    height: 70px;
    position: relative;
    font-size: 1px;
    padding-left: 20px;
  }

  .foreign ul li {
    float: left;
    width: 64px;
    height: 30px;
    margin-left: 6px;

  }

  .foreign ul li a {
    line-height: 30px;
    display: block;
    text-indent: -9999px;
  }

  .foreign ul li:nth-child(1) {
    margin-left: 0px;
    background: url("../images/sp/for1.png") no-repeat left center;
    background-size: 100%;
  }

  .foreign ul li:nth-child(2) {
    background: url("../images/sp/for2.png") no-repeat left center;
    background-size: 100%;
  }

  .foreign ul li:nth-child(3) {
    background: url("../images/sp/for3.png") no-repeat left center;
    background-size: 100%;
  }

  .foreign ul li:nth-child(4) {
    background: url("../images/sp/for4.png") no-repeat left center;
    background-size: 100%;
  }


  .pc_only {
    display: none !important;
  }
}



/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {

  body {
    font-size: 20px;
    overflow-x: hidden;
  }

  #wrapper {
    width: 1920px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
  }

  #header {
    width: 1920px;
    height: 112px;
    position: relative;
  }

  .kaisai #header,
  .kaisai #footer {
    background: #00368C;
  }

  .hikaisai #header,
  .hikaisai #footer {
    background: #5F5E80;
  }


  #header_1 {
    position: relative;
    width: 100%;
    height: 80px;
  }

  .next_race {
    display: none;
  }

  #header_1 h1 {
    width: 600px;
    height: 80px;
    margin: 0px auto;
    background: url("../images/h1_kojima.png") no-repeat center center / 100% auto;
    display: block;
    text-indent: -9999px;
  }

  #header_1 h1 a {
    line-height: 80px;
    display: block;
  }

  #header_1 h1 a:hover {
    cursor: pointer;
  }

  #menu {
    width: 80px;
    height: 80px;
    position: absolute;
    background: url("../images/menu.png") no-repeat center center;
    top: 0px;
    left: 0px;
    transition: 0.5s all;
    cursor: pointer;
  }

  #menu.active {
    background: url("../images/menu_on.png") no-repeat center center;
  }

  #menu_wrap {
    width: 1920px;
    height: 1004px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 80px;
    left: -1920px;
    z-index: 999;
    transition: 0.5s all;

  }

  #menu_wrap.active {
    left: 0px;
    transition: 0.5s all;
  }

  #race_tit {
    width: 960px;
    height: 32px;
    line-height: 32px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 1) 100%);
    float: left;
    display: none;
    width: 1250px;
  }


  #race_tit dl {
    height: 32px;
    line-height: 32px;
    float: left;
  }

  #race_tit dl.schedule {
    margin-left: 4px;
  }

  #race_tit dl.schedule dt {
    text-indent: 0px;
    font-family: var(--font-family-en-2);
    font-weight: 700;
    font-size: 18px;
    padding: 0 2px;
  }

  #race_tit dl.schedule dd {
    text-indent: 0px;
    font-family: var(--font-family-J);
    font-weight: 500;
    font-size: 10px;
    background: #333;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    margin-right: 6px;
  }

  #race_tit dl.schedule dd.sat {
    background: #2777C7;
  }

  #race_tit dl.schedule dd.hol {
    background: #DD3232;
  }

  #race_tit dl.schedule dt.today {
    background: #C2FF50;
  }



  #race_tit dl dt,
  #race_tit dl dd {
    float: left;
  }


  #race_tit dl dt {
    height: 32px;
    display: block;
    text-indent: -9999px;
  }

  #race_tit dl dt.d_wh {
    text-indent: 0px;
    font-size: 18px;
    font-family: var(--font-family-J);
    font-weight: 700;
  }

  #race_tit dl dt.grade_sg {
    width: 78px;
    background: url(../images/top_grade_sg.png) no-repeat center center;
    background-size: 84%;
  }

  #race_tit dl dt.grade_g1 {
    width: 78px;
    background: url(../images/top_grade_g1.png) no-repeat center center;
    background-size: 84%;
  }

  #race_tit dl dt.grade_g2 {
    width: 78px;
    background: url(../images/top_grade_g2.png) no-repeat center center;
    background-size: 84%;
  }

  #race_tit dl dt.grade_g3 {
    width: 78px;
    background: url(../images/top_grade_g3.png) no-repeat center center;
    background-size: 84%;
  }

  #race_tit dl dt.grade_ip {
    width: 78px;
    background: url(../images/top_grade_g0.png) no-repeat center center;
    background-size: 84%;
  }

  #race_tit dl dd {
    font-size: 18px;
    font-family: var(--font-family-J);
    font-weight: 700;
  }

  #race_tit dl dd.pc_over35 p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: tit_marquee 10s linear infinite;
  }

  @keyframes tit_marquee {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(-100%);
    }
  }

  #race_tit dl dd span,
  #race_tit dl dt span {
    margin: 0px 6px;
  }

  #race_tit dl dd.pc_over35 div {
    width: 610px;
    overflow: hidden;
    margin-right: 10px;
  }

  .hikaisai #race_tit dl dd.pc_over35 div {
    width: 850px;
  }

  .hikaisai #race_tit dl dd.pc_over35 p {
    animation: none;
  }

  /*　▼▼▼ヘッドライン▼▼▼　*/
  .kaisai #headline {
    /* width: 960px; */
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding-left: 124px;
    color: #fff;
    background: url("../images/news_t.png") no-repeat 16px center;
    font-family: var(--font-family-J);
    position: relative;
    float: left;
    width: 570px;
  }

  .kaisai #headline ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    /* optional styles for appearance */
    width: 440px;
    height: 32px;
    /* height should be included to reserve visual space for the marquee */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .hikaisai #headline {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding-left: 124px;
    color: #fff;
    background: url("../images/news_t.png") no-repeat 16px center #000;
    font-family: var(--font-family-J);
    position: relative;
  }

  .hikaisai #headline ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    /* optional styles for appearance */
    width: 100%;
    height: 32px;
    /* height should be included to reserve visual space for the marquee */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }


  #headline ul.marquee li {
    /* required styles */
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    /* keep all text on a single line */
    /* optional styles for appearance */
    color: #FFF000;
    line-height: 28px;
  }

  #headline a {
    color: #FFF;
    text-decoration: none;
  }


  #r_menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 5.2%;
    height: 100%;
    background: url("../images/r_menu_bg.png") repeat-y center center;
    background-size: 100%;
    z-index: 99;
  }


  #float_menu {
    width: 100%;
    margin: 0 auto;
  }



  #r_menu #top {
    display: block;
    position: relative;
    width: 46%;
    height: 5.2vw;
    background: url("../images/top.png") top center no-repeat;
    background-size: 76%;
    margin: 10px auto 0;
    transition: 0.5s all;
  }

  #r_menu #top:hover {
    cursor: pointer;
    transition: 0.5s all;
    opacity: 0.7;
  }

  #float_menu li {
    width: 90%;
    height: 4.8vw;
    margin: 0px 0px 0px 6%;
    background: url("../images/right_menu_btn.png") center center no-repeat;
    background-size: 84%;
    cursor: pointer;
    position: relative;
  }

  #float_menu li:hover {
    transition: 0.5s all;
    opacity: 0.7;
  }

  #float_menu li a {
    display: block;
    line-height: 5vw;
    text-indent: -9999px;
  }

  #float_menu li.none {
    opacity: 0.5;
    pointer-events: none;
  }

  #float_menu li#btn_dento {
    background: url("../images/cat05_4.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cal {
    background: url("../images/cat01_1.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_replay {
    background: url("../images/cat01_7.png") center center no-repeat;
    background-size: 92%;
  }

  /* #float_menu li#btn_nikkan {
    background: url("../images/cat00_nikkan.png") center center no-repeat;
    background-size: 92%;
  } */

  #float_menu li#btn_telepo {
    background: url("../images/cat00_telepo.png") center center no-repeat;
    background-size: 92%;
  }


  #float_menu li#btn_vote {
    width: 100%;
    height: 6.4vw;
    background: url("../images/vote.png") top left no-repeat;
    background-size: 100%;
    z-index: 9;
    margin-left: 0%;

  }

  #float_menu li#btn_vote a {
    display: block;
    text-indent: -9999px;
    /* line-height: 156px; */
  }

  /*menu 0228 taniguchi*/
  #float_menu li#btn_cat01_1 {
    background: url("../images/cat01_1.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_2 {
    background: url("../images/cat01_2.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_3 {
    background: url("../images/cat01_3.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_4 {
    background: url("../images/cat01_4.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_5 {
    background: url("../images/cat01_5.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_6 {
    background: url("../images/cat01_6.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_7 {
    background: url("../images/cat01_7.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_8 {
    background: url("../images/cat01_8.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat01_9 {
    background: url("../images/cat01_9.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat02_1 {
    background: url("../images/cat02_1.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat02_2 {
    background: url("../images/cat02_2.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat02_3 {
    background: url("../images/cat02_3.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat02_4 {
    background: url("../images/cat02_4.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat03_1 {
    background: url("../images/cat03_1.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat03_2 {
    background: url("../images/cat03_2.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat03_3 {
    background: url("../images/cat03_3.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat03_4 {
    background: url("../images/cat03_4.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat04_1 {
    background: url("../images/cat04_1.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat04_2 {
    background: url("../images/cat04_2.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat04_3 {
    background: url("../images/cat04_3.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat04_4 {
    background: url("../images/cat04_4.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat04_5 {
    background: url("../images/cat04_5.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat04_6 {
    background: url("../images/cat04_6.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_1 {
    background: url("../images/cat05_1.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_2 {
    background: url("../images/cat05_2.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_3 {
    background: url("../images/cat05_3.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_4 {
    background: url("../images/cat05_4.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_5 {
    background: url("../images/cat05_5.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_6 {
    background: url("../images/cat05_6.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_7 {
    background: url("../images/cat05_7.png") center center no-repeat;
    background-size: 92%;
  }

  #float_menu li#btn_cat05_8 {
    background: url("../images/cat05_8.png") center center no-repeat;
    background-size: 92%;
  }

  /*close btn*/

  #float_menu li .close {
    background: #000;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    top: -5px;
    right: -5px;
    cursor: pointer;
    display: none;
    opacity: 0.3;
    transition: .3s;
  }

  #float_menu li .close:hover {
    opacity: 1;
    transform: scale(1.1);
  }

  #float_menu li:hover .close {
    display: block;
  }

  #float_menu li .close::before,
  #float_menu li .close::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    /* 棒の幅（太さ） */
    height: 10px;
    /* 棒の高さ */
    background: #FFF;
  }

  #float_menu li .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #float_menu li .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }


  .kaisai #todays1 {
    position: absolute;
    background: #DC0000;
    font-family: var(--font-family-J);
    top: 0px;
    left: 80px;
    display: block;

  }

  .hikaisai #todays1,
  .kaisai #todays1_2,
  .stop1 #todays1 {
    display: none;
  }

  #todays1_3,
  #todays1_4 {
    display: none;
  }

  .hikaisai #todays1_2 {
    position: absolute;
    background: #666666;
    font-family: var(--font-family-J);
    top: 0px;
    left: 80px;
    width: 210px;
    padding-top: 10px;
    height: 80px;
    display: block;
  }

  .stop1 #todays1_3,
  .stop2 #todays1_4 {
    display: block;
  }

  .stop1 #todays1_3,
  .stop2 #todays1_4 {
    position: absolute;
    font-family: var(--font-family-J);
    top: 0px;
    left: 80px;
    width: 210px;
    height: 80px;
    display: block;
    background: #FFEB00;
    border: 6px solid #DC0000;
  }

  .state {
    width: 210px;
    font-size: 46px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
  }

  .stop1 #todays1_3 .state,
  .stop2 #todays1_4 .state {
    width: 100%;
    font-size: 46px;
    line-height: 68px;
    height: 68px;
    color: #DC0000;
  }

  .stop2 #todays1_4 .state {
    font-size: 40px;
  }

  .open {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: -1px;
  }

  .open span {
    font-size: 10px;
    vertical-align: 2px;
    margin: 0 2px;
  }

  #todays2 {
    width: 196px;
    height: 80px;
    padding-right: 44px;
    background: url("../images/date_bg.png") no-repeat left center;
    position: absolute;
    left: 290px;
    top: 0px;
    font-family: var(--font-family-en-2);
  }

  .date {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: 4px;
  }

  .time {
    width: 100%;
    font-size: 46px;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    font-weight: 700;
  }

  #header_2 {
    position: relative;
    width: 100%;
    height: 32px;
    background: #000;
  }



  .sns {
    width: 220px;
    height: 48px;
    position: absolute;
    top: 20px;
    right: 340px;
    font-size: 2px;
  }

  .sns ul li {
    float: left;
    width: 45px;
    height: 46px;
    margin-left: 8px;

  }

  .sns ul li a {
    line-height: 46px;
    display: block;
    text-indent: -9999px;
  }

  .sns ul li:nth-child(1) {
    margin-left: 0px;
    background: url("../images/sns1.png") no-repeat left center, #ff0033;
  }

  .sns ul li:nth-child(2) {
    background: url("../images/sns2.png") no-repeat left center, #1877f2;
  }

  .sns ul li:nth-child(3) {
    background: url("../images/sns3.png") no-repeat left center, #000;
  }

  .sns ul li:nth-child(4) {
    background: url("../images/sns4.png") no-repeat left center, linear-gradient(-45deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
  }

  .foreign {
    width: 230px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 100px;
    font-size: 2px;
  }

  .foreign ul li {
    float: left;
    width: 50px;
    height: 36px;
    margin-left: 4px;

  }

  .foreign ul li a {
    line-height: 32px;
    display: block;
    text-indent: -9999px;
  }

  .foreign ul li:nth-child(1) {
    margin-left: 0px;
    background: url("../images/for1.png") no-repeat left center;
    background-size: 100%;
  }

  .foreign ul li:nth-child(2) {
    background: url("../images/for2.png") no-repeat left center;
    background-size: 100%;
  }

  .foreign ul li:nth-child(3) {
    background: url("../images/for3.png") no-repeat left center;
    background-size: 100%;
  }

  .foreign ul li:nth-child(4) {
    background: url("../images/for4.png") no-repeat left center;
    background-size: 100%;
  }

  #footer {
    color: #fff;
    font-family: var(--font-family-en);
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
  }


  #menu_wrap #main_menu {
    width: 1580px;
    height: 1000px;
    float: left;
  }

  #menu_wrap #sonota {
    width: 220px;
    height: 1000px;
    float: left;
    color: #fff;
    font-family: var(--font-family-J);
    font-size: 20px;
    font-weight: 700;
  }

  #menu_wrap #sonota li {
    background: url("../images/arrow_r.png") no-repeat 0px 4px;
    padding-left: 18px;
    margin-top: 60px;
    height: 24px;
  }

  #menu_wrap #sonota li a {
    display: block;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
  }

  #menu_wrap #sonota li a:hover {
    color: #FFBF44;
    transition: 0.3s all;
  }


  #menu_wrap .accordion {
    width: 1580px;
    list-style-type: none;
    overflow: hidden;
    height: 1000px;
    display: block;
  }

  .tab {
    display: inline-block;
    width: 312px;
    height: 1000px;
    overflow: hidden;
    position: relative;
    margin: 0;
    transition: all 0.5s ease-in-out 0.1s;
    margin-left: -5px;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 1);
  }

  .tab:first-child {
    margin-left: 0px;
    box-shadow: none;
  }


  .tab:nth-child(1),
  .tab:nth-child(3) {
    color: rgba(0, 0, 0, 0.4);
  }

  .tab.on {
    width: 720px;
  }

  .tab.off {
    width: 210px;
  }


  .tab .category h4 {
    font-family: var(--font-family-en-3);
    font-size: 180px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out 0.1s;
  }

  .tab .category h5 {
    font-family: var(--font-family-en-3);
    font-size: 92px;
    font-weight: 900;
    text-align: left;
    position: absolute;
    top: 230px;
    left: -27px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    text-orientation: upleft;
    -webkit-text-orientation: upleft;
    letter-spacing: 0px;
    white-space: pre;
    display: inline-block;
    transition: all 0.3s ease-in-out 0.1s;
  }

  .tab.on .category h4 {
    font-size: 110px;
    top: 22px;
    text-align: left;
    padding-left: 40px;
    transition: all 0.3s ease-in-out 0.1s;
  }

  .tab.on .category h5 {
    width: 480px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    font-size: 50px;
    top: 54px;
    left: 166px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in-out 0.1s;
  }

  .tab:nth-child(1).on .category h5,
  .tab:nth-child(3).on .category h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0.1s;
  }


  .tab.on .content_menu {
    width: 720px;
    height: 1000px;
    position: relative;
    padding: 0px;
    display: block;
  }

  .tab.cat01 {
    background: #E2E2E2;
  }

  .tab.cat02 {
    background: #FFBF44;
  }

  .tab.cat03 {
    background: #F4F959;
  }

  .tab.cat04 {
    background: #8BD1FF;
  }

  .tab.cat05 {
    background: #6BCF98;
  }

  .tab.cat01 .cha {
    width: 349px;
    height: 452px;
    margin: 468px auto 0;
    background: url("../images/menu_cha01.png") no-repeat top left;
  }

  .tab.cat02 .cha {
    width: 262px;
    height: 415px;
    margin: 495px auto 0;
    background: url("../images/menu_cha02.png") no-repeat top left;
  }

  .tab.cat03 .cha {
    width: 308px;
    height: 366px;
    margin: 518px auto 0;
    background: url("../images/menu_cha03.png") no-repeat top left;
  }

  .tab.cat04 .cha {
    width: 276px;
    height: 411px;
    margin: 509px auto 0;
    background: url("../images/menu_cha04.png") no-repeat top left;
  }

  .tab.cat05 .cha {
    width: 307px;
    height: 435px;
    margin: 506px auto 0;
    background: url("../images/menu_cha05.png") no-repeat top left;
  }

  .tab.cat01.on .cha {
    position: absolute;
    margin: 0px;
    width: 181px;
    height: 234px;
    right: 40px;
    bottom: 40px;
    background: url("../images/menu_cha01_2.png") no-repeat top left;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .tab.cat02.on .cha {
    position: absolute;
    margin: 0px;
    width: 216px;
    height: 234px;
    right: 40px;
    bottom: 40px;
    background: url("../images/menu_cha02_2.png") no-repeat top left;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .tab.cat03.on .cha {
    position: absolute;
    margin: 0px;
    width: 197px;
    height: 197px;
    right: 40px;
    bottom: 40px;
    background: url("../images/menu_cha03_2.png") no-repeat top left;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .tab.cat04.on .cha {
    position: absolute;
    margin: 0px;
    width: 143px;
    height: 213px;
    right: 40px;
    bottom: 40px;
    background: url("../images/menu_cha04_2.png") no-repeat top left;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .tab.cat05.on .cha {
    position: absolute;
    margin: 0px;
    width: 224px;
    height: 224px;
    right: 0px;
    bottom: 30px;
    background: url("../images/menu_cha05_2.png") no-repeat top left;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-animation: poyooon 5s infinite 2s;
    /* Webkit用のアニメーション設定 */
    animation: poyooon 5s infinite 2s;
    /* 標準のアニメーション設定 */
  }

  .content_menu ul {
    width: 600px;
    position: absolute;
    top: 180px;
    left: 74px;
  }

  .tab .content_menu ul li {
    opacity: 0;
  }

  .tab.on .content_menu ul li {
    width: 182px;
    height: 208px;
    float: left;
    z-index: 1;
    transition: 0.3s all ease-in-out 0.1s;
    opacity: 1;
  }

  .tab.on .content_menu ul li a {
    display: block;
    text-indent: -9999px;
    line-height: 208px;
  }

  .tab.on .content_menu ul li:hover {
    transition: 0.1s all;
    margin-top: -4px;
    margin-bottom: 4px;
  }

  .cat01 .content_menu ul li:nth-child(1) {
    background: url("../images/cat01_1.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(2) {
    background: url("../images/cat01_2.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(3) {
    background: url("../images/cat01_3.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(4) {
    background: url("../images/cat01_4.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(5) {
    background: url("../images/cat01_5.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(6) {
    background: url("../images/cat01_6.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(7) {
    background: url("../images/cat01_7.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(8) {
    background: url("../images/cat01_8.png") no-repeat left top;
  }

  .cat01 .content_menu ul li:nth-child(9) {
    background: url("../images/cat01_9.png") no-repeat left top;
  }

  .cat02 .content_menu ul li:nth-child(1) {
    background: url("../images/cat02_1.png") no-repeat left top;
  }

  .cat02 .content_menu ul li:nth-child(2) {
    background: url("../images/cat02_2.png") no-repeat left top;
  }

  .cat02 .content_menu ul li:nth-child(3) {
    background: url("../images/cat02_3.png") no-repeat left top;
  }

  .cat02 .content_menu ul li:nth-child(4) {
    background: url("../images/cat02_4.png") no-repeat left top;
  }

  /**.cat02 .content_menu ul li:nth-child(5){background: url("../images/cat02_5.png") no-repeat left top;}
.cat02 .content_menu ul li:nth-child(6){background: url("../images/cat02_6.png") no-repeat left top;}
.cat02 .content_menu ul li:nth-child(7){background: url("../images/cat02_7.png") no-repeat left top;}
.cat02 .content_menu ul li:nth-child(8){background: url("../images/cat02_8.png") no-repeat left top;}
.cat02 .content_menu ul li:nth-child(9){background: url("../images/cat02_9.png") no-repeat left top;}**/

  .cat03 .content_menu ul li:nth-child(1) {
    background: url("../images/cat03_1.png") no-repeat left top;
  }

  .cat03 .content_menu ul li:nth-child(2) {
    background: url("../images/cat03_2.png") no-repeat left top;
  }

  .cat03 .content_menu ul li:nth-child(3) {
    background: url("../images/cat03_3.png") no-repeat left top;
  }

  .cat03 .content_menu ul li:nth-child(4) {
    background: url("../images/cat03_4.png") no-repeat left top;
  }

  /**.cat03 .content_menu ul li:nth-child(5){background: url("../images/cat03_5.png") no-repeat left top;}
.cat03 .content_menu ul li:nth-child(6){background: url("../images/cat03_6.png") no-repeat left top;}
.cat03 .content_menu ul li:nth-child(7){background: url("../images/cat03_7.png") no-repeat left top;}
.cat03 .content_menu ul li:nth-child(8){background: url("../images/cat03_8.png") no-repeat left top;}
.cat03 .content_menu ul li:nth-child(9){background: url("../images/cat03_9.png") no-repeat left top;}**/

  .cat04 .content_menu ul li:nth-child(1) {
    background: url("../images/cat04_1.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(2) {
    background: url("../images/cat04_2.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(3) {
    background: url("../images/cat04_3.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(4) {
    background: url("../images/cat04_4.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(5) {
    background: url("../images/cat04_5.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(6) {
    background: url("../images/cat04_6.png") no-repeat left top;
  }

  /* .cat04 .content_menu ul li:nth-child(3) {
    background: url("../images/cat04_5.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(4) {
    background: url("../images/cat04_6.png") no-repeat left top;
  }

  .cat04 .content_menu ul li:nth-child(5) {
    background: url("../images/cat04_3.png") no-repeat left top;
  } */

  /**.cat04 .content_menu ul li:nth-child(7){background: url("../images/cat04_7.png") no-repeat left top;}
.cat04 .content_menu ul li:nth-child(8){background: url("../images/cat04_8.png") no-repeat left top;}
.cat04 .content_menu ul li:nth-child(9){background: url("../images/cat04_9.png") no-repeat left top;}**/


  .cat05 .content_menu ul li:nth-child(1) {
    background: url("../images/cat05_1.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(2) {
    background: url("../images/cat05_2.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(3) {
    background: url("../images/cat05_3.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(4) {
    background: url("../images/cat05_4.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(5) {
    background: url("../images/cat05_5.png") no-repeat left top;
  }


  .cat05 .content_menu ul li:nth-child(6) {
    background: url("../images/cat05_6.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(7) {
    background: url("../images/cat05_7.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(8) {
    background: url("../images/cat05_8.png") no-repeat left top;
  }

  .cat05 .content_menu ul li:nth-child(9) {
    background: url("../images/cat05_9.png") no-repeat left top;
  }


  /**.cat05 .content_menu ul li:nth-child(9){background: url("../images/cat05_9.png") no-repeat left top;}**/


  .sp_only {
    display: none;
  }
}


@-webkit-keyframes poyooon {
  0% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  2% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
  }

  8% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
  }

  10% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  12% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -100%);
  }

  15% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
  }

  17% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
  }

  20% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}

@keyframes poyooon {
  0% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  2% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
  }

  8% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
  }

  10% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  12% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -100%);
  }

  15% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
  }

  17% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
  }

  20% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}



dl.schedule dt.stop_day,
dl.schedule dd.stop_day {
  opacity: 0.3;
  text-decoration: line-through;
}

.c_01 {
  color: #DD3232;
}

/*文字色赤*/
.c_02 {
  color: #2777C7;
}

/*文字色青*/
.c_03 {
  color: #C36CD8;
}

/*文字色紫*/
.c_04 {
  color: #00A3A3;
}

/*文字色緑*/
.c_05 {
  color: #000;
}

/*文字色黒*/
.c_06 {
  color: #666;
}

/*文字色グレー*/
.c_07 {
  color: #A2482B;
}

/*文字色茶*/
.c_08 {
  color: #08275E;
}

/*文字色紺*/
.c_09 {
  color: #FF8E00;
}

/*文字色オレンジ*/
.c_10 {
  color: #00CBFF;
}

/*文字色スカイブルー*/
.c_11 {
  color: #FF67C2;
}

/*文字色ピンク*/
.c_12 {
  color: #892006;
}

/*文字色濃い赤*/
.c_13 {
  color: #00368C;
}

/*文字色濃い青*/
.c_14 {
  color: #FFCB41;
}

/*文字色黄色*/
.c_bold {
  font-weight: 700;
}

.c_obli {
  font-style: oblique;
}