@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap');

@font-face {
	font-family: 'Cardo';
	src: url('cardo/Cardo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	size-adjust: 110%;
	}
@font-face {
	font-family: 'Cardo';
	src: url('cardo/Cardo-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	size-adjust: 110%;
	}

/* - ALL -- */
/*   変数 */
:root {
	--vw: 1vw;
	}

/*   フォントファミリー */
html {
	font-family: YakuHanMPs, 'Cardo', 'Zen Old Mincho', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	font-size: 62.5%;
	background-color: #fff;
	}

body {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	}

/*   文字リンク色 */
a {
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	/* outline: none; */
	color: #000;
	}
a:link {
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a:visited {
	text-decoration: none;
	color: #000;
	}
a:active { 
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration: none;
	color: #fe7831;
	}

a.links {
	transition: color .3s ease, background-color .3s ease;
	/* outline: none; */
	color: #fe7831;
	}
a.links:link {
	text-decoration: none;
	color: #fe7831;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a.links:visited {
	text-decoration: none;
	color: #fe7831;
	}
a.links:active { 
	text-decoration: none;
	color: #fe7831;
	}
a.links:hover {
	text-decoration: none;
	color: #000;
	}

/*   p justify */
p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	}
.no-justify {
	text-align: left;
	text-justify: none;
	}
i {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
span.ruby {
	font-size: 75%;
	}
img {
	line-height: 0;
	vertical-align: bottom;
	}

img.no-select {
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}

ruby[data-ruby] {
	position: relative;
	display: inline-block;
	}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	width: fit-content;
	position: absolute;
	top: -0.6em;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
	font-size: 0.45em;
	text-align: center;
	white-space: nowrap;
	}
ruby[data-ruby] rt {
	display: none;
	}

.inline-bk {
	display: inline-block;
	}
.kome {
	padding-left: 1em !important;
	text-indent: -1em;
	}
.indent {
	padding-left: 1em !important;
	}
.underline {
	border-bottom: 1px solid #333;
	}

.top-zero {
	padding-top: 0 !important;
	}
.top-half {
	padding-top: 0.5em !important;
	}
.top-one {
	padding-top: 1em !important;
	}
.top-onehalf {
	padding-top: 1.5em !important;
	}
.top-two {
	padding-top: 2em !important;
	}
.top-twohalf {
	padding-top: 2.5em !important;
	}
.bottom-zero {
	padding-bottom: 0 !important;
	}
.bottom-half {
	padding-bottom: 0.5em !important;
	}
.bottom-one {
	padding-bottom: 1em !important;
	}
.bottom-onehalf {
	padding-bottom: 1.5em !important;
	}
.bottom-two {
	padding-bottom: 2em !important;
	}
.bottom-twohalf {
	padding-bottom: 2.5em !important;
	}

.bottom-mhalf {
	margin-bottom: 0.5em !important;
	}
.bottom-mone {
	margin-bottom: 1em !important;
	}
.bottom-mthree {
	margin-bottom: 3.5em !important;
	}

.red {
	color: #de5c25;
	}
.blue {
	color: #4783aa;
	}
.pointcolor {
	color: #fe7831;
	}

p span.smaller {
	font-size: 0.8em;
	}

/*   スマホ非表示、PC表示 */
.sp-no {
	display: none;
	}
/*   スマホ表示、PC非表示 */
.pc-no {
	}

/*   見出しリセット */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	color: #000;
	}
/*   リストリセット */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*   clearfix */
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/*   非表示読み上げ用 */
.visually-hidden {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
	}

/* - 構造 -- */
#top {	/* フッタ固定 */
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	}
#main {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	flex: 1 0 auto;	/* フッタ固定 */
	}
.main-inner {
	width: 100%;
	padding: 2em 1em 1em 3em;
	margin: 0 0 0 0;
	display: inline-block;
	}
.main-inner-subpage {
	width: 100%;
	padding: 6em 1em 1em 3em;
	margin: 0 0 0 0;
	display: inline-block;
	}
.main-inner-wide {
	width: 100%;
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	display: inline-block;
	}

.hero-wrapper {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	}


/*   ロゴ */
.logo-navi {
	padding: 0;
	}
hgroup.h1 {
	position: relative;
	z-index: 900;
	position: absolute;
	position: fixed;
	top: 1em;
	left: 1em;
	}
.hamburgler-active hgroup.h1 {
	
	}
hgroup p.lead {
	font-size: 0.6em;
	padding: 0 0 0 0;
	margin: 0 0 0.5em 0;
	line-height: 1;
	}
span.sp-space {
	padding: 0 0.5em 0 0;
	}
h1 {
	font-weight: normal;
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
h1 a:hover {
	color: #000;
	}
h1 .small {
	font-weight: normal;
	font-size: 0.85em;
	}

/* - ロゴマークアニメ -- */
.logo-mark {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 25%;
	width: 30%;
	z-index: 910;
	aspect-ratio: 6/5;
	}
.logo-mark.is-hide {
	display: none;
	}
.hamburgler-active .logo-mark {
	width: 50%;
	}
.logo-wrapper {
	position: relative;
	}
.logo-mark img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	animation-name: fadeDownAnime;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}
.logo-mark a {
	display: inline-block;
	background-image: none;
	width: 100%;
	height: auto;
	aspect-ratio: 6/5;
	}
.logo-mark img.delay-1 {
	animation-delay: 0.6s;
	z-index: +1;
	}
.logo-mark img.delay-2 {
	animation-delay: 1.3s;
	}
.logo-mark img.delay-3 {
	animation-delay: 1.4s;
	}
.logo-mark img.delay-4 {
	animation-delay: 1.9s;
	}
.logo-mark img.delay-5 {
	animation-delay: 1.1s;
	}
.logo-mark img.delay-6 {
	animation-delay: 1.6s;
	}
.logo-mark img.delay-7 {
	animation-delay: 1s;
	}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-28dvh);
		}
	to {
		opacity: 1;
		transform: translateY(0);
		}
	}
.hero .logo-mark img {
	animation-name: none;
	opacity: 0;
	transition: transform 2s ease-out, opacity 2s ease-out;
	transform: translateY(-28dvh);
	}
.hero .logo-mark.is-show img {
	display: inline-block;
	transform: translateY(0);
	opacity: 1;
	}
.hero .logo-mark.is-show img.delay-1 {
	transition-delay: 0.6s;
	}
.hero .logo-mark.is-show img.delay-2 {
	transition-delay: 1.3s;
	}
.hero .logo-mark.is-show img.delay-3 {
	transition-delay: 1.4s;
	}
.hero .logo-mark.is-show img.delay-4 {
	transition-delay: 1.9s;
	}
.hero .logo-mark.is-show img.delay-5 {
	transition-delay: 1.1s;
	}
.hero .logo-mark.is-show img.delay-6 {
	transition-delay: 1.6s;
	}
.hero .logo-mark.is-show img.delay-7 {
	transition-delay: 1s;
	}
.hero .logo-mark a {
	display: inline-block;
	pointer-events: none;
	touch-callout: none;
	}
.hero .logo-mark.is-show a {
	pointer-events: auto;
	touch-callout: auto;
	display: inline-block;
	background-image: none;
	width: 100%;
	height: auto;
	aspect-ratio: 6/5;
	}

/* - ヘッダ -- */
/*   ハンバーガー */
.hamburgler-icon-wrapper {
	position: fixed;
	top: 1em;
	right: 1em;
	height: 17px;
	width: 20px;
	cursor: pointer;
	line-height: 1;
	z-index: 810;
	}

.hamburgler-icon-wrapper .hamburgler-icon,
.hamburgler-icon-wrapper .hamburgler-icon::before,
.hamburgler-icon-wrapper .hamburgler-icon::after {
	content: '';
	position: absolute;
	border-radius: 1em;
	height: 2px;
	width: 20px;
	background-color: rgba(254, 120, 49, 1);
	transition: all 0.2s ease;
	}
.hamburgler-icon-wrapper:hover .hamburgler-icon,
.hamburgler-icon-wrapper:hover .hamburgler-icon::before,
.hamburgler-icon-wrapper:hover .hamburgler-icon::after {
	background-color: rgba(0, 0, 0, 1);
	}

