@charset "utf-8";


/*-- windows8 スナップビューで正常表示させる --*/
@-ms-viewport {
	width: device-width;
}


body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*- apple -*/
}

p {
	color: #2f2f2f;
}

/* common
=================================================== */

/*--- clearFix ---*/
.clr:after {
	content: '';
	display: block;
	clear: both;
}

/*--- float ---*/
.lft {
	float: left;
}

.rgt {
	float: right;
}


/*--- container ---*/
.wrap {
	width: 1020px;
	margin: 0 auto;
}

.inner {

}

/*--- img ---*/
img {
	vertical-align: bottom;
}

/*--- メインナビゲーション ---*/
nav#global {
	margin: 0 0 5px 0;
	padding: 5px 0;
/*	background: rgba(0,0,0,0.7);*/
}
nav#global ul {
	display: block;
	height: 61px;
	background: url(../images/nav_bg@1x.png) top center no-repeat !important;
	background: 100%;
}
nav#global ul li {
	position: relative;
	height: 61px;
	overflow: hidden;
}
nav#global ul li:nth-of-type(1){width:165px;}
nav#global ul li:nth-of-type(2){width:161px;}
nav#global ul li:nth-of-type(3){width:124px;}
nav#global ul li:nth-of-type(4){width:203px;}
nav#global ul li:nth-of-type(5){width:181px;}
nav#global ul li:nth-of-type(6){width:186px;}
nav#global ul li a {
	display: block;
	z-index: 0;
}
nav#global ul li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
nav#global ul li a:hover img {
	top: -61px;
}
/*--- 上へ戻る ---*/
#go_top{
    position: fixed;
    display: none;
    z-index: 9999;
    right: 25px;
    bottom: 100px;
    padding: 0 15px;
    line-height: 54px;
    font-size: 13px;
    color: #fff;
    background: rgba(34, 34, 34, 0.7);
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

/* TOPページ
=================================================== */
/*--------- メインエリア ---------*/
#top_main {
	padding: 0 0 20px 0;
/*	background: url('../images/block_bg_w@1x.jpg') top center;
	background-size: 1500px;*/
}
#main_area {
/*    background: #7f992c url(../images/main_img_bg-min.png) top center no-repeat;*/
	background: #2d4dbd;
}
/* ログイン前 */
.B_main_area {
	height: auto !important;
	background: #7f992c url('../images/main_img_bg-min.png') top center no-repeat !important;
	background-size: 2000px 660px;
}
/* /ログイン前 */

/*--- header ---*/
header {
	padding: 10px 0;
}
header h1 {
	margin: 0;
	padding: 0;
}
header .logo {
	display: inline-block;
	width: 356px;
}
header .logo:hover {
	opacity: 0.8;
}
header .logo img {
	width: 100%;
}
/* ログインボックス */
.login_box {
	position: relative;
	padding: 5px 10px;
	height: 86px;
	width: auto;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
	box-sizing: border-box;
}
.login_box p {
	color: #264c4a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.login_box p:nth-of-type(2) {
	margin-bottom: 5px;
}
/* 登録情報変更 */
.login_box a {
	position: absolute;
	bottom: 4px;
	left: 0;
	display: block;
	width: 90%;
	margin-left: 5%;
	padding: 3px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	background: #448aca;
	border-radius: 22px 22px 22px 22px / 22px 22px 22px 22px;
}
.login_box a:link,
.login_box a:visited,
.login_box a:hover,
.login_box a:focus {
	color: #fff;
}
.login_box a:hover {
	opacity: 0.8;
}
/*-- メールが届かない方 --*/
.not_mail {
	width: 200px;
	margin-right: 10px;
}
.not_mail a {
	background: #e17a00;
}
.not_mail img {
	margin-bottom: 3px;
	width: 100%;
}
/* ログイン前 */
.b_reg,
.b_not_mail {
	height: 94px;
}
.b_reg {
	width: 380px;
}
.b_reg p {
	margin-bottom: 2px;
}
.b_reg p span {
	float: left;
	display: inline-block;
	width: 28%;
	padding: 3px 0;
	box-sizing: border-box;
	font-size: 13px;
}
.b_reg p input {
	float: right;
	width: 70% !important;
	padding: 0 4px;
	box-sizing: border-box;
	font-size: 13px;
}
.b_reg > div p:nth-of-type(1) {
	float: left;
	width: 100%;
	font-size: 12px;
}
.b_reg > div p:nth-of-type(1) a {
	position: static;
	background: none;
	display: inline;
	margin: 0;
	font-size: 12px;
	color: #ff4519;
	font-weight: 700;
	text-decoration: underline;
}
.b_reg > div p:nth-of-type(2){
	position: relative;
	float: right;
	width: 30%;
	right: 5px;
	bottom: -9px;
}
.b_reg > div p:nth-of-type(2) a {
	width: 100%;
}

