*: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/bg_pc.webp');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

body.other_page {
	background-image: unset;
}

a {
	color: inherit;
}

a.no_deco {
	text-decoration: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

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 {
	display: inline-block;
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	background-color: #fff;
}

input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
}

input[readonly="readonly"],select[readonly="readonly"],textarea[readonly="readonly"] {
	background-color: #f0f0f0;
	color: #909090;
}

hr {
	border: none;
	border-top: 1px solid #c0c0c0;
	margin: 0px;
}

hr.dot {
	border-top: 1px dotted #c0c0c0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	padding-inline-start: 20px;
}

.ofc {
	object-fit: cover;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f07 {
	font-size: 0.7em;
}

.f08 {
	font-size: 0.8em;
}

.f09 {
	font-size: 0.9em;
}

.f10 {
	font-size: 1.0em;
}

.f11 {
	font-size: 1.1em;
}

.f12 {
	font-size: 1.2em;
}

.f13 {
	font-size: 1.3em;
}

.f14 {
	font-size: 1.4em;
}

.f15 {
	font-size: 1.5em;
}

.f16 {
	font-size: 1.6em;
}

.f17 {
	font-size: 1.7em;
}

.f18 {
	font-size: 1.8em;
}

.f19 {
	font-size: 1.9em;
}

.f20 {
	font-size: 2.0em;
}

.f30 {
	font-size: 3.0em;
}

.finger {
	cursor: pointer;
}

.sp {
	display: none;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
}

.w95 {
	width: 95%;
}

.w90 {
	width: 90%;
}

.mw150 {
	max-width: 150px;
}

.mw300 {
	max-width: 300px;
}

.mw400 {
	max-width: 400px;
}

.mw500 {
	max-width: 500px;
}

.mw600 {
	max-width: 600px;
}

.mw700 {
	max-width: 700px;
}

.mw800 {
	max-width: 800px;
}

.mw900 {
	max-width: 900px;
}

.mw1000 {
	max-width: 1000px;
}

.mw1100 {
	max-width: 1100px;
}

.mw1200 {
	max-width: 1200px;
}

.m0a {
	margin: 0px auto;
}

.b5 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b30 {
	margin-bottom: 30px;
}

.b50 {
	margin-bottom: 50px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.t30 {
	margin-top: 30px;
}

.t50 {
	margin-top: 50px;
}

.t100 {
	margin-top: 100px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.dspn {
	display: none;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.gtc_11 {
	grid-template-columns: 1fr 1fr;
}

.gtc_1a {
	grid-template-columns: 1fr auto;
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gtc_aa {
	grid-template-columns: auto auto;
}

.gtc_111 {
	grid-template-columns: 1fr 1fr 1fr;
}

.gtc_a11 {
	grid-template-columns: auto 1fr 1fr;
}

.gtc_1a1 {
	grid-template-columns: 1fr auto 1fr;
}

.gtc_11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc_aa1 {
	grid-template-columns: auto auto 1fr;
}

.gtc_1aa {
	grid-template-columns: 1fr auto auto;
}

.gtc_a1a {
	grid-template-columns: auto 1fr auto;
}

.gtc_aaa {
	grid-template-columns: auto auto auto;
}

.gtc_1111 {
	grid-template-columns: repeat(4,1fr);
}

.gg5 {
	grid-gap: 5px;
}

.gg10 {
	grid-gap: 10px;
}

.gg20 {
	grid-gap: 20px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

.b_r {
	border-radius: 5px;
	border: 1px solid #909090;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	overflow-y: scroll;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #9e9e9e;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.wsnw {
	white-space: nowrap;
}

.modal_btn {
	text-align: center;
}

.btn01 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #4CAF50;
	border-radius: 5px;
	background-color: #4CAF50;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	cursor: pointer;
}

.btn01:hover {
	background-color: #fff;
	color: #4CAF50;
	text-decoration: none;
}

.btn01.disabled {
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	color: #fff;
}

.btn01.disabled:hover {
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	color: #fff;
}

.btn02 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #607d8b;
	border-radius: 5px;
	background-color: #607d8b;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	cursor: pointer;
}

.btn02:hover {
	background-color: #fff;
	color: #607d8b;
	text-decoration: none;
}

.lh0 {
	line-height: 0em;
}

.pos_r {
	position: relative;
}

.err_red {
	border: 2px solid #cc0000 !important;
	background-color: #fff0f0 !important;
}

.mobile_menu_open {
	display: none;
}

.mobile_menu {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: rgba(255,255,255,0.95);
    border-left: 1px solid #e0e0e0;
	transition-duration: 0.3s;
	z-index: 150;
}

.mobile_menu_close_wrap {
	padding: 15px 15px 0px 0px;
	text-align: right;
}

.mobile_menu_large {
	margin-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

.mobile_menu_small {
	margin-left: 60px;
	font-size: 1.1em;
	font-weight: 600;
}

.pos_r {
	position: relative;
}

.pos_a {
	position: absolute;
}

.pos_tl {
	top: 0;
	left: 0;
}

/* ここから追加CSS */
.hero {
	padding-top: 50px;
}

.hero_logo_sp {
	display: none;
}

@keyframes loop {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
}
.loop_text_top {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
	line-height: 0px;
	scrollbar-width: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.loop_text_top::-webkit-scrollbar {
 display:none;
}

.loop_list {
	margin: 0px;
	padding: 0px;
    display: flex;
    align-items: center;
    animation: loop infinite linear 40s both;
	list-style-type: none;
}

@keyframes loop2 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

.loop_text_bottom {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
	line-height: 0px;
	scrollbar-width: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.loop_text_bottom::-webkit-scrollbar {
 display:none;
}

.loop_list2 {
	margin: 0px;
	padding: 0px;
    display: flex;
    align-items: center;
    animation: loop2 infinite linear 40s both;
	list-style-type: none;
}

.loop_list img, .loop_list2 img {
	height: 50px;
}

.hero_anime_area {
	max-width: 90%;
	display: inline-grid;
	grid-template-columns: repeat(4,auto);
	grid-gap: 5px;
}

.hero_anime_area img {
	width: 100%;
	max-width: 270px;
}

.for_sp {
	display: none;
}

canvas {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.new_hero {
	padding: 70px 0px;
	background-image: url('img/new_hero_bg.jpg');
	background-size: cover;
	background-color: #000;
	background-position: center;
}

.top_pr {
	padding: 20px 0px;
}

.top_pr_01 {
	background-image: url('img/t_black.jpg');
    background-size: cover;
	background-position: center;
}

.top_pr_02 {
	background-image: url('img/t_bg.jpg');
    background-size: cover;
}

.new_a {
	padding-bottom: 70px;
}

.team {
	padding: 70px 0px;
	background-image: url('img/team_bg.jpg');
	background-size: cover;
	background-color: #000;
}

.swiper-slide img {
	width: 100%;
}

.ticket {
	padding: 70px 0px;
	background-image: url('img/t_bg.jpg');
	background-size: cover;
}

.about {
	padding: 70px 0px 200px 0px;
	background-image: url('img/about_bg.jpg');
	background-size: cover;
}

.rule {
	padding: 100px 0px 70px 0px;
	background-color: #000;
	background-image: url('img/rule_bg.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.ring {
	padding: 70px 0px;
	background-image: url('img/t_bg.jpg');
	background-size: cover;
}

.member_sp {
	display: none;
}

.ma {
	padding: 70px 0px;
}

.ma_movie {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.ma_movie iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.news {
	background-color: #000;
	color: #fff;
	padding: 70px 0px;
}

.sponsor {
	background-color: #fff;
	padding: 70px 0px;
}

.sns {
	background-color: #000;
	padding: 50px 0px 100px 0px;
}

.sp_area {
	display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
}

.buy_b {
	position: fixed;
	top: 70px;
	right: 0px;
	line-height: 0px;
	z-index: 998;
}

.buy_b img {
	height: 300px;
}

.page_title {
	margin-top: 100px;
	margin-bottom: 50px;
	padding: 10px;
	background-color: #009200;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

.page_text {
	color: #fff;
	line-height: 1.5em;
	padding-bottom: 100px;
}

.tokutei_table th, .tokutei_table td {
	padding: 10px;
	border: 1px solid #c0c0c0;
}

.mypage {
	position: fixed;
	top: 70px;
	left: 20px;
	padding: 15px;
	color: #fff;
	background-color: #bd0001;
	font-size: 2.0em;
	line-height: 1.0em;
	z-index: 998;
}

.solo_pr {
	width: calc(640px / 3);
}

.v_wrapper {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.v_head {
	padding: 10px 0px;
	text-align: center;
	background-color: #920001;
	color: #fff;
	font-weight: bold;
}

.v_content {
	background-color: #000;
	padding: 10px 0px;
}

.v_content_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}

.v_footer {
	padding: 30px 0px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background-image: url(img/bg_pc.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;	
}

/* 追加CSSここまで */

@media only screen and (max-width: 1180px) {
	.hero_logo_pc {
		display: none;
	}	
	
	.hero_logo_sp {
		display: inline;
	}	
}

@media only screen and (max-width: 1023px) {
	.sp {
		display: inline;
	}
	
	.gtc_1 {
		grid-template-columns: 100%;
	}
	
	.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;
	}
	
	.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;
	}
}

@media only screen and (max-width: 767px) {
	.gtc_1_sp {
		grid-template-columns: 100%;
	}
}

@media only screen and (orientation: portrait) {
	.hero_anime_area {
		grid-template-columns: auto auto;
	}
	
	.for_sp {
		display: block;
	}	
}

@media only screen and (orientation: portrait) and (max-width: 767px) {
	.section_title_img {
		height: 55px;
	}
	
	.title_na {
		height: 150px;
	}
	
	.ma_btn {
		width: 200px;
	}
	
	.sp_1 {
		grid-template-columns: 100%;
	}
	
	.sp_2 {
		grid-template-columns: 1fr 1fr;
	}	
	
	.buy_b img {
		height: 200px;
	}
	
	.ma_movie {
		width: 150px;
	}
	
	.three_rule img {
		height: 120px;
	}
	
	.four_rule {
		grid-gap: 30px 10px;
	}
	
	.four_rule img {
		max-width: 150px !important;
	}
	
	.rule_text_wrap {
		padding: 30px !important;
	}
	
	.rule_text {
		grid-template-columns: 1fr;
		height: 250px;
		overflow: auto;
	}

	.rule_text {
		--sb-track-color: #202020;
		--sb-thumb-color: #009200;
		--sb-size: 10px;

		scrollbar-color: var(--sb-thumb-color) 
		var(--sb-track-color);
	}

	.rule_text::-webkit-scrollbar {
		width: var(--sb-size) 
	}

	.rule_text::-webkit-scrollbar-track {
		background: var(--sb-track-color);
		border-radius: 1px;
	}

	.rule_text::-webkit-scrollbar-thumb {
		background: var(--sb-thumb-color);
		border-radius: 1px;
		border: 5px solid #009200;
	}
	
	.solo_pr {
		width: calc((95% - 30px) / 2);
	}
}

@media only screen and (orientation: portrait) and (max-width: 1023px) {
	.about {
		padding: 70px 0px 70px 0px;
	}
	
	.member_pc {
		display: none;
	}
	
	.member_sp {
		display: block;
	}
	
	.pc_area {
		display: none;
	}
	
	.sp_area {
		display: block;
	}
}