@charset "utf-8";
/* CSS Document */

div.sgwinner_racerbox  {
    display: flex;
    flex-flow: wrap row;
    justify-content:center;
    width: 1200px;
    width:100%;
    margin: 0 auto 30px;
}


.grandprix_logo_sp{
    display: none;
}
.main_visual_image{
    display: block;
    width: 47%;
    position: absolute;
    right:82px;
    bottom:0px;
}
.main_visual_image img{
    position: absolute;
    bottom:0px;
}

.main_news1{
    position: absolute;
    right:0%;
    top:0px;
    display: flex;
    flex-wrap: wrap;
    width: 22%;
    background-color: #00bcd440;
}
.main_pickup1{
    display: block;
    width: 22%;
    position: absolute;
    right:0%;
    bottom:100px;
    background-color: black;
    border-radius: 10px;
}

.racer_item {
    width:162px;
    height: 250px;
    margin: 4px;
/*    border-radius: 0 20px;*/
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: linear-gradient(90deg, #f9e492 0%, #f1ca00 55%, #f1ca00 100%);
}
.racer_pro {
    position: relative;
    /* width: 120px; */
    width: 100px;
    height: 155px;
    display: flex;
}
.wins_item{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.review_img {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden; 
    background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);     
}
.review_commingsoon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: grey;
        padding: 4px;
    transform: skewX(-7deg);
     text-align: center;
}
.review_triangle {
    position: absolute;
    bottom: -2px;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 33px 162px;
    border-color: transparent transparent #f1ca00 transparent;      
}
.review_name {
    position: relative;
    width: 100%;
    border:0;
    background-image: linear-gradient(90deg, #f9e492 0%, #f1ca00 55%, #f1ca00 100%); 
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1rem;
    /*    height: 20px;*/
    display: block;
    padding-top:6px;    
}
.racer_name{
    padding: 4px;
    transform: skewX(-7deg);
}
.racer_item a {
    display:block;
    text-decoration: none;
    color:black;
}
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 100px 170px;
border-color: transparent transparent #007bff transparent;    
}


.contents_area,
.trial_area,
.news_area,
.tenbou_area,
.sns_area{
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
        background-color: #0e1028e0;
}
.movie_area{
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
}
.trial_area{
    padding:  10px 0;    
        background-color: #0e1028e0;
}
/* contents title */
.title_h{
    text-align: center;
    color: white;
    line-height: 1;
    font-weight: bold;
/*    margin: 95px 10px 65px 10px;*/
padding: 50px 0;

}

