@charset "utf-8";

/*==============================================
【ポップアップ-プレミアムサービス情報】  colorbox premium_info_modal.css
==============================================*/

/* モーダル colorbox */
.OddsInfoModal #cboxLoadedContent {
	width: auto !important;
	padding: 0 7px;
}
.OddsInfoModal .cboxIframe {
	border: 3px solid #cfcdc2;
	border-radius: 4px;
}
.OddsInfoModal #cboxClose{
	position: absolute;
	top: 18px;
	right: 0;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	border: 3px solid #cfcdd2;
	background: #fff;
	border-radius: 50%;
}
.OddsInfoModal #cboxClose:before,
.OddsInfoModal #cboxClose:after {
	content: '';
	height: 4px;
	width: 24px;
	display: block;
	background: #b4b2a1;
	position: absolute;
	top: 17px;
	left: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.OddsInfoModal #cboxClose:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.OddsInfoModal #cboxClose:hover{
	background-position:-40px 0px;
}
.PopupPremium {
	background: #fff;
	padding-bottom: 20px;
	width: 100%;
	border: solid 3px #cfcdc3;
	border-radius: 5px;
}
.PopupPremiumSwipe {
	overflow: hidden;
}
.PopupPremiumSwipe_Header {
	color: #fff;
	background: #7b7864;
	padding: 3.5% 34px 10% 10px;
}
.PopupPremiumSwipe_HeaderTitle {
	font-size: 94.44%;
	font-weight: bold;
	line-height: 1.35;
}
.PopupPremiumSwipe_HeaderTitle span {
	display: inline-block;
	width: 136px;
	height: 20px;
	text-indent: -9000px;
	overflow: hidden;
	background: url("../../img/sp/db/popup_premium_logo.png") no-repeat 0 0;
	background-size: 100% auto;
	vertical-align: middle;

}
.PopupSwiper {
	width: 95.71%;
	/*margin: -22px 2.15% 0;*/
	margin: -6% auto 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 375px) {
	.PopupSwiper {
		max-width: 334px;
	}
}
.PopupSwiper:before {
	position: absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height: 20%;
	height: 32%;
	background: #fff;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(3,0,0,.43);
	-moz-box-shadow: 0px -1px 5px 0px rgba(3,0,0,.43);
	box-shadow: 0px -1px 5px 0px rgba(3,0,0,.43);
	z-index: -1;
}
.PopupSwiper_Inner {
	background: #fff;
	border-radius: 3px 3px 0 0;
	width: 100%;
}