.hamburgler-icon {
	top: 6px;
	}
.hamburgler-icon::before {
	top: -6px;
	}
.hamburgler-icon::after {
	top: 6px;
	}
.hamburgler-active .hamburgler-icon {
	background: transparent;
	transform: rotate(-135deg);
	top: 7px;
	}
.hamburgler-active .hamburgler-icon::before,
.hamburgler-active .hamburgler-icon::after {
	top: 0;
	}
.hamburgler-active .hamburgler-icon::after {
	display: none;
	}
.hamburgler-active .hamburgler-icon::before {
	transform: rotate(90deg);
	}
.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon::before {
	background-color: rgba(254, 120, 49, 1);
	}
.hamburgler-menu {
	transition: opacity 0.4s ease;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100dvh;
	background-color: rgba(255, 255, 255, 0);
	overflow: auto;
	z-index: 800;
	}
.hamburgler-active .hamburgler-menu {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
	pointer-events: initial;
	}

/*   グローバルメニュー */
.global-menu-all {
	display: none;
	}
.hamburgler-active .global-menu-all {
	display: block;
	display: flex;
	justify-content: flex-end;
	}
#close {
	display: none;
	}

ul.global-menu {
	padding: 0 0 0 0;
	margin: 2em 2em 2em 2em;
	display: flex;
	flex-direction: row-reverse;
	font-size: 1.2em;
	line-height: 1;
	width: 19em;
	}
ul.global-menu > li {
	padding: 0 0 0 0;
	margin: 0 0.5em 0 0.5em;
	writing-mode: vertical-rl;
	}
ul.global-menu > li ul li {
	padding: 0 0 0 0;
	margin: 1em 0.6em 0 0;
	writing-mode: vertical-rl;
	position: relative;
	}
ul.global-menu > li ul li::before {
	content: "\2022";
	width: 1em;
	height: 1em;
	position: absolute;
	top: -0.6em;
	color: #000;
	transition: color .3s ease;
	}
ul.global-menu > li ul li a {
	color: #000;
	transition: color .3s ease;
	}
ul.global-menu > li ul li a:hover {
	color: #fe7831;
	}
ul.global-menu > li ul li:has(a:hover)::before {
	color: #fe7831;
	}

/*   サブメニュー */
ul.global-submenu {
	padding: 0 0 0 0;
	margin: 0 0 0 3em;
	display: flex;
	flex-direction: row-reverse;
	width: 22em;
	}
ul.global-submenu > li {
	padding: 0 0 0 0;
	margin: 0 0 0 0.5em;
	writing-mode: vertical-rl;
	}
ul.global-submenu > li.link-item {
	margin-right: 1.5em;
	}
ul.global-submenu > li.link-item span {
	text-orientation: upright;
	letter-spacing: -0.4em;
	display: inline-block;
	line-height: 1;
	vertical-align: 0.1em;
	margin-bottom: 0.2em;
	}

/*   SNSメニュー */
.sns-menu-all {
	padding: 5em 0 0 0;
	display: none;
	}
.hamburgler-active .sns-menu-all {
	display: block;
	}
ul.sns-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 2.9em 0 0;
	}
ul.sns-menu > li {
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0.75em;
	line-height: 1;
	}
ul.sns-menu li img,
ul.footer-sns-menu li img {
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}
ul.sns-menu li a img,
ul.footer-sns-menu li a img {
	width: 1.9rem;
	height: 1.9rem;
	opacity: 1;
	transition: opacity .3s ease;
	}
ul.sns-menu li a:hover img,
ul.footer-sns-menu li a:hover img {
	opacity: 0;
	}
ul.sns-menu li.fb a,
ul.footer-sns-menu li.fb a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	position: relative;
	}
ul.sns-menu li.fb a::after,
ul.footer-sns-menu li.fb a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../img/menu-fb-r.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	overflow: hidden;
	z-index: +1;
	opacity: 0;
	transition: opacity .3s ease;
	}
ul.sns-menu li.fb a:hover::after,
ul.footer-sns-menu li.fb a:hover::after {
	opacity: 1;
	}
ul.sns-menu li.is a,
ul.footer-sns-menu li.is a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	position: relative;
	}
ul.sns-menu li.is a::after,
ul.footer-sns-menu li.is a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../img/menu-is-r.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	overflow: hidden;
	z-index: +1;
	opacity: 0;
	transition: opacity .3s ease;
	}
ul.sns-menu li.is a:hover::after,
ul.footer-sns-menu li.is a:hover::after {
	opacity: 1;
	}
ul.sns-menu li.x a,
ul.footer-sns-menu li.x a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	position: relative;
	}
ul.sns-menu li.x a::after,
ul.footer-sns-menu li.x a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../img/menu-x-r.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	overflow: hidden;
	z-index: +1;
	opacity: 0;
	transition: opacity .3s ease;
	}
ul.sns-menu li.x a:hover::after,
ul.footer-sns-menu li.x a:hover::after {
	opacity: 1;
	}


/*   スマホメニュー表示時スクロール禁止 */
body.hamburgler-active {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

/* - フッタ -- */
#footer {
	width: 100%;
	padding: 3em 0 0 3em;
	margin: 0 0 0 0;
	background-color: #fff;
	}
.footer-wrapper {
	padding: 0 0 1em calc(25% - 2em);
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	}

/*   ページトップへ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 700;
	}
.pagetop a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	text-decoration: none;
	line-height: 44px;
	background-image: url("../img/pagetop.svg");
	background-size: cover;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: background-color;
	}
.pagetop a:hover {
	background-color: #fe7831;
	background-position: bottom;
	}

/*   パンくずリスト */
.breadcrumbs {
	padding: 0.5em 0 0 0;
	margin: 0 1em 0 0;
	position: relative;
	border-top: 1px solid #888888;
	}
.breadcrumbs_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1rem;
	line-height: 1.2;
	}
.breadcrumbs_list li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	}
.breadcrumbs_list li.home img {
	display: inline-block;
	width: 12px;
	vertical-align: baseline;
	}
.breadcrumbs_list li:not(:last-of-type)::after {
	content: "/";
	margin: 0 0.5em 0 0.5em;
	color: #ccc;
	}

/*   フッタメニュー */
.footer-link {
	padding: 0 2.5em 0 0;
	margin: 0 0 0 0;
	width: 8em;
	}
ul.footer-submenu {
	font-size: 1rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	}
ul.footer-submenu > li {
	padding: 0 0 0 0;
	margin: 0 0 0 0.25em;
	writing-mode: vertical-rl;
	}
ul.footer-submenu > li.link-item {
	margin-right: 0.75em;
	}
ul.footer-submenu > li.link-item span {
	text-orientation: upright;
	letter-spacing: -0.4em;
	display: inline-block;
	line-height: 1;
	vertical-align: 0.1em;
	margin-bottom: 0.2em;
	}
/*   SNSメニュー */
.footer-sns-menu-all {
	display: none;
	}
