@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap&amp;subset=japanese');

/* - ALL - */
html, body {
	padding: 0;
	margin: 0;
	}
:root {
	--vw: 1vw;
	}
/*   フォントファミリー */
html {
	font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	font-size: 62.5%;
	font-weight: 300;
	background-color: #fff;
	}
body {
	color: #555;
	font-size: 1.4rem;
	line-height: 1.6;
	}
/*   文字リンク色 */
a {
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
	/* outline: none; */
	color: #3355aa;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a:link {
	text-decoration: none;
	color: #3355aa;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
a:visited {
	text-decoration: none;
	color: #3355aa;
	}
a:active { 
	text-decoration: none;
	color: #3355aa;
	}
a:hover {
	text-decoration: none;
	color: #8ea6e0;
	}
p {
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	}
/*   p justify */
p.justify {
	text-align: justify;
	text-justify: inter-ideograph;
	}
.kome {
	padding-left: 1em;
	text-indent: -1em;
	}
.cmskome {
	display: inline-block;
	margin-left: 1em;
	margin-top: 0.25em;
	text-indent: -1em;
	line-height: 1.5;
	}
.size80 {
	font-size: 80%;
	}
.size110 {
	font-size: 110%;
	}
.bottom-two {
	padding-bottom: 2em;
	}
.bottom-onehalf {
	padding-bottom: 1.5em;
	}
.bottom-one {
	padding-bottom: 1em;
	}
.bottom-half {
	padding-bottom: 0.5em;
	}
.bottom-halfhalf {
	padding-bottom: 0.25em;
	}
.bottom-zero {
	padding-bottom: 0;
	}
.top-two {
	padding-top: 2em;
	}
.top-onehalf {
	padding-top: 1.5em;
	}
.top-one {
	padding-top: 1em;
	}
.top-half {
	padding-top: 0.5em;
	}
.top-zero {
	padding-top: 0;
	}
.in-block {
	display: inline-block;
	}
.redfont {
	color: #dc143c;
	}
.lineheight {
	line-height: 1.1;
	}
img {
	line-height: 0;
	vertical-align: bottom;
	}
.emphasis {
	display: inline-block;
	position: relative;
	}
.emphasis::before {
	position: absolute;
	top: -0.75em;
	left: 50%;
	transform: translate(-50%, 0);
	color: #555;
	font-size: 1em;
	content: "･";
	}
/*   文字詰め */
.tsume {
	font-feature-settings: "palt";
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .tsume {
		font-feature-settings: "pkna";
	}
}
/*   見出し */
h1, h2, h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	color: #000;
	}
/*   clearfix */
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* - ページレイアウト - */
#header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
#main {
	padding: 27px 51px 27px 51px;
	margin: 0 auto;
	width: 100%;
	}
.article-wrapper {
	padding: 27px 0 16px 0;
	margin: 0 0 0 0;
	}
.article-wrapper-home {
	padding: 86px 0 16px 0;
	margin: 0 0 0 0;
	}
/*   フッタ固定 */
#top {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	}
#footer {
	margin-top: auto;
	}

/* - ヘッダ - */
/*   ロゴ */
h1 {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 1.8rem;
	line-height: 1;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	position: fixed;
	top: 14px;
	left: 14px;
	z-index: 1000;
	}
h1 span.ten {
	font-size: 1.0rem;
	}
h1 span.kasyo {
	font-size: 1.0rem;
	}
h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #000;
	}
h1 a:hover {
	text-decoration: none;
	color: #555;
	}
/*   ハンバーガー */
.hamburgler-icon-wrapper {
	position: fixed;
	/* top: calc(50vh - 8px); */
	top: 1.8rem;
	right: 14px;
	height: 17px;
	width: 20px;
	cursor: pointer;
	line-height: 1;
	z-index: 910;
	mix-blend-mode: multiply;
	}
.hamburgler-icon-wrapper .hamburgler-icon-moji {
	width: 20px;
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	top: 18px;
	font-size: 0.9rem;
	color: #9c9c9c;
	text-align: center;
	transition: all 0.2s ease;
	display: none;
	}
.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(156, 156, 156, 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-wrapper:hover .hamburgler-icon-moji {
	color: #000;
	}
.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(0, 0, 0, 1);
	}
.hamburgler-active span.moji {
	display: none;
	}
.hamburgler-menu {
	transition: all 0.4s ease;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* height: 100vh; */
	/* min-height: 100vh; */
	height: 100dvh;
	background-color: rgba(255, 255, 255, 1);
	overflow-y: auto;
	z-index: 900;
	}
.hamburgler-active .hamburgler-menu {
	opacity: 1;
	pointer-events: initial;
	}
/*   スマホメニュー表示時スクロール禁止 */
body.hamburgler-active {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
/*   メニュー */
.hamburgler-menu {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-direction: column;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 4em 0 4em 0;
	}
.hamburgler-menu a {
	color: #555;
	}
.hamburgler-menu a:hover {
	color: #9c9c9c;
	text-decoration: none;
	border-bottom: 0;
	}
ul.header-nav_main {
	width: 72%;
	border-top: 1px solid #ccc;
	}
ul.header-nav_main li {
	border-bottom: 1px solid #ccc;
	padding: 0.75em 0.5em 0.75em 0.5em;
	}
ul.header-nav_main li ul {
	padding: 0.25em 0 0 2.25em;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	}
ul.header-nav_main li ul li {
	border-bottom: 0;
	padding: 0 0 0 0;
	margin: 0 3em 0 0;
	}
ul.header-nav_main li ul li.long-li {
	width: 100%;
	}

ul.header-nav_sub {
	width: 72%;
	padding: 2em 0 0 0.75em;
	font-size: 80%;
	}
ul.header-nav_sub li {
	padding: 0.5em 0 0.5em 0;
	}
ul.header-nav_sub li ul {
	padding: 0.5em 0 0 2.75em;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	}
ul.header-nav_sub li ul li {
	padding: 0 0 0 0;
	margin: 0 3em 0 0;
	}

/*   言語選択 */
.language-menu {
	position: fixed;
	top: 2rem;
	right: 6rem;
	display: none;
	z-index: 920;
	}
.hamburgler-active .language-menu {
	display: block;
	}
ul.header-nav_lang {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	}
ul.header-nav_lang li {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1;
	text-decoration: none;
	color: #000;
	padding: 0;
	margin: 0;
	}
ul.header-nav_lang li a {
	text-decoration: none;
	color: #9c9c9c;
	}
ul.header-nav_lang li a:hover {
	color: #555;
	border-bottom: 0;
	}
ul.header-nav_lang li:first-child {
	padding: 0 1.6rem 0 0;
	}
ul.header-nav_lang li:first-child::after {
	position: absolute;
	top: -0.8rem;
	left: 2.2rem;
	content: '/';
	font-size: 2.4rem;
	color: #ccc;
	}
abbr.language-menu_abbr {
	font-style: normal;
	text-decoration: none;
	border-bottom-width: 0;
	}

/*   SNSアイコン */
.sns-menu {
	position: fixed;
	/* top: 6rem; */
	top: 1.6rem;
	/* right: 14px; */
	right: 6rem;
	/* z-index: 930; */
	z-index: 810;
	/* width: 18px; */
	}
ul.header-nav_sns {
	display: flex;
	/* flex-direction: column; */
	padding: 0;
	margin: 0;
	/* width: 18px; */
	}
ul.header-nav_sns li {
	text-decoration: none;
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 14px;
	width: 18px;
	height: 18px;
	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;
	}
ul.header-nav_sns li a img {
	width: 18px;
	height: 18px;
	transition: opacity .3s ease;
	opacity: .4;
	filter: alpha(opacity=40);
	}
ul.header-nav_sns li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	}
/*   GLOBALメニュー */
.global-menu {
	display: none;
	}

/* - フッタ - */
#footer {
	padding: 0 51px 2.4rem 51px;
	font-size: 1.2rem;
	line-height: 1;
	}
.footer_wrapper {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	flex-direction: column;
	}
.footer_banner {
	/* text-align: center; */
	padding: 0 0 1em 0;
	}
ul.footer-nav_banner {
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
	padding: 0 0 2em 0;
	}
ul.footer-nav_banner li {
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.3;
	text-decoration: none;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 0 0.5em;
	background-color: #fff;
	border-radius: 1em;
	/* text-align: center; */
	}
ul.footer-nav_banner li a {
	display: block;
	color: #000;
	}
ul.footer-nav_banner li a:hover {
	color: #9c9c9c;
	text-decoration: none;
	}
ul.footer-nav_banner li span {
	font-weight: normal;
	font-size: 1.1rem;
	}

/*   バナー */
ul.footer-banner_list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	/* justify-content: center; */
	margin: 0 0 0 0;
	}
ul.footer-banner_list 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.footer-banner_list li {
	margin: 0 1.4rem 0 0;
	}
ul.footer-banner_list li:last-child {
	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: 75px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_artschallenge {
	width: 70px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_aichiart {
	width: 54px;
	height: auto;
	}
ul.footer-banner_list li a {
	display: inline-block;
	}
ul.footer-banner_list li a img {
	transition: opacity .3s ease;
	opacity: .4;
	filter: alpha(opacity=40);
	}
ul.footer-banner_list li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	}
ul.footer-banner-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 0 0;
	}