/*--- 今週のキャンペーン・バナー ---*/
/* ログイン前 */
#B_mainVisual {
	position: relative;
}
#B_mainVisual img {
	width: 100%;
}
#B_mainVisual img:nth-of-type(1) {
	margin: 0 auto 20px;
}
/* /ログイン前 */
#mainVisual {
	position: relative;
}
#mainVisual > a {
    /* position: absolute; */
    /* top: 200px; */
    /* left: 0; */
    display: block;
    width: 100%;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
    margin: 1em auto 2em auto;
}
#mainVisual > a.view {
	opacity: 1;
	top: 0;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#mainVisual > a img {
	width: 100%;
}
#mainVisual #get_camp {
	position: absolute;
	z-index: 10;
	bottom: 3px;
	right: 500px;
	width: 478px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.slide_link {
	right: 3px !important;
	opacity: 1 !important;
}

/*--- News・お知らせ ---*/
#marquee {
	margin: 0 auto 15px;
	width: 1020px;
	height: 72px;
	background: url('../images/top_infomation@1x.png') top center/100% no-repeat;
}
#marquee > div {
	position: relative;
	width: 800px;
	height: 72px;
	margin-left: 200px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 50px;
}
#marquee > div > p {
	white-space: nowrap;
	font-size: 14px;
	color: #3c3c3c;
}

/*--- 予約中のキャンペーン ---*/
.prom {
	//width: 900px;
	margin: 0 auto 25px;
}
.prom h3 {
	padding: 10px 10px 10px 56px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #ffff09;
	background: #d0682c url('../images/promIcon@1x.png') no-repeat;
	background-size: 30px;
	background-position: left 20px center;
}
.prom div {
	box-sizing: border-box;
	padding: 10px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.prom p {
	box-sizing: border-box;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
	color: #454545;
	border-bottom: 1px solid #aaa;
}
.prom p.prom_title {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 700;
	color: #db303a;
	border-bottom: 1px dashed #aaa;
}
.prom p.prom_title a {
	display: block;
}
.prom p.prom_title a:hover {
	color: #347edf;
	text-decoration: underline;
}
.prom p.prom_detail {
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
.prom input[type='submit'] {
	margin-top: 10px;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 5px;
}
/* 予約中Table */
.prom table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
.prom table label {
	display: block;
}
.prom table tr {
	height: auto;
}
.prom table th {
	padding: 0;
	width: 52px;
	line-height: 1;
	color: #fff;
	vertical-align: middle;
	background: #bcbcbc;
}
.prom table td.detail {
	width: 646px;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	line-height: 1;
	background: #fefefe;
	border-left: 4px solid #347edf;
}
.prom table td.choice {
	width: 144px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	color: #ce523c;
	line-height: 1;
	background: #fefefe;
}
/*--- 初心者ガイド・お客様の声・重賞スケジュール ---*/
#b_menu {
	padding-bottom: 56px;
}
#b_menu li {
	width: 322px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#b_menu li:hover {
	box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
}
#b_menu li:nth-of-type(2){
	margin: 0 27px;
}
#b_menu li a {
	display: block;
}
#b_menu li a img {
	width: 100%;
}
/*--- ログイン前レジスト ---*/
#registForm {
	background: url('../images/siba_bg.jpg');
	background-size: 386px;
}
#registForm > div {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0;
	box-sizing: border-box;
}
#registForm h2 {
	padding: 15px 0;
	box-sizing: border-box;
	text-align: center;
	background: url('../images/regTitleBg@1x.png');
	background-size: 22px;
}
#registForm div.RegistBox {
	box-sizing: border-box;
	border: 2px solid #4a5968;
	background: rgba(255,255,255,0.8) url(../images/registShadow_hr@1x.png) top center no-repeat;
}
#registForm div.RegistBox > div {
	box-sizing: border-box;
	padding-top: 15px;
	background: url(../images/s_hr_tu.png) top center no-repeat;
}
#registForm div.RegistBox > div > img {
	display: block;
	width: 930px;
	margin: 0 auto;
}
#registForm div.RegistBox > div > img:nth-of-type(2) {
	width: 900px;
	margin: 10px auto 20px;
}
#registForm div.RegistBox > form {
	display: block;
}
#registForm div.RegistBox form > div {
	padding: 0 30px 0;
}
#registForm div.RegistBox form input[type='text'] {
	float: left;
	width: 72%;
	margin: 4px 0 0 0;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 1px 2px 3px 3px rgba(0,0,0,0.1) inset;

}
#registForm div.RegistBox form a {
	float: right;
	display: block;
	width: 220px;
}
#registForm div.RegistBox form a:hover {
	opacity: 0.8;
}
#registForm div.RegistBox form a img {
	width: 100%;
}
#registForm div.RegistBox form input[type='checkbox'] {
	margin: 0 0 0 30px;
}
#registForm div.RegistBox form > span {
	display: inline-block;
	font-size: 12px;
}