/*   コピーライト */
.footer-caption {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-caption p {
	font-size: 1rem;
	line-height: 1.3;
	padding: 0 0.5em 0 0;
	margin: 0 0 0 0;
	text-align: right;
	}
.footer-caption p span {
	display: inline-block;
	}
.footer-copyright {
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	writing-mode: vertical-rl;
	color: #fe7831;
	font-size: 1rem;
	line-height: 1;
	}
.footer-copyright small {
	font-size: 1rem;
	}
.footer-copyright small span {
	font-family: 'Times New Roman', serif;
	}



/* - メイン -- */
.section_wrapper {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.section_wrapper + .section_wrapper {
	padding: 0 0 0 0;
	margin: 4em 0 0 0;
	}

.heading-wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 0 0 0;
	border-top: 1px solid #fe7831;
	}
.main-content {
	width: 100%;
	padding: 1em 0 0 0;
	margin-left: 1em;
	position: relative;
	}
.heading {
	width: 1em;
	margin-left: -2em;
	}
h2.sticky {
	font-size: 1.2em;
	font-weight: bold;
	color: #fe7831;
	writing-mode: vertical-lr;
	position: sticky;
	top: 4em;
	pointer-events: none;
	touch-callout: none;
	}

a h2.sticky {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover h2.sticky {
	color: #000;
	}

.span-column {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 0 0 0;
	}
.span-column .dt {
	width: fit-content;
	white-space: nowrap;
	padding: 0 0 0 0;
	}
.span-column .dd {
	flex: 1;
	padding: 0 0 0 0;
	}

/*   トップヒーロー */
.hero-wrapper img {
	aspect-ratio: 20/9;
	width: 100%;
	height: auto;
	object-fit: cover;
	}

/*   トップ概要 */
.top-about {
	padding: 0 0 0 0;
	margin-right: 0 0 0 0;
	}
p.about {
	color: #fe7831;
	line-height: 1.2;
	}
p.about {
	padding: 0 0 0 0;
	}
p.about span.large {
	font-size: 1.6em;
	font-weight: bold;
	}
p.about span.small {
	font-size: 0.65em;
	}
p.about span.bold {
	font-weight: bold;
	}
p.about span.kome {
	display: block;
	margin: 0.5em 0 0.75em 0;
	}
p.about span.bk {
	display: block;
	margin: 0.25em 0 0 0;
	}

/*   トップニュース */
ul.news {
	}
ul.news > li {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #fe7831;
	}
.top-news ul.news > li {
	margin: 0 5vw 1em 0;
	}
.top-news ul.news > li:last-of-type {
	margin: 0 5vw 0 0;
	}

h3.news-h3 {
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0 0 0;
	}
a h3.news-h3 {
	color: #000;
	transition: color .3s ease;
	}
a:hover h3.news-h3 {
	color: #fe7831;
	}
.news-date-wrapper {
	color: #fe7831;
	font-size: 0.8em;
	padding: 0.25em 0 0.5em 0;
	margin: 0 0 0 0;
	}
.news-date-wrapper .close {
	font-size: 0.7em;
	line-height: 1;
	padding: 0.05em 1em 0.05em 1em;
	margin: 0 0 0 1em;
	border: 1px solid #fe7831;
	}

ul.top-news-btn {
	position: absolute;
	right: 1em;
	bottom: 0;
	}
ul.top-news-btn > li {
	font-size: 0.8em;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	writing-mode: vertical-rl;
	}

ul.top-news-btn > li a {
	color: #fe7831;
	}
ul.top-news-btn > li a:hover {
	color: #000;
	}

/*   トップアーティスト */
.swiper-artist {
	width: calc(100% - 5vw);
	overflow: hidden;
	position: relative;
	}
ul.top-artist {
	width: 100%;
	}
ul.top-artist > li {
	margin: 0 0 0 0;
	width: 50%;
	}

.top-artist-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	aspect-ratio: 0.83/1;

	}
.top-artist-img-wrapper {
	display: flex;
	align-items: flex-end;
	}
.top-artist-img {
	width: 100%;
	}
.top-artist-img.tall1 {	/* 井村一登 */
	width: 61.7%;
	}
.top-artist-img.tall2 {	/* 木曽浩太 */
	width: 66.5%;
	}
.top-artist-img.tall3 {	/* 田口薫 */
	width: 82.0%;
	}
.top-artist-img.tall4 {	/* 津野青嵐 */
	width: 57%;
	}
.top-artist-img.tall5 {	/* ユダ */
	width: 65.5%;
	}

.top-artist-h3 {
	padding: 0 0 0 0.25em;
	text-align: right;
	}
h3.artist-h3 {
	width: 2em;
	font-size: 1em;
	line-height: 1;
	writing-mode: vertical-rl;
	color: #fe7831;
	}
h3.artist-h3 span {
	font-size: 0.8em;
	}
ul.top-artist-caption-li {
	font-size: 0.5em;
	line-height: 1.4;
	color: #333;
	margin: 1em 0 0 0;
	height: 4em;
	}
ul.top-artist-caption-li li {
	margin: 0.25em 0 0 0;
	}

a h3.artist-h3 {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover h3.artist-h3 {
	color: #000;
	}

/*   トッププログラム */
.swiper-program {
	width: calc(100% - 5vw);
	overflow: hidden;
	position: relative;
	}
ul.top-program {
	width: 100%;
	}
ul.top-program > li {
	margin: 0 0 0 0;
	width: 50%;
	}

.top-program-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	}
.top-program-img img {
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: bottom left;
	width: 100%;
	height: 100%;
	}
.top-program-h3 {
	padding: 0.5em 0 0 0;
	}
h3.program-h3 {
	font-size: 0.9em;
	line-height: 1.3;
	font-weight: bold;
	color: #fe7831;
	padding: 0 0 0.5em 0;
	}
h3.program-h3 span.small {
	display: inline-block;
	font-size: 0.8em;
	}
p.program-date {
	font-size: 0.8em;
	line-height: 1.3;
	padding: 0 0 0.25em 0;
	text-align: left;
	text-justify: none;
	}
p.program-date span.small {
	font-size: 0.8em;
	line-height: 1.3;
	}
p.program-date span.kome {
	display: block;
	margin: 0.5em 0 0.75em 0;
	}
p.program-caution {
	font-size: 0.8em;
	color: #fe7831;
	line-height: 1;
	line-height: 1.3;
	text-align: left;
	text-justify: none;
	}
a h3.program-h3 {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover h3.program-h3 {
	color: #000;
	}
a p.program-date {
	color: #000;
	}
a:hover p.program-date {
	color: #000;
	}

/*   トップ会場 */
.swiper-access {
	width: calc(100% - 5vw);
	overflow: hidden;
	position: relative;
	}
ul.top-access {
	width: 100%;
	}
ul.top-access > li {
	margin: 0 0 0 0;
	width: 33.33%;
	}
.top-access-h3 {
	padding: 0.5em 0 0 0;
	}
h3.access-h3 {
	font-size: 0.8em;
	line-height: 1.3;
	font-weight: bold;
	color: #fe7831;
	}
a h3.access-h3 {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover h3.access-h3 {
	color: #000;
	}

/*   トップ主催 */
h2.top-support-h2 {
	position: relative;
	font-size: 1.2em;
	color: #fe7831;
	margin: 0 0 1em 0;
	}
h2.top-support-h2 span {
	padding-right: 0.5em;
	background-color: #fff;
	}
h2.top-support-h2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fe7831;
	z-index: -1;
	}
.top-support p {
	font-size: 0.9em;
	}

/*   トップ助成 */
ul.top-support-li {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.top-support-li > li {
	padding: 0 0 0 0;
	margin: 0 1.25em 0 0;
	text-align: center;
	}
ul.top-support-li > li:last-of-type {
	margin: 0 0 0 0;
	}
ul.top-support-li li img {
	display: inline-block;
	width: auto;
	height: 3.5em;
	}
ul.top-support-li > li span {
	display: inline-block;
	text-align: center;
	font-size: 0.5em;
	line-height: 1.5;
	margin-top: 0.5em;
	}



/*   YouTube - */
.movie-wrap {
	width: 100%;
	position: relative;
	height: 0;
	padding: 0 0 56.25% 0;
	margin: 0 0 0 0;
	overflow: hidden;
	}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* - 概要 -- */
.two-column {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	}
.two-column2 {
	display: flex;
	flex-wrap: nowrap;
	}
.column-60 {
	width: 58%;
	}
.column-50 {
	width: 48.6%;
	}
.column-50 img.waku {
	border: 1px solid #dddddd;
	}
.column-45 {
	width: 45%;
	padding: 0 2.8% 0 0;
	}
.column-45 img.waku {
	border: 1px solid #dddddd;
	}
.column-30 {
	width: 30%;
	padding: 0 2.8% 0 0;
	}
.column-30 img.waku {
	border: 1px solid #dddddd;
	}
.link-btn-p {
	font-size: 0.9em;
	text-align: right;
	padding: 0.5em 0 0 0;
	}
.about-dl .dl-column {
	display: flex;
	flex-direction: column;
	padding: 2em 0 0 0;
	}
.about-dl .dl-column:first-child {
	padding: 0.5em 0 0 0;
	}
.about-dl .dl-column dt {
	font-weight: bold;
	width: 5em;
	padding: 0 1em 0.5em 0;
	}
.about-dl .dl-column dd {
	flex: 1;
	padding: 0 0 0 0;
	}
.about-dl .dl-column dd .small {
	font-size: 0.8em;
	}
.about-dl .dl-column dd .kome {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	}

ul.support-li {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 0 0 0;
	margin: 0 0 1.5em 0;
	}
ul.support-li > li {
	padding: 0 0 0 0;
	margin: 0 0.75em 0 0;
	}
ul.support-li > li:last-of-type {
	margin: 0 0 0 0;
	}
ul.support-li > li a {
	display: block;
	}
ul.support-li li img {
	display: inline-block;
	width: auto;
	height: 3em;
	}
ul.support-li.first li img {
	width: auto;
	height: 2em;
	}

/* - ニュース -- */
.news-item-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	}
.news-item-img {
	display: none;
	}
.news-title {
	flex: 1;
	}
.news-item-img img {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
	height: 100%;
	}


.title-content {
	padding: 0 0 0 0;
	}
h3.news-page-title {
	font-size: 1.6em;
	line-height: 1.3;
	font-weight: bold;
	color: #fe7831;
	}
h3.news-page-title span.small {
	font-size: 0.8em;
	}
ul.title-data {
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}
ul.title-data li {
	font-size: 0.8em;
	line-height: 1.2;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

ul.title-data li .close {
	font-size: 0.8em;
	line-height: 1;
	color: #fe7831;
	padding: 0.05em 1em 0.05em 1em;
	margin: 0 0 0 1.5em;
	border: 1px solid #fe7831;
	font-weight: bold;
	}

.page-content {
	padding: 3em 0 0 0;
	}
.page-content-all {
	padding: 1em 0 0 0;
	}
.page-content p + p {
	padding-top: 1.25em;
	padding-bottom: 0;
	}
.page-content p.large {
	font-weight: bold;
	font-size: 1.6em;
	padding-bottom: 1em;
	}
.page-content p.line-h {
	line-height: 2.4;
	}
.page-content h4 {
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	color: #fe7831;
	margin: 0 0 1em 0;
	}
.page-content h4 span {
	padding-right: 0.5em;
	background-color: #fff;
	}
.page-content h4 span span {
	font-size: 0.8em;
	padding-right: 0;
	}
.page-content h4::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fe7831;
	z-index: -1;
	}

.page-content h5 {
	font-weight: bold;
	font-size: 1em;
	color: #fe7831;
	margin: 0 0 1em 0;
	}

.page-content-waku {
	padding: 1em 1em 1em 1em;
	margin: 4em 0 0 0;
	border: 1px solid #fe7831;
	}
.page-content-waku.nomargin {
	margin: 2em 0 0 0;
	}
.page-content-waku h4 {
	font-weight: bold;
	font-size: 1em;
	position: relative;
	color: #fe7831;
	margin: 0 0 0.5em 0;
	}
.page-content-waku h4 {
	font-weight: bold;
	font-size: 1em;
	position: relative;
	color: #fe7831;
	margin: 0 0 0.75em 0;
	}
.page-content-waku p + p {
	padding-top: 1.25em;
	padding-bottom: 0;
	}
.page-content-waku p + h4 {
	margin-top: 1.5em;
	}

.page-content p + h4 {
	margin-top: 1.5em;
	}

.page-content p span.two-indent,
.page-content-waku p span.two-indent {
	width: 100%;
	padding-left: 3.25em;
	position: relative;
	display: inline-block;
	}
.page-content p span.zero-padding,
.page-content-waku p span.zero-padding {
	width: 100%;
	position: absolute;
	left: 0;
	}
.page-content p span.two-padding,
.page-content-waku p span.two-padding {
	width: 3.25em;
	position: absolute;
	left: 0;
	display: inline-block;
	}

.page-content img.tall {
	width: 62%;
	}
.page-content img.half {
	width: 50%;
	}

.attach-wrapper {
	padding: 3em 0 0 0;
	}
ul.attach {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px dashed #fe7831;
	}
ul.attach li {
	padding: 0.75em 0 0.75em 2em;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #fe7831;
	position: relative;
	color: #fe7831;
	}
ul.attach li span {
	font-size: 0.8em;
	margin-left: 0.5em;
	}
ul.attach li + li.sameitem {
	border-bottom: 1px dashed #e0e0e0;
	}
ul.attach li a::before {
	content: "\2022";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	padding: 0 0 0 1em;
	margin: 0 0 0 0;
	}
ul.attach li a {
	color: #fe7831;
	}
ul.attach li a:hover {
	color: #000;
	}

.btn-back-wrapper {
	padding: 3em 0 0 0;
	}
ul.ul-btn li.btn-back {
	font-size: 1em;
	text-align: center;
	line-height: 1;
	}
ul.ul-btn li.btn-back a {
	border: 1px solid #666;
	color: #666;
	padding: 0.75em 2em 0.75em 2em;
	margin: 0 0 0 0;
	border-radius: 0.4em;
	background-color: #fff;
	display: inline-block;
	}
ul.ul-btn li.btn-back a:hover {
	border: 1px solid #fe7831;
	color: #fe7831;
	background-color: #fff;
	}

/*   インフィニットスクロール */
.navigation {
	text-align: center;
	padding: 2em 0 0.5em 0;
	position: relative;
	}
button.btn-more {
	font-size: 1em;
	text-align: center;
	line-height: 1;
	border: 1px solid #666;
	color: #666;
	padding: 0.75em 2em 0.75em 2em;
	margin: 0 0 0 0;
	border-radius: 0.4em;
	background-color: #fff;
	cursor: pointer;
	transition: all .4s ease;
	}
button.btn-more:hover {
	border: 1px solid #fe7831;
	color: #fe7831;
	background-color: #fff;
	}
ul.item-list > li {
	opacity: 1;
	display: block;
	height: auto;
	transition: all .4s ease;
	}
ul.item-list li.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	}

/* - アーティスト -- */
ul.artist-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3vw 0;
	}
