@charset "utf-8";

/* ============================================
// RESET
// ============================================ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

hr {
	display: none;
}

input::-ms-clear,
input::-ms-reveal {
	visibility: hidden;
	height: 0;
	width: 0;
}

img {
	vertical-align: bottom;
}

/* Base
----------------------------------------------- */
html,
body {
	min-height: 100%;
}

body {
	font: 14px/1.6 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
	color: #333333;
	background: #ffffff;
	overflow-x: hidden;
}

a,
a:visited,
a:hover,
a:active {
	color: #1976d2;
	text-decoration: underline;
	outline: 0;
}

/*
a:hover,a:active {
	text-decoration: none;
	opacity: 0.7;
}*/
/* Option
----------------------------------------------- */
.flt_l {
	float: left;
}

.flt_r {
	float: right;
}

.aln_c {
	text-align: center;
}

.aln_r {
	text-align: right;
}

.aln_l {
	text-align: left;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
	clear: both;
}

.red {
	color: #cc0000;
}

.txtclr_red {
	color: #FC0004;
}

.strong {
	font-weight: bold;
}

a:hover,
a:active {
	text-decoration: none;
	opacity: 0.7;
}

/* PAGE_HEADER
----------------------------------------------- */
#PAGE_HEADER {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 100;
	border-bottom: 1px solid #333;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 1px 1px rgba(0, 0, 0, 0.2);
}

#PAGE_HEADER .container {

	display: block;
	position: relative;
	width: 1004px;
	margin: 0px auto;
	padding: 0px;

}

@media screen and (max-width: 1004px) {
	.NO-SP {
		display: none;
	}

}

#PAGE_HEADER .container .logo {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#PAGE_HEADER .container .logo .kd {
	margin: 0;
}

#PAGE_HEADER .container ul {
	margin: 4px 0 0 0;
	padding: 0;
}

#PAGE_HEADER .container ul li {
	position: relative;
	margin: 0;
	padding: 10px 10px 18px;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #333;
}

#PAGE_HEADER .container ul li a {
	color: #ffffff;
	padding-bottom: 12px;
	text-decoration: none;
	border-bottom: 4px solid #fcff00;
}

#PAGE_HEADER .container ul li a:hover {
	color: #ff0;
	text-decoration: none;
}

#PAGE_HEADER .container ul li .comingsoon {
	display: block;
	position: absolute;
	bottom: 3px;
	padding: 1px 4px;
	z-index: 100;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	background: #333333;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}

#PAGE_HEADER .container ul li.zenyasai .comingsoon {
	left: 37px;
}

#PAGE_HEADER .container ul li.winners_history .comingsoon {
	left: 6px;
}

#PAGE_HEADER .container ul li.race_program .comingsoon {
	left: 30px;
}

#PAGE_HEADER .container ul li.race_tenbo .comingsoon {
	left: 6px;
}

#PAGE_HEADER .container ul.header_nav li.charge {
	margin: 0;
	padding: 10px 0 18px 4px;
	font-weight: bold;
	border-left: 0;
}

#PAGE_HEADER .container ul.header_nav li.bet {
	margin: 0;
	padding: 10px 4px 18px 10px;
	font-weight: bold;
	border-left: 1px solid #333;
}

#PAGE_HEADER .container ul.header_nav li.bet a,
#PAGE_HEADER .container ul.header_nav li.charge a {
	border-bottom: 0;
}

#PAGE_HEADER .container ul.header_nav li.bet a,
#PAGE_HEADER .container ul.header_nav li.charge a {
	display: block;
	position: relative;
	padding: 5px 6px;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 50%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7f7f7), color-stop(100%, #e9e9e9));
	background: -webkit-linear-gradient(top, #f7f7f7 50%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f7f7f7 50%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f7f7f7 50%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f7f7f7 50%, #e9e9e9 100%);
	border: 1px solid #d5d5d5;
	border-color: #d5d5d5 #d2d2d2 #b9b9b9;
	border-radius: 4px;
	transition: all .2s;
}

#PAGE_HEADER .container ul.header_nav li.bet a {
	padding: 5px 6px 5px 25px;
	color: #d32f2f;
}