ul.footer-banner-list li {
	list-style-type: none;
	padding: 0 15px 0 15px;
	line-height: 0;
	}
ul.footer-banner-list li a img {
	transition: opacity .3s ease;
	opacity: .6;
	filter: alpha(opacity=60);
	}
ul.footer-banner-list li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	}
ul.footer-banner-list li img {
	vertical-align: middle;
	}
/*   フッタメニュー */
.footer-nav_wrapper {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: center; */
	flex-direction: column;
	}
ul.footer-nav_list {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: center; */
	margin: 1.2rem 0 1rem 0;
	}
ul.footer-nav_list li {
	margin: 0 1.8rem 0 0;
	padding: 0 0 0 0;
	line-height: 1.5;
	}
ul.footer-nav_list li a {
	text-decoration: none;
	color: #9c9c9c;
	}
ul.footer-nav_list li a:hover {
	text-decoration: none;
	color: #555;
	border-bottom: 0;
	}
/*   コピーライト */
.footer-copyright {
	margin: 0 0 0 0;
	}
.footer-copyright small {
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #9c9c9c;
	}
/*   ページトップへ */
.pagetop {
	position: fixed;
	bottom: 12px;
	right: 9px;
	}
.pagetop a {
	display: inline-block;
	color: #9c9c9c;
	text-decoration: none;
	background-color: transparent;
	border-radius: 15px;
	position: relative;
	height: 30px;
	width: 30px;
	font-size: 0;
	}
.pagetop a::before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	border-top: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
	}
.pagetop a:hover {
	/* background-color: #f6f6f6; */
	border-bottom: 0;
	}
.pagetop a:hover::before {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	}

/* - 各部品 - */
/*   見出し */
h2 {
	font-size: 1.8rem;
	line-height: 1.35;
	padding: 0 0 1.4rem 0;
	text-align: center;
	}
h2 span {
	font-size: 1.2rem;
	}
span.break {
	font-size: 100%;
	display: inline-block;
	}
h3 {
	font-size: 1.6rem;
	line-height: 1.35;
	padding: 2.8rem 0 1.2rem 0;
	}
p.p-top {
	padding-top: 2.8rem;
	}
h4 {
	font-size: 100%;
	padding: 1em 0 0 0;
	margin: 0 0 -0.25em 0;
	}
.news h4 {
	font-size: 100%;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}
h4 span {
	font-weight: normal;
	}
h5 {
	font-size: 100%;
	padding: 1em 0 0 0;
	margin: 0 0 -0.25em 0;
	font-weight: normal;
	}
.single h2 {
	font-size: 1.8rem;
	line-height: 1.35;
	padding: 0 0 2.8rem 0;
	text-align: center;
	}
.news p + p {
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}
.news p img {
	padding: 0.5em 0 0.5em 0;
	display: inline;
	}
p + p {
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	}

.cms-contents h1 {
	font-family: 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	color: #555;
	writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	position: static;
	z-index: inherit;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	line-height: 1.35;
	padding: 1em 0 0.5em 0;
	margin: 0 0 0 0;
	}
.cms-contents h2 {
	font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	color: #555;
	font-weight: normal;
	text-align: center;
	font-size: 150%;
	line-height: 1.35;
	padding: 1em 0 0.5em 0;
	margin: 0 0 0 0;
	}
.cms-contents h3 {
	font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	color: #555;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.35;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}
.cms-contents h4 {
	font-size: 120%;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	}
.cms-contents h5 {
	font-size: 100%;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	}
.cms-contents h6 {
	font-size: 83%;
	padding: 1em 0 0 0;
	margin: 0 0 -0.5em 0;
	font-weight: bold;
	}
.cms-contents p + p {
	padding: 0.25em 0 1em 0;
	margin: 0 0 0 0;
	}
.cms-contents p img {
	padding: 0.5em 0 0.5em 0;
	display: inline;
	}

/*   リスト */
ul {
	margin: 0.5em 0 1em 0;
	/* padding-inline-start: 20px; */
	}
ul li {
	padding: 0.5em 0 0.5em 0;
	}
ol {
	margin: 0.5em 0 1em 0;
	/* padding-inline-start: 20px; */
	}
ol li {
	padding: 0.5em 0 0.5em 0;
	}
dl {
	margin: 0.5em 0 0.5em 0;
	}
dl dt {
	font-weight: 500;
	padding: 0.5em 0 0 0;
	}
dl dd {
	padding: 0 0 0 1em;
	}
/*   テーブル */
.news table {
	width: 100%;
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	}
.news table th {
	line-height: 1.25;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 0;
	}
.news table td {
	line-height: 1.5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #fff;
	border: 0;
	}
.news table img {
	display: inline;
	}
.cms-contents table {
	width: 100%;
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	}
.cms-contents table th {
	line-height: 1.25;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #555;
	}
.cms-contents table td {
	line-height: 1.5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #555;
	}
.cms-contents table img {
	display: inline;
	}
/*   リンクボタン */
button {
	background-color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
button:focus,
button:active,
button:hover {
	outline: 0;
	background-color: #fff;
	}
button.link-btn {
	display: block;
	color: #555;
	font-size: 0.9em;
	line-height: 1.5;
	padding: 0.5em 1em 0.5em 1em;
	margin: 2em auto 1.5em auto;
	border: 1px solid #555;
	border-radius: 6px;
	cursor: pointer;
	transition: all .2s ease;
	width: 17em;
	background-color: #fff;
	}
button.link-btn:focus,
button.link-btn:hover,
button.link-btn:active {
	color: #fff;
	background-color: #3355aa;
	border: 1px solid #3355aa;
	}

ul.btn-li {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
ul.btn-li li {
	padding: 0 0 0 0;
	margin: 0 1.5em 0.5em 0;
	line-height: 1.2;
	position: relative;
	text-align: center;
	}
ul.btn-li li:last-child {
	margin-bottom: 0;
	}
ul.btn-li li span {
	font-size: 0.8em;
	}

ul.btn-li li a {
	display: block;
	font-size: 90%;
	min-width: 12em;
	padding: 0.75em 1.5em 0.75em 1.5em;
	margin: 0 0 0 0;
	color: #000;
	border: 1px solid #000;
	border-radius: 6px;
	background-color: transparent;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease;
	}
ul.btn-li li a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #3355aa;
	background-color: #3355aa;
	}

ul.link-btn-li {
	padding: 0 0 0 0;
	margin: 0 0 2.5em 0;
	}
ul.link-btn-li li {
	padding: 0 0 0 0;
	margin: 0 0 1.5em 0;
	text-align: center;
	}
ul.link-btn-li.right li {
	text-align: right;
	}
li a.link-btn {
	display: inline-block;
	min-width: 22em;
	padding: 0.75em 1.5em 0.75em 1.5em;
	margin: 0 0 0 0;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	border-radius: 6px;
	background-color: transparent;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease;
	}
li a.link-btn:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #3355aa;
	background-color: #3355aa;
	}
li a.link-btn.def {
	font-size: 90%;
	color: #555;
	width: 18em;
	min-width: 18em;
	padding: 0.5em 1em 0.5em 1em;
	margin-top: 1em;
	border: 1px solid #555;
	}
li a.link-btn.def:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #3355aa;
	background-color: #3355aa;
	}

ul.link-btn-li.center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
ul.link-btn-li.center li {
	margin: 0 0 0 0;
	}
ul.link-btn-li.center li a.link-btn {
	font-size: 90%;
	color: #555;
	width: 12em;
	min-width: 12em;
	padding: 0.5em 1em 0.5em 1em;
	margin-top: 1em;
	margin-left: 0.75em;
	margin-right: 0.75em;
	border: 1px solid #555;
	}
ul.link-btn-li.center li a.link-btn:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #3355aa;
	background-color: #3355aa;
	}

/*   キー入力要素 */
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;
	font-weight: 700;
	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: #000;
	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;
	}
/*   サブメニュー */
ul.sub-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0.75em 0 1em 0;
	}
ul.sub-menu li {
	flex-grow: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
ul.sub-menu li a {
	font-size: 1em;
	line-height: 1.2;
	color: #ccc;
	display: block;
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
	}
ul.sub-menu li a:hover {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #555;
	}
ul.sub-menu li.current-page a {
	color: #555;
	border-bottom: 1px solid #555;
	}
ul.sub-menu li.current-page a:hover {
	color: #555;
	border-bottom: 1px solid #555;
	}

/* - トップページ - */
.hero-wrapper {
	padding: 0 0 0 0;
	margin: 2em 0 0 0;
	margin-right: calc(50% - calc(var(--vw) * 50));
	overflow: hidden;
	position: relative;
	}
.about .hero-wrapper {
	padding: 0 0 0 0;
	margin: 2em 0 1em 0;
	margin-right: 0;
	overflow: hidden;
	}
.hero-img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	}
.home .hero-img {
	aspect-ratio: 16 / 9;
	}
.hero-img img {
	width: 100%;
	height: auto;
	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;
	}
.hero-caption {
	font-size: 0.6em;
	line-height: 1.5;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	}