ul.artist-list > li {
	width: 100%;
	padding: 0 0 1em 0;
	}
ul.artist-list li:last-child {
	margin-right: auto;
	}
ul.artist-list > li.artist-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	}
.artist-img {
	width: 100%;
	}
.artist-img img {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	pointer-events: none;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	}
.artist-img img.tall {
	width: 70%;
	}
ul.img-caption {
	font-size: 0.5em;
	line-height: 1.4;
	color: #333;
	padding: 0.75em 0 1em 0;
	margin: 0 0 0 0;
	}
ul.img-caption li.img-title {
	}
ul.img-caption li.img-sub {
	margin-top: 0.25em;
	}
h3.artist-name {
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #fe7831;
	border-top: 1px solid #fe7831;
	padding: 0.65em 0 0.25em 0;
	}
h3.artist-name span {
	}
.artist-data {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	}
ul.artist-caption {
	flex-grow: 1;
	padding: 0 0 1em 0;
	}
ul.artist-caption li.name-sub {
	font-size: 0.8em;
	line-height: 1.5;
	color: #fe7831;
	}
ul.artist-caption li.name-birth {
	font-size: 0.8em;
	line-height: 1.5;
	}
ul.artist-caption li.name-venue {
	font-size: 0.8em;
	line-height: 1.3;
	padding: 0.75em 0 0 0;
	}

