/*======================================
common
======================================*/
body,
.Main_Column,
.Side_Column {
	background-color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 766px) {
	.Wrap {
		background-color: #fff;
	}
}

.Contents_Box {
	margin-bottom: 43px;
}
.Sub_Contents {
	margin-bottom: 30px;
}

ul.List_01 {
	border: none;
}
.LinkBtn_01,
ul.Btn_List_01 li a {
	box-shadow: none;
}
/*-- サブタイトル --*/
.Title_Sec{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	align-items: center;
	margin: 21px 10px 21px;
	background: transparent;
	padding: 0;
	font-size: 100%;
}
.Title_Sec h2,
.Title_Sec h3,
.Title_Sec h4{
	color: #757575;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.37;
	margin-right: auto;
	padding: 0;
	border-left: none;
}
.Heading_Sec {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	align-items: center;
	margin: 0px 10px 10px;
}
.Heading_Sec h3{
	margin-right: auto;
	color: #757575;
	font-size: 83.3%;
	font-weight: bold;
	line-height: 1.37;
}
/* もっと見る */
.Title_BtnMore {
	display: block;
}
.Title_BtnMore a {
	color: #666;
	font-size: 67%;
	font-weight: bold;
	display: block;
	border-radius: 1.23em;
	background: #EAEAEA;
	line-height: 2.18;
	padding: 0 1.2em;
	margin-left: 8px;
	white-space: nowrap;
}

/*==============================================
TOPページ
==============================================*/
#Netkeiba_Top .Find_FootArea {
	padding-bottom: 90px;
}
/*==============================================
レースのグレードアイコン
==============================================*/
.Icon_GradeType {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
	background: #757575;
	width: auto;
	min-width: 28px;
	height: 17px;
	margin-left: 5px;
	border-radius: 1em;
	padding: 1px 0.7em 0;
	vertical-align: top;
	white-space: nowrap;
}
.Nar_Pickup_race .Icon_GradeType{
	margin-top: 3px;
}
.Icon_GradeType1,.Icon_GradeType10 { background: #3251bc; }
.Icon_GradeType2,.Icon_GradeType11 { background: #c53131; }
.Icon_GradeType3,.Icon_GradeType12 { background: #58af4a; }
/*.Icon_GradeType4 { background: #ec5f00; }*/
.Icon_GradeType4 { background: #de8a26; }
.Icon_GradeType14 { background: #666; }
.Icon_GradeType13 {
	background: url("../img/icon/icon_gradetype.png");
	background-repeat: no-repeat;
	-webkit-background-size: 46px auto;
	-moz-background-size: 46px auto;
	-ms-background-size: 46px auto;
	background-size: 46px auto;
	background-position: -2px -245px;
	width: 42px;
	height: 18px;
	vertical-align: -2px;
	border-radius: 0;
	padding: 0;
}
/*==============================================
お知らせ
==============================================*/
/* モーダル対象者表示テキスト */
.Modal_Attention{
	/* height: 39px;
	background-color: #fff; */
	border-radius: 4px;
	border:1px solid #E0E0E0;
	box-shadow: none;
	margin: 18px 10px 18px;
}
.Modal_Attention a{
	/* position: relative;
	padding-left: 40.5px;
	font-size: 77.7778%;
	height: 39px;
	color: #06389B;
	display: block;
	font-weight: bold; */
	display:block;
	padding: 10px 10px 10px 38px;
	position: relative;
	font-size: 72.22222222222221%;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.Modal_Attention a:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/icon_sprite_nk.png);
    background-repeat: no-repeat;
    -webkit-background-size: 55px 1000px;
    -moz-background-size: 55px 1000px;
    -ms-background-size: 55px 1000px;
    background-size: 55px 1000px;
    vertical-align: middle;
    background-position: -7px -908px;
    position: absolute;
    top: 6.6px;
    left: 12px;
}

/*==============================================
スワイプコンテンツエリア .PickupArea
==============================================*/
/*-- お知らせ --*/
.Infomation_Box {
	margin:18px 10px;
}
.Infomation_Box ul {
	border-radius: 4px;
	border:1px solid #E0E0E0;
	box-shadow: none;
}
.Infomation_Box ul li {
	padding: 0;
}
.Infomation_Box ul li a {
	display:block;
	padding: 10px 10px 10px 38px;
	position: relative;
}
.Infomation_Box ul li a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://cdn.netkeiba.com/img.sp/common/img/icon/icon_sprite_nk.png');
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	background-position: -7px -808px;
	position: absolute;
	top: 50%;
 	transform: translateY(-50%);
	left: 12px;
}
.Infomation_Box ul li a .Infomation_Txt span {
	display: inline-block;
	color: #06389b;
	font-size: 72.2%;
	font-weight: bold;
	line-height: 1.3;
}


#HeadLineBox {
	height: 231px;
	background-color: #fff;
	background-position: center 30%;
	background-repeat: no-repeat;
}

#RaceFlash{
	height: 181px;
}


@media screen and (max-width: 540px) {
	#HeadLineBox {
	  height: 53.666667vw;
	}
	.SlideImgBox01{
		width: 100%;
	}
	.Top_Slide .SlideImgBox01 img{
		max-width: 100vw;
	}
  }

@media only screen and (min-width: 541px) {
	#HeadLineBox {
		height: 250px;
	}
	#SlideBox .SlideImgBox01 img{
		width:400px;
		margin:0 auto;
		max-width: none;
		height: auto;
	}
	#SlideBox .SlideImgBox01 .SlideTxtArea{
		text-align: left;
		/* width:460px; */
		max-width: none;
	}
}
/* @media only screen and (min-width: 1023px) {
	#HeadLineBox {
		height: 364px;
	}
	#SlideBox .SlideImgBox01 img{
		width:600px;
		max-width: 100%;
	}
	#SlideBox .SlideImgBox01 .SlideTxtArea{
		width:600px;
		max-width: 100%;
	}
} */

#Netkeiba_Top .Top_Slide {
	margin-top: 16px;
}
.Top_Slide .SlideImgBox01 {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #222;
	max-width: 460px;
}
.Top_Slide .SlideImgBox01 img {
	width: 100%;
	margin:0 auto;
}
.Top_Slide .slick-initialized .slick-slide {
	margin-right: 10px;
}
.Top_Slide .SlideList li {
	margin-right: 10px;
}
.Top_Slide .SlideTxtArea {
	left: 0;
	bottom: 0;
	height: 90px;
	position: absolute;
	width: 100%;
	background-image: -moz-linear-gradient(
		center top,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.50) 85%);
	background-image: -o-linear-gradient(top,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.50) 85%);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0 , rgba(0,0,0,0)),
		color-stop(0.8 , rgba(0,0,0,0.85))
	);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#000000')";
	background-image: linear-gradient(to bottom,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.50) 85%);
}
.Top_Slide .SlideTxtArea .SlideTxtInner {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
}

.Top_Slide .SlideTxtArea .ContentMainTitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	width:100%;
	height: 41px;
	padding:0 10px 0;
	margin-bottom: 0;
	overflow:hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Top_Slide .SlideTxtArea .Content_Cate {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: rgba(255, 255, 255, 0.67);
	border-radius: 1em;
	display:block;
	float:left;
	padding:0 11px;
	margin: 0 0 8px 10px;
}
.Top_Slide .slick-list{
	background: #fff;
}
/*
.Top_Slide .SlideTxtArea p.SlideTxt01 {
font-size: 110.5%;
color: #fff;
padding: 0 8px;
text-overflow: ellipsis;
overflow: hidden;
text-shadow: 0 0 1px #333;
font-weight: bold;
}
.Top_Slide .SlideTxtArea p.SlideTxt02 {
font-size: 74%;
color: #bbb;
padding: 6px 8px 0;
}
*/
/*-- Slider.css --*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/*
* ポインター
*/
#SlideBox .slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	height:20px;
}
.slick-dots li {
	cursor: pointer;
	width:6px;
	height:6px;
	margin:7px 5px;
	background:#E7E7E7;
	display:inline-block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	vertical-align: middle;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	width:6px;
	height:6px;
	padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	display:block;
	content: " ";
	width:6px;
	height:6px;
	font-size: 0;
	line-height: 0;
	opacity: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
	width: 8px;
    height: 8px;
}
.slick-dots li.slick-active button:before {
	background: #3251BC;
	display:inline-block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width: 8px;
    height: 8px;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 51px;
	width: 30px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	padding: 0;
	border: none;
	outline: none;
	z-index: 10;
	margin-top: -51px;
	/* opacity: .7; */
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}
.slick-prev:before,
.slick-next:before {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	height: 51px;
	width: 30px;
	font-size: 0;
	line-height: 0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
	left: auto;
	right: 0;
}
.slick-prev {
	left: 0px;
}
.slick-prev:before {
	background: url("../img/top/SlideArrow_01.png") no-repeat -3px center;
	-webkit-background-size: 180px 102px;
	-moz-background-size: 180px 102px;
	-ms-background-size: 180px 102px;
	-o-background-size: 180px 102px;
	background-size: 180px 102px;
	border-radius: 0 4px 4px 0;
}
.slick-next {
	right: 0px;
}
.slick-next:before {
	background: url("../img/top/SlideArrow_01.png") no-repeat -140px center;
	-webkit-background-size: 180px 102px;
	-moz-background-size: 180px 102px;
	-ms-background-size: 180px 102px;
	-o-background-size: 180px 102px;
	background-size: 180px 102px;
	border-radius: 4px 0 0 4px;
}


/*==============================================
サイトからのお知らせ/登録メニュー
==============================================*/
.Nk_Infomation .Nk_Infomation_Inner{
	margin: 0 10px;
	border-radius: 4px;
	border: solid 1px #DADADA;
}
.Nk_Infomation_Inner li + li{
	border-top: solid 1px #DADADA;
}
.Nk_Infomation_Inner li a{
	display: block;
	padding: 13px 10px;
}
.Nk_Infomation_Inner li a > h3{
	margin-bottom: 12px;
	font-size: 88.8%;
	color: #444;
	font-weight: bold;
	line-height: 1.37;
}
.Nk_Infomation_Inner .InfoTag{
	display: flex;
	justify-content: space-between;
	color: #888;
	font-weight: 300;
	font-size: 61%;
}

/*======================================
LIVE速報
======================================*/