.hero-wrapper-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 53%;
	padding: 0 0 1em 1em;
	margin: 0 0 0 0;
	z-index: +1;
	}
.hero-wrapper-img img {
	width: 100%;
	height: auto;
	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;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .8));
	opacity: 0.7;
	}
.hero-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
.hero-title img {
	width: 100%;
	height: auto;
	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;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .8));
	}
.hero-title-caption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: 0.6em;
	line-height: 1;
	color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

@keyframes zoomup {
	0% {
		transform: scale(1);
		}
	100% {
		transform: scale(1.05);
		}
	}

@keyframes titlein {
	0% {
		/* transform: scale(0.5); */
		opacity: 0;
		filter: blur(300px);
		}
	100% {
		/* transform: scale(1); */
		opacity: 1;
		filter: blur(0);
		}
	}

.home .hero-title {
	opacity: 0;
	}

.home .swiper-slide-active .hero-img img,
.home .swiper-slide-duplicate-active .hero-img img,
.home .swiper-slide-prev .hero-img img {
	animation: zoomup 5s linear 0s normal both;
	}
.home .swiper-slide-active .hero-title,
.home .swiper-slide-duplicate-active .hero-title,
.home .swiper-slide-prev .hero-title {
	animation: titlein 2.2s ease-out 0.5s normal both;
	}

/*   タイトルリード */
.title-lead-wrapper {
	/* padding: 46px 0 16px 0; */
	padding: 34px 0 16px 0;
	margin: 0 0 0 0;
	background-color: #fff;
	box-shadow: 0px 0px 12px 12px #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	}
p.title-lead {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	width: 12em;
	font-size: 1.6rem;
	line-height: 1.3;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	position: relative;
	display: inline-block;
	}
p.title-lead::before, p.title-lead::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.75em;
	height: 1px;
	background-color: #555;
	}
p.title-lead::before {
	left: 0;
	}
p.title-lead::after {
	right: 0;
	}

/*   トップH2 */
.home h2 {
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 0 0 1.0rem 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.home p + h2 {
	padding-top: 1.3rem;
	}

.home h3,
.about h3 {
	font-size: 1.6rem;
	margin-top: -2.0rem;
	}

.about h3 + ul {
	margin-top: 0;
	}

.about h3 + p {
	margin-top: 0;
	padding-top: 0.5em;
	}

/*   トップテーマ */
p.theme-home {
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 0 0 1.0rem 0;
	margin: 0 0 0 0;
	text-align: center;
	font-weight: bold;
	}

.home h2.top-about {
	line-height: 1.3;
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.home h3.top-about {
	font-size: 0.8em;
	line-height: 1.3;
	width: fit-content;
	padding: 0 0.5em 0 0.5em;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
	position: relative;
	}
.home h3.top-about:before,
.home h3.top-about:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 1em;
	height: 1px;
	background-color: #000;
	}
.home h3.top-about:before {
	left: -1em;
	}
.home h3.top-about:after {
	right: -1em;
	}

.home p.top-about {
	font-size: 1.1em;
	line-height: 1.5;
	padding: 0 0 1.0rem 0;
	margin: 0 0 0 0;
	text-align: center;
	}

ul.link-btn-li.center {
	padding: 0 0 0 0;
	margin: 1.5em 0 0 0;
	}

/*   トップニュース */
dl.news-list {
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	/* max-height: 19.5em; */
	border-bottom: 1px solid #ccc;
	}
.home dl.news-list {
	padding: 0 0 0.5em 0;
	margin: 0 0 1em 0;
	/* max-height: 19.5em; */
	/* overflow-y: scroll; */
	}
dl.news-list dt {
	font-size: 1.2rem;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	font-weight: normal;
	color: #9c9c9c;
	border-top: 1px solid #ccc;
	}
dl.news-list dt span {
	color: #9c9c9c;
	margin: 0 0 0 1em;
	}
dl.news-list dd {
	padding: 0.25em 0 0.5em 0;
	margin: 0 0 0 0;
	}
dl.news-list dd a {
	color: #555;
	}
dl.news-list dd a:hover {
	color: #9c9c9c;
	text-decoration: none;
	}
/*   トップ会場 */
ul li.list-a a {
	color: #555;
	}
ul li.list-a a:hover {
	color: #9c9c9c;
	text-decoration: none;
	}
/*   リンクボタン */
.home button.link-btn {
	}
.home button.link-btn.center {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #000;
	border: 2px solid #000;
	padding: 0.5em 1em 0.5em 1em;
	margin: 2em auto 1.5em auto;
	width: 15em;
	}
.home button.link-btn.center:focus,
.home button.link-btn.center:hover,
.home button.link-btn.center:active {
	color: #fff;
	background-color: #3355aa;
	border-color: #3355aa;
	}

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

/* - 概要 - */
span.size-theme {
	font-size: 1.6rem;
	font-weight: bold;
	}
span.size-larger {
	font-size: 1.6rem;
	}
span.size-1 {
	font-size: 1rem;
	padding: 0 0 0 0;
	}
span.size-period {
	font-size: 1.6rem;
	font-weight: bold;
	}

h3.about-h3 {
	padding: 0 0 1rem 0;
	margin: 0 0 0 0;
	}
h3.about-h3.topm {
	padding-top: 2rem;
	}
h4.about-h4 {
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	}
h3.border {
	border-bottom: 1px solid #ccc;
	}
h3.border + ul {
	padding-top: 0.5em;
	}

h3 + h4 {
	padding-top: 1.5em;
	}
h3 + h4 + ul {
	margin-bottom: 0.5em;
	}

/*   あいさつ画像 */
.boss-all {
	display: flex;
	align-items: center;
	padding: 1.5em 0 1em 0;
	justify-content: flex-end;
	}
.boss-img {
	width: 70px;
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	}
.boss-name {
	padding: 0 0 0 0;
	line-height: 1.5;
	}
.boss-name.theme {
	text-align: right;
	}
.boss-name span.boss-name_committee {
	display: block;
	padding: 0 0 0.25em 0;
	font-size: 1rem;
	}
.boss-name span.boss-name_company {
	display: block;
	padding: 0 0 0 0;
	font-size: 1rem;
	}
.boss-img img {
	width: 100%;
	height: auto;
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	position: static;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	}

/*   企画体制 */
.curator-all {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 1em 0 0 0;
	position: relative;
	}
.curator-img {
	width: 70px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.curator-name-all {
	width: calc(100% - 78px);
	padding: 0 0 0 0;
	font-weight: bold;
	}
.photo-caption {
	width: 100%;
	padding: 0.75em 0 0 0;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	}
.photo-caption br {
	display: none;
	}
.curator-name-all h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	}
.curator-name-all span.curator-name {
	display: block;
	font-size: 1rem;
	font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	font-weight: normal;
	line-height: 1.5;
	}
.curator-img img {
	width: 100%;
	height: auto;
	pointer-events: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	position: static;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	}
a.gallery {
	color: #555;
	text-decoration: none;
	}
a.gallery:hover {
	text-decoration: none !important;
	}
a.gallery .curator-all {
	transition: opacity .3s ease;
	opacity: 1;
	}
a.gallery:hover .curator-all {
	opacity: 0.4;
	}
.modaal-image .modaal-container img {
	max-height: 75vh !important;
	width: auto !important;
	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;
	}

/*   コンセプト文 */
h3.concept-h3 {
	font-family: 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
	font-weight: 700;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.3;
	padding: 2.8rem 0 0.3rem 0;
	}
h4.concept-h4 {
	font-size: 100%;
	padding: 1em 0 0.25em 0;
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #555;
	}

.reference {
	font-size: 0.6em;
	}
.reference.en {
	font-size: 100%;
	margin-left: 0.25em;
	font-style: normal;
	}
.reference a,
.reference a:link,
.reference a:visited,
a.reference.en,
a.reference.en:link,
a.reference.en:visited,
ul.caution-ul li a,
ul.caution-ul li a:link,
ul.caution-ul li a:visited {
	color: #555;
	}
.reference a:active,
.reference a:hover,
a.reference.en:active,
a.reference.en:hover,
ul.caution-ul li a:active,
ul.caution-ul li a:hover {
	text-decoration: none;
	color: #8ea6e0;
	}

p.lead {
	padding: 1em 0 1em 0;
	margin: 0 0 0 2em;
	font-size: 0.9em;
	}
p.lead.en {
	margin: 0 0 0 0;
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
	}

ul.caution-ul {
	padding: 5em 0 3em 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	}
ul.caution-ul li {
	text-indent: -2.5em;
	padding: 0 0 0.25em 2.5em;
	margin: 0 0 0 0;
	}
ul.caution-ul li a {
	display: inline-block;
	width: 2.5em;
	text-indent: 0;
	}
ul.caution-ul.en li {
	text-indent: -0.75em;
	padding: 0 0 0.25em 0.75em;
	}
ul.caution-ul.en li a {
	width: 0.75em;
	}


/*   主な会場 */
h3.venue-h3 {
	font-size: 1.6rem;
	line-height: 1.35;
	padding: 2.8rem 0 1.2rem 0;
	margin: 0 0 0.3rem 0;
	border-bottom: 1px solid #555;
	}
h3.venue-h3 span {
	font-size: 1.2rem;
	}
p.venue-h3-sub {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	line-height: 1.35;
	text-align: right;
	padding: 0.25em 0 1em 0;
	}
.venue-img-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.75em 0 0.75em 0;
	}