#PAGE_HEADER .container ul.header_nav li.charge a {
	color: #565656;
	background: #ffe278;
	background: -moz-linear-gradient(top, #ffe278 0%, #ffb84c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe278), color-stop(100%, #ffb84c));
	background: -webkit-linear-gradient(top, #ffe278 0%, #ffb84c 100%);
	background: -o-linear-gradient(top, #ffe278 0%, #ffb84c 100%);
	background: -ms-linear-gradient(top, #ffe278 0%, #ffb84c 100%);
	background: linear-gradient(to bottom, #ffe278 0%, #ffb84c 100%);
	border-color: #d4a240 #d19f3f #b98d38;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.header_nav .beginner a:before,
.header_nav .bet a:before {
	display: block;
	position: absolute;
	top: 2px;
	content: "";
	background-image: url(http://keirin.kdreams.jp/images/pc/common/icon_header.png);
	background-repeat: no-repeat;
}

.header_nav .bet a:before {
	left: 3px;
	width: 18px;
	height: 18px;
	background-position: -92px 0;
}

.header_wrapper {

	display: none;
}

@media screen and (max-width: 1004px) {
	.header_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
	}

}




/* btn_page_header
----------------------------------------------- */
.btn_page_header {
	float: right;
	margin-top: 3px;
}

.btn_page_header li {
	float: left;
	margin: 0 0 0 5px;
}

.btn_page_header a,
.btn_page_header .disabled {
	display: block;
	padding: 0 5px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn_page_header .register a {
	background: #1e7acf;
	background-image: -webkit-linear-gradient(90deg, #207bcf 0%, #62a2dd 100%);
	background-image: -moz-linear-gradient(90deg, #207bcf 0%, #62a2dd 100%);
	background-image: -o-linear-gradient(90deg, #207bcf 0%, #62a2dd 100%);
	background-image: linear-gradient(0deg, #207bcf 0%, #62a2dd 100%);
	border: 1px solid #387cba;
	border-bottom-color: #165590;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.btn_page_header .login a {
	background: #f3ab24;
	background-image: -webkit-linear-gradient(90deg, #de6814 0%, #f3ab24 100%);
	background-image: -moz-linear-gradient(90deg, #de6814 0%, #f3ab24 100%);
	background-image: -o-linear-gradient(90deg, #de6814 0%, #f3ab24 100%);
	background-image: linear-gradient(0deg, #de6814 0%, #f3ab24 100%);
	border: 1px solid #de6814;
}

.btn_page_header .exchange a {
	font-size: 13px;
	background: #ce422f;
	background-image: -webkit-linear-gradient(90deg, #ce422f 0%, #df6248 100%);
	background-image: -moz-linear-gradient(90deg, #ce422f 0%, #df6248 100%);
	background-image: -o-linear-gradient(90deg, #ce422f 0%, #df6248 100%);
	background-image: linear-gradient(0deg, #ce422f 0%, #df6248 100%);
	border: 1px solid #9f1f0c;
}

.btn_page_header .entry a {
	font-size: 13px;
	background: #3ed004;
	background-image: linear-gradient(0deg, #0b4903 0%, #3ed004 100%);
	border-top: 1px solid #10aa08;
	border-bottom: 1px solid #10aa08;
}

.btn_page_header .entry .disabled {
	font-size: 13px;
	background: #ccc;
	border: 1px solid #aaa;
	display: block;
	padding: 0 5px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
}

/* btn_menu
----------------------------------------------- */
.btn_menu {
	top: 8px;
	left: 4px;
}

.btn_menu a {
	display: block;
	padding: 0 4px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #333;
	border: 1px solid #000;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 1px 1px rgba(0, 0, 0, 0.2);
}

/* btn_bet
----------------------------------------------- */
.btn_bet a,
.btn_bet .disabled {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #f06292;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNjI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODFiNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f06292), color-stop(100%, #d81b60));
	background: -webkit-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: -o-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: -ms-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: linear-gradient(to bottom, #f06292 0%, #d81b60 100%);
	border: 1px solid #c51162;
	border-color: #ce4e79 #c51162 #9a0d4c;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn_bet a:hover {
	background: #f381a7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzODFhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTRhODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f381a7 0%, #e14a81 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f381a7), color-stop(100%, #e14a81));
	background: -webkit-linear-gradient(top, #f381a7 0%, #e14a81 100%);
	background: -o-linear-gradient(top, #f381a7 0%, #e14a81 100%);
	background: -ms-linear-gradient(top, #f381a7 0%, #e14a81 100%);
	background: linear-gradient(to bottom, #f381a7 0%, #e14a81 100%);
	border-color: #d14181 #cf4181 #c23f7a;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.btn_bet {
	color: #858585;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
	border-color: #858585;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.btn_bet .disabled,
.btn_bet .closed .disabled,
.btn_bet .canceled .disabled,
.btn_bet .all_canceled .disabled {
	color: #bbb;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: none;
	text-shadow: none;
}

/* page_menu
----------------------------------------------- */
.page_menu {
	display: none;
	position: absolute;
	top: 56px;
	right: 8px;
	width: 220px;
	background: #333;
	border-radius: 6px;
	border: 4px solid #fff;
}

.page_menu:before {
	content: "";
	position: absolute;
	display: block;
	right: 12px;
	top: -32px;
	border: 16px solid transparent;
	border-bottom-color: #333;
}

.page_menu .btn_close {
	position: relative;
	height: 24px;
}

.page_menu .btn_close span {
	position: absolute;
	top: -14px;
	left: -14px;
}

.page_menu .btn_close a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
	border: solid 1px #333;
	color: #333;
}

.page_menu .btn_close a:before,
.page_menu .btn_close a:after {
	content: '';
	height: 4px;
	width: 24px;
	display: block;
	background: #333;
	position: absolute;
	top: 14px;
	left: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.page_menu .btn_close a:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.page_menu li a,
.page_menu li .disabled {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #fff;
}

.page_menu li a:hover {
	background: #1976d2;
}

.page_menu li .disabled {
	color: #666;
}


/* BUTTON
----------------------------------------------- */
.btn_entry,
.btn_entry .cp_end,
.btn_entry .registered {
	margin: 0 0 2%;
}

.btn_entry a,
.btn_entry .cp_end,
.btn_entry .registered {
	display: block;
	margin: 2% auto;
	width: 280px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background: url(https://kdreams.r10s.jp/keirin/contents/images/chargecp2107_sp/btn_sp.png) 0 0 no-repeat;
	background-size: 280px 248px;
	-webkit-background-size: 280px 248px;
}

.btn_entry a {
	background-position: 0 0px;
}

.btn_entry .cp_end {
	background-position: 0 -62px;
}

.btn_entry .registered {
	background-position: 0 -186px;
}

.btn_pagelink a {
	display: block;
	margin: 3% auto 2%;
	padding: 1% 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #f06292;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNjI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODFiNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f06292), color-stop(100%, #d81b60));
	background: -webkit-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: -o-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: -ms-linear-gradient(top, #f06292 0%, #d81b60 100%);
	background: linear-gradient(to bottom, #f06292 0%, #d81b60 100%);
	border: 1px solid #c51162;
	border-color: #ce4e79 #c51162 #9a0d4c;
	border-radius: 40px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn_prize {
	width: 98%;
	margin: auto;

}





/* CONTENTS_WRAPPER
----------------------------------------------- */
#CONTENTS_WRAPPER {
	margin: 0;
	padding: 0;

	width: 100%;
}

/* MAINVISUAL
----------------------------------------------- */
#MAINVISUAL {
	padding: 0;
	margin-top: 50px;
	width: 100%;
	background: #E51124;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -10px center;

	@media screen and (max-width:1004px) {
		margin-top: 0;
	}
}

.MAINVISUAL_warp {
	max-width: 90%;
	background:#E51124;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
	background-position: top center;
	@media screen and (max-width:980px) {
		max-width: unset;
	
	}


}

@media screen and (max-width:450px) {
	.MAINVISUAL_warp {
		background: #E51124;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		margin: 0;
		max-width: unset;
	}

}

#MAINVISUAL h1 {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

@media screen and (max-width:450px) {
	#MAINVISUAL h1 {
		padding: 30px 0 20px;
		margin: 0 auto;
		text-align: center;

	}



}

.under-line{
	background-color: #000;
	width: 50%;
	height: 2px;
	margin: -15px auto 15px;
	@media screen and (max-width:450px) {
		width: 85%;

	}
}
#MAINVISUAL h1 img {
	width: 100%;
	max-width: 750px;
	@media screen and (max-width:450px) {
		width: 97%;

	}
}

.contianer {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;

	@media screen and (max-width:450px) {
		padding: 15px;
		box-sizing: border-box;
		width: 100%;
	}

}


.TAISHOU {
	padding: 50px 0;
	margin: 0;
	width: 100%;
	background: url(../image/bg-sec2.png);
}

.TAISHOU .taishou_title {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}

.TAISHOU .taishou_title img {
	width: 100%;
}

.TAISHOU .taishou_img {

	margin: 0 auto;
	text-align: center;

}

.TAISHOU .taishou_img img {
	width: 100%;
	max-width: 1004px;

	padding: 20px 0 20px;
}

.TAISHOU .taishou_img img:last-child {
	padding-bottom: 4%;
}

.TAISHOU h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #191919;
	line-height: 80px;

}

.TAISHOU .members_caution {
	background: none;
	padding-top: 0;
}

.TAISHOU.krating {
	background: url(../image/bg-kr.png);
	overflow: hidden;
}

.TAISHOU.sec3 {
	background: url(../image/sec3.png);
	text-align: center;
}

#MAINVISUAL h2,
#MAINVISUAL ul,
#MAINVISUAL li,
#MAINVISUAL dl,
#MAINVISUAL dt,
#MAINVISUAL dd {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}

.date-block{
	background-color: #fff;
	margin-top: 50px;
	padding: 10px 5px;
	border-radius: 10px;
	@media screen and (max-width:450px) {
		margin-top: 30px;
		
		}
	
}
.date-block-text{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	@media screen and (max-width:450px) {
		font-size: 20px;
		
		}
}
.date-block-notice{
	font-size: 18px;
	@media screen and (max-width:450px) {
	font-size: 14px;
	}
}
.code-block{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 15px;
	padding: 0 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	@media screen and (max-width:450px) {
		padding: 5px;
		grid-gap: 15px 10px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
}

#pointCode {
	background: #F5F5F5;
	padding: 24px 0 32px 0
}

section.search {
	transition: all ease 0.2s;
	display: flex;
	justify-content: space-between;

}

section.search>div {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

section.search .coupon-area {
	width: 100%;

	border-radius: 6px;
	padding: 0;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	position: relative;
	transition: all 0.3s ease;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	border: #000 1px solid;

	@media screen and (max-width:450px) {
		height: 40px;
		padding: 0 5px;
	}
}

section.search .coupon-area.hover {
	color: #fff;
	cursor: pointer;
	background-color: #000000;
	transition: all ease 0.5s;
}

section.search .coupon-area .coupon-filter {
	display: none;
	width: 100%;
	height: 64px;
	background-color: #000000;
	opacity: 0.95;
	position: absolute;
	border-radius: 2px;
	top: 0;
	left: 0;
	@media screen and (max-width:450px) {
		height: 40px;
	}
}

section.search .coupon-area .coupon-filter p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	color: #000 !important;
	font-size: 14px;
	text-align: center;
	@media screen and (max-width:450px) {
		height: 40px;
		font-size: 12px;
		
	}
}

section.search .coupon-area .coupon-filter p .br {
	display: block;
}

section.search .coupon-code-annotation {
	display: block;
	width: 92%;
	color: #888;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 12px 0 22px;
}

section.search .pc-annotation {
	display: none;
}

section.search .sp-annotation {
	display: block;
}

section.search .coupon-area p.coupon-code {
	font-size: 24px;
	text-align: center;
}

section.search .coupon-area p.coupon-code span {
	display: block;
	font-size: 22px;
	line-height: 1.17;
	margin: 0px auto 0px;
	font-size: 18px;
	@media screen and (max-width:450px) {
		font-size: 15px;
	}


}

section.search .coupon-area p.coupon-text {
	width: 400px;
	height: 44px;
	color: #000;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	background-color: #BF0000;
	margin: 0 auto;

	@media screen and (max-width:450px) {
		width: 85%;

	}
}
.clipboard-message {
    color: green;
    opacity: 0;
}

section.search .hover p.coupon-text {
	color: #BF0000;
	background-color: #fff;
	transition: all ease 0.5s;
}

section.search .coupon-use {
	display: flex;
	width: 92%;
	max-width: 410px;
	margin: 0 auto 21px;
	align-items: center;
}

section.search .coupon-use>p {
	width: 180px;
	height: 148.5px;
	background-image: url("../images/sp-cart.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	position: relative;
}

section.search .coupon-use>p::after {
	content: "";
	position: absolute;
	bottom: -22px;
	right: 0;
	color: #888;
	font-size: 10px;
}

section.search .coupon-use .coupon-use-text {
	display: block;
	color: #000;
	font-weight: bold;
	padding-left: 17px;
}

section.search .coupon-use .coupon-use-text p {
	font-size: 16px;
	margin: 0 0 5px;
}

section.search .coupon-use .coupon-use-text ol {
	font-size: 14px;
	line-height: 1.29;
	margin: 0;
	padding-left: 20px;
}

section.search .finish {
	text-align: center;
	margin: 0 0 25px 0;
	font-size: 22px;
	font-weight: 700;
}

section.search .search-shop-button {
	position: relative;
	width: 290px;
	height: 42px;
	border-radius: 21px;
	color: #bf0000;
	font-size: 14px;
	background-color: #dddddd;
	transition: all ease 0.5s;
	margin: 0 auto;
}

section.search .hover.search-shop-button {
	cursor: pointer;
	color: #fff;
	background-color: #bf0000
}

section.search .search-shop-button:before {
	position: absolute;
	right: 14px;
	top: 14px;
	width: calc(30px / 4);
	height: calc(56px / 4);
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

section.search .hover.search-shop-button:before {
	background-image: url("../images/arrow-w.png");
}

section.search .search-shop-button a {
	display: block;
	width: 100%;
	height: 42px;
	color: #c80000;
	text-align: center;
	line-height: 42px;
	border-radius: 21px;
}

section.search .search-shop-button a:hover {
	opacity: 0.6;
}

section.search .hover.search-shop-button a {
	color: #fff;
}

section.search .coupon-code1 {
	color: #BF0000;
	transition: all 0.3s ease;
}

section.search .coupon-code2 {
	color: #000;
	transition: all 0.3s ease;
}

section.search .coupon-area p.coupon-text2 {
	background-color: #ffffff;
	transition: all 0.3s ease;
	border: #000 2px solid;
	border-radius: 4px;
}

section.search .coupon-area.touch-hover1:hover {
	background: #BF0000;
	transition: all 0.3s ease;
}

section.search .coupon-area.touch-hover2:hover {
	background: #000;
	transition: all 0.3s ease;
}

section.search .touch-hover1:hover .coupon-code1,
section.search .touch-hover2:hover .coupon-code.coupon-code2 {
	color: #fff !important;
	transition: all 0.3s ease;
}

section.search .touch-hover1:hover p.coupon-text {
	background-color: #fff;
	color: #BF0000;
	transition: all 0.3s ease;
}

section.search .touch-hover2:hover p.coupon-text2 {
	background-color: #fff;
	color: #000;
	transition: all 0.3s ease;
}

.cp-code {
	font-size: 28px;
	margin: 30px auto;
	font-weight: bold;

}
.cp-code.font-1{
	font-size: 22px;
	font-weight: 500;
	@media screen and (max-width:450px) {
		font-size: 18px;

	}
}
.cp-code.font-2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	@media screen and (max-width:450px) {
		font-size: 20px;

	}
}
.cp-code.font-3{
	font-size: 24px;
	margin-top: 0px;
	white-space: nowrap;
	margin-bottom: 10px;
}
.cp-code.font-3 span{
	color:#E51124;
	font-size: 38px;
}
.cp-detail {
	font-size: 20px;
	font-weight: bold;

	@media screen and (max-width:450px) {
		font-size: 18px;
	}
	@media screen and (max-width:375px) {
		font-size: 16px;
	}
}

.cp-detail.small {
	font-size: 20px;
	font-weight: bold;

	@media screen and (max-width:450px) {
		font-size: 16px;
	}
	@media screen and (max-width:450px) {
		font-size: 15px;
	}
	
}

.cp-caption {
	font-size: 14px;
}

.TAISHOU.sec3 {
	text-align: center;
}
.taishou_img.bell img{
	margin-top: 20px;
	margin-bottom: -110px;
	@media screen and (max-width:450px) {
	margin-bottom: -80px;
	}
}

.BTN {
	text-decoration: none;

}

.btn {
	margin: 10px auto;
	background-color: #FD201E;
	max-width: 488px;
	width: 488px;
	height: 68px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	@media screen and (max-width:450px) {
		max-width: 320px;
		
	}

}

.btn p {
	font-size: 30px;

	@media screen and (max-width:450px) {
		font-size: 20px;
	}
}
.btn.small p {
	font-size: 22px;

	@media screen and (max-width:450px) {
		font-size: 16px;
	}
	@media screen and (max-width:375px) {
		font-size: 14px;
	}
}



.TAISHOU.sec4 {
	background: #fff9d2;
}

.taishou_title.deruca img {
	max-width: 200px;
}

.deruca-text {
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
}

.sec4-detail {
	font-size: 18px;
	@media screen and (max-width:375px) {
		font-size: 14px;
		white-space: nowrap;
	}
}

.sec4-detail span {
	font-weight: bold;
}

.sec4-BTN {
	text-decoration: none;

}

.sec4-btn {
	width: 520px;
	height: 50px;
	border: #000 2px solid;
	border-radius: 4px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;

	@media screen and (max-width:450px) {
		width: 100%;
	}

}

.sec4-btn p {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}


.w3link {
	font-family: myFirstFontW3;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}

.w3_12 {
	font-family: myFirstFontW3;
	text-align: center;
	font-size: 12px;
}

.w3_14 {
	font-family: myFirstFontW3;
	font-size: 14px;
}

.w3_18 {
	font-family: myFirstFontW3;
	font-size: 18px;
}

.w3_26 {
	font-family: myFirstFontW3;
	font-size: 26px;
}

.w3link a {
	color: #333333;
}

.w3link a:hover {
	color: #1892D6;
}

#st2 {
	background: url(../../images/202201_regist/stepBg2pc.png) center top no-repeat;
	margin-bottom: 0;
	padding-top: 16px
}

#st4 {
	background: url(../../images/202201_regist/stepBg2pc.png) center top no-repeat;
	margin-bottom: 0;
	padding-top: 16px
}

.p2block {
	background: #F2F2F2;
}

.spImg {
	text-align: center;
}

.pt9 {
	font-size: 9px;
}

.pt12 {
	font-size: 12px;
}

.pt14 {
	font-size: 14px;
}

.pt16 {
	font-size: 16px;
}

.mgbt8 {
	margin-bottom: 8px;
}

.mgbt16 {
	margin-bottom: 16px;
}

.mgbt24 {
	margin-bottom: 24px;
}

.mgbt30 {
	margin-bottom: 30px;
}

.mgbt36 {
	margin-bottom: 36px;
}

.mgbt40 {
	margin-bottom: 40px;
}

.mgbt50 {
	margin-bottom: 50px;
}

.w6_18 {
	font-size: 18px;
}

.w6_24 {
	font-size: 24px;
}

.w6_32 {
	font-size: 32px;
}

.w6_30 {
	font-size: 30px;
}

.w6_36 {
	font-size: 36px;
}

.w6_40 {
	font-size: 40px;
}



#detailBox {
	background: #fff;

	width: 100%;
	max-width: 1004px;
	margin: auto;

	@media screen and (max-width:450px) {
		padding: 0 15px;
		box-sizing: border-box;
		background: none;
	}


}

#detailBox .w6_30 {
	font-size: 30px;
	font-weight: bold;
}

.mgbt8 {
	margin-bottom: 8px;
}

.tableTlt {
	color: #ffffff;
	background: #0086BF;
	text-align: center;
	padding: 8px 0;
	font-family: 'Roboto', sans-serif;

}

.pt16 {
	font-size: 16px;
}

.pntexp {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin: 8px 0;
	text-align: center;
}

.tableDtl {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	color: #212529;
	font-size: 14px;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tableDtl tr {
	border-bottom: 1px solid #fff;

	@media screen and (max-width:450px) {
		display: flex;
		flex-direction: column;
	}

}

.tableDtl td:first-child {
	min-width: 220px;
	background: #dddddd;
	padding-right: 0;
}

.tableDtl td {
	padding: 16px 16px 16px 16px;
	background: #F5F5F5;
	border-right: 1px solid #fff;
	vertical-align: middle;
}


/* Rakuten FCB Banner */
.rc-f-standard .rc-f-section01 {
	position: relative;
	margin-bottom: 10px;
}

.rc-f-standard .rc-f-banner {
	position: absolute;
	top: 0;
	right: 0;
}

/* #CONDITION 2020.03 add
----------------------------------------------- */
#CONDITION {
	width: 1004px;
	height: 52px;
	margin: 20px auto;
	padding: 15px 0;
	background: url("https://kdreams.r10s.jp/keirin/contents/images/chargecp2107_pc/bg_race.jpg") 0 0;
	text-align: center;
}

#CONDITION dl {
	width: 900px;
	margin: 0px auto 10px;
	font-size: 14px;
	border-bottom: dashed 1px #C0B476;
}

#CONDITION dl dt {
	font-weight: bold;
	color: #5E5428;
}



/* RAKUTEN_FOOTER
----------------------------------------------- */
#RAKUTEN_FOOTER {
	margin: 0;
	padding: 0 0 12px;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	background-color: #ffffff;
}

.rc-f-standard {
	margin: 0 auto;
	width: 1004px;
	padding: 12px;
}

.rc-f-standard {
	color: #515151;
	font-size: 13px
}

.rc-f-standard a,
.rc-f-standard img {
	border: none;
	text-decoration: none
}

.rc-f-standard a:hover {
	text-decoration: underline
}

.rc-f-standard li {
	list-style: none
}

.rc-f-standard h1,
.rc-f-standard h2,
.rc-f-standard h3,
.rc-f-standard h4,
.rc-f-standard h5,
.rc-f-standard h6,
.rc-f-standard h7,
.rc-f-standard h8,
.rc-f-standard div,
.rc-f-standard dl,
.rc-f-standard dt,
.rc-f-standard dd,
.rc-f-standard div,
.rc-f-standard p,
.rc-f-standard ul,
.rc-f-standard li {
	margin: 0;
	padding: 0
}

.rc-f-standard li {
	list-style: none
}

.rc-f-standard .rc-f-section01 {
	padding: 10px 0
}

.rc-f-standard .rc-f-section-bar {
	padding: 10px 0
}

.rc-f-standard .rc-f-inner {
	width: 950px;
	margin: 0 auto
}

.rc-f-standard.rc-f-liquid .rc-f-section-bar,
.rc-f-standard.rc-f-fixed .rc-f-section-bar {
	padding: 10px
}

.rc-f-standard.rc-f-liquid .rc-f-section00,
.rc-f-standard.rc-f-fixed .rc-f-section00 {
	padding: 10px
}

.rc-f-standard.rc-f-liquid .rc-f-section01,
.rc-f-standard.rc-f-fixed .rc-f-section01 {
	padding: 10px
}

.rc-f-standard.rc-f-fixed {
	width: 950px;
	margin: 0 auto
}

.rc-f-standard.rc-f-liquid .rc-f-inner {
	width: 100%
}

.rc-f-standard .rc-f-block {
	margin-bottom: 20px
}

.rc-f-standard .rcf-list-block {
	margin-bottom: 5px
}

.rc-f-standard .rc-f-center {
	text-align: center
}

.rc-f-standard .rc-f-text-em {
	color: #bf0000
}

.rc-f-standard .rc-f-text-strong {
	font-weight: bold
}

.rc-f-standard .rc-f-list-nav li {
	display: inline;
	zoom: 1;
	padding: 0 0.5em 0 0.45em
}

.rc-f-standard .rc-f-btn {
	display: block;
	border: 1px solid #c7c7c7;
	color: #515151;
	font-weight: bold
}

.rc-f-standard .rc-f-btn span {
	display: block;
	padding: 5px 10px 5px 5px
}

.rc-f-standard .rc-f-btn span:before {
	display: inline-block;
	display: inline;
	zoom: 1;
	padding-left: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #868686;
	content: ""
}

.rc-f-standard .rc-f-btn:hover {
	border: 1px solid #d5d5d5;
	background: #fcfcfc;
	color: #939393;
	text-decoration: none
}

.rc-f-standard .rc-f-btn:hover span:before {
	border-left: 5px solid #9a9a9a
}

.rc-f-standard .rc-f-dl-inline dt,
.rc-f-standard .rc-f-dl-inline dd,
.rc-f-standard .rc-f-dl-inline-box dt,
.rc-f-standard .rc-f-dl-inline-box dd {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.rc-f-standard .rc-f-dl-inline dt,
.rc-f-standard .rc-f-dl-inline-box dt {
	padding-right: 20px;
	font-weight: bold
}

.rc-f-standard .rc-f-dl-inline dt.rc-f-dl-title01,
.rc-f-standard .rc-f-dl-inline-box dt.rc-f-dl-title01 {
	width: 100px
}

.rc-f-standard .rc-f-list-inline li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px
}

.rc-f-standard .rc-f-dl-inline-box dt {
	padding-top: 8px;
	vertical-align: top
}

.rc-f-standard .rc-f-row {
	zoom: 1
}

.rc-f-standard .rc-f-row:before,
.rc-f-standard .rc-f-row:after {
	display: table;
	content: ""
}

.rc-f-standard .rc-f-row:after {
	clear: both
}

.rc-f-standard .rc-f-row .rc-f-col {
	float: left
}

.rc-f-standard .rc-f-row4 .rc-f-col {
	width: 23.475%;
	margin-left: 2%
}

.rc-f-standard .rc-f-row4 .rc-f-col.rc-f-first {
	margin-left: 0
}

.rc-f-standard .rc-f-nav-item {
	padding: 10px 20px
}

.rc-f-standard .rc-f-first .rc-f-nav-item {
	padding: 10px 20px 10px 0
}

.rc-f-standard .rc-f-media .rc-f-media-head {
	margin-bottom: 10px;
	font-weight: bold
}

.rc-f-standard .rc-f-media .rc-f-media-body {
	color: #424242
}

.rc-f-standard .rcf-list-inline li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 15px
}

.rc-f-standard .copyright {
	color: #424242
}

.rc-f-standard.rc-f-custom00 .rc-f-list-nav li {
	border-right: 1px solid #c7c7c7
}

.rc-f-standard.rc-f-custom00 .rc-f-list-nav li.rc-f-list-nav-last {
	border-right: none
}

.rc-f-standard.rc-f-custom00 .rc-f-section00 {
	border-top: 1px solid #c7c7c7;
	padding: 10px 0
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	background: #f9f9f9
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar {
	border-top: 1px solid #e7e7e7
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
	border-top: none
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn {
	border: 1px solid #c7c7c7
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn span:before {
	border-left: 5px solid #868686
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover {
	border: 1px solid #d5d5d5
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-btn:hover span:before {
	border-left: 5px solid #9a9a9a
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content00 .rc-f-nav-item-delimit {
	border-left: 1px dotted #c7c7c7
}

.rc-f-standard.rc-f-custom00 .rc-f-section-content01 {
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	background: #f9f9f9
}

.rc-f-standard.rc-f-custom01 .rc-f-list-nav li {
	border-right: 1px solid #c5cdd4
}

.rc-f-standard.rc-f-custom01 .rc-f-list-nav li.rc-f-list-nav-last {
	border-right: none
}

.rc-f-standard.rc-f-custom01 .rc-f-section00 {
	border-top: 1px solid #c5cdd4;
	padding: 10px 0
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 {
	border-top: 1px solid #c5cdd4;
	border-bottom: 1px solid #c5cdd4;
	background: #f0f3f8
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar {
	border-top: 1px solid #dbe4eb
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
	border-top: none
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn {
	border: 1px solid #c5cdd4
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn span:before {
	border-left: 5px solid #b7c3cd
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover {
	border: 1px solid #d3dae1
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-btn:hover span:before {
	border-left: 5px solid #c5d1da
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content00 .rc-f-nav-item-delimit {
	border-left: 1px dotted #c5cdd4
}

.rc-f-standard.rc-f-custom01 .rc-f-section-content01 {
	margin-bottom: 10px;
	border: 1px solid #dbe4eb;
	background: #f0f3f8
}

.rc-f-standard.rc-f-custom02 .rc-f-list-nav li {
	border-right: 1px solid #d3d0cb
}

.rc-f-standard.rc-f-custom02 .rc-f-list-nav li.rc-f-list-nav-last {
	border-right: none
}

.rc-f-standard.rc-f-custom02 .rc-f-section00 {
	border-top: 1px solid #d3d0cb;
	padding: 10px 0
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 {
	border-top: 1px solid #d3d0cb;
	border-bottom: 1px solid #d3d0cb;
	background: #f6f5f2
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar {
	border-top: 1px solid #e8e4dd
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-section-bar.rc-f-first {
	border-top: none
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn {
	border: 1px solid #d3d0cb
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn span:before {
	border-left: 5px solid #c7c2bb
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover {
	border: 1px solid #e0ddd9
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-btn:hover span:before {
	border-left: 5px solid #d5d0c9
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content00 .rc-f-nav-item-delimit {
	border-left: 1px dotted #d3d0cb
}

.rc-f-standard.rc-f-custom02 .rc-f-section-content01 {
	margin-bottom: 10px;
	border: 1px solid #e8e4dd;
	background: #f6f5f2
}

/*# sourceMappingURL=rc-f-standard.min.css.map */

/* Old Site Link */
.rc-f-standard .rcf-list-inline li.old_site {
	padding-left: 15px;
	border-left: 1px solid #c7c7c7;
}

/* Page Top Button
----------------------------------------------- */
#PAGETOP {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 200;
}

#PAGETOP a {
	display: block;
	width: 82px;
	height: 55px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(https://my.keirin.kdreams.jp/images/pc/common/icon_pagetop.png) 0 0 no-repeat;
}

#PAGETOP a:hover {
	background-position: 0 -55px;
}


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 40px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.9;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: 0;
	font-size: 46px;
	text-align: right;
	padding-right: 6px;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: 0px;
	background-color: #CC0000;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
	   * Remove all paddings around the image on small screen
	   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}



/**
	   * Simple fade transition,
	   */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*???TOP css*/
#PAGETOP-sp {
	padding: 16px 0 0;
}

#PAGETOP-sp a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #dddddd 100%) repeat scroll 0 0;
	border-bottom: 1px solid #858585;
	border-top: 1px solid #b5b5b5;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
	color: #616161;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#PAGETOP-sp .icon::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #fff;
	border-image: none;
	border-style: solid;
	border-width: 0 6px 6px;
	content: "";
	display: block;
	height: 0;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 0;
}

#PAGETOP-sp .icon::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	display: block;
	height: 5px;
	left: 7px;
	position: absolute;
	top: 9px;
	width: 4px;
}

#PAGETOP-sp .icon {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #757575 0%, #999999 100%) repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) inset;
	content: "";
	display: inline-block;
	height: 18px;
	margin: 0 5px 0 0;
	position: relative;
	top: 4px;
	width: 18px;
}

/*footer css*/
#FOOTER {
	background: #e0e0e0 none repeat scroll 0 0;
	border-top: 1px solid #bdbdbd;
	padding: 0 0 100px;
}

.copyright {
	color: #616161;
	font-size: 10px;
	line-height: 1.4;
	padding: 8px;
	text-align: center;
}

/*????btn css*/
.btn_select_device li {
	float: left;
	width: 50%;
}

.btn_select_device .pc a::after {
	background-position: 0 0;
}

.btn_select_device a::after {
	background: rgba(0, 0, 0, 0) url(../../images/202201_regist/icon_device_x2.png) no-repeat scroll 0 0 / 20px 40px;
	content: "";
	display: block;
	height: 20px;
	left: 2px;
	position: absolute;
	top: 4px;
	width: 20px;
}

.btn_select_device a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa 0%, #e0e0e0 100%) repeat scroll 0 0;
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #424242;
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin: 0 4px;
	padding: 9px 0 9px 24px;
	position: relative;
	text-align: left;
}
#SP-FOOTER{
	display: none;
	@media screen and (max-width:450px) {
		display: block;
	}
}
.TAISHOU.sec3{
	@media screen and (max-width:450px) {
	padding-top: 0;
	}
}
.no-pc{
	display: none;
	@media screen and (max-width:450px) {
		display: block;
		}
}