.RaceLiveFlashBox01 {
	padding: 10px 0 9px;
	background: #f3f3f3;
}
.RaceLiveFlashBox01.LiveMode{
	min-height:146px;
	margin-bottom: 23px;
}
.RaceLiveFlashBox01.LiveMode:empty{
	display:none;
}
.RaceLiveFlashBox01 .Title_Sec {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	align-items: center;
	margin: 0 10px 10px;
	padding: 0;
	font-size: 100%;
	background: transparent;
}
.RaceLiveFlashList01 {
	margin-top: -10px;
	padding: 0 9px 0 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.RaceLiveFlashList01 li {
	display: inline-block;
	width: 32.33%;
	width: calc(100% / 3 - 1%);
	margin-top: 10px;
	padding-right: 8px;
}
.RaceLiveFlashList01 li a {
	display: block;
	padding: 5px;
	font-weight: bold;
	border-radius: 4px;
	background: #fff;
}
.RaceLiveFlashList01 .FlashCourseLogo {
	display: block;
	margin: auto;
	width: 35px;
}
.RaceLiveFlashList01 .FlashCourseLogo > img {
	display: block;
	margin: auto;
	width: 100%;
}
.RaceLiveFlashList01 .FlashRaceData {
	display: block;
	text-align: center;
}
.RaceLiveFlashList01 .FlashRaceData > span {
	display: block;
	margin-top: 4px;
	font-size: 0.875rem;
	line-height: 1.2;
}
.RaceLiveFlashList01 .FlashRaceData > em {
	display: block;
	margin-top: 6px;
	color: #333;
	font-size: 0.8125rem;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
}
.RaceLiveFlashList01 .FlashState {
	display: block;
	margin-top: 8px;
	padding: 5px 5px 4px;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 3px;
}

.RaceLiveFlashList01 .Local .FlashState {
}
.RaceLiveFlashList01 .ResultFlash01 a {
	color: #c53131;
	border: 1px solid #c53131;
	position: relative;
}
.RaceLiveFlashList01 .ResultFlash01.delay a {
	color: #ff8c00;
	border: 1px solid #ff8c00;
}
.RaceLiveFlashList01 .SoonFlash01 a {
	color: #3251bc;
	border: 1px solid #3251bc;
	position: relative;
}
.RaceLiveFlashList01 .SoonFlash01 .FlashState {
	color: #333;
}

.RaceLiveFlashList01 img.Icon_Ipat {
	width: 26px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.RaceLiveFlashBox01 .RaceLiveDataWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.RaceLiveFlashBox01 .RaceLiveDataWrap .Btn {
	padding: 0 5px;
	margin: 10px 0 4px;
}
.RaceLiveFlashBox01 .RaceLiveDataWrap .Btn a{
	color: #666;
	font-size: 66.67%;
	font-weight: bold;
	display: block;
	border-radius: 1.23em;
	background: #fff;
	width: 10.6em;
	line-height: 2.18;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 350px) {
	.RaceLiveFlashList01 {
		padding-right: 2px;
	}
	.RaceLiveFlashList01 li {
		margin-top: 8px;
		padding-right: 8px;
	}
	.RaceLiveFlashList01 .FlashRaceData > span {
		font-size: 0.75rem;
	}
	.RaceLiveFlashList01 .FlashRaceData > em {
		margin-right: -2px;
		margin-left: -2px;
		font-size: 0.6875rem;
	}
	.RaceLiveFlashList01 .FlashState {
		font-size: 0.6875rem;
	}
}

/*==============================================
トピックス .News_Headline
==============================================*/
.News_Headline ul.List_01 li {
	border-bottom: none;
}
.News_Headline ul.List_01 li .LinkBox_01 h2{
	position: relative;
	height:2.6em;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #444;
}
.News_Headline .PhotoThumb_01 {
	width: 98px;
	min-height: 73px;
}
.News_Headline .PhotoThumb_01 > img.Thumb_Img01 {
	width: 98px;
	max-width: inherit;
	max-height: inherit;
    height: 73px;
	object-fit: contain;
	object-position: top;
}
.News_Headline ul.List_01 li .LinkBox_01 span.Icon_Premium01 {
	display: inline-block;
	background: url("../img/icon/icon_premiumlock_02.png") 0 0 no-repeat;
	-webkit-background-size: 12px 14px;
	-moz-background-size: 12px 14px;
	-ms-background-size: 12px 14px;
	background-size: 12px 14px;
	width: 0;
	height: 14px;
	vertical-align: middle;
	margin: -4px 4px 0;
	padding: 0 0 0 12px;
}

.News_Headline ul.List_01 li  .LinkBox_01 > .LinkBox_Footer {
	position: relative;
	margin-top: 7px;
	padding-right: 6px;
	min-height: 19px;
}
.News_Headline ul.List_01 li  .LinkBox_01 > .LinkBox_Footer span.AppOnlyIcon01 {
	display: inline-block;
	border-radius: 2px;
	color: #3251bc;
	font-weight: bold;
	border: 1px solid #3251bc;
	font-size: 0.625rem;
	padding: 3px 11px;
}
.News_Headline ul.List_01 li  .LinkBox_01 > .LinkBox_Footer span.Data {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 7px;
	color: #888;
	font-size: 0.6875rem;
	font-weight: 300;
}
.News_Headline ul.List_01 li  .LinkBox_01 > .LinkBox_Footer span.New {
	display: inline-block;
	color: #DD5E56;
	font-size: 0.75rem;
	font-weight: bold;
	margin-right: 7px;
}
.News_Headline .Icon_Play {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: solid 2px #fff;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
	background: rgba(153, 153, 153, .3);
}
.News_Headline .Icon_Play:after {
	display: block;
	content: "";
	position: absolute;
	top: 4px;
	left: 7px;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}

/*==============================================
レース情報
==============================================*/
/* レーススライド */
.TopRace_Slide {
	margin: 0 -8px;
}
.TopRace_Slide .SlideImgBox01 {
	position: relative;
}
.TopRace_Slide .SlideImgBox01 .RaceSlideBoxPhoto:before {
	content:"";
	display:block;
	padding-top:56.25%;
}

.TopRace_Slide .SlideImgBox01 .RaceSlideBoxPhoto {
	min-height:200px;
	background-position:top;
	background-size:cover;
	background-repeat:no-repeat;
}

.TopRace_Slide .SlideTxtArea {
	left: 0;
	bottom: 0;
	height: 78px;
	position: absolute;
	width: 100%;
	background-image: -moz-linear-gradient(
		center top,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.50) 85%);
	background-image: -o-linear-gradient(top,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.50) 85%);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0 , rgba(0,0,0,0)),
		color-stop(0.8 , rgba(0,0,0,0.85))
	);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#000000')";
	background-image: linear-gradient(to bottom,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.50) 85%);
}
.TopRace_Slide .SlideTxtArea .SlideTxtInner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.TopRace_Slide .SlideTxtArea .Content_Cate {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.63;
	display: inline-block;
	padding:0 4px;
	margin: 0 9px 4px;
	background: #C53131;
	border-radius: 2px;
}
.TopRace_Slide .SlideTxtArea .ContentMainTitle {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	height: auto;
	line-height:22px;
	max-height:44px;
	margin: 1px 9px 6px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.TopRace_Slide .SlideTxtArea .ContentSubTitle {
	color: #fff;
	font-weight: 300;
	width:100%;
	font-size: 12px;
	padding: 0 9px 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:15px;
}
.TopRace_Slide .slick-prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	background: none;
	border-radius: 0;
}
.TopRace_Slide .slick-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	border-radius: 0;
}
.TopRace_Slide .slick-dots {
	text-align: center;
	margin-bottom: 2px;
}

.PickupRaceDataBox {
	padding: 8px;
}
.PickupRaceDataBox .LeftMenu {
	float:left;
	width:30%;
	z-index:10;
	position:relative;
}
.PickupRaceDataBox .RightMenu {
	width:auto;
	position:relative;
	z-index:9;
}
.PickupRaceMenu li.RaceMenuList + li.RaceMenuList{
	margin-top: 6px;
}
.Top_Local .PickupRaceMenu li.RaceMenuList{
	float: left;
}
.PickupRaceDataBox .RightMenu li.RaceMenuList {
	margin:0 0 0 34%;
}
.PickupRaceDataBox .RightMenu li.RaceMenuList .PickupRace_LinkBtn {
	text-align: left;
	height: 100%;
	border: none;
	padding: 12px 0 0;
}
.PickupRaceMenu li .PickupRace_LinkBtn{
	padding:16px 0;
	font-weight:bold;
}

.PickupRaceMenu.LeftMenu li:first-of-type a::before{
	content: '';
    display: inline-block;
    background: url(../img/icon/icon_sprite_sp_top.png?191202) no-repeat;
    -webkit-background-size: 100px auto;
    -moz-background-size: 100px auto;
    background-size: 100px auto;
    vertical-align: text-bottom;
	width: 21px;
    height: 15px;
    background-position: -65px -3px;
    margin-right: 7px;
}
.PickupRaceMenu.LeftMenu li:last-of-type a::before{
	content: '';
    display: inline-block;
    background: url(../img/icon/icon_sprite_sp_top.png?191202) no-repeat;
    -webkit-background-size: 100px auto;
    -moz-background-size: 100px auto;
    background-size: 100px auto;
    vertical-align: text-bottom;
	width: 14px;
    height: 15px;
    background-position: -65px -23px;
    margin-right: 7px;
}

.PickupRaceDataBox .RightMenu li .PickupRace_LinkBtn p {
	padding-bottom: 4px;
	margin: 0 0 8px;
	color: #888;
	font-size: 0.75rem;
}
.PickupRaceDataBox .RightMenu li .PickupRace_LinkBtn ul {
	padding: 0 3px;
}
.PickupRaceDataBox .RightMenu li .PickupRace_LinkBtn ul li{
	margin: 0 0 7px;
}
.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.OddsNum{
	color: #666;
	font-size: 85%;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.HorseName{
	display:inline-block;
	color: #444;
	/* width: 9.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	vertical-align: middle;
}

.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.OddsData{
	display: inline-block;
	overflow: hidden;
	color: #C53131;
	float: right;
}

@media only screen and (min-width: 340px) {
	.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.HorseName{
		font-size: 100%;
	}
	.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.OddsData{
		font-size: 100%;
	}
	.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.OddsNum{
		font-size: 100%;
	}
}

@media only screen and (max-width: 360px) {
	.PickupRaceDataBox li .PickupRace_LinkBtn ul li span.HorseName{
		width: 9.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.Jra_RaceList_Inner .PickupRace_01 {
	margin: 0 10px 15px;
}
.Jra_RaceList_Inner .PickupRace_01 > li {
	background: #fff;
	border-radius: 4px;
	border: solid 1px #DADADA;
}
.Jra_RaceList_Inner .PickupRace_01 li > .LinkBox_01 {
	display: block;
	padding: 17px 8px 0;
}
.LinkBox_01 > div > p.RaceCopy {
	font-size: 72%;
	color: #555;
	margin-bottom: 8px;
	font-weight: 300;
}
.Jra_RaceList_Inner .PickupRace_01 p.RaceCopy {
}
.LinkBox_01 > div > .RaceTitle {
	font-weight: bold;
	color: #555;
	margin-bottom: 8px;
	font-size:100%;
}
.LinkBox_01 > div > .RaceData {
	font-size: 61%;
	color: #666;
	font-weight: 300;
}
.PickupRace_LinkBtn {
	display: block;
	font-size: 83%;
	font-weight: bold;
	color: #545454;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
}

.Jra_RaceList_Inner .RaceList_02 {
	margin: 0 10px 30px;
}
.Jra_RaceList_Inner .RaceList_02 li + li {
	margin-top: 10px;
}
.Jra_RaceList_Inner .RaceList_02 li a {
	display: block;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #E0E0E0;
}
.Jra_RaceList_Inner .RaceList_02 li div {
	padding: 10px;
}
p.RaceData {
	color: #777;
	font-size: 78%;
	margin: 6px 0 0;
}
#TopRaceMain {
	min-height:50px;
	border-radius: 4px;
}
ul.Btn_3col li {
	width	:	33.333%;
}
ul.Btn_4col li {
	width: 25%;
}


/*==============================================
今週の開催
==============================================*/
.Race_Calendar_List > ul {
	padding: 0 10px 30px;
}
.Contents_Box #Jra_Race_Thisweek .Race_Calendar_List > ul {
	padding: 0 10px;
}
.Calendar_DayList dl.ThisWeek_RaceList {
	display: table;
	width: 100%;
}
.Calendar_DayList + .Calendar_DayList {
	margin-top: 4px;
}
.Calendar_DayList dl.ThisWeek_RaceList dt {
	font-size: .8em;
	font-weight: bold;
	width: 86px;
	display: table-cell;
	vertical-align: middle;
	background: url("../img/top/thisweek_bg02.png?20240522") no-repeat center center;
	-webkit-background-size: 86px 56px;
	-moz-background-size: 86px 56px;
	-ms-background-size: 86px 56px;
	background-size: 86px 56px;
}
.Calendar_DayList dl.ThisWeek_RaceList dt.Day_Sat {
	color: #06c;
	font-size: 86%;
	letter-spacing: 2px;
}
.Calendar_DayList dl.ThisWeek_RaceList dt.Day_holi {
	color: #f02e2e;
	font-size: 86%;
	letter-spacing: 2px;
}
.Calendar_DayList dl.ThisWeek_RaceList dt.Day_Sat span,
.Calendar_DayList dl.ThisWeek_RaceList dt.Day_holi span {
	display: block;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0;
}

.Calendar_DayList dl.ThisWeek_RaceList dt p {
	text-align: center;
	line-height: 1.3;
	padding-right: 8px;
	letter-spacing: -0.1px;
}

.ThisWeek_Day p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 72px;
	height: 44px;
	color: #666;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
}
.ThisWeek_Day span {
	font-size: 0.6875rem;
	font-weight: 300;
}
.ThisWeek_Day .Day_holi {
	color: #c53131;
}
.ThisWeek_Day .Day_Sat {
	color: #3251bc;
}
.Calendar_DayList dl.ThisWeek_RaceList dd {
	display: table-cell;
}
.Calendar_DayList dl.ThisWeek_RaceList dd ul {
	width: 100%;
}
.Calendar_DayList dl.ThisWeek_RaceList dd li {
	display: table;
	text-align: center;
}
.Calendar_DayList dl.ThisWeek_RaceList dd li {
	padding-left: 3px;
}
.Calendar_DayList dl.ThisWeek_RaceList dd ul.Btn_2col li {
	width: 50%;
	float: left;
}
.Calendar_DayList dl.ThisWeek_RaceList dd ul.Btn_3col li {
	width: 33%;
	float: left;
}
.Race_Calendar_List dl.ThisWeek_RaceList dd li a {
	display: table-cell;
	width: 100%;
	height: 3em;
	vertical-align: middle;
	font-weight: bold;
	padding: 0 0;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #E0E0E0;
}
dl.ThisWeek_RaceList dd li a p.JyoName {
	font-size: 77.7%;
	color: #666;
}
dl.ThisWeek_RaceList dd li a p.Top_RaceName{
	font-size: 55.5%;
	color: #888;
	font-weight: 300;
	margin:auto;
	margin-top:.3em;
	text-align:center;
}