.venue-img {
	width: 48.75%;
	}
p.venue-map {
	padding: 3.8rem 0 1.2rem 0;
	}
p.venue-map img {
	width: 100%;
	height: auto;
	}
p.venue-img-copy {
	padding: 0 0 0.75em 0;
	margin: 0 0 0 0;
	font-size: 1rem;
	line-height: 1;
	font-weight: normal;
	}

/* - ニュース - */
/*   ニュース一覧 */
ul.news-item-list {
	padding: 2rem 0 0 0;
	margin: 0 0 2rem 0;
	}
ul.news-item-list li {
	padding: 1.25em 0 1.25em 0;
	}

.news-item-all {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 0 0 0;
	}
.news-item-img {
	width: 20%;
	text-align: center;
	}
.news-item-img-inner {
	width: 100%;
	padding-top: 100%;
	/* background-color: #f8f8f8; */
	position: relative;
	}
.news-item-img-inner img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	pointer-events: none;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	}

.news-item-img-inner img.test {
	object-fit: cover;
	}

.news-item-title {
	width: 76%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.news-item-title h3 {
	font-family: initial;
	font-size: 100%;
	line-height: 1.6;
	color: #555;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.news-item-title p {
	font-size: 1.2rem;
	color: #555;
	margin: 0 0 0.75em 0;
	padding: 0 0 0 0;
	}
.news-item-title p span {
	color: #9c9c9c;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	}

.item a {
	color: #555;
	text-decoration: none;
	}
.item a:hover {
	color: #9c9c9c;
	text-decoration: none;
	}
.item a h3 {
	color: #555;
	transition: color .2s ease;
	}
.item a:hover h3 {
	color: #9c9c9c;
	}
.item a p {
	color: #555;
	transition: color .2s ease;
	}
.item a:hover p {
	color: #9c9c9c;
	}
.item a p span {
	color: #9c9c9c;
	transition: color .2s ease;
	}
.item a:hover p span {
	color: #cccccc;
	}
.item a img {
	/* transition: opacity .2s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden; */
	}
.item a:hover img {
	/* opacity: .7;
	filter: alpha(opacity=70); */
	}

/*   インフィニットスクロール */
.navigation {
	text-align: center;
	padding: 0 0 0 0;
	position: relative;
	}
button.btn-more {
	color: #555;
	font-size: 0.9em;
	line-height: 1.6;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #555;
	border-radius: 6px;
	cursor: pointer;
	transition: all .2s ease;
	width: 18em;
	background-color: #fff;
	}
button.btn-more:hover {
	color: #fff;
	background-color: #3355aa;
	border: 1px solid #3355aa;
	}

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.item-list li.is-hidden dl.press {
	display: none;
	}

/*   記事タイトル */
h3.news-title {
	font-family: initial;
	font-weight: 700;
	color: #555;
	font-size: 1.6rem;
	line-height: 1.35;
	padding: 2.8rem 0 1.2rem 0;
	}
/*   記事日付 */
ul.news-date {
	padding: 0 0 2.1rem 0;
	}
ul.news-date li {
	font-size: 1.2rem;
	padding: 0 0 0 0;
	}
ul.news-date li.news-date-category {
	color: #9c9c9c;
	}
/*   記事添付ファイル */
.attachment-wrapper {
	padding: 2em 0 0 0;
	}
.attachment-wrapper button.link-btn {
	margin: 3.5em auto 1.5em auto;
	}
ul.news-download {
	padding: 1em 0 2em 0;
	}
ul.news-download li {
	padding: 0.5em 0 0.5em 2.2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	}
ul.news-download li a::before {
	content: "\2022";
	/* display: block; */
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	padding:0 0 0 1.1em;
	margin: 0 0 0 0;
	}
ul.news-download li + li {
	border-top: none;
	}
ul.news-download li a {
	color: #555;
	text-decoration: none;
	}
ul.news-download li a:hover {
	color: #3355aa;
	text-decoration: none;
	}

/* - プレス - */
h4.press-h4 {
	padding: 3em 0 0.5em 0;
	margin: 0 0 0 0;
	}
ul.press-ul {
	padding: 0 0 0 0;
	margin: 0 0 -0.5em 0;
	}
ul.press-ul li {
	list-style-type: disc;
	padding: 0 0 0.5em 0;
	margin: 0 0 0 1.5em;
	}
/* - プレス取材申込み - */
ul.ul-note {
	padding: 0.5em 0 1.5em 1em;
	margin: 0 0 0 0;
	}
ul.ul-note li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	position: relative;
	}
ul.ul-note li span {
	position: absolute;
	left: -1em;
	}
/*   ボタン横並び */
.press-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0.5em 0 2em 0;
	margin: 0 0 0 0;
	}
.press-btn-wrapper button.link-btn {
	margin: 0.5em 1em 0.5em 1em;
	}

/* - プレスリリース - */
ul.press-item-list {
	padding: 1rem 0 0 0;
	margin: 0 0 0 0;
	}
dl.press {
	padding: 0.25em 0 0 0;
	margin: 0 0 0 0;
	}
dl.press dt {
	font-size: 0.8em;
	color: #333;
	padding: 1em 0 0.5em 0;
	margin: 0 0 0 0;
	position: relative;
	}
dl.press dt span {
	padding: 0 0.5em 0 0;
	background-color: #fff;
	}
dl.press dt::after {
	content: '';
	position: absolute;
	top: 62%;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #555;
	z-index: -1;
	}
dl.press dd {
	padding: 0.25em 0 1em 0;
	margin: 0 0 0 0;
	}
dl.press dd ul {
	padding: 0.5em 0 0 0;
	list-style-type: none;
	}
dl.press dd ul li {
	padding: 0.5em 0 0.5em 2.2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	}
dl.press dd ul li a::before {
	content: "\2022";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	padding:0 0 0 1.1em;
	margin: 0 0 0 0;
	}
dl.press dd ul li + li {
	border-top: none;
	}
dl.press dd ul li a {
	color: #555;
	text-decoration: none;
	}
dl.press dd ul li a:hover {
	color: #3355aa;
	text-decoration: none;
	}

/* - ご利用にあたって - */
/*   リスト */
ol.siteinfo-ol {
	padding: 0 0 0 1.5em;
	margin: 0.5em 0 0.75em 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;
	margin: -0.75em 0 1em 0;
	}

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


/* - リンク - */
.link-wrapper {
	text-align: center;
	padding: 2.8rem 0 0 0;
	margin: 0 0 0 0;
	}
.link-wrapper a {
	color: #666;
	padding: 0 0 0 0;
	margin: 1.5em 0 1.5em 0;
	text-decoration: none;
	}
.link-wrapper a:hover {
	color: #9c9c9c;
	text-decoration: none;
	}
.link-wrapper a .link-item img {
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: all .3s;
	display: inline-block;
	}
.link-wrapper a:hover .link-item img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	}
.link-wrapper figcaption {
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	}

p.dd-btn-archive {
	text-align: center;
	padding: 0 0 0 0;
	}
p.dd-btn-archive a {
	width: 22em;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0.75em 0.5em 0.75em 0.5em;
	}
p.dd-btn-archive a span {
	font-size: 75%;
	}
p.dd-btn-archive a:hover {
	color: #fff;
	background-color: #3355aa;
	border: 1px solid #3355aa;
	}

/* - コンタクト - */
h3.contact-h3 {
	padding: 1.5em 0 0.5em 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #000;
	}
h4.contact-h4 {
	padding: 1em 0 0 0;
	margin: 0 0 -0.5em 0;
	}

#at_map {
	width: 100%;
	height: 430px;
	margin: 1em 0 1.5em 0;
	position: relative;
	}
#at_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}

/* - アーカイブ -- */
h3.under-line {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
	}
.u-line {
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
	}
/*   アーカイブ DL Table -- */
dl.dl-table-noborder {
	margin-bottom: 36px;
	}
