*:focus {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #000;
	height: 100%;
	background-image: url(img/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

button a:hover {
	text-decoration: none;
}

div, p, input, select, textarea, button, td {
	box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"], select, textarea {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	font-size: 1.2em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	border: 1px solid #3f51b5;
	border-radius: 3px;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #3f51b5;
	border-radius: 3px;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="file"] {
	font-size: 0.8em;
}

textarea {
	height: 100px;
}

hr {
	margin: 20px 0px;
	border: none;
	border-top: 1px solid #c0c0c0;
}

hr.dot {
	border-top: 1px dotted #c0c0c0;
}

.h_w {
	border-top: 1px solid #fff;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0px;
}

button {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f08 {
	font-size: 0.8em;
}

.f09 {
	font-size: 0.9em;
}

.f12 {
	font-size: 1.2em;
}

.f14 {
	font-size: 1.4em;
}

.f16 {
	font-size: 1.6em;
}

.f18 {
	font-size: 1.8em;
}

.finger {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.sp {
	display: none;
}

.fw {
	width: 100%;
}

.w300 {
	width: 95%;
	max-width: 300px;
	margin: 0px auto;
}

.w400 {
	width: 95%;
	max-width: 400px;
	margin: 0px auto;
}

.w600 {
	width: 95%;
	max-width: 600px;
	margin: 0px auto;
}

.w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
}

.ww {
	width: 95%;
	max-width: 900px;
	margin: 0px auto;
}

.nw {
	width: 95%;
	max-width: 600px;
	margin: 0px auto;
}

.uw {
	width: unset !important;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b30 {
	margin-bottom: 30px;
}

.b40 {
	margin-bottom: 40px;
}

.btn01 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #020419;
	border-radius: 3px;
	background-color: #020419;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: unset;
	color: #020419;
}

.btn02 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #009688;
	border-radius: 3px;
	background-color: #009688;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn02:hover {
	background-color: #fff;
	color: #009688;
}

.btn03 {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn03:hover {
	background-color: #fff;
	color: #607d8b;
}

.btn04 {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background-color: #c0c0c0;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn05 {
	padding: 3px 5px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	transition-duration: 0.3s;
}

.btn05:hover {
	background-color: #fff;
	color: #607d8b;
}

.btn06 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #ffc107;
	border-radius: 3px;
	background-color: #ffc107;
	color: #303030;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn06:hover {
	background-color: unset;
	color: #fff;
}

.btn07 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background-color: #c0c0c0;
	color: #303030;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn07:hover {
	background-color: #303030;
	color: #c0c0c0;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.asc {
	align-self: center;
}

.gtc11 {
	grid-template-columns: 1fr 1fr;
}

.gtc12 {
	grid-template-columns: 1fr 2fr;
}

.gtc21 {
	grid-template-columns: 2fr 1fr;
}

.gtca1 {
	grid-template-columns: auto 1fr;
}

.gtc1a {
	grid-template-columns: 1fr auto;
}

.gtcaa {
	grid-template-columns: auto auto;
}

.gtc400400 {
	grid-template-columns: 400px 400px;
}

.gtc400400400 {
	grid-template-columns: 400px 400px 400px;
}

.gtc11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc111 {
	grid-template-columns: repeat(3, 1fr);
}

.gtc1111 {
	grid-template-columns: repeat(4, 1fr);
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gg10 {
	grid-gap: 10px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.asc {
	align-self: center;
}

#wrapper {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,1.0);
	z-index: 99;
}

.header_logo {
	height: 63.45px;
}

.global_menu span {
	display: inline-block;
	margin-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
}

.mobile_menu_close {
	text-align: right;
	font-size: 1.5em;
	padding-top: 15px;
	padding-right: 20px;
}

.page_title {
	padding: 5px 0px;
	color: #fff;
	background-color: #020419;
}

.head_menu {
	padding: 5px 0px;
}

.head_menu div {
	padding: 5px 0px;
	background-color: #020419;
/*	border-bottom: 2px solid #607d8b; */
	transition-duration: 0.3s;
	color: #fff;
}

.head_menu div.selected {
	background-color: #8a00a2;
}

.head_menu div:hover {
	background-color: #8a00a2;
	color: #fff;
}

.signup {
	opacity: 0.5;
}

#main {
	display: grid;
	padding: 0px 0px;
}

.block_title {
	background-color: #707070;
    padding: 5px;
    color: #fff;
    font-size: 1.1em;
    border-radius: 3px;
}

.block_title span {
	padding-left: 5px;
	border-left: 5px solid #fff;
}

.result {
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #5f70d2;
}

.result_status {
    font-weight: bold;
    font-size: 2.0em;
	border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
}

.result_status.noborder {
	border-bottom: none;
    margin-bottom: unset;
}

.result_notice {
	font-size: 1.2em;
}

.cert_detail {
	width: 100%;
	font-weight: bold;
}

.cert_detail th {
	width: 150px;
    white-space: nowrap;
}

.cert_detail th, .cert_detail td {
	padding: 2px;
	border: 1px solid #c0c0c0;
}

.cert_detail th {
	background-color: #f0f0f0;
}

.edit_area {
	margin-bottom: 20px;
    padding: 10px;
	background-color: #ecf0f3;
    border-radius: 3px;
}

.cert_area {
	padding: 10px;
	border: 1px solid #3f51b5;
	border-radius: 3px;
}

.open_form {
	font-size: 1.1em;
	color: #3f51b5;
}

.check_img img, .inoculation_img img {
	width: 100%;
	border-radius: 3px;
}

.order_list_th {
	padding: 5px;
	background-color: #e0e0e0;
	border: 1px solid #fff;
}

.order_list_td {
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid #fff;
}

.admin_order_list {
	overflow-y: scroll;
	height: 700px;
}

.user_orders {
	width: 100%;
}

.user_orders th, .user_orders td {
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.user_orders th {
	position: sticky;
	top: 0;
	background-color: #000;
	color: #fff;
}

.cert_do {
	margin-top: 5px;
	padding: 5px;
    background-color: #3f51b5;
	border: 1px solid #3f51b5;
    color: #fff;
	text-align: center;
	transition-duration: 0.3s;
}

.cert_do:hover {
    background-color: #fff;
    color: #3f51b5;
}

.cert_done {
	margin-top: 5px;
	padding: 5px;
    background-color: #909090;
	border: 1px solid #909090;
    color: #fff;
	text-align: center;
}

.if {
	display: inline-block !important;
	width: 150px !important;
	margin-right: 20px;
}

.if2 {
	display: inline-block !important;
	width: unset !important;
}

.if02 {
	display: inline-block !important;
	width: 150px !important;
	margin-right: 5px;
}

.bingo_plan {
	width: 100%;
}

.bingo_plan th {
	border: 1px solid #c0c0c0;
	text-align: center;
	background-color: #f0f0f0;
}

.bingo_plan td {
	border: 1px solid #c0c0c0;
	text-align: center;
}

.sales_data_now {
	width: 100%;
	font-size: 0.8em;
}

.sales_data_now td {
	border: 1px solid #c0c0c0;
	text-align: center;
	padding: 10px 0px;
}

.sales_data_now th {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}

.bingo_table {
	margin: 0px auto;
	margin-bottom: 15px;
}

.bingo_table td {
	width: 50px;
	text-align: center;
	height: 50px;
	border: 1px solid #909090;
	font-size: 1.7em;
}

.nFREE {
	font-size: 1.0em !important;
	background-color: #ffff00 !important;
}

#top_img {
	line-height: 0px;
}

#top_img img {
	width: 100%;
	height: 100%;
	max-height: 825px;
	object-fit: cover;
}