a h3.artist-name {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover h3.artist-name {
	color: #000;
	}
a ul.artist-caption {
	color: #000;
	}
a:hover ul.artist-caption {
	color: #000;
	}
a ul.artist-caption li.name-sub {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover ul.artist-caption li.name-sub {
	color: #000;
	}

ul.artist-page-data {
	padding: 0.25em 0 0 0;
	}
ul.artist-page-data li {
	line-height: 1.3;
	padding: 0.5em 0 0 0;
	}
ul.artist-page-data li.artist-page-date-name {
	color: #fe7831;
	}
ul.artist-page-data li.artist-page-date-venue {
	font-size: 0.8em;
	padding-top: 1.5em;
	}
ul.artist-page-data li.artist-page-date-venue a {
	color: #000;
	transition: color .3s ease;
	}
ul.artist-page-data li.artist-page-date-venue a:hover {
	color: #fe7831;
	}

.artist-single-img {
	width: 100%;
	}
.artist-single-img img {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	pointer-events: none;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	}
.artist-single-img img.tall {
	width: 70%;
	}
.artist-single-img ul.img-caption {
	font-size: 0.65em;
	line-height: 1.4;
	color: #333;
	padding: 0.75em 0 1em 0;
	margin: 0 0 0 0;
	}
.artist-single-img ul.img-caption li.img-title {
	}
.artist-single-img ul.img-caption li.img-sub {
	margin-top: 0.25em;
	}

/* - プログラム -- */
ul.program-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3vw 0;
	}
ul.program-list > li {
	width: 100%;
	padding: 0 0 1em 0;
	}
ul.program-list li:last-child {
	margin-right: auto;
	}
.program-img {
	width: 100%;
	}
.program-img img {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	pointer-events: none;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	}
.program-img img.tall {
	width: 70%;
	}

h3.program-name {
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #fe7831;
	border-top: 1px solid #fe7831;
	padding: 0.65em 0 0.5em 0;
	margin: 1em 0 0 0;
	}
h3.program-name span.small {
	font-size: 0.8em;
	}
.program-data {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	}
ul.program-caption {
	flex-grow: 1;
	padding: 0 0 1em 0;
	}
ul.program-caption li.name-sub {
	font-size: 0.8em;
	line-height: 1.5;
	color: #fe7831;
	}
ul.program-caption li.name-birth {
	font-size: 0.8em;
	line-height: 1.5;
	}
ul.program-caption li.name-venue {
	font-size: 0.8em;
	line-height: 1.5;
	padding: 0.75em 0 0 0;
	}
ul.program-caption li span.small {
	font-size: 0.8em;
	}
ul.program-caption li span.kome {
	display: inline-block;
	}
a h3.program-name {
	color: #fe7831;
	transition: color .3s ease;
	}
a:hover h3.program-name {
	color: #000;
	}
a ul.program-caption {
	color: #000;
	}
a:hover ul.program-caption {
	color: #000;
	}
a ul.program-caption li.close {
	color: #fe7831;
	}

ul.program-page-data {
	padding: 1em 0 0 0;
	}
ul.program-page-data li {
	line-height: 1.3;
	padding: 0.5em 0 0 0;
	}
ul.program-page-data li.program-page-fee {
	color: #fe7831;
	font-weight: bold;
	padding: 0.5em 0 0.25em 0;
	}
ul.program-page-data li span.small {
	font-size: 0.8em;
	}
ul.program-page-data li.close {
	color: #fe7831;
	}

.page-content p.caption {
	font-size: 0.9em;
	text-align: right;
	padding-top: 0;
	}

.page-content table {
	width: 100%;
	margin: 0.25em 0 2em 0;
	border-collapse: collapse;
	background-color: #fff;
	}
.page-content table th {
	line-height: 1.4;
	font-weight: normal;
	color: #666;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	}
.page-content table th.black {
	color: #000;
	font-weight: 700;
	}
.page-content table td {
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 1px solid #000;
	}
.page-content table td + td {
	padding: 0.5em 0.5em 0.5em 0;
	}
.page-content table th + th {
	padding: 0.5em 0.5em 0.5em 0;
	}
.page-content table img {
	display: inline;
	}
.page-content table th.nobr,
.page-content table td.nobr {
	white-space: nowrap;
	}
.page-content table th.top,
.page-content table td.top {
	vertical-align: top;
	}
.page-content table th.w10,
.page-content table td.w10 {
	width: 10%;
	}
.page-content table th.w15,
.page-content table td.w15 {
	width: 15%;
	}
.page-content table th.w20,
.page-content table td.w20 {
	width: 20%;
	}
.page-content table th.w25,
.page-content table td.w25 {
	width: 25%;
	}
.page-content table th.w30,
.page-content table td.w30 {
	width: 30%;
	}
.page-content table th.w35,
.page-content table td.w35 {
	width: 35%;
	}
.page-content table th.w40,
.page-content table td.w40 {
	width: 40%;
	}
.page-content table th.w45,
.page-content table td.w45 {
	width: 45%;
	}
.page-content table th.w50,
.page-content table td.w50 {
	width: 50%;
	}

.page-content table td .kome {
	font-size: 0.8em;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	}
p.smallp {
	font-size: 0.8em;
	}


.program-page-map .googlemap {
	display: block;
	width: 100%;
	height: 24em;
	margin: 1em 0 1em 0;
	}
.program-page-map .googlemap iframe {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
	}

/*   まちなか - */
.span-column.colabo {
	align-items: flex-end;
	}
.span-column.colabo .dt img.logo {
	width: 7em;
	height: auto;
	}
.span-column.colabo .dt {
	padding: 0 0 0 2em;
	}
.span-column.colabo .dd {
	}
.colabo-lead {
	padding: 0 0 0 0;
	margin: 0 8em 0 0;
	}
.colabo-lead.small {
	font-size: 0.8em;
	}
.colabo-content.logo  {
	padding: 0 0 0 0;
	margin: -1em 0 0 0;
	}
.colabo-content {
	padding: 3em 0 0 0;
	margin: 0 0 0 0;
	}
h3.colabo-h3 {
	font-weight: bold;
	color: #fe7831;
	padding: 0.5em 0 0.5em 0;
	}

.colabo-item-p {
	margin: 0.75em 0 1em 0;
	}

.colabo-item {
	border-top: 1px solid #fe7831;
	padding: 0 0 0 0;
	margin: 0.5em 0 0 0;
	border-bottom: 1px solid #ccc;
	}

.coop-wrapper {
	font-size: 1em;
	line-height: 1.5;
	padding: 0.75em 0 0.75em 2em;
	margin: 0 0 0 0;
	border-top: 1px solid #ccc;
	}
h4.colabo-h4 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3;
	color: #fe7831;
	padding: 0 0 0.5em 0;
	cursor: pointer;
	transition: color .3s ease;
	}

h4.colabo-h4 span {
	font-size: 0.8em;
	}
h4.colabo-h4 span.caution {
	display: inline-block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1;
	vertical-align: 0;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 1em;
	border-left: 1px solid #fe7831;
	transition: border-color .3s ease;
	}

h4.colabo-h4 span.close {
	display: inline-block;
	font-size: 0.5em;
	font-weight: 700;
	line-height: 1;
	vertical-align: 0.25em;
	padding: 0.25em 1em 0.25em 1em;
	margin: 0 1em 0 0;
	border: 1px solid #fe7831;
	transition: border-color .3s ease;
	}

.program-page-date .span-column {
	padding: 0 0 0.3em 0;
	}
.program-page-date .span-column:last-of-type {
	padding: 0 0 0 0;
	}
.coop-wrapper .program-page-date .span-column {
	padding: 0 0 0.5em 0;
	}
.coop-wrapper .program-page-date .span-column:last-of-type {
	padding: 0 0 0.5em 0;
	}
.program-page-date span.small {
	font-size: 0.8em;
	}
.program-page-date span.smallkome {
	display: block;
	font-size: 0.8em;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
	}
.program-page-date .span-column .dt {
	min-width: 2em;
	padding: 0 0 0 0;
	margin: 0 1.5em 0 0;
	text-align-last: justify;
	position: relative;
	}
.program-page-date.four .span-column .dt {
	min-width: 4em;
	}
.coop-wrapper .program-page-date .span-column .dt {
	min-width: 4em;
	}
.program-page-date .span-column .dt::after {
	content: "\FF5C";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: -1.1em;
	}

.coop-wrapper .trigger {
	position: relative;
	transition: color .3s ease;
	}
.coop-wrapper .trigger:hover {
	cursor: pointer;
	}
.coop-wrapper .trigger span.yajirushi {
	position: absolute;
	top: 0.5em;
	left: -1.7em;
	width: 1em;
	height: 1em;
	}
.coop-wrapper .trigger span.yajirushi::before {
	position: absolute;
	content: '';
	top: 0em;
	left: 0em;
	width: 0.8em;
	height: 0.8em;
	border-right: 1px solid #fe7831;
	border-top: 1px solid #fe7831;
	transform: translate(0, 0) rotate(135deg);
	transition: border-color .3s ease, transform .5s ease;
	}
.coop-wrapper .trigger.active span.yajirushi::before {
	transform: translate(0, 0.5em) rotate(-45deg);
	}
.coop-wrapper .trigger:hover span.yajirushi::before {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	cursor: pointer;
	}
.coop-wrapper .trigger:hover dl.coop-dl dt::after {
	border-right: 1px solid #000;
	}

.coop-wrapper .trigger:hover h4.colabo-h4 {
	color: #000;
	}
.coop-wrapper .trigger:hover h4.colabo-h4 span.caution {
	border-left: 1px solid #000;
	}
.coop-wrapper .trigger:hover h4.colabo-h4 span.close {
	border: 1px solid #000;
	}

.toggle_container {
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}

.toggle_container p.caption {
	font-size: 0.8em;
	line-height: 1.3;
	padding: 0.5em 0 1em 0;
	margin: 0 0 0 0;
	}
.toggle_container p.caption span.small {
	font-size: 0.8em;
	padding-left: 0.1em;
	}
.toggle_container p.comment {
	padding: 0 0 1.5em 0;
	margin: 0 0 0 0;
	}


/*   サウンド - */
.section_wrapper.sound {
	padding: 0 0 0 0;
	margin: 2em 0 0 0;
	}
.hero-wrapper.sound {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	}
.hero-wrapper.sound img {
	width: 100%;
	height: 74vh;
	object-fit: cover;
	}
.hero-caption {
	position: absolute;
	bottom: -2em;
	left: 1em;
	font-size: 0.6em;
	line-height: 1;
	}

/* - アクセス -- */
h3.access-title {
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: bold;
	color: #fe7831;
	}
p.access-title-p {
	font-size: 0.8em;
	line-height: 1.3;
	color: #fe7831;
	padding: 1em 0 2em 0;
	margin: 0 0 0 0;
	}

ul.ul-linkbtn {
	font-size: 1em;
	line-height: 1;
	padding: 2.5em 0 0 0;
	}
ul.ul-linkbtn li.li-linkbtn a {
	font-size: 1em;
	line-height: 1;
	color: #fe7831;
	padding: 0.5em 2em 0.5em 2em;
	border: 1px solid #fe7831;
	display: inline-block;
	transition: color .3s ease, border-color .3s ease;
	}
ul.ul-linkbtn li.li-linkbtn a:hover {
	color: #000;;
	border: 1px solid #000;
	}

.map-wrapper {
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}
.googlemap_sp {
	width: 100%;
	height: 500px;
	margin: 0 0 1em 0;
	position: relative;
	overflow: hidden;
	}
.googlemap_sp iframe {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
	}
.googlemap {
	display: none;
	}
.googlemap iframe {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
	}

ul.access-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3vw 0;
	}