dl.dl-table-noborder dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}
dl.dl-table-noborder dd {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

dl.dl-table-noborder-inner {
	margin: 0 0 0 0;
	}
dl.dl-table-noborder-inner dt {
	font-size: 0.8em;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 0.25em 0 0.25em 0;
	font-weight: bold;
	text-align: left;
	}
dl.dl-table-noborder-inner dd {
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	line-height: 1.5;
	}
dl.dl-table-noborder-inner dd span {
	font-size: 1.2rem;
	}
dl.dl-table-noborder-inner dd span.atamade {
	font-size: 100%;
	display: inline-block;
	padding-left: 7.75em;
	position: relative;
	}
dl.dl-table-noborder-inner dd span.atama {
	font-size: 100%;
	display: inline-block;
	width: 7.75em;
	position: absolute;
	left: 0;
	}


dl.dl-table-noborder dt img {
	width: 50%;
	height: auto;
	display: inline-block;
	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.btn-ul {
	list-style-type: none;
	}
ul.btn-ul li {
	padding: 0.5em 0 0.5em 0;
	}
dl.dl-bottom {
	margin-bottom: 0;
	}

/* - アーティスト一覧 */
p.artists-count {
	font-size: 0.75em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	line-height: 1;
	}
ul.artists-item-list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.artists-item-list > li {
	padding: 0 0 0 0;
	margin: 6% 0 0 0;
	width: 48%;
	}
ul.artists-item-list > li.pa-comment {
	padding: 0 0 0 0;
	margin: 4% 0 0 0;
	width: 100%;
	}
ul.artists-item-list > li.empty {
	}

.artists-item-all {
	}
.artists-item-img {
	width: 100%;
	aspect-ratio: 4/3;
	}
.artists-item-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: contain;
	object-position: bottom left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	pointer-events: none;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	}
.artists-item-img.tall img {
	aspect-ratio: 1;
	}
.artists-item-title {
	width: 100%;
	}
.artists-item-title h3 {
	padding: 0.75em 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.17em;
	line-height: 1.3;
	color: #000;
	}
.artists-item-title p {
	padding: 0.75em 0 0 0;
	font-size: 0.75em;
	line-height: 1.5;
	}
a .artists-item-title h3 {
	color: #000;
	}

/* - アーティスト詳細 */
h3.artists-title {
	padding: 1.25em 0 0.25em 0;
	font-size: 1.6rem;
	}
h3.artists-title span.artists-sub {
	font-size: 1.2rem;
	}

ul.artists-data-ul {
	padding: 0.5em 0 1.5em 0;
	}
ul.artists-data-ul > li {
	padding: 0 0 0 0;
	font-size: 1.2rem;
	}

.artists-txt-all {
	padding: 0 0 3em 0;
	}
dl.artist-info-dl {
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	font-size: 1.2rem;
	}
dl.artist-info-dl > dt {
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	}
dl.artist-info-dl > dd {
	padding: 0 0 0 0;
	}
dl.artist-history-dl {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	}
dl.artist-history-dl > dt {
	width: 4em;
	padding: 0 0 0 0;
	font-weight: normal;
	}
dl.artist-history-dl > dd {
	width: calc(100% - 4em);
	padding: 0 0 0.25em 0;
	}

.artists-img-all {
	padding: 0 0 2em 0;
	}
.artists-img img {
	width: 100%;
	height: auto;
	}
.artists-img.tall img {
	width: 50%;
	height: auto;
	}

ul.artists-caption-ul {
	padding: 1em 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: 1rem;
	line-height: 1.5;
	}



/* ---- レスポンシブ ---- */
/* - SP-SMALL（374px以下） ---- */
@media screen and (max-width: 374px) {
/* -   ページレイアウト - */
#main {
	padding: 27px 42px 27px 42px;
	margin: 0 auto;
	}
/* -   ヘッダ - */
/*     ロゴ */
h1 {
	top: 14px;
	left: 12px;
	}
/*     ハンバーガー */
.hamburgler-icon-wrapper {
	right: 11px;
	}
/*     SNSアイコン */
.sns-menu {
	right: 52px;
	}
/* -   フッタ - */
.footer-copyright small {
	font-size: 1.1rem;
	}
/*     フッタメニュー */
ul.footer-nav_list li {
	margin: 0 1rem 0 0;
	}
/*     ページトップへ */
.pagetop {
	right: 4px;
	}

}

/* - SP-横位置（767px以下） ---- */
@media (orientation: landscape) and (max-width: 1023px){
/* -   ALL - */
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
	-webkit-overflow-scrolling: touch;
	}
/* -   ヘッダ - */
/*     GLOBALメニュー */
.global-menu {
	display: none;
	}
/*     メニュー */
ul.header-nav_main {
	margin: 4em 0 0 0;
	}
ul.header-nav_sub {
	margin: 0 0 4em 1em;
	}

ul.header-nav_main li ul li {
	padding: 0 0 0 0;
	margin: 0 3.5em 0 0;
	width: auto;
	}
ul.header-nav_main li ul li.long-li {
	width: auto;
	}

}

/* - TB（767px以上） ---- */
@media screen and (min-width: 767px), print {
/* -   ALL - */
body {
	font-size: 1.4rem;
	line-height: 1.6;
	}
/* -   ページレイアウト - */
#main {
	padding: 45px 0 45px 0;
	margin: 0 auto;
	/* width: 560px; */
	width: 70%;
	}
.article-wrapper {
	padding: 36px 0 24px 0;
	margin: 0 0 0 0;
	}
.article-wrapper-home {
	padding: 150px 0 24px 0;
	margin: 0 0 0 0;
	}

/* -   ヘッダ - */
/*     ロゴ */
h1 {
	font-size: 2.6rem;
	top: 32px;
	left: 28px;
	}
h1 span.ten {
	font-size: 1.8rem;
	}
h1 span.kasyo {
	font-size: 1.6rem;
	}
/*     ハンバーガー */
.hamburgler-icon-wrapper {
/* 	top: auto;
	bottom: calc(50vh - 15px); */
	top: 2.4rem;
	right: 32px;
	height: 31px;
	width: 29px;
	}
.hamburgler-icon-wrapper .hamburgler-icon-moji {
	width: 29px;
	top: 20px;
	font-size: 1rem;
	transform: scale(0.9);
	transform-origin: 0 0;
	display: block;
	}
.hamburgler-icon-wrapper .hamburgler-icon,
.hamburgler-icon-wrapper .hamburgler-icon::before,
.hamburgler-icon-wrapper .hamburgler-icon::after {
	height: 2px;
	width: 29px;
	}
.hamburgler-icon {
	top: 7px;
	}
.hamburgler-icon::before {
	top: -7px;
	}
.hamburgler-icon::after {
	top: 7px;
	}
.hamburgler-active .hamburgler-icon {
	top: 14px;
	}
/*     メニュー */
.hamburgler-menu {
	font-size: 1.4rem;
	line-height: 1.7;
	}
ul.header-nav_main {
	width: 70%;
	}
ul.header-nav_main li {
	padding: 0.75em 0.5em 0.75em 0.5em;
	}
ul.header-nav_main li ul {
	padding: 0.5em 0 0 2.25em;
	}
ul.header-nav_main li ul li {
	padding: 0 0 0 0;
	}
ul.header-nav_sub {
	width: 70%;
	padding: 3em 0 0 0.55em;
	font-size: 80%;
	}
ul.header-nav_sub li {
	padding: 0.5em 0 0.5em 0;
	}
ul.header-nav_sub li ul {
	padding: 0.5em 0 0 3em;
	}
ul.header-nav_sub li ul li {
	padding: 0 0 0 0;
	}
/*     言語選択 */
.language-menu {
	top: 3rem;
	/* right: 2.4rem; */
	right: 8rem;
	display: block;
	z-index: 800;
	mix-blend-mode: multiply;
	}
ul.header-nav_lang li {
	font-size: 1.2rem;
	}
ul.header-nav_lang li:first-child {
	padding: 0 1.4rem 0 0;
	}
ul.header-nav_lang li:first-child::after {
	top: -0.8rem;
	left: 2rem;
	font-size: 2.4rem;
	}

/*     SNSアイコン */
.sns-menu {
	/* top: 7rem; */
	top: 2.7rem;
	/* right: 2.4rem; */
	right: 14.5rem;
	display: block;
	z-index: 810;
	/* width: 20px; */
	}
ul.header-nav_sns {
	padding: 0;
	margin: 0;
	/* width: 20px; */
	}
ul.header-nav_sns li {
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	width: 18px;
	height: 18px;
	}
ul.header-nav_sns li a img {
	width: 18px;
	height: 18px;
	}
/*     GLOBALメニュー */
.global-menu {
	display: block;
	position: fixed;
	top: 3.1rem;
	right: 28rem;
	z-index: 820;
	mix-blend-mode: multiply;
	}
ul.header-nav_global {
	display: flex;
	justify-content: flex-end
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	}
ul.header-nav_global li {
	text-decoration: none;
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 16px;
	line-height: 1;
	}
ul.header-nav_global li a {
	color: #9c9c9c;
	}
ul.header-nav_global li a:hover {
	color: #000;
	}

/* -   フッタ - */
#footer {
	width: 70%;
	padding: 0 0 3.0rem 0;
	margin-left: 15%;
	}
.footer_wrapper {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	flex-direction: column;
	}
/*     バナー */
ul.footer-banner_list {
	display: flex;
	flex-wrap: nowrap;
	/* align-items: center; */
	/* justify-content: center; */
	margin: 0 0 0 0;
	}
ul.footer-banner_list li {
	margin: 0 2.1rem 0 0;
	}
