@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Shippori Mincho B1", serif;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	-webkit-text-size-adjust: none;
}
@media (max-width: 767px) {
body {
	font-size: 13px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: 500;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #000;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}


.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
@media (max-width: 767px) {
a:hover {
	opacity: 1;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-tab {
	display: none !important;
}
.visible-ts {
	display: none !important;
}
.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
.visible-tab {
	display: block !important;
}
.visible-pc-only {
	display: none!important;
}
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 600;
}
.fwm {
	font-weight: 500;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}


/* !ff
------------------------------------------------ */
.ff_notosans {
	font-family: "Noto Sans JP", sans-serif;
}


/* html
----------------------------------------------- */
html.html-lock {
}



/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}



/* H
----------------------------------------------- */
.game_hdl {
	text-align: center;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.game_hdl .hdl_txt {
	background: linear-gradient(90deg,
		#EF1717 0%,
		#C20000 26%,
		#9B0707 51%,
		#C20000 75%,
		#EF1717 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

@media (max-width: 1024px) {
.game_hdl {
	font-size: min(60px,4.17vw);
}
}

@media (max-width: 767px) {
.game_hdl {
	font-size: 25px;
}
}





/* common line
----------------------------------------------- */
.common_line {
	width: 100%;
	height: 15px;
	left: 0;
	position: absolute;
	z-index: 2;
}
.common_line.line_up {
	top: 0;
}
.common_line.line_btm {
	bottom: 0;
}
.common_line:before,
.common_line:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #C19C02, #FDD95F 49%, #CAA612);
	background: -o-linear-gradient(left, #C19C02, #FDD95F 49%, #CAA612);
	background: linear-gradient(to right, #C19C02, #FDD95F 49%, #CAA612);
	z-index: 0;
}
.common_line:before {
	top: 0;
}
.common_line:after {
	bottom: 0;
}


.com_fix {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.com_fix .fix_list {
	background: rgba(193,1,1,0.5);
	padding: 20px 10px 20px 15px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	-webkit-border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
	-ms-border-radius: 16px 0 0 16px;
	-o-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
}
.com_fix .fix_list a {
	display: block;
	width: 48px;
}
.com_fix .fix_list a:hover {
	opacity: 0.5;
}

@media (max-width: 767px) {
.com_fix .fix_list {
	padding: 7px 5px;
	gap: 3px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-ms-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.com_fix .fix_list a {
	width: 30px;
}
}



/* top
----------------------------------------------- */
.isesaki_game .game_main {
	position: relative;
}
.isesaki_game .game_main .main_img img {
	width: 100%;
}

.isesaki_game .game_message {
	background: url("../img/bg_message.png") center 0 repeat-y;
	background-size: 100% auto;
	padding: 110px 0 100px;
}
.isesaki_game .game_overview {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0 20px;
}
.isesaki_game .game_overview:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -90px;
	background-image: url("../img/left_flower.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(340px,23.6vw);
	height: min(474px,32.92vw);
	z-index: 1;
}
.isesaki_game .game_overview:after {
	position: absolute;
	content: "";
	right: 0;
	top: -45px;
	background-image: url("../img/right_flower.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(308px,21.39vw);
	height: min(330px,22.92vw);
	z-index: 1;
}
.isesaki_game .game_overview .overview_box {
	background-image: url("../img/bg_overview.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 971px;
	height: 472px;
	padding: 0 30px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	position: relative;
}
.isesaki_game .game_overview .overview_box:before {
	position: absolute;
	content: "";
	right: calc(100% - max(30px,2.09vw));
	top: max(-28px,-1.94vw);
	background-image: url("../img/cloud_overview01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(213px,14.8vw);
	height: min(91px,6.32vw);
	z-index: 0;
}
.isesaki_game .game_overview .overview_box:after {
	position: absolute;
	content: "";
	left: calc(100% - min(88px,6.1vw));
	top: calc(100% + min(10px,0.7vw));
	background-image: url("../img/cloud_overview02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(244px,16.95vw);
	height: min(104px,7.22vw);
	z-index: 0;
}
.isesaki_game .game_overview .overview_txt {
	text-align: center;
	color: #4D2C13;
	font-size: 27px;
	max-width: 764px;
	position: relative;
	z-index: 1;
}
.isesaki_game .game_player {
	margin: 85px 0 0;
	padding: 0 20px;
}
.isesaki_game .game_player .player_inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.isesaki_game .game_player .player_inner:before {
	position: absolute;
	content: "";
	background-image: url("../img/cloud_overview03.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(246px,17.08vw);
	height: min(104px,7.22vw);
	left: max(-84px,-5.83vw);
	bottom: max(-42px,-2.92vw);
	z-index: 0;
}
.isesaki_game .game_player .player_box {
	margin: 85px 0 0;
	gap: 16px;
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 1;
}
.isesaki_game .game_player .player_box .player_item {
	width: calc((100% - 64px)/5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
}
.isesaki_game .game_player .player_box .player_item img {
	width: 100%;
}
.isesaki_game .game_player .player_box .player_win {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	z-index: 1;
}
.isesaki_game .game_player .player_box .player_win .win_cont {
	display: block;
	font-size: 30px;
	line-height: 1.27;
	text-align: center;
	position: relative;
	background: linear-gradient(90deg,
		#EF1717 0%,
		#C20000 26%,
		#9B0707 51%,
		#C20000 75%,
		#EF1717 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.isesaki_game .game_player .player_box .player_win .win_cont:before,
.isesaki_game .game_player .player_box .player_win .win_cont:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 28px;
	height: 64px;
	bottom: 0;
	z-index: 0;
}
.isesaki_game .game_player .player_box .player_win .win_cont:before {
	right: 100%;
	background-image: url("../img/left_line.png");
}
.isesaki_game .game_player .player_box .player_win .win_cont:after {
	left: 100%;
	background-image: url("../img/right_line.png");
}

@media (max-width: 1024px) {
.isesaki_game .game_overview .overview_txt {
	font-size: 20px;
}
.isesaki_game .game_player .player_box .player_win .win_cont {
	font-size: 20px;
}
.isesaki_game .game_player .player_box .player_win .win_cont:before,
.isesaki_game .game_player .player_box .player_win .win_cont:after {
	width: 20px;
	height: 46px;
}
}
@media (max-width: 767px) {
.isesaki_game .game_message {
	background: url("../img/bg_message_sp.png") center 0 repeat-y;
	background-size: 100% auto;
	padding: 80px 0 55px;
}
.isesaki_game .game_overview:before {
	bottom: auto;
	top: -72px;
	width: 121px;
	height: 163px;
}
.isesaki_game .game_overview:after {
	background-image: url("../img/right_flower_sp.png");
	top: auto;
	bottom: -37px;
	width: 119px;
	height: 110px;
}
.isesaki_game .game_overview .overview_box {
	background-image: url("../img/bg_overview_sp.png");
	background-size: contain;
	width: 88.8vw;
	height: 113.33vw;
	padding: 10px 45px;
	gap: 15px;
}
.isesaki_game .game_overview .overview_box:before {
	right: auto;
	top: auto;
	left: 44px;
	bottom: calc(100% + 5px);
	width: 87px;
	height: 37px;
}
.isesaki_game .game_overview .overview_box:after {
	left: 0;
	top: calc(100% + 12px);
	width: 85px;
	height: 36px;
}
.isesaki_game .game_overview .overview_txt {
	font-size: 14px;
	line-height: 1.86;
}
.isesaki_game .game_player {
	margin: 85px 0 0;
}
.isesaki_game .game_player .player_box {
	margin: 75px 0 0;
	gap: 25px 10px;
	padding: 0 8px;
	flex-wrap: wrap;
}
.isesaki_game .game_player .player_box .player_item {
	width: calc((100% - 10px)/2);
}
.isesaki_game .game_player .player_box .player_win {
	padding: 5px 0;
}
.isesaki_game .game_player .player_box .player_win .win_cont {
	font-size: 14px;
	line-height: 1.43;
}
.isesaki_game .game_player .player_box .player_win .win_cont:before,
.isesaki_game .game_player .player_box .player_win .win_cont:after {
	width: 15px;
	height: 35px;
}
.isesaki_game .game_player .player_inner:before {
	width: 112px;
	height: 48px;
	left: auto;
	right: -5px;
	bottom: auto;
	top: calc(100% - 15px);
}
}



/* event
----------------------------------------------- */
.isesaki_game .game_event {
	padding: 130px 20px;
	background: url("../img/bg_event.png") center 0 no-repeat;
	background-size: cover;
	position: relative;
}
.isesaki_game .game_event .common_line.line_btm {
	bottom: 10px;
}
.isesaki_game .game_event .event_mess {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../img/ribbon_event.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 1020px;
	height: 210px;
	margin: 0 auto 100px;
	padding: 0 0 40px;
}
.isesaki_game .game_event .event_box {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.isesaki_game .game_event .event_box .event_img {
	text-align: center;
}

@media (max-width: 1024px) {
.isesaki_game .game_event .event_mess {
	padding: 0 0 30px;
}
}
@media (max-width: 767px) {
.isesaki_game .game_event {
	padding: 60px 20px 70px;
	background: url("../img/bg_event_sp.png") center 0 no-repeat;
	background-size: cover;
}
.isesaki_game .game_event .event_mess {
	max-width: 83.47vw;
	height: 17.33vw;
	margin: 0 auto 30px;
	padding: 0 0 2.66vw;
}
.isesaki_game .game_event .event_box {
	gap: 20px;
	padding: 0 18px;
}
.isesaki_game .game_event .event_box .event_img {
	text-align: center;
}
}



/* link
----------------------------------------------- */
.isesaki_game .game_links {
	padding: 220px 0 240px;
	background: url("../img/bg_message.png") center 0 repeat-y;
	background-size: 100% auto;
	position: relative;
}
.isesaki_game .game_links:before {
	position: absolute;
	content: "";
	background-image: url("../img/left_flower02.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(482px,33.47vw);
	height: min(137px,9.52vw);
	left: 0;
	top: min(70px,4.86vw);
	z-index: 2;
}
.isesaki_game .game_links:after {
	position: absolute;
	content: "";
	background-image: url("../img/right_flower02.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(413px,28.68vw);
	height: min(199px,13.82vw);
	right: 0;
	bottom: min(35px,2.43vw);
	z-index: 2;
}
.isesaki_game .game_links .common_line {
	bottom: 15px;
}

.isesaki_game .game_broadcast {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.isesaki_game .game_broadcast:before {
	position: absolute;
	content: "";
	background-image: url("../img/cloud_broadcast01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(265px,18.4vw);
	height: min(113px,7.85vw);
	right: -108px;
	bottom: calc(100% + 30px);
	z-index: 0;
}
.isesaki_game .game_broadcast .broadcast_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 22px;
	margin: 50px 0 0;
}
.isesaki_game .game_broadcast .broadcast_box li {
	width: calc((100% - 22px)/2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.isesaki_game .game_broadcast .broadcast_box a:hover {
	opacity: 0.5;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev {
	width: 710px;
	background: linear-gradient(to right, #C19C02, #FDD95F, #CAA612);
	padding: 10px;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev .telev_box {
	background: #fff;
	padding: 20px 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev .telev_tit {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
	background: linear-gradient(90deg,
		#EF1717 0%,
		#C20000 26%,
		#9B0707 51%,
		#C20000 75%,
		#EF1717 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev .telev_txt {
	color: #4D2C13;
	font-size: 27px;
}
@media (max-width: 767px) {
.isesaki_game .game_links {
	padding: 80px 0 130px;
	background: url("../img/bg_message_sp.png") center 0 repeat-y;
	background-size: 100% auto;
}
.isesaki_game .game_links:before {
	width: 200px;
	height: 57px;
	left: -30px;
	top: 25px;
}
.isesaki_game .game_links:after {
	width: 157px;
	height: 76px;
	bottom: 30px;
}
.isesaki_game .game_links .common_line {
	bottom: 0;
}

.isesaki_game .game_broadcast:before {
	width: 80px;
	height: 34px;
	right: 20px;
	bottom: 100%;
}
.isesaki_game .game_broadcast .broadcast_box {
	flex-direction: column;
	gap: 10px;
	max-width: 250px;
	margin: 30px auto 0;
}
.isesaki_game .game_broadcast .broadcast_box li {
	width: 100%;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev {
	width: 100%;
	padding: 5px;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev .telev_box {
	padding: 7px 10px 13px;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev .telev_tit {
	font-size: 16px;
	margin: 0 0 5px;
}
.isesaki_game .game_broadcast .broadcast_box li.broad_telev .telev_txt {
	font-size: 11px;
}
}

.isesaki_game .game_relate {
	position: relative;
	max-width: 1076px;
	margin: 75px auto 0;
	padding: 0 20px;
}
.isesaki_game .game_relate:before {
	position: absolute;
	content: "";
	background-image: url("../img/cloud_broadcast01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(265px,18.4vw);
	height: min(113px,7.85vw);
	left: -117px;
	top: -33px;
	z-index: 0;
}
.isesaki_game .game_relate .relate_box {
	margin: 80px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 38px 8px;
}
.isesaki_game .game_relate .relate_box li {
	width: calc((100% - 16px)/3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.isesaki_game .game_relate .relate_box li.box_full {
	width: 72%;
}
.isesaki_game .game_relate .relate_box a {
	display: block;
}
.isesaki_game .game_relate .relate_box a:hover {
	opacity: 0.5;
}

@media (max-width: 767px) {
.isesaki_game .game_relate {
	margin: 60px auto 0;
	padding: 0 25px;
}
.isesaki_game .game_relate:before {
	width: 80px;
	height: 34px;
	left: 25px;
	top: auto;
	bottom: calc(100% + 10px);
}
.isesaki_game .game_relate .relate_box {
	margin: 15px 0 0;
	gap: 12px 3px;
}
.isesaki_game .game_relate .relate_box li {
	width: calc((100% - 6px)/3);
}
}



/* time
----------------------------------------------- */
.isesaki_game .game_time {
	background: #fff;
	padding: 210px 0 340px;
	position: relative;
}
.isesaki_game .game_time:before {
	position: absolute;
	content: "";
	background-image: url("../img/bg_time01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 23.125vw;
	left: 0;
	top: 0;
	z-index: 0;
}
.isesaki_game .game_time:after {
	position: absolute;
	content: "";
	background-image: url("../img/bg_time02.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 23.125vw;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.isesaki_game .game_time .time_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.isesaki_game .game_time .time_cont {
	display: flex;
	flex-direction: column;
	gap: 60px 0;
	margin: 40px 0 0;
}
.isesaki_game .game_time .time_item {
	
}
.isesaki_game .game_time .time_tit {
	margin: 0 0 10px;
	padding: 0 0 15px;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.isesaki_game .game_time .time_tit .tit_in {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	background: linear-gradient(90deg,
		#EF1717 0%,
		#C20000 26%,
		#9B0707 51%,
		#C20000 75%,
		#EF1717 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.isesaki_game .game_time .time_tit:before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #EF1717, #C20000, #9B0707,#C20000,#EF1717);
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	z-index: 0;
}
.isesaki_game .game_time .time_table {
	width: 100%;
	border: 2px #c20000 solid;
	font-family: "Noto Sans JP", sans-serif;
}
.isesaki_game .game_time .time_table th,
.isesaki_game .game_time .time_table td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	font-size: 24px;
	line-height: 1.2;
	padding: 20px 10px;
}
.isesaki_game .game_time .time_table th:not(:last-child),
.isesaki_game .game_time .time_table td:not(:last-child) {
	border-right: 2px #dae0e0 dashed;
}
.isesaki_game .game_time .time_table th {
	background: #c20000;
	color: #fff;
}
.isesaki_game .game_time .time_table td {
	border-top: 2px #dae0e0 dashed;
}
.isesaki_game .game_time .time_table .table_lar {
	width: 40%;
}

@media (max-width: 767px) {
.isesaki_game .game_time {
	padding: 70px 0 100px;
}
.isesaki_game .game_time:before {
	height: 23.2vw;
}
.isesaki_game .game_time:after {
	height: 23.2vw;
}
.isesaki_game .game_time .time_inner {
	padding: 0 35px;
}
.isesaki_game .game_time .time_cont {
	gap: 20px 0;
	margin: 30px 0 0;
}
.isesaki_game .game_time .time_tit {
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.isesaki_game .game_time .time_tit .tit_in {
	font-size: 12px;
}
.isesaki_game .game_time .time_tit:before {
	height: 1px;
}
.isesaki_game .game_time .time_table {
	width: 100%;
	border: 1px #c20000 solid;
}
.isesaki_game .game_time .time_table th,
.isesaki_game .game_time .time_table td {
	font-size: 11px;
	padding: 10px 5px;
}
.isesaki_game .game_time .time_table th:not(:last-child),
.isesaki_game .game_time .time_table td:not(:last-child) {
	border-right: 1px #dae0e0 dashed;
}
.isesaki_game .game_time .time_table td {
	border-top: 1px #dae0e0 dashed;
}
}



/* access
----------------------------------------------- */
.isesaki_game .game_access {
	padding: 120px 20px 50vw;
	background-image: url("../img/bg_access.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.isesaki_game .game_access .access_inner {
	background: #fff;
	max-width: 1060px;
	margin: 0 auto;
	padding: 85px 20px 70px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.isesaki_game .game_access .access_cont {
	max-width: 936px;
	margin: 0 auto;
}
.isesaki_game .game_access .access_tit {
	color: #C20000;
	font-size: 28px;
	font-weight: 500;
	border-bottom: 4px #C10101 solid;
	padding: 0 0 5px;
	margin: 0 0 25px;
}
.isesaki_game .game_access .access_bycar {
	margin: 30px 0 0;
}
.isesaki_game .game_access .bycar_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.isesaki_game .game_access .bycar_map {
	width: 47.5%;
}
.isesaki_game .game_access .bycar_map .map_txt {
	font-size: 17px;
	margin: 0 0 10px;
}
.isesaki_game .game_access .bycar_map .map_frame iframe {
	width: 100%;
	height: 440px;
}
.isesaki_game .game_access .bycar_method {
	width: 48%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.isesaki_game .game_access .bycar_method .method_item {
	
}
.isesaki_game .game_access .bycar_method .method_tit {
	border-bottom: 2px #C10101 solid;
	display: flex;
	flex-direction: column;
	padding: 0 0 10px;
	gap: 4px;
	line-height: 1.3;
	margin: 0 0 10px;
}
.isesaki_game .game_access .bycar_method .method_tit .tit_lar {
	font-size: 20px;
}
.isesaki_game .game_access .bycar_method .method_tit .tit_sml {
	font-size: 15px;
}
.isesaki_game .game_access .bycar_method .method_det {
	font-size: 18px;
	margin: 0 0 20px;
}
.isesaki_game .game_access .bycar_method .method_img {
	
}

.isesaki_game .game_access .access_park {
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.isesaki_game .game_access .access_park .park_hd {
	display: flex;
	flex-direction: column;
	border-bottom: 2px #C10101 solid;
	padding: 0 0 5px;
	margin: 0 0 30px;
	gap: 3px;
	font-weight: 500;
	color: #C20000;
	line-height: 1.3;
}
.isesaki_game .game_access .access_park .park_hd .hd_lar {
	font-size: 24px;
}
.isesaki_game .game_access .access_park .park_hd .hd_sml {
	font-size: 19px;
}
.isesaki_game .game_access .park_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.isesaki_game .game_access .park_map {
	width: 48%;
}
.isesaki_game .game_access .park_map .map_img {
	
}
.isesaki_game .game_access .park_capacity {
	width: 48%;
}
.isesaki_game .game_access .park_capacity .capacity_img {
	
}
.isesaki_game .game_access .park_capacity .capacity_note {
	margin: 10px 0 0;
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}
.isesaki_game .game_access .park_tit {
	font-size: 22px;
	margin: 0 0 5px;
}

.isesaki_game .game_access .access_bytrain {
	margin: 50px 0 0;
}
.isesaki_game .game_access .bytrain_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.isesaki_game .game_access .bytrain_map {
	width: 50%;
}
.isesaki_game .game_access .bytrain_map .map_txt {
	font-size: 15px;
	margin: 25px 0 0;
}
.isesaki_game .game_access .bytrain_taxi {
	width: 48%;
}
.isesaki_game .game_access .bytrain_taxi .taxi_img {
	
}
.isesaki_game .game_access .bytrain_taxi .taxi_note {
	margin: 10px 0 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
}


@media (max-width: 767px) {
.isesaki_game .game_access {
	padding: 35px 25px 89.87vw;
	background-image: url("../img/bg_access_sp.jpg");
}
.isesaki_game .game_access .access_inner {
	padding: 25px 25px 40px;
}
.isesaki_game .game_access .access_tit {
	font-size: 15px;
	border-bottom: 2px #C10101 solid;
	margin: 0 0 10px;
	padding: 0 0 3px;
}
.isesaki_game .game_access .access_bycar {
	margin: 20px 0 0;
}
.isesaki_game .game_access .bycar_box {
	flex-direction: column;
	gap: 15px;
}
.isesaki_game .game_access .bycar_map {
	width: 100%;
}
.isesaki_game .game_access .bycar_map .map_txt {
	font-size: 10px;
	margin: 0 0 5px;
}
.isesaki_game .game_access .bycar_map .map_frame iframe {
	height: 250px;
}
.isesaki_game .game_access .bycar_method {
	width: 100%;
	gap: 20px;
}
.isesaki_game .game_access .bycar_method .method_tit {
	padding: 0 0 5px;
	gap: 0;
	margin: 0 0 5px;
}
.isesaki_game .game_access .bycar_method .method_tit .tit_lar {
	font-size: 12px;
}
.isesaki_game .game_access .bycar_method .method_tit .tit_sml {
	font-size: 11px;
}
.isesaki_game .game_access .bycar_method .method_det {
	font-size: 10px;
	margin: 0 0 5px;
}
.isesaki_game .game_access .bycar_method .method_img {
	padding: 0 25px 0 0;
}

.isesaki_game .game_access .access_park {
	margin: 30px 0 0;
}
.isesaki_game .game_access .access_park .park_hd {
	margin: 0 0 15px;
	gap: 3px;
	width: 100%;
}
.isesaki_game .game_access .access_park .park_hd .hd_lar {
	font-size: 14px;
}
.isesaki_game .game_access .access_park .park_hd .hd_sml {
	font-size: 12px;
}
.isesaki_game .game_access .park_box {
	flex-direction: column;
	gap: 15px;
}
.isesaki_game .game_access .park_map {
	width: 100%;
}
.isesaki_game .game_access .park_capacity {
	width: 100%;
}
.isesaki_game .game_access .park_capacity .capacity_note {
	margin: 5px 0 0;
	font-size: 10px;
}
.isesaki_game .game_access .park_tit {
	font-size: 14px;
}

.isesaki_game .game_access .bytrain_box {
	flex-direction: column;
	gap: 20px;
}
.isesaki_game .game_access .bytrain_map {
	width: 100%;
}
.isesaki_game .game_access .bytrain_map .map_img {
	padding: 0 10px 0 0;
}
.isesaki_game .game_access .bytrain_map .map_txt {
	font-size: 10px;
	margin: 10px 0 0;
}
.isesaki_game .game_access .bytrain_taxi {
	width: 100%;
}
.isesaki_game .game_access .bytrain_taxi .taxi_img {
	padding: 0 15px 0 0;
}
.isesaki_game .game_access .bytrain_taxi .taxi_note {
	margin: 3px 0 0;
	font-size: 10px;
}
}





