@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
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: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ 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;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	color: inherit;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

* { 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #fff;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.75;
}

.font_zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.font_noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.font_rajdhani {
	font-family: "Rajdhani", sans-serif;
}

.is_popup {
	overflow: hidden;
	height: 100vh;
}

@media (max-width: 1000px) and (min-width: 835px) {
    html {
		font-size: 1vw;
	}
}
@media screen and (min-width: 835px) {
	body {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.6667vw;
	}
}
 
/*** pc ***/
@media screen and (max-width: 834px) {
	.pc {
		display: none;
	}
}
/*** sp ***/
@media screen and (min-width: 835px) {
	.sp {
		display: none;
	}
}

/* !rockets_lp_wrapper
---------------------------------------------------------- */
#rockets_lp_wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 100vh;
}
#rockets_lp_wrapper:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	min-height: 100vh;
	background: url(../image/common/bg_sp.jpg)no-repeat center;
	background-size: cover;
}

/* !header
---------------------------------------------------------- */
#rockets_lp_header {
	position: relative;
	z-index: 99;
	width: 100%;
}
#rockets_lp_header .logo_tit {
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 3.2rem) 100%, 0% 100%);
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1rem;
	width: 12.3rem;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 6.25%, rgba(77, 77, 77, 0.10) 8.75%), 
	linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 3.75%, rgba(51, 51, 51, 0.03) 5%), 
	linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 1.25%, rgba(26, 26, 26, 0.15) 2.5%), #F3F4F6;
	box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.10), 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.06);
}
#rockets_lp_header .logo_tit img {
	width: 4.8rem;
}
#rockets_lp_headlogo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	text-align: center;
}
#rockets_lp_headlogo img {
	width: 12.8rem;
}

/*** pc ***/
@media screen and (min-width: 835px) {
	#rockets_lp_wrapper:before {
		background-image: url(../image/common/bg_pc.jpg);
	}
	
	#rockets_lp_header .logo_tit {
	    padding: 0.5rem 2.4rem;
	    width: 16rem;
	}
	#rockets_lp_header .logo_tit img {
	    width: 5.6rem;
	}
	#rockets_lp_headlogo img {
	    width: 20.8rem;
	}

}


/* rockets_lp_footer
-----------------------------------------------------------*/
.rockets_lp_footer {
    clip-path: polygon(2.4rem 0, calc(100% - 2.4rem) 0, 100% 2.4rem, 100% 100%, 0 100%, 0 2.4rem);
	position: relative;
	z-index: 9;
	padding: 8rem 0 16rem;
    background-image: repeating-linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 5px, rgba(77, 77, 77, .1) 7px), repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(51, 51, 51, .03) 4px), repeating-linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 1px, rgba(26, 26, 26, .15) 2px);
    background-color: #CD0022;
	text-align: center;
}
.footerlogo {
	margin-bottom: 3.2rem;
}
.footerlogo img {
	max-width: 12.8rem;
}
.rockets_lp_footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1.6rem;
    margin-bottom: 4rem;
}
.rockets_lp_footer .sns img {
	max-width: 2.4rem;
	max-height: 2.4rem;
}
.rockets_lp_footer .footlinks {
    display: flex;
    justify-content: center;
}
.rockets_lp_footer .footlinks li {
	padding: 0.2rem 1.5rem;
	line-height: 1;
	font-size: 1.4rem;
}
.rockets_lp_footer .footlinks li + li {
    border-left: 1px solid;
}
.rockets_lp_footer #copyright {
	margin-top: 4rem;
	font-size: 1.2rem;
}

/*** pc ***/
@media screen and (min-width: 835px) {
	.footerlogo {
	    margin-bottom: 6.4rem;
	}
	.footerlogo img {
	    max-width: 17.6rem;
	}
	
	.rockets_lp_footer .sns a:hover {
		opacity: 0.7;
	}
	
	.rockets_lp_footer .footlinks li {
	    padding: 0.5rem 3.2rem;
	    font-size: 1.8rem;
	}
	.rockets_lp_footer .footlinks a:hover {
		text-decoration: underline;
	}
	
	.rockets_lp_footer #copyright {
	    font-size: 1.4rem;
	}
	
}