ul.footer-banner_list li:last-child {
	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: 75px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_artschallenge {
	width: 70px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_aichiart {
	width: 52px;
	height: auto;
	}
/*     フッタメニュー */
.footer-nav_wrapper {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: center; */
	flex-direction: column;
	}
ul.footer-nav_list {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	margin: 2rem 0 1.2rem 0;
	}
ul.footer-nav_list li {
	margin: 0 1.8rem 0 0;
	line-height: 1.5;
	}
/*     コピーライト */
.footer-copyright {
	margin: 0 0 0 0;
	}
.footer-copyright small {
	font-size: 1.4rem;
	}
/*     ページトップへ */
.pagetop {
	bottom: 36px;
	right: 25px;
	}
.pagetop a {
	border-radius: 22px;
	height: 44px;
	width: 44px;
	}
.pagetop a::before {
	width: 20px;
	height: 20px;
	top: 12px;
	}

/* -   各部品 - */
/*     見出し */
h2 {
	font-size: 2.4rem;
	line-height: 1.35;
	padding: 0 0 2.8rem 0;
	}
h2 span {
	font-size: 1.2rem;
	}
h3 {
	font-size: 2.0rem;
	line-height: 1.35;
	padding: 5.6rem 0 1.4rem 0;
	}
p.p-top {
	padding-top: 5.6rem;
	}
.single h2 {
	font-size: 2.4rem;
	line-height: 1.35;
	padding: 0 0 7.0rem 0;
	}
p + p {
	padding: 0.5em 0 1em 0;
	margin: 0 0 0 0;
	}
/*     リスト */
ul {
	padding-inline-start: 40px;
	}
ol {
	padding-inline-start: 40px;
	}
dl dd {
	padding: 0 0 0.5em 1.5em;
	}
/*     引用ブロック */
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;
	}

ul.btn-li {
	display: flex;
	flex-wrap: wrap;
	padding: 0.5em 0 0 0;
	margin: 0 0 0 0;
	}
ul.btn-li li {
	padding: 0 0 0 0;
	margin: 0 1.5em 0.5em 0;
	}

/* -   トップページ - */
.about .hero-wrapper {
	padding: 0.5em 0 1.5em 0;
	}
/*     タイトルリード */
.title-lead-wrapper {
	/* padding: 82px 0 30px 0; */
	padding: 58px 0 30px 0;
	box-shadow: 0px 4px 22px 22px #fff;
	left: auto;
	width: 560px;
	}
p.title-concept {
	font-size: 4.2rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
p.title-concept span {
	font-size: 1.4rem;
	padding: 1em 0 0 0.3em;
	}
p.title-lead {
	font-size: 1.8rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
p.title-lead::before, p.title-lead::after {
	width: 3em;
	}

/*     トップH2 */
.home h2 {
	font-size: 2.1rem;
	padding: 0 0 1.5rem 0;
	}
.home p + h2 {
	padding-top: 2rem;
	}

.home h3,
.about h3 {
	font-size: 1.8rem;
	margin-top: -4.0rem;
	}

/*     トップテーマ */
p.theme-home {
	font-size: 2.1rem;
	padding: 0 0 1.8rem 0;
	}
/*     トップニュース */
dl.news-list {
	max-height: auto;
	}
.home dl.news-list {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	/* max-height: 16.5em; */
	}
dl.news-list dt {
	font-size: 1.2rem;
	line-height: 1.5;
	clear: left;
	float: left;
	padding: 1.35em 0 1em 0;
	margin: 0 0 0 0;
	width: 13rem;
	color: #555;
	}
dl.news-list dt span {
	display: block;
	margin: 0 0 0 0;
	}
dl.news-list dd {
	padding: 1em 0 1em 0;
	margin: 0 0 0 13rem;
	border-top: 1px solid #ccc;
	}
dl.news-list dd::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/*     リンクボタン */
.home button.link-btn {
	margin: 2.5em 0 1em auto;
	}
.home button.link-btn.center {
	font-size: 2.1rem;
	margin: 2.5em auto 1em auto;
	width: 18em;
	}

p.dd-btn-archive{
	text-align: left;
	}
p.dd-btn-archive a {
	width: 100%;
	font-size: 1.4rem;
	}

/* -   概要 - */
span.size-theme {
	font-size: 1.8rem;
	}
span.size-larger {
	font-size: 1.8rem;
	}
span.size-1 {
	font-size: 1rem;
	}
span.size-period {
	font-size: 2.0rem;
	}
/*     あいさつ画像 */
.boss-img {
	width: 80px;
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	}
.boss-name span.boss-name_committee {
	font-size: 1.2rem;
	}
.boss-name span.boss-name_company {
	padding: 0 0 0 0;
	font-size: 1rem;
	}

/*     企画体制 */
.curator-img {
	width: 90px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.curator-name-all {
	width: calc(100% - 105px);
	}
.curator-name-all h4 {
	font-size: 1.8rem;
	padding: 0 0 0.5em 0;
	}
.curator-name-all span.curator-name {
	font-size: 1.2rem;
	padding: 0 0 0.25em 0;
	}

/*     コンセプト文 */
h3.concept-h3 {
	font-size: 1.6rem;
	padding: 5.6rem 0 1rem 0;
	}
h4.concept-h4 {
	padding: 1.5em 0 0.25em 0;
	margin: 0 0 0.75em 0;
	}

/*     主な会場 */
h3.venue-h3 {
	font-size: 2.0rem;
	line-height: 1.35;
	padding: 5.6rem 0 1.4rem 0;
	margin: 0 0 0.6rem 0;
	}
h3.venue-h3 span {
	font-size: 1.2rem;
	}
p.venue-h3-sub {
	font-size: 1.2rem;
	}
p.venue-map {
	padding: 7.6rem 0 1.4rem 0;
	}

/* -   ニュース - */
/*     ニュース一覧 */
ul.news-item-list {
	padding: 4.5rem 0 0 0;
	margin: 0 0 2rem 0;
	}
.news-item-img {
	width: 18%;
	}
.news-item-title {
	width: 78%;
	}
.news-item-title h3 {
	line-height: 1.7;
	}
.news-item-title p {
	font-size: 1.2rem;
	}

/*     インフィニットスクロール */


/*     記事タイトル */
h3.news-title {
	font-size: 2.0rem;
	line-height: 1.45;
	padding: 5.6rem 0 1.2rem 0;
	}
/*     記事日付 */
ul.news-date {
	padding: 0 0 3.1rem 0;
	}
ul.news-date li {
	font-size: 1.2rem;
	}
/* -   プレス取材申込み - */
/*     ボタン横並び */
.press-btn-wrapper {
	padding: 1em 0 3em 0;
	margin: 0 0 0 0;
	}
.press-btn-wrapper button.link-btn {
	margin: 0 1.5em 0 1.5em;
	}
/* -   プレスリリース - */
ul.press-item-list {
	padding: 3.5rem 0 2rem 0;
	margin: 0 0 0 0;
	}
dl.press dd {
	padding: 0.25em 0 2em 0;
	margin: 0 0 0 0;
	}
/* -   ご利用にあたって - */
/*     サブメニュー */
ul.sub-menu li a br {
	display: none;
	}

/* -   コンタクト - */
#at_map {
	height: 430px;
	}
/* -   リンク - */
.link-wrapper {
	padding: 5.6rem 0 0 0;
	}

/* -   アーカイブ -- */
/*     アーカイブ DL Table -- */
dl.dl-table-noborder {
	margin-bottom: 58px;
	}
dl.dl-table-noborder dt {
	float: left;
	margin: 0 3em 0 0;
	padding: 0 0 0 0;
	width: 11em;
	text-align: left;
	position: relative;
	}
dl.dl-table-noborder dd {
	padding: 0 0 0 0;
	margin: 0 0 0 13em;
	}
dl.dl-table-noborder dd:after {
	content: '';
	display: block;
	clear: both;
	}
dl.dl-table-noborder-inner {
	margin: 32px 0 23px 0;
	}
dl.dl-table-noborder-inner dt {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0.25em 0 0.25em 0;
	font-weight: bold;
	clear: both;
	}
dl.dl-table-noborder-inner dd {
	padding: 0 0 0.75em 0;
	margin: 0 0 0 0;
	clear: both;
	}
dl.dl-table-noborder-inner dd span {
	font-size: 1.4rem;
	}
dl.dl-table-noborder dt img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	}
ul.btn-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.btn-ul li {
	width: 48%;
	padding: 0.5em 0 0.5em 0;
	}
dl.dl-bottom {
	margin-bottom: 0;
	}

/* -   アーティスト一覧 */
ul.artists-item-list > li {
	width: 48%;
	}
/* -   アーティスト詳細 */
h3.artists-title {
	font-size: 2.1rem;
	}

}

/* - プリント用 ---- */
@media print {
/*     見出し */
h1, h2, h3 {
	font-family: serif;
	font-weight: bold;
	}
h1 {
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	}
h1 span.ten {
	font-size: 1.0rem;
	}
h1 span.kasyo {
	font-size: 1.0rem;
	}
/*     ハンバーガー */
/* .hamburgler-icon-wrapper {
	display: none;
	}
.language-menu {
	display: none;
	}
.sns-menu {
	display: none;
	} */
/* -   フッタ - */
.pagetop {
	visibility: hidden;
	}

/* -   トップページ */
p.title-lead {
	font-family: serif;
	}

/* -   ページレイアウト - */
#main {
	padding: 45px 0 45px 0;
	margin: 0 auto;
	width: 86%;
	}

}

/* - PC（1025px以上） ---- */
@media screen and (min-width: 1025px) {
/* -   ALL - */
body {
	font-size: 1.8rem;
	line-height: 1.6;
	}
/* -   ページレイアウト - */
#main {
	padding: 81px 0 81px 0;
	/* width: 720px; */
	width: 65%;
	}
.article-wrapper {
	padding: 72px 0 54px 0;
	margin: 0 0 0 0;
	}