/*--- 人気メニュー ---*/
/*#fav_menu {
	background: url('../images/siba_bg.jpg');
	background-size: 386px;
}*/
#fav_menu > div {
/*	background:
			url(../images/s_hr_tu.png) top center no-repeat,
			url(../images/s_hr_ut.png) bottom center no-repeat;
	padding-bottom: 20px;*/
	padding: 20px 0;
}
#fav_menu > div >div {
	padding: 40px 0;
}
#fav_menu h2 img {
	width: 100%;
	vertical-align: bottom;
}
#fav_menu h2 {
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	padding: 0 0 0 276px;
	margin: 0 0 20px 0;
	background: url('../images/top_fav_title@1x.png') top center/100% no-repeat;
	overflow: hidden;
	font-size: 14px;
	line-height: 50px;
}
#fav_menu ul li {
	margin: 0 9px;
	width: 216px;
	height: 211px;
	box-sizing: border-box;
	border-radius: 7px;
	border: 2px solid #444;
	background: rgba(0,0,0,0.6) url('../images/fav_arrow@1x.png') right bottom/4px 4px no-repeat;
	background-size: 22px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#fav_menu ul li:hover {
	box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}
#fav_menu ul li:nth-of-type(1) {
	margin: 0 9px 0 0;
	width: 312px;
}
#fav_menu ul li:nth-of-type(4) {
	margin: 0 0 0 9px;
}
#fav_menu ul li:nth-of-type(5),
#fav_menu ul li:nth-of-type(6) {
	margin: 20px auto 0;
	width: 100%;
	height: auto;
	border: none;
	background: none;
}
#fav_menu ul li:nth-of-type(5):hover,
#fav_menu ul li:nth-of-type(6):hover {
	box-shadow: none;
	opacity: 0.8;
}
#fav_menu ul li a {
	//overflow: hidden;
	display: block;
	position: relative;
}
#fav_menu ul li img {
	width: 100%;
	vertical-align: bottom;
}
#fav_menu ul li p {
	box-sizing: border-box;
	padding: 4px 5px;
	font-size: 14px;
	color: #fafafa;
	line-height: 1.3;
	font-weight: 500;
	overflow: hidden;
}
/* 公開曜日 */
#fav_menu ul li a > span {
	position: absolute;
	left: -2px;
	top: -15px;
	display: inline-block;
	box-sizing: border-box;
	padding: 4px 10px;
	font-size: 14px;
	color: #78ff35;
	line-height: 1;
	font-weight: 500;
	background: rgba(0, 17, 29, 0.9);

}
/*--- Lineアットバナー ---*/
#line_add {
	margin-bottom: 25px;
}
#line_add a {
	display: block;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#line_add a:hover {
	box-shadow: none;
}
#line_add a img {
	width: 100%;
}
/*--- 的中実績 ---*/
#tekichyu {
	position: relative;
	z-index: 0;
	padding: 50px 0;
	background: url('../images/block_bg_w@1x.jpg') top center;
	background-size: 1500px;
}
#tekichyu h2 {
	margin: 0 auto 32px;
	/* width: 875px; */
	text-align: center;
}
#tekichyu h2 img {
	/* width: 100%; */
	margin: auto;
}
#tekichyu ul {
	display: block;
	width: 950px;
	margin: 0 auto;
}
#tekichyu ul li {
	position: relative;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 3px solid #bebf48;
	width: 286px;
	height: 198px;
	background: url('../images/baken_bg@1x.png') top center/100% no-repeat;
}
/*
#tekichyu ul li::after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	right: 8px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #555;
	-webkit-box-shadow: 0 15px 10px #555;
	-moz-box-shadow: 0 15px 10px #555;
	box-shadow: 0 15px 10px #555;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
*/
/*的中マーク*/
#tekichyu ul li::before {
	position: absolute;
	left: -30px;
	bottom: 0;
	content: '';
	display: block;
	width: 75px;
	height: 75px;
	background: url('../images/tekichu_icon@1x.png') top center no-repeat;
	-moz-animation: tcy_icon 2s ease-in-out 0s infinite normal;
	-webkit-animation: tcy_icon 2s ease-in-out 0s infinite normal;
	-ms-animation: tcy_icon 2s ease-in-out 0s infinite normal;
}