/*==============================================
JRA結果ダイジェスト
==============================================*/
.Top_RaceDigest .RaceDigestInner{
	position: relative;
	display: block;
	margin:0 10px 30px;
	height: 75px;
	background: #fff;
}
.Top_RaceDigest .RaceDigestInner .Digest_Thumb{
	display: inline-block;
	width: 100px;
	min-height: 75px;
	float: left;
	margin-right: 7px;
	border-radius: 4px;
	background: #eee;
	position: relative;
	overflow: hidden;
}
.Top_RaceDigest .RaceDigestInner .Digest_Text {
	min-height: 75px;
    display: flex;
    align-items: center;
}
.Top_RaceDigest .RaceDigestInner .Digest_Text dt{
	margin-bottom:10px;
	font-size: 88.8%;
	color: #444;
	line-height: 1.3;
	font-weight: bold;
	/* height: 2.65em; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Top_RaceDigest .RaceDigestInner .Digest_Text dd{
	font-size: 61%;
	color: #666;
	font-weight: 300;
	line-height: 1.3;
}
.Top_RaceDigest .RaceDigestInner .Digest_Text dd .Sat {
	color: #3251bc;
}
.Top_RaceDigest .RaceDigestInner .Digest_Text dd .Sun {
	color: #c53131;
}
.Top_RaceDigest .RaceDigestInner .Digest_Thumb img{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.Top_RaceDigest .RaceDigestInner .Digest_Thumb span{
	position:absolute;
	top: 20px;
	right: 32px;
	z-index: 9;
}
.Top_RaceDigest .RaceDigestInner .Digest_Thumb span:before{
	display: block;
	position: absolute;
	content: '';
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	width:19px;
	height: 19px;
	border-radius: 50%;
	border:3px solid #fff;
}
.Top_RaceDigest .RaceDigestInner .Digest_Thumb span:after{
	display: inline-block;
	position: absolute;
	content: '';
	top: -6px;
	left: 9px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}
/*======================================
レースメニュー
======================================*/
.Contents_Box.Top_RaceMenu {
	padding-bottom: 2px;
}
.Top_RaceMenu_Inner {
	width: 100%;
	margin: auto;
}
.Top_RaceMenu_Inner ul li a {
	position: relative;
	margin-right: 8px;
	font-weight: bold;
	font-size: 66.6%;
	color: #666;
	/* overflow: hidden; */
	white-space: nowrap;
}
.Top_RaceMenu_Inner .Icon_Nk_New{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 25px;
}
.Top_RaceMenu_Inner .Icon_Nk_New_bg {
	display: block;
	margin: auto;
	width:46px;
	height:46px;
	margin-bottom:5px;
	background:#F7F7F7;
	border-radius: 50%;
	/* z-index: -1; */
	position: relative;
}

.Top_RaceMenu_Inner .Icon_Nk_New {
	display: block;
	background-image: url('../img/icon/icon_sprite_raceMenu.png?20220920');
	background-repeat: no-repeat;
	-webkit-background-size: 683px auto;
	-moz-background-size:683px auto;
	-ms-background-size:683px auto;
	background-size:683px auto;
	width: 32px;
	height: 25px;
	margin: auto;
}
/*-- 開催日程 --*/
.Icon_Nk_New_07 {background-position: 0 0;}
/*-- 結果・払戻 --*/
.Icon_Nk_New_08 {background-position: -72px 0;}
/*-- 重賞日程 --*/
.Icon_Nk_New_09 {background-position: -144px 0;}
/*-- win5 --*/
.Icon_Nk_New_10 {background-position: -217px 0;}
/*-- レース傾向 --*/
.Icon_Nk_New_11 {background-position: -288px 0;}
/*-- 騎乗騎手一覧 --*/
.Icon_Nk_New_12 {background-position: -362px 0;}


/*======================================
今日の地方競馬 .Top_Local
======================================*/
div.Nar_Pickup_race ul.LocalPickupRaceList_02{
	margin: 0 10px 5px;
}
section.Top_Local div.PickupRaceMenu{
  margin: 0px 10px 20px;
}
section.Top_Local div.PickupRaceMenu ul.PickupRaceMenu_BtnArea{
	margin-top: 0px;
}
ul.LocalPickupRaceList_02 {
	margin: 0 8px 9px;
}
ul.LocalPickupRaceList_02 li + li {
	margin-top: 8px;
}
ul.LocalPickupRaceList_02 li a {
	display: block;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
}
ul.LocalPickupRaceList_02 li div {
	padding: 10px;
}
ul.LocalPickupRaceList_02 li div > p.RaceCopy {
	font-size: 72%;
	color: #555;
	margin-bottom: 8px;
	font-weight: 300;
}
ul.LocalPickupRaceList_02 li div .ContentMainTitle {
	height: auto;
	color: #555;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 9px;
	display: block;
	width: 100%;
}
ul.LocalPickupRaceList_02 li div .Content_Date {
	font-size: 61%;
	color: #666;
	font-weight: 300;
}

.TodayLocalRace_Slide {
	margin-bottom: 30px;
}
.TodayLocalRace_Slide .SubTitle {
	padding: 0 10px;
}
.TodayLocalRace_Slide > div {
	padding: 0 9px 0 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.TodayLocalRace_Slide .slick-slider .slick-list {
	overflow: visible;
}
.TodayLocalRace_Slide .TodayLocalRace_SlideBoxItem {
	position: relative;
	padding: 0 0 0 10px;
	/*width: 130px;*/
	width: 28%;
	display: inline-block;
	white-space: normal;
}
.TodayLocalRace_Slide .TodayLocalRace_SlideBoxItem + .TodayLocalRace_SlideBoxItem {
	padding-left: 8px;
}
.TodayLocalRace_Slide a {
	display: block;
	background: #fff;
	border-radius: 4px;
	color: #444;
	padding: 9px 3px;
	text-align: center;
	position: relative;
	width: 100%;
	border: 1px solid #e0e0e0;
}
.TodayLocalRace_Slide a img.LocalFacilitiesLogo{
	display: block;
	width: 60%;
	margin: auto;
}
.TodayLocalRace_Slide a > span {
	color: #444;
	font-size: 14px;/*px*/
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 6px 0 9px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.TodayLocalRace_Slide a > span.Soon_Race {
	color: #039;
	font-size: 61.11%;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.Soon_Race_pulse {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(0,51,153,.25);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0,51,153,.25);
	animation: pulse 2s infinite;
}
.Soon_Race_pulse:hover {
	animation: none;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,51,153,.25);
		box-shadow: 0 0 0 0 rgba(0,51,153,.25);
	}
	70% {
		-webkit-box-shadow: 0 0 0 25px rgba(0,51,153, 0);
		box-shadow: 0 0 0 25px rgba(0,51,153, 0);
		background: rgba(0,51,153,0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,51,153, 0);
		box-shadow: 0 0 0 0 rgba(0,51,153, 0);
	}
}
@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,51,153,.25);
		box-shadow: 0 0 0 0 rgba(0,51,153,.25);
	}
	70% {
		-webkit-box-shadow: 0 0 0 25px rgba(0,51,153, 0);
		box-shadow: 0 0 0 25px rgba(0,51,153, 0);
		background: rgba(0,51,153,0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,51,153, 0);
		box-shadow: 0 0 0 0 rgba(0,51,153, 0);
	}
}

