@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Noto+Sans:wght@400;600&display=swap');

/* - SP ---- */
/* - SP 変数 - */
:root {
	--color-black: #000000;
	--color-white: #ffffff;
	--color-lightgray: #f8f8f8;
	--color-lightgraylight: #fcfcfc;
	--color-gray: #ccc;
	--color-darkgray: #585858;
	--color-accent: #0016c1;
	--color-red: #ec0000;
	--color-blue: #3460fb;
	--color-green: #197a4b;
	--sidegap: 1.8rem;
	--page-max: 52em;
	--page-two-side: 18%;
	--page-two-contents: 80%;
	}

/* - SP ALL - */
html, body {
	padding: 0;
	margin: 0;
	}

html {
	font-family: "Noto Sans", YakuHanJPs, "BIZ UDGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-size: 62.5%;
	font-weight: 400;
	font-style: normal
	scrollbar-width: thin;
	background-color: var(--color-white);
	}
body {
	color: var(--color-black);
	font-size: 1.5rem;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	/* font-feature-settings: "palt" 1; */
	/* letter-spacing: 0.02em; */
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;	/* 文字サイズ調整無効 */
	display: flex;	/* フッター固定 */
	flex-direction: column;
	min-height: 100dvh;
	}

/*      文字リンク色 */
a {
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	color: var(--color-accent);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-bottom: 1px solid var(--color-accent);
	}
a:link {
	text-decoration: none;
	color: var(--color-accent);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-bottom: 1px solid var(--color-accent);
	}
a:visited {
	text-decoration: none;
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}
a:active { 
	text-decoration: none;
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}
a:hover {
	text-decoration: none;
	color: var(--color-darkgray);
	border-bottom: 1px solid var(--color-darkgray);
	}
a:has(img) {
	color: var(--color-accent);
	border-bottom: none;
	}
a:hover:has(img) {
	border-bottom: 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;
	}

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

/* - SP 基本構造 - */
header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: transparent;
	width: 100%;
	position: sticky;	/* ヘッダー固定 */
	top: 0;
	left: 0;
	z-index: 801;
	}
main {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: var(--color-lightgraylight);
	flex: 1;	/* フッター固定 */
	}
footer {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	background-color: var(--color-lightgray);
	position: relative;
	}

/* - SP ヘッダ - */
.header-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/* background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(30px); */
	background-color: var(--color-white);
	border-bottom: 1px solid var(--color-gray);
	}
.menu-open .header-wrapper {
	backdrop-filter: none;
	}
.header-globalmenu-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	}

/*      ロゴ */
.header-title {
	margin: 1.6rem 0 1.6rem var(--sidegap);
	}
h1 {
	padding: 0;
	margin: 0;
	}
h1 img {
	width: 230px;
	height: auto;
	}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: transparent;
	}
h1 a:hover {
	text-decoration: none;
	color: transparent;
	}

/*      グローバルメニュー */
.header-globalmenu {
	padding: 0 0 0 0;
	display: none;
	}
ul.global-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1;
	transition: opacity .3s ease;
	}
ul.global-menu li {
	font-size: 1.2rem;
	padding: 0 0 0 0;
	margin: 0 0 0 0.75em;
	font-feature-settings: "palt" 1;
/* 	text-box-trim: trim-end;
	text-box-edge: cap alphabetic; */
	}
ul.global-menu li a {
	color: var(--color-black);
	display: inline-block;
	border-bottom: 1px solid transparent;
	}
ul.global-menu li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}
ul.global-menu li.lang {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	border-left: 1px solid var(--color-black);
	}
ul.global-menu li.lang a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.global-menu li.lang a:hover {
	color: var(--color-accent);
	}
abbr.language-menu_abbr {
	font-style: normal;
	text-decoration: none;
	border-bottom-width: 0;
	}

/*      ハンバーガー */
.header-hamburger {
	position: relative;
	padding: 1.4rem var(--sidegap) 1.4rem 1.4rem;
	z-index: 1100;
	}

#menu-button {
	display: grid;
	place-items: center;
	place-content: center;
	width: 3.6rem;
	height: 3rem;
	border: none;
	cursor: pointer;
	background-color: transparent;
	}
.bar,
.bar::before,
.bar::after {
	width: 3.6rem;
	height: 2px;
	background-color: var(--color-black);
	transition: transform 0.3s, background-color 0.3s;
	}
.bar {
	display: grid;
	}
.bar::before,
.bar::after {
	content: '';
	grid-area: 1 / 1;
	}
.bar::before {
	transform: translateY(-0.7rem);
	}
.bar::after {
	transform: translateY(0.7rem);
	}

#menu-button:hover .bar,
#menu-button:hover .bar::before,
#menu-button:hover .bar::after {
	background-color: var(--color-accent);
	}
 
.menu-label {
	transform: translateY(1rem);
	font-weight: bold;
	font-size: 0.9rem;
	color: var(--color-black);
	transition: color 0.3s;
	white-space: nowrap;
	}
#menu-button:hover .menu-label {
	color: var(--color-accent);
	}
.menu-open #menu-button .bar {
	background-color: transparent;
	transition: background-color .1s;
	}
.menu-open #menu-button .bar::before {
	transform: rotate(28deg);
	}
.menu-open #menu-button .bar::after {
	transform: rotate(-28deg);
	}

.menu-open #menu-button:hover .bar {
	background-color: transparent;
	}
.menu-open #menu-button:hover .menu-label {
	color: var(--color-accent);
	}

.drawermenu-wrapper {
	transition: opacity 0.2s ease;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 100dvh;
	background-color: var(--color-white);
	overflow-y: auto;
	z-index: 900;
	}
.menu-open .drawermenu-wrapper {
	opacity: 1;
	pointer-events: initial;
	}

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

/* - SP ドロワーメニュー - */
drawermenu-wrapper {
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 4em 0 0 0;
	overflow-x: hidden;
	scrollbar-width: thin;
	}
ul.drawermenu-list {
	padding: 0 0 0 0;
	border-top: 1px dashed var(--color-darkgray);
	}
ul.drawermenu-list > li {
	font-size: 1.6rem;
	color: var(--color-black);
	border-bottom: 1px dashed var(--color-darkgray);
	padding: 1em 1.4rem 1em var(--sidegap);
	}
ul.drawermenu-list > li a {
	color: var(--color-black);
	border-bottom: 1px solid transparent;
	}
ul.drawermenu-list > li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

ul.drawermenu-sublist {
	padding: 0.25em 0 0 2.5em;
	margin: 0 0 0 0;
	list-style-type: disc;
	}
ul.drawermenu-sublist > li {
	}

/*      メニューロゴ */
.drawermenu-logo {
	margin: 1.6rem 0 1.6rem var(--sidegap);
	width: 230px;
	}
.drawermenu-logo img {
	width: 230px;
	height: auto;
	}

/*      言語選択 */
ul.lang-menu {
	padding: 0.5em 0 0 0;
	}
ul.lang-menu > li {
	font-size: 1em;
	color: var(--color-black);
	padding: 0 var(--sidegap) 1em 1em;
	text-align: right;
	}
ul.lang-menu > li a {
	color: var(--color-black);
	border-bottom: 1px solid transparent;
	}
ul.lang-menu > li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

/*      SNSアイコン */
.sns-menu {
	padding: 2.4em 0 1.6em var(--sidegap);
	margin: 0 0 0 0;
	}
