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

body {
	background-color: #FFF5EA;
	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: 1px;
}

.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;
}

*,
*::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 */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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%;
}

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

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

p.p-test {
	font-size: 34px;
	font-size: 2.125rem;
}

.l-footer {
	background-blend-mode: lighten;
	background-color: rgba(2, 101, 205, .89);
	background-image: url(../images/common/footer.png);
	background-position: center;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	width: 100%;
	z-index: 8;
}

.l-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#418de6), color-stop(50%, #7577ca), to(#bda1fe));
	background: linear-gradient(90deg, #418de6 0%, #7577ca 50%, #bda1fe 100%);
	-webkit-box-shadow: 0 0.5px 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0.5px 5px rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	padding-top: 80px;
	padding-top: 5rem;
	width: 100%;
}

h2 {
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#154D8F), color-stop(40%, #7577ca), color-stop(80%, #bda1fe));
	background: linear-gradient(90deg, #154D8F 0%, #7577ca 40%, #bda1fe 80%);
	font-family: "Bebas Neue", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.pcDisp {
	display: none;
}

.l-news {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	padding-top: 80px;
	padding-top: 5rem;
	width: 100%;
}

.l-top {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	padding-top: 80px;
	padding-top: 5rem;
	width: 100%;
}

.l-topabout {
	background-color: #cef5ff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.l-topgeneral {
	background-color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.l-topnews {
	background-color: #FFF5EA;
	margin: 0 auto;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
	width: 100%;
}

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

.p-access__detail {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-access__detail h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4.p-access__car {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

h4.p-access__bus {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

h4.p-access__train {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-access__car::before {
	background-image: url(../../assets/images/common/car-icon.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 28px;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 32px;
}

.p-access__bus::before {
	background-image: url(../../assets/images/common/bus-icon.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 34px;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 28px;
}

.p-access__train::before {
	background-image: url(../../assets/images/common/train-icon.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 34px;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 28px;
}

.p-access__howto {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

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

.p-access__images img {
	height: 60px;
	height: 3.75rem;
	width: auto;
}

.p-access__images--car img {
	height: 60px;
	height: 3.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 474px;
	width: 29.625rem;
}

.p-access__images--bus img {
	height: 60px;
	height: 3.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.p-archivenews {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	position: relative;
	z-index: 777;
}

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

.p-archivenews__box ul {
	grid-column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.p-archivenews__images {
	height: 100px;
	height: 6.25rem;
	width: 100px;
	width: 6.25rem;
}

.p-archivenews__images img {
	-o-object-fit: cover;
	border: solid 1px #09cfdc;
	border-radius: 0.625rem;
	height: 100px;
	height: 6.25rem;
	object-fit: cover;
	width: 100px;
	width: 6.25rem;
}

.p-archivenews__title {
	font-size: 14px;
	font-weight: bold;
}

.p-archivenews__date {
	color: #111;
	font-size: 12px;
	margin-top: 0px;
	margin-top: 0rem;
}

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

.p-archivenews__more a {
	background-color: #154D8F;
	border-radius: 3.125rem;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	width: 300px;
	width: 18.75rem;
}

.p-archivenews__box li {
	border-bottom: dashed 1px #cccccc;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-archivenews__box li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-archivenews__textbox {
	padding-left: 10px;
	padding-left: 0.625rem;
	width: 73%;
}

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

.p-artists ul {
	grid-column-gap: 0.625rem;
	gap: 10px;
	gap: 0.625rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-artists__images img {
	border: solid 4px #08CFDC;
	border: solid 0.25rem #08CFDC;
	border-radius: 1.25rem;
}

.p-artist__name {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-artists02 {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-artists02 ul {
	grid-column-gap: 0.625rem;
	gap: 10px;
	gap: 0.625rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-artists02__images img {
	border: solid 4px #164d90;
	border: solid 0.25rem #164d90;
	border-radius: 1.25rem;
}

.p-artist02__name {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.andmore {
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: bold;
	margin-top: 80px;
	text-align: center;
}

.p-comingsoon {
	margin-top: 150px;
	margin-top: 9.375rem;
}

.p-comingsoon__text img {
	margin: 0 auto;
	width: 300px;
	width: 18.75rem;
}

.p-footer__sns {
	width: 100%;
}

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

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

.p-footer__logo {
	color: #ffffff;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-left: 0px;
	margin-left: 0rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-footer__copy {
	color: #ffffff;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-footer__company {
	margin: 0 auto;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	width: 100%;
}

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

.p-footer__company ul li {
	margin: 0 5px;
	margin: 0 0.3125rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

li.fuse {
	width: 242px;
	width: 15.125rem;
}

li.queblcik {
	width: 171px;
	width: 10.6875rem;
}

li.rise {
	width: 70px;
	width: 4.375rem;
}

li.yume {
	width: 177px;
	width: 11.0625rem;
}

.p-footer__sponcer h4 {
	color: #ffffff;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-footer__sponcer ul {
	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;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	width: 100%;
}

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

li.spon01 {
	margin: 0px !important;
	padding-bottom: 10px;
	width: 100%;
}

li.spon02 {
	margin: 0px !important;
	padding: 5px;
	width: 50%;
}

li.spon03 {
	margin: 0px !important;
	padding: 5px;
	width: 50%;
}

ul.spoul01 {
	margin-bottom: 0px;
}

ul.spoul02 {
	-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;
}

ul.spoul03 {
	-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;
}

.p-header__logo {
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 auto;
	width: 140px;
}

.p-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.p-header__buybtn {
	display: block;
}

.p-header__buybtn a {
	display: none;
}

.p-header__sns {
	display: none;
}

.p-header__sns ul li img {
	width: 44px;
	width: 2.75rem;
}

.p-header__sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__sns li {
	margin-right: 20px;
	margin-right: 1.25rem;
}

.p-header__rightbox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
}

.p-header__buybtn {
	display: block;
	margin-right: 20px;
	margin-right: 1.25rem;
}

.p-header__logo img {
	width: 140px;
	width: 8.75rem;
}

.p-mv {
	background: -webkit-gradient(linear, left top, left bottom, from(#74dfe9), color-stop(50%, #b6c0ca), to(#e8babd));
	background: linear-gradient(180deg, #74dfe9 0%, #b6c0ca 50%, #e8babd 100%);
	margin: 0 auto;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-mv__images {
	width: 100%;
}

.p-mv__detailbox {
	text-align: center;
}

.p-mv__date {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.p-mv__venue {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
}

.p-news {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-news ul {
	grid-column-gap: 1.25rem;
	row-gap: 40px;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 80px;
	margin-top: 5rem;
}

.p-notice {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-notice__attention {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 20px 0 40px 0;
	margin: 1.25rem 0 2.5rem 0;
}

.p-notice__box h3 {
	border-bottom: solid 1px #111111;
	color: #154D8F;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-notice ul {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-notice ul li {
	list-style: disc;
	list-style-position: outside;
}

.p-notice__list ul li {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-notice__list {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}

.p-notice__images img {
	border: solid 4px #08CFDC;
	border: solid 0.25rem #08CFDC;
	border-radius: 1.25rem;
}

.p-notice__box {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-single {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-single h2 {
	background: #111111;
	color: #111111;
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: left;
}

.p-single ul {
	grid-column-gap: 1.25rem;
	row-gap: 40px;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 80px;
	margin-top: 5rem;
}

.p-single__images img {
	height: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.p-single__images img {
	border-radius: 1.25rem;
}

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

.p-single__pageback {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-single__pageback a {
	background-color: #154D8F;
	border-radius: 3.125rem;
	color: #ffffff;
	display: block;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	width: 100%;
}

.p-tickets {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-tickets__pricebox {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-tickets__pricebox ul {
	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;
}

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

.p-tickets__images img {
	border: solid 4px #08CFDC;
	border: solid 0.25rem #08CFDC;
	border-radius: 1.25rem;
}

.p-tickets__pricebox--ttl {
	background-color: #154D8F;
	color: #ffffff;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
}

.p-tickets__pricebox--price {
	background-color: #CCD8E5;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
}

.p-tickets__radius01 {
	border-top-left-radius: 20px;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 20px;
	border-top-right-radius: 1.25rem;
}

.p-tickets__radius02 {
	border-bottom-left-radius: 20px;
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 20px;
	border-bottom-right-radius: 1.25rem;
}

.p-tickets__radius03 {
	border-top-left-radius: 20px;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 20px;
	border-top-right-radius: 1.25rem;
}

.p-tickets__radius04 {
	border-bottom-left-radius: 20px;
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 20px;
	border-bottom-right-radius: 1.25rem;
}

.border-right {
	border-right: solid 1px #ffffff;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-tickets__detail {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}

.p-tickets__detail li {
	list-style: disc;
	list-style-position: outside;
}

.p-tickets__buy {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-tickets__buy h3 {
	border-bottom: solid 1px #111111;
	font-size: 24px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-tickets__list ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #CCD8E5;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
	text-align: center;
}

.tickets-btn-link {
	margin-left: 0;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-tickets__end {
	margin-left: 0;
}

.p-tickets__senkou-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin-right: 0px;
	margin-right: 0rem;
}

span.text-title {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.sell-kikan {
	margin-top: 20px;
}

span.text-kikandate-title {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
	width: 100%;
}

.tickets-btn-link a {
	background-color: #154D8F;
	border-radius: 1.25rem;
	color: #ffffff;
	display: block;
	padding: 20px 50px;
	padding: 1.25rem 3.125rem;
	text-align: center;
	width: 220px;
	width: 13.75rem;
}

.p-tickets__senkou--detail {
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}

.p-tickets__senkou--detail li {
	list-style: disc;
	list-style-position: outside;
}

.p-tickets__end {
	background-color: #7E7E7E;
	border-radius: 1.25rem;
	color: #ffffff;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 20px 50px;
	padding: 1.25rem 3.125rem;
	text-align: center;
	width: 220px;
	width: 13.75rem;
}

span.p-tickets__2day {
	color: #F4EA41;
}

span.p-tickets__1day {
	color: #F38A8A;
}

span.p-tickets__tax {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-tickets__detailbox--text {
	padding: 0px;
	padding: 0rem;
}

.p-tickets__detailbox {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-tickets__detailbox--text ul {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-tickets__detailbox--text ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-tickets__detailbox--text ul li:last-child {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.p-tickets__dboxttl {
	border-bottom: solid 1px #7E7E7E;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 180px;
	width: 11.25rem;
	width: 100%;
}

.p-topabout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-topabout__images {
	width: 100%;
}

.p-topabout__images img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 300px;
	height: 18.75rem;
	object-fit: cover;
	width: 600px;
	width: 37.5rem;
}

.p-topabout__rightbox {
	margin-left: 0px;
	margin-left: 0rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.p-topabout__rightbox h2 {
	text-align: center;
}

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

.p-topartists {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-topartists ul {
	grid-column-gap: 0.625rem;
	gap: 10px;
	gap: 0.625rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-topartists__images img {
	border: solid 4px #bda1fe;
	border: solid 0.25rem #bda1fe;
	border-radius: 0.625rem;
}

.p-topartists02 {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-topartists02 ul {
	grid-column-gap: 0.625rem;
	gap: 10px;
	gap: 0.625rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-topartists02__images img {
	border: solid 4px #164d90;
	border: solid 0.25rem #164d90;
	border-radius: 0.625rem;
}

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

.p-topartists__1116 {
	background-color: #bda1fe;
	border-radius: 0.625rem;
	color: #ffffff;
	font-size: 26px;
	font-size: 1.625rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
}

.p-topartists__1117 {
	background-color: #164d90;
	border-radius: 0.625rem;
	color: #ffffff;
	font-size: 26px;
	font-size: 1.625rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
	text-align: center;
}

.p-topgeneral {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
	z-index: 888;
}

.p-topgeneral__images {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	width: 100%;
}

.p-topgeneral__images img {
	border-radius: 1.25rem;
	width: 100%;
}

.p-topgeneral__rightbox {
	margin-left: 0px;
	margin-left: 0rem;
	width: 100%;
}

.p-topgeneral__text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-topgeneral__rightbox h2 {
	text-align: center;
}

.p-topgeneral__access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-topgeneral__vehicle img {
	width: 42px;
	width: 2.625rem;
}

.p-topgeneral__detail {
	font-weight: bold;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-topgeneral__detailbox--text {
	background-color: #FFF5EA;
	border-radius: 0.625rem;
	padding: 20px;
	padding: 1.25rem;
}

.p-topgeneral__detailbox {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-topgeneral__detailbox--text ul {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-topgeneral__detailbox--text ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-topgeneral__detailbox--text ul li:last-child {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.p-topgeneral__dboxttl {
	font-weight: bold;
	width: 180px;
	width: 11.25rem;
}

.p-topnews {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	z-index: 777;
}

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

.p-topnews__box ul {
	grid-column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.p-topnews__images {
	height: 100px;
	height: 6.25rem;
	width: 100px;
	width: 6.25rem;
}

.p-topnews__images img {
	-o-object-fit: cover;
	border: solid 1px #09cfdc;
	border-radius: 0.625rem;
	height: 100px;
	height: 6.25rem;
	object-fit: cover;
	width: 100px;
	width: 6.25rem;
}

.p-topnews__title {
	font-size: 14px;
	font-weight: bold;
}

.p-topnews__date {
	color: #111;
	font-size: 12px;
	margin-top: 0px;
	margin-top: 0rem;
}

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

.p-topnews__more a {
	background-color: #154D8F;
	border-radius: 3.125rem;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	width: 100%;
}

.p-topnews__box li {
	border-bottom: dashed 1px #cccccc;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-topnews__box li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-topnews__textbox {
	padding-left: 10px;
	padding-left: 0.625rem;
	width: 73%;
}

.p-wave01 {
	height: 20px;
	height: 1.25rem;
	width: 100%;
}

.p-header__hamb01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #d28095;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	padding: 1.875rem;
	position: relative;
	width: 100%;
	z-index: 9;
}

.p-header__hamb02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(./../images/common/contact-bg.webp);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 100%;
	z-index: 9;
}

/*　ハンバーガーメニューボタン　*/

.hamburger {
	background-color: #F4EA41;
	cursor: pointer;
	display: block;
	height: 80px;
	margin-left: 20px;
	margin-left: 1.25rem;
	position: relative;
	right: 0px;
	right: 0rem;
	text-align: center;
	width: 80px;
	z-index: 9;
}

.hamburger span {
	background: #111111;
	display: block;
	height: 2px;
	left: 25px;
	left: 1.5625rem;
	position: absolute;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 30px;
}

.hamburger span:nth-child(1) {
	top: 30px;
}

.hamburger span:nth-child(2) {
	top: 40px;
}

.hamburger span:nth-child(3) {
	top: 50px;
}

/* スマホメニューを開いてる時のボタン */

.hamburger.active span:nth-child(1) {
	background: #111111;
	left: 25px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	background: #111111;
	top: 38px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メニュー背景　*/

nav.globalMenuSp {
	background: #003A7E;
	color: #fff;
	height: 100vh;
	overflow: auto;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	width: 100%;
	z-index: 8;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	padding: 0;
	padding: 50px 30px 30px 30px;
	padding: 3.125rem 1.875rem 1.875rem 1.875rem;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
	width: 100%;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

nav.globalMenuSp ul li a {
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: left;
	text-decoration: none;
}

/* クリックでjQueryで追加・削除 */

nav.globalMenuSp.active {
	display: block;
	opacity: 100;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.page-numbers {
	background: #ffffff;
	border: 1px solid #666666;
	border-radius: 3px;
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	padding: 15px 20px;
}

.page-numbers.current {
	background: #265B9D;
	color: #ffffff;
	padding: 15px 20px;
}

.page-numbers.prev,
.page-numbers.next {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666666;
}

.page-numbers.dots {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666666;
}

/* レスポンシブデザインのためのメディアクエリ */

@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;
}

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

.inner02 {
	max-width: 50rem;
	padding-left: 25px;
	padding-right: 25px;
}

.l-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-blend-mode: lighten;
	background-color: rgba(2, 101, 205, .89);
	background-image: url(../images/common/footer.png);
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 9.375rem;
	text-align: center;
	width: 100%;
	z-index: 8;
}

.l-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0.5px 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0.5px 5px rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	z-index: 999;
}

.l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	padding-bottom: 6.25rem;
	width: 100%;
}

h2 {
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#154D8F), color-stop(40%, #7577ca), color-stop(80%, #bda1fe));
	background: linear-gradient(90deg, #154D8F 0%, #7577ca 40%, #bda1fe 80%);
	font-family: "Bebas Neue", sans-serif;
	font-size: 3.75rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.pcDisp {
	display: block;
}

.l-news {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	padding-bottom: 6.25rem;
	width: 100%;
}

.l-top {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	width: 100%;
}

.l-topabout {
	background-color: #cef5ff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 0;
}

.l-topgeneral {
	background-color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 6.25rem;
}

.l-topnews {
	margin: 0 auto;
	padding-top: 5rem;
	position: relative;
	width: 100%;
	z-index: 888;
}

.p-access {
	margin-top: 5rem;
}

.p-access__detail {
	margin: 3.125rem 0;
	text-align: center;
}

.p-access__detail h3 {
	font-size: 2rem;
}

.p-access__images--car img {
	height: 3.75rem;
	margin-top: 1.25rem;
	width: 100%;
}

.p-access__images--bus img {
	height: 3.75rem;
	margin-top: 1.25rem;
	width: 49.1875rem;
}

.p-archivenews {
	padding-bottom: 0;
	position: relative;
	z-index: 777;
}

.p-archivenews__box {
	margin-top: 5rem;
}

.p-archivenews__box ul {
	grid-column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.p-archivenews__images {
	height: 16.25rem;
	width: 16.25rem;
}

.p-archivenews__images img {
	-o-object-fit: cover;
	border: solid 1px #09cfdc;
	border-radius: 1.25rem;
	height: 16.25rem;
	object-fit: cover;
	width: 16.25rem;
}

.p-archivenews__title {
	font-size: 1rem;
	font-weight: bold;
}

.p-archivenews__date {
	color: #111;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.p-archivenews__more {
	margin-top: 5rem;
	text-align: center;
}

.p-archivenews__box li {
	border: none;
	margin-bottom: 0;
}

.p-archivenews__box li a {
	display: block;
}

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

.p-artists {
	margin-top: 5rem;
}

.p-artists ul {
	grid-column-gap: 1.25rem;
	gap: 1.25rem;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-artist__name {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.p-artists02 {
	margin-top: 5rem;
}

.p-artists02 ul {
	grid-column-gap: 1.25rem;
	gap: 1.25rem;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-artist02__name {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.p-comingsoon__text img {
	margin: 0 auto;
	width: 31.25rem;
}

.p-footer__logo {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: bold;
	margin-left: 1.25rem;
	margin-top: 2.5rem;
}

.p-footer__copy {
	color: #ffffff;
	margin-top: 5rem;
}

.p-footer__company {
	margin: 0 auto;
	margin-bottom: 2.5rem;
	width: 43.4375rem;
}

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

.p-footer__company ul li {
	margin: 0 0.625rem;
	margin-bottom: 0rem;
}

.p-footer__sponcer ul {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 3.125rem;
	width: 62.5rem;
}

.p-footer__sponcer ul li {
	margin: 0 1.25rem;
}

li.spon01 {
	margin: 0px;
	width: 350px;
}

li.spon02 {
	margin: 0px;
	width: 220px;
}

li.spon03 {
	margin: 0px;
	width: 270px;
}

ul.spoul02 {
	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;
	width: 80%;
}

ul.spoul03 {
	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;
	width: 80%;
}

.p-header__logo {
	color: #ffffff;
	font-size: 1.25rem;
	margin-left: 1.25rem;
}

.p-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.p-header__buybtn a {
	background-color: #ffffff;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1.25rem 1.25rem;
}

.p-header__sns {
	display: block;
}

.p-mv {
	background: -webkit-gradient(linear, left top, left bottom, from(#74dfe9), color-stop(50%, #b6c0ca), to(#e8babd));
	background: linear-gradient(180deg, #74dfe9 0%, #b6c0ca 50%, #e8babd 100%);
	margin: 0 auto;
	padding: 6.25rem;
	width: 100%;
}

.p-mv__images {
	margin: 0 auto;
	margin-bottom: 1.875rem;
	width: 80%;
}

.p-mv__date {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.p-mv__venue {
	font-size: 3.75rem;
	font-weight: bold;
}

.p-news {
	padding-top: 5rem;
}

.p-news ul {
	grid-column-gap: 1.25rem;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5rem;
}

.p-notice {
	margin-top: 5rem;
	padding-bottom: 0rem;
}

.p-notice__attention {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 5rem 0;
}

.p-notice__box h3 {
	border-bottom: solid 1px #111111;
	color: #154D8F;
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

.p-notice__box {
	margin-top: 5rem;
}

.p-single {
	padding-bottom: 0;
}

.p-single h2 {
	background: #111111;
	color: #111111;
	font-size: 1.875rem;
	text-align: left;
}

.p-single__content {
	margin-top: 2.5rem;
}

.p-tickets {
	margin-top: 5rem;
	padding-bottom: 0rem;
}

.p-tickets__pricebox {
	margin-top: 5rem;
}

.p-tickets__pricebox ul {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-tickets__pricebox--ttl {
	background-color: #154D8F;
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: bold;
	padding: 1.875rem 0;
	text-align: center;
}

.p-tickets__pricebox--price {
	background-color: #CCD8E5;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 3.125rem 0;
	text-align: center;
}

.p-tickets__radius01 {
	border-top-left-radius: 1.875rem;
	border-top-right-radius: 0rem;
}

.p-tickets__radius02 {
	border-bottom-left-radius: 1.875rem;
	border-bottom-right-radius: 0rem;
}

.p-tickets__radius03 {
	border-bottom-left-radius: 0rem;
	border-top-left-radius: 0rem;
}

.p-tickets__radius04 {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 30px;
}

.border-right {
	margin-bottom: 0rem;
}

.p-tickets__buy {
	margin-top: 5rem;
}

.p-tickets__list ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #CCD8E5;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 1.25rem;
	padding: 1.875rem 1.25rem;
}

.tickets-btn-link {
	margin-left: auto;
	margin-top: 0;
}

.p-tickets__end {
	margin-left: auto;
}

.p-tickets__senkou-title {
	font-size: 1.375rem;
	font-weight: bold;
	margin-right: 1.25rem;
}

span.text-title {
	display: block;
	text-align: left;
	width: 100%;
}

.sell-kikan {
	margin-top: 0px;
}

span.text-kikandate-title {
	font-size: 1rem;
	text-align: center;
	width: 100%;
}

.p-tickets__end {
	background-color: #7E7E7E;
	border-radius: 1.25rem;
	color: #ffffff;
	margin-top: 0;
	padding: 1.25rem 3.125rem;
	text-align: center;
	width: 13.75rem;
}

span.p-tickets__tax {
	font-size: 1.25rem;
}

.p-tickets__detailbox--text {
	padding: 0rem;
}

.p-tickets__detailbox {
	margin-top: 5rem;
}

.p-tickets__detailbox--text ul {
	margin-top: 2.5rem;
}

.p-tickets__detailbox--text ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 1.25rem;
}

.p-tickets__dboxttl {
	border: none;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 11.25rem;
}

.p-topabout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 15.625rem;
	position: relative;
	z-index: 888;
}

.p-topabout__images {
	height: 18.75rem;
	width: 31.25rem;
}

.p-topabout__images img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 18.75rem;
	object-fit: cover;
	width: 37.5rem;
}

.p-topabout__rightbox {
	margin-left: 2.5rem;
	margin-top: 0;
	width: auto;
}

.p-topabout__rightbox h2 {
	text-align: left;
}

.p-topabout__text {
	margin-top: 0rem;
	width: 100%;
}

.p-topartists {
	margin-top: 5rem;
	padding-bottom: 0;
}

.p-topartists ul {
	grid-column-gap: 1.25rem;
	gap: 1.25rem;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.p-topartists__images img {
	border: solid 0.25rem #bda1fe;
	border-radius: 1.25rem;
}

.p-topartists02 {
	margin-top: 5rem;
	padding-bottom: 0;
}

.p-topartists02 ul {
	grid-column-gap: 1.25rem;
	gap: 1.25rem;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.p-topartists02__images img {
	border: solid 0.25rem #164d90;
	border-radius: 1.25rem;
}

.p-artist__name {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}

.p-topartists__1116 {
	background-color: #bda1fe;
	border-radius: 1.25rem;
	color: #ffffff;
	font-size: 1.625rem;
	padding: 0.3125rem 0;
	text-align: center;
}

.p-topartists__1117 {
	background-color: #164d90;
	border-radius: 1.25rem;
	color: #ffffff;
	font-size: 1.625rem;
	padding: 0.625rem 0;
	text-align: center;
}

.p-topgeneral {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 15.625rem;
	position: relative;
	z-index: 888;
}

.p-topgeneral__images {
	height: 25rem;
	margin-bottom: 0;
	width: 50rem;
}

.p-topgeneral__images img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 25rem;
	object-fit: cover;
	width: 50rem;
}

.p-topgeneral__rightbox {
	margin-left: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-topgeneral__rightbox h2 {
	text-align: left;
}

.p-topgeneral__detailbox--text {
	background-color: #FFF5EA;
	border-radius: 1.25rem;
	padding: 3.125rem;
}

.p-topgeneral__detailbox {
	margin-top: 5rem;
}

.p-topgeneral__detailbox--text ul {
	margin-top: 2.5rem;
}

.p-topgeneral__detailbox--text ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 1.25rem;
}

.p-topnews {
	padding-bottom: 0;
	position: relative;
	z-index: 999;
}

.p-topnews__box {
	margin-top: 5rem;
}

.p-topnews__box ul {
	grid-column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.p-topnews__images {
	height: 16.25rem;
	width: 16.25rem;
}

.p-topnews__images img {
	-o-object-fit: cover;
	border: solid 1px #09cfdc;
	border-radius: 1.25rem;
	height: 16.25rem;
	object-fit: cover;
	width: 16.25rem;
}

.p-topnews__title {
	font-size: 1rem;
	font-weight: bold;
}

.p-topnews__date {
	color: #111;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.p-topnews__more {
	margin-top: 5rem;
	text-align: center;
}

.p-topnews__more a {
	background-color: #154D8F;
	border-radius: 3.125rem;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 1.25rem 0;
	text-align: center;
	width: 18.75rem;
}

.p-topnews__box li {
	border: none;
	margin-bottom: 0;
}

.p-topnews__box li a {
	display: block;
}

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

.p-header__hamb01 {
	display: none;
}

.p-header__hamb02 {
	display: none;
}

.hamburger {
	background-color: #F4EA41;
	cursor: pointer;
	display: block;
	height: 80px;
	margin-left: 1.25rem;
	position: relative;
	right: 0rem;
	text-align: center;
	width: 80px;
	z-index: 9;
}

nav.globalMenuSp {
	background: #003A7E;
	color: #fff;
	height: 100vh;
	overflow: auto;
	padding-bottom: 9.375rem;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	width: 31.25rem;
	z-index: 8;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	margin-bottom: 3.125rem;
	padding: 0;
	padding: 3.75rem 2.5rem 2.5rem 2.5rem;
	width: 100%;
}

nav.globalMenuSp ul li a {
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	display: block;
	font-size: 2.125rem;
	font-weight: bold;
	padding: 0.875rem 0;
	text-align: left;
	text-decoration: none;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5rem;
}

}

@media (min-width: 1100px) {

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

}

@media (max-width: 600px) {

.page-numbers,
.page-numbers.current {
	padding: 5px 10px; /* パディングを小さく */
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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