/* !common
---------------------------------------------------------- */
.color_blue {
	color: #002150;
}

.rockets_lp_kv img {
	width: 100%;
}

.rockets_lp_inner {
	margin: 0 auto;
	padding: 0 1.6rem;
}

.hide,
.toggle_box {
	display: none;
}

.rockets_lp_hdl {
	margin-bottom: 4.8rem;
	text-align: center;
	font-weight: 500;
}
.rockets_lp_hdl .eng {
	display: inline-block;
	padding: 0.2rem 1.2rem;
	background: #fff;
	line-height: 1;
	text-transform: uppercase;
	color: #CD0022;
	font-size: 1.8rem;
}
.rockets_lp_hdl .jap {
	display: block;
	margin-top: 0.8rem;
	line-height: 1.2;
	letter-spacing: 1.28px;
	font-size: 3.2rem;
}

.bg_white {
	background: #fff;
}

.bg_white .rockets_lp_hdl .eng {
	background: #CD0022;
	color: #fff;
}
.bg_white .rockets_lp_hdl .jap {
	color: #002150;
}

.rockets_lp_hdm {
	margin-bottom: 0.8rem;
	line-height: 1.2;
	color: #CD0022;
	font-size: 2rem; 
	font-weight: 700;
}

.toggle_list {
	margin-top: 2.4rem;
}
.toggle_list > li {
	overflow: hidden;
	border-radius: 0.8rem;
	border: 1px solid #002150;
}
.toggle_list > li + li {
	margin-top: 2.4rem;
}
.toggle_list .toggle_target {
	display: flex;
	align-items: center;
	gap: 0 0.4rem;
	position: relative;
	padding: 0.5rem 4.8rem 0.5rem 2.4rem;
	height: 4.8rem;
	background: #E3EEFF;
	line-height: 1.2;
	color: #002150;
	font-size: 1.8rem;
	font-weight: 700;
}
.toggle_list .toggle_target:after {
	content: "";
	position: absolute;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 3.2rem;
	background: url(../image/common/ico_plus_white.svg)no-repeat center #002150;
	background-size: 2.4rem;
	border-radius: 50%;
	border: 1px solid #002150;
}
.toggle_list .toggle_target.open:after {
	background-image: url(../image/common/ico_minus_white.svg);
}
.toggle_list .toggle_box {
	padding: 1.6rem 2.4rem;
	border-top: 1px solid #002150;
}

.rockets_lp_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	width: 100%;
	max-width: 31.1rem;
	background: url(../image/common/ico_window.svg)no-repeat right 1.3rem center #fff;
	background-size: 2.4rem;
	border-radius: 5rem;
	border: 2px solid #CD0022;
	text-align: center;
	color: #002150;
	font-weight: 700;
}
.rockets_lp_btn .big {
	font-size: 2rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	top: 13rem;
	margin: 0;
	width: 4rem;
	height: 4rem;
	background: url(../image/common/ico_down_red.svg) no-repeat center #FFF;
	background-size: 3rem;
	border: 1px solid #002150;
	border-radius: 50%;
}
.swiper-button-prev {
	left: calc(50% - 16.5rem);
	transform: rotate(90deg);
}
.swiper-button-next {
	right: calc(50% - 16.5rem);
	transform: rotate(-90deg);
}

.swiper_common_ctrl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4.8rem;
	margin-top: 3.2rem;
}
.swiper_common_ctrl .swiper-button-prev,
.swiper_common_ctrl .swiper-button-next  {
	position: static;
}
.swiper_common_ctrl .swiper-pagination {
	position: static;
	width: auto;
	font-size: 2.4rem;
	font-weight: 500;
}