.title_line{
    padding:0 15px;
    display: inline-block;
    font-size: 2rem;
    background:linear-gradient(transparent 70%, #3a86cc 0%);

}
.title_sub{
    font-size: 0.9rem;
    margin-top: 10px;
}
/* contents title end */

/* contents btn */
div.contents_btn_area{
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    width: 1000px;
    margin: 0 auto 30px;
    gap: 20px 20px;
    justify-content:center;

}
.contents_btn{
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
/*    box-shadow: 1px 1px 4px 1px rgb(255 255 255 / 50%);       */
    border: 2px solid #3a808f;
/*    padding:15px 0;*/
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.contents_btn_item01{
    position: relative;
    width: 100%;
/*    background-image: linear-gradient(90deg, #84bad0 0%, #0089ad 80%, #0089ad 100%); */
/*    background-image: linear-gradient(90deg, #42718369 0%, #0089ad 80%, #085063 100%);*/
    background-image: linear-gradient(90deg, #42718369 0%, #0089ad 60%, #42718369 100%);
    box-shadow: aqua 10px;
    box-shadow: 11px 7px 22px -14px rgb(255 255 255 / 60%), 0px 0px 10px 3px rgb(223 238 254 / 40%), 
        2px 3px 3px 2px rgb(115 210 231 / 20%), 0px 2px 4px 4px rgb(64 121 68 / 0%);
}
.contents_btn_item02{
    position: relative;
    width: 49%;
/*    background-image: linear-gradient(90deg, #84bad0 0%, #0089ad 80%, #0089ad 100%); */
    /*background-image: linear-gradient(90deg, #42718369 0%, #0089ad 80%, #085063 100%);*/
    background-image: linear-gradient(90deg, #42718369 0%, #0089ad 70%, #42718369 100%);
    box-shadow: aqua 10px;
    box-shadow: 11px 7px 22px -14px rgb(255 255 255 / 60%), 0px 0px 10px 3px rgb(223 238 254 / 40%), 
        2px 3px 3px 2px rgb(115 210 231 / 20%), 0px 2px 6px 6px rgb(64 121 68 / 0%);

}
.contents_btn_item03{
    position: relative;
    width: 32%;
    /*background-image: linear-gradient(90deg, #fff9ac 0%, #fff000 80%, #ffdc00 100%);*/ 
    background-image: linear-gradient(90deg, #ffffff7a 0%, #fcfcfcf0 80%, #ffffff 100%);
        box-shadow: aqua 10px;
    box-shadow: 11px 7px 22px -14px rgba(255,255,255,0.6), 5px 5px 10px 3px rgba(223,238,254,0.4), 0px 0px 6px 2px rgba(255,255,255,0.8);;
}
.contents_btn a{
    color: white;
    text-decoration: none;
    display:block;
    padding:15px 0;
}
.contents_btn_item03 a{
    color:#00377c;    
}
.contents_btn_nolink{
    background-image:none;
    box-shadow:none;
}
.contents_btn_nolink a{ 
    color:#aaa;
}

/* dream area */
.main_dreambox{
    width: 48%;
/*    width: 40%;６枠の時*/
    position: absolute;
    bottom:1px;
right: 0%;
}
.dream_flex_pc{
    display: flex;
    flex-flow: wrap row;
    width: 100%;
    justify-content:center;
}
.dream_item_pc{
    padding: 1rem 5px;
    position: relative;
    width: 70%;
    font-size: 1rem;
    justify-content:center;
}

div.dream_item div.single_item{
/*    height: 5rem;
    font-size: 1.6rem;*/
    height: 4rem;
    font-size: 1.4rem;    
}
.dream_item_pc div.single_item{
    height: 2rem;
    font-size: 1rem;
}
.dream_item_pc.single_item_active {
    background: linear-gradient(to right, #3952de,#007aff0a);
    color: white;
}
.dream_item_pc.single_item_active span{
    font-style: italic;
    color:yellow;
}

.dream_flex{
    display: flex;
    flex-flow: wrap row;
    width: 100%;
    margin: 0 auto 20px;
    gap: 10px 20px;
    justify-content:center;
}
.dream_item{
    position: relative;
    width: 49%;
    font-size: 1rem;
    justify-content:center;
}
.dream_item_2{
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    justify-content:center;
    padding-bottom: 1rem;
}
.top_dream {
    background-color: #81e8f561;
    padding: 4px 8px ;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2em;
    margin:0 auto;
}
.dream_table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f69c96;
}
.dream_table td {
    width: calc(100%/8);
    /*width: calc(100%/6); 6枠のとき*/
    padding: 0 0px;
}
.dream_table td {
    padding: 0px 0px;
}
.dream_table div {
    font-size: 1.1rem;
    
}
.dream_table div.tei{
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.9rem;
    padding-bottom: 3px;
    color:#19235b;
    margin: 0;
    padding: 2px 0;
}
.dream_table div.tei2{
color:#fff;
}
#container .dream_table td div.tei {
    text-align: center;
    font-style: italic;
    font-size: 1.4rem;
}
.proimg img{
    vertical-align:top;
}
.proname a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.top_dream div.text {
    padding: 2px 0 0 2px;
    text-align: left;
    font-size:0.7rem;
    line-height:0.8rem;
	color:#fdfdfd;
}
.title_h {
    text-align: center;
    color: white;
    line-height: 1;
    font-weight: bold;
    /* margin: 95px 10px 65px 10px; */
    padding: 50px 0;
}
.trial_area .title_h img {
    width: 18%;
}
.single_item {
    display: flex;
    width: 100%;
    height: 7rem;
    color: #999;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.1rem;
    background: linear-gradient(to right, #4b4b4b,#007aff0a);
}
.single_item_onvisual {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    height: 2rem;
    background: linear-gradient(144deg, #4f7aaf 30%, #088d9e 90%);
    border-radius:10px;
}
div.dream_item div.single_item{
/*    height: 5rem;
    font-size: 1.6rem;*/
    height: 4rem;
    font-size: 1.4rem;    
}
#news div.single_item,
#pickup div.single_item {
    height: 5rem;
    font-size: 1.8rem;
}
.single_item_active {
    background: linear-gradient(to right, #e16537, #03a9f494);
    color: white;
}

.single_item_active span{
    font-style: italic;
    color:yellow;
}
/* pickup news */
.news_area {
    /*height: calc(100vh + 90px);*/
}
.pickup_news_flex{
    display: flex;
    flex-flow: wrap row;
/*    width: 1200px;*/
    width: 100%;
    margin: 0 auto 30px;
    gap: 10px 20px;
    justify-content:center;
}
.pn_item{
    position: relative;
    width: 49%;
    font-size: 1rem;
    justify-content:center;
}
.pn_item_pickup{
    position: relative;
    width: 55%;
    font-size: 1rem;
    justify-content:center;
}
.pn_item_news{
    position: relative;
    width:40%;
    font-size: 1rem;
    justify-content:center;
}
.pn_item_item01{
    position: relative;
    width: 100%;
    font-size: 1rem;    
}
.swiper_waku_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;    
}
.swiper_live_waku_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.pn_item_item02{
    position: relative;
    width: 90%;
    font-size: 1rem;  
    /*background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);*/
    color: #333;
    height:auto;
    text-align: center;
    margin: 20px 0;
}
.pn_item_item02_onvisual{
    position: relative;
    width: 100%;
    font-size: 0.9rem;  
    /*background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);*/
    color: #333;
    height:auto;
    text-align: center;
    margin-bottom:5px;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 400px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.top_waku_box {
    background-color: #ffffff30;
}

.top_info_box {
    position: relative;
    width: 90%;
    height: 230px;
    margin: 0 auto;
    overflow: auto;
   padding-bottom: 20px;
}
.top_info_box_onvisual {
    position: relative;
    width: 94%;
    height: 150px;
    margin: 0 auto;
    overflow: auto;
   padding-bottom: 10px;
}
.info_inbox {
    background-color: white;
    text-align: center;
    margin: 0;
    padding: 0 8px;
    height: auto;
    overflow-y: auto;
        max-height: 400px;     
}
.top_info_float {
    margin: 15px auto;
}
.top_info_float dt {
    display:block;
    font-size: 0.7rem;
    text-align: left;
}
.top_info_float dd {
    display:block;
    text-align: left;
    font-size: 0.8rem;
    border-bottom: 1px #eceff1 solid;
    width:95%
}

/* sns */
.sns_area {
    /*height: calc(100vh + 90px);*/
    padding: 0 0 10px 0;
}
.sns_flex{
    display: flex;
    flex-flow: wrap row;
/*    width: 1200px;*/
width: 100%;
    margin: 0 auto 30px;
    gap: 20px 20px;
    justify-content:center;
}
.sns_item{
    position: relative;
    width: 49%;
    justify-content:center;
}
.sns_item_item01{
    position: relative;
    width: 100%;
    font-size: 1rem;      
}
.sns_item_item02{
    position: relative;
    width: 100%;
    font-size: 1rem;  
    height:400px;
    background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);
}
.sns_item_item03{
    position: relative;
    width: 100%;
    font-size: 1rem;  
    height:400px;
    background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);
}
.sns_pc_only{
    display:block;
}
.scrollon{
  overflow-y: scroll;
}
.pc_only{
    /*display:block;*/
    display:flex;
}
.sp_only{
    display:none;
}

.sp_sns{
    display:none;
}
.pc_sns{
    display:block;
    position: absolute; 
    right: 100px;
    top: 20px;
}
.pc_sns img{
    width: 35px;
    position: relative;
}
.pc_sns span{
    z-index: 10;
    position:absolute;
    top:-12px;
    right:0px;
    font-size:0.6rem;
    font-weight:bold;
    color:white;
    text-shadow:1px 1px 1px red;
}
.pc_sns a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.picture_area {
    background: none;
    background-color:transparent;
}

.movie_box{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    margin: 0 auto 30px;
    justify-content:center;
}
.movie_single_item {
    width: 70%;
    margin: 0 auto;
    margin-top:1rem;
}
.movie_single_title{
    width:100%;
    padding:2rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.1rem;
}
.youtube_responsive {
    width: 80%;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    aspect-ratio: 16 / 9;
}

.youtube_comingsoon {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.movie-title {
    color: black;
        font-size: 20px;
        font-weight:600;
}
.navi_text{
    color:black;
}
.movie_link_box{
    width: 100%;
}
.movie_link_box ul.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 1200px;
  margin: auto;
  overflow-x: auto;
  flex-wrap: unset;
}
.movie_link_box ul li,
.movie_link_box ul.scroll_content li { /* 各リストのスタイル */
/*    width: 100px;*/
width: 90px;
    padding: 8px 4px;
    flex-shrink: 0;
    list-style: none;
    margin: 5px;
    box-shadow: 0 0 10px lightblue,inset 0 0 10px lightblue;
    border-radius: 5px;
    border: 1px solid white;
    height: 40px;
    text-align: center;
    background-color: black;
    
}
.movie_link_box ul.scroll_content li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	text-shadow: 0 0 5px #fff,0 0 10px #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
        font-weight: 500;
}
.movie_link_box ul li.selected {
    border: 2px solid white;
    box-shadow: 0 0 10px white, inset 0 0 10px white;
    background-color: darkslategray;
    font-weight: 600;
}
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-delay: 1s;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;


}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.countdown_2 {
    position: absolute;
    top: calc(50% - 195px);
    left: calc(50% - 200px);
}
.cd_txt{
    width: 380px;
    height: 100px;
    position: relative;
    background-color: #f8eeee59;
    border-radius: 0 10px;
    position: relative;
}
.cd_txt span{
    display: block;
    color: #0f0f32;
    padding: 20px 0px 0 25px;    
    font-size:1.5rem;
    font-weight: bold;
}
 .cd_txt ul {
     position: absolute;
     top:10px;
     left:10rem;
  margin: 10px auto;
  padding: 0;
  width: 220px;
  height: 60px;
  display: flex;
  list-style: none;
  justify-content: space-around;
  transform: skewX(-5deg);
}

li {
  width: 18%;
  height: 100%;
}

.bar {
  position: relative;
  width: 100%;
  height: 100%;
}

.top,
.middle,
.bottom,
.left-top,
.left-bottom,
.right-top,
.right-bottom {
  position: absolute;
  display: none;
/*  background-color: #0f0f32;*/
/*  background-color: #eceff1;*/
background-color: #301a56;
  transition: all 0.5s ease-in-out;
}

.top,
.middle,
.bottom {
  left: 7%;
  width: 86%;
  height: 10px;
  clip-path: polygon(12.5% 0, 87.5% 0, 100% 50%, 87.5% 100%, 12.5% 100%, 0% 50%);
}

.left-top,
.left-bottom,
.right-top,
.right-bottom {
  height: 45%;
  width: 10px;
  clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}

.top {
  top: 0;
}

.middle {
  top: calc(50% - 5px);
}

.bottom {
  bottom: 0;
}

.left-top {
  top: 5%;
  left: -2.5%;
}

.left-bottom {
  bottom: 5%;
  left: -2.5%;
}

.right-top {
  top: 5%;
  right: -2.5%;
}

.right-bottom {
  bottom: 5%;
  right: -2.5%;
}

.zero .bar div:not(.middle) {
  display: block;
}

.one .bar .right-top,
.one .bar .right-bottom {
  display: block;
}

.two .bar .top,
.two .bar .middle,
.two .bar .bottom,
.two .bar .left-bottom,
.two .bar .right-top {
  display: block;
}

.three .bar .top,
.three .bar .middle,
.three .bar .bottom,
.three .bar .right-top,
.three .bar .right-bottom {
  display: block;
}

.four .bar .middle,
.four .bar .left-top,
.four .bar .right-top,
.four .bar .right-bottom {
  display: block;
}

.five .bar .top,
.five .bar .middle,
.five .bar .bottom,
.five .bar .left-top,
.five .bar .right-bottom {
  display: block;
}

.six .bar div:not(.right-top) {
  display: block;
}

.seven .bar .top,
.seven .bar .right-top,
.seven .bar .right-bottom {
  display: block;
}

.eight .bar div {
  display: block;
}

.nine .bar div:not(.left-bottom) {
  display: block;
}

.colon {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.colon-top,
.colon-bottom {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background-color: #fff;
}

.confirm {
  width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time {
  width: 30%;
}

.check {
  width: 70%;
}
.cd_txt_day{
    position: absolute;
    bottom:5px;
    right:25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0f0f32;
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
animation-delay: 1s;
opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay: 1s;
    opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(10px);
  }
}


/* タイトル */
.contents_area .title_h img{
    width:18%;
}
.movie_area .title_h img{
    width:17%;
}
.sgwinner_area .title_h img{
    width:17%;
}
.pickup{
    width:22%;
}
.news{
    width:25%;
}
.twitter{
    width:22%;
}
.instagram{
    width:27%;
}

.tei_no1,
.tei_no3,
.tei_no5,
.tei_no7{
    background: #b4e2fa;    
}
.tei_no2,
.tei_no4,
.tei_no6,
.tei_no8{
    background: #ecb15a;    
}

.tei1{
        background: #ffffff;
        background: -moz-linear-gradient(left, #ffffff8c 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left center, right center, from(#ffffff8c), to(#ffffff));
        background: -webkit-linear-gradient(left, #ffffff8c 0%, #ffffff 100%);
        background: -o-linear-gradient(left, #ffffff8c 0%, #ffffff 100%);
        background: linear-gradient(to right, #ffffff8c 0%, #ffffff 100%);
        color:#000;
}
.tei2{
background: #000000;
background: -moz-linear-gradient(left, #0000008c 0%, #000000 100%);
background: -webkit-gradient(linear,#0000008c left center, right center, from(#0000008c), to(#000000));
background: -webkit-linear-gradient(left,#0000008c 0%, #000000 100%);
background: -o-linear-gradient(left,#0000008c 0%, #000000 100%);
background: linear-gradient(to right,#0000008c 0%, #000000 100%);
}
.tei3{
background: #ed1c24;
background: -moz-linear-gradient(left,#ed1c248c 0%, #ed1c24 100%);
background: -webkit-gradient(linear, left center, right center, from(#ed1c248c), to(#ed1c24));
background: -webkit-linear-gradient(left,#ed1c248c 0%, #ed1c24 100%);
background: -o-linear-gradient(left,#ed1c248c 0%, #ed1c24 100%);
background: linear-gradient(to right,#ed1c248c 0%, #ed1c24 100%);  
}
.tei4{
background: #29ABE2;
background: -moz-linear-gradient(left,#70bfe1 0%, #0d9cd9 100%);
background: -webkit-gradient(linear, left center, right center, from(#70bfe1), to(#0d9cd9));
background: -webkit-linear-gradient(left,#70bfe1 0%, #0d9cd9 100%);
background: -o-linear-gradient(left,#70bfe1 0%, #0d9cd9 100%);
background: linear-gradient(to right,#70bfe1 0%, #0d9cd9 100%);
}
.tei5{
background: #FCE200;
background: -moz-linear-gradient(left,#FCE2008c 0%, #FCE200 100%);
background: -webkit-gradient(linear, left center, right center, from(#FCE2008c), to(#FCE200));
background: -webkit-linear-gradient(left,#FCE2008c 0%, #FCE200 100%);
background: -o-linear-gradient(left,#FCE2008c 0%, #FCE200 100%);
background: linear-gradient(to right,#FCE2008c 0%, #FCE200 100%); 
color:#000;
}
.tei6{
background: #32b737;
background: -moz-linear-gradient(left,#9edc55 0%, #32b737 100%);
background: -webkit-gradient(linear, left center, right center, from(#9edc55), to(#32b737));
background: -webkit-linear-gradient(left,#9edc55 0%, #32b737 100%);
background: -o-linear-gradient(left,#9edc55 0%, #32b737 100%);
background: linear-gradient(to right,#9edc55 0%, #32b737 100%);  
}

.left_menu_box{
    position: absolute;display: flex;top:0rem;flex-wrap: wrap;width:15rem;    
}
.right_menu_box{
    position: absolute;display:flex;bottom:50px;right:0;flex-wrap: wrap;width:15rem;    
}

.top_right_box, 
.top_left_box {
    border-top: 2px solid #d8dcdc;
    border-right: 3px solid #666;
    border-bottom: 3px solid #333;
    border-left: 4px solid #868888;
    border-radius: 0;
    background-image: linear-gradient(144deg, #FF5722 30%, #026a77 90%);
    position: relative;
    left: 0;
    text-align: center;
    width:100%;
    margin-bottom: 2px;
}
.top_right_box a,
.top_left_box a{
  padding: 0.5rem 0.5rem;
    display:block;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.1rem;
}
.top_right_box a:hover,
.top_left_box a:hover{
     opacity: 0.5;
}    
.top_left_box1 {
    top: 6px;
}
.top_left_box2 {
    top: 75px;
}

.top_left_box3 {
    top: 144px;
}
.top_left_box4 {
    top: 214px;
}
.top_left_box5 {
    top: 295px;
}
.top_left_box6 {
    top: 376px;
}
.top_right_box1 {
    position: absolute;
    bottom: 165px;
    right: 0;
        text-align: right;
}
.top_right_box {
    /*position: absolute;*/
    /*bottom: 75px;*/
    right: 0;
}

.top_left_box1:hover img,
.top_left_box2:hover img,
.top_right_box1:hover img,
.top_right_box2:hover img{
  opacity: 0.8;
  transition-duration: 0.3s;
}
.fadeLeftRight_menu{
animation-name:fadeLeftRightMenuAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftRightMenuAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0px);
  }
}

.fade_r-l_menu{
animation-name:fadeRightLeftMenuAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRightLeftMenuAnime{
  from {
    opacity: 0;
  transform: translateX(100%);
  }

  to {
    opacity: 1;
  transform: translateX(0%);
  }
}

.right_title_box{
    display: block;
    position: absolute;
    top:0;right:0;
    width:35%;
}
.right_title_box img.race_title {
    display: block;
}
.left_title_box {
    position: absolute;
    bottom: 1px;
    left: 8%;
    width: 38%;
    display: flex;
    flex-wrap: wrap;
}
.left_title_box img{
    display:block;
    width:100%;
    padding-bottom:1rem;
}



.fadetitle_menu{
animation-name:fadeTitleAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeTitleAnime{
  from {
    opacity: 0;
  transform: translateX(100%);
  }

  to {
    opacity: 1;
  transform: translateX(0%);
  }
}

.top_enter_message{
    position: absolute;
    top:0;
    color:white;
    background-color: red;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.2rem;
    height: 2rem
}

/* 展望 */
.top_tenbou {
    text-align: center;
    padding: 0px 30px;
    /*background-color: #000000;*/
    background-color: #ffffff30;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}
.top_tenbou_box {
    margin: 0 auto;
}

.top_tenbou_box h3 {
    color: red;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 4px 2px 0 0000001a;
    line-height: 1.2rem;
    letter-spacing: 4;
    padding: 20px 0 10px;
}
.top_tenbou_box .text {
    height: 145px;
    overflow: scroll;
    overflow-x: hidden;    
    padding: 0;
    font-size: 0.9rem;
    color: #0f0f0f;
    letter-spacing: 1;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: left;
    background-image:none;
    /*background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);*/
    background-color: white;
}
.top_tenbou_box_fl {
    width: 100%;
    display: flex;
    flex-direction:row; /* 記載しなくてもデフォルトで指定されている */
    flex-wrap:wrap; /* 折り返し */
    justify-content:space-between;    
    padding: 0.5rem;
}
.top_tenbou_box_fl img {
    width: 32%;
}
.top_tenbou_box strong {
    color: #ff0000;
    font-weight: 900;
    font-size: 1rem;
}
.top_tenbou_no_data 
{
    display: none;
}
.top_live_movie_box{
    width: 80%;
}
.pc_disp_only{
    display:block;
}
.sp_disp_only{
    display:none;
}
