@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 {
	text-decoration: underline;
	outline: 0;
}

/* 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;
}

.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;
}

/* 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;
	}

}

.banner-tt{
	font-size: 32px; color: #fff; font-weight: 600;
	@media screen and (max-width:640px) {
		font-size: 24px;
		white-space: nowrap;
		
	}
	@media screen and (max-width:475px) {
		font-size: 18px;
		white-space: nowrap;
		
	}
	
}
.banner-tt span{
	color: #fff000;
}
.banner-tt.rakuten{
	margin-bottom: -50px;
	@media screen and (max-width:640px) {
margin-bottom: -30px;
		margin-left: -20px;
		
	}
}


#HEADER {
	background: #000;
}

#HEADER .header_wrapper .logo {
	width: 100px;
}



/* 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;
	border-bottom-color: #a04b0e;
	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 .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;
}


/* 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;

}

/* hero
----------------------------------------------- */
.hero {
	@media screen and (min-width: 1005px) {
		margin-top: 50px;
	}
}

.hero_img {
	text-align: center;
	background: #FFFBD7;

	@media screen and (min-width: 1005px) {
		padding: 26px 0;
		background-image: url(../image/hero-bg-left.png), url(../image/hero-bg-right.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 354px, 372px;
		background-position: left bottom, right bottom;
	}
}

.hero_img img {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

/* navi
----------------------------------------------- */
.navi {
	padding: 10px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 4px 0px #00000040;

	@media screen and (min-width: 1005px) {
		box-shadow: none;
		width: 860px;
		padding: 0 80px;
		margin: 0 auto;
		justify-content: space-between;
	}
}

.navi-container {
	@media screen and (min-width: 1005px) {
		box-shadow: 0px 1px 4px 0px #00000040;
	}
}

.navi_item {
	position: relative;
}

.navi_item::after {
	position: absolute;
	right: -10px;
	content: '';
	width: 1px;
	height: 70px;
	background-color: #B4B4B4;

	@media screen and (min-width: 1005px) {
		top: 14px;
		right: -64px;
		height: 84px;
	}
}

.navi_item:last-of-type::after {
	content: none;
}

/* about
----------------------------------------------- */
.about {
	padding: 40px 15px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px 0;
		gap: 60px;
	}
}

.about_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.about .item {
	padding: 16px 14px;
	display: flex;
	flex-direction: column;
	gap: 20px;

	@media screen and (min-width: 1005px) {
		width: 384px;
	}
}

.about .item_container {
	@media screen and (min-width: 1005px) {
		display: flex;
		justify-content: space-between;
		width: 860px;
		margin: 0 auto;
	}
}

.about .item_image {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.about .item_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.about .item_note {
	text-align: left;
	font-size: 14px;
}

/* app
----------------------------------------------- */
.app {
	padding: 40px 15px;
	background: #BF0000;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px 0;
	}
}

.app_title {
	font-size: 24px;
	font-weight: bold;

	@media screen and (min-width: 1005px) {
		font-size: 36px;
	}
}

.app_qrcode {
	display: none;

	@media screen and (min-width: 1005px) {
		display: block;
	}
}

.app .content {
	padding: 16px 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;

	@media screen and (min-width: 1005px) {
		width: 860px;
		margin: 0 auto;
		flex-direction: row;
		gap: 60px;
		justify-content: center;
	}
}

.app .content_container {
	display: flex;
	flex-direction: column;
	gap: 20px;

	@media screen and (min-width: 1005px) {
		gap: 30px;
	}
}

.app .content_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.app .content_link {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.app .content_image {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

/* merit
----------------------------------------------- */
.merit {
	padding: 40px 15px 20px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px 0;
		gap: 60px;
	}
}

.merit_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.merit .item {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	@media screen and (min-width: 1005px) {
		gap: 30px;
	}
}

.merit .item:nth-of-type(2) {
	@media screen and (min-width: 1005px) {
		padding-top: 28px;
		gap: 20px;
	}
}

.merit .item_container {
	@media screen and (min-width: 1005px) {
		display: flex;
		gap: 30px;
		justify-content: space-between;
		width: 860px;
		margin: 0 auto;
	}
}

.merit .item_image {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.merit .item_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.merit .item_note {
	text-align: left;
}

/* chargemerit
----------------------------------------------- */
.chargemerit {
	padding: 40px 15px 0;
	background: #BF0000;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 30px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px 0 0;
	}
}

.chargemerit_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}	
}