ul.header-nav_sns {
	display: flex;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.header-nav_sns li {
	text-decoration: none;
	color: var(--color-black);
	padding: 0 0 0 0;
	margin: 0 1.75em 0 0;
	width: 22px;
	height: 22px;
	line-height: 1;
	}
ul.header-nav_sns 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.header-nav_sns li a {
	display: inline-block;
	border-bottom: none;
	}
ul.header-nav_sns li a img {
	width: 22px;
	height: 22px;
	}

/*      関連サイトバナー */
.related-menu {
	padding: 3em 0 3em var(--sidegap);
	margin: 0 0 0 0;
	}
ul.footer-banner_list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.footer-banner_list li {
	padding: 0 0 0 0;
	margin: 0 1.5em 0 0;
	}
ul.footer-banner_list li img {
	padding: 0 0 0 0;
	margin: 0 0 0 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;
	}
ul.footer-banner_list li img.footer-banner_at {
	width: 52px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_ala {
	width: 73px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_artschallenge {
	width: 64px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_aichiart {
	width: 58px;
	height: auto;
	}
ul.footer-banner_list li a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

ul.global-submenu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.global-submenu > li {
	font-size: 0.85em;
	padding: 0 0 0 0;
	margin: 0 0 0.3em 0;
	}
ul.global-submenu > li.subitem {
	margin-top: 2em;
	}
ul.global-submenu > li a {
	color: var(--color-black);
	border-bottom: 1px solid var(--color-white);
	}
ul.global-submenu > li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

/* - SP フッタ - */
.footer-wrapper {
	position: relative;
	padding: 0 var(--sidegap) 0 var(--sidegap);
	margin: 0 0 0 0;
	border-top: 1px solid var(--color-gray);
	}

/*      パンくずリスト */
.breadcrumbs {
	padding: 0 var(--sidegap) 0 var(--sidegap);
	margin: 0 0 0 0;
	position: relative;
	border-top: 1px solid var(--color-gray);
	}
ol.breadcrumbs_list {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--color-black);
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	}
ol.breadcrumbs_list li {
	padding: 0 1em 0 0.5em;
	margin: 1rem 0 1rem 0;
	position: relative;
	}
ol.breadcrumbs_list li.home img {
	display: inline-block;
	max-width: inherit;
	width: 1em;
	height: auto;
	vertical-align: baseline;
	}
ol.breadcrumbs_list li:last-of-type {
	padding: 0 0 0 0.5em;
	}
ol.breadcrumbs_list li:not(:last-of-type)::after {
	content: "/";
	color: var(--color-black);
	speak: none;
	position: absolute;
	top: 0;
	right: 0;
	}
ol.breadcrumbs_list li a {
	color: var(--color-black);
	border-bottom: 1px solid transparent;
	}
ol.breadcrumbs_list li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}
ol.breadcrumbs_list li.home a:hover {
	border-bottom: 1px solid transparent;
	}

/*      ロゴメニュー */
.other-menu {
	display: flex;
	justify-content: center;
	}
ul.footer-othermenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 0 0;
	margin: 2.5em 0 2.5em 0;
	}
ul.footer-othermenu li {
	font-size: 0.85em;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0.5em 0.75em 0.5em 0.75em;
	}
ul.footer-othermenu > li a {
	color: var(--color-black);
	border-bottom: 1px solid transparent;
	}
ul.footer-othermenu > li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

.footer-logo-wrapper {
/* 	display: flex;
	justify-content: center; */
	}
.footer-logo {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	}
.footer-logo a {
	display: inline-block;
	border-bottom: none;
	}
.footer-logo img {
	width: 230px;
	height: auto;
	}

.footer-sns-menu {
/* 	display: flex;
	justify-content: center; */
	}
.footer-sns-menu ul.header-nav_sns {
	margin: -0.3em 0 0.6em 0;
	}
.footer-sns-menu ul.header-nav_sns li {
	margin: 0 1.3em 0 0.3em;
	}

.footer-related-menu {
	}
.footer-related-menu ul.footer-banner_list {
	display: flex;
	justify-content: center;

	}
.footer-related-menu ul.footer-banner_list li {
	margin: 0 0.75em 0 0.75em;
	}


/*      コピーライト */
.footer-copyright {
/* 	display: flex;
	justify-content: center; */
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer-copyright p {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: var(--sidegap) 0 var(--sidegap) 0;
	}

/*      フッタメニュー */
.footer-all {
	display: flex;
	flex-direction: column;
	margin: 2em 0 0 0;
	}
.footer-logo-wrapper {
	order: 2;
	}
.footer-menu-wrapper {
	order: 1;
	}

ul.footer-submenu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
ul.footer-submenu > li {
	font-size: 0.85em;
	padding: 0 0 0 0;
	margin: 0 1em 0.8em 1em;
	text-align: center;
	}
ul.footer-submenu > li.subitem {
	width: 100%;
	margin-bottom: 2.6em;
	}
ul.footer-submenu > li a {
	color: var(--color-black);
	border-bottom: 1px solid var(--color-lightgray);
	}
ul.footer-submenu > li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}


/*      ページトップへ */
.pagetop {
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: var(--sidegap);
	right: var(--sidegap);
	z-index: 800;
	}
.pagetop a {
	display: block;
	color: var(--color-gray);
	text-decoration: none;
	background-color: transparent;
	border-radius: 1.6rem;
	position: relative;
	width: 3.2rem;
	height: 3.2rem;
	font-size: 0;
	line-height: 1;
	border: 1px solid var(--color-black);
	}
.pagetop a::before {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	border-top: 1px solid var(--color-black);
	border-right: 1px solid var(--color-black);
	transform: rotate(-45deg);
	position: absolute;
	top: 0.3rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
	}
.pagetop a:hover {
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
.pagetop a:hover::before {
	border-top: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	}

/* - SP 本文レイアウト - */
section {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-direction: column;
	}
section + section {
	padding: 0 0 0 0;
	margin-top: 3em;
	}
section:first-of-type + section {
	padding: 0 0 0 0;
	margin-top: 2em;
	}
section.about-hero + section {
	margin-top: 5em;
	}
section:first-of-type + section:has(.contents-page-two) {
	padding: 0 0 0 0;
	margin-top: 0;
	}
section:first-of-type + section.about {
	margin-top: 5em;
	}
section:last-of-type {
	margin-bottom: 5em;
	}
section[tabindex="-1"]:focus {
	outline: 0;
	}
section.about-hero {
	margin-top: 3em;
	}
section.section-attachment {
	margin-top: 2em;
	}

.contents-titlebg {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	background-color: var(--color-lightgray);
	display: flex;
	flex-direction: column;
	}
.contents {
	width: calc(100% - calc(var(--sidegap) * 2));
	padding: 0 0 0 0;
	margin: 0 auto;
	position: relative;
	}

.contents-left {
	width: calc(100% - var(--sidegap));
	padding: 0 0 0 0;
	margin: 0 0 0 auto;
	position: relative;
	}
.contents-right {
	width: calc(100% - var(--sidegap));
	padding: 0 0 0 0;
	margin: 0 auto 0 0;
	position: relative;
	}

.contents-page-two {
	width: 100%;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	}
.contents-page-side-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	}
.contents-page-side-gray {
	width: 100%;
	background-color: var(--color-lightgray);
	padding: 0 0 1.5em 0;
	margin: -0.75em 0 0 0;
	}
.contents-page-side {
	width: calc(100% - calc(var(--sidegap) * 2));
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	}
.contents-page-contents {
	width: calc(100% - calc(var(--sidegap) * 2));
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	}

.contents-gallery {
	width: calc(100% - calc(var(--sidegap) * 2));
	padding: 0 0 0 0;
	margin: 0 auto;
	position: relative;
	}

/* - SP 各部品 - */
/*      見出し */
h2 {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}

h2.page-title {
	font-size: 1.2em;
	line-height: 1.2;
	/* font-weight: bold; */
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 1.75em 0 1.75em 0;
	}

h3 {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 0.75em 0;
	margin: 0 0 0 0;
	}
* + h3 {
	padding: 3em 0 0.75em 0;
	}
h3.contents-title {
	padding: 0 0 1.25em 0;
	}

.section-wrapper h3 {
	/* padding-top: 1em; */
	}
h3.first-title {
/* 	padding-top: 1em;
	margin-top: -1em; */
	}

h4 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.75em 0 0 0;
	margin: 0 0 0 0;
	}
h4.join-h4 {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.2em 0 0 0;
	margin: 0 0 0 0;
	}

h5 {
	font-size: 1em;
	line-height: 1.6;
	font-weight: bold;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}

h6 {
	font-size: 1em;
	line-height: 1.6;
	font-weight: bold;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}

h2:focus,
h3:focus,
h4:focus,
h5:focus {
	outline: 0;
	}

