body {
	background-color: #dddddd;
	background-position: center top;
	background-size: cover;
	color: #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.84px;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
	height: 100%;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

p {
	visibility: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wf-active p {
	visibility: visible;
}

h2 {
	color: #111111;
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	text-align: center;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* Slider */

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.pagination {
	margin: 40px 0 0;
}

.page-numbers {
	font-size: 16px !important;
	font-size: 1rem !important;
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination .page-numbers {
	background: #fff;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 10px 18px;
	padding: 0.625rem 1.125rem;
}

.pagination .current {
	background: #8e0000;
	color: #fff;
	padding: 10px 18px;
	padding: 0.625rem 1.125rem;
}

.pagination .prev,
.pagination .next {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8e0000;
	font-size: 20px !important;
}

.pagination .dots {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.l-footer {
	margin-top: auto;
}

.l-header {
	padding: 15px 0;
	padding: 0.9375rem 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.luxbar-item a {
	display: block;
	font-family: bebas-neue, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	padding: 18px 24px 18px 24px;
	text-align: center;
}

li.luxbar-item.navgray {
	color: #520000;
	display: block;
	font-family: bebas-neue, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 18px 24px 18px 24px;
	text-align: center;
}

li.luxbar-header img {
	height: 100%;
	width: 70px;
	width: 4.375rem;
}

.luxbar-default {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	position: relative;
	width: 100%;
}

.luxbar-static {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
	position: absolute;
}

.luxbar-fixed {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8888;
}

.luxbar-fixed-bottom {
	bottom: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.luxbar-hamburger span,
.luxbar-hamburger span::before,
.luxbar-hamburger span::after {
	display: block;
	height: 2px;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	width: 26px;
}

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
	background-color: transparent;
}

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before,
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
	margin-top: 0;
}

.luxbar-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 58px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 10px;
}

.luxbar-menu-left .luxbar-navigation,
.luxbar-menu-left .luxbar-header {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.luxbar-menu-right .luxbar-hamburger {
	margin-left: auto;
}

.luxbar-brand {
	font-size: 1.6em;
	padding: 18px 24px 18px 24px;
	width: 80px;
}

.luxbar-menu {
	min-height: 58px;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	width: 100%;
}

.luxbar-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.luxbar-menu a,
.luxbar-item a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.luxbar-item a {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
}

.luxbar-hamburger {
	cursor: pointer;
	padding: 18px 24px 18px 24px;
	position: relative;
}

.luxbar-hamburger span::before,
.luxbar-hamburger span::after {
	content: "";
	position: absolute;
}

.luxbar-hamburger span::before {
	margin-top: -8px;
}

.luxbar-hamburger span::after {
	margin-top: 8px;
}

.luxbar-checkbox {
	display: none;
}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	height: 58px;
	overflow: hidden;
}

.luxbar-checkbox:checked ~ .luxbar-menu {
	height: 100vh;
	overflow: auto;
	-webkit-transition: height 0.6s ease;
	transition: height 0.6s ease;
}

.dropdown {
	height: auto;
	min-height: 58px;
	position: relative;
}

.dropdown:hover > ul {
	display: block;
	min-width: 100%;
	position: relative;
}

.dropdown > a::after {
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
	position: absolute;
	right: 10px;
	top: 25px;
}

.dropdown > ul {
	display: block;
	list-style: none;
	overflow-x: hidden;
	padding: 0;
}

.dropdown > ul .luxbar-item {
	height: 29px;
	min-width: 100%;
	padding: 5px 10px 5px 40px;
}

.dropdown > ul .luxbar-item a {
	line-height: 29px;
	min-height: 29px;
	padding: 0;
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/******* color variables *******/

/******* default dark *******/

.luxbar-menu-dark,
.luxbar-menu-dark .dropdown ul {
	background-color: #212121;
	color: #fff;
}

.luxbar-menu-dark .active,
.luxbar-menu-dark .luxbar-item:hover {
	background-color: #424242;
}

.luxbar-menu-dark .luxbar-hamburger span,
.luxbar-menu-dark .luxbar-hamburger span::before,
.luxbar-menu-dark .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default light *******/

.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
	background-color: #e0e0e0;
	color: #212121;
}

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {
	background-color: #bdbdbd;
}

.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
	background-color: #212121;
}

/******* default material-red *******/

.luxbar-menu-material-red,
.luxbar-menu-material-red .dropdown ul {
	background-color: #004b4d;
	color: #fff;
}

.luxbar-menu-material-red .active,
.luxbar-menu-material-red .luxbar-item:hover {
	background-color: #111111;
}

.luxbar-menu-material-red .luxbar-hamburger span,
.luxbar-menu-material-red .luxbar-hamburger span::before,
.luxbar-menu-material-red .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default material-indigo *******/

.luxbar-menu-material-indigo,
.luxbar-menu-material-indigo .dropdown ul {
	background-color: #1a237e;
	color: #fff;
}

.luxbar-menu-material-indigo .active,
.luxbar-menu-material-indigo .luxbar-item:hover {
	background-color: #283593;
}

.luxbar-menu-material-indigo .luxbar-hamburger span,
.luxbar-menu-material-indigo .luxbar-hamburger span::before,
.luxbar-menu-material-indigo .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default material-green *******/

.luxbar-menu-material-green,
.luxbar-menu-material-green .dropdown ul {
	background-color: #1b5e20;
	color: #fff;
}

.luxbar-menu-material-green .active,
.luxbar-menu-material-green .luxbar-item:hover {
	background-color: #2e7d32;
}

.luxbar-menu-material-green .luxbar-hamburger span,
.luxbar-menu-material-green .luxbar-hamburger span::before,
.luxbar-menu-material-green .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default material-amber *******/

.luxbar-menu-material-amber,
.luxbar-menu-material-amber .dropdown ul {
	background-color: #ff6f00;
	color: #fff;
}

.luxbar-menu-material-amber .active,
.luxbar-menu-material-amber .luxbar-item:hover {
	background-color: #ff8f00;
}

.luxbar-menu-material-amber .luxbar-hamburger span,
.luxbar-menu-material-amber .luxbar-hamburger span::before,
.luxbar-menu-material-amber .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default material-brown *******/

.luxbar-menu-material-brown,
.luxbar-menu-material-brown .dropdown ul {
	background-color: #3e2723;
	color: #fff;
}

.luxbar-menu-material-brown .active,
.luxbar-menu-material-brown .luxbar-item:hover {
	background-color: #4e342e;
}

.luxbar-menu-material-brown .luxbar-hamburger span,
.luxbar-menu-material-brown .luxbar-hamburger span::before,
.luxbar-menu-material-brown .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default material-bluegrey *******/

.luxbar-menu-material-bluegrey,
.luxbar-menu-material-bluegrey .dropdown ul {
	background-color: #263238;
	color: #fff;
}

.luxbar-menu-material-bluegrey .active,
.luxbar-menu-material-bluegrey .luxbar-item:hover {
	background-color: #37474f;
}

.luxbar-menu-material-bluegrey .luxbar-hamburger span,
.luxbar-menu-material-bluegrey .luxbar-hamburger span::before,
.luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
	background-color: #fff;
}

/******* default material-cyan *******/

.luxbar-menu-material-cyan,
.luxbar-menu-material-cyan .dropdown ul {
	background-color: #8E0000;
	color: #fff;
}

.luxbar-menu-material-cyan .active,
.luxbar-menu-material-cyan .luxbar-item:hover {
	background-color: #00838f;
}

.luxbar-menu-material-cyan .luxbar-hamburger span,
.luxbar-menu-material-cyan .luxbar-hamburger span::before,
.luxbar-menu-material-cyan .luxbar-hamburger span::after {
	background-color: #fff;
}

/*# sourceMappingURL=luxbar.css.map */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.l-inner2 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.l-main {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	margin-top: 90px;
	margin-top: 5.625rem;
	padding: 0;
}

.p-access {
	margin: 0 auto;
	max-width: 1100px;
}

.p-access h2 {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	width: 100%;
}

.p-access h3 {
	color: #111111;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.p-access__contents {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: left;
}

.text-mgn {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.text-border {
	border-bottom: 1px dashed #373737;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-access__artistBox {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-access__artistBox::after {
	content: "";
	display: block;
	width: 30%;
}

.p-access__artistList {
	background-color: #1c1c1c;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px;
	padding: 1rem;
	position: relative;
}

.p-access__artistList .artist-logo {
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-access__artistList .artist-logo img {
	max-width: 100%;
}

.p-access__artistList .neww {
	left: 0;
	position: absolute;
	top: -15px;
}

.p-access__artistList .neww .newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 0px 16px;
	padding: 0rem 1rem;
	position: absolute;
	top: 0;
}

span.newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	padding: 0rem 0.5rem;
}

.andmore {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-areamap {
	margin: 0 auto;
	max-width: 1100px;
}

.p-areamap__aboutBox {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-areamap__info {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-areamap__time {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.adv-text {
	color: #8e0000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.date-text {
	font-size: 20px;
	font-size: 1.25rem;
}

.venue-text {
	font-size: 18px;
	font-size: 1.125rem;
}

.tic-box {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.tic-mgn {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.seki-notice {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-areamap-sell {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.senkou-title {
	font-weight: bold;
	text-align: center;
	width: 260px;
	width: 16.25rem;
}

.member-text-box {
	border: solid 1px #ffffff;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
}

.member-text-box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sell-kikan {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.tickets-btn-link a {
	background-color: #8e0000;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

.senkou-text {
	color: #8e0000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-areamap__end {
	background-color: #303030;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

.p-artists {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-size: 22.4px;
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 1760px;
	max-width: 110rem;
	padding: 0 16px;
	padding: 0 1rem;
	width: 100%;
}

.p-artists h3 {
	background-color: #000000;
	border-radius: 50px;
	color: #25b78e;
	font-family: "roboto", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
	width: 100%;
}

.p-artists__notice {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.p-artists__artistBox {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 15px;
	row-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-artists__artistBox::after {
	content: "";
	display: block;
	width: 30%;
}

.p-artists__artistList {
	background-color: #1c1c1c;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px;
	padding: 0.3125rem;
	position: relative;
}

.p-artists__artistList .artist-logo {
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-artists__artistList .artist-logo img {
	max-width: 100%;
}

.p-artists__artistList .neww {
	left: 0;
	position: absolute;
	top: -15px;
}

.p-artists__artistList .neww .newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 0px 16px;
	padding: 0rem 1rem;
	position: absolute;
	top: 0;
}

.p-artists__datebox {
	display: block;
	margin-top: -70px;
	padding-top: 70px;
}

.p-artists__artistList02 {
	background-color: #8e0000;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px;
	padding: 0.3125rem;
	position: relative;
}

.p-artists__artistList02 .artist-logo {
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-artists__artistList02 .artist-logo img {
	max-width: 100%;
}

.p-artists__artistList02 .neww {
	left: 0;
	position: absolute;
	top: -15px;
}

.p-artists__artistList02 .neww .newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 0px 16px;
	padding: 0rem 1rem;
	position: absolute;
	top: 0;
}

span.newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	padding: 0rem 0.5rem;
}

.andmore {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-artists__bigbox {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0;
}

.p-artists__datelink {
	bottom: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "roboto", sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 99999;
}

.p-artists__datelink span {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.navi_item a {
	background: rgba(255, 255, 255, .9);
	border: solid 1px #ffffff;
	color: #000000;
	padding: 5px 25px;
	padding: 0.3125rem 1.5625rem;
}

.navi_item a.active {
	background-color: #27b78d;
	color: #ffffff;
}

.p-artists__front {
	max-width: 1150px;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
}

.p-artists__front h3 {
	background-color: #000000;
	border-radius: 50px;
	color: #25b78e;
	font-family: "roboto", sans-serif;
	font-size: 30px;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 16px;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 16px;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
	width: 100%;
}

p.p-artists__notice {
	color: #ff0000;
	font-size: 14px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 60px;
}

.p-artists__artistList .artist-logo {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-faq {
	margin: 0 auto;
	max-width: 1100px;
}

.p-faq h2 {
	width: 100%;
}

.p-faq h3 {
	color: #ffffff;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.p-faq h4 {
	color: #8e0000;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
	width: 100%;
}

.p-faq__titletext {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-faq__contents {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: left;
}

.p-faq_text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-faq__contents a {
	color: #0ab686;
	font-weight: bold;
	word-break: break-all;
}

.p-faq__box {
	border: solid 8px #8d0000;
	border: solid 0.5rem #8d0000;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 15px;
	padding: 0.9375rem;
	text-align: left;
	text-align: left;
}

.p-faq__box ul li {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-faq__box02 {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-align: left;
	text-align: left;
}

.p-faq__box02 ul li {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.title02 {
	border-bottom: dashed 1px #cccccc;
	color: #ff0000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.last-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}

.text-bold {
	color: #ff0000;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-faq__box h3 {
	color: #8d0000;
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-faq__box h4 {
	color: #8d0000;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	text-align: left;
}

.text-mgn {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.text-border {
	border-bottom: 1px dashed #373737;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-faq__artistBox {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-faq__artistBox::after {
	content: "";
	display: block;
	width: 30%;
}

.p-faq__artistList {
	background-color: #1c1c1c;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px;
	padding: 1rem;
	position: relative;
}

.p-faq__artistList .artist-logo {
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-faq__artistList .artist-logo img {
	max-width: 100%;
}

.p-faq__artistList .neww {
	left: 0;
	position: absolute;
	top: -15px;
}

.p-faq__artistList .neww .newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 0px 16px;
	padding: 0rem 1rem;
	position: absolute;
	top: 0;
}

span.newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	padding: 0rem 0.5rem;
}

.andmore {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-faq__title {
	background-color: #4fe3ba;
	color: #111111;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
}

.p-faq__list {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.p-faq__list--kousin {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: right;
}

.p-faq__list ul li {
	border-bottom: solid 1px #cccccc;
	list-style: none;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-landing__question {
	color: #111111;
	font-size: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px 0px;
	text-align: left;
}

.p-landing__answer {
	font-size: 16px;
	font-size: 1rem;
}

.p-food ul {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 10px;
	row-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-food__title {
	background-color: #4fe3ba;
	color: #111111;
	font-size: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
}

.p-food__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: left;
}

span.p-food__subtitle {
	width: 160px;
	width: 10rem;
}

span.p-food__subtext {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-foot_comment {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

span.p-food__subtitle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #50e3ba;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	text-align: center;
}

.p-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #111111;
	background-position: center center;
	background-size: cover;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-footer__2020 {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
	width: 200px;
	width: 12.5rem;
}

.p-footer__2026 {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
	width: 100px;
	width: 6.25rem;
}

.p-footer__2020 a {
	color: #111111;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 12.8px 32px;
	padding: 0.8rem 2rem;
}

.p-footer__sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.p-footer__sns ul li {
	margin: 10px;
	margin: 0.625rem;
}

.p-footer__sns ul li a {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-footer__copy {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-footer__credit {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
}

.family-adress {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-footer__2025 {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
	width: 100%;
}

.p-footer__2025 a {
	color: #111111;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 12.8px 32px;
	padding: 12.8px 32px;
	padding: 0.8rem 2rem;
}

.p-footerbg {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(./../images/common/underbg.jpg?1210);
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3%;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-footerbg__images {
	margin-bottom: 3%;
}

.p-footerbg__logo {
	width: 150px;
	width: 9.375rem;
}

.p-footersupport {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 20px;
	padding: 3.125rem 1.25rem;
}

.p-footersupport__support ul {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 10px;
	row-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-footersupport__support ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px;
	margin: 10px;
	margin: 0.625rem;
}

.p-footersupport__images {
	margin-bottom: 3%;
}

.p-footersupport__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footersupport__logo img {
	max-height: 100%;
	width: 100%;
}

h2.banner-mgn {
	margin-top: 60px;
	margin-top: 3.75rem;
}

h2.support-h2 {
	color: #50e3ba;
	font-size: 24px;
	font-size: 1.5rem;
}

.p-goods {
	margin: 0 auto;
	max-width: 1100px;
}

.p-goods__aboutBox {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-goods__info {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-goods__ticket {
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: left;
}

.p-goods__ticket h2 {
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-goods__ticket p {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-goods__ticket h3 {
	color: #8e0000;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-goods__ticket a {
	color: #fff000;
}

.g-ticket-red {
	color: #fff000;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}

p.g-ticket-img {
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 100%;
}

.p-goods__mgn {
	margin-bottom: 100px;
}

.p-goods__time {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.adv-text {
	color: #8e0000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.date-text {
	font-size: 20px;
	font-size: 1.25rem;
}

.venue-text {
	font-size: 18px;
	font-size: 1.125rem;
}

.tic-box {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.tic-mgn {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.seki-notice {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-goods-sell {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.senkou-title {
	font-weight: bold;
	text-align: center;
	width: 260px;
	width: 16.25rem;
}

.member-text-box {
	border: solid 1px #ffffff;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
}

.member-text-box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sell-kikan {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.tickets-btn-link a {
	background-color: #8e0000;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

.senkou-text {
	color: #8e0000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-goods__end {
	background-color: #303030;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

.p-header__logo {
	margin: 0 auto;
	width: 80px;
	width: 5rem;
}

.p-history {
	margin: 0 auto;
	max-width: 1100px;
}

.p-history h2 {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	margin-top: 48px;
	margin-top: 3rem;
	width: 100%;
}

.p-history h3 {
	color: #ffffff;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.p-history__contents {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: left;
}

.text-mgn {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.text-border {
	border-bottom: 1px dashed #373737;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-history__artistBox {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-history__artistBox::after {
	content: "";
	display: block;
	width: 30%;
}

.p-history__artistList {
	background-color: #1c1c1c;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px;
	padding: 1rem;
	position: relative;
}

.p-history__artistList .artist-logo {
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-history__artistList .artist-logo img {
	max-width: 100%;
}

.p-history__artistList .neww {
	left: 0;
	position: absolute;
	top: -15px;
}

.p-history__artistList .neww .newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 0px 16px;
	padding: 0rem 1rem;
	position: absolute;
	top: 0;
}

span.newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	padding: 0rem 0.5rem;
}

.andmore {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-landing__logo {
	margin: 0 auto;
	max-width: 800px;
	max-width: 50rem;
	padding: 10px;
	padding: 0.625rem;
}

.p-landing__detailBox {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-landing__detailBox--date {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.p-landing__detailBox--time {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.p-landing__detailBox--venue {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.p-landing__ticket--title {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	text-align: center;
}

.p-landing__ticket--list {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-landing__ticket--list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
}

.p-landing__ticket--list ul li {
	background-color: #ffffff;
	color: #111111;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 16px;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.p-landing__ticket--list ul li:last-child {
	margin-right: 0px;
}

.p-landing__ticket--list ul li .ticket-price {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-landing__ticketbox {
	background: rgba(0, 0, 0, .4);
	border: solid 4.8px #ffffff;
	border: solid 0.3rem #ffffff;
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 900px;
	max-width: 56.25rem;
	padding: 20px;
	padding: 1.25rem;
}

.p-landing__ticketbox--title {
	background-color: #464646;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
}

.p-landing__ticketbox--senkou {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-landing__ticketbox--playguide {
	color: #de2c2a;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.p-landing__ticketbox--kikan {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.p-landing__ticketbox--btn {
	margin-left: 0;
}

.p-landing__ticketbox--btn a {
	background-color: #de2b2b;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 12.8px 16px;
	padding: 0.8rem 1rem;
}

.p-landing__ticketbox--info {
	border-top: solid 1px #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-align: center;
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/

#header { /*h1の中央寄せ配置の起点とするためのrelative*/
	height: 100vh;
	position: relative; /*高さを全画面にあわせる*/
}

#video-area {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0; /*最背面に設定*/
	top: 0;
	z-index: -1;
}

#video { /* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw;
	left: 50%; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
	opacity: 0.06; /*天地中央配置*/
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*縦横幅指定*/
	width: 177.77777778vh;
	z-index: -1;
}

/*見出し設定*/

h1 { /*見た目の調整*/
	color: #fff;
	left: 50%; /*要素の配置*/
	position: absolute;
	text-shadow: 0 0 15px #666; /*要素を天地中央寄せ*/
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.p-main {
	background-color: #dddddd;
	margin-top: 58px;
}

.p-mv {
	background-image: url(../../assets/images/common/bg02.jpg);
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
	padding: 3.125rem 0;
	position: relative;
}

.p-mv__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	width: 90%;
}

.p-mv__logo img {
	margin: 0 auto;
	max-width: 800px;
}

.p-mv__eventdate24 {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .9);
}

.p-mv__event-place {
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .9);
}

.p-mv__senkou {
	background: rgba(255, 255, 255, .7);
	padding: 30px;
	padding: 1.875rem;
}

.p-mv__senkou img {
	max-width: 100%;
	width: 100%;
}

.p-mv__btn {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-mv__btn a {
	background-color: #24b5a6;
	border-radius: 50px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 20px 50px;
	padding: 1.25rem 3.125rem;
	text-align: center;
}

p.p-mv__yoyaku_notice {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 20px;
	text-align: center;
}

.p-mv__senkouheadline {
	font-size: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 50px;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-mv__senkoukikan {
	font-size: 14px;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.p-mv__osenkou {
	border-radius: 1rem;
	margin: 20px auto;
	max-width: 640px;
	padding: 32px 24px;
	padding: 2rem 1.5rem;
	position: relative;
	text-align: center; /* 半透明の白を下に敷く */ /* 中身を最前面に */
}

.p-mv__osenkou::before {
	inset: 0;
	background: rgba(255, 255, 255, .95);
	border-radius: 1rem;
	content: "";
	margin: 0 20px;
	position: absolute;
	z-index: 0;
}

.p-mv__osenkou > * {
	position: relative;
	z-index: 1;
}

.p-mv__osenkou .p-mv__senkouttl {
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 12.8px;
	margin-bottom: 0.8rem;
}

.p-mv__osenkou .p-me__senkoukikan {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin-bottom: 19.2px;
	margin-bottom: 1.2rem;
}

.p-mv__osenkou a {
	background: #ff0000; /* 好きなブランドカラーに置換可 */
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 12.8px 32px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.p-mv__osenkou a:hover {
	background: #870000;
}

.p-news ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	font-size: 1.5rem;
	width: 100%;
}

.p-news__box {
	padding: 0;
	width: 100%;
}

.p-news__date {
	color: #111111;
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-news__event {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}

.p-news ul {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-news ul li {
	background-color: #50e3ba;
	border: solid 1px #50e3ba;
	color: #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

.p-news ul li .thumb {
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 40%;
}

.p-news ul li .thumb img {
	aspect-ratio: 351/263;
	-o-object-fit: cover;
	-o-object-position: top;
	background: #f4f4f4;
	height: auto;
	object-fit: cover;
	object-position: top;
}

.link-more {
	font-family: "Bebas Neue", cursive;
}

.p-notice {
	margin: 0 auto;
	max-width: 1100px;
}

.p-notice h2 {
	width: 100%;
}

.p-notice h3 {
	color: #ffffff;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.p-notice h4 {
	color: #8e0000;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
	width: 100%;
}

.p-notice__titletext {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-notice__contents {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: left;
}

.p-notice_text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-notice__contents a {
	color: #ff0000;
	word-break: break-all;
}

.p-notice__box {
	border: solid 8px #8d0000;
	border: solid 0.5rem #8d0000;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 15px;
	padding: 0.9375rem;
	text-align: left;
	text-align: left;
}

.p-notice__box ul li {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-notice__box02 {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-align: left;
	text-align: left;
}

.p-notice__box02 ul li {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.title02 {
	border-bottom: dashed 1px #cccccc;
	color: #ff0000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.last-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}

.text-bold {
	color: #ff0000;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-notice__box h3 {
	color: #8d0000;
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-notice__box h4 {
	color: #8d0000;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	text-align: left;
}

.text-mgn {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.text-border {
	border-bottom: 1px dashed #373737;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-notice__artistBox {
	gap: 10px;
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-notice__artistBox::after {
	content: "";
	display: block;
	width: 30%;
}

.p-notice__artistList {
	background-color: #1c1c1c;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px;
	padding: 1rem;
	position: relative;
}

.p-notice__artistList .artist-logo {
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-notice__artistList .artist-logo img {
	max-width: 100%;
}

.p-notice__artistList .neww {
	left: 0;
	position: absolute;
	top: -15px;
}

.p-notice__artistList .neww .newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 0px 16px;
	padding: 0rem 1rem;
	position: absolute;
	top: 0;
}

span.newicon {
	background-color: #ff0000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	padding: 0rem 0.5rem;
}

.andmore {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-notice__title {
	background-color: #004b4d;
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
}

.p-notice__list ul li {
	list-style: disc;
	margin: 20px;
	margin: 1.25rem;
}

.p-notice__list {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.p-notice__list--kousin {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: right;
}

.p-single {
	margin: 0 auto;
	max-width: 900px;
}

.p-single h2 {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	width: 100%;
}

.p-single h3 {
	color: #ffffff;
	font-family: "roboto", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.eyecatch {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-single__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-single__date {
	color: #696969;
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-single__contentBox {
	border-bottom: 1px dashed #373737;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.pageback {
	text-align: center;
}

.p-slider {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-slider ul li {
	margin: 0 8px;
	margin: 0 0.5rem;
}

.slick01 {
	display: none;
}

.slick01.slick-initialized {
	display: block;
}

.p-tickets {
	margin: 0 auto;
	max-width: 1100px;
}

.p-tickets__aboutBox {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-tickets__priceBox {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-tickets__info {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-tickets__time {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.adv-text {
	color: #8e0000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.p-tickets__date-text {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-tickets__venue-text {
	font-size: 18px;
	font-size: 1.125rem;
}

.tic-box {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.tic-mgn {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.seki-notice {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-tickets-sell {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-tickets__senkou-title {
	font-weight: bold;
	text-align: left;
	width: 20%;
}

.member-text-box {
	border: solid 1px #ffffff;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
}

.member-text-box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sell-kikan {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.tickets-btn-link a {
	background-color: #f5e715;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

.senkou-text {
	color: #8e0000;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-tickets__end {
	background-color: #adadad;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

span.tax-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-tickets__adv-text {
	background-color: #004b4d;
	color: #ffffff;
	font-size: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px;
	text-align: center;
}

.p-tickets__info-text {
	font-size: 14px;
	font-weight: normal;
}

span.red {
	color: #ff0000;
	font-weight: bold;
	margin-left: 10px;
}

.text-sold {
	text-decoration: line-through;
}

.p-timetable {
	margin: 0 auto;
	max-width: 1100px;
}

.p-timetable__aboutBox {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-timetable__info {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-timetable__time {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.p-timetable__end {
	background-color: #303030;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 16px;
	padding: 1rem;
	width: 250px;
	width: 15.625rem;
}

.p-topnews {
	background-color: #111111;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-topnews a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	font-size: 1.5rem;
	width: 100%;
}

.p-topnews__box {
	padding: 0;
	width: 100%;
}

.p-topnews__date {
	color: #111111;
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-topnews__event {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}

.p-topnews ul {
	gap: 14px 12px;
	gap: 0.875rem 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-topnews ul li {
	background-color: #4fe3ba;
	background-color: #4fe3ba;
	color: #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

.p-topnews ul li .thumb {
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 40%;
}

.p-topnews ul li .thumb img {
	aspect-ratio: 351/263;
	-o-object-fit: cover;
	-o-object-position: top;
	background: #f4f4f4;
	height: auto;
	object-fit: cover;
	object-position: top;
}

.link-more {
	font-family: "Bebas Neue", cursive;
}

.link-more a {
	color: #50e3ba;
}

h2.p-topnews__h2 {
	color: #ffffff;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

h2 {
	color: #111111;
	font-family: "Bebas Neue", sans-serif;
	font-size: 3.125rem;
	letter-spacing: 0.0625rem;
	text-align: center;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.luxbar-navigation {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.luxbar-hamburger {
	display: none;
}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	overflow: visible;
}

.luxbar-checkbox:checked ~ .luxbar-menu {
	height: 58px;
}

.luxbar-menu .luxbar-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.luxbar-menu-right .luxbar-header {
	margin-right: auto;
}

.dropdown {
	height: 58px;
}

.dropdown:hover > ul {
	left: 0;
	padding: 0;
	position: absolute;
	top: 58px;
}

.dropdown > ul {
	display: none;
}

.dropdown > ul .luxbar-item {
	padding: 5px 10px;
}

.dropdown > ul .luxbar-item a {
	white-space: nowrap;
}

.l-inner {
	max-width: 1150px;
	padding-bottom: 1.5625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-inner2 {
	max-width: 950px;
	padding-bottom: 1.5625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-main {
	margin-bottom: 5rem;
	margin-top: 6.25rem;
	padding: 0 1.25rem;
}

.p-areamap__time {
	font-size: 1.875rem;
	text-align: center;
}

.date-text {
	font-size: 3.125rem;
}

.venue-text {
	font-size: 5rem;
}

.tic-box {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
}

.seki-notice {
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
}

.member-text-box {
	border: solid 1px #ffffff;
	text-align: center;
}

.member-text-box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sell-kikan {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 0.625rem;
	text-align: left;
}

.p-artists {
	font-size: 1.2rem;
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 110rem;
	padding: 0 2rem;
	width: 100%;
}

.p-artists h3 {
	background-color: #000000;
	border-radius: 50px;
	color: #25b78e;
	font-family: "roboto", sans-serif;
	font-size: 4.375rem;
	font-weight: bold;
	margin-bottom: 3rem;
	margin-top: 3rem;
	text-align: center;
	width: 100%;
}

.p-artists__notice {
	font-size: 0.875rem;
	text-align: center;
}

.p-artists__artistBox {
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0.625rem;
}

.p-artists__artistList {
	background-color: #1c1c1c;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.625rem;
	position: relative;
}

.p-artists__datebox {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
}

.p-artists__artistList02 {
	background-color: #8e0000;
	-webkit-box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	box-shadow: -1px -1px 1px #323232, 1px 1px 2px #0e0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.625rem;
	position: relative;
}

.p-artists__bigbox {
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0;
}

.p-artists__datelink {
	bottom: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "roboto", sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	text-align: center;
	width: 500px;
	z-index: 99999;
}

.p-artists__datelink span {
	font-size: 2.5rem;
	text-align: center;
}

.navi_item a {
	background: rgba(255, 255, 255, .9);
	border: solid 1px #ffffff;
	color: #000000;
	padding: 0.3125rem 6.25rem;
}

.p-artists__front {
	font-size: 1.2rem;
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 110rem;
	padding: 6.25rem;
	width: 100%;
}

.p-artists__front h3 {
	background-color: #000000;
	border-radius: 50px;
	color: #25b78e;
	font-family: "roboto", sans-serif;
	font-size: 3.125rem;
	font-weight: bold;
	margin-bottom: 3rem;
	margin-top: 3rem;
	text-align: center;
	width: 100%;
}

p.p-artists__notice {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}

.p-artists__artistList .artist-logo {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: center;
}

.p-faq h4 {
	color: #8e0000;
	font-size: 2.375rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
	text-align: center;
	width: 100%;
}

.p-faq__titletext {
	font-size: 1rem;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-faq_text {
	font-size: 0.875rem;
	font-weight: normal;
	margin-bottom: 1.25rem;
}

.title02 {
	border-bottom: dashed 1px #cccccc;
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.last-text {
	font-size: 1.125rem;
	font-weight: bold;
}

.text-bold {
	color: #ff0000;
	font-size: 1.125rem;
}

.p-landing__question {
	color: #111111;
	font-size: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px 0px;
	text-align: left;
}

.p-food ul {
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0.625rem;
}

.p-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #111111;
	background-position: center center;
	background-size: cover;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3.125rem 0;
}

.p-footer__2020 a {
	color: #111111;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.8rem 0;
}

.p-footer__2025 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin-bottom: 1.25rem;
	min-width: 900px;
	text-align: center;
	width: 60%;
}

.p-footer__2025 a {
	color: #111111;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 0 0.625rem;
	padding: 0.8rem 0;
}

.p-footerbg {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(./../images/common/underbg.jpg?1210);
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3%;
	padding: 6.25rem 0;
}

.p-footerbg__logo {
	width: 12.5rem;
}

.p-footersupport {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3.125rem 3.125rem;
}

.p-footersupport__support ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 1.25rem;
	width: 62.5rem;
}

.p-footersupport__support ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 1.25rem;
	margin-bottom: 1.25rem;
	width: auto;
}

.p-footersupport__logo img {
	max-height: 6.25rem;
	width: 100%;
}

p.g-ticket-img {
	margin-top: 0.625rem;
	max-width: 300px;
	width: 100%;
}

.p-goods__time {
	font-size: 1.875rem;
	text-align: center;
}

.date-text {
	font-size: 3.125rem;
}

.venue-text {
	font-size: 5rem;
}

.tic-box {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
}

.seki-notice {
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
}

.member-text-box {
	border: solid 1px #ffffff;
	text-align: center;
}

.member-text-box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sell-kikan {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 0.625rem;
	text-align: left;
}

.p-landing__logo {
	margin: 0 auto;
	max-width: 50rem;
}

.p-landing__detailBox--date {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.p-landing__detailBox--time {
	font-size: 1.125rem;
	font-weight: normal;
	margin-bottom: 1.25rem;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.p-landing__detailBox--venue {
	font-size: 2.375rem;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.p-landing__ticket--list {
	margin-bottom: 1.875rem;
}

.p-landing__ticket--list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.p-landing__ticket--list ul li {
	background-color: #ffffff;
	color: #111111;
	font-size: 0.75rem;
	font-weight: bold;
	margin-right: 0.625rem;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.p-landing__ticketbox {
	background: rgba(0, 0, 0, .4);
	border: solid 0.3rem #ffffff;
	margin: 0 auto;
	margin-top: 5rem;
	max-width: 56.25rem;
	padding: 1.25rem;
}

.p-landing__ticketbox--senkou {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-landing__ticketbox--playguide {
	color: #de2c2a;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 0.9375rem;
}

.p-landing__ticketbox--kikan {
	margin-bottom: 0rem;
	text-align: left;
}

.p-landing__ticketbox--btn {
	margin-left: auto;
}

#video { /* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw;
	left: 50%; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
	opacity: 0.05; /*天地中央配置*/
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*縦横幅指定*/
	width: 177.77777778vh;
	z-index: -1;
}

.p-main {
	background-color: #dddddd;
}

.p-mv {
	padding: 6.25rem 0;
}

.p-mv__logo {
	margin: 0 auto;
	width: 70%;
}

.p-mv__eventdate24 {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	margin-top: 1.875rem;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .9);
}

.p-mv__event-place {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 1.875rem;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .9);
}

p.p-mv__yoyaku_notice {
	font-size: 0.875rem;
	margin-top: 20px;
	text-align: center;
}

.p-mv__senkouheadline {
	font-size: 1.875rem;
	font-weight: bold;
	margin-top: 3.125rem;
	text-align: center;
}

.p-mv__senkoukikan {
	font-size: 1.25rem;
	text-align: center;
}

.p-mv__osenkou::before {
	inset: 0;
	background: rgba(255, 255, 255, .85);
	border-radius: 1rem;
	content: "";
	position: absolute;
	z-index: 0;
}

.p-news__box {
	padding: 1rem 0;
	width: 100%;
}

.p-news ul {
	gap: 0.625rem;
	-moz-column-gap: 20px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.p-news ul li {
	background-color: #50e3ba;
	border: solid 1px #50e3ba;
	color: #111111;
	display: block;
	padding: 0.625rem;
}

.p-news ul li .thumb {
	width: 100%;
}

.p-notice h4 {
	color: #8e0000;
	font-size: 2.375rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
	text-align: center;
	width: 100%;
}

.p-notice__titletext {
	font-size: 1rem;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-notice_text {
	font-size: 0.875rem;
	font-weight: normal;
	margin-bottom: 1.25rem;
}

.title02 {
	border-bottom: dashed 1px #cccccc;
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.last-text {
	font-size: 1.125rem;
	font-weight: bold;
}

.text-bold {
	color: #ff0000;
	font-size: 1.125rem;
}

.p-single h2 {
	margin-bottom: 0;
	width: 100%;
}

.p-single__title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.p-tickets__time {
	font-size: 1.25rem;
	text-align: center;
}

.p-tickets__date-text {
	font-size: 1.875rem;
}

.p-tickets__venue-text {
	font-size: 2.5rem;
}

.tic-box {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
}

.seki-notice {
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
}

.member-text-box {
	border: solid 1px #ffffff;
	text-align: center;
}

.member-text-box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sell-kikan {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 0.625rem;
	text-align: left;
}

.p-timetable__time {
	font-size: 1.875rem;
	text-align: center;
}

.p-topnews__box {
	padding: 1rem 0;
	width: 100%;
}

.p-topnews__event {
	font-size: 0.875rem;
	font-weight: bold;
}

.p-topnews ul {
	gap: 0.875rem 0.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 1.875rem;
	margin-top: 1.25rem;
}

.p-topnews ul li {
	background-color: #4fe3ba;
	background-color: #4fe3ba;
	color: #111111;
	display: block;
	padding: 0.625rem;
	width: 100%;
}

.p-topnews ul li .thumb {
	width: 100%;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=styles.css.map */
