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

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* 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;
}

.l-footer {
	background-color: #314C00;
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

.l-header {
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #314C00;
	border-bottom: solid 1px #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="2" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px 5px;
	padding: 0.3125rem 0.3125rem;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.l-main {
	margin: 0 auto;
	padding-top: 120px;
	padding-top: 7.5rem;
	width: 100%;
}

h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

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

.l-top {
	margin: 0 auto;
	width: 100%;
}

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

.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: #324c01;
	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;
}

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

.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 #324c01;
	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: #324c01;
	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 #314c00;
	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;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-artists ul {
	grid-column-gap: 1.25rem;
	gap: 20px;
	gap: 1.25rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	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;
}

.andmore {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-artists h3 {
	background-color: #324c01;
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
}

.neww {
	position: relative;
}

.newicon { /* z-index: 8888; */
	background-color: #c6161d;
	color: #ffffff;
	font-family: bebas-neue, sans-serif;
	font-size: 10px;
	font-weight: bold; /* margin-top: 22px; */
	left: -15px;
	line-height: 15px; /* width: 51px; */
	padding: 1px;
	position: absolute;
	text-align: center;
	top: -7px;
	-webkit-transform: rotate(-21deg);
	transform: rotate(-21deg);
	width: 35px;
}

.p-comment {
	background-color: #000000;
	background-image: url(../images/common/live-bg.jpg);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 200%;
	text-align: center;
}

.p-comment__box {
	background: rgba(0, 0, 0, .7);
	padding: 20px 20px;
	padding: 1.25rem 1.25rem;
}

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

.p-commnet__text {
	padding: 20px 20px;
	padding: 1.25rem 1.25rem;
}

p.p-comment__catch {
	color: #ffb84c;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-footer {
	padding: 50px 20px;
	padding: 3.125rem 1.25rem;
	text-align: center;
}

.p-footer__sns-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-footer__sns-box ul li {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 10px;
	margin: 0 0.625rem;
}

.p-footer__sns-box ul li a {
	color: #ffb84c;
}

.p-footer__copy {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
}

.p-footer__archive {
	border: solid 5px #ffffff;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	width: 300px;
	width: 18.75rem;
}

.credit-box ul {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.credit-box ul li {
	margin: 10px 0px;
	margin: 0.625rem 0rem;
	width: 100%;
}

.p-header__logo {
	display: block;
	position: relative;
	top: 5px;
	top: 0.3125rem;
	width: 100px;
	width: 6.25rem;
}

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

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

.p-header__navi ul li:last-child {
	border: none;
}

.p-header__navi ul li a {
	color: #ffffff;
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.mgn_right {
	padding-right: 0px;
	padding-right: 0rem;
}

.mgn_left {
	padding-left: 0px;
	padding-left: 0rem;
}

.p-mv {
	background-color: #ffb84d;
	padding: 130px 50px 30px 50px;
	padding: 8.125rem 3.125rem 1.875rem 3.125rem;
	text-align: center;
}

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

.p-mv__fly {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 900px;
	max-width: 56.25rem;
}

.p-mv__kettei {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
}

.p-mv__date {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.p-mv__date01 {
	background-color: #314c00;
	padding: 20px;
	padding: 1.25rem;
}

.p-mv__date01 img {
	margin: 0 auto;
	max-width: 1000px;
	max-width: 62.5rem;
}

.thanks {
	color: #c1000f;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.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-single {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-single h2 {
	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: #324c01;
	border-radius: 3.125rem;
	color: #ffffff;
	display: block;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	width: 100%;
}

.p-single__content a {
	color: #ffffff;
}

.food-box {
	text-align: center;
}

.food-box li {
	border: solid #314c00 1px;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	padding: 3%;
}

.foodimage {
	margin: 0 auto;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	width: 60%;
}

.foodname {
	background-color: #314c00;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	padding: 16px;
	padding: 1rem;
	text-align: center;
}

.fooditem {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	text-align: center;
	white-space: pre-wrap;
}

.fooddetail {
	background-color: #ffefd7;
	padding: 1%;
	white-space: pre-wrap;
}

.fooddlink {
	margin-top: 16px;
	margin-top: 1rem;
}

.interview {
	font-weight: normal !important;
}

.p-tickets {
	margin: 0 auto;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	text-align: center;
	width: 100%;
}

span.p-tickets__price {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

span.p-tickets__adv {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

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

.p-tickets__notice {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: left;
}

.p-tickets__detailbox {
	border: solid 10px #324c01;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 10px;
	padding: 0.625rem;
}

li.p-tickets__detail-notice {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: left;
}

.p-tickets__senkou--title {
	background-color: #324c01;
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 10px;
	padding: 0.625rem;
}

.p-tickets__senkou--kikan {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-tickets__senkou--btn a {
	background-color: #e60113;
	border-radius: 2.5rem;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 20px 80px;
	padding: 1.25rem 5rem;
	width: auto;
}

.p-tickets__info {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-tickets {
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.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-radius: 0.625rem;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
}

.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-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-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: #324c01;
	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-underdetail {
	background-color: #ffb84d;
	padding: 50px;
	padding: 3.125rem;
}

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

.p-underdetail__date {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}

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

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

.p-underdetail__ticket {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-underdetail__credit {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-underdetail__info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

@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-header {
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #314C00;
	border-bottom: solid 1px #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="2" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .2));
	-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;
	padding: 0.625rem 0.625rem;
	position: fixed;
	width: 100%;
	z-index: 999;
}

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

h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 4.375rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2.5rem;
	text-align: center;
}

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

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

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

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

.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 4px #324c01;
	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 {
	padding-bottom: 6.25rem;
}

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

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

.andmore {
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5rem;
	text-align: center;
}

.p-artists h3 {
	background-color: #324c01;
	color: #ffffff;
	font-size: 1.875rem;
	padding: 0.625rem;
	text-align: center;
}

.newicon {
	background-color: #c6161d;
	color: #ffffff;
	font-family: bebas-neue, sans-serif;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	margin-left: 6px;
	margin-top: 5px;
	position: absolute;
	width: 51px;
	z-index: 8888;
}

.p-comment {
	background-color: #000000;
	background-image: url(../images/common/live-bg.jpg);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 200%;
	text-align: center;
}

.p-comment__box {
	background: rgba(0, 0, 0, .7);
	padding: 6.25rem 0;
}

.p-commnet__text {
	padding: 6.25rem 1.25rem;
}

p.p-comment__catch {
	color: #ffb84c;
	font-size: 2.125rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.p-footer {
	padding: 3.125rem;
	text-align: center;
}

.credit-box 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-bottom: 3.125rem;
	margin-top: 1.25rem;
	width: 100%;
}

.credit-box ul li {
	margin: 0.625rem 1.25rem;
	width: 23%;
}

.p-header__logo {
	width: 7.5rem;
}

.p-header__navi ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.625rem;
}

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

.p-header__navi ul li a {
	color: #ffffff;
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.mgn_right {
	padding-right: 6.25rem;
}

.mgn_left {
	padding-left: 6.25rem;
}

.p-mv {
	background-color: #ffb84d;
	padding: 6.25rem 3.125rem;
	text-align: center;
}

.p-mv__kettei {
	font-size: 7.5rem;
	font-weight: bold;
}

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

.p-mv__venue {
	font-size: 3.125rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.p-mv__date01 {
	background-color: #314c00;
	padding: 3.125rem 0;
}

.thanks {
	color: #c1000f;
	font-size: 3.125rem;
	font-weight: bold;
	margin-top: 3.125rem;
}

.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-single {
	padding-bottom: 0;
}

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

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

.foodname {
	background-color: #314c00;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 3rem;
	padding: 1rem;
	text-align: center;
}

.p-tickets {
	margin: 0 auto;
	padding-bottom: 5rem;
	text-align: center;
	width: 56.25rem;
}

span.p-tickets__price {
	font-size: 2.5rem;
	font-weight: bold;
}

span.p-tickets__adv {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 0.625rem;
}

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

.p-tickets__notice {
	font-size: 1rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-tickets__detailbox {
	border: solid 10px #324c01;
	margin-top: 2.5rem;
	padding: 3.125rem;
}

.p-tickets__senkou--title {
	background-color: #324c01;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1.25rem;
}

.p-tickets__senkou--kikan {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 1.25rem;
}

.p-tickets__senkou--btn a {
	background-color: #e60113;
	border-radius: 2.5rem;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	margin-top: 2.5rem;
	padding: 1.25rem 5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-tickets__info {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 5rem;
}

.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-radius: 1.25rem;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .3);
}

.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-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-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: #324c01;
	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-underdetail__date {
	font-size: 2.5rem;
	font-weight: bold;
}

.p-underdetail__venue {
	font-size: 3.125rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.p-underdetail__time {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-underdetail__ticket {
	font-size: 1.875rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.p-underdetail__credit {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.p-underdetail__info {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@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 */