/*      p justify */
p {
	padding: 0.75em 0 0.75em 0;
	margin: 0 0 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	}
p.no-justify {
	text-align: start;
	text-justify: none;
	}
.kome {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	}
.kome + .kome {
	padding-top: 0.25em;
	}
.indent {
	padding-left: 1.5em !important;
	}
.underline {
	border-bottom: 1px solid var(--color-black);
	}
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;
	}
.inline-bk {
	display: inline-block;
	}
.red {
	color: var(--color-accent);
	}
.normal {
	font-weight: normal;
	}
.small.normal {
	margin-left: 0.5em;
	}

.span-wrapper {
	display: flex;
	flex-wrap: nowrap;
	}
.span-wrapper .span-dt {
	width: fit-content;
	}
.span-wrapper .span-dd {
	flex: 1;
	padding-left: 0.25em;
	}

.bottom-zero {
	padding-bottom: 0;
	}

/*      リスト */
ul {
	padding: 0.5em 0 0.5em 1.75em;
	margin: 0 0 0 0;
	}
ul li {
	padding: 0.25em 0 0.25em 0;
	}
ol {
	padding: 0.5em 0 0.5em 1.75em;
	margin: 0 0 0 0;
	}
ol li {
	padding: 0.25em 0 0.25em 0;
	}
dl {
	padding: 0.25em 0 0.75em 0;
	}
dl dt {
	padding: 0.5em 0 0 0;
	font-weight: bold;
	}
dl dd {
	padding: 0 0 0 1.75em;
	}

li.acolor a,
li.acolor a:link,
li.acolor a:visited,
li.acolor a:active {
	color: var(--color-black);
	border-bottom: 1px solid var(--color-black);
	}
li.acolor a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

a.anchor {
	color: var(--color-black);
	border-bottom: 1px solid var(--color-black);
	}
a.anchor:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

/*      テーブル */
.table-wrapper {
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	padding: 0 0 0.5em 0;
	}
table {
	width: 100%;
	margin: 0.75em 0 0.75em 0;
	border-collapse: collapse;
	font-size: 1em;
	}
table th {
	line-height: 1.35;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--color-darkgray);
	background-color: #aaa;
	}
table td {
	line-height: 1.35;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid var(--color-darkgray);
	}
table img {
	display: inline;
	}

/*      文字装飾 */
strong,
b {
	font-weight: 700;
	font-style: normal;
	}
em,
i {
	font-style: italic;
	}
.small {
	font-size: 0.85em;
	}
.large {
	font-size: 1.25em;
	}
sub {
	font-size: 0.85em;
	vertical-align: baseline;
	}

.both-border {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
.both-border::before,
.both-border::after {
	content: '';
	width: 3.5em;
	height: 1px;
	background-color: var(--color-gray);
	}
.both-border::before {
	margin-right: 1em;
	}
.both-border::after {
	margin-left: 1em;
	}

/*      ルビ <ruby data-ruby=""> */
ruby[data-ruby] {
	position: relative;
	display: inline-block;
	padding-top: 0.7em;
	}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	width: fit-content;
	position: absolute;
	top: 0;
	left: 0;
	/* left: 50%;
	right: 50%; */
	/* transform: translate(-50%, 0); */
	font-size: 0.5em;
	text-align: left;
	white-space: nowrap;
	}
ruby[data-ruby] rt {
	display: none;
	}
ruby.text[data-ruby] {
	position: relative;
	display: inline-block;
	padding-top: 0.8em;
	padding-top: 0;
	}
ruby.text[data-ruby]::before {
	content: attr(data-ruby);
	width: fit-content;
	position: absolute;
	top: -0.8em;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
	font-size: 0.5em;
	text-align: left;
	white-space: nowrap;
	}
ruby.text[data-ruby] rt {
	display: none;
	}

/*      キー入力要素 */
kbd {
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
	display: inline-block;
	font-size: 0.85em;
	line-height: 1;
	padding: 2px 4px;
	margin: 0 2px 0 2px;
	vertical-align: 0.25em;
	white-space: nowrap;
	}
/*      変数要素 */
var {
	font-weight: bold;
	}
/*      略語要素 */
abbr {
	font-style: italic;
	}
/*      文字列マーク要素 */
mark {
	color: var(--color-black);
	background-color: #ccffff;
	}
/*      引用ブロック */
blockquote {
	padding: 0.75em 1em 0.75em 1em;
	margin: 1em 0 1em 0;
	background-color: #eee;
	border-radius: 6px;
	}
blockquote p {
	padding: 0 0 0 0;
	}

/*      YouTube */
.movie-wrap {
	width: 100%;
	position: relative;
	height: 0;
	padding: 0 0 56.25% 0;
	margin: 0 0 1.75em 0;
	overflow: hidden;
	}
.movie-wrap.small {
	width: 80%;
	position: relative;
	height: 0;
	padding: 0 0 calc(80% * 0.5625) 0;
	margin: 0 10% 1.75em 10%;
	overflow: hidden;
	}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.cm {
	width: 70%;
	aspect-ratio: 9 / 16;
	margin: 0 0 2em 1em;
	overflow: hidden;
	}
.cm iframe {
	width: 100%;
	height: 100%;
	}

/*      Googleマップ */
.map-wrapper {
	padding: 0 0 1.75em 0;
	margin: 0 0 0 0;
	}
.googlemap {
	width: 100%;
	height: 30em;
	margin: 0 0 1.75em 0;
	}
.googlemap iframe {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
	}

/* - SP リンクボタン - */
/*      SVGアイコン */
span.icon {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin: 0 0.25em 0 0;
	}

/*      もどるアイコンボタン */
span.yaji-prev {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	width: 1em;
	height: 1em;
	aspect-ratio: 1 / 1;
	vertical-align: middle;
	padding: 1em 1em 1em 1em;
	border: 1px solid var(--color-darkgray);
	background-color: var(--color-white);
	border-radius: 50%;
	position: relative;
	transition: border-color .3s ease, background-color .3s ease;
	cursor: pointer;
	}
span.yaji-prev::after {
	content: '';
	line-height: 1;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid var(--color-black);
	border-left: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	transform-origin: top left;
	transition: border-color .3s ease;
	}
span.yaji-prev:hover {
	border: 1px solid var(--color-accent);
	background-color: var(--color-accent);
	}
span.yaji-prev:hover::after {
	border-top: 1px solid var(--color-white);
	border-left: 1px solid var(--color-white);
	}

/*      すすむアイコンボタン */
span.yaji-next {
	display: inline-block;
	font-size: 1em;
	height: 1em;
	line-height: 1;
	width: 1em;
	aspect-ratio: 1 / 1;
	vertical-align: middle;
	padding: 1em 1em 1em 1em;
	border: 1px solid var(--color-darkgray);
	background-color: var(--color-white);
	border-radius: 50%;
	position: relative;
	transition: border-color .3s ease, background-color .3s ease;
	cursor: pointer;
	}
span.yaji-next::after {
	content: '';
	line-height: 1;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid var(--color-black);
	border-right: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateX(50%) rotate(45deg);
	transform-origin: top right;
	transition: border-color .3s ease;
	}
span.yaji-next:hover {
	border: 1px solid var(--color-accent);
	background-color: var(--color-accent);
	}
span.yaji-next:hover::after {
	border-top: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	}

span.yaji-prev.swiper-button-disabled,
span.yaji-next.swiper-button-disabled {
	border: 1px solid var(--color-gray);
	background-color: var(--color-white);
	cursor: default;
	}
span.yaji-prev.swiper-button-disabled::after {
	border-top: 1px solid var(--color-gray);
	border-left: 1px solid var(--color-gray);
	}
span.yaji-next.swiper-button-disabled::after {
	border-top: 1px solid var(--color-gray);
	border-right: 1px solid var(--color-gray);
	}
span.yaji-prev.swiper-button-disabled:hover,
span.yaji-next.swiper-button-disabled:hover {
	background-color: var(--color-white);
	}

a span.yaji-next {
	border: 1px solid var(--color-darkgray);
	background-color: var(--color-white);
	}