/*
#tekichyu ul li .t_icon {
	position: absolute;
	left: -30px;
	bottom: 0;
	display: block;
	width: 75px;
	height: 75px;
}
*/

#tekichyu ul li:nth-of-type(2),
#tekichyu ul li:nth-of-type(5) {
 	margin-left: 45px;
	margin-right: 45px;
}
#tekichyu ul li > div {
	padding: 8px;
}
#tekichyu ul li h4 {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 4px 0;
	font-size: 16px;
	border-bottom: 2px solid #2e2e2e;
}
#tekichyu ul li p::after {
	display: block;
	content: '';
	clear: both;
}
#tekichyu ul li p.t_1 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
#tekichyu ul li p.t_2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
}
#tekichyu ul li .t_1 span:nth-of-type(1),
#tekichyu ul li .t_2 span:nth-of-type(1) {
	float: left;
}
#tekichyu ul li .t_1 span:nth-of-type(2),
#tekichyu ul li .t_2 span:nth-of-type(2) {
	float: right;
}
#tekichyu ul li p.money {
	padding: 14px 5px;
	background: #36360f;
	font-size: 24px;
	color: #e1e337;
	text-align: right;
	line-height: 1;
}
#tekichyu ul li p.money span {
	font-size: 18px;
}
/*-- 的中iconアニメーション --*/
@keyframes tcy_icon {
	25%{ transform:scale(1); }
	30%{ transform:scale(1.1); }
	35%{ transform:scale(1); }
}

@-webkit-keyframes tcy_icon {
	25%{ transform:scale(1); }
	30%{ transform:scale(1.1); }
	35%{ transform:scale(1); }
}

@-ms-keyframes tcy_icon {
	25%{ transform:scale(1); }
	30%{ transform:scale(1.1); }
	35%{ transform:scale(1); }
}

/*-- エージェント --*/
#agent {
	background:
			url(../images/agent_bg@1x.jpg) top center repeat-x;
	background-size: 1500px;
}
#agent > div {
	padding: 35px 0 45px;
	box-sizing: border-box;
	text-align: center;
	background:
			url(../images/s_hr_tu.png) top center no-repeat,
			url(../images/s_hr_ut.png) bottom center no-repeat;
}
#agent > div > img {
	margin: 0 0 30px 0;
}
#agent > div a:hover {
	opacity: 0.8;
}