.play_step {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	color: #fff;
	line-height: 1.5em;
}

.play_step img {
	width: 50%;
	max-width: 150px;
}

.s_title {
	padding: 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.s1 .s_title {
	color: #6ec1e4;
}

.s2 .s_title {
	color: #00b31e;
}

.s3 .s_title {
	color: #D60B0B
}

.v_p_area {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.v_p_area video {
	width: 100%;
}

.hover_white {
	transition-duration: 0.3s;
}

.hover_white:hover {
	filter: brightness(130%);
}

.rop {
	padding-bottom: 30px;
}

.rop_title {
	font-size: 2.0em;
	font-weight: bold;
	color: #fff;
}

.bwb {
	padding-bottom: 30px !important;
}

#footer {
	background-color: #000;
	color: #fff;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #607d8b;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.cw {
	color: #fff;
}

.sbi_main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.sbi_main2 {
	margin-top: 30px;
}

.bingo_table {
	border-radius: 5px;
	overflow: hidden;
}

.bingo_table td {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: 5px solid #ffc107;
}

.b_head td {
	background-color: #ffc107;
}

.bingo_result, .bingo_result2 {
	font-size: 1.5em;
}

.ball {
	display: inline-grid;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
	text-align :center;
    color: #000;
    border-radius: 100%;
	box-sizing: border-box;
    background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgb(230 0 57) 100%);
}