a span.yaji-next::after {
	border-top: 1px solid var(--color-darkgray);
	border-right: 1px solid var(--color-darkgray);
	}
a:hover span.yaji-next {
	border: 1px solid var(--color-accent);
	background-color: var(--color-accent);
	}
a:hover span.yaji-next::after {
	border-top: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	}

/*      一時停止アイコンボタン */
span.yaji-stop,
span.yaji-stop2 {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	width: 1em;
	height: 1em;
	aspect-ratio: 1 / 1;
	vertical-align: middle;
	padding: 0.8em 0.8em 0.8em 0.8em;
	border: 1px solid var(--color-darkgray);
	background-color: var(--color-white);
	border-radius: 50%;
	position: relative;
	transition: border-color .3s ease, background-color .3s ease;
	cursor: pointer;
	}

span.yaji-stop::after,
span.yaji-stop2::after {
	content: '';
	line-height: 1;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	background-image: url("../img/paused.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: top;
	}
span.yaji-stop:hover,
span.yaji-stop2:hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
span.yaji-stop:hover::after,
span.yaji-stop2:hover::after {
	background-position-y: bottom;
	}

span.yaji-stop.paused::after,
span.yaji-stop2.paused::after {
	background-image: url("../img/paused-r.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: top;
	}
span.yaji-stop.paused:hover::after,
span.yaji-stop2.paused:hover::after {
	background-position-y: bottom;
	}

/*      外部リンク↗︎ */
a:has(span.ex-link) {
	display: inline-flex;
	align-items: center;
	}
a span.ex-link {
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	padding: 0 0 0 0;
	margin: 0 0 0 0.3em;
	background-image: url("../img/ex-link.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	}
a:hover span.ex-link {
	background-position: bottom;
	}

a:has(span.yaji-ex) {
	display: inline-block;
	font-family: var(--font-m);
	font-weight: var(--font-m-w);
	font-size: max(0.85em, 12px);
	line-height: 1;
	color: var(--color-black);
	padding: 0.7em 2em 0.7em 2em;
	margin: 0 0 0 0;
	border: 1px solid var(--color-darkgray);
	border-radius: 9999px;
	background-color: var(--color-white);
	}
a:has(span.yaji-ex):hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
a span.ex-link2 {
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	padding: 0 0 0 0;
	margin: 0 0 0 0.75em;
	background-image: url("../img/ex-link-w.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	}
a:hover span.ex-link2 {
	background-position: bottom;
	animation: iconfade 0.3s ease;
	}
@keyframes iconfade {
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0.5;
	}
	100%{
		opacity: 1;
	}
}

/*      読み込みボタン↓ */
.btn-more {
	font-size: max(0.85em, 12px);
	line-height: 1;
	color: var(--color-black);
	padding: 0.8em 3em 0.8em 2em;
	margin: 0 0 0 0;
	border: 1px solid var(--color-darkgray);
	border-radius: 9999px;
	background-color: transparent;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease;
	cursor: pointer;
	position: relative;
	}
.btn-more::after {
	content: '';
	vertical-align: middle;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	display: block;
	border-right: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	right: 1.75em;
	transform: translateY(-75%) rotate(45deg);
	transform-origin: center center;
	transition: border-color .3s ease;
	}
.btn-more:hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
.btn-more:hover::after {
	border-right: 1px solid var(--color-white);
	border-bottom: 1px solid var(--color-white);
	}

/*      ダウンロードボタン↓ */
a:has(span.yaji-downw) {
	display: inline-block;
	font-size: max(0.85em, 12px);
	line-height: 1;
	color: var(--color-black);
	padding: 0.7em 2em 0.7em 2em;
	margin: 0 0 0 0;
	border: 1px solid var(--color-darkgray);
	border-radius: 9999px;
	background-color: var(--color-white);
	}
a:has(span.yaji-downw):hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
a span.yaji-downw {
	display: inline-block;
	padding: 0 1.25em 0 0;
	position: relative;
	}
a span.yaji-downw::before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border-right: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-75%) rotate(45deg);
	transform-origin: center center;
	transition: border-color .3s ease;
	}
a:hover span.yaji-downw::before {
	border-right: 1px solid var(--color-white);
	border-bottom: 1px solid var(--color-white);
	}

/*      サイドページ内リンク↓ */
a:has(span.yaji-down) {
	color: var(--color-black);
	border-bottom: none;
	}
a:hover:has(span.yaji-down) {
	color: var(--color-accent);
	border-bottom: none;
	}
a span.yaji-down {
	display: inline-block;
	padding: 0 0 0 1.25em;
	position: relative;
	font-size: max(0.85em, 12px);
	line-height: 1.4;
	}
a span.yaji-down::before {
	content: '';
	vertical-align: middle;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	display: block;
	border-right: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(0) rotate(45deg);
	transform-origin: bottom left;
	transition: border-color .3s ease;
	}
a:hover span.yaji-down::before {
	border-right: 1px solid var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}
a span.link {
	border-bottom: 1px solid transparent;
	transition: border-color .3s ease;
	}
a:hover span.link {
	border-bottom: 1px solid var(--color-accent);
	}

/*      サイドもどるリンク↓ */
a:has(span.yaji-backlink) {
	color: var(--color-black);
	border-bottom: none;
	}
a:hover:has(span.yaji-backlink) {
	color: var(--color-accent);
	border-bottom: none;
	}
a span.yaji-backlink {
	display: inline-block;
	padding: 0 0 0 1.25em;
	position: relative;
	font-size: max(0.85em, 12px);
	line-height: 1.4;
	}
a span.yaji-backlink::before {
	content: '';
	vertical-align: middle;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	display: block;
	border-left: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(20%) rotate(45deg);
	transform-origin: bottom left;
	transition: border-color .3s ease;
	}
a:hover span.yaji-backlink::before {
	border-left: 1px solid var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

/*      サイドもどるボタン← */
a:has(span.yaji-back) {
	display: inline-block;
	font-size: max(0.75em, 12px);
	line-height: 1;
	color: var(--color-black);
	padding: 0.6em 1.25em 0.6em 1.25em;
	margin: 0 0 0 0;
	border: 1px solid var(--color-darkgray);
	border-radius: 9999px;
	background-color: transparent;
	}
a:has(span.yaji-back):hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
a span.yaji-back {
	display: inline-block;
	padding: 0 0 0 1.1em;
	position: relative;
	}
a span.yaji-back::before {
	content: '';
	vertical-align: middle;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid var(--color-black);
	border-left: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	transform-origin: center center;
	transition: border-color .3s ease;
	}
a:hover span.yaji-back::before {
	border-top: 1px solid var(--color-white);
	border-left: 1px solid var(--color-white);
	}

/*      前ボタン← */
.btn-back {
	font-size: max(0.85em, 12px);
	line-height: 1;
	color: var(--color-black);
	padding: 0.8em 2em 0.8em 3em;
	margin: 0 0 0 0;
	border: 1px solid var(--color-darkgray);
	border-radius: 9999px;
	background-color: transparent;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease;
	cursor: pointer;
	position: relative;
	}
.btn-back::before {
	content: '';
	vertical-align: middle;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	display: block;
	border-bottom: 1px solid var(--color-black);
	border-left: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	left: 2em;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center center;
	transition: border-color .3s ease;
	}
.btn-back:hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
.btn-back:hover::before {
	border-bottom: 1px solid var(--color-white);
	border-left: 1px solid var(--color-white);
	}

/*      進むボタン→ */
a:has(span.yaji-go) {
	display: inline-block;
	font-family: var(--font-m);
	font-weight: var(--font-m-w);
	/* font-size: 0.85em; */
	font-size: max(0.85em, 12px);
	line-height: 1;
	color: var(--color-black);
	padding: 0.7em 2em 0.7em 2em;
	margin: 0 0 0 0;
	border: 1px solid var(--color-darkgray);
	border-radius: 9999px;
	background-color: var(--color-white);
	}
a:has(span.yaji-go.pink) {
	background-color: var(--color-pink);
	}
a:has(span.yaji-go):hover {
	color: var(--color-white);
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	}
a span.yaji-go {
	display: inline-block;
	padding: 0 1.25em 0 0;
	position: relative;
	}
a span.yaji-go::before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid var(--color-black);
	border-right: 1px solid var(--color-black);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center center;
	transition: border-color .3s ease;
	}
a:hover span.yaji-go::before {
	border-top: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	}
.item-right {
	padding: 0 0 0 0;
	margin: 1.5em 0 0 0;
	text-align: right;
	}
li.link-btn-item {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/* - SP トップページ - */
/*      ヒーローエリア */
.hero-wrapper {
	padding: 0 0 1.5em 0;
	height: auto;
	position: relative;
	}
.swiper-slide {
	background-color: var(--color-white);
	}
ul.artists-caption-ul {
	padding: 0.5em 0 0 0;
	margin: 0 0 0 0;
	}
ul.artists-caption-ul > li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: max(0.6em, 12px);
	line-height: 1.5;
	text-align: start;
	text-justify: none;
	}
.artistcontroller {
	position: absolute;
	bottom: 0;
	right: var(--sidegap);
	z-index: +1;
	}
.artistcontroller .btn-go {
	display: flex;
	align-items: center;
	gap: 0.5em;
	}
.artistcontroller .btn-go a {
	display: block;
	margin-left: 0.5rem;
	}
.artistcontroller .btn-go span.yaji-prev,
.artistcontroller .btn-go span.yaji-next {
	padding: 0.8em;
	}

/*      概要 */
hgroup.top-h2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
hgroup.top-h2 p {
	font-size: 0.9em;
	padding: 0 0 0 0;
	margin: 0 0 0.25em 0;
	text-align: center;
	color: var(--color-darkgray);
	}
hgroup.top-h2 h2 {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}

.lead-section {
	padding: 0 0 1.25em 0;
	margin: 0 0 0 0;
	}

dl.top-dl {
	padding: 0 0 0 0;
	margin: 0.75em 0 1.5em 0;
	}
dl.top-dl dt {
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0.25em 0;
	}
dl.top-dl dd {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	text-align: center;
	}

dl.about-dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
dl.about-dl dt {
	width: 20%;
	font-weight: normal;
	padding: 0 0 1.5em 0;
	margin: 0 0 0 0;
	}
dl.about-dl dd {
	width: 80%;
	padding: 0 0 1.5em 0;
	margin: 0 0 0 0;
	}
dl.about-dl dt:last-of-type {
	padding-bottom: 0;
	}
dl.about-dl dd:last-of-type {
	padding-bottom: 0;
	}

ul.support {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	/* align-items: center; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.support > li {
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	text-align: center;
	}
ul.support 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;
	display: inline-block;
	width: auto;
	height: 54px;
	}
ul.support > li span {
	display: inline-block;
	text-align: center;
	font-size: 0.5em;
	line-height: 1.5;
	margin-top: 0.5em;
	}

/*      フレームボックス */
.frame-box {
	padding: 1.2em 1.2em 1.2em 1.2em;
	margin: 0 0 0 0;
	position: relative;
	border: 1px solid var(--color-gray);
	background-color: var(--color-white);
	border-radius: 1em;
	}
.frame-box p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.frame-box p + p {
	padding-top: 1.25em;
	}


/*      ニュースエリア */
ul.news-list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px dotted var(--color-gray);
	}
ul.news-list > li {
	padding: 1.25em 0 1.25em 0;
	margin: 0 0 0 0;
	border-top: 1px dotted var(--color-gray);
	}

ul.news-list-metadata {
	display: flex;
	align-items: center;
	padding: 0 0 0 0;
	margin: 0 0 0.75em 0;
	}
ul.news-list-metadata li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1;
	}
ul.news-list-metadata li:has(time) {
	width: 8em;
	}

ul.news-list > li h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.6;
	color: var(--color-black);
	display: block;
	border-bottom: 1px solid transparent;
	}
ul.news-list > li a {
	text-decoration: none;
	color: var(--color-black);
	border-bottom: 1px solid transparent;
	}
ul.news-list > li a:hover {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}

/*      アーカイブエリア */
.archive-wrapper {
	width: 100%;
	overflow: hidden;
	}
.archive-wrapper .swiper {
	/* overflow: visible; */
	overflow: hidden;
	}
ul.top-video-list {
	width: 100%;
	display: flex;
	padding: 0 0 0 0;
	margin: 0.75em 0 0.75em 0;
	}
ul.top-video-list li.top-video-item {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

h3.top-video {
	font-size: 0.9em;
	padding: 0 0 0 0;
	margin: 0.75em 0 0 0;
	}

.archivecontroller {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin-top: 0.75em;
	}
.archivecontroller .btn-go {
	display: flex;
	align-items: center;
	gap: 0.5em;
	}
.archivecontroller .btn-go a {
	display: block;
	margin-left: 0.5rem;
	}
.archivecontroller .btn-go span.yaji-prev,
.archivecontroller .btn-go span.yaji-next {
	padding: 0.8em;
	}
.archivecontroller .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto 0 0;
	bottom: auto;
	top: auto;
	width: auto;
	}

.swiper-pagination-bullet {
	width: 1rem;
	height: 0.4rem;
	border-radius: 9999px;
	margin: 0 1rem 0 0;
	background-color: var(--color-darkgray);
	opacity: 0.6;
	transition: color .3s ease, width .3s ease;
	}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 4rem;
	background-color: var(--color-accent);
	}