/*** pc ***/
@media screen and (min-width: 835px) {
	.rockets_lp_inner {
		padding: 0 5rem;
		max-width: 100rem;
	}
	.rockets_lp_inner.small_inner {
		max-width: 85rem;
	}
	
	.rockets_lp_hdl {
		margin-bottom: 5.6rem;
	}
	.rockets_lp_hdl .eng {
		padding: 0.4rem 1.6rem;
		font-size: 2.4rem;
	}
	.rockets_lp_hdl .jap {
		margin-top: 1.2rem;
		letter-spacing: 1.6px;
		font-size: 4rem;
	}
	
	.rockets_lp_hdm {
		margin-bottom: 0.8rem;
		font-size: 2.4rem; 
	}
	
	.toggle_list {
		margin: 1.6rem auto 0;
		max-width: 72rem;
	}
	.toggle_list .toggle_target {
		cursor: pointer;
		padding: 0.5rem 4.8rem 0.5rem 3.2rem;
		height: 6.4rem;
		font-size: 2rem;	
	}
	.toggle_list .toggle_target:after {
		right: 1.2rem;
		width: 4rem;
		height: 4rem;
		background-size: 3rem;
	}
	.toggle_list .toggle_target:hover {
		background-color: #C4D7F5;
	}
	.toggle_list .toggle_target:hover:after {
		background-color: #fff;
		background-image: url(../image/common/ico_plus.svg);
		color: #002150;
	}
	.toggle_list .toggle_target.open:hover:after {
		background-image: url(../image/common/ico_minus.svg);
	}
	
	
	.toggle_list .toggle_box {
	    padding: 2.4rem 3.2rem;
	}
	.toggle_list > li + li {
	    margin-top: 1.6rem;
	}
	
	.rockets_lp_btn:hover {
		background-color: #CD0022;
		background-image: url(../image/common/ico_window_white.svg);
		color: #fff;
	}
	
	.swiper-button-prev,
	.swiper-button-next {
		top: 17.2rem;
		width: 5.6rem;
		height: 5.6rem;
		background-size: 3.8rem;
	}
	.swiper-button-prev {
		left: calc(50% - 22.8rem);
	}
	.swiper-button-next {
		right: calc(50% - 22.8rem);
	}
	
	.swiper_common_ctrl {
		gap: 0 5.6rem;
		margin-top: 5.6rem;
	}
	.swiper_common_ctrl .swiper-pagination {
		font-size: 3.2rem;
	}
}


/* !page
---------------------------------------------------------- */
.rockets_lp_anchors {
	padding: 4.8rem 0;
}
.rockets_lp_anchors ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.6rem;
}
.rockets_lp_anchors li {
	width: calc(50% - 0.8rem);
}
.rockets_lp_anchors li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem;
	height: 6.3rem;
	border-radius: 2px;
	background: url(../image/common/ico_down_red.svg)no-repeat center bottom 0.8rem #FFF;
	background-size: 1.6rem;
	box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.rockets_lp_rule {
	padding: 4rem 0 8rem;
	color: #424242;
}
.rockets_lp_rule .part + .part {
	margin-top: 4rem;
}
.rockets_lp_rule .head {
	margin-bottom: 1.2rem;
	padding-left: 3.2rem;
	background: url(../image/common/ico_rule.svg)no-repeat left center;
	background-size: 2.4rem;
	line-height: 1.2;
	color: #CD0022;
	font-size: 2rem;
	font-weight: 700;
}
.rockets_lp_rule .info {
	padding: 0 1.6rem;
}
.rockets_lp_rule .info li:before {
	content: "•";
	margin: 0 0.6rem;
}
.rockets_lp_rule .info li {
	padding-left: 1em;
	text-indent: -1em;
}
.rockets_lp_rule .img {
	margin-top: 1.2rem;
}