.TodayLocalRace_Slide a .Race_Title {
	color: #888;
	font-size: 72%;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin-bottom: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
}
.TodayLocalRace_Slide .Nighter a:after{
	content: "";
	display: inline-block;
	background: url("../img/icon/icon_nighter_01.png") 0 0 no-repeat;
	-webkit-background-size: 14px 13px;
	-moz-background-size: 14px 13px;
	-ms-background-size: 14px 13px;
	-o-background-size: 14px 13px;
	background-size: 14px 13px;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.TodayLocalRace_Slide .Race_State {
	display: inline-block;
	/*min-width: 64px;*/
	width: 90%;
	color: #444;
	font-size: 72%;
	font-weight: bold;
	line-height: 1.54;
	/*background: #5c6fdf;*/
	background: #e6e6e6;
	border-radius: 3px;
	margin: auto;
	text-align: center;
	white-space: nowrap;
}
.TodayLocalRace_Slide .Race_State.RaceEnd {
	background: #b6b6b6;
}
.TodayLocalRace_Slide a .Race_State > span {
	text-decoration: none;
	color: #fff;
}
.TodayLocalRace_Slide .Race_State > span{
	display: inline-block;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
.TodayLocalRace_Slide .Race_State > span.RaceNum{
	font-size: 66.7%;
	font-weight: bold;
}
.TodayLocalRace_Slide .Race_State > span.Time{
	color: #444;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.54;
}
.TodayLocalRace_Slide .Race_State.RaceEnd > span {
	/*font-size: 66.7%;*/
	font-size: 100%;
	font-weight: bold;
	line-height: 1.54;
}

.Top_Local .Race_Infomation_Box {
	margin: 26px 10px 16px;
	padding: 15px 18px;
	color: #888;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	background-color: #f3f3f3;
	border-radius: 7px;
}


.PickupRaceMenu .PickupRaceMenu_BtnArea {
	/*width: 90px;*/
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.PickupRaceMenu .PickupRaceMenu_BtnArea:after{
	content:"";
	display: block;
	width:32%;
}
.PickupRaceMenu_BtnArea li {
	width: calc(100% / 3 - 3px);
}
.PickupRaceMenu_BtnArea li a:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_sprite_sp_top.png?191202) no-repeat;
	-webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-size: 100px auto;
	vertical-align: text-bottom;
}

/* 出馬表アイコン */
.PickupRaceMenu li a:before,
.PickupRaceMenu_BtnArea li a.icn_shutuba:before {
	width: 21px;
	height: 15px;
	background-position: -65px -3px;
	margin-right: 7px;
}
/* 予想アイコン */
.PickupRaceMenu_BtnArea li a.icn_yoso:before {
	width: 14px;
	height: 15px;
	background-position: -65px -23px;
	margin-right: 7px;
}
/* 競馬新聞アイコン */
.PickupRaceMenu_BtnArea li a.icn_paper:before {
	width: 15px;
	height: 16px;
	background-position: 0 -98px;
	margin-right: 5px;
}


/*==============================================
厳選予想ウマい馬券 .Top_Yoso
==============================================*/
/*======================================
今週の無料予想
======================================*/
.freeContents__yoso--wrapper {
	border: 1px solid #cacaca;
	background: #fff;
	border-radius: 6px;
	padding:0 0 20px;
	margin: 0 10px 30px;
	overflow: hidden;
  }

  .freeContents__yoso--wrapper .freeContents__yoso--cont + .freeContents__yoso--cont  {
	margin-top: 20px;
  }

  .freeContents__yoso--wrapper .Yosoka_Inner {
	position: relative;
  }
  .freeContents__yoso--wrapper .Yosoka_Inner + .Yosoka_Inner {
	margin-top: 20px;
	padding-top: 20px;
  }
  .freeContents__yoso--wrapper .Yosoka_Inner + .Yosoka_Inner::before {
	background: #DADADA;
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	position: absolute;
	top: 1%;
	left: 50%;
	transform: translateX(-50%);
  }

  .freeContents__yoso--item {
	display: flex;
	align-items: flex-start;
	margin: 0 20px 10px;
  }
  .freeContents__yoso--img {
	width: 50px;
	height: 50px;
	position: relative;
  /*  margin: 0 0 10px;*/
  }
  .freeContents__yoso--img-wrapper {
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 4px;
  }
.Yosoka .YosokaImage.New {
	overflow: hidden;
	border-radius: 4px;
  }
  .Yosoka .YosokaImage.New:after {
	position: absolute;
	display: block;
	content: "NEW";
	background: #b7443e;
	width: 52px;
	height: 32px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	left: -20px;
	top: -9px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
	transform: rotate(-45deg);
  }

  .freeContents__yoso--wrapper.AnaumaRace .freeContents__yoso--img:after,
  .freeContents__yoso--wrapper.SelectionRace .freeContents__yoso--img:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 56px;
	width: 15px;
	height: 39px;
	background-image: url("../img/yoso/flg_sprite_sp_baken.png");
	-ms-background-size: 50px auto;
	background-size: 50px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
  }

  .freeContents__yoso--wrapper.AnaumaRace .freeContents__yoso--img:after {
	background-position: -21px 0px;
  }
  .freeContents__yoso--wrapper.SelectionRace .freeContents__yoso--img:after {
	background-position: -2px -43px;
  }

  .freeContents__yoso--img img {
	width: 100%;
  }
  .freeContents__yoso--race {
	margin-bottom: 10px;
	font-size: 17px;
	color: #555;
	padding:10px 20px;
	background: #f3f3f3;
  }
  .freeContents__yoso--wrapper .Yosoka_Inner + .freeContents__yoso--race{
	margin-top: 20px;
  }
  .freeContents__yoso--race-date {
	font-size: 13px;
	color: #777;
	font-weight: 300;
  }
  .freeContents__yoso--name {
	padding-top: 5px;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
  }
  .freeContents__yoso--name a{
	margin-bottom: 6px;
  }
  .freeContents__yoso--catch{
	font-size: 12px;
	color: #666666;
	font-weight: 300;
  }
  table.freeContents__yoso--table {
	width: 100%;
	border-collapse: collapse;
	margin:0 20px 10px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
  }
  table.freeContents__yoso--table td.freeContents__yoso--table__mark {
	padding: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	background: #f5f4f1;
	border: 1px solid #d1cec7;
	width: 30px;
  }
  table.freeContents__yoso--table td.freeContents__yoso--table__bamei {
	padding: 8px;
	text-align: left;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #d1cec7;
  }
  .freeContents__yoso--detail {
	position: relative;
	margin:0 20px 10px;
  }
  .freeContents__yoso--detail p {
	font-size: 61.1111%;
	color: #333;
	line-height: 1.6;
	position: relative;
	height: 3.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  .freeContents__yoso--detail::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 32px;
	background: -webkit-linear-gradient(
	  top,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0.8) 80%,
	  rgba(255, 255, 255, 0.8) 90%,
	  #fff 100%
	);
	background: linear-gradient(
	  top,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0.8) 80%,
	  rgba(255, 255, 255, 0.8) 90%,
	  #fff 100%
	);
  }

  .freeContents__yoso--announcement {
	font-size: 77.7778%;
	color: #b7443e;
	font-weight: 600;
	margin: -2px auto 4px;
	text-align: center;
  }
  div[id^="free_yoso_view"]{
	margin:0 20px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
  }
  .freeContents__yoso--more {
	position: relative;
  }
  .freeContents__yoso--more a {
	background: #3951b5;
	color: #fff;
	margin:0 20px;
	text-align: center;
	display: block;
	padding: 13px 0;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
  }
  .freeContents__yoso--more.push a {
	position: relative;
	color: #3951b5;
	border: 1px solid #3951b5;
	background: #fff;
	margin:0 20px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
  }
  .freeContents__yoso--more a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
  }
  .freeContents__yoso--more.push a:after {
	border-top: 2px solid #3951b5;
	border-right: 2px solid #3951b5;
  }

/*---------------------------------
ライブコマース
---------------------------------*/
.LiveCommerceLink_L_Wrap{
	margin-bottom: 30px;
}
.LiveCommerceLink_L_Wrap .Title_Sec h2{
	margin-right: auto;
    color: #757575;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 1.37;
}
/*---------------------------------
無料予想動画
---------------------------------*/
.freeContents__video--wrap{
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 10px 30px;
  padding-bottom: 20px;
}

.freeContents__video--body {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom:10px;

}
.freeContents__video--body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.freeContents__video--caption{
  color: #555;
  font-size: 88.8889%;
  font-weight: 600;
  line-height: 1.5;
  max-height: 3em;
  padding:0 10px;
  margin-bottom:10px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.freeContents__video--body a img{
  width:100%;
}
.freeContents__video--yosoka{
  display:flex;
/*  justify-content:space-between;*/
  align-items:center;
  padding:0 10px;
}
.freeContents__video--yosoka--title{
  font-size:83.3333%;
  flex-shrink: 0;
  padding-right:30px;
}
.freeContents__video--yosoka--img{
  display:flex;
/*  justify-content:space-between; */
  width: 100%;
}
.freeContents__video--yosoka--img a{
  display:block;
  text-align:center;
  margin-right:min(3%, 20px);
}
.freeContents__video--yosoka--img .YosokaImg{
  display:block;
  width:30px;
  height:30px;
  margin: auto;
  overflow:hidden;
  border-radius:50%;
}

.freeContents__video--yosoka--img .YosokaImg img{
  width:100%;
}
.freeContents__video--yosoka--img .YosokaImg + span{
  font-size:55.5556%;
  color:#444444;
  white-space: nowrap;
  font-weight:bold;
}
/*---------------------------------
キャンペーン
---------------------------------*/
.Cp_Inner {
	padding: 0 10px 30px;
}
.Cp_Box {
  display: block;
  width: 100%;
  border: solid #CACACA 1px;
  border-radius: 4px;
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 600;
}
.Cp_Box .Cp_Head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 10px;
}
.Cp_Box .Title_Area {
  min-height: 50px;
}
.Cp_Box .Title_Area .Sub_Title {
  padding: 3px 9px;
  border-radius: 70px;
  background: #DD5E56;
  color: #fff;
  font-size: 11px;
}
.Cp_Box .Title_Area .Main_Title {
  margin-top: 10px;
	max-width: 8em;
  color: #444444;
  line-height: 1.3;
  font-size: 15px;
}
.Cp_Box .Title_Area .Main_Title.coupon {
  max-width: 10.8em;
}
.Cp_Box .Num_Area .Num {
  font-family: "Arial";
  color: #DD5E56;
  font-size: 50px;
}
.Cp_Box .Num_Area .Unit {
  display: inline-block;
  color: #444444;
  line-height: 1.2;
  font-size: 13px;
  max-width: 4em;
}
.Cp_Box .Cp_Bottom {
  position: relative;
  padding: 10px;
  background: #F3F3F3;
}

.Cp_Box .Cp_Bottom p {
  max-width: 93%;
  color: #666666;
  line-height: 1.38;
  font-size: 13px;
}
.Cp_Box .Cp_Bottom::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: none;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}


@media (max-width: 384px) {
	.Cp_Box .Title_Area .Sub_Title {
	  font-size: 10px;
	}
  }
  @media (max-width: 375px) {
	.Cp_Box .Num_Area .Unit {
		  max-width: 4.091em;
	  font-size: 11px;
	}
	.Cp_Box .Num_Area .Num {
		font-size: 43px;
	  }
	  .Cp_Box .Cp_Bottom p {
		font-size: 11px;
	  }
  }
  @media (max-width: 359px) {
	.Cp_Box .Title_Area .Sub_Title {
	  display: block;
	  font-size: 10px;
	  -webkit-transform: scale(0.8);
			  transform: scale(0.8);
	  -webkit-transform-origin: 0 0;
			  transform-origin: 0 0;
	}
	.Cp_Box .Title_Area .Main_Title {
		max-width: 8.333em;
		font-size: 12px;
	  }
	  .Cp_Box .Num_Area .Num {
		font-size: 24px;
	  }
	  .Cp_Box .Num_Area .Unit {
		font-size: 10px;
	  }
  }
/*======================================
ランキング
======================================*/
.RankingWrapper {
	padding: 11px 0 30px 10px;
}

.RankingWrapper .ContentsBoxRanking {
/* width: 306px;
display: inline-block;
padding: 0 10px 0 0;
vertical-align: top; */
}

/* @media only screen and (max-width: 320px) {
.RankingWrapper .ContentsBoxRanking {
width: 270px;
}
} */

.ContentsBoxRanking .PhotoThumb_01 [class*=ContentsBoxRanking_Num] {
	color: #555;
	font-family: "Arial";
	font-size: 71.43%;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d0d0d0)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	padding: 4px 0 0 5px;
}

.ContentsBoxRanking ul.List_01 {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	border: none;
	background: transparent;
}