.movie-item {
	width: 100%;
	position: relative;
	height: 0;
	padding: 0 0 56.25% 0;
	margin: 0 0 0 0;
	overflow: hidden;
	}
.movie-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	}


/* - SP ニュース - */
/*      一覧 */
ul.section-back {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.section-back li {
	padding: 0 0 0 0;
	margin: 0 0 0.75em 0;
	line-height: 1.2;
	}
p.section-back a:hover {
	border-bottom: 1px solid var(--color-accent);
	}

h3.section-title {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}
ul.news-list.infinite > li {
	padding: 1.5em 0 1.5em 0;
	}

/*      記事もっと表示 */
ul.infinite li {
	opacity: 1;
	display: block;
	height: auto;
	transition: opacity .3s ease;
	}
ul.infinite li.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	}

ul.infinite li.is-hidden dl.press {
	display: none;
	}


/*      詳細 */
.contents-page-info {
	padding: 0 0 0 0;
	margin: 2em 0 0.75em 0;
	}
.contents-page-link {
	}
ul.contents-metadata {
	display: flex;
	align-items: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.contents-metadata li {
	padding: 0 0 0 0;
	margin: 0 0.75em 0 0;
	line-height: 1;
	}

ul.contents-linklist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.contents-linklist li {
	padding: 0 0 0 0;
	margin: 0.75em 1em 0 0;
	line-height: 1;
	}
ul.contents-linklist li:has(.yaji-back) {
	width: 100%;
	margin-top: 0;
	}

hgroup.news-h3 {
	padding: 0 0 0.5em 0;
	margin: 0 0 2em 0;
	border-bottom: 1px solid var(--color-gray);
	}

h3.news-page-title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

ul.news-data {
	padding: 1.25em 0 0 0;
	margin: 0 0 0 0;
	}
ul.news-data li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	}

h4.news-h4 {
	font-size: 1em;
	padding: 0 0 0.75em 0;
	margin: 0 0 0 0;
	}

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

/*      ニュース日付 */
time.news-date {
	color: var(--color-black);
	font-size: 0.9em;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	white-space: nowrap;
	}
/*      ニュースカテゴリ */
span.category {
	width: 6em;
	font-size: max(0.75em, 12px);
	font-weight: bold;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	color: var(--color-white);
	text-align: center;
	background-color: var(--color-darkgray);
	padding: 0.4em 0.5em 0.4em 0.5em;
	margin: 0 0.5em 0 0;
	border-radius: 4px;
	display: inline-block;
	}

/*      ニュース本文 */
.cms-contents h1 {
	text-align: center;
	font-size: 2em;
	line-height: 1.35;
	font-weight: bold;
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	}
.cms-contents h2 {
	font-size: 1.9em;
	line-height: 1.35;
	font-weight: bold;
	text-align: left;
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	}
.cms-contents h3 {
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.5em 0 0.75em 0;
	margin: 0 0 0 0;
	}