.rockets_lp_rule .rule_item {
	padding-bottom: 1.6rem;
}
.rockets_lp_rule .rule_item + .rule_item {
	padding-top: 1.6rem;
	border-top: 1px solid #002150;
}
.rockets_lp_rule .rule_item:last-child {
	padding-bottom: 0;
}
.rockets_lp_rule .rule_item .tit {
	margin-bottom: 0.4rem;
	line-height: 1.5;
	color: #002150;
	font-weight: 700;
}

.rockets_lp_enjoy {
	overflow: hidden;
	padding: 4rem 0 8rem;
}
.rockets_lp_enjoy .btn {
	margin-top: 7.2rem;
	text-align: center;
}

.rockets_lp_enjoy_swiper {
	position: relative;
}
.rockets_lp_enjoy_swiper .swiper-slide {
	width: 31.1rem;
}
.rockets_lp_enjoy_swiper .img {
	overflow: hidden;
	opacity: 0.7;
	transform: scale(0.8, 0.8);
	transition-duration: 0.3s;
	margin: 0 auto 2.4rem;
	max-width: 29.5rem;
	border-radius: 50%;
}
.rockets_lp_enjoy_swiper .info {
	opacity: 0;
	transition-duration: 0.3s;
}
.rockets_lp_enjoy_swiper .tit {
	margin-bottom: 1.6rem;
	line-height: 1.2;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
.rockets_lp_enjoy_swiper .tit:after {
	content: "";
	display: block;
	margin: 1.6rem auto 0;
	max-width: 8rem;
	border-bottom: 1px solid #CD0022;
}
.rockets_lp_enjoy_swiper .swiper-slide-active .img {
	opacity: 1;
	transform: scale(1, 1);
	border: 1px solid;
}
.rockets_lp_enjoy_swiper .swiper-slide-active .info {
	opacity: 1;
}

.rockets_lp_match {
	overflow: hidden;
	padding: 4rem 0;
}
.rockets_lp_match_swiper {
	margin: 0 auto;
	max-width: 31.1rem;
}
.rockets_lp_match_swiper .swiper-slide {
	width: 27rem;
}
.rockets_lp_match_swiper .swiper-slide .title {
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
	margin-bottom: 2rem;
	line-height: 1.2;
	font-weight: 700;
}
.rockets_lp_match_swiper .swiper-slide .time {
	display: inline-block;
	position: relative;
	padding: 0.4rem 0.9rem;
	margin: 0.3rem;
	background: #CD0022;
	border-radius: 0.2rem;
	color: #fff;
}
.rockets_lp_match_swiper .swiper-slide .time:before {
	content: "";
	position: absolute;
	left: -0.3rem;
	top: -0.3rem;
	width: calc(100% + 0.4rem);
	height: calc(100% + 0.4rem);
	border: 1px solid #CD0022;
	border-radius: 0.2rem;
}
.rockets_lp_match_swiper .swiper-slide .time .num {
	font-size: 2rem;
}
.rockets_lp_match_swiper .swiper-slide .tit {
	font-size: 1.8rem;
}
.rockets_lp_match_swiper .swiper-slide .img {
	overflow: hidden;
	margin-bottom: 1.2rem;
	border-radius: 0.4rem;
}

.rockets_lp_guide {
	padding: 8rem 0;
}
.rockets_lp_guide .guide_display .display {
	padding: 0 1.6rem 2.4rem;
}
.rockets_lp_guide .guide_display .display + .display {
	padding-top: 2.4rem;
	border-top: 1px solid;
}
.rockets_lp_guide .guide_display .display:last-child {
	padding-bottom: 0;
}
.rockets_lp_guide .guide_display .img {
	margin-bottom: 1.6rem;
}
.rockets_lp_guide .guide_display .tit {
	padding-left: 2.8rem;
	margin-bottom: 0.8rem;
	background: url(../image/common/ico_guide.svg)no-repeat left center;
	background-size: 2.4rem;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: 700;
}

.rockets_lp_guide .guide_display .btn {
	margin: 16px auto 8px;
}

.rockets_lp_manner {
	padding: 4rem 0;
}
.rockets_lp_manner .movie {
	padding: 0 1.6rem 1.6rem;
	border-bottom: 1px solid #002150;
}
.rockets_lp_manner .movie img {
	width: 100%;
}
.rockets_lp_manner .movie .iframe {
	display: block;
	position: relative;
	margin-bottom: 1.6rem;
}
.rockets_lp_manner .movie .iframe:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8.2rem;
	height: 8.2rem;
	background: url(../image/common/btn_player.svg)no-repeat center;
	background-size: 100%;
	border-radius: 50%;
}