.article-wrapper-home {
	padding: 203px 0 54px 0;
	margin: 0 0 0 0;
	}

/* -   ヘッダ - */
/*     ロゴ */
h1 {
	font-size: 4.2rem;
	top: 60px;
	left: 52px;
	}
h1 span.ten {
	font-size: 3.4rem;
	}
h1 span.kasyo {
	font-size: 2.4rem;
	}
/*     ハンバーガー */
.hamburgler-icon-wrapper {
	/* bottom: calc(50vh - 17px); */
	top: 46px;
	right: 48px;
	height: 35px;
	width: 32px;
	}
.hamburgler-icon-wrapper .hamburgler-icon-moji {
	width: 32px;
	top: 24px;
	font-size: 1rem;
	transform: scale(1);
	}
.hamburgler-icon-wrapper .hamburgler-icon,
.hamburgler-icon-wrapper .hamburgler-icon::before,
.hamburgler-icon-wrapper .hamburgler-icon::after {
	height: 2px;
	width: 32px;
	}
.hamburgler-icon {
	top: 8px;
	}
.hamburgler-icon::before {
	top: -8px;
	}
.hamburgler-icon::after {
	top: 8px;
	}
.hamburgler-active .hamburgler-icon {
	top: 16px;
	}
/*     メニュー */
.hamburgler-menu {
	padding: 6.5em 0 6.5em 0;
	font-size: 1.8rem;
	line-height: 1.78;
	}
ul.header-nav_main {
	/* width: 720px; */
	width: 65%;
	}
ul.header-nav_main li {
	padding: 0.75em 1em 0.75em 1em;
	}
ul.header-nav_main li ul {
	padding: 0.5em 0 0 2.25em;
	}
ul.header-nav_main li ul li {
	padding: 0 0 0 0;
	}
ul.header-nav_sub {
	width: 65%;
	padding: 3em 0 0 1.25em;
	font-size: 80%;
	}
ul.header-nav_sub li {
	padding: 0.5em 0 0.5em 0;
	}
ul.header-nav_sub li ul {
	padding: 0.25em 0 0 2.75em;
	}
ul.header-nav_sub li ul li {
	padding: 0 0 0 0;
	}
/*     言語選択 */
.language-menu {
	top: 52px;
	/* top: 60px; */
	/* right: 3.6rem; */
	right: 10.5rem;
	}
ul.header-nav_lang li {
	font-size: 1.4rem;
	}
ul.header-nav_lang li:first-child {
	padding: 0 1.7rem 0 0;
	}
ul.header-nav_lang li:first-child::after {
	top: -1rem;
	left: 2.3rem;
	font-size: 2.9rem;
	}

/*     SNSアイコン */
.sns-menu {
	/* top: 10.6rem; */
	top: 49px;
	/* top: 15px; */
	/* right: 3.6rem; */
	right: 18.5rem;
	/* right: 11.5rem; */
	/* width: 24px; */
	}
ul.header-nav_sns {
	padding: 0;
	margin: 0;
	/* width: 24px; */
	}
ul.header-nav_sns li {
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	width: 20px;
	height: 20px;
	line-height: 1;
	}
ul.header-nav_sns li a img {
	width: 20px;
	height: 20px;
	}

/*     GLOBALメニュー */
.global-menu {
	top: 52px;
	right: 33.2rem;
	}
ul.header-nav_global {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	}
ul.header-nav_global li {
	padding: 0 0 0 0;
	margin: 0 0 0 2.2rem;
	}


/* -   フッタ - */
#footer {
	width: 82.5%;
	padding: 0 3.6rem 7rem 0;
	margin-left: 17.5%;
	font-size: 1.4rem;
	}
.footer_wrapper {
	display: flex;
	flex-wrap: wrap;
	/* 	justify-content: space-between; */
	flex-direction: column;
	}
ul.footer-nav_banner {
	padding: 0 0 1em 0;
	}
ul.footer-nav_banner li {
	font-size: 1.3rem;
	}
/*     バナー */
ul.footer-banner_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 2rem 0;
	}
ul.footer-banner_list li {
	margin: 0 2.7rem 0 0;
	}
ul.footer-banner_list li:last-child {
	margin: 0 0 0 0;
	}
ul.footer-banner_list li img.footer-banner_at {
	width: 63px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_ala {
	width: 90px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_artschallenge {
	width: 88px;
	height: auto;
	}
ul.footer-banner_list li img.footer-banner_aichiart {
	width: 64px;
	height: auto;
	}
/*     フッタメニュー */
.footer-nav_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/* 	justify-content: flex-end; */
	flex-direction: column;
	}
ul.footer-nav_list {
	margin: 0.5em 0 1rem 0;
	}
ul.footer-nav_list li {
	margin: 0 1.8rem 0 0;
	line-height: 1;
	}
/*     コピーライト */
.footer-copyright {
	/* margin: 0 0 0 3.6rem; */
	margin: 0.5em 0 0 0;
	}
.footer-copyright small {
	font-size: 1.4rem;
	}
/*     ページトップへ */
.pagetop {
	bottom: 54px;
	right: 42px;
	}

/* -   各部品 - */
/*     見出し */
h2 {
	font-size: 3.6rem;
	line-height: 1.35;
	padding: 0 0 3.6rem 0;
	}
h2 span {
	font-size: 2.5rem;
	}
h3 {
	font-size: 2.8rem;
	padding: 7.2rem 0 1.8rem 0;
	}
p.p-top {
	padding-top: 7.2rem;
	}
.single h2 {
	font-size: 3.6rem;
	line-height: 1.35;
	padding: 0 0 9.0rem 0;
	}


/* -   トップページ - */
.about .hero-wrapper {
	padding: 1em 0 1em 0;
	}
/*     タイトルリード */
.title-lead-wrapper {
	/* padding: 121px 0 41px 0; */
	padding: 100px 0 52px 0;
	box-shadow: 0px 4px 22px 22px #fff;
	width: 720px;
	}
p.title-concept {
	font-size: 5.4rem;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
p.title-concept span {
	font-size: 1.8rem;
	padding: 1em 0 0 0.3em;
	}
p.title-lead {
	width: 50%;
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
p.title-lead::before, p.title-lead::after {
	width: 3em;
	}

/*     トップH2 */
.home h2 {
	font-size: 3.2rem;
	padding: 0 0 2rem 0;
	}
.home p + h2 {
	padding-top: 3.6rem;
	}

.home h3,
.about h3 {
	font-size: 2.5rem;
	margin-top: -4.0rem;
	}

/*     トップテーマ */
p.theme-home {
	font-size: 3.2rem;
	padding: 0 0 3.6rem 0;
	}
/*     トップニュース */
dl.news-list dt {
	font-size: 1.4rem;
	padding: 1.6em 0 1em 0;
	margin: 0 0 0 0;
	width: 15rem;
	}
dl.news-list dd {
	padding: 1em 0 1em 0;
	margin: 0 0 0 15rem;
	}

/*     リンクボタン */
p.dd-btn-archive a {
	width: 100%;
	font-size: 1.6rem;
	}
.home button.link-btn.center {
	font-size: 3.2rem;
	margin: 2.5em auto 1em auto;
	}

/*     YouTube */
.movie-wrap {
	width: 100%;
	position: relative;
	height: 0;
	padding: 0 0 56.25% 0;
	margin: 0 0 1em 0;
	overflow: hidden;
	}
.movie-wrap.small {
	width: 80%;
	position: relative;
	height: 0;
	padding: 0 0 calc(80% * 0.5625) 0;
	margin: 0 10% 1em 10%;
	overflow: hidden;
	}
.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;
	}

/* -   概要 - */
span.size-theme {
	font-size: 2.2rem;
	}
span.size-larger {
	font-size: 2.2rem;
	}
span.size-1 {
	font-size: 1.2rem;
	}
span.size-period {
	font-size: 2.6rem;
	}
/*     あいさつ画像 */
.boss-img {
	width: 100px;
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	}
.boss-name span.boss-name_committee {
	font-size: 1.4rem;
	}
.boss-name span.boss-name_company {
	padding: 0 0 0 0;
	font-size: 1.2rem;
	}

/*     企画体制 */
.curator-all {
	padding: 1em 0 0 0;
	}
.curator-img {
	width: 120px;
	padding: 0 0 0 0;
	margin: 0 1em 0 0;
	}
.curator-name-all {
	width: calc(100% - 150px);
	}
.curator-name-all h4 {
	font-size: 2.4rem;
	}
.curator-name-all span.curator-name {
	font-size: 1.4rem;
	}
.photo-caption {
	width: 140px;
	position: absolute;
	bottom: -36px;
	left: 0;
	}
.photo-caption br {
	display: block;
	}
p.curator-p {
	padding-left: 150px;
	margin: 0 0 0 0;
	}

/*     コンセプト文 */
h3.concept-h3 {
	font-size: 2.8rem;
	padding: 7.2rem 0 2.3rem 0;
	}
h4.concept-h4 {
	padding: 2.5em 0 0.25em 0;
	margin: 0 0 0.75em 0;
	}

/*     主な会場 */
h3.venue-h3 {
	font-size: 2.8rem;
	padding: 7.2rem 0 1.8rem 0;
	margin: 0 0 0.6rem 0;
	}
h3.venue-h3 span {
	font-size: 1.6rem;
	}
p.venue-h3-sub {
	font-size: 1.6rem;
	}
p.venue-map {
	padding: 9.2rem 0 1.8rem 0;
	}

/* -   ニュース - */
/*     ニュース一覧 */
ul.news-item-list {
	padding: 6rem 0 0 0;
	margin: 0 0 3rem 0;
	}
.news-item-title h3 {
	line-height: 1.75;
	}
.news-item-title p {
	font-size: 1.4rem;
	}

/*     インフィニットスクロール */


/*     記事タイトル */
h3.news-title {
	font-size: 2.8rem;
	padding: 7.2rem 0 1.8rem 0;
	}
/*     記事日付 */
ul.news-date {
	padding: 0 0 4.5rem 0;
	}
ul.news-date li {
	font-size: 1.4rem;
	}
/* -   プレスリリース - */
ul.press-item-list {
	padding: 5rem 0 3rem 0;
	margin: 0 0 0 0;
	}

/* -   コンタクト */
#at_map {
	height: 460px;
	}
/* -   リンク - */
.link-wrapper {
	padding: 7.2rem 0 0 0;
	}

/* -   アーティスト一覧 */
ul.artists-item-list > li {
	/* 	width: 30.66%; */
	width: 48%;
	}
/* -   アーティスト詳細 */
h3.artists-title {
	padding: 1em 0 0.25em 0;
	font-size: 3rem;
	}
h3.artists-title span.artists-sub {
	font-size: 1.4rem;
	}
ul.artists-data-ul {
	padding: 0.5em 0 1.5em 0;
	}
ul.artists-data-ul > li {
	font-size: 1.4rem;
	}
dl.artist-info-dl {
	font-size: 1.4rem;
	}
ul.artists-caption-ul > li {
	font-size: 1.2rem;
	}


}