.chargemerit_list {
	display: flex;
	flex-direction: column;
	gap: 10px;

	@media screen and (min-width: 1005px) {
		flex-direction: row;
		justify-content: center;
	}
}

.chargemerit_listImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}
}

.chargemerit_note {
	font-size: 14px;
	color: #686868;
	background-color: #ffffff;
	text-align: left;
	margin: 0 -15px;
	padding: 10px 15px 0;

	@media screen and (min-width: 1005px) {
		width: 860px;
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 0.25em 1em;
	}
}

.chargemerit_noteContainer {
	@media screen and (min-width: 1005px) {
		padding: 10px 0 0;
		background-color: #ffffff;
	}
}

/* point
----------------------------------------------- */
.point {
	padding: 40px 15px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px;
	}	
}

.point_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}	
}

.point_container {
	position: relative;

	@media screen and (min-width: 1005px) {
		margin: 0 auto;
		width: 860px;
	}	
}

.point_image {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}	
}

.point_link {
	position: absolute;
	display: block;
	top: 31.8%;
	right: 9.5%;
	width: 14%;
	height: 1.5em;

	@media screen and (min-width: 1005px) {
		top: 270px;
		left: 252px;
		width: 54px;
		height: 18px;
	}	
}

/* mobile
----------------------------------------------- */
.mobile {
	padding: 40px 15px;
	background: #FF008C;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 30px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px 0;
	}	
}

.mobile_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}	
}

.mobile_image {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}	
}

/* deruca
----------------------------------------------- */
.deruca {
	padding: 40px 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		padding: 60px;
		gap: 40px;
	}	
}

.deruca_titleImage {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: auto;
	}	
}

.deruca_image {
	width: 100%;
	height: auto;

	@media screen and (min-width: 1005px) {
		width: 342px;
		height: 734px;
	}	
}

.swiper {
	width: 100%;
	height: auto;
}

.swiper_container {
	position: relative;
	padding-bottom: 32px;

	@media screen and (min-width: 1005px) {
		width: 860px;
		margin: 0 auto;
		padding-bottom: 48px;
	}	
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	width: 24px;
	height: 24px;
	color: #ffffff;

	@media screen and (min-width: 1005px) {
		width: 50px;
		height: 50px;
	}	
}

.swiper-button-prev {
	left: -10px;

	@media screen and (min-width: 1005px) {
		left: -20px;
	}	
}

.swiper-button-next {
	right: -10px;

	@media screen and (min-width: 1005px) {
		right: -20px;
	}	
}

.swiper-button-next::before, .swiper-button-prev::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	background: #003C55;
	border-radius: 50%;
}

.swiper-button-next::after, .swiper-button-prev::after {
	z-index: 1;
	font-size: 13px;
}

.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
}

.swiper-pagination-bullet-active {
	background: #302C2C;
}

/* floating
----------------------------------------------- */
.floating {
	background-color: rgba(77, 77, 77, .6);
	height: 92px;
	position: fixed;
	bottom: -100px;
	width: 100%;
	z-index: 200;
	animation: moveUp 0.6s ease;
	animation-fill-mode: forwards;
	display: block;
	/* max-width: 768px; */
}

.floating_button {
	width: 320px;
	margin: 0 auto;
	padding: 8px 0 16px;
	text-align: center;

	@media screen and (min-width: 1005px) {
		width: 400px;
	}	
}

.floating_link {
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #BF0000;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
	border-radius: 100px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin: 0 auto;
	transition: all 0.3s ease;
	position: relative;
	margin: 0 16px;
	width: auto;

	@media screen and (min-width: 1005px) {
		font-size: 24px;
	}	
}

.floating_link:after {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 40%;
}

.floating_link:hover {
	background: #630C0C;
	transition: all 0.3s ease;
}

@keyframes moveUp {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100px);
	}
}

/* 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 {
	z-index: 200;
	position:fixed;
	bottom: 40px; 
	right: 20px;
}

#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;
}


/*???TOP css*/

#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;
}

#SP-FOOTER {
	display: none;
	@media screen and (max-width:1004px) {
		display: block;
	}
}