ul.access-list > li {
	width: 100%;
	padding: 0 0 1em 0;
	}
ul.access-list li:last-child {
	margin-right: auto;
	}

ul.access-list.sublist {
	padding: 3em 0 0 0;
	}

.access-img img {
	width: 100%;
	height: auto;
	}

h3.access-name {
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #fe7831;
	border-top: 1px solid #fe7831;
	padding: 0.65em 0 0.5em 0;
	margin: 1em 0 0 0;
	}
ul.access-caption {
	padding: 0 0 1em 0;
	}
.access-caption li.access-add {
	font-size: 0.8em;
	line-height: 1.5;
	}
.access-caption li.access-date {
	font-size: 0.8em;
	line-height: 1.5;
	padding: 0.5em 0 0 0;
	}
.access-caption li.access-date + li.access-date {
	padding: 0 0 0 0;
	}
.access-caption li.access-date span {
	font-size: 0.8em;
	}
.access-caption li.access-artist {
	font-size: 1em;
	line-height: 1.3;
	color: #fe7831;
	padding: 0.75em 0 0 0;
	}
.access-caption li.access-artist + li.access-artist {
	padding: 0.25em 0 0 0;
	}
.access-caption li.access-artist span {
	font-size: 0.8em;
	}

.barrier-free-wrapper {
	border: 1px solid #fe7831;
	border-radius: 0.6em;
	padding: 1.25em 1.25em 1.25em 1.25em;
	margin: 1em 0 0 0;
	}
h3.barrier-free-h3 {
	color: #fe7831;
	font-weight: 700;
	padding: 0 0 0 0;
	margin: 0 0 0.5em 0;
	}
ul.barrier-free-ul {
	list-style-type: disc;
	margin: 0 0 0 2em;
	}
ul.barrier-free-ul > li {
	padding: 0.25em 0 0.25em 0;
	margin: 0 0 0 0;
	}
ul.barrier-free-ul > li .small {
	font-size: 0.8em;
	display: inline-block;
	}

/* - カレンダー -- */
dl.calendar {
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}
dl.calendar dt {
	display: block;
	border: 1px solid #333;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: fit-content;
	aspect-ratio: 1/1;
	text-align: center;
	border-radius: 50%;
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	}
.day {
	display: block;
	width: 4.4em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1em;
	}
.monthof {
	display: block;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	}
.dayof {
	display: block;
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: normal;
	}

dl.calendar dd {
	border-top: 1px solid #333;
	padding: 0.7em 0 0 0.75em;
	margin: 2.2em 0 0 0;
	}
dl.calendar dd + dd {
	border-top: 1px solid #333;
	padding: 0.7em 0 0 1em;
	margin: 1.1em 0 0 0;
	}

dl.calendar dd h3 {
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: bold;
	color: #fe7831;
	padding: 0 0 0.25em 0;
	}
dl.calendar dd h3.close {
	font-weight: normal;
	color: #888;
	padding: 0 0 1.5em 0;
	}
dl.calendar dd span.small {
	font-size: 0.8em;
	}
.calendar-item {
	width: 100%;
	padding: 0 0 0.25em 0;
	}
.calendar-item-time {
	font-size: 0.9em;
	line-height: 1.5;
	}
.calendar-item-venue {
	font-size: 0.9em;
	line-height: 1.5;
	}


/* - ご利用にあたって -- */
ul.submenu {
	padding: 0 0 0 0;
	margin: 1em 0 0 0;
	display: flex;
	flex-wrap: wrap;
	}
ul.submenu li {
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	}
ul.submenu li.current {
	color: #888;
	}

h3.siteinfo-h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 1.5em;
	}
h4.siteinfo-h4 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	}

h4.siteinfo-h4 + p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

ol.siteinfo-ol {
	padding: 0 0 0 1.5em;
	margin: 0.5em 0 0.25em 0;
	list-style-type: decimal;
	}
ol.siteinfo-ol li {
	padding: 0.25em 0 0.25em 0;
	margin: 0 0 0 0;
	}

ol.inner-ol {
	padding: 0 0 0 2.5em;
	margin: 0.5em 0 0.5em 0;
	}
ol.inner-ol li {
	padding: 0.25em 0 0.25em 0;
	margin: 0 0 0 0;
	list-style-type: none;
	position: relative;
	}
ol.inner-ol li span {
	position: absolute;
	left: -2.5em;
	}
ol.inner-ol.browser {
	padding: 0 0 0 4em;
	}

ul.inner-ul {
	padding: 1em 0 0.25em 1.5em;
	margin: 0 0 0 0;
	}
ul.inner-ul li {
	padding: 0 0 0.25em 0;
	margin: 0 0 0 0;
	list-style-type: disc;
	}
ul.inner-ul li a {
	word-break: break-all;
	}

/* ---- レスポンシブ ---- */
/* - スマホ横 -- */
@media (orientation: landscape) and (max-width: 1025px){
.logo-mark {
	width: 20%;
	}
.hamburgler-active .logo-mark {
	width: 30%;
	}
.hero.hamburgler-active .logo-mark img {
	display: block;
	transform: translateY(0);
	opacity: 1;
	}
.hero.hamburgler-active .logo-mark a {
	pointer-events: auto;
	touch-callout: auto;
	}
.global-menu-all nav {
	display: flex;
	flex-direction: row-reverse;
	}
ul.global-menu {
	margin: 1.5em 3em 1em 2em;
	}
ul.global-submenu {
	margin: 1.5em 1em 2em 1em;
	}
.sns-menu-all {
	padding: 2.5em 0 0 0;
	}
ul.sns-menu {
	margin: 0 4em 0 0;
	}
.footer-caption p {
	padding: 0 3em 0 0;
	}

}