.cms-contents h4 {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.75em 0 0.75em 0;
	margin: 0 0 0 0;
	border: none;
	}
.cms-contents h5 {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
	padding: 2em 0 0.5em 0;
	margin: 0 0 0 0;
	}
.cms-contents h6 {
	font-size: 1em;
	line-height: 1.6;
	font-weight: bold;
	padding: 2em 0 0.25em 0;
	margin: 0 0 0 0;
	}
.cms-contents p {
	padding: 0.75em 0 0.75em 0;
	margin: 0 0 0 0;
	}
.cms-contents p:has(img) {
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	}
.cms-contents p img {
	max-width: 100%;
	display: inline-block !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	}

.cms-contents .imgflex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.5em 1.5em;
	padding-bottom: 1.5em;
	}
.cms-contents .imgflex a {
	border-bottom: none;
	display: inline-block;
	}
.cms-contents .imgflex a:hover {
	border-bottom: none;
	}
.cms-contents .imgflex img {
	width: 100%;
	height: auto;
	display: inline-block !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	}

.cms-contents a {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
	}
.cms-contents a:hover {
	color: var(--color-darkgray);
	border-bottom: 1px solid var(--color-darkgray);
	}
.cms-contents a:has(img) {
	color: var(--color-accent);
	border-bottom: none;
	}
.cms-contents a:hover:has(img) {
	border-bottom: 1px solid var(--color-darkgray);
	border-bottom: none;
	}

.cms-contents ul,
.cms-contents ol,
.cms-contents dl {
	padding-top: 1em;
	padding-bottom: 1em;
	}
.cms-contents p:has(strong) + dl {
	margin-top: -1.25em;
	}

.cms-contents table {
	width: 100%;
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	}
.cms-contents table th {
	line-height: 1.25;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--color-darkgray);
	}
.cms-contents table td {
	line-height: 1.5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid var(--color-darkgray);
	}
.cms-contents table img {
	display: inline-block;
	}
.cms-contents .movie-wrap {
	width: 80%;
	position: relative;
	height: 0;
	padding: 0 0 calc(80% * 0.5625) 0;
	margin: 0 0 1em 0;
	overflow: hidden;
	}

/*      ニュース本文リセット */
.cms-contents p,
.cms-contents p span {
	font-family: "Noto Sans", YakuHanJPs, "BIZ UDGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji" !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	background-color: inherit !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	}
.cms-contents p span.normalfont {
	font-weight: 400 !important;
	}
.cms-contents table {
	width: auto !important;
	height: auto !important;
	}
.cms-contents table tr {
	width: inherit !important;
	height: inherit !important;
	}
.cms-contents table th,
.cms-contents table td {
	width: inherit !important;
	height: inherit !important;
	padding: 0.5em 0.5em 0.5em 0.5em !important;
	margin: 0 0 0 0 !important;
	vertical-align: middle !important;
	}
.cms-contents table th p,
.cms-contents table td p {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	}

/*      添付ファイルリスト */
.attachment-wrapper {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.news-download {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px dotted var(--color-gray);
	}
ul.news-download li {
	padding: 0.75em 0 0.75em 2em;
	border-top: 1px dotted var(--color-gray);
	line-height: 1.5;
	position: relative;
	}
ul.news-download li + li.light {
	border-top: 1px dotted #eee;
	}
ul.news-download li a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--color-black);
	border-radius: 2.5px;
	position: absolute;
	top: 1.65em;
	left: 1em;
	transform: translateY(-50%);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.news-download li a {
	color: var(--color-black);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	}
ul.news-download li a:hover {
	color: var(--color-accent);
	text-decoration: none;
	border-bottom: 1px solid var(--color-accent);
	}

/*      画像ギャラリー（モーダル） */
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: var(--color-accent) !important;
	}

.modaal-gallery-item 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;
	}

/*      もどるボタンエリア */
.center-btn {
	text-align: center;
	}
.center-btn:has(.btn-more) {
	text-align: center;
	margin-top: 3em;
	}

/* - SP 概要 - */
ul.outline-ul {
	padding: 0 0 0.75em 0;
	margin: 0 0 0 0;
	}
ul.outline-ul li {
	list-style-type: disc;
	padding: 0 0 0.5em 0;
	margin: 0 0 0 1.5em;
	}

h3.about-h3 {
	font-size: 1em;
	padding: 0 0 0.75em 0;
	margin: 0 0 0 0;
	}
h4.about-h4 {
	font-size: 1em;
	padding: 2.5em 0 0.75em 0;
	margin: 0 0 0 0;
	}
h4.about-h4 span.small {
	font-weight: normal;
	}
p.about-theme {
	font-size: 1.35em;
	line-height: 1.5;
	font-weight: bold;
	}



/*      詳細 */
dl.dl-table {
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	}
dl.dl-table dt {
	width: 6.25em;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.3em 0 1.75em 0;
	margin: 0 0 0 0;
	border-top: 1px solid var(--color-darkgray);
	}
dl.dl-table dd {
	width: calc(100% - 6.25em);
	padding: 1em 0 1.5em 0;
	margin: 0 0 0 0;
	line-height: 1.5;
	border-top: 1px solid var(--color-gray);
	}
dl.dl-table dd p {
	}

dl.dl-table dd .headline + ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0.25em;
	}
dl.dl-table dd ul + .headline {
	display: inline-block;
	padding-top: 0.5em;
	}

.archive-lead {
	padding-bottom: 0;
	}

/*      キービジュアル */
.img-all {
	padding: 0.75em 0 0.75em 0;
	}
.key_visual {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	}
.key_visual-h {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 2em 0 0 0;
	}
.key_visual-h img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: left bottom;
	}
.author-caption {
	font-size: 0.7em;
	padding: 0.5em 0 0 0;
	margin: 0 0 0 0;
	}
.logomark {
	width: 100%;
	height: auto;
	}
.movie-item.archive {
	margin: 1em 0 1em 0;
	}

/*      関連リンク */
ul.archive-link {
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed var(--color-darkgray);
	}
ul.archive-link li {
	padding: 0.75em 0 0.75em 2em;
	border-top: 1px dashed var(--color-darkgray);
	position: relative;
	}
ul.archive-link li a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--color-black);
	border-radius: 2.5px;
	position: absolute;
	top: 1.65em;
	left: 1em;
	transform: translateY(-50%);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.archive-link li a {
	color: var(--color-black);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	}
ul.archive-link li a:hover {
	color: var(--color-accent);
	text-decoration: none;
	border-bottom: 1px solid var(--color-accent);
	}

/* - SP アーティスト -- */
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.6em;
	line-height: 1.5;
	color: #333;
	padding: 0.75em 0 1em 0;
	margin: 0 0 0 0;
	}
