@media screen and (min-width: 1000px) {

  .sp-on,
  .-sp {
    display: none !important;
  }

  #contents a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }

  #contents a:hover {
    opacity: 0.7;
  }

  #contents .menu {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    z-index: 10;
    position: sticky;
    top: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    background-color: #830067;
  }

  #contents .prediction__title {
    text-align: left;
    position: relative;
    max-width: 1340px;
    margin: 0px 40px;
  }



  /*section.kv
    --------------------------------------------------*/
  #contents section.kv {
    position: relative;
  }

  #contents section.kv .kv_title_wrap {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }

  #contents section.kv .kv_title_wrap .kv_title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
  }

  #contents section.kv .kv_title_wrap .kv_title .line {
    position: relative;
    display: inline-block;
    padding: 0 0.3em;
    margin-bottom: 10px;
  }

  #contents section.kv .kv_title_wrap .kv_title .line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    width: 100%;
    height: 74px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  #contents section.kv .kv_title_wrap .kv_date {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 11px;
  }

  #contents section.kv .kv_title_wrap .kv_location {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
  }

  /*section.menu
    -------------------------------------------------*/


  #contents .menu__item_wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
  }

  /*section.banner
    --------------------------------------------------*/

  #contents section.banner {
    padding: 90px 78px 109px;
    background-image: url(../images/banner-bg.webp);
    background-position: center bottom;
    background-size: 1440px;
    background-repeat: no-repeat;
    height: 800px;
    background-color: #f1f1f1;
  }

  #contents section.banner .banner__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    font-family: "Noto Sans";
    text-align: left;
    margin-top: 80px;
  }

  #contents section.banner .banner__title span {
    color: var(--color_main);
    font-family: 'Noto Sans JP';
  }


  #contents section.banner .banner__list {
    margin-bottom: 30px;
  }


  #contents section.banner .banner__main_title {
    font-size: 40px;
    color: #000;
    margin-top: 38px;
    font-family: 'Noto Sans JP';
  }

  #contents section.banner .banner__button {
    z-index: 3;
    position: relative;
    width: 203px;
    margin: 60px 0 auto;
  }



  /*section.prediction
    --------------------------------------------------*/

  #contents .prediction {
    padding: 90px 0px 0;
  }

  #contents section.prediction .prediction__section {
    padding: 77px 43px 110px;
    background-color: #fff;
  }

  #contents section.prediction .prediction__section.single {
    padding: 0px 43px 110px;
    background-color: #fff;
  }

  #contents .prediction .c_predictTable_person_img {
    width: 41px;
    height: 41px;
  }

  #contents .prediction .c_predictTable_person_img img {
    border: none !important;
  }

  #contents .prediction .c_predictTable_caption {
    min-width: 210px;
  }

  #contents .prediction .c_predictTable_person {
    min-width: 100px;
  }

  #contents .prediction .comingsoon_wrap {
    text-align: center;
    padding: 130px 0 0;
    display: block;
    color: var(--color_main);
  }

  #contents .prediction .comingsoon_wrap .comingsoon_title {
    font-size: 50px;
    font-weight: 700;
  }


  /*section highlight
    --------------------------------------------------*/

  #contents .highlight {
    position: relative;
    padding: 125px 80px 110px;
    background-image: url("../images/highlights-bg_top.png"), url("../images/highlights-bg_bottom.png");
    background-position: left top, right bottom;
    background-size: 690px, 400px;
    background-repeat: no-repeat;
    background-color: var(--color_main);
  }

  #contents .highlight__title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
  }

  #contents .highlight__title span {
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    display: block;
    margin-bottom: 25px;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#415a90), to(#54cedb)); */
    /* background: linear-gradient(180deg, #415a90 0%, #54cedb 100%); */
    /* background-clip: text; */
    font-size: 120px;
    font-family: "Inter", sans-serif;
  }

  #contents .highlight__desc {
    margin-top: 55px;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #fff;
  }

  #contents .highlight__text {
    position: absolute;
    top: 40px;
    right: 0;
    width: 208px;
  }

  #contents .highlight__bike {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 28%;
    right: 0;
    width: calc(100% - 652px);
    transform: translateY(-50%);
  }



  /*fixed_btn_top_wrap*/

  .fixed_btn_top_wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    z-index: 10;
  }

  .fixed_btn_top_wrap .fixed_btn_top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border: 2px solid var(--color_main);
    color: var(--color_main);
    font-size: 13px;
    font-weight: 700;
    position: relative;
    background-color: #fff;
    flex-direction: column;
    padding-top: 18px;
    border-radius: 10px;
    z-index: 20;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s opacity;
    font-family: 'Noto Sans JP';
  }

  .fixed_btn_top_wrap .fixed_btn_top:hover {
    opacity: 0.7;
    transition: 0.3s opacity ease-in;
  }

  .fixed_btn_top_wrap .fixed_btn_top::before {
    content: "";
    height: 12px;
    width: 12px;
    border-left: 2px solid var(--color_main);
    border-bottom: 2px solid var(--color_main);
    transform: rotate(135deg);
    position: absolute;
    top: 16px;
  }

}