/* - タブレット縦横（768px以上） -- */
@media screen and (min-width: 768px), print {

/*     スマホ非表示、PC表示 */
.sp-no {
	display: block;
	}
/*     スマホ表示、PC非表示 */
.pc-no {
	display: none;
	}

/* - TB 構造 -- */
#main {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.main-inner {
	padding: 4% 10% 4% 22%;
	margin: 0 0 0 0;
	}
.main-inner-subpage {
	padding: 10% 10% 4% 22%;
	margin: 0 0 0 0;
	}
.main-inner-wide {
	padding: 4% 0 4% 0;
	margin: 0 0 0 0;
	}



.all-div {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.left-div {
	width: 22%;
	padding: 0 0 0 0;
	margin: 0 2% 0 0;
	}
.left-div.subpage {
	text-align: center;
	}
.right-div {
	width: 74%;
	padding: 4.9vw 0 0 0;
	margin: 0 0 0 2%;
	}
/*      ロゴ */
.logo-navi {
	}
hgroup p.lead {
	font-size: 1rem;
	margin: 0 0 0.5em 0;
	transform: scale(1);
	}
h1 {
	font-size: 1.4rem;
	}
h1 .small {
	display: inline-block;
	}
/* - TB ロゴマークアニメ -- */
.logo-mark {
	width: 20%;
	}

/*      見出し */

/* - TB ヘッダ -- */
/*      ハンバーガー */

/*      グローバルメニュー */
/*      サブメニュー */
/*      SNSメニュー */
ul.sns-menu li a img {
	width: 1.9rem;
	height: 1.9rem;
	}

/* - TB フッタ -- */
#footer {
	padding: 3em 0 0 22%;
	margin: 0 0 0 0;
	}
.footer-wrapper{
	padding: 0 1em 1em 0;
	}
/*      ページトップへ */
.pagetop {
	bottom: 1em;
	right: 2em;
	}

/*      パンくずリスト */
.breadcrumbs {
	padding: 0.5em 0 0 0;
	margin: 0 10vw 0 0;
	}
.breadcrumbs_list {
	font-size: 1.2rem;
	}
.breadcrumbs_list li.home img {
	display: inline-block;
	width: 16px;
	}

/*      フッタメニュー */
.footer-link {
	padding: 0 calc(10% - 0.5em) 0 0;
	margin: 0 0 0 0;
	width: calc(10% + 7em);
	}
ul.footer-submenu {
	font-size: 1.4rem;
	}
ul.footer-submenu > li.link-item {
	margin-right: 1em;
	}
/*      SNSメニュー */
.footer-sns-menu-all {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.footer-sns-menu {
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 0 0 0;
	margin: 0 0.7em 0 0;
	}
ul.footer-sns-menu > li {
	color: #000;
	padding: 0 0 0 0;
	margin: 0.75em 0 0 0;
	border-bottom: none;
	}
/*      コピーライト */
.footer-caption p {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0 1.5em 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright {
	font-size: 1.2rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright small {
	font-size: 1.2rem;
	}
/* - TB メイン -- */
.section_wrapper + .section_wrapper {
	margin: 5em 0 0 0;
	}

.main-content {
	width: 100%;
	padding: 1em 5vw 0 0;
	margin-left: 0.5em;
	}
.main-content.wide {
	width: 100%;
	padding: 1em 0 0 0;
	margin-left: 0.5em;
	}
.heading {
	width: 2em;
	margin-left: -2.5em;
	}
h2.sticky {
	font-size: 1.4em;
	top: 4em;
	}

/*      トップ概要 */
p.about {
	line-height: 1.3;
	}
p.about span.large {
	font-size: 1.8em;
	}
p.about span.small {
	font-size: 0.65em;
	}
p.about span.kome {
	margin: 0.25em 0 0.5em 0;
	}

/*      トップアーティスト */
h3.artist-h3 {
	font-size: 1.3em;
	}
.top-artist-item {
	aspect-ratio: 1/1;
	}
.top-artist-img.tall1 {	/* 井村一登 */
	width: 61.7%;
	}
.top-artist-img.tall2 {	/* 木曽浩太 */
	width: 66.7%;
	}
.top-artist-img.tall3 {	/* 田口薫 */
	width: 82.0%;
	}
.top-artist-img.tall4 {	/* 津野青嵐 */
	width: 57.2%;
	}
.top-artist-img.tall5 {	/* ユダ */
	width: 65.7%;
	}
/*      トッププログラム */
ul.top-program > li {
	margin: 0 0 0 0;
	width: 33.33%;
	}
h3.program-h3 {
	font-size: 1em;
	line-height: 1.3;
	padding: 0 0 0.5em 0;
	}
p.program-date {
	font-size: 0.9em;
	}
p.program-caution {
	font-size: 0.9em;
	}

/*      トップ会場 */
ul.top-access {
	}
ul.top-access > li {
	margin: 0 0 0 0;
	width: 25%;
	}
h3.access-h3 {
	font-size: 0.9em;
	}
/*      トップ主催 */
.top-support p {
	font-size: 1em;
	}
/*      トップ助成 */
ul.top-support-li > li {
	margin: 0 1.5em 0 0;
	}
ul.top-support-li li img {
	height: 4em;
	}

/* - TB 概要 -- */
.about-dl .dl-column {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 2em 0 0 0;
	}
.about-dl .dl-column dt {
	font-weight: normal;
	width: 5em;
	padding: 0 1em 0 0;
	}

ul.support-li > li {
	padding: 0 0 0 0;
	margin: 0 1.25em 0 0;
	}
ul.support-li.first li img {
	width: auto;
	height: 3em;
	}

/* - TB ニュース -- */
.news-item-img {
	display: block;
	width: 25%;
	padding: 0 1em 0.5em 0;
	}
h3.news-page-title {
	font-size: 1.8em;
	}
ul.title-data {
	padding: 1.25em 0 0 0;
	margin: 0 0 0 0;
	}
.page-content {
	padding: 4em 0 0 0;
	}
.btn-back-wrapper {
	padding: 4em 0 0 0;
	}
.page-content p.large {
	font-size: 1.8em;
	}
.page-content-waku {
	padding: 1.5em 1.5em 1.5em 1.5em;
	}

/* - TB アーティスト -- */
ul.artist-list {
	gap: 3.3vw 3%;
	}
ul.artist-list > li {
	width: 48.5%;
	padding: 0 0 0 0;
	}
.artist-img img {
	aspect-ratio: 3/2;
	object-fit: contain;
	object-position: bottom left;
	}
.artist-img img.tall {
	width: 100%;
	}

figure.artist-img figcaption {
	height: calc(1em * 2.5);
	}

figure.artist-single-img figcaption {
	height: auto;
	}

/* - TB プログラム -- */
ul.program-list {
	gap: 3.3vw 3%;
	}
ul.program-list > li {
	width: 48.5%;
	padding: 0 0 0 0;
	}
.program-img img {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: bottom left;
	}
.program-img img.tall {
	width: 100%;
	}

/*      サウンド - */
.section_wrapper.sound {
	padding: 0 0 0 0;
	margin: 4em 0 0 0;
	}

/* - TB アクセス -- */
.googlemap_sp {
	display: none;
	}
.googlemap {
	display: block;
	width: 100%;
	height: 30em;
	margin: 0 0 1em 0;
	}

ul.access-list {
	gap: 3.3vw 3%;
	}
ul.access-list > li {
	width: 48.5%;
	padding: 0 0 0 0;
	}

.access-img img {
	width: 100%;
	height: auto;
	}

/* - TB カレンダー -- */

.calendar-item {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 0 0.25em 0;
	}
.calendar-item-time {
	width: 40%;
	}
.calendar-item-venue {
	flex: 1;
	padding-left: 1em;
	}


}

/* - PC（1025px以上） -- */
@media screen and (min-width: 1025px) {
body {
	font-size: 1.8rem;
	line-height: 1.8;
	}

/* - PC 構造 -- */
#main {
	padding: 0 0 0 0;
	}
.main-inner {
	padding: 5em 10% 6% 22%;
	margin: 0 0 0 0;
	}
.main-inner-subpage {
	padding: 12em 10% 6% 22%;
	margin: 0 0 0 0;
	}
.main-inner-wide {
	width: 100%;
	padding: 10% 10% 6% 10%;
	margin: 0 0 0 0;
	}
	/* .main-inner.sticky {
	padding-top: 13%;
	} */


/*      ロゴ */
.logo-navi {
	}
hgroup p.lead {
	margin: 0 0 0.5em 0;
	}
h1 {
	font-size: 1.4rem;
	}
h1 .small {
	display: inline-block;
	}
.hamburgler-active .logo-mark {
	width: 20%;
	}

/*      見出し */


/* - PC ヘッダ -- */
/*      ハンバーガー */
#hamburgler {
	display: none;
	}
.hamburgler-menu {
	transition: none;
	opacity: 1;
	pointer-events: initial;
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	background-color: transparent;
	overflow-y: hidden;
	/* z-index: auto; */
	}

.menu-wrapper {
	position: relative;
	}
.menu-all {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	transition: transform 0.7s ease-out, opacity 0.7s ease-out;
	opacity: 1;
	transform: translateY(0);
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 920;
	}
.hero .menu-all {
	position: absolute;
	}
.hero .menu-all.is-fixed {
	position: fixed;
	}

.menu-all.is-hide {
	opacity: 0;
	transform: translateY(-100%);
	}

#close {
	display: block;
	position: absolute;
	top: 0;
	right: 1em;
	font-size: 1em;
	color: #888;
	cursor: pointer;
	}