.ball_hit {
	transform: rotate3d(1, 0, 0, 70deg);
	-webkit-transform: rotate3d(1, 0, 0, 70deg);
	transform-origin: center bottom; 
	transition: all 0.3s ease 0s;
	-webkit-transform-origin: center bottom; 
	-webkit-transition: all 0.3s ease 0s;
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(100,100,100,1) 100%);
}

.ball_hit:hover {
	transform: rotate3d(1, 0, 0, 0deg);
	background: unset;
	background-color: #ffffff !important;
}

.ball_hit.nFREE {
	background: rgb(255,255,0);
	background: linear-gradient(0deg, rgba(255,255,0,1) 0%, rgba(153,153,0,1) 100%);
}

.ball_hit.nFREE:hover {
	transform: rotate3d(1, 0, 0, 0deg);
	background: unset;
	background-color: #ffff00 !important;
}

.reach_back {
	background-image: url(img/reach_back.gif);
    background-size: cover;
    background-position: center center;	
}

.bingo_back {
	background-image: url(img/bingo_back.gif);
    background-size: cover;
    background-position: center center;	
}

.card_area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.old_bingo_result {
	display: inline-grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
}

.p_and_s {
	width: 95%;
	max-width: 400px;
	margin: 0px auto;
}

.pas_title {
	font-size: 1.5em;
	text-align: left;
}

.p_and_s .point, .p_and_s .star {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

.p_and_s button {
	margin-bottom: 20px;
}

.p_amount {
	font-weight: bold;
	font-size: 1.7em;
}

.p_and_s .star i {
	font-size: 1.7em;
	color: #505050;
}

.w100 {
	width: 100%;
}

.w95 {
	width: 95%;
}

.mw300 {
	max-width: 300px;
}

.mw400 {
	max-width: 400px;
}

.mw600 {
	max-width: 600px;
}

.mw900 {
	max-width: 900px;
}

.mw1200 {
	max-width: 1200px;
}

.p5 {
	padding: 5px;
}

.aic {
	align-items: center;
}

.m0a {
	margin: 0px auto;
}

.hero_sp {
	display: none;
}

.mobile_menu_open {
	display: none;
}

.lh0 {
	line-height: 0em;
}

.btn99 {
	display: inline-block;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(255,255,255,1.0);
	box-sizing: border-box;
	cursor: pointer;
}

.btn99:hover {
	background-color: #fff;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
	text-decoration: none;
}

.btn98 {
	display: inline-block;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(255,255,255,1.0);
	box-sizing: border-box;
	cursor: pointer;
}

.btn98:hover {
	background-color: #fff;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
	text-decoration: none;
}

.top_data_section {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	font-size: 0.9em;
}

.t30 {
	margin-top: 30px;
}

.t50 {
	margin-top: 50px;
}

.b50 {
	margin-bottom: 50px;
}

.info_title {
	font-size: 1.5em;
	font-weight: bold;
}

.top_info {
	background-image: url(img/info_girl.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.b_head > td {
	line-height: 0em;
}

.modal_msg {
	color: #303030;
}

.top_btn {
	display: inline-block;
	width: 95%;
	max-width: 600px;
	font-size: 1.7em;
}

@media only screen and (max-width: 1023px) {
	.card_area {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.hero_pc {
		display: none;
	}
	
	.hero_sp {
		display: block;
	}
	
	.global_menu {
		display: block;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -300px;
		width: 300px;
		background-color: rgba(255,255,255,0.9);
		transition-duration: 0.3s;
		border-left: 1px solid #909090;
		text-align: left;
		color: #303030;
	}
	
	.global_menu span {
		display: block;
		margin-top: 20px;
		margin-left: 10px;
		font-size: 1.2em;
	}	
	
	.mobile_menu_open {
		display: inline-block;
		font-size: 1.5em;
	}
	
	.top_data_section {
		font-size: 0.8em;
	}	
}

@media only screen and (max-width: 767px) {
	.top_btn {
		font-size: 1.1em;
	}
	
	.top_info {
		background-size: cover;
	}	
	
	.info_title {
		font-size: 1.3em;
	}
	
	.sp {
		display: block;
	}
	
	#top_img img {
		min-height: 250px;
	}
	
	.play_step {
		grid-template-columns: 1fr;
	}
	
	.rop_title {
		font-size: 1.2em;
	}
	
	.sbi_main {
		grid-template-columns: 1fr;
	}
	
	.sbi_main2 {
		grid-template-columns: 1fr;
	}
	
	.old_bingo_result {
		grid-template-columns: auto;
	}
	
	.card_area {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.top_data_section {
		grid-template-columns: 1fr;
	}
}