.ContentsBoxRanking ul.List_01 li {
	border-bottom: none;
/*	margin-bottom: 16px; */
display: inline-block;
width: 262px;
background: transparent;
}


.ContentsBoxRanking ul.List_01 li a {
	padding: 0;
	display: block;
}

.ContentsBoxRanking ul.List_01 li a .LinkBox_01 {
	min-height: 72px;
}

.ContentsBoxRanking .PhotoThumb_01 {
	width: 72px;
	min-height: 72px;
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	background-color: #eee;
	margin-right: 6px;
}

.ContentsBoxRanking .PhotoThumb_01 img {
	width: 100%;
	max-width: 72px;
	max-height: 72px;
	vertical-align: top;
	margin: auto;
	display: block;
}

.ContentsBoxRanking .PhotoThumb_01 .ContentsBoxRanking_Num01 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #EAB956)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #EAB956 50.5%) no-repeat top left/100% 100%;
}

.ContentsBoxRanking .PhotoThumb_01 .ContentsBoxRanking_Num02 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7b8592)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}

.ContentsBoxRanking .PhotoThumb_01 .ContentsBoxRanking_Num03 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d67a47)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}

.ContentsBoxRanking .PhotoThumb_01 [class*=ContentsBoxRanking_Number] {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7B8592)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7B8592 50.5%) no-repeat top left/100% 100%;
}

.ContentsBoxRanking .PhotoThumb_01[class*="ContentsBoxRanking_Num"]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0 0;
	border-color: #d0d0d0 transparent transparent transparent;
}

.ContentsBoxRanking .PhotoThumb_01.ContentsBoxRanking_Num01:before {
	border-color: #eab956 transparent transparent transparent;
}

.ContentsBoxRanking .PhotoThumb_01.ContentsBoxRanking_Num02:before {
	border-color: #7b8592 transparent transparent transparent;
}

.ContentsBoxRanking .PhotoThumb_01.ContentsBoxRanking_Num03:before {
	border-color: #d67a47 transparent transparent transparent;
}

.Ranking_TextBox .YosokaName {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 15em;
	white-space: nowrap;
}

.Ranking_TextBox .YosoStyle > span {
	color: #888;
	font-weight: 300;
	font-size: 61.11%;
	line-height: 1.2;
	display: block;
	margin-bottom: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 18em;
	white-space: nowrap;
}

.Ranking_TextBox .YosoStyle > strong {
	color: #444;
	display: block;
	font-size: 89%;
	font-weight: bold;
}

.Ranking_TextBox .YosoStyle .percent {
	color: #c53131;
}


/*---------------------------------
予想メニュー
---------------------------------*/
.Top_Yoso_Menu_Inner ul {
	margin-bottom: 53px;
}
.Top_Yoso_Menu_Inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  border: none;
}
.Top_Yoso_Menu_Inner ul.List_01 li {
  width: 33%;
  border-bottom: none;
}
.Top_Yoso_Menu_Inner li a {
  display: block;
  margin: auto;
  padding: 0;
  border: none;
  font-size: 66.67%;
  font-weight: bold;
  position: relative;
  z-index: 10;
  color: #666666;
  text-align: center;
}
.Top_Yoso_Menu_Inner .Icon_Nk_New_bg {
  display: block;
  margin: auto;
  width: 46px;
  height: 46px;
  margin-bottom: 4px;
  background: #F7F7F7;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.Top_Yoso_Menu_Inner .Icon_Nk_New_bg span {
  display: block;
  background-image: url(../img/icon/icon_yoso_menu.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 32px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Top_Yoso_Menu_Inner .Icon_Nk_New_bg span.Icon01 {
  background-position: 1px 0;
}
.Top_Yoso_Menu_Inner .Icon_Nk_New_bg span.Icon02 {
  background-position: -34px 0;
}
.Top_Yoso_Menu_Inner .Icon_Nk_New_bg span.Icon03 {
  background-position: -71px 0;
}

/*お気に入り登録・解除時のモーダル*/
#cboxWrapper #cboxLoadedContent {
	position: relative;
	margin-top: 0;
	background-color: #fff;
	border-radius: 6px;
}
#cboxWrapper #cboxClose {
	position: absolute;
	top: -15px;
	right: -10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 3px solid #b4b2a0;
	border-radius: 50%;
}
#cboxWrapper #cboxClose::before,
#cboxWrapper #cboxClose::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 3px;
	background-color: #b5b29f;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
}
#cboxWrapper #cboxClose::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#cboxWrapper #cboxClose::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.Bookmark_Popup_Box .Front_Title{
	padding: 14px 40px;
	background-color: transparent;
	background-image: none;
}
.Bookmark_Popup_Box .Front_Title h2 {
	padding: 0;
	color: #777;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1;
	border-left: none;
}
.Bookmark_Popup_Box {
	height: auto;
	padding-bottom: 15px;
	background: #fff;
}
.Bookmark_Popup_Box .Close_Link {
	display: block;
}
.Bookmark_Popup_Box .Horse_Group_Add input[type="text"] {
	width: 75%;
}
.Bookmark_Popup_Box .Notify_Setup table {
	width: 100%;
}
.Bookmark_Popup_Box p{
	padding:8px 16px;
	line-height:1.4em;
	font-size:0.8em;
}
.Bookmark_Popup_Box h3{
	padding:8px 0px;
	font-size:0.9em;
}
.Bookmark_Popup_Box .error_message{
	color:#cc0000;
}
.Bookmark_Popup_Box .btn_order_box {
	margin: 10px;
}
.Bookmark_Popup_Box .btn_order_box a,
.Bookmark_Popup_Box .btn_order_box input {
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 15px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #3251bc;
	border-radius: 7px !important;
}
.Bookmark_Popup_Box .btn_order_box .btn_order {
	color: #3251bc !important;
	background-color: #fff !important;
}
.Bookmark_Popup_Box .btn_order_box .btn_regist {
	color: #fff;
	background-color: #3251bc;
}
.Bookmark_Popup_Box .btn_order_box .btn_cancel {
	color: #777;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}
.Bookmark_Popup_Box .introduction_premium {
	margin: 30px 10px 15px;
	color: #444;
	font-size: 0.875rem;
	line-height: 1.4;
}
.Bookmark_Popup_Box .Confirm_Txt {
	margin: 15px 10px;
	padding: 0;
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.4;
	text-align: left;
}
.Bookmark_Popup_Box .Confirm_Txt.alignR {
	text-align: right;
}
.Bookmark_Popup_Box .btn_order{
	margin: 10px;
	color: #3251bc !important;
	background-color: #fff !important;
}
.Bookmark_Popup_Box .mb_15{
	margin-bottom:15px;
}
.Bookmark_Popup_Box .center{
	text-align:center;
}
.Bookmark_Popup_Box .alignL {
	text-align: left;
}
/*---------------------------------
UMAIビルダー
---------------------------------*/
.builder.RankingWrapper {
	padding: 11px 0 0 10px;
}
.builder .ContentsBoxRanking  ul.List_01 li{
	width: 325px;
	height: 219px;
	margin-right: 30px;
}

.builder .ContentsBoxRanking  ul.List_01 li img{
	width: auto;
	height: 219px;
}


/*======================================
ライブコマース
======================================*/
.LiveCommerceLink_L{
	margin:0 0 18px !important;

	box-shadow: 0 2px 2px 0 rgba(146, 151, 165, .5);
}
@media only screen and (min-width: 766px) {
	.LiveCommerceLink_L_Wrap .LiveCommerceLink_L{
		max-width: 460px;
        margin: 0 auto 18px !important;
	}
}
/*======================================
俺プロ
======================================*/
.Top_Orepro .Title_Sec {
	margin-top: 22px;
}
.Top_Orepro_Bnr {
	display: block;
	width: 100%;
	background: #000 url(../img/top/nktop_bg-orepro-2024_8_27.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	/*padding-top: 6%;*/
	padding-top: 12px;
	margin: 0;
}
.Orepro_logo {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 12%;
}
.Orepro_logo img {
	width: 100%;
}
.Orepro_Copy {
	width: 81%;
	margin: 0 3.6% 1.6vw auto;
}
@media screen and (min-width: 1025px) {
	.Orepro_Copy {
		width: 385px;
		margin: 0 15px 6px auto;
	}
}
.Orepro_Copy img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.Orepro_Cath {
	text-align: center;
	width: 100%;
	margin-bottom: -3%;
	z-index: 2;
	position: relative;
}
.Orepro_Cath img {
	width: 56%;
	height: auto;
	vertical-align: top;
	z-index: 1;
}
.Top_Orepro_Bnr .RaceTxtBox {
	color: #000;
	text-align: center;
	background: #5D0909;
	padding: 3% 0 2.6vw;
	position: relative;
	z-index: 1;
	border-top: solid 2px #9C8126;
	border-bottom: solid 2px #9C8126;
}
@media screen and (min-width: 1025px) {
	.Top_Orepro_Bnr .RaceTxtBox {
		padding: 14px 0;
	}
}
.Top_Orepro_Bnr .Target {
	color: #000;
	font-size: 61%;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 6px;
}
.Top_Orepro_Bnr .Target img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.Top_Orepro_Bnr .RaceName {
	color: #fefefe;
	font-size: 8vw;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 2.76px rgba(0, 0, 0, 0.4);
	margin-bottom: 1.8vw;
}
@media screen and (min-width: 1025px) {
	.Top_Orepro_Bnr .RaceName {
		font-size: 38px;
		margin-bottom: 7px;
	}
}
.Top_Orepro_Bnr .LinkBtn span {
	color: #fff;/*px*/
	font-weight: bold;
	font-size: 3.7vw;
	line-height: 1em;
	border-radius: .95em;
	background: #000;/*px*/
	white-space: nowrap;
	width: 41vw;
	margin: 0 auto;
	text-align: center;
	padding: 5.4px 0 6.1px;
}
@media screen and (min-width: 1025px) {
	.Top_Orepro_Bnr .LinkBtn span {
		width: 185px;
		font-size: 18px;
	}
}
.Top_Orepro_Bnr a.EntryLink .LinkBtn span.Entry {
	display:block !important;
}
.Top_Orepro_Bnr a.ResultLink .LinkBtn span.Result {
	display:block !important;
}
p.people {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44.5vw;
	font-size: 3.2vw;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
}
@media screen and (min-width: 1025px) {
	p.people {
		width: 100%;
		font-size: 15px;
	}
}
.left__decoration,
.right__decoration {
	position: relative;
	width: 2.6vw;
	height: 2.6vw;
	border: solid 1px #AC7C18;
}
@media screen and (min-width: 1025px) {
	.left__decoration,
	.right__decoration {
		width: 12.8px;
		height: 12.8px;
	}
}
.left__decoration::before,
.right__decoration::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.5vw;
	height: 0.5vw;
	background-color: #AC7C18;
	border-radius: 50%;
}
@media screen and (min-width: 1025px) {
	.left__decoration::before,
	.right__decoration::before {
		width: 2.5px;
		height: 2.5px;
	}
}
.right__decoration {
	border-top-color: transparent;
	border-left-color: transparent;
	transform: translateX(15px) rotate(-45deg);
}