/*--- 外部リンク ---*/
#impLink {
	/* background: rgba(0,0,0,0.4); */
	background: #c0c0c0;
}
#impLink ul {
	display: block;
	width: 780px;
	margin: 0 auto;
}
#impLink ul li {
	float: left;
	margin: 15px 10px;
	width: 110px;
}
#impLink ul li a {
	display: block;
}
#impLink ul li a img {
	width: 100%;
}
#impLink ul li a:hover {
	opacity: 0.8;
}

/*--- footer ---*/
footer {
	padding: 30px 0 20px;
	color: #f4f4f4;
	background: #2d4dbd;
/*	background: url('../images/foot_bg@1x.jpg');
	background-size: 38px;*/
}
footer nav {
	margin-bottom: 30px;
}
footer nav ul {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

footer nav ul li {
	display: inline-block;
	padding: 8px 5px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #f4f4f4;
}
footer nav ul li a:hover span {
	text-decoration: underline;
}
/* ロゴ＆mail_tel */
footer section > div {
	margin: 0 0 30px 0;
}
footer section > div ul {
	display: block;
}
footer section > div ul li {
	width: 450px;
	margin: 0 30px;
	box-sizing: border-box;
}
/*mail_phone*/
footer section > div a:hover {
	opacity: 0.8;
}
footer section > div ul li:nth-of-type(1) {
	float: right;
	border-radius: 5px;
	background: rgba(255,255,255,0.1);
}
/*ロゴ*/
footer section > div ul li:nth-of-type(2) {
	float: left;
}
footer section > div ul li:nth-of-type(2) a {
	display: block;
}
footer section > div ul li:nth-of-type(2) img {
	width: 100%;
}
/* ロゴ位置修正 */
footer nav+div.clr ul li:nth-of-type(1) {
	width: 0;
	margin: 0;
}
footer nav+div.clr ul li:nth-of-type(2) {
	width: 100%;
	margin: 0;
	text-align:center;
}
footer nav+div.clr ul li:nth-of-type(2) img {
	width: auto;
	max-width: auto;
	margin: 0 auto;
}

/* 連絡先詳細 */
footer section ul li > div {
	box-sizing: border-box;
	font-size: 36px;
}
footer section ul li > div p {
	padding: 6px 10px 6px 65px;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #4e78b7;
}
footer section ul li > div p:nth-of-type(1) {
	margin: 0 0 0 0;
	background: url('../images/icon_116760_256@1x.png') no-repeat;
	background-size: 35px;
	background-position: left 16px center;
}
footer section ul li > div p:nth-of-type(2) {
	background: url('../images/message@1x.png') no-repeat;
	background-size: 35px;
	background-position: left 16px center;
}
footer section ul li > div p:nth-of-type(2) a {
	font-size: 32px;
}
/* コピー */
footer > section > p {
	text-align: center;
	color: #f4f4f4;
	margin: 1em 0;
}





@-ms-viewport {
    width: device-width;
}
html{
overflow:auto;
}

/* 全体
------------------------------------------------*/
#red_grad {
    margin-bottom:1em;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
    background: #2e0310;
    background: -moz-linear-gradient(left, #2e0310 0%, #4a081c 50%, #2e0310 100%);
    background: -webkit-linear-gradient(left, #2e0310 0%,#4a081c 50%,#2e0310 100%);
    background: linear-gradient(to right, #2e0310 0%,#4a081c 50%,#2e0310 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0310', endColorstr='#2e0310',GradientType=1 );
}

/* 中心幅
------------------------------------------------*/
.camp{
	width:980px;
	margin: 0 auto;
	position: relative;
}

/* hover
------------------------------------------------*/
nav a:hover img{
opacity:1;
}
a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-moz-opacity:0.8;
}

/* 文字の装飾
------------------------------------------------*/
span.gold_text{
	background: #333;
background: -webkit-linear-gradient(top, #fccd4d 0%,#fccd4d 25%,#f8b500 26%,#fccd4d 55%,#f8b500 56%,#fccd4d 75%,#f8b500 76%,#fbdf93 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}

/* その他
------------------------------------------------*/
.camp h1{
	text-align: center;
	width:100%;
	padding: 0.5em;
	border: 2px solid #704616;
	background: #2e0310; /* Old browsers */
background: url("../images/title_bg_left.png") no-repeat left center / 200px,url("../images/title_bg_right.png") no-repeat right center / 200px,-moz-linear-gradient(left,  #2e0310 0%, #4a081c 50%, #2e0310 100%); /* FF3.6-15 */
background: url("../images/title_bg_left.png") no-repeat left center / 200px,url("../images/title_bg_right.png") no-repeat right center / 200px,-webkit-linear-gradient(left,  #2e0310 0%,#4a081c 50%,#2e0310 100%); /* Chrome10-25,Safari5.1-6 */
background: url("../images/title_bg_left.png") no-repeat left center / 200px,url("../images/title_bg_right.png") no-repeat right center / 200px,linear-gradient(to right,  #2e0310 0%,#4a081c 50%,#2e0310 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0310', endColorstr='#2e0310',GradientType=1 ); /* IE6-9 */
}

.gold_flame{
	width:90%;
	color: #ffffff;
	padding: 1em 2.5em;
	border: 2px solid #704616;
	margin: 1em auto;
	background: #2e0310; /* Old browsers */
background: url("../images/bg_mark_left_top.png") no-repeat left -20px top -20px / 53px,url("../images/bg_mark_right_top.png") no-repeat right -20px top -20px / 53px,url("../images/bg_mark_left_bottom.png") no-repeat left -20px bottom -20px / 53px,url("../images/bg_mark_right_bottom.png") no-repeat right -20px bottom -20px / 53px,-moz-linear-gradient(left,  #2e0310 0%, #4a081c 50%, #2e0310 100%); /* FF3.6-15 */
background: url("../images/bg_mark_left_top.png") no-repeat left -20px top -20px / 53px,url("../images/bg_mark_right_top.png") no-repeat right -20px top -20px / 53px,url("../images/bg_mark_left_bottom.png") no-repeat left -20px bottom -20px / 53px,url("../images/bg_mark_right_bottom.png") no-repeat right -20px bottom -20px / 53px,-webkit-linear-gradient(left,  #2e0310 0%,#4a081c 50%,#2e0310 100%); /* Chrome10-25,Safari5.1-6 */
background: url("../images/bg_mark_left_top.png") no-repeat left -20px top -20px / 53px,url("../images/bg_mark_right_top.png") no-repeat right -20px top -20px / 53px,url("../images/bg_mark_left_bottom.png") no-repeat left -20px bottom -20px / 53px,url("../images/bg_mark_right_bottom.png") no-repeat right -20px bottom -20px / 53px,linear-gradient(to right,  #2e0310 0%,#4a081c 50%,#2e0310 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0310', endColorstr='#2e0310',GradientType=1 ); /* IE6-9 */
}

img.step_pc{
	width:100%;
	margin:2em auto;
}
img.step_sp{
	display: none;
}
.camp h2 img{
	width: 100%;
}
.attention{
	background: #ffffff;
	border-radius: 8px;
	margin: 3em auto;
	width:90%;
	position: relative;
	padding: 3.2em 2em 1.5em 2em;
}
img.attention_icon{
	position: absolute;
	left:-20px;
	top:-20px;
}
.arrow ul li{
	width: calc(100% / 2);
	display: inline-block;
	margin: 2em auto 0 auto;
}
.arrow ul li img{
	margin: 0 auto;
}
.btn ul li{
	width: calc(100% / 2);
	display: inline-block;
	margin: 1.5em auto;
	text-align: center;
}
.btn ul li img{
	margin: 0 auto;
	display: inline;
}



@media screen and (max-width:979px){
	/* TAB */
  .camp{
	width:100%;
	margin: 0 auto;
	position: relative;
}
	.camp h1{
	text-align: center;
	width:96%;
	padding: 0.5em;
		margin: 0 auto;
		font-size: 20px;
}
	.gold_flame{
	width:90%;
	color: #ffffff;
	padding: 1em 2em;
	border: 2px solid #704616;
	margin: 0.5em auto;
	background: #2e0310; /* Old browsers */
background: url("../images/bg_mark_left_top.png") no-repeat left -10px top -10px / 40px,url("../images/bg_mark_right_top.png") no-repeat right -10px top -10px / 40px,url("../images/bg_mark_left_bottom.png") no-repeat left -10px bottom -10px / 40px,url("../images/bg_mark_right_bottom.png") no-repeat right -10px bottom -10px / 40px,-moz-linear-gradient(left,  #2e0310 0%, #4a081c 50%, #2e0310 100%); /* FF3.6-15 */
background: url("../images/bg_mark_left_top.png") no-repeat left -10px top -10px / 40px,url("../images/bg_mark_right_top.png") no-repeat right -10px top -10px / 40px,url("../images/bg_mark_left_bottom.png") no-repeat left -10px bottom -10px / 40px,url("../images/bg_mark_right_bottom.png") no-repeat right -10px bottom -10px / 40px,-webkit-linear-gradient(left,  #2e0310 0%,#4a081c 50%,#2e0310 100%); /* Chrome10-25,Safari5.1-6 */
background: url("../images/bg_mark_left_top.png") no-repeat left -10px top -10px / 40px,url("../images/bg_mark_right_top.png") no-repeat right -10px top -10px / 40px,url("../images/bg_mark_left_bottom.png") no-repeat left -10px bottom -10px / 40px,url("../images/bg_mark_right_bottom.png") no-repeat right -10px bottom -10px / 40px,linear-gradient(to right,  #2e0310 0%,#4a081c 50%,#2e0310 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0310', endColorstr='#2e0310',GradientType=1 ); /* IE6-9 */
}
	img.step_pc{
	display: none;
}
img.step_sp{
	display: block;
	width: 85%;
	margin: 2.5em auto;
}
	.attention{
	padding: 2.5em 1.5em 1.5em 1.5em;
}
	img.attention_icon{
	width:90px;
	left:-20px;
	top:-20px;
}
.arrow ul li img{
	width:65%;
}
.btn ul li img{
	width:93%;
}
}


/* reset
=========================================================================== */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
a:visited {
    color: inherit;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1,h2,h3,h4,h5,dl,ul,ol,p {
    margin: 0;
    padding: 0;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: none;
	display: block;
	margin: 0;
	padding: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.gold_flame p {
    color: #ffffff;
}

/* clearfix
------------------------------------------------*/
.clearfix { *zoom:1; }
.clearfix:before,
.clearfix:after {
	display: table;
	content:"";
	line-height: 0;
}
.clearfix:after { clear: both; }

/* ログイン前　直近の的中紹介
------------------------------------------------*/
.top_result{
	background: url("../images/result_bg_pc.jpg") no-repeat center top / 100%;
	background-size:cover;
	border: 3px solid #996c33;
	padding: 25px 0;
}
.top_result h1 img.top_result_title{
	width: 50%!important;
}
.top_result ul{
	display: flex;
	justify-content: center;
	margin: 50px auto;
}
.top_result ul li{
	width: 40%;
	background:url("../images/result_gold_bg.jpg") no-repeat center / 100%;
	margin: 0 auto;
	border: 5px solid #d8dc00;
	position: relative;
	text-align: center;
	padding: 30px 20px;
	font-weight: bold;
}
.top_result ul li p{
	margin-bottom: 20px;
}
.top_result ul li p:last-of-type{
	margin-bottom: 0;
}
.top_result ul li p.result_pickup{
	border: 2px solid #333333;
	display: inline-block;
	padding: 5px 30px;
}
.top_result ul li p.result_get{
	color: #e60012;
	font-size: 25px;
}
.top_result ul li p span.result_caption{
	color: #333333;
	font-size: 18px;
}
.result_set h2 img{
	position: absolute;
	top:-40px;
	left:-30px;
	width:150px!important;
}
.top_result h3 img{
	width:80%!important;
}
img.result_text02{
	width: 95%!important;
	margin: 25px auto!important;
}

/* ログイン後　新コンテンツ
------------------------------------------------*/
.add_content{
	width: 1020px;
	margin: 0 auto;
}
.flex_content{
	display: flex;
	justify-content: center;
}
.add_content_left{
	width:75%;
/*	padding: 20px;
	background: url("../images/dark-brick-wall.png") repeat center / 93px,url("../images/text_place_bg.jpg") no-repeat center bottom / 100%,#02979f;*/
	padding: 20px 20px 200px 20px;
	background: #8dc7ef url("../images/text_place_bg.jpg") no-repeat center bottom / 100%;
	margin-bottom: 40px;
	border-radius: 8px;
	border: 6px solid #B67B03;
	border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	border-image-slice: 1;
}
.add_content_left .add_content_text01,
.add_content_left .add_content_text02{
	background:rgba(255,255,255,0.7);
	border-radius: 8px;
	padding: 15px 20px;
}
.add_content_text02 p{
	font-size: 14px;
}
.add_content_left .add_content_img img{
	width: 98%;
	margin: 20px auto;
}
.add_content_right{
	width: 25%;
}
.add_content_right nav li img{
	width: 90%;
	margin: 0 auto 10px auto;
}

/* hover
------------------------------------------------*/
nav li a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-moz-opacity:0.8;
}

/* ログイン前TOP 2021.04.21
=================================================== */
#top_main #top_header {
	margin-bottom: 20px;
	background: #01547e;
}
#top_main .top_racename {
	position: absolute;
	top: 875px;
	left: 0;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.0;
	color: #ff0;
	text-align: center;
}
#top_main .top_racename > span {
	animation: racename_blink 1s step-end infinite;
	-webkit-animation: racename_blink 1s step-end infinite;
	-ms-animation: racename_blink 1s step-end infinite;
}
@keyframes racename_blink {
	0,100% { color: #ff0; }
	50% { color: #f00; }
}
@-webkit-keyframes racename_blink {
	0,100% { color: #ff0; }
	50% { color: #f00; }
}
@-ms-keyframes racename_blink {
	0,100% { color: #ff0; }
	50% { color: #f00; }
}

#top_contents img {
	display: inline;
}
#top_contents .cont01 {
	margin: 30px 0;
}
#top_contents .cont02 {
	margin: 50px 0;
}
#top_contents .entry_form {
	min-height: 375px;
	background: url("../images/top_form_bg.png") no-repeat center top;
}
#top_contents .entry_form h2 {
	margin: 0;
	padding: 85px 0 15px;
	text-align: center;
}
#top_contents .entry_form .flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 880px;
	margin: 0 auto 10px;
}
#top_contents .entry_form .flex > p {
	-ms-flex: 0 1 480px;
	flex: 0 1 480px;
	margin: 0;
}

#top_contents .entry_form form input[type='text'] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1) inset;
	font-size: 24px;
	color: #000;
}
#top_contents .entry_form form input:focus {
	outline: 0;
}
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/* IE 10 later */
:-ms-input-placeholder {
	color: #ccc;
}

#top_contents .entry_form .flex > a {
	-ms-flex: 0 1 390px;
	flex: 0 1 390px;
}
#top_contents .entry_form .flex > a img {
	-webkit-animation: bounce 1.0s infinite ease;
	-moz-animation: bounce 1.0s infinite ease;
	animation: bounce 1.0s infinite ease;
}
@-webkit-keyframes bounce {
	0%, 100% { -webkit-transform: scale(1.0); }
	80% { -webkit-transform: scale(1.05); }
}
@-moz-keyframes bounce {
	0%, 100% { -moz-transform: scale(1.0); }
	80% { -moz-transform: scale(1.05); }
}
@keyframes bounce {
	0%, 100% { transform: scale(1.0); }
	80% { transform: scale(1.05); }
}

#top_contents .entry_form .notes {
	text-align: center;
}

#top_contents .cont03 {
	margin: 50px 0 40px;
}
#top_contents .cont04 {
	margin: 40px 0 50px;
}