/* - PC-WIDE（1440px以上） ---- */
@media screen and (min-width: 1440px) {
/* -   ページレイアウト - */
#main {
	padding: 81px 0 81px 0;
	}
/* -   ヘッダ - */
/*     ロゴ */
h1 {
	font-size: 4.8rem;
	top: 62px;
	left: 60px;
	}
h1 span.ten {
	font-size: 3.5rem;
	}
h1 span.kasyo {
	font-size: 2.5rem;
	}
/* -   トップページ - */
/*     タイトルリード */
.title-lead-wrapper {
	width: 900px;
	}

}

/* --- ダークモード --- */
@media (prefers-color-scheme: dark) {
html {
	background-color: #121212;
	}
body {
	color: #aaa;
	}
a {
	color: #fff;
	}
a:link {
	color: #fff;
	}
a:visited {
	color: #fff;
	}
a:active { 
	color: #fff;
	}
a:hover {
	color: #636363;
	}
h1, h2, h3, h3.concept-h3 {
	color: #fff;
	}
h1 a, h1 a:link, h1 a:visited, h1 a:active {
	color: #fff;
	}
h1 a:hover {
	color: #555;
	}
.hamburgler-icon-wrapper,
.language-menu,
.global-menu {
	mix-blend-mode: screen;
	}
.hamburgler-icon-wrapper:hover .hamburgler-icon,
.hamburgler-icon-wrapper:hover .hamburgler-icon::before,
.hamburgler-icon-wrapper:hover .hamburgler-icon::after {
	background-color: rgba(255, 255, 255, 1);
	}
.hamburgler-icon-wrapper:hover .hamburgler-icon-moji {
	color: #fff;
	}
.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon::before {
	background-color: rgba(255, 255, 255, 1);
	}
.hamburgler-menu {
	background-color: rgba(18, 18, 18, 1);
	}
.hamburgler-menu a {
	color: #fff;
	}
.hamburgler-menu a:hover {
	color: #9c9c9c;
	}
ul.header-nav_main {
	border-top: 1px solid #333;
	}
ul.header-nav_main li {
	border-bottom: 1px solid #333;
	}
ul.header-nav_lang li {
	color: #9c9c9c;
	}
ul.header-nav_lang li a {
	color: #9c9c9c;
	}
ul.header-nav_lang li a:hover {
	color: #fff;
	}
ul.header-nav_lang li:first-child::after {
	color: #333;
	}
ul.header-nav_sns li a img {
	filter: invert(1) hue-rotate(180deg);
	}
ul.header-nav_sns li a:hover img {
	filter: invert(1) hue-rotate(180deg);
	}

ul.header-nav_global li a {
	color: #9c9c9c;
	}
ul.header-nav_global li a:hover {
	color: #fff;
	}

ul.footer-banner_list li a img {
	filter: invert(1) hue-rotate(180deg);
	}
ul.footer-banner_list li a:hover img {
	filter: invert(1) hue-rotate(180deg);
	}
ul.footer-nav_list li a {
	color: #9c9c9c;
	}
ul.footer-nav_list li a:hover {
	color: #fff;
	}

.pagetop a:hover::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}

.hero-caption {
	color: #aaa;
	background-color: #121212;
	}
dl.news-list {
	border-bottom: 1px solid #333;
	}
dl.news-list dt {
	color: #9c9c9c;
	border-top: 1px solid #333;
	}
dl.news-list dd a {
	color: #fff;
	}
dl.news-list dd a:hover {
	color: #636363;
	}

ul li.list-a a {
	color: #aaa;
	}
ul li.list-a a:hover {
	color: #fff;
	}

ul.sub-menu li a {
	color: #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	}
ul.sub-menu li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
ul.sub-menu li.current-page a {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
ul.sub-menu li.current-page a:hover {
	color: #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	}

button,
button.link-btn,
.home button.link-btn.center,
li a.link-btn,
li a.link-btn.def,
ul.link-btn-li.center li a.link-btn {
	color: #fff;
	border: 1px solid #fff;
	background-color: #121212;
	}
button:focus,
button:active,
button:hover,
button.link-btn:focus,
button.link-btn:hover,
button.link-btn:active,
.home button.link-btn.center:focus,
.home button.link-btn.center:hover,
.home button.link-btn.center:active,
li a.link-btn:hover,
li a.link-btn.def:hover,
ul.link-btn-li.center li a.link-btn:hover {
	color: #fff;
	background-color: #636363;
	border: 1px solid #636363;
	}

.reference a,
.reference a:link,
.reference a:visited,
a.reference.en,
a.reference.en:link,
a.reference.en:visited,
ul.caution-ul li a,
ul.caution-ul li a:link,
ul.caution-ul li a:visited {
	color: #aaa;
	}
.reference a:active,
.reference a:hover,
a.reference.en:active,
a.reference.en:hover,
ul.caution-ul li a:active,
ul.caution-ul li a:hover {
	text-decoration: none;
	color: #fff;
	}

.item a {
	color: #fff;
	}
.item a:hover {
	color: #636363;
	}
.item a h3 {
	color: #fff;
	}
.item a:hover h3 {
	color: #636363;
	}
.item a p {
	color: #fff;
	}
.item a:hover p {
	color: #636363;
	}
.item a p span {
	color: #fff;
	}
.item a:hover p span {
	color: #636363;
	}
h3.news-title,
.curator-name-all h4 {
	color: #fff;
	}

h3.under-line {
	border-bottom: 1px solid #fff;
	}
.u-line {
	border-bottom: 1px solid #fff;
	}
p.dd-btn-archive a {
	border: 1px solid #fff;
	color: #fff;
	}
p.dd-btn-archive a:hover {
	color: #fff;
	background-color: #636363;
	border: 1px solid #636363;
	}

dl.press dt {
	color: #fff;
	}
dl.press dt span {
	background-color: #121212;
	}
dl.press dt::after {
	background-color: #fff;
	}
dl.press dd{
	color: #fff;
	}
dl.press dd ul li a {
	color: #aaa;
	}
dl.press dd ul li a:hover {
	color: #636363;
	}
dl.press dd ul li {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
button.btn-more {
	color: #fff;
	border: 1px solid #fff;
	background-color: #121212;
	}
button.btn-more:hover {
	color: #fff;
	background-color: #636363;
	border: 1px solid #636363;
	}

ul.join-link-list li {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
ul.join-link-list li a {
	color: #fff;
	}
ul.join-link-list li a:hover {
	color: #636363;
	}
ul.join-btn-wrapper li a {
	color: #fff;
	border: 2px solid #fff;
	background-color: #121212;
	}
ul.join-btn-wrapper li a:hover {
	color: #fff;
	background-color: #636363;
	border: 2px solid #636363;
	}
.join-info {
	color: #aaa;
	border: 2px solid #aaa;
	}
.join-strong {
	color: #fff;
	}
.join-waku {
	color: #aaa;
	border: 2px solid #aaa;
	}
ul.btn-li li a {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	}
ul.btn-li li a:hover {
	color: #fff;
	border: 1px solid #636363;
	background-color: #636363;
	}

.venue-map img {
	filter: invert(1) hue-rotate(180deg);
	mix-blend-mode: screen;
	}

#at_map iframe {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	}

}

@media screen and (min-width: 767px) and (prefers-color-scheme: dark) {
dl.news-list dd {
	border-top: 1px solid #333;
	}
}