.left__decoration {
	border-bottom-color: transparent;
	border-right-color: transparent;
	transform: translateX(-15px) rotate(-45deg);
}
.CountDown {
	color: #FFE371;/*px*/
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 4%;
	border-radius: 50%;
	background: #000;/*px*/
	padding: 5vw 0;
	width: 19.2vw;
	height: 19.2vw;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.CountDown.just {
    font-size: 5.3vw;
    padding-top: 4.5vw;
}
@media screen and (min-width: 500px) {
	.CountDown {
		padding: 3.7vw 0;
		width: 15vw;
		height: 15vw;
	}
	.CountDown.just {
		font-size: 4.3vw;
		padding-top: 3.5vw;
	}

}
@media screen and (min-width: 1025px) {
	.CountDown {
		padding: 24px 0;
		width: 92.6px;
		height: 92.6px;
	}
    .CountDown.just {
        font-size: 26px;
        padding-top: 20.5px;
    }
}
.CountDownTxt01 {
	font-size: 2.9vw;
	display: block;
}
.CountDownTxt02 {
	font-size: 2.65vw;
	width: 1em;
	display: inline-block;
	white-space: normal;
}
.CountDownTxtDay {
	font-size: 7.2vw;
}
.CountDownTxt03 {
	font-size: 2.65vw;
	display: inline-block;
	width: 1em;
}
@media screen and (min-width: 500px) {
	.CountDownTxt01 {
		font-size: 1.9vw;
	}
	.CountDownTxt02 {
		font-size: 1.65vw;
	}
	.CountDownTxtDay {
		font-size: 6.2vw;
	}
	.CountDownTxt03 {
		font-size: 1.65vw;
	}
}
@media screen and (min-width: 1025px) {
	.CountDownTxt01 {
		font-size: 14.8px;
	}
	.CountDownTxt02 {
		font-size: 12.8px;
	}
	.CountDownTxtDay {
		font-size: 34.5px;
	}
	.CountDownTxt03 {
		font-size: 12.8px;
	}
}
.YosoPersonArea {
	padding: 2.5vw 0;
	position: relative;
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}
@media screen and (min-width: 1025px) {
	.YosoPersonArea {
		padding: 11.7px 0;
	}
}
@media screen and (max-width: 320px) {
	.YosoPersonArea {
		max-width: 302px;
	}
}
.RaceYosokaTitleArea {
	color: #fff;
	font-size: 72%;
	margin-bottom: 7px;
}
.RaceYosoCount {
	color: #FFE371;
	font-size: 4.8vw;
	font-weight: bold;
}
@media screen and (min-width: 1025px) {
	.RaceYosoCount {
		font-size: 23px;
	}
}
.ThumbList{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 0 2.2vw 0;
}

@media screen and (min-width: 1025px) {
	.ThumbList{
		margin: 0 0 10px 0;
	}
}
.ThumbList .Thumb {
	display: flex;
	column-gap: 5px;
	text-align: left;
	padding:0;
}
.ThumbList .Thumb li {
	display: inline-block;
	white-space: normal;
	position: relative;
}
.ThumbList .Thumb img {
	display: inline-block;
	width: 7.4vw;
	border-radius: 5px;
	vertical-align: top;
}
@media screen and (min-width: 1025px) {
	.ThumbList .Thumb img {
		width: 37px;
	}
}

.ThumbList img {
	width: 62%;
}
@media screen and (min-width: 1025px) {
	.ThumbList img {
		width: 297px;
	}
}
.ThumbList .PickupRace,
.ThumbList .AnaumaRace {
	position: relative;
}
.ThumbList .PickupRace:after,
.ThumbList .AnaumaRace:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	right: -2px;
	width: 11px;
	height: 24px;
	background-image: url("../img/top/flg_sprite_sp_baken.png?20180614");
	-webkit-background-size: 31px auto;
	-moz-background-size: 31px auto;
	-ms-background-size: 31px auto;
	-o-background-size: 31px auto;
	background-size: 31px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 10;
}
.ThumbList .AnaumaRace:after {
	background-position: -12px 0;
}
.ThumbList .Thumb li.PickupRace:first-child:after,
.ThumbList .Thumb li.AnaumaRace:first-child:after {
	-webkit-background-size: 37px auto;
	-moz-background-size: 37px auto;
	-ms-background-size: 37px auto;
	-o-background-size: 37px auto;
	background-size: 37px auto;
	width: 13px;
	height: 30px;
	bottom: -3px;
}
.ThumbList .Thumb li.AnaumaRace:first-child:after {
	background-position: -15px 0;
}

