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

html {
	height: 100%;
}

body {
	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;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

.u-desktop {
	display: none;
}

.pagemgn {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.pagemgntop {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.contentsbg {
	background-color: #ffffff;
	padding: 20px;
	padding: 1.25rem;
}

/* カスタム見出しスタイル */

.wp-block-heading.is-style-custom-heading-2 {
	background: rgba(223, 241, 246, .1333333333);
	border-bottom: 2px solid #ff7a08;
	border-left: 10px solid #ff7a08;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 20px 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
}

.wp-block-heading.is-style-custom-heading-3 {
	border-bottom: 2px solid #ff7a08;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 20px 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 0;
	text-align: left;
}

.wp-block-heading.is-style-custom-heading-4 {
	border-bottom: none;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0.5em;
	position: relative;
}

.wp-block-heading.is-style-custom-heading-4::before {
	border-bottom: solid 3px #ff7a08;
	border-left: solid 3px #ff7a08;
	border-top: solid 3px #ff7a08;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

.wp-block-heading.is-style-custom-heading-4::after {
	border-bottom: solid 3px #ff7a08;
	border-right: solid 3px #ff7a08;
	border-top: solid 3px #ff7a08;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}

.wp-block-heading.is-style-custom-heading-5 {
	background-color: #ff7a08;
	border: none;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0.5em;
	position: relative;
	text-align: left;
}

.wp-block-heading.is-style-custom-heading-5::after {
	background-color: #ff7a08;
	bottom: -6px;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	height: 3px;
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
}

.wp-block-heading.is-style-custom-heading-6 {
	border-bottom: 3px solid #ff7a08;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0.3em;
	position: relative;
}

.wp-block-heading.is-style-custom-heading-6::before {
	background-color: #fff;
	bottom: -3px;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	height: 3px;
	left: 30px;
	position: absolute;
	width: 20px;
}

.wp-block-heading.is-style-custom-heading-6::after {
	background-color: #ff7a08;
	bottom: -10px;
	content: "";
	font-size: 24px;
	font-size: 1.5rem;
	height: 3px;
	left: 25px;
	position: absolute;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 20px;
}

/* カスタム段落スタイル */

.wp-block-paragraph.is-style-custom-paragraph {
	background-color: #f9f9f9;
	border-radius: 5px;
	color: #555;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 16px;
	padding: 1rem;
}

.custom-arrow {
	background: rgba(255, 255, 255, .5);
	border: none;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.page,
.single,
.archive {
	background-attachment: fixed;
	background-image: url("../images/common/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

h2.title {
	color: #ffffff !important;
}

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;
	height: auto;
	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: 10px;
	padding-right: 10px;
	width: 100%;
}

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

.l-footer {
	bottom: 0;
	left: 0;
	width: 100%;
}

.l-header {
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(50%, #8B0000), to(#FF0000));
	background: linear-gradient(to bottom, #000000 0%, #8B0000 50%, #FF0000 100%);
	font-family: "Inter", sans-serif;
	font-style: italic;
	font-weight: 700;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.l-header.is-hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 60px;
}

.l-main h2 {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.pcont p {
	margin: 20px 0;
	margin: 1.25rem 0;
}

.l-main__coming {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: bold;
	margin-top: 10%;
	text-align: center;
}

.p-about {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-about__visual {
	backdrop-filter: blur(2px);
	background-color: rgba(0, 0, 0, .6);
	border-radius: 0.5rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	text-align: center;
}

.p-about__visual img {
	display: block;
	height: auto;
	width: 100%;
}

.p-about__visual-text {
	color: #fff;
	left: 50%;
	max-width: 800px;
	padding: 20px;
	padding: 1.25rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-about__visual-text h1 {
	color: #FFD700;
	font-size: 64px;
	font-size: 4rem;
	font-weight: bold;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.p-about__visual-text p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}

.p-about__visual-text .em {
	color: #ff4c4c;
	font-weight: bold;
}

.p-about__producer {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	padding: 1.25rem;
}

.p-about__producer-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	-ms-flex: 0 0 18.75rem;
	flex: 0 0 18.75rem;
	text-align: center;
}

.p-about__producer-image img {
	border-radius: 0.25rem;
	height: auto;
	width: 100%;
}

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

.p-about__sns {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-about__sns img {
	height: auto;
	width: 24px;
	width: 1.5rem;
}

.p-about__producer-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-about__producer-title {
	font-size: 32px;
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-about__producer-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
}

h2.p-about__producer-title {
	color: #000000 !important;
	margin-bottom: 20px !important;
	margin-bottom: 1.25rem !important;
	text-align: left !important;
}

.p-access {
	width: 100%;
}

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

/* Google Mapを囲う要素 */

.map {
	height: 0;
	padding-top: 75%;
	position: relative;
	width: 100%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */

.map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contact {
	background-color: #f8f8f8;
	padding: 80px 0;
	padding: 5rem 0;
	text-align: center;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 800px;
	max-width: 50rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-contact__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-contact__lead {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-contact__form {
	text-align: left;
}

.p-contact__form form {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
}

.p-contact__form label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form textarea {
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

.p-contact__form textarea {
	height: 160px;
	height: 10rem;
	resize: vertical;
}

.p-contact__form .wpcf7-submit {
	background-color: #000;
	border: none;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 32px;
	padding: 0.75rem 2rem;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.p-contact__form .wpcf7-submit:hover {
	background-color: #333;
}

.p-contact__form .wpcf7-response-output {
	color: red;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

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

.p-footer__sponsor {
	background: #fff;
	border-top: solid 1px #cccccc;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
}

.p-footer__sponsor-list {
	gap: 40px;
	gap: 2.5rem;
	-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;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-footer__sponsor-list li img {
	height: 60px;
	height: 3.75rem;
	width: auto;
}

.p-footer__copyright {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 80px 0;
	padding: 5rem 0;
	text-align: center;
}

.p-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 10px;
	position: relative;
}

.p-header__logo {
	width: 60px;
	width: 3.75rem;
}

.p-header__toggle {
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 30px;
	z-index: 1001;
}

.p-header__toggle span {
	background: #ffffff;
	display: block;
	height: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 24px;
}

.p-header__toggle.open span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}

.p-header__toggle.open span:nth-child(2) {
	opacity: 0;
}

.p-header__toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}

.p-header__nav {
	display: none;
}

.p-header__nav ul {
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-header__nav ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

li.grey {
	color: #666666;
}

.p-news-archive {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-news-archive__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
}

.p-news-archive__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	width: 100%;
}

.p-news-archive__item a:hover {
	opacity: 0.7;
}

.p-news-archive__date {
	font-weight: bold;
	min-width: 120px;
}

.p-news-archive__title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px;
}

.p-news-archive__arrow {
	font-size: 20px;
}

.p-single__contents {
	line-height: 150%;
}

.p-single__contents a {
	color: #ff0000;
}

.pageback a {
	background-color: #000000;
	border-radius: 1.25rem;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
	text-align: center;
	width: 300px;
	width: 18.75rem;
}

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

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

.eyecatch {
	margin: 20px 0;
	margin: 1.25rem 0;
}

.p-teamgoat {
	padding: 40px 0;
	padding: 2.5rem 0;
	text-align: center;
}

.p-teamgoat__lead {
	color: #000000 !important;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-teamgoat__phrase {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-teamgoat__desc {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-teamgoat__box {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-teamgoat__box-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-teamgoat__box p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

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

.c-btn--red {
	background: #e63946;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 14px 40px;
	padding: 0.875rem 2.5rem;
	text-decoration: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.c-btn--red:hover {
	background: #c72b38;
}

.p-top {
	width: 100%;
}

.p-top__artistlist {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.p-top__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-top__daybox {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-top__daybox h2 {
	background-color: #ff7a08;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.p-top__artist-logo {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2px;
	margin-top: 0.125rem;
	text-align: center;
}

.neww {
	left: 0;
	position: relative;
	top: -15px;
	z-index: 9999;
}

.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-top__news {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
}

.p-top__news-head {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-top__news-title {
	font-size: 40px;
	font-size: 2.5rem;
	font-style: italic;
	font-weight: bold;
}

.p-top__news-link {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}

.p-top__news-list {
	gap: 20px;
	gap: 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;
}

.p-top__news-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #000;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-top__news-item:hover {
	opacity: 0.7;
}

.p-top__news-date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	width: 120px;
	width: 7.5rem;
}

.p-top__news-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-top__news-arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.top-box-leftDetail {
	margin: 0px;
	margin: 0rem;
}

.top-news-thumbnail img {
	border-radius: 0.625rem;
}

.top-news-date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.p-top__newsdetail {
	padding: 5px;
	padding: 0.3125rem;
}

.p-top__andmore {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top__artistList img {
	border-radius: 0.625rem;
}

.p-top__topbanner {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	width: 90%;
}

.p-top__header {
	background: #000;
	overflow: hidden;
	padding: 10px;
	padding: 0.625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 100%;
}

.p-top__video {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.p-top__logo {
	margin: 0 auto;
	margin: 30px 0;
	margin: 1.875rem 0;
	text-align: center;
	width: 80%;
}

.p-top__logo img {
	margin: 0 auto;
	width: 80%;
}

.p-top__event {
	background: rgba(255, 255, 255, .7);
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 1000px;
	width: 100%;
	z-index: 2;
}

.p-top__event-inner {
	gap: 0px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	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;
}

.p-top__event-image {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100px;
	flex: 1 1 100px;
}

.p-top__event-image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top__event-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 400px;
	flex: 1 1 400px;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px;
	padding: 0.625rem;
}

.p-top__event-info dl {
	margin-bottom: 20px;
}

.p-top__event-info dl div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}

.p-top__event-info dt {
	font-weight: bold;
	width: 80px;
}

.p-top__event-info dd {
	margin: 0;
}

.p-top__event-info strong {
	font-size: 1.2em;
}

.p-top__event-preinfo {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-top__event-button {
	background: #f03800;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 100%;
}

.p-top__event-button:hover {
	background: #c03000;
}

.p-top__contents {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.pagemgn {
	padding-bottom: 6.25rem;
	padding-top: 8.75rem;
}

.pagemgntop {
	padding-bottom: 6.25rem;
	padding-top: 2.5rem;
}

.contentsbg {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .05);
	padding: 3.125rem;
}

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

.l-main {
	margin-top: 5.4375rem;
}

.l-main h2 {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 3.75rem;
	text-align: center;
}

.p-access__gmap {
	margin-bottom: 3.125rem;
}

.p-footer {
	margin-top: 3.75rem;
	width: 100%;
}

.p-footer__sponsor {
	background: #fff;
	border-top: solid 1px #cccccc;
	padding: 2.5rem 0;
	text-align: center;
}

.p-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.875rem 1.25rem;
	position: relative;
}

.p-header__logo {
	width: 5rem;
}

.p-header__toggle {
	display: none;
}

.p-header__nav {
	background: transparent !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	height: auto !important;
	padding: 0 !important;
	position: static !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.p-header__nav ul {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

li.grey {
	color: #000000;
}

.p-teamgoat__phrase {
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 1.875rem;
}

.p-teamgoat__desc {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 2.5rem;
}

.p-top__artistlist {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.p-top__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-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.p-top__daybox {
	margin-bottom: 1.875rem;
}

.p-top__daybox h2 {
	background-color: #ff7a08;
	font-size: 2.5rem;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-top__artist-logo {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.25rem;
	text-align: center;
}

.p-top__news {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0.625rem 1.25rem;
}

.p-top__artistList img {
	border-radius: 0.625rem;
}

.p-top__topbanner {
	margin: 0 auto;
	width: 56.25rem;
}

.p-top__header {
	background: #000;
	overflow: hidden;
	padding: 3.75rem;
	position: relative;
	width: 100%;
}

.p-top__logo {
	margin: 0 auto;
	text-align: center;
	width: 56.25rem;
}

.p-top__logo img {
	width: 56.25rem;
}

.p-top__event {
	background: rgba(255, 255, 255, .7);
	margin: 0 auto;
	margin-top: 5rem;
	max-width: 1000px;
	width: 100%;
	z-index: 2;
}

.p-top__event-inner {
	gap: 0px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	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;
}

.p-top__event-info {
	font-size: 1rem;
	padding: 2.5rem;
}

.p-top__event-preinfo {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-top__event-button {
	background: #f03800;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.p-top__contents {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	padding: 40px 20px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 768px) {

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

.p-header__nav {
	background: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 40px 20px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 80%;
	z-index: 1000;
}

.p-header__nav ul {
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-header__nav.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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