/* Slider */
.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:after{
	clear: both;
	content: "";
	display: block;
}
.slick-list:focus {
	outline: none;
	color: transparent;
}
.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;
}
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	width: auto;
}
.slick-slide:focus {
	outline: none;
}
[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;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*  */
.PopupSwiper_Inner .slick-dots {
	font-size: 0;
	display: block;
	text-align: center;
	padding: 6% 0 5%;
	width: 100%;
	height: auto;
}
.PopupSwiper_Inner .slick-dots li { 
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin:0 6px;
	background:#c1beaa;
	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:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.PopupSwiper_Inner .slick-dots li button {
	border: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	width: 8px;
	height: 8px;
	padding: 0;
}
.PopupSwiper_Inner .slick-dots li button:hover,
.PopupSwiper_Inner .slick-dots li button:focus {
	outline: none;
}
.PopupSwiper_Inner .slick-dots li button:before {
	display:block;
	content: " ";
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	opacity: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.PopupSwiper_Inner .slick-dots li.slick-active button:before {
	background: #3f3c2a;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* slick */
.PopupSwiper_Inner .slick-prev,
.PopupSwiper_Inner .slick-next {
	position: absolute;
	display: block;
	height: 60px;
	width: 28px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: rgba(255,255,255,0);
	color: transparent;
	top: 50%;
	padding: 0;
	border: none;
	outline: none;
	z-index: 10;
}
.PopupSwiper_Inner .slick-next {
	left: auto;
	right: 0;
}
.PopupSwiper_Inner .slick-prev {
	left: 0;
}
.PopupSwiper_Inner .slick-prev:hover,
.PopupSwiper_Inner .slick-prev:focus,
.PopupSwiper_Inner .slick-next:hover,
.PopupSwiper_Inner .slick-next:focus {
	outline: none;
	color: transparent;
}
.PopupSwiper_Inner .slick-prev:hover:before,
.PopupSwiper_Inner .slick-next:hover:before {
	opacity: 0.6;
}
.PopupSwiper_Inner .slick-prev:before,
.PopupSwiper_Inner .slick-next:before {
	content: " ";
	display:block;
	position: absolute;
	top: 22px;
	height: 12px;
	width: 12px;
	font-size: 0;
	line-height: 0;
	border-top: 4px solid #7b7864;
	border-right: 4px solid #7b7864;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
}
.PopupSwiper_Inner .slick-next:before {
	right: 1px;
}
.PopupSwiper_Inner .slick-prev:before {
	left: 1px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.PopupSwiper_SlideInner:focus {
	outline: none;
}

.PopupSwiper_HeaderTitle {
	color: #222;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	margin: 4% 3% 5px;
	padding-top: 5px;
}
.PopupSwiper_HeaderTitle span {
	position: relative;
	display: inline-block;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fae986));
	background: -webkit-linear-gradient(transparent 80%, #fae986 80%);
	background: linear-gradient(transparent 80%, #fae986 80%);
	padding: 0 1% 4%;
}
.PopupSwiper_Main {
	/*padding: 0 18px;*/
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.PopupSwiper_Main .TxtBox {
	width: 46.48%;
}
.PopupSwiper_Main .TxtBox .Txt {
	color: #333;
	font-size: 77.78%;
	line-height: 1.64;
}
.PopupSwiper_Main .ContentsImg {
	width: 49.58%;
}
.PopupSwiper_Main .ContentsImg img {
	width: 100%;
	height: auto;
}
/*
.PopupSwiper_Note {
	color: #222;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 1.64;
	text-align: center;
	margin-top: 40px;
}
*/
.PopupUserAction {
	width: 84.05%;
	margin: 0 auto;
	padding-top: 0;
	text-align: center; 
}
/*
.Premium_Regist_Msg {
	color: #222;
	font-size: 78%;
	font-weight: bold;
	line-height: 1.64;
}
*/
.PopupPremiumLoginLink {
	margin: 15px 0;
}
.PopupPremiumLoginLink a {
	color: #222;
	font-size: 66.67%;
	line-height: 1.83;
	border-bottom: solid 1px #222;
}
.PopupPremium_Regist_Btn {
	font-weight: bold;
	line-height: 1.2;
	font-size: 83.4%;
	position: relative;
	display: block;
	background: #c1ab71;
	color: #fff;
	font-weight: bold;
	padding: 14px 26px 14px 16px;
}
.PopupPremium_Regist_Btn:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 6%;
	height: 10px;
	width: 10px;
	font-size: 0;
	line-height: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.PopupPremiumRegistLink {
	color: #888;
	font-size: 66.67%;
	line-height: 1.83;
	margin: 0 -8%;
}
.PopupPremiumRegistLink a {
	color: #03a;
	border-bottom: solid 1px #03a;
}
.Premium_Times_Msg,
.Premium_Times_Note {
	color: #222;
	font-size: 77.78%;
	line-height: 1.64;
	margin: 4% -8%;
}
.Premium_Times_Note {
	color: #999;
}
.Premium_Times_Msg .odds_update_times {
	font-size: 142%;
	line-height: 1.35;
}
.PopupUpdateOddsBtn {
	background-color: transparent;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
	border: none;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	width: 100%;
}
.PopupUpdateOddsBtn a {
	font-weight: bold;
	line-height: 1.2;
	font-size: 83.4%;
	position: relative;
	display: block;
	background: #536eaf;
	color: #fff;
	font-weight: bold;
	padding: 14px 26px 14px 16px;
}
.PopupUpdateOddsBtn a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 6%;
	height: 10px;
	width: 10px;
	font-size: 0;
	line-height: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.Premium_Times_Msg02 {
	color: #222;
	font-size: 88.89%;
	line-height: 1.38;
	margin-top: 4%;
}
.Premium_Times_Msg02 span {
	color: #d68480;
	font-size: 118.75%;
	line-height: 1.38;
}



.PopupUserAction .Check {
	margin-top: 3%;
}
.PopupUserAction .Check input[type="checkbox"] {
	display: none;
}
.PopupUserAction .Check label {
	font-size: 78%;
}
.PopupUserAction .Check input[type="checkbox"] + label {
	background: url('../../img/sp/db/check02_off.png') no-repeat;
	-webkit-background-size: 28px 28px;
	-moz-background-size: 28px 28px;
	-ms-background-size: 28px 28px;
	background-size: 28px 28px;
	padding-left: 34px;
	line-height: 28px;
	display: inline-block;
}
.PopupUserAction .Check input[type="checkbox"]:checked + label {
	background: url('../../img/sp/db/check02_on.png') no-repeat;
	-webkit-background-size: 28px 28px;
	-moz-background-size: 28px 28px;
	-ms-background-size: 28px 28px;
	background-size: 28px 28px;
	padding-left: 34px;
	line-height: 28px;
	display: inline-block;
}
@media screen and (max-width: 320px) {
	.PopupSwiper_HeaderTitle,
	.PopupSwiper_Note {
		font-size: 78.44%;
	}
	.PopupSwiper_Main .TxtBox .Txt {
		font-size: 66.67%;
	}
	.Premium_Times_Msg,
	.Premium_Times_Note {
		font-size: 66.67%;
	}
	.PopupPremium_Regist_Btn {
		font-size: 78.14%;
		padding: 14px 26px 14px 6px;
	}
	.Premium_Regist_Msg br,
	.PopupSwiper_Note br {
		display: none;
	}
	.PopupSwiper_Inner .slick-list {
		max-width: 297px;
	}
	.PopupSwiper_Inner .slick-dots {
		top: 75%;
	}
}



/* レースから追加 */
.SlideMovieSample {
	width: 100%;
	text-align: center;
}
.SlideMovieSample:focus {
	outline: none;
}
.PremiumRegistBox .MovieSampleImg01 {
	width: 92%;
	text-align: center;
	margin: 22px auto 0;
}
.PremiumRegistBox .MovieSampleImg02 {
	text-align: center;
}
.PremiumRegistBox img {
	max-width: 750px;
	width: 100%;
}
.PremiumRegistBox [class*=MovieSampleImg] img {
	display: inline-block;
}
.PremiumRegistBox .PremiumHeadline,
.PremiumRegistBox .MovieTxt_01 {
	font-size: 88%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 1em;
}
.PremiumRegistBox .MovieTxt_01 {
	padding: 8px 0 0;
}
.PremiumRegistBox .MovieTxt_01 span {
	font-size: 75%;
}
.PremiumRegistBox .CourseInfoTxt01 {
	font-size: 77.78%;
	font-weight: bold;
	line-height: 1.3;
	margin: 8px 0;
}
@media screen and (max-width: 374px) {
	.PremiumRegistBox .PremiumHeadline,
	.PremiumRegistBox .MovieTxt_01,
	.PremiumRegistBox .CourseInfoTxt01 {
		font-size: 74%;
	}
	.PremiumRegistBox .CourseInfoTxt01 {
		margin: 0 -18px;
	}
	.PremiumRegistBox .Premium_Regist_Note {
		margin: -4px -18px 18px;
	}
}
.Premium_RegistBtnWrap {
	margin: 33px 18px 22px;
}
.PremiumColumnBtnWrap {
	margin: 16px 18px 0;
}
.PremiumRegistBox .PremiumColumnBtnWrap a {
	display: block;
	background: #c1ab71;
	width: 100%;
	color: #fff;
	line-height: 1.2;
	font-size: 83.4%;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.OddsInfoModal#cboxWrapper {
	margin-top: 28px;
	width: auto !important;
	overflow: hidden;
/*	padding: 0 7px; */	
}
.OddsInfoModal#cboxWrapper *::-webkit-scrollbar {
	display: none;
}