.fancybox-content {
	width: calc(100% - 3.2rem);
}
.compensate-for-scrollbar {
    margin-right: 0!important;
}

.fancybox_movie {
	position: relative;
	padding-top: 56.32%;
	width: 100%;
}
.fancybox_movie iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.rockets_lp_manner .manner_display li {
	padding: 2.4rem 1.6rem;
}
.rockets_lp_manner .manner_display li + li {
	border-top: 1px solid #002150;
}
.rockets_lp_manner .manner_display .img {
	margin-bottom: 1.6rem;
}
.rockets_lp_manner .manner_display .btn {
	margin-top: 1.6rem;
	text-align: center;
}

.rockets_lp_howto {
	padding: 8rem 0 4rem;
}
.rockets_lp_howto .rockets_lp_hdm {
	text-align: center;
}
.rockets_lp_howto .display .img {
	margin-bottom: 1.2rem;
}
.rockets_lp_howto .btn {
	margin-top: 1.6rem;
	text-align: center;
}
.rockets_lp_howto .note {
	margin-top: 0.8rem;
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: 700;
}

.rockets_lp_map {
	padding: 4rem 0 8rem;
}
.rockets_lp_map .tab_map_arena {
	display: flex;
	justify-content: center;
	gap: 0 0.8rem;
	margin-bottom: 2.4rem;
}
.rockets_lp_map .tab_map_arena li {
	width: 100%;
}
.rockets_lp_map .tab_map_arena a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	height: 100%;
	min-height: 6rem;
	border-radius: 2px;
	background: #B7B7B7;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
}
.rockets_lp_map .tab_map_arena .active {
	background: #CD0022;
}

.rockets_lp_map .guide_map .tit {
	margin-top: 0.8rem;
	text-align: center;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: 700;
}

.rockets_lp_map .guide_map_maponly .tit {
	margin-top: 0.8rem;
	text-align: center;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: 700;
}

.rockets_lp_map .map_arena li .icon:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2.4rem;
	height: 2.4rem;
	background: no-repeat center;
	background-size: 100%;
}
.rockets_lp_map .map_arena li .icon_train:before {
	background-image: url(../image/map/ico_train.svg);
}
.rockets_lp_map .map_arena li .icon_bus:before {
	background-image: url(../image/map/ico_bus.svg);
}
.rockets_lp_map .map_arena li .icon_feet:before {
	background-image: url(../image/map/ico_feet.svg);
}

.rockets_lp_map .map_item + .map_item {
	margin-top: 2.4rem;
}
.rockets_lp_map .map_item .tit {
	font-weight: 700;
}
.rockets_lp_map .notes li:before {
	content: "•";
	margin: 0 0.5rem;
}
.rockets_lp_map .notes li {
	padding-left: 1em;
	text-indent: -1em;
}
.rockets_lp_map .map_item .hot {
	text-decoration: underline;
	color: #CD0022;
	font-weight: 700;
}

.rockets_lp_map .facility_display {
	padding: 1.6rem;
	margin-top: 2.4rem;
	border-radius: 0.4rem;
	border: 1px solid #CD0022;
	background: #FFF4F4;
}
.rockets_lp_map .facility_display .rockets_lp_hdm {
	text-align: center;
}
.rockets_lp_map .facility_display .img {
	margin-bottom: 1.6rem;
}