ul.img-caption li.img-title {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.img-caption li.img-sub {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
h3.artist-name {
	font-size: 1.35em;
	line-height: 1.2;
	font-weight: bold;
	/* 	border-top: 1px solid var(--color-darkgray); */
	padding: 0 0 0.5em 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;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.artist-caption li.name-birth {
	font-size: 0.8em;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.artist-caption li.name-venue {
	font-size: 0.8em;
	line-height: 1.3;
	padding: 0.75em 0 0 0;
	}

a h3.artist-name {
	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 {
	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 {
	}
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 {
	}

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



/* - SP ご利用にあたって - */
.siteinfo .frame-box h3 {
	padding-top: 2em;
	margin-top: -2em;
	}
.siteinfo .frame-box h4 {
	font-size: 1em;
	}
.siteinfo .frame-box h4 + p {
	padding-top: 0.5em;
	}
.siteinfo .frame-box p + h4 {
	padding-top: 2.25em;
	}
ol.inner-ol {
	padding: 0.25em 0 0.25em 2.5em;
	margin: 0 0 0 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;
	width: 2.25em;
	text-align: right;
	}

ol.inner-ol.browser {
	padding: 0 0 0.75em 4.25em;
	margin: 0.5em 0 0 0;
	}

ul.inner-ul {
	padding: 0.25em 0 0.25em 2.5em;
	margin: 0 0 0 0;
	}
ul.inner-ul li {
	padding: 0.25em 0 0.25em 0;
	margin: 0 0 0 0;
	list-style-type: disc;
	}

ul.inner-ul li a {
/* 	color: var(--color-black);
	border-bottom: 1px solid var(--color-black); */
	}
ul.inner-ul li a:hover {
/* 	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent); */
	}

.section-wrapper {
	padding: 5em 0 0 0;
	margin: 0 0 0 0;
	}

.info-btn {
	padding: 0 0 0.75em 0;
	}

/* -----レスポンシブ----- */

/* - SP-SMALL（374px以下） ---- */
@media screen and (max-width: 374px) {
}

/* - SP-横位置（767px以下） ---- */
@media (orientation: landscape) and (max-width: 1023px){
}

/* - TB（767px以上） ---- */
@media screen and (min-width: 768px) {
/* - TB 変数 - */
:root {
	--sidegap: 2rem;
	--page-max: 84%;
	}
/* - TB ALL - */
body {
	font-size: 1.6rem;
	line-height: 1.75;
	}

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

/* - TB 基本構造 - */
header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
main {
	padding: 0 0 0 0;
	}
footer {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/* - TB ヘッダ - */
/*      ロゴ */
.header-title {
	margin: 1.8rem 0 1.8rem var(--sidegap);
	}
h1 img {
	width: 260px;
	}
/*      グローバルメニュー */
.header-globalmenu {
	padding: 0 0 0 0;
	}

ul.global-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 0 1em 0 0;
	margin: 0 0 0 0;
	}
ul.global-menu li {
	font-size: 1.4rem;
	padding: 0 0 0 0;
	margin: 0 0 0 1.6rem;
	background-color: transparent;
	}
ul.global-menu li.lang {
	padding: 0 0 0 1.6rem;
	margin: 0 0 0 1.6rem;
	border-left: 1px solid var(--color-black);
	}

.menu-open ul.global-menu {
	display: none;
	}

/*      ハンバーガー */
#menu-button {
	width: 2.6rem;
	height: 3rem;
	}

/* - TB ドロワーメニュー - */
.drawer-wrapper {
	padding: 0 0 0 calc(calc(100% - var(--page-max)) / 2);
	}
ul.drawermenu-list {
	padding: 0 0 0 0;
	}
ul.drawermenu-list > li {
	font-size: 1.7rem;
	line-height: 1.7;
	padding: 1em 1.4rem 1em 0.25em;
	}

/*      メニューロゴ */
.drawermenu-logo {
	margin: 1.8rem 0 1.8rem var(--sidegap);
	width: 260px;
	}
.drawermenu-logo img {
	width: 260px;
	}

/*      言語選択 */
ul.lang-menu {
	padding: 1em 0 0 0;
	}

/*      SNSアイコン */
.sns-menu {
	padding: 5em 0 2em calc(calc(100% - var(--page-max)) / 2);
	margin: 0 0 0 0;
	}

/*      関連サイトバナー */
.related-menu {
	padding: 4em 0 4em calc(calc(100% - var(--page-max)) / 2);
	margin: 0 0 0 0;
	}
ul.footer-banner_list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.footer-banner_list li img.footer-banner_at {
	width: 52px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_ala {
	width: 73px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_artschallenge {
	width: 64px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_aichiart {
	width: 58px;
	height: auto;
	}

/* - TB フッタ - */

/*      パンくずリスト */
.breadcrumbs {
	}
ol.breadcrumbs_list {
	font-size: 1.2rem;
	}
ol.breadcrumbs_list li {
	margin: 1.4rem 0 1.4rem 0;
	}

/*      ロゴメニュー */
.footer-logo img {
	width: 260px;
	}
ul.footer-othermenu {
	}
ul.footer-othermenu li {
	font-size: 0.9em;
	}

.footer-sns-menu ul.header-nav_sns {
	margin: 0em 0 1.4em 0;
	}

/*      コピーライト */
.footer-copyright {
	}
.footer-copyright p {
	font-size: 1.2rem;
	}

/*      フッタメニュー */
.footer-all {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 2em 0 0 0;
	}
.footer-logo-wrapper {
	order: 1;
	}
.footer-menu-wrapper {
	order: 2;
	}
ul.footer-submenu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	}
ul.footer-submenu > li {
	font-size: 0.85em;
	padding: 0 0 0 0;
	margin: 0 0 1.6em 2em;
	text-align: right;
	}
ul.footer-submenu > li.subitem {
	width: 100%;
	margin-bottom: 0;
	}

/*      ページトップへ */

/* - TB 本文レイアウト - */
.contents {
	width: var(--page-max);
	}

.contents-left {
	width: calc(100% - calc(calc(100% - var(--page-max)) / 2));
	}
.contents-right {
	width: calc(100% - calc(calc(100% - var(--page-max)) / 2));
	}
.contents-page-side-wrapper {
	}
.contents-page-side {
	width: var(--page-max);
	}
.contents-page-contents {
	width: var(--page-max);
	}

/* - TB 各部品 - */
/*      見出し */
/*      リスト */
/*      テーブル */
/*      引用ブロック */
blockquote {
	padding: 1.5em 2em 1.5em 2em;
	margin: 1em 0 1em 0;
	background-color: #eee;
	border-radius: 6px;
	}
blockquote p {
	padding: 0 0 0 0;
	}

/* - TB リンクボタン - */
/*      ページ内リンク */
.item-right {
	margin: 2em 0 0 0;
	}

/* - TB トップページ - */
/*      ヒーローエリア */
.hero-wrapper {
	padding: 0 0 2em 0;
	}
/*      概要 */
hgroup.top-h2 h2 {
	font-size: 1.8em;
	}

.lead-section {
	padding: 0 0 2em 0;
	margin: 0 0 0 0;
	}

dl.about-dl dt {
	padding: 0 0 2em 0;
	}
dl.about-dl dd {
	padding: 0 0 2em 0;
	}

ul.support > li {
	margin: 0 2em 0 0;
	}
ul.support li img {
	height: 60px;
	}

/*      フレームボックス */
.frame-box {
	padding: 3em 3em 3em 3em;
	}

/*      ニュースエリア */
/*      アーカイブエリア */

/* - TB ニュース - */
/*      一覧 */
/*      詳細 */

/* - TB 概要 - */
h4.about-h4 {
	padding: 3em 0 0.75em 0;
	}

/* - TB アーティスト -- */
ul.artist-list {
	gap: 3vw 4%;
	}
ul.artist-list > li {
	width: 48%;
	padding: 0 0 0 0;
	}

.artist-img img {
	/* aspect-ratio: 3/2; */
	/* aspect-ratio: 3/2.5; */
	/* 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 ご利用にあたって - */
.siteinfo .frame-box h3 {
	padding-top: 3em;
	margin-top: -3em;
	}
}

/* - PR プリント用 ---- */
@media print {
}

/* - PC（1024px以上） ---- */
@media screen and (min-width: 1025px) {
/* - PC 変数 - */
:root {
	--sidegap: 3rem;
	--page-max: 52em;
	--page-two-side: 10em;
	--page-two-contents: 40em;
	}
/* - PC ALL - */
body {
	font-size: 1.8rem;
	line-height: 1.8;
	}
/*      スマホ非表示、PC表示 */
.tb-no {
	display: block;
	}
/* - PC 基本構造 - */
header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
main {
	padding: 0 0 0 0;
	}
footer {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/* - PC ヘッダ - */
/*      ロゴ */
.header-title {
	margin: 2rem 0 2rem var(--sidegap);
	}
h1 img {
	width: 300px;
	}
/*      グローバルメニュー */
.header-globalmenu {
	padding: 0 0 0 0;
	display: block;
	}

ul.global-menu li {
	font-size: 1.6rem;
	padding: 0 0 0 0;
	margin: 0 0 0 2.4rem;
	}
ul.global-menu li.lang {
	padding: 0 0 0 2.4rem;
	margin: 0 0 0 2.4rem;
	}

/*      ハンバーガー */
.header-hamburger {
	padding: 1.6rem var(--sidegap) 0.4rem 1.6rem;
	}
#menu-button {
	width: 3.4rem;
	height: 4rem;
	}
.bar,
.bar::before,
.bar::after {
	width: 3.4rem;
	}
.bar::before {
	transform: translateY(-0.9rem);
	}
.bar::after {
	transform: translateY(0.9rem);
	}
.menu-label {
	transform: translateY(1.1rem);
	font-size: 0.9rem;
	}

/* - PC ドロワーメニュー - */
.drawermenu-wrapper {
	}
.drawer-wrapper {
	padding: 0 0 0 calc(calc(100% - var(--page-max)) / 2);
	}

ul.drawermenu-list > li {
	font-size: 1.9rem;
	}
ul.drawermenu-sublist {
	}
ul.drawermenu-sublist > li {
	}

/*      メニューロゴ */
.drawermenu-logo {
	margin: 2rem 0 2rem var(--sidegap);
	width: 300px;
	}
.drawermenu-logo img {
	width: 300px;
	}

/*      言語選択 */
ul.lang-menu {
	padding: 1em 0 0 0;
	}

/*      SNSアイコン */
ul.header-nav_sns li {
	padding: 0 0 0 0;
	margin: 0 1.75em 0 0;
	width: 26px;
	height: 26px;
	}
ul.header-nav_sns li a img {
	width: 26px;
	height: 26px;
	}

/*      関連サイトバナー */
ul.footer-banner_list li img.footer-banner_at {
	width: 63px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_ala {
	width: 88px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_artschallenge {
	width: 78px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_aichiart {
	width: 70px;
	height: auto;
	}

/* - PC フッタ - */

/*      パンくずリスト */
.breadcrumbs {
	}
ol.breadcrumbs_list {
	font-size: 1.4rem;
	}
ol.breadcrumbs_list li {
	margin: 1.6rem 0 1.6rem 0;
	}
/*      ロゴメニュー */
.footer-logo img {
	width: 300px;
	}

/*      コピーライト */
.footer-copyright {
	}
.footer-copyright p {
	font-size: 1.4rem;
	}

/*      ページトップへ */
.pagetop a {
	border-radius: 1.7rem;
	height: 3.4rem;
	width: 3.4rem;
	}
.pagetop a::before {
	width: 0.9rem;
	height: 0.9rem;
	top: 0.5rem;
	}

/* - PC 本文レイアウト - */
section + section {
	margin-top: 5em;
	}
section:first-of-type + section {
	padding: 0 0 0 0;
	margin-top: 4em;
	}
section.about-hero + section {
	margin-top: 6em;
	}
section:first-of-type + section:has(.contents-page-two) {
	margin-top: 4em;
	}
section:first-of-type + section.about {
	margin-top: 5em;
	}
section:last-of-type {
	margin-bottom: 8em;
	}
section.about-hero {
	margin-top: 5em;
	}
section.section-attachment {
	margin-top: 3em;
	}

.contents {
	width: var(--page-max);
	}

.contents-left {
	width: calc(100% - calc(calc(100% - var(--page-max)) / 2));
	}
.contents-right {
	width: calc(100% - calc(calc(100% - var(--page-max)) / 2));
	}

.contents-page-two {
	width: var(--page-max);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	}
.contents-page-side-wrapper {
	width: var(--page-two-side);
	}
.contents-page-side-gray {
	background-color: transparent;
	order: 1;
	position: relative;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.contents-page-side {
	width: var(--page-two-side);
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.contents-page-side.stickymenu {
	position: sticky;
	top: 7.25em;
	}
.contents-page-contents {
	width: var(--page-two-contents);
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.contents-gallery {
	width: 88%;
	padding: 0 0 0 0;
	margin: 0 auto;
	position: relative;
	}


/* - PC 各部品 - */
/*      見出し */
h2 {
	font-size: 1.5em;
	}
h2.page-title {
	font-size: 1.3em;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.2em;
	}
h4.join-h4 {
	font-size: 1.6em;
	}
h5 {
	font-size: 1em;
	}
h6 {
	font-size: 1em;
	}
/*      リスト */

/*      テーブル */

/* - PC リンクボタン - */


/* - PC トップページ - */
/*      ヒーローエリア */
.hero-wrapper {
	padding: 0 0 3em 0;
	}

/*      概要 */
hgroup.top-h2 h2 {
	font-size: 1.9em;
	}

ul.support > li {
	margin: 0 2em 0 0;
	}
ul.support li img {
	height: 80px;
	}

/*      フレームボックス */
.frame-box {
	padding: 3.5em 3.5em 3.5em 3.5em;
	}

/*      ニュースエリア */
dl.news-list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	}
ul.news-list > li {
	display: flex;
	flex-wrap: wrap;
	}

ul.news-list-metadata {
	width: 20%;
	align-items: flex-start;
	margin: 0.3em 0 0 0;
	}
ul.news-list-metadata li:has(.category) {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	}
ul.news-list-metadata li span.category + span.category {
	margin: 0.5em 0 0 0;
	}

ul.news-list > li h3 {
	width: 80%;
	line-height: 1.8;
	}


/*      アーカイブエリア */


/* - PC ニュース - */
/*      一覧 */
h3.section-title {
	font-size: 1.5em;
	}
/*      詳細 */
hgroup.news-h3 {
	padding: 0 0 0.5em 0;
	margin: 0 0 3em 0;
	}
h3.news-page-title {
	font-size: 1.5em;
	}

.contents-page-info {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.contents-metadata {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 0.5em 0 1em 0;
	}
ul.contents-metadata li {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	}

ul.contents-linklist {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 0 0 0;
	margin: 0.5em 0 0 0;
	}
ul.contents-linklist li {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	line-height: 1.2;
	}
ul.contents-linklist li:has(.yaji-back) {
	margin: 0 0 2.5em 0;
	}

/*      ニュースカテゴリ */
ul.contents-metadata li span.category {
	margin: 0 0 0 0;
	}
ul.contents-metadata li span.category + span.category {
	margin: 0.5em 0 0 0;
	}
/* - PC 概要 - */

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

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

/* - PC ご利用にあたって - */

}

/* - PC-WIDE（1440px以上） ---- */
@media screen and (min-width: 1580px) {
/* - PCw変数 - */
:root {
	--sidegap: 4rem;
	}
/* - PCwALL - */
body {
	font-size: 1.13vw;
	line-height: 1.85;
	}

/* - PCw基本構造 - */
header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/*      グローバルメニュー */
.header-globalmenu {
	padding: 0 0 0 0;
	}
/*      ハンバーガー */
.header-hamburger {
	padding: 1.6rem var(--sidegap) 0.3rem 1.6rem;
	}
.menu-label {
	transform: translateY(1.2rem);
	font-size: 0.9rem;
	}

/* - PCwヘッダ - */
/*      ロゴ */
.header-title {
	margin: 2.4rem 0 2.4rem var(--sidegap);
	}
h1 img {
	width: 320px;
	}
/* - PCwドロワーメニュー - */
ul.drawermenu-list > li {
	font-size: 1.18vw;
	line-height: 1.78;
	}
/*      メニューロゴ */
.drawermenu-logo {
	margin: 2.4rem 0 2.4rem var(--sidegap);
	width: 320px;
	}
.drawermenu-logo img {
	width: 320px;
	}

/* - PCwフッタ - */
.footer-logo img {
	width: 320px;
	}
/* - PCw各部品 - */
/*      リンクボタン */

/* - PCwトップページ - */
/*      ニュースエリア */
ul.news-list-tag li {
	font-size: 0.55em;
	}
/*      アーカイブエリア */
.banner-wrapper {
	padding: 2.5em 0 2.5em 2.5em;
	}
ul.banner-list li {
	width: 19cqw;
	padding: 0 2.5em 0 0;
	}
ul.banner-list li.slidenone {
	width: 20%;
	}

/* - PCwニュース - */
/*      一覧 */

/*      詳細 */

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

}