#close:hover {
	color: #fe7831;
	}

/*      グローバルメニュー */
.global-menu-all {
	display: block;
	width: 16em;
	}

ul.global-menu {
	padding: 0 0 0 0;
	margin: 1.8em 1.5em 1em 0;
	display: flex;
	flex-direction: row-reverse;
	font-size: 1.6rem;
	line-height: 1;
	width: auto;
/* 	text-shadow: 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
                 0 0 4px #fff,
				 0 0 4px #fff; */
	}
ul.global-menu > li {
	padding: 0 0 0 0;
	margin: 0 0.3em 0 0.4em;
	writing-mode: vertical-rl;
	}
ul.global-menu > li ul li {
	padding: 0 0 0 0;
	margin: 1em 0.5em 0 0;
	writing-mode: vertical-rl;
	position: relative;
	}
ul.global-menu > li ul li::before {
	content: "\2022";
	width: 1em;
	height: 1em;
	/* 	background-color: #fff; */
	position: absolute;
	top: -0.6em;
	}


/*      サブメニュー */
ul.global-submenu {
	display: none;
	}

/*      SNSメニュー */
.sns-menu-all {
	padding: 0 0 0 0;
	display: block;
	width: 2em;
	}
ul.sns-menu {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 0 0 0 0;
	margin: 1.8em 0.5em 0 0.75em;
	/* 	background-color: #fff; */
	}
ul.sns-menu > li {
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0.75em 0;
	border-bottom: none;
	}

ul.sns-menu li img,
ul.footer-sns-menu li img {
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	}
ul.sns-menu li a img {
	width: 1.6rem;
	height: 1.6rem;
	}
ul.sns-menu li.fb a {
	width: 1.6rem;
	height: 1.6rem;
	}
ul.sns-menu li.fb a::after {
	width: 1.6rem;
	height: 1.6rem;
	}
ul.sns-menu li.is a {
	width: 1.6rem;
	height: 1.6rem;
	}
ul.sns-menu li.is a::after {
	width: 1.6rem;
	height: 1.6rem;
	}
ul.sns-menu li.x a {
	width: 1.6rem;
	height: 1.6rem;
	}
ul.sns-menu li.x a::after {
	width: 1.6rem;
	height: 1.6rem;
	}


/*      スマホメニュー表示時スクロール禁止 */
body.hamburgler-active {
	width: auto;
	height: auto;
	overflow: auto;
	}

/* - PC フッタ -- */
#footer {
	padding: 3em 0 0 22%;
	margin: 0 0 0 0;
	}
.footer-wrapper{
	padding: 0 1em 1em 0;
	}
/*      ページトップへ */
.pagetop {
	bottom: 1em;
	right: 2em;
	}

/*      パンくずリスト */
.breadcrumbs {
	padding: 0.5em 0 0 0;
	margin: 0 10vw 0 0;
	}
.breadcrumbs_list {
	font-size: 1.4rem;
	}

/*      フッタメニュー */
.footer-link {
	padding: 0 10% 0 0;
	margin: 0 0 0 0;
	width: calc(10% + 6em);
	}
ul.footer-submenu > li {
	margin: 0 0 0 0;
	font-size: 1.4rem;
	}
/*      SNSメニュー */
.footer-sns-menu-all {
	padding: 0 0 0 0;
	}
/*      コピーライト */
.footer-caption p {
	font-size: 1.4rem;
	padding: 0 1.5em 0 0;
	}
.footer-copyright {
	font-size: 1.2rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright small {
	font-size: 1.2rem;
	}

/* - PC メイン -- */
/*      トップ概要 */
.top-about {
	padding: 0 0 0 0;
	margin-right: 10vw;
	}
p.about span.large {
	font-size: 1.8em;
	}
p.about span.small {
	font-size: 0.65em;
	}

/*      トップアーティスト */
.top-artist-item {
	aspect-ratio: 1/1;
	}
.top-artist-img.tall1 {	/* 井村一登 */
	width: 57.3%;
	}
.top-artist-img.tall2 {	/* 木曽浩太 */
	width: 62.2%;
	}
.top-artist-img.tall3 {	/* 田口薫 */
	width: 76.4%;
	}
.top-artist-img.tall4 {	/* 津野青嵐 */
	width: 53.4%;
	}
.top-artist-img.tall5 {	/* ユダ */
	width: 61.2%;
	}


/* - PC ニュース -- */

/* - PC アーティスト -- */
ul.artist-list {
	gap: 3vw 2%;
	}
ul.artist-list > li {
	width: 32%;
	}
ul.artist-caption {
	}

figure.artist-img figcaption {
	height: calc(1.1em * 2.25);
	}

/* - PC プログラム -- */
ul.program-list {
	gap: 3vw 2%;
	}
ul.program-list > li {
	width: 32%;
	}

/* - PC アクセス -- */
ul.access-list {
	gap: 3vw 2%;
	}
ul.access-list > li {
	width: 32%;
	}

/* - PC カレンダー -- */



}

/* - PC-WIDE（1430px以上） -- */
@media screen and (min-width: 1430px) {
body {
	font-size: 2.1rem;
	line-height: 1.9;
	}

/*      グローバルメニュー */
#close {
	top: 0.1em;
	right: 1em;
	}
ul.global-menu {
	font-size: 1em;
	}
.global-menu-all {
	width: 18.25em;
	}
.sns-menu-all {
	width: 2em;
	}
/*      フッタメニュー */
.footer-link {
	
	}
/* - PC-WIDE メイン -- */
/*      トップ概要 */
p.about span.large {
	font-size: 2em;
	}
p.about span.small {
	font-size: 0.65em;
	}
/*      トップアーティスト */
.top-artist-item {
	aspect-ratio: 1/0.80;
	}

/* - PC-WIDE アーティスト -- */
ul.artist-list {
	gap: 2vw 2%;
	}
ul.artist-list > li {
	width: 23.5%;
	}

/* - PC-WIDE プログラム -- */
ul.program-list {
	gap: 2vw 2%;
	}
ul.program-list > li {
	width: 23.5%;
	}

/* - PC-WIDE アクセス -- */
ul.access-list {
	gap: 2vw 2%;
	}
ul.access-list > li {
	width: 23.5%;
	}

}

/* - 印刷用 -- */
@media print {
}