.rockets_lp_voice {
	padding: 8rem 0;
}
.rockets_lp_voice .rockets_lp_hdm {
	margin-bottom: 1.6rem;
	text-align: center;
	color: #fff;
}
.rockets_lp_voice .introd_impress li + li {
	margin-top: 3.2rem;
}

.rockets_lp_gallery {
	padding: 0 0 8rem;
}


/*** pc ***/
@media screen and (min-width: 835px) {
	.rockets_lp_anchors {
		padding: 6.4rem 0;
	}
	.rockets_lp_anchors ul {
		justify-content: center;
		gap: 3.2rem 2.4rem;
	}
	.rockets_lp_anchors li {
		width: calc(20% - 1.92rem);
		max-width: 16rem;
	}
	.rockets_lp_anchors li a {
		padding-bottom: 1.2rem;
		height: 8.8rem;
		background-position: center bottom 0.5rem;
		background-size: 1.8rem;
		line-height: 1.5;
		font-size: 1.8rem;
	}
	.rockets_lp_anchors li a:hover {
		background-color: #CD0022;
		background-image: url(../image/common/ico_down_white.svg);
		color: #fff;
	}
	
	.rockets_lp_rule {
	    padding: 5.2rem 0 10.4rem;
	}
	.rockets_lp_rule .part + .part {
	    margin-top: 6.4rem;
	}
	.rockets_lp_rule .head {
	    margin-bottom: 1.6rem;
	    padding-left: 3.6rem;
	    background-size: 2.8rem;
	    font-size: 2.4rem;
	}
	.rockets_lp_rule .img {
	    margin: 1.6rem auto 0;
		max-width: 68rem;
	}
	.rockets_lp_rule .rule_item .tit {
	    margin-bottom: 0.8rem;
	}
	
	.rockets_lp_enjoy {
	    padding: 5.2rem 0 10.4rem;
	}
	.rockets_lp_enjoy_swiper .swiper-slide {
	    width: 40rem;
	}
	.rockets_lp_enjoy_swiper .img {
		margin-bottom: 3.2rem;
		max-width: 40rem;
	}
	.rockets_lp_enjoy_swiper .tit {
	    margin-bottom: 2.4rem;
	    font-size: 2.4rem;
	}
	.rockets_lp_enjoy_swiper .tit:after {
	    margin-top: 2.4rem;
	    max-width: 16rem;
	}
	.rockets_lp_enjoy .btn {
	    margin-top: 5.6rem;
	}
	.rockets_lp_enjoy .btn a {
		height: 8.6rem;
		max-width: 62.2rem;
		background-position: right 3rem center;
		background-size: 4.8rem;
		border-width: 0.4rem;
		font-size: 2.4rem;
	}
	.rockets_lp_enjoy .btn .big {
		font-size: 3.2rem;
	}
	
	.rockets_lp_match {
	    padding: 5.2rem 0;
	}
	.rockets_lp_match_swiper {
	    max-width: 100%;
	}
	.rockets_lp_match_swiper .swiper-slide {
	    width: 30.2rem;
	}
	.rockets_lp_match_swiper .swiper-slide .title {
		gap: 0 2rem;
	}
	.rockets_lp_match_swiper .swiper-slide .time {
	    padding: 0.8rem 1.2rem;
	    margin: 0.4rem;
	}
	.rockets_lp_match_swiper .swiper-slide .time:before {
		left: -0.4rem;
		top: -0.4rem;
		width: calc(100% + 0.6rem);
		height: calc(100% + 0.6rem);
	}
	.rockets_lp_match_swiper .swiper-slide .time .num {
	    font-size: 2.8rem;
	}
	.rockets_lp_match_swiper .swiper-slide .tit {
	    font-size: 2rem;
	}
	
	.rockets_lp_guide {
	    padding: 10.4rem 0;
	}
	.rockets_lp_guide .guide_display .display {
	    padding: 0 3.5rem 3.2rem;
	}
	.rockets_lp_guide .guide_display .display + .display {
		padding-top: 3.2rem;
	}
	.rockets_lp_guide .guide_display .tit {
	    padding-left: 3.6rem;
	    margin-bottom: 1.6rem;
	    background-size: 2.8rem;
	    font-size: 2.4rem;
	}
	
	.rockets_lp_manner {
	    padding: 10.4rem 0 5.2rem;
	}
	.rockets_lp_manner .movie {
	    padding: 0 3.5rem 4rem;
	}
	.rockets_lp_manner .movie .iframe:before {
		width: 18rem;
		height: 18rem;
		transition-duration: 0.3s;
	}
	.rockets_lp_manner .movie .iframe:hover:before {
		background-image: url(../image/common/btn_player_hober.svg);
	}
	.rockets_lp_manner .manner_display {
		display: flex;
		padding: 4rem 3.5rem 0;
	}
	.rockets_lp_manner .manner_display li {
	    padding: 0;
		width: 50%;
	}
	.rockets_lp_manner .manner_display li + li {
		padding-left: 4rem;
	    border-top: 0;
	    border-left: 1px solid #002150;
	}
	.rockets_lp_manner .manner_display li:nth-of-type(odd) {
		padding-right: 4rem;
	}
	.rockets_lp_manner .manner_display li:nth-of-type(even) {
		padding-left: 4rem;
	}
	
	.fancybox-content {
		max-width: 72rem;
	}
	
	
	.rockets_lp_howto {
	    padding: 10.4rem 0 5.2rem;
	}
	.rockets_lp_howto .display {
		margin: 0 auto;
		max-width: 60rem;
	}
	.rockets_lp_howto .rockets_lp_hdm {
		margin-bottom: 1.6rem;
	}
	
	.rockets_lp_map {
	    padding: 5.2rem 0 10.4rem;
	}
	.rockets_lp_map .tab_map_arena {
	    gap: 0 1.6rem;
	    margin-bottom: 4rem;
	}
	.rockets_lp_map .tab_map_arena a {
	    min-height: 4.8rem;
	    font-size: 2rem;
	} 
	.rockets_lp_map .map_arena {
		position: relative;
		margin: 0 -2.5rem;
	}
	.rockets_lp_map .guide_map {
		width: 65%;
		max-width: 54.4rem;
	}
	.rockets_lp_map .guide_map_maponly {
		width: 65%;
		max-width: 54.4rem;
		margin: 0 auto;
	}
	.rockets_lp_map .guide_map .tit {
	    margin-top: 1.6rem;
	    font-size: 2rem;
	}
	.rockets_lp_map .guide_map_maponly .tit {
	    margin-top: 1.6rem;
	    font-size: 2rem;
	}
	.rockets_lp_map .toggle_list {
		margin-top: 4rem;
	}
	
	.rockets_lp_map .facility_display {
		position: absolute;
		top: 0;
		right: 0;
	    padding: 2.4rem;
	    margin-top: 0;
		width: 40%;
		max-width: 37.4rem;
	}
	.rockets_lp_map .facility_display .rockets_lp_hdm {
		margin-bottom: 1.6rem;
	}
	.rockets_lp_map .facility_display .img {
	    margin-bottom: 2.4rem;
	}
	
	.rockets_lp_voice {
	    padding: 10.4rem 0 5.2rem;
	}
	.rockets_lp_voice .rockets_lp_inner {
		max-width: 130rem;
	}
	.rockets_lp_voice .rockets_lp_hdm {
	    margin-bottom: 2.4rem;
	}
	.rockets_lp_voice .introd_impress ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 4.2rem;
	}
	.rockets_lp_voice .introd_impress li {
		width: calc(100%/3 - 2.8rem);
	}
	.rockets_lp_voice .introd_impress li + li {
		margin-top: 0;
	}
	
	.rockets_lp_gallery {
	    padding: 5.2rem 0 10.4rem;
	}
	
	
}