/*==============================================
netkeibaTV .Top_NkTV
==============================================*/
.Icon_Category_Tv {
	background-position: -6px -873px;
	width: 37px;
}
/*---------------------------------
動画リスト .MovieList01
---------------------------------*/
.MovieList01 {
	padding-left: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.MovieList01 .MovieListItem {
	width: 403px;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}
@media (max-width: 415px) {
	.MovieList01 .MovieListItem {
		width: 348px;
	}
}
@media (max-width: 376px) {
	.MovieList01 .MovieListItem {
		width: 315px;
	}
}
@media (max-width: 361px) {
	.MovieList01 .MovieListItem {
		width: 302px;
	}
}
@media (max-width: 321px) {
	.MovieList01 .MovieListItem {
		width: 268px;
	}
}
.MovieList01 .MovieListItem a {
	position: relative;
	display: block;
}
.MovieList01 .MovieListItem .PickupPhoto {
	margin-bottom: 5px;
	overflow: hidden;
	white-space: normal;
	border-radius: 4px;
	width: 100%;
	position: relative;
}
.MovieList01 .MovieListItem .PickupPhoto video {
	display: block;
}
.MovieList01 .MovieListItem .PickupPhotoImg {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background:#eee;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.MovieList01 .MovieListItem .PickupPhotoImg:after {
	content:"";
	display:block;
	padding-top: 56.3%;
}
.MovieList01 .MovieListItem .Mv_Time {
	color: #fff;
	font-size: 62.94%;
	line-height: 1.59;
	background: #000;
	padding: 0 4px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem + .MovieListItem {
	margin-left: 12px;
}
.MovieList01 .MovieListItem:last-child {
	margin-right: 10px;
}
.MovieListItem .MovieListTitle {
	color: #444;
	font-size: 88.89%;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	margin-bottom: 6px;
}
.MovieList01 .MovieListItem .MovieListFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.NewMovieArea .MovieList01 .MovieListItem .MovieListFoot {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.MovieListItem .MovieListFoot .MovieName,
.MovieListItem .MovieListFoot .MovieTime {
	display: block;
	color: #888;
	font-weight: 300;
	font-size: 61.12%;
	white-space: nowrap;
	line-height: 1.2;
}
.MovieList01 .MovieListItem .MovieListFoot .MovieName {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}
.MovieListItem .MovieListFoot .MovieTime {
	text-align: right;
}
.MovieContentList .Title_Sec h2 {
	color: #e3e3e3;
	font-size: 77.78%;
}
/* 無料配信中アイコン */
.Top_NkTV .FreeIcon {
	position: absolute;
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	background-color: #3251bc;
	border-radius: 4px;
}
.Top_NkTV .MovieList01 .MovieListItem .FreeIcon {
	top: 10px;
	right: 10px;
}


/*==============================================
ホースマンルーム .Top_Horseman
==============================================*/
.Top_Horseman {
	background: #f3f3f3;
	margin-top: -12px;
	padding: 13px 0 4px;
}
.Top_Horseman .Heading {
	display: flex;
	align-items: center;
	margin: 0 10px 21px;
}
.Top_Horseman .Heading h3 {
	margin-right: auto;
	font-weight: bold;
	color: #777;
	font-size: 0.8125rem;
}
.Top_Horseman .Heaging_BtnMore {
	display: block;
}
.Top_Horseman .Heaging_BtnMore a{
	color: #666;
	font-size: 67%;
	font-weight: bold;
	display: block;
	border-radius: 1.23em;
	background: #e7e7e7;
	line-height: 2.18;
	padding: 0 1.2em;
	margin-left: 8px;
	white-space: nowrap;
}
.Horseman_Column {
	display: flex;
	padding-left: 10px;
	white-space: nowrap;
	overflow-x: auto;
}
.Horseman_Column li{
	margin-right: 10px;
	padding-bottom: 5px;
	position: relative;
}
.Horseman_Column li a{
	width: 70px;
	height: 70px;
	display: inline-block;
}
.Horseman_Column li a img{
	width: 70px;
	height: 70px;
	border-radius: 4px;
}
.Horseman_Column li a div{
	display: flex;
	align-items: center;
	font-size: 72.2222%;
	font-weight: bold;
	color: #555555;
	padding-top: 5px;
	height: 17px;
	text-align: center;
	box-sizing: content-box;
}
.Horseman_Column li a div .Column_Name{
	display: inline-block;
	width: 5em;
	overflow: hidden;
	line-height: initial;
	margin: 0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
}


/*==============================================
今日のイチ押しコラム .Column_Top
==============================================*/
.Column_Top {
}
.Column_MainImgBox{
  margin-bottom:10px;
}
.Column_MainImgBox a{
  display:block;
  overflow: hidden;
}
.Thumb_Wrapper {
  position: relative;
}
.Column_MainImgBox_Thumb{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.Column_MainImgBox .SlideTxtArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Column_MainImgBox .SlideTxtInner{
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
}
.Content_Cate {
  margin-bottom: 7px;
  color: #888;
  font-size: 61%;
  font-weight: bold;
}
.ContentMainTitle{
  display:-webkit-box;
  display:-ms-flexbox;
  /* display:flex; */
  height: 2.76em;
  margin-bottom: 7px;
  color: #444;
  font-size: 89%;
  line-height: 1.38em;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.Content_FooterTxt{
  color:#888;
  font-weight: 300;
  font-size: 61.1%;
  text-align:left;
  line-height:1.2;
}
.Column_MainImgBox .SlideTxtArea .Content_FooterTxt,
.ColumnList .List01 .Content_FooterTxt,
.ColumnList .ColumnListBox .Content_FooterTxt,
.ContentsBoxRanking .Content_FooterTxt{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content: flex-end;
}
.ColumnList .Content_FooterTxt,
.Column_MainImgBox .Content_FooterTxt{
	align-items: baseline;
}
.ColumnList ul.List01 {
    padding: 0 10px;
}
.ColumnList ul.List01 li{
	margin-bottom: 10px;
}
.ColumnList ul.List01 li .ContentMainTitle{
	margin-bottom: 20px;
}
.ColumnList .List01 .PhotoThumb_01 {
	width: 98px;
	min-width: 98px;
    height: 73px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    background: #eee no-repeat center / contain;
    border-radius: 4px;
}
.Icon_Chumoku:before {
	content: '';
    display: inline-block;
    background: url(../img/icon/icon_sprite_column.png) no-repeat;
    background-size: 70px auto;
    background-position: 0 -1px;
    width: 13px;
    height: 13px;
    margin-right: 7px;
    margin-left: 9px;
    vertical-align: top;
}

/*==============================================
ウマトレカ
==============================================*/
.Top_Toreca_Slide {
	padding-top: 1px;
	padding-bottom: 20px;
	background: url('../img/top/toreca_slide_bg.png') no-repeat;
	background-size: cover;
	background-color: #2E313C;
}
.Top_Toreca_Slide .Title_Sec {
  	justify-content: inherit;
	margin-top: 10px;
    margin-bottom: 10px;
}
.Top_Toreca_Slide .Title_Sec h2 {
	margin-right: 10px;
	color: #fff;
	}
.Top_Toreca_Slide .Toreca_Slide_Text {
	color: #fff;
	font-weight: 300;
  	font-size: 0.6875rem;
}
.Top_Toreca_Slide .Slide {
	margin: 0 0 17px 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	scrollbar-width: none;     /* Firefox */
  	-ms-overflow-style: none;  /* IE/Edge */
}
.Top_Toreca_Slide .Slide::-webkit-scrollbar {
  display: none;             /* Chrome/Safari */
}
.Top_Toreca_Slide .Slide .Slide_Link {
	display: inline-block;
	white-space: nowrap;
	width: 300px;
	margin-right: 10px;
}
.Top_Toreca_Slide .Slide .Slide_Link img {
	max-width: 100%;
}
.Toreca_Play {
	display: block;
	margin: auto;
	width: 83%;
	padding: 12px 0;
	text-align: center;
	background: #3251bc;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: bottom 0.2s;
}

/*==============================================
ショップ
==============================================*/
.ItemSelection{
	overflow-x: auto;
	padding-left: 10px;
}
.ItemSelection ul{
	display: flex;
	flex-wrap: nowrap;
}
.ItemSelection ul li{
	width: 140px;
	margin-right: 10px;
	flex-shrink: 0;
}
.ItemSelection ul li a{
	display: flex;
	flex-direction: column;
	background: #F3F3F3;
	padding-bottom: 8px;
	border-radius: 4px;
	overflow: hidden;
}
.ItemImage {
	height: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.ItemSelection ul li a .ItemImage img {
	width: 100%;
}

.ItemSelection ul li a .Name{
	display: block;
	font-size: 13px;
	color: #444444;
	padding: 10px 6px 0;
	margin-bottom: 8px;
	line-height: 1.38em;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 2.76em;
	overflow: hidden;
	box-sizing: content-box;

}
.ItemSelection ul li a .Price{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #444444;
	padding-right: 10px;
}
/*==============================================
データベース
==============================================*/
/*--DB_Search--*/
.Top_DB .DB_Contents_Inner {
	padding: 0 10px 0;
}
.DB_Search {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #DADADA;
	border-radius: 4px;
}
.DB_Search_InputBox {
	display: table-cell;
	width: 100%;
}
.DB_Search_Input {
	background: #fff;
	border-radius: 0 4px 4px 0;
}

.Submit_Btn_Box {
	position: relative;
}
.Submit_Btn_Box input {
	background: none;
}
.DB_Search_InputBox .Submit_Btn_Box svg {
	position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
}

.DB_Select_Menu_Box,
.InputTxt_Form_Box,
.Submit_Btn_Box {
	display:table-cell;
	vertical-align:middle;
}
.InputTxt_Form_Box {
	width:100%;
}

.DB_Select_Menu_Box .SelectWrap{
	position:relative;
	height: 38px;
	padding: 0 ;
	width: 5em;
	background:#fff;
	border-right: 1px solid #DADADA;
	overflow: hidden;
	border-radius: 4px 0 0 4px;
}
.DB_Select_Menu_Box .SelectWrap:before{
	display:block;
	content:"\25bc";
	font-size: 10px;
	background:#fff;
	color: #666;
	position:absolute;
	top:0;
	right:0;
	width: 27px;
    line-height: 38px;
	text-align:center;
	pointer-events: none;
}
.DB_Select_Menu_Box select{
	display: block;
	width: 100%;
	font-weight: bold;
	color: #666;
	font-size: 15px;
	background: transparent;
	border: 0 none;
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	height: 35px;
	padding-left: 10px;
}
.DB_Select_Menu_Box select option{
	background: transparent;
	padding: 0 5px;
}
input[type="submit"]:hover{
	cursor: pointer;
}
.DB_Search .InputTxt_Form_Box input {
	height: 38px;
    line-height: 38px;
	border-radius: 0;
	color: #444;
}


/*-- 話題の注目馬 .Top_DB_PickupHorseBox --*/
.Top_DB_PickupHorseBox {}
.Top_DB_PickupHorse {}
.Top_DB_PickupHorse li {
	display: inline-block;
}
.Top_DB_PickupHorse li a {
	margin-right: 5px;
	display: block;
	font-size: 72%;
	font-weight: bold;
	padding: 7px 14px;
	line-height: 1.2;
	background: #fff;
	overflow:hidden;
	white-space: nowrap;
	border: solid 1px #E0E0E0;
	border-radius: 2em;
}
.Top_DB_PickupHorse li:nth-child(-n+2) {
	padding: 0 0 8px 0;
}

/*==============================================
お気に入り馬
==============================================*/

/*======================================
スペシャルコンテンツ
======================================*/
/*--イベント--*/
.Event_List{
	display: block;
}
.Event_List ul{
	display: flex;
	flex-wrap: nowrap;
	padding-left: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.Event_List ul li{
	width: 147px;
	margin-right: 10px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
}
.Event_List ul li a{
	display: block;
}
.Event_List ul li .PhotoThumb{
	position: relative;
}
.Event_List ul li .PhotoThumb .CpTag02{
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}
.Event_List ul li a img{
	width: 100%;
}
.Event_List ul li .Event_Info{
	padding: 10px;
}
.Event_List ul li .Event_Title {
	color: #444444;
	font-weight: bold;
	font-size: 77.77777777777779%;
	line-height: 1.3;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.6em;
    overflow: hidden;
    box-sizing: content-box;
	margin-bottom: 5px;
}
.Event_List ul li .Event_Date{
	color: #888888;
	font-size: 61.111111111111114%;
	margin-bottom: 4px;
	line-height: 1.2;
}
.Event_List ul li .Event_Location{
	color: #888888;
	font-size: 61.111111111111114%;
	line-height: 1.2;
}
.CpTag02 {
  margin-right: 10px;
  display: inline-block;
  min-width: 60px;
  border-radius: 4px;
  padding: 6px 0;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.6875rem;
}
.CpTag02.Open {
  background: #239F9F;
}
.CpTag02.Limit {
  background: #DB841F;
}
.CpTag02.Today {
  background: #C53131;
}
.CpTag02.End {
  background: #999;
}
/*--コラボ--*/
.Top_Link_List {
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Top_Link_List .PhotoThumb img{
	width: 100%;
	height: 85px;
	object-fit: cover;
	border-radius: 4px;
}
.Top_Link_List .LinkTitle {
	margin-top: 10px;
	color: #555;
	text-align: center;
	font-size: 0.8125rem;
}
.Top_Link_List li{
	display: inline-block;
	width: calc(50% - 5px);
}
.Top_Link_List li a{
	display: block;
}
.Top_Link_List li:nth-child(3) {
	margin-top: 20px;
}

/*-- オーナーズ --*/
.kisyuBanner {
	margin: 0 10px;
}
.kisyuBanner a img {
	width: 100%;
	border-radius: 4px;
}

/*==============================================
エンタメ
==============================================*/
.Camp_BnrBox{
}
.Camp_BnrBox .slick-dots{
	text-align:center;
}
.Camp_BnrBox .slick-dots li {
	background:#b3b3b3;
}
.Camp_BnrBox .slick-dots li.slick-active button:before {
	background:#383838;
}
.Camp_BnrBox li {
	margin:0 10px;
}
.Camp_BnrBox li a {
	display: block;
}
.Camp_BnrBox li a img{
	width:100%;
	border-radius: 4px;
}
/*
* 	ポインター
*/

.Camp_BnrBox .slick-dots{
	text-align:center;
}
.Camp_BnrBox .slick-dots li {
	background:#b3b3b3;
}
.Camp_BnrBox .slick-dots li.slick-active button:before {
	background:#383838;
}


/*==============================================
公式SNS
==============================================*/
.Nk_Sns {
	margin: 0 8px 18px;
}
/*.Nk_Sns ul {
box-shadow: 0 2px 6px rgba(146, 151, 165, .7);
border-radius: 5px;
}*/
.Nk_Sns ul li {
	width : -webkit-calc(100% / 6);
	width : calc(100% / 6);
	float: left;
}
/*.Nk_Sns ul li:last-child {
width: 34%;
}*/
.Nk_Sns ul li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap;
}
.Nk_Sns ul li a > span{
	font-size: 61%;
}
.Nk_Sns ul li a:before {
	content: "";
	display: block;
	background-image: url('../img/icon/icon_social.png?180508');
	background-repeat: no-repeat;
	-webkit-background-size: 300px 29px;
	-moz-background-size: 300px 29px;
	-ms-background-size: 300px 29px;
	background-size: 300px 29px;
	margin: 0 auto;
	height: 29px;
}
.Nk_Sns ul li a.Tw:before {
	width: 35px;
	background-position: 0 0;
}
.Nk_Sns ul li a.Fb:before {
	width: 30px;
	background-position: -40px 0;
}
.Nk_Sns ul li a.Yt:before {
	width: 42px;
	background-position: -73px 0;
}
.Nk_Sns ul li a.Ig:before {
	width: 30px;
	background-position: -118px 0;
}
.Nk_Sns ul li a.Rss:before {
	width: 30px;
	background-position: -151px 0;
}
.Nk_Sns ul li a.Line:before {
	width: 31px;
	background-position: -182px 0;
}
.Tw {
	background: #56aaee;
}
.Fb {
	background: #3c579e;
}
.Yt {
	background: #cd201f;
}
.Ig {
	background: #ffffff;
	color:#333333 !important;
}
.Rss {
	background: #fb9f3b;
}
.Line {
	background: #00b800;
}
@media only screen and (min-width: 768px) {
	.Nk_Sns ul li a > span{
		display: block;
		height: 0pt;
		text-indent: 100%;
	}
	.Nk_Sns ul li a:before {
		content: "";
		display: block;
		background-image: url('../img/icon/icon_social.png');
		background-repeat: no-repeat;
		-webkit-background-size: 225px 22px;
		-moz-background-size: 225px 22px;
		-ms-background-size: 225px 22px;
		background-size: 225px 22px;
		margin: 0 auto;
		height: 22px;
	}
	.Nk_Sns ul li a.Tw:before {
		width: 27px;
		background-position: 0 0;
	}
	.Nk_Sns ul li a.Fb:before {
		width: 23px;
		background-position: -28px 0;
	}
	.Nk_Sns ul li a.Yt:before {
		width: 32px;
		background-position: -55px 0;
	}
	.Nk_Sns ul li a.Ig:before {
		width: 23px;
		background-position: -88px 0;
	}
	.Nk_Sns ul li a.Rss:before {
		width: 23px;
		background-position: -113px 0;
	}
	.Nk_Sns ul li a.Line:before {
		width: 24px;
		background-position: -135px 0;
	}
}


@media only screen and (max-width: 340px) {
	.Nk_Sns ul li a {
		padding: 12px 0;
	}
	.Nk_Sns ul li a > span{
		display: block;
		height: 0pt;
		text-indent: 100%;
	}
}

/*==============================================
エンターテイメント　netkeiba POG
==============================================*/
.Icon_POG {
	display: inline-block;
	width:84px;
	height:84px;
	background-image: url(../img/common/img_nktop_01.png);
	background-repeat:no-repeat;
	background-size:600px 300px;
	-moz-background-size:600px 300px;
	-webkit-background-size:600px 300px;
	-o-background-size:600px 300px;
	-ms-background-size:600px 300px;
	background-position: -358px 0;
	border-radius: 8px;
}
.POG_Inner_Box ul li {
}
.POG_Inner_Box .PhotoThumb {
	display: table-cell;
}
.POG_Inner_Box .PhotoThumb img {
	border-radius: 8px;
}
.POG_Inner_Box .PhotoThumb > span {
	margin-right: 8px;
}
.POG_Inner_Box a {
	display: table;
	width: 100%;
	background: #fff;
	padding: 5px 10px;
}
.POG_Inner_Box .LinkTitle {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.POG_Inner_Box .LinkTitle p.ContentCopy01 {
	background-color: #DD5E56;
	border-radius: 1em;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 10px;
    margin-bottom: 8px;
}
.POG_Inner_Box .LinkTitle h3 {
	font-size: 88.8%;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}
.POG_Inner_Box .LinkTitle p.ContentInfoTxt01 {
	font-size: 72%;
	font-weight: 300;
	color: #444;
	line-height: 1.3;
}




/*======================================
サポート導線 .InfoMenuArea
======================================*/
ul.InfoMenuList {
	border-top: 1px solid #CECECE;
}
ul.InfoMenuList > li{
	background: #fff;
	border-bottom: 1px solid #CECECE;
}
ul.InfoMenuList > li > a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #444;
	letter-spacing: 0.03em;
	line-height: 1.2;
	padding: 15px 0 15px 58px;
}
ul.InfoMenuList > li[class*='InfoMenu'] > a {
	position: relative;
	padding-left: 40px;
	padding-right: 22px;
}
ul.InfoMenuList > li[class*='InfoMenu'] > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	border-radius: 1px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 10;
}
ul.InfoMenuList > li[class*='InfoMenu'] > a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../img/icon/icon_regist_list.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
}
ul.InfoMenuList > li.InfoMenuPremium > a:before {
	background-position: 0 0;
}
ul.InfoMenuList > li.InfoMenuNewAccount > a:before {
	background-position: 0px -25px;
	height: 22px;
}
ul.InfoMenuList > li.InfoMenuFaq > a:before {
	background-position: 0px -52px;
}


/* 競輪 */
.KeirinBlockBnr01 {
	width: 100%;
	max-width: 300px;
	margin: auto;
}
.KeirinBlockBnr01 a {
	display: block;
}
.KeirinBlockBnr01 img {
	display: block;
	width: 100%;
}
/* 競輪導線 */
.KeirinLink01 {
	width: 318px;
	margin: auto;
	padding: 10px 0;
}
.KeirinLink01 a{
	display: block;
}
.KeirinLink01 a img{
	display: block;
	width: 100%;
}
/* iphoneSE幅以下 */
@media only screen and (max-width: 340px){
	.KeirinLink01 {
		width: 300px;
	}
}


/*==============================================
月額コース案内誘導 .PremiumIntroBox01
==============================================*/
.PremiumIntroBox01 {
	margin-bottom:14px;
}
.PremiumIntroBox01 a{
	display:block;
	width:320px;
	margin:auto;
}
@media only screen and (min-width: 1024px) {
	.PremiumIntroBox01 {
		padding-top:6px;
	}
}
.PremiumInfoBnr {
	margin-bottom: 18px;
	text-align: center;
}
.PremiumInfoBnr img{
	display: block;
	margin: auto;
}
/* プレミアム案内2 170412 */
.PremiumIntroBox02{
	display: block;
	background: #fff;
	padding: 0px 10px 10px;
}
.PremiumIntroBox02 .japanc_campaign_txt {
	color: #ff6f0f;
	font-size: 89%;
	line-height: 1.75;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 440px){
	.PremiumIntroBox02 .japanc_campaign_txt span{
		display: block;
		text-align: center;
	}
}
.PremiumIntroBox02 a{
	display: block;
}
.PremiumIntroBox02 a p{
	position: relative;
	font-size: 78%;
	color: #7E7E7E;
	font-weight: bold;
	border: 1px solid #0A98D5;
	-webkit-border-radius:3px;
	border-radius:4px;
	font-weight: bold;
	padding: 5px 18px;
	padding-left: 37px;
	/* text-align: center; */
	line-height: 1.3;
}
/*.PremiumIntroBox02 a p:after{
content: " ";
width: 10px;
height: 10px;
border-top: 2px solid #56ace9;
border-right: 2px solid #56ace9;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 11px;
margin-top: -6px;
}*/
.PremiumIntroBox02 a p svg{
	position: absolute;
	right: 9.6px;
	top: 10px;
}
.PremiumIntroBox02 a p em{
	display: inline-block;
/*font-size: 114%;*/
color: #0A98D5;
line-height: 18px;
}
.PremiumIntroBox02 a p em > span{
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 20px;
	line-height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left:9px;
	top: 4px;
	box-sizing: border-box;
	padding-left: 1px;
/*background:-webkit-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
background:-moz-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
background:-o-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
background:linear-gradient(to right bottom, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);*/
background-color: #C1AB71;
text-align: center;
vertical-align: middle;
}
/* iphone6幅以下 */
@media only screen and (max-width: 370px) {
	.PremiumIntroBox02 a p {
		text-align: center;
	}
	.PremiumIntroBox02 a p em{
		display: block;
		text-align: center;
		margin-bottom: 4px;
	}
}
/* プレミアム案内3 190306 */
.PremiumIntroBox03 {
	display: block;
	background: #fff;
	padding: 9px 10px;
}
.PremiumIntroBox03 a {
	display: block;
}
.PremiumIntroBox03 img {
	display: block;
	width: 100%;
}

.TwoWeekTrial{
	position: relative;
	display: inline-block;
	padding: 4px 40px;
	color: #7e7e7e;
	vertical-align: middle;
	text-decoration: none;
	font-size: 74%;
	border: 1px solid #56ace9;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
}
.TwoWeekTrial em{
	color: #56ace9;
	font-weight: bold;
}
.TwoWeekTrial::before,
.TwoWeekTrial::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}
.TwoWeekTrial::before{
	width: 13px;
	height: 13px;
	right: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #56ace9;
}


/* プレミアム案内フッター 20240529 */
.PremiumIntroBox02.footer {
	border: solid 1px #DCDCDC;
}

/*==============================================
初回説明 .SlideInfoPop
==============================================*/
@media only screen and (min-width: 920px) {
	.SlideInfoPop {
		width:920px;
	}
	.SlideInfoPop > div {
		display:none;
	}
}
@media only screen and (min-width: 320px) and (max-width: 919px) {
	.SlideInfoPop {
		width:100%;
	}
}
.SlideInfoPop {
	position:relative;
	margin:0 auto;
}
.SlideInfoPop > div {
	background:#2c4ebe;
	border-radius : 6px;
	box-shadow: 3px 5px 4px rgba(0, 0, 0, .5);
	position:absolute;
	left: 50%;
	top:-10px;
	z-index:50000;
	padding:6px;
	width:150px;
}
.SlideInfoPop > div:before {
	display:block;
	content:" ";
	position:absolute;
	top:-12px;
	right:40px;
	border: 6px solid transparent;
	border-bottom: 6px solid #2c4ebe;
}
.SlideInfoPop > div p{
	color:#fff;
	z-index:50000;
	font-size: 78%;
	line-height:1.2;
}

/*======================================
.Top_SnsPrArea
======================================*/
.Top_SnsPrArea {

}
.SnsInfoList {

}
.SnsInfoList > ul {

}

.SnsInfoList > ul {
/*	border-top: 1px solid #e0e0e0; */
}
.Top_SnsInfo .SnsInfoList a {
	position: relative;
	display: block;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 {
	position: relative;
	width: 100%;
	padding: 10px;
	background: #fff;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 .IconList {
	width: 45px;
	height: 45px;
	border-radius: 23px;
	overflow: hidden;
	float: left;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 .IconList i {
	display: block;
	width: 28px;
	height: 28px;
	position: relative;
	background-image: url('../img/icon/icon_sns_01.png?230905');
	background-repeat: no-repeat;
	-webkit-background-size: 130px 28px;
	background-size: 130px 28px;
	overflow: hidden;
	padding-top: 28px;
	top: 8px;
	left: 8px;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 .IconList i.Tw {
	background-position: 3.5px 0;
	background-color: transparent;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 .IconList i.Yt {
	background-position: -32px 0;
	background-color: transparent;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 .IconList i.Ig {
	background-position: -67px 0;
	background-color: transparent;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 p.SnsName,
.Top_SnsInfo .SnsInfoList .LinkBox_01 p.SnsInfo {
	margin: 0 0 0 55px;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 p.SnsName {
	font-size: 83.34%;
	font-weight: bold;
	color: #555;
	line-height: 1.3;
	margin-bottom: 1px;
}
.Top_SnsInfo .SnsInfoList .LinkBox_01 p.SnsInfo {
	font-size: 77.78%;
	color: #777;
	line-height: 1.3;
}


/*==============================================
プレミアム案内中段 .PremiumInfoBox03
==============================================*/
.PremiumInfoBox01 {
	background: #F3F3F3;
	margin-bottom: 18px;
}
.PremiumInfoBox01 > a {
	display: block;
	color: #666;
	padding: 20px 0;
}

.PremiumInfoBox01 p.PremiumInfoTxt01 {
	position: relative;
	color: #987200;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
}
.PremiumInfoBox01 p.PremiumInfoTxt01:before,
.PremiumInfoBox01 p.PremiumInfoTxt01:after {
	content: '';
	height: 21px;
	width: 3px;
	display: inline-block;
	background: #987200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}
.PremiumInfoBox01 p.PremiumInfoTxt01:before {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: 0 6px 0 0;
}
.PremiumInfoBox01 p.PremiumInfoTxt01:after {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	margin: 0 0 0 6px;
}
.PremiumInfoBox01 ul.PremiumContent01 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 12px 8.97% 8px;
}
.PremiumInfoBox01 ul.PremiumContent01 li {
	font-size: 4.5vw;
	line-height: 1.4;
	font-weight: bold;
	color: #757575;
	margin-bottom: 4px;
}
.PremiumInfoBox01 ul.PremiumContent01 li:nth-child(odd) {
	width: 46%;
}
.PremiumInfoBox01 ul.PremiumContent01 li:nth-child(even) {
	width: 54%;
}

.PremiumInfoBox01 ul.PremiumContent01 li:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 22px;
	background: url(../img/icon/icon_premium_info01.png) no-repeat;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	vertical-align: middle;
	margin-right: 4px;
}
.PremiumInfoBox01 ul.PremiumContent01 li.PremiumContentList01:before {
	background-position: 0 1px;
}
.PremiumInfoBox01 ul.PremiumContent01 li.PremiumContentList02:before {
	background-position: 0 -29px;
}
.PremiumInfoBox01 ul.PremiumContent01 li.PremiumContentList03:before {
	background-position: 0 -64px;
}
.PremiumInfoBox01 ul.PremiumContent01 li.PremiumContentList04:before {
	background-position: 0 -98px;
}



.PremiumInfoBox01 .Premium_RegistBtn01 {
	text-align: center;
}
.PremiumInfoBox01 .Premium_RegistBtn01 span {
	display: inline-block;
	font-size: 5.867vw;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	background: #c1ab71;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 40px;
	-moz-border-radius: 1.27em;
	-webkit-border-radius: 1.27em;
	border-radius: 1.27em;
}
.PremiumInfoBox01 .Premium_RegistBtn01 span strong {
	font-size: 136.4%;
}


@media only screen and (min-width: 768px) {
	.PremiumInfoBox01 p.PremiumInfoTxt01,
	.PremiumInfoBox01 ul.PremiumContent01 li {
		font-size: 18px;
	}
	.PremiumInfoBox01 .Premium_RegistBtn01 span {
		font-size: 22px;
	}
}
